← Back to SOC feed Coverage →

DBPEv210

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

Hunt Hypothesis

This YARA rule detects specific patterns indicative of the DBPEv210 malware family, which often leverages obfuscated code or known signatures to establish persistence or execute malicious payloads. Proactively hunting for this indicator allows the SOC team to identify compromised endpoints early, preventing potential lateral movement or data exfiltration before the threat actor can escalate privileges within the Azure Sentinel environment.

YARA Rule

rule DBPEv210
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 9C 6A 10 73 0B EB 02 C1 51 E8 06 [3] C4 11 73 F7 5B CD 83 C4 04 EB 02 99 EB FF 0C 24 71 01 E8 79 E0 7A 01 75 83 C4 04 9D EB 01 75 68 5F 20 40 ?? E8 B0 EF FF FF 72 03 73 01 75 BE }

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

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