← Back to SOC feed Coverage →

dUP2diablo2oo2

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

Hunt Hypothesis

This detection identifies potential file-based threats matching the “dUP2diablo2oo2” YARA signature, which may indicate early-stage malware or suspicious executable activity within the environment. Proactively hunting for this pattern in Azure Sentinel allows the SOC team to validate low-severity alerts before they escalate, ensuring rapid identification of novel or variant threats that might otherwise be overlooked by standard automated rules.

YARA Rule

rule dUP2diablo2oo2
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 [4] E8 [4] 8B F0 6A 00 68 [4] 56 E8 [4] A2 [4] 6A 00 68 [4] 56 E8 [4] A2 [4] 6A 00 68 [4] 56 E8 [4] A2 [4] 68 [4] 68 [4] 56 E8 [4] 3C 01 75 19 BE [4] 68 00 02 00 00 56 68 }

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 3-5 specific false positive scenarios for the detection rule dUP2diablo2oo2, including suggested filters and exclusions tailored for an enterprise environment:

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