← Back to SOC feed Coverage →

UPXProtectorv10x2

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

Hunt Hypothesis

This detection identifies the execution of binaries packed with UPX version 10.x, a technique often employed by adversaries to obscure malicious payloads and evade static analysis. Proactively hunting for these instances in Azure Sentinel is essential because low-severity alerts may overlook sophisticated threats that leverage UPX compression to hide from traditional signature-based defenses until after initial compromise.

YARA Rule

rule UPXProtectorv10x2
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB [5] 8A 06 46 88 07 47 01 DB 75 07 8B 1E 83 EE FC 11 DB }

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 UPXProtectorv10x2 detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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