SigmaHQ/rules/windows/builtin/win_susp_msmpeng_crash.yml
Karneades 68fd20cb66 fix: bound windows event log rules to message field
Fixed rules
- rules/windows/builtin/win_susp_msmpeng_crash.yml
- rules/windows/builtin/win_alert_active_directory_user_control.yml
- rules/windows/builtin/win_av_relevant_match.yml
- rules/windows/builtin/win_mal_creddumper.yml
- rules/windows/builtin/win_susp_sam_dump.yml
- rules/windows/builtin/win_alert_mimikatz_keywords.yml
- rules/windows/builtin/win_alert_enable_weak_encryption.yml
2019-11-02 11:25:29 +01:00

31 lines
867 B
YAML

title: Microsoft Malware Protection Engine Crash
description: This rule detects a suspicious crash of the Microsoft Malware Protection Engine
tags:
- attack.defense_evasion
- attack.t1089
- attack.t1211
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'
EventID: 1000
selection2:
Source: 'Windows Error Reporting'
EventID: 1001
keywords:
Message:
- '*MsMpEng.exe*'
- '*mpengine.dll*'
condition: 1 of selection* and all of keywords
falsepositives:
- MsMpEng.exe can crash when C:\ is full
level: high