← Back to SOC feed Coverage →

UPXv20MarkusLaszloReiser

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

Hunt Hypothesis

This detection identifies executable files packed with the UPX v2.0 compressor, a technique adversaries frequently employ to obfuscate malicious payloads and evade static signature-based analysis. Proactive hunting for this behavior in Azure Sentinel is essential because UPX-packed binaries often conceal hidden execution logic that may bypass initial security controls, requiring deeper dynamic inspection to uncover potential threats.

YARA Rule

rule UPXv20MarkusLaszloReiser
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 FF 96 [4] 09 C0 74 07 89 03 83 C3 04 EB ?? FF 96 [4] 8B AE [4] 8D BE 00 F0 FF FF BB 00 10 00 00 50 54 6A 04 53 57 FF D5 8D 87 [2] 00 00 80 20 7F 80 60 28 7F 58 50 54 50 53 57 FF D5 58 61 8D 44 24 80 6A 00 39 C4 75 FA 83 EC 80 }

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 5 specific false positive scenarios for the UPXv20MarkusLaszloReiser detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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