← Back to SOC feed Coverage →

PECompactv200alpha38

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

Hunt Hypothesis

This detection identifies potentially malicious or obfuscated Portable Executable (PE) files that match the specific structural patterns defined by the PECompactv200alpha38 YARA signature, which often indicates the use of packing techniques to conceal code analysis. Proactively hunting for these artifacts in Azure Sentinel is essential because packed executables are frequently employed by adversaries to evade static analysis and hide malicious payloads within legitimate-looking binaries before they execute on endpoints.

YARA Rule

rule PECompactv200alpha38
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B8 [4] 80 B8 BF 10 00 10 01 74 7A C6 80 BF 10 00 10 01 9C 55 53 51 57 52 56 8D 98 0F 10 00 10 8B 53 14 8B E8 6A 40 68 00 10 00 00 FF 73 04 6A 00 8B 4B 10 03 CA 8B 01 FF D0 8B F8 50 8B 33 8B 53 14 03 F2 8B 4B 0C 03 CA 8D 85 B7 10 00 10 FF 73 04 8F }

condition:
		$a0
}

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 4 specific false positive scenarios for the PECompactv200alpha38 detection rule, along with recommended filters and exclusions:

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