Changing selection criteria for compatability with Defender alerts

This commit is contained in:
Tom Mc 2020-05-20 13:48:51 +01:00
Родитель 11edd6b6f8
Коммит 1581bf07ea
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ query: |
let scriptExtensions = dynamic([".php", ".jsp", ".js", ".aspx", ".asmx", ".asax", ".cfm", ".shtml"]);
SecurityAlert
| where TimeGenerated > ago(timeWindow)
| where DisplayName =~ "Possible web shell installation"
| where ProviderName =~ "MDATP"
| extend alertData = parse_json(Entities)
| mvexpand alertData
// Get only the file type from the JSON, this gives us the file name