Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 328 Bytes

File metadata and controls

15 lines (13 loc) · 328 Bytes

Detect risky IP activities

Defender For Endpoint

CloudAppEvents
| where IPCategory == "Risky"
| project Timestamp, ActionType, IPAddress, IPCategory, ISP, RawEventData

Sentinel

CloudAppEvents
| where IPCategory == "Risky"
| project TimeGenerated, ActionType, IPAddress, IPCategory, ISP, RawEventData