Windows Application Error: MsMpEng.exe Crash Involving mpengine.dll
Alerts on Windows Application Error EventID 1000 indicating a crash involving MsMpEng.exe and mpengine.dll.
- Product
- windows
- Service
- application
- Author
- Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2017-05-09
- Updated
- 2026-07-31
ATT&CK techniques
Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows Application Error events where the process MsMpEng.exe is reported crashing and the event data includes mpengine.dll. Such crashes can be leveraged to impair or disrupt Microsoft Malware Protection Engine functionality during an attack or after malicious activity. The detection relies on Windows Application log telemetry, specifically EventID 1000 with provider name Application Error and matching crash-related strings in the event data.
Reporting behind it
- bugs.chromium.orghttps://bugs.chromium.org/p/project-zero/issues/detail?id=1252&desc=5
- technet.microsoft.comhttps://technet.microsoft.com/en-us/library/security/4022344
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/application/application_error/win_application_error_msmpeng_crash.yml
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows Application Error: MsMpEng.exe Crash Involving mpengine.dll"
id: 50a26fb5-1958-4942-95b2-806198e088e1
related:
- id: 6c82cf5c-090d-4d57-9188-533577631108
type: similar
- id: 545a5da6-f103-4919-a519-e9aec1026ee4
type: derived
status: test
description: This rule flags Windows Application Error events where the process MsMpEng.exe is reported crashing and the event data includes mpengine.dll. Such crashes can be leveraged to impair or disrupt Microsoft Malware Protection Engine functionality during an attack or after malicious activity. The detection relies on Windows Application log telemetry, specifically EventID 1000 with provider name Application Error and matching crash-related strings in the event data.
references:
- https://bugs.chromium.org/p/project-zero/issues/detail?id=1252&desc=5
- https://technet.microsoft.com/en-us/library/security/4022344
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/application/application_error/win_application_error_msmpeng_crash.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2017-05-09
modified: 2023-04-14
tags:
- attack.stealth
- attack.defense-impairment
- attack.t1211
- attack.t1685
logsource:
product: windows
service: application
detection:
selection:
Provider_Name: Application Error
EventID: 1000
Data|contains|all:
- MsMpEng.exe
- mpengine.dll
condition: selection
falsepositives:
- MsMpEng might crash if the "C:\" partition is full
level: high
license: DRL-1.1