← Back to SOC feed Coverage →

WinUpackv030betaByDwing

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

Hunt Hypothesis

This detection identifies the execution of a specific unpacking utility (WinUpack v030 beta) that may indicate an adversary attempting to extract or analyze compressed payloads as part of a multi-stage attack chain. Proactively hunting for this activity in Azure Sentinel allows the SOC team to validate legitimate administrative usage against potential malicious behavior, ensuring early visibility into supply chain compromises or fileless attacks leveraging custom unpacking tools.

YARA Rule

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

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 5 specific false positive scenarios for the WinUpackv030betaByDwing detection rule, including targeted filters and exclusions:

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