← Back to SOC feed Coverage →

RCryptorV16dVaska

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-09-02T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of the RCryptorV16dVaska ransomware variant by leveraging a specific YARA signature to catch early-stage infection indicators within endpoint processes. Proactively hunting for this behavior in Azure Sentinel is critical because low-severity alerts often precede full-scale encryption events, allowing the SOC team to isolate compromised assets and initiate containment before data loss occurs.

YARA Rule

rule RCryptorV16dVaska
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 90 61 61 80 7F F0 45 90 60 0F 85 1B 8B 1F FF 68 [4] B8 [4] 90 3D [4] 74 06 80 30 ?? 40 EB F3 B8 [4] 90 3D [4] 74 06 80 30 ?? 40 EB F3 }

condition:
		$a0 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the RCryptorV16dVaska detection rule, including suggested filters and exclusions tailored for an enterprise environment:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar