← Back to SOC feed Coverage →

aPack 082 d 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 aPack 082 executable, a component of the aPack malware family often used for initial access or payload delivery. Proactively hunting for this artifact in Azure Sentinel allows the SOC to identify compromised endpoints or staging areas before the malware can establish persistence or execute further malicious actions.

YARA Rule

rule aPack_082_d_EXE: PEiD
{
    strings:
        $a = { 8C CB BA 00 00 03 DA 8D 87 00 00 FC 33 F6 33 FF 48 4B 8E C0 8E DB B9 08 00 F3 A5 4A 75 EE 8E C3 8E D8 33 FF BE 2F 00 05 00 00 0E 50 6A 00 CB }
    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