mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
26 lines
819 B
YAML
26 lines
819 B
YAML
title: Microsoft Defender Tamper Protection Trigger
|
|
id: 49e5bc24-8b86-49f1-b743-535f332c2856
|
|
description: Detects block of attempt to disable real time protection of Microsoft Defender by tamper protection
|
|
date: 2021/07/05
|
|
author: Bhabesh Raj
|
|
references:
|
|
- https://bhabeshraj.com/post/tampering-with-microsoft-defenders-tamper-protection
|
|
status: stable
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1089 # an old one
|
|
- attack.t1562.001
|
|
falsepositives:
|
|
- Administrator actions
|
|
level: critical
|
|
logsource:
|
|
product: windows
|
|
service: windefend
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 5013
|
|
Value|endswith:
|
|
- '\Windows Defender\DisableAntiSpyware = 0x1()'
|
|
- '\Real-Time Protection\DisableRealtimeMonitoring = (Current)'
|
|
condition: selection |