Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update Pivot from detections to related downloads.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tali-ash authored Apr 22, 2020
1 parent 0228849 commit 10f6dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Delivery/Pivot from detections to related downloads.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let detectedDownloadsSummary =
DeviceFileEvents
| where isnotempty(FileOriginUrl)
| project FileName, FileOriginUrl, DeviceId, Timestamp,
Host=tostring(parse_url(FileOriginUrl).Host)
Host=tostring(parse_url(FileOriginUrl).Host), SHA1
// Filter downloads from hosts serving detected files
| join kind=inner(detectedDownloadsSummary) on Host
// Filter out download file create events that were also detected.
Expand Down

0 comments on commit 10f6dcb

Please sign in to comment.