← Back to SOC feed Coverage →

UPXV200V290MarkusOberhumerLaszloMolnarJohnReiser

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

Hunt Hypothesis

This detection identifies executable files packed with the UPX v2.00-v2.90 compressor, a technique frequently employed by adversaries to obscure malicious payloads and evade static analysis. Proactively hunting for these instances in Azure Sentinel is essential because attackers often leverage UPX packing to hide obfuscated malware that may bypass initial signature-based defenses until execution occurs.

YARA Rule

rule UPXV200V290MarkusOberhumerLaszloMolnarJohnReiser
{
      meta:
		author="malware-lu"
strings:
		$a0 = { FF D5 8D 87 [4] 80 20 ?? 80 60 [2] 58 50 54 50 53 57 FF D5 58 61 8D 44 24 ?? 6A 00 39 C4 75 FA 83 EC 80 E9 }

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 3-5 specific false positive scenarios for the UPXV200V290MarkusOberhumerLaszloMolnarJohnReiser detection rule, which identifies executables packed with UPX (Universal Packer) version 2.0.0 to 2.90:

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