Skip to content

Commit f8b72dd

Browse files
author
smustafa
committed
Looking for failed logins
1 parent ba9ab1a commit f8b72dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detections/SigninLogs/AnomalousSingleFactorSignin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ query: |
3131
| summarize by AutonomousSystemNumber);
3232
SigninLogs
3333
| where TimeGenerated > ago(1d)
34-
| where ResultType == 0
34+
| where ResultType != 0
3535
| where isempty(DeviceDetail.deviceId)
3636
| where AuthenticationRequirement == "singleFactorAuthentication"
3737
| extend LocationParsed = parse_json(LocationDetails), DeviceParsed = parse_json(DeviceDetail)

0 commit comments

Comments
 (0)