Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 560 Bytes

RemoteSMBConnection.md

File metadata and controls

24 lines (20 loc) · 560 Bytes

Triggers when a remote public SBM connection has been found

Query Information

Description

Triggers when a remote public SBM connection has been found

Defender XDR

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