Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 465 Bytes

RemoteSMBConnection.md

File metadata and controls

22 lines (18 loc) · 465 Bytes

Triggers when a remote SBM connection has been found


Defender For Endpoint

DeviceNetworkEvents
| where RemoteIPType == "Public"
| where RemotePort == 445
| where ActionType == "ConnectionSuccess"
| project-reorder Timestamp, DeviceName, RemoteIP

Sentinel

DeviceNetworkEvents
| where RemoteIPType == "Public"
| where RemotePort == 445
| where ActionType == "ConnectionSuccess"
| project-reorder TimeGenerated, DeviceName, RemoteIP