Files
keyboardcrunch-sentinelone-…/queries/windows/disable_defender_firewall.yml
T

15 lines
364 B
YAML

title: Disable Defender Firewall
description: Detection on disabling Microsoft Defender Firewall.
author: keyboardcrunch
date: 10/10/2020
modified: null
mitre:
tactic: Defense Evasion
technique: T1562
subtechnique: 004
operating_system: windows
query: TgtProcName = "netsh.exe" AND TgtProcCmdLine ContainsCIS "state off"
false_positives: null
tags: null