File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11title : Suspicious SMB IPC$ and ADMIN$ Connections Without Signing or Encryption
22id : 8d91f6e4-9f3b-4c21-ae41-2c5b7d9f7a12
3- status : test
3+ status : experimental
44description : Detects suspicious SMB IPC$ or ADMIN$ connections that may indicate lateral movement or C2 activity.
55author : Mohamed Abdelghani
66date : 2025-10-10
7- references :
8- - https://attack.mitre.org/techniques/T1021/002/
97tags :
10- - attack.lateral-movement
11- - attack.t1021.002
8+ - attack.lateral-movement
9+ - attack.t1021.002
1210logsource :
1311 product : windows
1412 service : smbserver/connectivity
@@ -20,18 +18,18 @@ detection:
2018 selection :
2119 EventID : 4000
2220 ShareName|contains :
23- - " IPC$"
24- - " ADMIN$"
25- - " C$"
21+ - " IPC$"
22+ - " ADMIN$"
23+ - " C$"
2624 SigningUsed : " false"
2725 EncyptionUsed : " false"
2826 out :
29- ClientAddress|contains :
30- - ::1
31- - 127.0.0.1
27+ ClientAddress|contains :
28+ - ::1
29+ - 127.0.0.1
3230 condition : smb and selection and not out
3331falsepositives :
34- - IPC$ connections may generate some noise in normal environments
35- - Legitimate administrative or monitoring tools
32+ - IPC$ connections may generate some noise in normal environments
33+ - Legitimate administrative or monitoring tools
3634level : medium
3735ruletype : Sigma
You can’t perform that action at this time.
0 commit comments