Query Details
name: Credential Access, NTLM stealing Over SMB description: Outgoing Traffic to the internet which might indicate NTLM stealing references: tags: Credential Access, search_query: (DeviceNetworkEvents | where ActionType == @"ConnectionSuccess" | where (RemotePort==445 or RemotePort == 135)and RemoteIPType == @"Public" and InitiatingProcessVersionInfoCompanyName != @"VMware, Inc." and RemoteUrl !contains "google" ) Notes:
This query looks for outgoing internet traffic that could indicate NTLM stealing over SMB. It filters for connections on ports 445 or 135 to public IP addresses, excludes connections from VMware, and excludes connections to Google.

Ali Hussein
Released: February 20, 2024
Tables
Keywords
Operators