Skip to content
Threat Feed
medium advisory

Detection of Unauthorized Network Sniffing Tools on Windows

Adversaries leverage network sniffing utilities such as Wireshark and tcpdump on Windows endpoints to conduct reconnaissance, intercept sensitive traffic, and exfiltrate credentials.

This threat brief focuses on the unauthorized execution of network packet capture and analysis tools on Windows systems. Adversaries frequently deploy utilities like Wireshark, tshark, tcpdump, and dumpcap to perform man-in-the-middle attacks or capture unencrypted traffic within a compromised network. By intercepting packets, attackers can harvest credentials, session tokens, and proprietary data, facilitating further lateral movement and data exfiltration. While these binaries often have legitimate uses for network troubleshooting by administrators, their execution in non-authorized environments or by suspicious user accounts represents a high-risk activity that mandates immediate investigation. Detection engineering teams must differentiate between authorized administrative actions and potential adversary activity.

Attack Chain

  1. Attacker gains initial access to a Windows endpoint via phishing, exploit, or credential abuse.
  2. Attacker performs local discovery to identify available security software and administrative tools.
  3. Attacker downloads or stages network sniffing utilities, such as tshark.exe or dumpcap.exe, to the local file system.
  4. Attacker executes the binary, often with elevated privileges or via a compromised user context, to begin packet capture.
  5. The utility writes captured packet data to a local file (e.g., .pcap or .cap) on the disk.
  6. Attacker exfiltrates the captured packet data or analysis results to an attacker-controlled remote server.
  7. Attacker extracts sensitive data, such as credentials or session tokens, from the captured traffic for further exploitation.

Impact

The unauthorized use of packet capture tools poses a significant threat to organizational data confidentiality. Successful exploitation results in the exposure of cleartext credentials, session cookies, and sensitive internal communications. This intelligence allows attackers to escalate privileges, move laterally through the infrastructure, and bypass multi-factor authentication if session tokens are hijacked, potentially leading to a full domain compromise.

Recommendation

Prioritized actions for detection engineering and SOC teams include:

  • Deploy the provided Sigma rule to monitor for process execution of known network sniffing binaries.
  • Enable Sysmon Event ID 1 (Process Creation) across all endpoints to capture complete command-line arguments and process metadata.
  • Establish a baseline of authorized administrative tools within the environment to filter out legitimate troubleshooting activity.
  • Investigate any identified process execution that originates from non-standard directories (e.g., Temp, AppData) or involves non-standard parent processes.
  • Review EDR telemetry for associated suspicious network connections immediately following the execution of sniffing tools.

Immediate actions

Deploy detection rule to SIEM

Detection Engineering 48h

Threat Hunt

Search for historical execution of sniffer binaries in process logs

T1040 medium high confidence hunt now

Data: Process creation logs

Detection coverage 1

Detect Unauthorized Network Sniffing Tools

medium

Detects the execution of known network sniffing tools such as Wireshark, tcpdump, and associated utilities often used for unauthorized traffic interception.

sigma tactics: credential_access, discovery, exfiltration techniques: T1040 sources: process_creation, windows

Detection queries are available on the platform. Get full rules →