Triggers when a remote public SBM connection has been found
Description
Triggers when a remote public SBM connection has been found
Query · kql
DeviceNetworkEvents | where RemoteIPType == "Public" | where RemotePort == 445 | where ActionType == "ConnectionSuccess" | project-reorder Timestamp, DeviceName, RemoteIP