mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-11 02:11:21 +00:00
T1040 network sniffing
This commit is contained in:
committed by
keyboardcrunch
parent
cff3330a29
commit
50959302ed
@@ -0,0 +1,15 @@
|
|||||||
|
title: Linux Network Sniffing
|
||||||
|
description: Detect scripted packet capture using tcpdump or tshark, not limited by packet count or interface.
|
||||||
|
author: keyboardcrunch
|
||||||
|
date: 17/03/2021
|
||||||
|
modified: null
|
||||||
|
mitre:
|
||||||
|
tactic: Credential Access
|
||||||
|
technique: T1040
|
||||||
|
subtechnique: null
|
||||||
|
operating_system: linux
|
||||||
|
query: TgtProcName In AnyCase ("tcpdump","tshark")
|
||||||
|
false_positives: null
|
||||||
|
tags: null
|
||||||
|
references:
|
||||||
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1040/T1040.md
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
title: Windows Network Sniffing
|
||||||
|
description: Detect scripted packet capture using tshark or netsh, not limited by packet count or interface.
|
||||||
|
author: keyboardcrunch
|
||||||
|
date: 17/03/2021
|
||||||
|
modified: null
|
||||||
|
mitre:
|
||||||
|
tactic: Credential Access
|
||||||
|
technique: T1040
|
||||||
|
subtechnique: null
|
||||||
|
operating_system: windows
|
||||||
|
query: TgtProcName = "netsh.exe" and TgtProcCmdLine ContainsCIS "trace start" ) OR ProcessName = "tshark.exe"
|
||||||
|
false_positives: null
|
||||||
|
tags: null
|
||||||
|
references:
|
||||||
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1040/T1040.md
|
||||||
Reference in New Issue
Block a user