mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
action: global
|
|
title: Windows Defender Threat Detection Disabled
|
|
id: fe34868f-6e0e-4882-81f6-c43aa8f15b62
|
|
description: Detects disabling Windows Defender threat protection
|
|
date: 2020/07/28
|
|
modified: 2021/06/07
|
|
author: Ján Trenčanský, frack113
|
|
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
|
|
status: stable
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1089 # an old one
|
|
- attack.t1562.001
|
|
falsepositives:
|
|
- Administrator actions
|
|
level: high
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: windefend
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 5001
|
|
- 5010
|
|
- 5012
|
|
- 5101
|
|
selection2:
|
|
TargetObject:
|
|
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend
|
|
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender
|
|
- HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
|
|
Details: 'DWORD (0x00000001)'
|
|
condition: 1 of them
|
|
---
|
|
logsource:
|
|
product: windows
|
|
category: registry_event
|
|
detection:
|
|
tamper_registry:
|
|
EventType: 'SetValue'
|
|
TargetObject: 'HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\DisableAntiSpyware'
|
|
Details: 'DWORD (0x00000001)'
|
|
condition: tamper_registry
|