← Back to SOC feed Coverage →

WinUpackv039finalrelocatedimagebaseByDwingc2005h2

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

Hunt Hypothesis

This detection identifies potentially malicious executables that utilize a relocated image base, a technique often employed by packers or obfuscation tools to evade static analysis and hide code modifications. Proactively hunting for this behavior in Azure Sentinel is essential because such relocations frequently indicate the presence of packed malware or custom loaders that may bypass standard signature-based defenses until they execute their payload.

YARA Rule

rule WinUpackv039finalrelocatedimagebaseByDwingc2005h2
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E8 09 00 00 00 [3] 00 E9 06 02 00 00 33 C9 5E 87 0E E3 F4 2B F1 8B DE AD 2B D8 AD 03 C3 50 97 AD 91 F3 A5 5E AD 56 91 01 1E AD E2 FB AD 8D 6E 10 01 5D 00 8D 7D 1C B5 ?? F3 AB 5E AD 53 50 51 97 58 8D 54 85 5C FF 16 72 57 2C 03 73 02 B0 00 3C 07 72 }

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

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