SigmaHQ/rules/windows/process_creation/win_netsh_packet_capture.yml
2020-09-02 02:34:34 +02:00

27 lines
845 B
YAML

title: Capture a Network Trace with netsh.exe
id: d3c3861d-c504-4c77-ba55-224ba82d0118
status: experimental
description: Detects capture a network trace via netsh.exe trace functionality
references:
- https://blogs.msdn.microsoft.com/canberrapfe/2012/03/30/capture-a-network-trace-without-installing-anything-capture-a-network-trace-of-a-reboot/
author: Kutepov Anton, oscd.community
date: 2019/10/24
modified: 2020/09/01
tags:
- attack.discovery
- attack.credential_access
- attack.t1040
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- netsh
- trace
- start
condition: selection
falsepositives:
- Legitimate administrator or user uses netsh.exe trace functionality for legitimate reason
level: medium