← Back to SOC feed Coverage →

UPX290LZMADelphistubMarkusOberhumerLaszloMolnarJohnReiser

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

Hunt Hypothesis

This hunt targets the presence of Delphi-based executables packed with UPX compression, a technique frequently employed by malware authors to obscure code analysis and evade signature-based detection. A proactive search in Azure Sentinel is essential because these packed binaries often indicate early-stage adversary activity or obfuscated tools that may bypass standard static scans until they are unpacked during runtime execution.

YARA Rule

rule UPX290LZMADelphistubMarkusOberhumerLaszloMolnarJohnReiser
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 BE [4] 8D BE [4] C7 87 [8] 57 83 CD FF 89 E5 8D 9C 24 [4] 31 C0 50 39 DC 75 FB 46 46 53 68 [4] 57 83 C3 04 53 68 [4] 56 83 C3 04 }

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 UPX290LZMADelphistubMarkusOberhumerLaszloMolnarJohnReiser detection rule, along with recommended filters and exclusions:

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