← Back to SOC feed Coverage →

Microsoft Visual Cpp 60 SFX Custom

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

Hunt Hypothesis

This rule identifies artifacts associated with the legacy Microsoft Visual C++ 6.0 Self-Extracting Archive (SFX) format, which adversaries may leverage to deliver payloads or stage tools within memory or on disk. Proactively hunting for these indicators helps the SOC team uncover low-fidelity staging techniques or older build artifacts that could serve as precursors to malicious execution or persistence in the Azure Sentinel environment.

YARA Rule

rule Microsoft_Visual_Cpp_60_SFX_Custom: PEiD
{
    strings:
        $a = { E8 21 48 00 00 E9 16 FE FF FF 51 C7 01 08 B4 00 30 E8 A4 48 00 00 59 C3 56 8B F1 E8 EA FF FF FF F6 ?? ?? ?? ?? 74 07 56 E8 F6 04 00 00 59 8B C6 5E C2 04 00 8B 44 24 04 83 C1 09 51 83 C0 09 50 }
    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