Create sysmon_disabled_exploit_guard_network_protection_on_microsoft_defender.yml

This commit is contained in:
Austin Songer 2021-08-04 19:11:00 -05:00 committed by GitHub
parent 28abe88927
commit 483dacb209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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