Skip to content

Commit 510f3ac

Browse files
Merge pull request #1 from mm-abdelghani/mm-abdelghani-patch-4
Update windows_smb_ipc_admin_no_signing.yml
2 parents 9215023 + fc75020 commit 510f3ac

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
title: Suspicious SMB IPC$ and ADMIN$ Connections Without Signing or Encryption
22
id: 8d91f6e4-9f3b-4c21-ae41-2c5b7d9f7a12
3-
status: test
3+
status: experimental
44
description: Detects suspicious SMB IPC$ or ADMIN$ connections that may indicate lateral movement or C2 activity.
55
author: Mohamed Abdelghani
66
date: 2025-10-10
7-
references:
8-
- https://attack.mitre.org/techniques/T1021/002/
97
tags:
10-
- attack.lateral-movement
11-
- attack.t1021.002
8+
- attack.lateral-movement
9+
- attack.t1021.002
1210
logsource:
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
3331
falsepositives:
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
3634
level: medium
3735
ruletype: Sigma

0 commit comments

Comments
 (0)