← Back to SOC feed Coverage →

UPXV194MarkusOberhumerLaszloMolnarJohnReiser

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

Hunt Hypothesis

This rule identifies executable files packed with the UPX compressor, a technique frequently employed by adversaries to reduce binary size and evade signature-based detection. Proactively hunting for these packed binaries in Azure Sentinel helps uncover stealthy payloads that may be executing on endpoints or within cloud workloads, ensuring that obfuscated malware is not overlooked during routine monitoring.

YARA Rule

rule UPXV194MarkusOberhumerLaszloMolnarJohnReiser
{
      meta:
		author="malware-lu"
strings:
		$a0 = { FF D5 80 A7 [5] 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

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