← Back to SOC feed Coverage →

UPXModifiedStubcFarbrauschConsumerConsulting

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

Hunt Hypothesis

This detection identifies consumer consulting applications that have been repacked with a modified UPX stub, which often indicates an adversary attempting to obfuscate legitimate binaries or inject malicious payloads through compression techniques. A SOC team should proactively hunt for this behavior in Azure Sentinel because the low severity of such modifications can allow stealthy threats to bypass standard signature-based defenses and evade initial security controls.

YARA Rule

rule UPXModifiedStubcFarbrauschConsumerConsulting
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 BE [4] 8D BE [4] 57 83 CD FF FC B2 80 E8 00 00 00 00 5B 83 C3 66 A4 FF D3 73 FB 31 C9 FF D3 73 14 31 C0 FF D3 73 1D 41 B0 10 FF D3 10 C0 73 FA 75 3C AA EB E2 E8 4A 00 00 00 49 E2 10 E8 40 00 00 00 EB 28 AC D1 E8 74 45 11 C9 EB 1C 91 48 }

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 4 specific false positive scenarios for the UPXModifiedStubcFarbrauschConsumerConsulting detection rule, tailored for an enterprise environment:

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