← Back to SOC feed Coverage →

Upackv039finalDwing

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

Hunt Hypothesis

This detection identifies the execution of a specific unpacking tool or process associated with the “Upackv039finalDwing” signature, which often indicates an adversary attempting to extract and analyze compressed payloads to evade static analysis. A SOC team should proactively hunt for this behavior in Azure Sentinel to uncover potential fileless attacks or staged malware deployments that utilize custom unpacking mechanisms to bypass traditional endpoint protections.

YARA Rule

rule Upackv039finalDwing
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 56 10 E2 E3 B1 04 D3 E0 03 E8 8D 53 18 33 C0 55 40 51 D3 E0 8B EA 91 }
	$a1 = { FF 76 38 AD 50 8B 3E BE F0 [3] 6A 27 59 F3 A5 FF 76 04 83 C8 FF }

condition:
		$a0 or $a1
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the Upackv039finalDwing detection rule, including suggested filters and exclusions:

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