SigmaHQ/rules/windows/builtin/win_susp_msmpeng_crash.yml
Thomas Patzke 300dbe8f3e Fixed condition
AND has higher precedence than OR.
2017-05-09 23:12:02 +02:00

28 lines
768 B
YAML

title: Microsoft Malware Protection Engine Crash
description: This rule detects a suspicious crash of the Microsoft Malware Protection Engine
status: experimental
date: 2017/05/09
reference:
- https://bugs.chromium.org/p/project-zero/issues/detail?id=1252&desc=5
- https://technet.microsoft.com/en-us/library/security/4022344
author: Florian Roth
logsource:
product: windows
service: application
detection:
selection1:
Source: 'Application Error'
EventID: 1000
selection2:
Source: 'Windows Error Reporting'
EventID: 1001
keyword1:
- 'MsMpEng.exe'
keyword2:
- 'mpengine.dll'
condition: (selection1 or selection2) and keyword1 and keyword2
falsepositives:
- Unknown
level: high