← Back to SOC feed Coverage →

Upackv032betaDwing

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-27T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior involving the execution of the specific unpacking utility “Upackv032betaDwing,” which is frequently utilized to extract and analyze potentially malicious archives or obfuscated payloads. SOC teams should proactively hunt for this signature in Azure Sentinel to uncover early-stage reconnaissance activities where attackers leverage custom tools to bypass standard file inspection mechanisms before deploying their primary attack vectors.

YARA Rule

rule Upackv032betaDwing
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E9 [4] 42 79 44 77 69 6E 67 40 00 00 00 50 45 00 00 4C 01 02 [20] 32 }

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 Upackv032betaDwing detection rule, including suggested filters and exclusions:

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