← Back to SOC feed Coverage →

RCryptorv11Vaska

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-08-14T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of the RCryptorv11Vaska ransomware variant on endpoints by matching file signatures against a specific YARA rule within Azure Sentinel. Proactive hunting for this threat is essential to confirm early-stage infection indicators and initiate rapid containment before the adversary progresses to data encryption or lateral movement phases.

YARA Rule

rule RCryptorv11Vaska
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 8B 04 24 83 E8 4F 68 [4] FF D0 }
	$a1 = { 8B 04 24 83 E8 4F 68 [4] FF D0 B8 [4] 3D [4] 74 06 80 30 ?? 40 EB F3 }

condition:
		$a0 or $a1
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

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

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