macOS Network Sniffing Tool Execution via tcpdump or tshark
Identifies macOS execution of tcpdump or tshark, indicating potential network traffic sniffing activity.
FreeReviewedSigma · Informational · v2
- Product
- macos
- Category
- process_creation
- Author
- Alejandro Ortuno, oscd.community (SigmaHQ), DRL 1.1
- Published
- 2020-10-14
- Updated
- 2026-07-31
ATT&CK techniques
Cred Access → DiscoveryRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies process creation on macOS where the executable path ends with /tcpdump or /tshark. These tools are commonly used to capture and inspect network traffic, which enables passive collection of data in transit. The detection relies on process creation telemetry including the executed image path.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
macos-process-creation-detect-tcpdump-tshark-network-sniffing-tool-usage-adc9bcc4
title: macOS Network Sniffing Tool Execution via tcpdump or tshark
id: ac65eeb8-a59f-432f-bc2c-d2885f49087f
status: test
description: This rule identifies process creation on macOS where the executable path ends with /tcpdump or /tshark. These tools are commonly used to capture and inspect network traffic, which enables passive collection of data in transit. The detection relies on process creation telemetry including the executed image path.
references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1040/T1040.md
- https://github.com/SigmaHQ/sigma/blob/master/rules/macos/process_creation/proc_creation_macos_network_sniffing.yml
author: Alejandro Ortuno, oscd.community, Huntrule Team
date: 2020-10-14
modified: 2022-11-26
tags:
- attack.discovery
- attack.credential-access
- attack.t1040
logsource:
category: process_creation
product: macos
detection:
selection:
Image|endswith:
- /tcpdump
- /tshark
condition: selection
falsepositives:
- Legitimate administration activities
level: informational
license: DRL-1.1
related:
- id: adc9bcc4-c39c-4f6b-a711-1884017bf043
type: derived