SigmaHQ/rules/windows/builtin/win_susp_msmpeng_crash.yml

33 lines
951 B
YAML
Raw Normal View History

title: Microsoft Malware Protection Engine Crash
2019-11-12 22:12:27 +00:00
id: 6c82cf5c-090d-4d57-9188-533577631108
description: This rule detects a suspicious crash of the Microsoft Malware Protection Engine
2018-07-24 04:34:20 +00:00
tags:
- attack.defense_evasion
- attack.t1089 # an old one
- attack.t1211
2020-06-16 20:46:08 +00:00
- attack.t1562.001
status: experimental
date: 2017/05/09
references:
- 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'
2018-07-24 04:34:20 +00:00
EventID: 1000
selection2:
Source: 'Windows Error Reporting'
EventID: 1001
keywords:
2020-10-15 18:50:01 +00:00
Message|contains:
- 'MsMpEng.exe'
- 'mpengine.dll'
2020-11-20 01:30:48 +00:00
condition: 1 of selection* and keywords
2018-07-24 04:34:20 +00:00
falsepositives:
2018-06-27 20:14:38 +00:00
- MsMpEng.exe can crash when C:\ is full
level: high