← Back to SOC feed Coverage →

Upackv029Betav031BetaDwing

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

Hunt Hypothesis

This hypothesis targets the presence of the Upack v0.29 Beta packer, a tool frequently used by adversaries to obfuscate malicious payloads and evade static analysis during initial access or execution phases. Proactively hunting for this specific YARA signature in Azure Sentinel allows the SOC to identify potentially compromised hosts or files before the packed malware can unpack and execute its full payload, reducing the mean time to detection for low-severity but high-impact threats.

YARA Rule

rule Upackv029Betav031BetaDwing
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BE 88 01 [2] AD 8B F8 95 AD 91 F3 A5 AD B5 ?? F3 }

condition:
		$a0
}

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