SigmaHQ/rules/windows/process_creation/win_netsh_port_fwd.yml

26 lines
715 B
YAML
Raw Normal View History

2019-02-25 23:24:46 +00:00
title: Netsh Port Forwarding
2019-11-12 22:12:27 +00:00
id: 322ed9ec-fcab-4f67-9a34-e7c6aef43614
2019-02-25 23:24:46 +00:00
description: Detects netsh commands that configure a port forwarding
references:
- https://www.fireeye.com/blog/threat-research/2019/01/bypassing-network-restrictions-through-rdp-tunneling.html
2019-02-25 23:24:46 +00:00
date: 2019/01/29
2020-09-02 00:34:34 +00:00
modified: 2020/09/01
2019-02-25 23:24:46 +00:00
tags:
- attack.lateral_movement
2020-09-02 00:34:34 +00:00
- attack.defense_evasion
- attack.command_and_control
- attack.t1090
2019-02-25 23:24:46 +00:00
status: experimental
author: Florian Roth
logsource:
category: process_creation
product: windows
2019-02-25 23:24:46 +00:00
detection:
selection:
CommandLine:
- netsh interface portproxy add v4tov4 *
condition: selection
2019-02-25 23:24:46 +00:00
falsepositives:
- Legitimate administration
2019-02-25 23:24:46 +00:00
level: medium