← Back to SOC feed Coverage →

AHPack V01 FEUERRADER

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 detects the presence of the AHPack V01 FEUERRADER YARA signature, which identifies specific malicious code patterns often associated with targeted intrusion sets or custom tooling. Proactively hunting for this signature allows the SOC team to uncover dormant or low-fidelity implants that may have evaded standard behavioral detections, ensuring early identification of persistent threats within the Azure Sentinel environment.

YARA Rule

rule AHPack_V01_FEUERRADER: PEiD
{
    strings:
        $a = { 60 68 54 ?? ?? 00 B8 48 ?? ?? 00 FF 10 68 B3 ?? ?? 00 50 B8 44 ?? ?? 00 FF 10 68 00 }
    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