← Back to SOC feed Coverage →

HackStop 099 EXE

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

Hunt Hypothesis

This rule detects the presence of the HackStop 099 executable, a known malware variant often used for initial access or payload delivery. Proactively hunting for this artifact allows the SOC to identify compromised hosts early, as its low severity classification may cause it to be overlooked in standard alerting, enabling faster containment before lateral movement occurs.

YARA Rule

rule HackStop_099_EXE: PEiD
{
    strings:
        $a = { B4 30 CD 21 86 E0 3D 00 03 73 06 B0 FF B4 4C CD 21 50 B8 EB 04 58 EB FB 9A B8 00 33 CD 21 50 E8 D5 03 8D B2 00 B8 01 33 CD 21 50 B8 EB 06 58 EB FB 66 AE 12 E8 C0 03 8D EB 02 40 93 50 55 52 8C D2 FA 50 B8 EB 04 58 EB FB 9A 8C C8 8E D0 EB 02 }
    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