Files
hayabusa/rules/sigma/other/windefend/win_defender_threat.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

30 lines
735 B
YAML

title: Windows Defender Threat Detected
ruletype: Sigma
author: Ján Trenčanský
date: 2020/07/28
description: Detects all actions taken by Windows Defender malware detection engines
detection:
SELECTION_1:
EventID: 1006
SELECTION_2:
EventID: 1116
SELECTION_3:
EventID: 1015
SELECTION_4:
EventID: 1117
condition: (SELECTION_1 or SELECTION_2 or SELECTION_3 or SELECTION_4)
falsepositives:
- unlikely
id: 57b649ef-ff42-4fb0-8bf6-62da243a1708
level: high
logsource:
product: windows
service: windefend
references:
- https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/troubleshoot-windows-defender-antivirus
status: stable
tags:
- attack.execution
- attack.t1059