mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
26 lines
715 B
YAML
26 lines
715 B
YAML
title: Netsh Port Forwarding
|
|
id: 322ed9ec-fcab-4f67-9a34-e7c6aef43614
|
|
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
|
|
date: 2019/01/29
|
|
modified: 2020/09/01
|
|
tags:
|
|
- attack.lateral_movement
|
|
- attack.defense_evasion
|
|
- attack.command_and_control
|
|
- attack.t1090
|
|
status: experimental
|
|
author: Florian Roth
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine:
|
|
- netsh interface portproxy add v4tov4 *
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate administration
|
|
level: medium
|