← Back to SOC feed Coverage →

PRO PACK v208 emphasis on packed size locked additional

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

Hunt Hypothesis

This hypothesis targets adversaries who employ executable packing techniques to compress or obfuscate their payloads, thereby reducing their file size and evading static analysis tools. Proactively hunting for these packed binaries in Azure Sentinel allows the SOC to identify suspicious processes or files that deviate from expected size or structural norms, potentially uncovering stealthy malware or trojans before they execute their full payload.

YARA Rule

rule PRO_PACK_v208_emphasis_on_packed_size_locked_additional: PEiD
{
    strings:
        $a = { 83 EC ?? 8B EC BE ?? ?? FC E8 ?? ?? 05 ?? ?? 8B C8 E8 ?? ?? 8B }
    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