mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Create sysmon_disabled_exploit_guard_network_protection_on_microsoft_defender.yml
This commit is contained in:
parent
28abe88927
commit
483dacb209
@ -0,0 +1,23 @@
|
||||
title: Disable Exploit Guard Network Protection on Windows Defender
|
||||
id: bf9e1387-b040-4393-9851-1598f8ecfae9
|
||||
description: Detects disabling Windows Defender Exploit Guard Network Protection
|
||||
status: experimental
|
||||
date: 2021/08/04
|
||||
author: Austin Songer @austinsonger
|
||||
references:
|
||||
- https://www.tenforums.com/tutorials/105533-enable-disable-windows-defender-exploit-protection-settings.html
|
||||
tags:
|
||||
- attack.defense_evasion
|
||||
- attack.t1562.001
|
||||
logsource:
|
||||
category: registry_event
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
EventType: SetValue
|
||||
TargetObject|contains: 'HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\App and Browser protection\DisallowExploitProtectionOverride'
|
||||
Details: 'DWORD (00000001)'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: medium
|
Loading…
Reference in New Issue
Block a user