Update DomainEntity_PaloAlto.yaml

Update the CommonSecurityLog lookup based on ingestion time.
This commit is contained in:
srisang 2019-09-27 11:17:57 -07:00 коммит произвёл GitHub
Родитель 8ca4e58259
Коммит 55e35c6293
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -36,7 +36,8 @@ query: |
| where isnotempty(DomainName)
| join (
CommonSecurityLog
| where TimeGenerated > ago(dt_lookBack)
| extend IngestionTime = ingestion_time()
| where IngestionTime > ago(dt_lookBack)
| where DeviceVendor =~ 'Palo Alto Networks'
| where DeviceEventClassID =~ 'url'
//Uncomment the line below to only alert on allowed connections