We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9ab1a commit f8b72ddCopy full SHA for f8b72dd
Detections/SigninLogs/AnomalousSingleFactorSignin.yaml
@@ -31,7 +31,7 @@ query: |
31
| summarize by AutonomousSystemNumber);
32
SigninLogs
33
| where TimeGenerated > ago(1d)
34
- | where ResultType == 0
+ | where ResultType != 0
35
| where isempty(DeviceDetail.deviceId)
36
| where AuthenticationRequirement == "singleFactorAuthentication"
37
| extend LocationParsed = parse_json(LocationDetails), DeviceParsed = parse_json(DeviceDetail)
0 commit comments