Detectionhightest

Microsoft Malware Protection Engine Crash

This rule detects a suspicious crash of the Microsoft Malware Protection Engine

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems)Created Tue May 09Updated Fri Apr 14545a5da6-f103-4919-a519-e9aec1026ee4windows
Log Source
Windowsapplication
ProductWindows← raw: windows
Serviceapplication← raw: application
Detection Logic
Detection Logic1 selector
detection:
    selection:
        Provider_Name: 'Application Error'
        EventID: 1000
        Data|contains|all:
            - 'MsMpEng.exe'
            - 'mpengine.dll'
    condition: selection
False Positives

MsMpEng might crash if the "C:\" partition is full

Rule Metadata
Rule ID
545a5da6-f103-4919-a519-e9aec1026ee4
Status
test
Level
high
Type
Detection
Created
Tue May 09
Modified
Fri Apr 14
Path
rules/windows/builtin/application/application_error/win_application_error_msmpeng_crash.yml
Raw Tags
attack.defense-evasionattack.t1211attack.t1562.001
View on GitHub