Files
blue-team-tools/rules/windows/process_creation/win_netsh_fw_add.yml
T
2021-11-27 11:33:14 +01:00

29 lines
833 B
YAML

title: Netsh Port or Application Allowed
id: cd5cfd80-aa5f-44c0-9c20-108c4ae12e3c
status: test
description: Allow Incoming Connections by Port or Application on Windows Firewall
author: Markus Neis, Sander Wiebing
references:
- https://attack.mitre.org/software/S0246/ (Lazarus HARDRAIN)
- https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-RAT-and-Staging-Report.pdf
date: 2019/01/29
modified: 2021/11/27
logsource:
category: process_creation
product: windows
detection:
selection1:
Image|endswith: '\netsh.exe'
selection2:
CommandLine|contains|all:
- 'firewall'
- 'add'
condition: selection1 and selection2
falsepositives:
- Legitimate administration
level: medium
tags:
- attack.defense_evasion
- attack.t1089 # an old one
- attack.t1562.004