Files
hayabusa/rules/sigma/builtin/system/win_system_defender_disabled.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

38 lines
1.0 KiB
YAML

title: Windows Defender Threat Detection Disabled
ruletype: Sigma
author: Ján Trenčanský, frack113
date: 2020/07/28
description: Detects disabling Windows Defender threat protection
detection:
SELECTION_1:
EventID: 7036
SELECTION_2:
Provider_Name: Service Control Manager
SELECTION_3:
param1:
- Windows Defender Antivirus Service
- Service antivirus Microsoft Defender
SELECTION_4:
param2: stopped
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3 and SELECTION_4)
falsepositives:
- Administrator actions
id: 6c0a7755-6d31-44fa-80e1-133e57752680
level: high
logsource:
product: windows
service: system
modified: 2021/11/22
references:
- https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/troubleshoot-windows-defender-antivirus
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1562.001/T1562.001.md
related:
- id: fe34868f-6e0e-4882-81f6-c43aa8f15b62
type: derived
status: stable
tags:
- attack.defense_evasion
- attack.t1089
- attack.t1562.001