Query per la tabella UrlClickEvents
Per informazioni sull'uso di queste query nella portale di Azure, vedere Esercitazione su Log Analytics. Per l'API REST, vedere Query.
Collegamenti in cui un utente è stato autorizzato a procedere
Collegamenti dannosi in cui l'utente è stato autorizzato a procedere.
UrlClickEvents
| where ActionType == "ClickAllowed" or IsClickedThrough !="0"
| where ThreatTypes has "Phish"
| summarize by ReportId, IsClickedThrough, AccountUpn, NetworkMessageId, ThreatTypes, Timestamp