List SafeLink events
Description
This query lists all events that have triggered a URL block by safelinks. Those actions can be from multiple workloads: Teams, Office Applications or from email events. The URL click of the user will also generate a indincident itself. This query lists all events in one single view.
Note: This query will only give results if safe links is enabled in your environment.
Query · kql
UrlClickEvents | where ActionType == "ClickBlocked" | project Timestamp, Url, Workload, AccountUpn, ThreatTypes, IsClickedThrough