← Back to SOC feed Coverage →

PE Armor 049 Hying 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-24T11:00:00Z · Confidence: medium

Hunt Hypothesis

This rule identifies Windows PE executables exhibiting specific structural anomalies or code patterns associated with the “Hying” family, which may indicate the presence of obfuscated or packed malware components. Proactively hunting for these signatures in Azure Sentinel allows the SOC to detect low-severity, potentially stealthy payloads that might evade standard behavioral detections, ensuring early identification of suspicious binaries before they establish persistence or execute further malicious actions.

YARA Rule

rule PE_Armor_049_Hying_additional: PEiD
{
    strings:
        $a = { 00 00 00 00 00 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 4B 45 52 4E 45 4C 33 32 2E 64 6C 6C 00 00 00 00 47 65 74 50 72 6F 63 41 64 64 72 65 73 73 00 00 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