mirror of
https://github.com/marcredhat/kql
synced 2026-06-08 21:27:09 +00:00
4 lines
183 B
Plaintext
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
|