Skip to content

Commit

Permalink
Merge pull request #11294 from atombravo/atombravo-patch-AADHostLogin…
Browse files Browse the repository at this point in the history
…Correlations

Update AADHostLoginCorrelation.yaml
  • Loading branch information
v-atulyadav authored Oct 18, 2024
2 parents 7f7bd10 + e1c0f70 commit a462930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Detections/MultipleDataSources/AADHostLoginCorrelation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ query: |
let suspicious_signins =
table(tableName)
| where ResultType !in ("0", "50125", "50140")
| where IPAddress !in ('127.0.0.1', '::1')
| where IPAddress !in ('127.0.0.1', '::1', '')
| summarize count() by IPAddress
| where count_ > signin_threshold
| summarize make_set(IPAddress);
Expand Down Expand Up @@ -115,7 +115,7 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IpAddress
version: 1.3.1
version: 1.3.2
kind: Scheduled
metadata:
source:
Expand All @@ -125,4 +125,4 @@ metadata:
support:
tier: Community
categories:
domains: [ "Security - Others", "Identity" ]
domains: [ "Security - Others", "Identity" ]

0 comments on commit a462930

Please sign in to comment.