mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
25 lines
793 B
YAML
25 lines
793 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
|
|
tags:
|
|
- attack.discovery
|
|
- 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
|