mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
15 lines
364 B
YAML
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
|
|
|