← Back to SOC feed Coverage →

RCryptor V15 Vaska Sign by fly

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-25T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets the presence of RCryptor V15 Vaska, a known ransomware variant, to identify early-stage encryption activities or dormant payloads that may precede widespread data encryption. Proactively hunting for this specific signature in Azure Sentinel allows the SOC to isolate compromised endpoints before the ransomware propagates, thereby minimizing the blast radius and preserving critical data integrity.

YARA Rule

rule RCryptor_V15_Vaska_Sign_by_fly: PEiD
{
    strings:
        $a = { 83 2C 24 4F 68 ?? ?? ?? ?? FF 54 24 04 83 44 24 04 4F B8 ?? ?? ?? ?? 3D ?? ?? ?? ?? 74 06 80 30 ?? ?? EB F3 B8 ?? ?? ?? ?? 3D ?? ?? ?? ?? 74 06 80 30 ?? 40 EB F3 }
    condition:
        $a 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

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