inspired / TA-ClamAV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index=* sourcetype=clamav | rex "(?m-s)^((?.+(\\\|\/)))?(?[^,\r\n]+): ((?\S+)\s?)?(?FOUND|OK|moved to|Removed|copied to)\.?$" | eventstats values(vendor_action) AS vendor_action_actual values(category) AS category_actual BY file_path file_name | stats first(source) AS orig_source values(vendor_action_actual) AS vendor_action BY category file_path file_name host _time | lookup clamav_actions vendor_action OUTPUT action | eval action=mvjoin(action,","), vendor_action=mvjoin(vendor_action, ",") | rename category_actual AS signature | collect sourcetype=clamav:summary:malware

About