← Back to SOC feed Coverage →

DEFv10

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

Hunt Hypothesis

This rule detects the presence of specific malicious code patterns or artifacts associated with the DEFv10 YARA signature, potentially indicating a low-severity threat or known malware variant. Proactively hunting for this signature allows the SOC team to identify dormant or stealthy infections that may not trigger high-fidelity alerts, ensuring early detection of threats that could escalate or persist within the Azure environment.

YARA Rule

rule DEFv10
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BE ?? 01 40 00 6A 05 59 80 7E 07 00 74 11 8B 46 }
	$a1 = { BE ?? 01 40 00 6A ?? 59 80 7E 07 00 74 11 8B 46 0C 05 00 00 40 00 8B 56 10 30 10 40 4A 75 FA 83 C6 28 E2 E4 68 ?? 10 40 00 C3 }

condition:
		$a0 at pe.entry_point 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

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