Files
marcredhat-kql/kql/16_suspicious_travel.kql
T

4 lines
183 B
Plaintext

SigninLogs | where TimeGenerated > ago(1d) | where ResultType == 0
| summarize CountriesAccessed = make_set(Location) by UserPrincipalName
| where array_length(CountriesAccessed) > 3