This commit is contained in:
Thomas McElroy 2022-06-02 15:40:00 +01:00
Родитель 133bc08c8b
Коммит 7ff901179b
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -61,6 +61,7 @@ query: |
// If it's not an IP, throw it out
| where isnotnull(ipmatch)
| mv-expand ipmatch to typeof(string)
| extend timestamp = Start, IPCustomEntity = ipmatch
entityMappings:
- entityType: IP
fieldMappings:

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

@ -47,6 +47,7 @@ query: |
| mv-expand match_list to typeof(string)
) on $left.B64MatchData == $right.match_list
| project TimeGenerated, B64MatchData, CommandFound, RequestURL, RequestMethod, DestinationHostName, DestinationIP, SourceIP, DeviceVendor, DeviceProduct, Activity
| extend timestamp = TimeGenerated, DomainCustomEntity = DestinationHostName, IPCustomEntity = DestinationIP
entityMappings:
- entityType: IP
fieldMappings: