Skip to content

Commit afc36cb

Browse files
Merge PR #5691 from @djlukic - Adding RemoteAddress field for Windows Server coverage
fix: Potential CVE-2023-23397 Exploitation Attempt - Add RemoteAddress field to filters --------- Co-authored-by: Swachchhanda Shrawan Poudel <87493836+swachchhanda000@users.noreply.github.com>
1 parent de97c83 commit afc36cb

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

rules-emerging-threats/2023/Exploits/CVE-2023-23397/win_smbclient_connectivity_exploit_cve_2023_23397_outlook_remote_file.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ references:
77
- https://github.com/nasbench/Misc-Research/blob/fc46f6da34ff7e0076da28fd3e66d6e1100f1c2f/ETW/Microsoft-Windows-SMBClient.md
88
author: Nasreddine Bencherchali (Nextron Systems)
99
date: 2023-04-05
10-
modified: 2025-04-07
10+
modified: 2025-10-13
1111
tags:
1212
- attack.exfiltration
1313
- cve.2023-23397
@@ -73,6 +73,18 @@ detection:
7373
- '0200????0A' # 10.
7474
- '0200????7F' # 127
7575
- '0200????A9FE' # 169.254.
76+
- RemoteAddress|contains:
77+
# IPv6
78+
- '00000000000000000000000000000001' # ::1 - IPv6 loopback
79+
- 'FE80000000000000' # fe80:: - IPv6 link-local addresses
80+
- 'FC00000000000000' # fc00:: - IPv6 private addresses
81+
# IPv4
82+
# The "?" are meant to represent the port
83+
- '0200????C0A8' # 192.168.
84+
- '0200????AC' # 172.
85+
- '0200????0A' # 10.
86+
- '0200????7F' # 127
87+
- '0200????A9FE' # 169.254.
7688
condition: selection and not 1 of filter_main_*
7789
falsepositives:
7890
- Some false positives may occur from external trusted servers. Apply additional filters accordingly

0 commit comments

Comments
 (0)