← Back to SOC feed Coverage →

UPX v0896 v102 v105 v122 Delphi stub additional

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

Hunt Hypothesis

This hypothesis targets the presence of UPX-packed executables utilizing specific Delphi stubs, a common obfuscation technique employed by adversaries to compress malware and evade signature-based detection. Proactively hunting for these artifacts in Azure Sentinel helps identify potentially compromised workloads or uploaded binaries that may be hiding malicious logic within standard application frameworks.

YARA Rule

rule UPX_v0896_v102_v105_v122_Delphi_stub_additional: PEiD
{
    strings:
        $a = { 60 BE ?? ?? ?? ?? 8D BE ?? ?? ?? ?? C7 87 ?? ?? ?? ?? ?? ?? ?? ?? 57 83 CD FF EB 0E ?? ?? ?? ?? 8A 06 46 88 07 47 01 DB 75 07 8B }
    condition:
        $a 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

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