Skip to content

Potential CVE-2023-23397 Exploitation Attempt - Windows Server filter - #5691

Merged
swachchhanda000 merged 2 commits into
SigmaHQ:masterfrom
djlukic:smb_winserver_remoteaddress_
Oct 18, 2025
Merged

Potential CVE-2023-23397 Exploitation Attempt - Windows Server filter#5691
swachchhanda000 merged 2 commits into
SigmaHQ:masterfrom
djlukic:smb_winserver_remoteaddress_

Conversation

@djlukic

@djlukic djlukic commented Oct 13, 2025

Copy link
Copy Markdown
Contributor

Summary of the Pull Request

Hi,

I have found that RemoteAddress field exists on Windows Server and hence why I am proposing this filter for private addresses.

Changelog

Potential CVE-2023-23397 Exploitation Attempt - SMB (de96b824-02b0-4241-9356-7e9b47f04bac)

  • Added RemoteAddress field to filters

Example Log Event

{
  "Event": {
    "#attributes": {
      "xmlns": "http://schemas.microsoft.com/win/2004/08/events/event"
    },
    "System": {
      "Provider": {
        "#attributes": {
          "Name": "Microsoft-Windows-SMBClient",
          "Guid": "988C59C5-0A1C-45B6-A555-0C62276E327D"
        }
      },
      "EventID": 30803,
      "Version": 2,
      "Level": 2,
      "Task": 0,
      "Opcode": 0,
      "Keywords": "0x400000000000040",
      "TimeCreated": {
        "#attributes": {
          "SystemTime": "2023-12-27T00:33:18.000507Z"
        }
      },
      "EventRecordID": 208480,
      "Correlation": null,
      "Execution": {
        "#attributes": {
          "ProcessID": 4,
          "ThreadID": 11616
        }
      },
      "Channel": "Microsoft-Windows-SmbClient/Connectivity",
      "Computer": "[redacted].local",
      "Security": {
        "#attributes": {
          "UserID": "S-1-5-18"
        }
      }
    },
    "EventData": {
      "Reason": 4,
      "Status": 3221225991,
      "ServerNameLength": 15,
      "ServerName": "[redacted]",
      "AddressLength": 28,
      "RemoteAddress": "170001BD00000000FE800000000000000517A6851A7BD06E0D000000",
      "LocalAddress": "00000000000000000000000000000000000000000000000000000000",
      "InstanceNameLength": 24,
      "InstanceName": "\\Device\\LanmanRedirector",
      "ConnectionType": 1
    }
  }
}

Fixed Issues

SigmaHQ Rule Creation Conventions

  • If your PR adds new rules, please consider following and applying these conventions

@swachchhanda000
swachchhanda000 merged commit afc36cb into SigmaHQ:master Oct 18, 2025
13 checks passed
@djlukic
djlukic deleted the smb_winserver_remoteaddress_ branch November 5, 2025 13:56
swachchhanda000 added a commit to montysecurity/sigma that referenced this pull request Nov 19, 2025
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants