This commit is contained in:
Pete Bryan 2021-08-30 10:24:33 -07:00
Родитель 32c7c9c32f
Коммит ba2dc07d54
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@ query: |
W3CIISLog
| where not(ipv4_is_private(cIP))
| where csMethod =~ "POST"
| where csUriStem has "ecp"
| where csUriStem has "/ecp"
| where isnotempty(csCookie) and csCookie has "SecurityToken"
| where csUriQuery has "msExchEcpCanary"
| extend timestamp=TimeGenerated, HostCustomEntity=Computer, IPCustomEntity=cIP