mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-10 18:01:20 +00:00
Cleaned up signature descriptions and metadata.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
title: Disable Defender Firewall
|
||||
description: Detection on disabling Microsoft Defender Firewall.
|
||||
description: Detect disabling Microsoft Defender Firewall.
|
||||
author: keyboardcrunch
|
||||
date: 10/10/2020
|
||||
modified: null
|
||||
modified: 05/12/2020
|
||||
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
|
||||
false_positives:
|
||||
tags:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user