Skip to content

Commit

Permalink
Running checks again
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelndezlujn committed Oct 30, 2023
1 parent 29590ab commit c3d478e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ query: |
| summarize make_list(tld);
// Retrieve threat intelligence indicators within the specified time range
let Domain_Indicators =
ThreatIntelligenceIndicator
ThreatIntelligenceIndicator
| where TimeGenerated >= ago(ioc_lookBack)
| summarize LatestIndicatorTime = arg_max(TimeGenerated, *) by IndicatorId
// Filtering out rows where the Confidence Score is less than 50 as they would not have an Alert Priority label.
Expand Down

0 comments on commit c3d478e

Please sign in to comment.