← Back to SOC feed Coverage →

Upackv029betaDwing

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

Hunt Hypothesis

This YARA rule targets the Upack v0.29 beta Dwing variant, a known Windows packer often used by threat actors to compress and obfuscate malicious payloads to evade static analysis. Proactively hunting for this specific signature in Azure Sentinel allows the SOC to identify potentially compromised endpoints or staging areas where adversaries are preparing to deploy packed executables before they trigger more complex runtime behaviors.

YARA Rule

rule Upackv029betaDwing
{
      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] 29 }

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

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