This commit is contained in:
pemontto 2020-08-25 10:56:09 +01:00
Родитель d6f63779e8
Коммит 1d7fed2a42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: EDCB93C3DA1B5DA9
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -30,10 +30,9 @@ query: |
| summarize make_list(tld);
ThreatIntelligenceIndicator
| where TimeGenerated >= ago(ioc_lookBack) and ExpirationDateTime > now()
| where isnotempty(DomainName)
| where Active == true
// Picking up only IOC's that contain the entities we want
| where ExternalIndicatorId startswith 'domain'
| where isnotempty(DomainName)
| join (
DnsEvents
| where TimeGenerated > ago(dt_lookBack)