← Back to SOC feed Coverage →

PMODEWv112116121133DOSextender

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

Hunt Hypothesis

This detection identifies potential DOS extender activity associated with the PMODEWv112116121133 signature, which may indicate legacy system exploitation or specific malware behavior targeting Windows environments. SOC teams should proactively hunt for this pattern in Azure Sentinel to uncover low-severity anomalies that could serve as early indicators of broader compromise chains or unauthorized legacy component usage before they escalate into critical incidents.

YARA Rule

rule PMODEWv112116121133DOSextender
{
      meta:
		author="malware-lu"
strings:
		$a0 = { FC 16 07 BF [2] 8B F7 57 B9 [2] F3 A5 06 1E 07 1F 5F BE [2] 06 0E A4 }

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 5 specific false positive scenarios for the PMODEWv112116121133DOSextender detection rule, along with recommended filters and exclusions:

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