← Back to SOC feed Coverage →

FSG v110 Eng dulekxt Microsoft Visual Cpp 60 70 ASM

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

Hunt Hypothesis

This rule identifies legacy executables compiled with older versions of Microsoft Visual C++ (6.0/7.0) using assembly language, a pattern often associated with aged malware or custom tools that may lack modern security features. Proactively hunting for these artifacts helps the SOC team surface potential low-severity threats or dormant backdoors that might evade standard behavioral detections due to their minimal footprint and outdated build characteristics.

YARA Rule

rule FSG_v110_Eng_dulekxt_Microsoft_Visual_Cpp_60_70_ASM: PEiD
{
    strings:
        $a = { E8 01 00 00 00 5A 5E E8 02 00 00 00 BA DD 5E 03 F2 EB 01 64 BB 80 ?? ?? 00 8B FA EB 01 A8 }
    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