← Back to SOC feed Coverage →

YZPack 12 UsAr 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-23T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule detects the presence of YZPack-packed executables, a technique often used by adversaries to compress and obfuscate malicious payloads to evade static analysis. Proactively hunting for these artifacts in Azure Sentinel helps identify potentially hidden threats that may have been deployed via web shells or dropped by initial access malware, ensuring early detection of low-severity but significant obfuscation tactics.

YARA Rule

rule YZPack_12_UsAr_additional: PEiD
{
    strings:
        $a = { 60 33 C0 8D 48 07 50 E2 FD 8B EC 64 8B 40 30 78 0C 8B 40 0C }
    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