← Back to SOC feed Coverage →

PECompactv110b6

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

Hunt Hypothesis

This detection identifies potentially malicious or obfuscated Portable Executable (PE) files that utilize specific compression signatures, which adversaries often employ to evade static analysis and hide embedded payloads within legitimate-looking binaries. Proactively hunting for these compressed artifacts in Azure Sentinel is essential to uncover stealthy command-and-control mechanisms or fileless attacks that may bypass traditional signature-based defenses due to their low severity classification and dynamic nature.

YARA Rule

rule PECompactv110b6
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 06 68 [4] C3 9C 60 E8 02 [3] 33 C0 8B C4 83 C0 04 93 8B E3 8B 5B FC 81 EB 0F 60 ?? 00 87 DD 8B 85 9A 60 40 ?? 01 85 03 60 40 ?? 66 C7 85 ?? 60 40 ?? 90 90 01 85 92 60 40 ?? BB B7 }

condition:
		$a0 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

Here are 5 specific false positive scenarios for the PECompactv110b6 detection rule, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar