mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
27 lines
789 B
YAML
27 lines
789 B
YAML
title: Firewall Disabled via Netsh
|
|
id: 57c4bf16-227f-4394-8ec7-1b745ee061c3
|
|
description: Detects netsh commands that turns off the Windows firewall
|
|
references:
|
|
- https://www.winhelponline.com/blog/enable-and-disable-windows-firewall-quickly-using-command-line/
|
|
- https://app.any.run/tasks/210244b9-0b6b-4a2c-83a3-04bd3175d017/
|
|
date: 2019/11/01
|
|
modified: 2020/08/30
|
|
status: experimental
|
|
author: Fatih Sirin
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1562.004
|
|
- attack.s0108
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine:
|
|
- netsh firewall set opmode mode=disable
|
|
- netsh advfirewall set * state off
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate administration
|
|
level: medium
|