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.
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
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 5 specific false positive scenarios for the PMODEWv112116121133DOSextender detection rule, along with recommended filters and exclusions:
Scenario: Microsoft Defender Antivirus Real-Time Scanning of Legacy Executables
MsMpEng.exe) frequently scans legacy .exe or .com files stored in network shares that utilize DOS-based extender headers. During high-volume scanning, the YARA rule triggers on these legitimate binaries as they are accessed by the engine’s worker threads.MsMpEng.exe and its child processes within the Defender console configuration to ignore files matching this signature during real-time scan operations.Scenario: Scheduled Backup Jobs Executing via Robocopy or Veeam
VeeamBRService, RobocopyAdmin) and restrict the detection scope to exclude paths within the designated backup repository folders (e.g., \Backup\LegacyApps\).Scenario: Deployment of Legacy Applications via SCCM/Intune
ccmsetup.exe or TfService.exe) writes these specific file structures to the client machine. The rule fires during the initial write phase of the deployment package.