Files
blue-team-tools/rules/windows/process_creation/win_netsh_packet_capture.yml
T

27 lines
845 B
YAML
Raw Normal View History

2019-11-07 03:37:41 +03:00
title: Capture a Network Trace with netsh.exe
2019-11-12 23:12:27 +01:00
id: d3c3861d-c504-4c77-ba55-224ba82d0118
2019-10-25 18:01:36 +03:00
status: experimental
2019-11-07 03:37:41 +03:00
description: Detects capture a network trace via netsh.exe trace functionality
2019-10-25 18:01:36 +03:00
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
2020-09-02 02:34:34 +02:00
modified: 2020/09/01
2019-10-25 18:01:36 +03:00
tags:
2019-10-25 18:30:40 +03:00
- attack.discovery
2020-09-02 02:34:34 +02:00
- attack.credential_access
2019-10-25 18:01:36 +03:00
- attack.t1040
logsource:
category: process_creation
product: windows
detection:
selection:
2019-11-07 03:37:41 +03:00
CommandLine|contains|all:
- netsh
- trace
- start
2019-10-25 18:01:36 +03:00
condition: selection
falsepositives:
2019-11-07 03:37:41 +03:00
- Legitimate administrator or user uses netsh.exe trace functionality for legitimate reason
2019-10-25 18:01:36 +03:00
level: medium