2020-10-14 10:24:59 +02:00
title : Network Sniffing
id : adc9bcc4-c39c-4f6b-a711-1884017bf043
status : experimental
description : Detects the usage of tooling to sniff network traffic. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.
author : Alejandro Ortuno, oscd.community
date : 2020 /10/14
references :
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1040/T1040.md
logsource :
category : process_creation
product : macos
detection :
2020-10-20 17:10:20 +02:00
selection :
2021-04-03 00:00:43 +02:00
Image|endswith :
2020-10-14 10:24:59 +02:00
- '/tcpdump'
- '/tshark'
2020-10-20 17:10:20 +02:00
condition : selection
2020-10-14 10:24:59 +02:00
falsepositives :
- Legitimate administration activities
2021-04-03 00:00:43 +02:00
level : informational
2020-10-14 10:24:59 +02:00
tags :
- attack.discovery
- attack.credential_access
- attack.t1040