Анализируем трафик с ZUI (Zed User Interface)
В этой статье расскажем о сканере ZUI и как с его помощью можно анализировать трафик.
Last updated
count() by _path | sort -r_path=="dns" | count() by query | sort -r_path matches smb* OR _path=="dce_rpc"_path=="http" | cut id.orig_h, id.resp_h, id.resp_p, method, host, uri | uniq -c_path=="conn" | cut id.orig_h, id.resp_p, id.resp_h | sort | uniq_path=="conn" | put total_bytes := orig_bytes + resp_bytes | sort -r total_bytes | cut uid, id, orig_bytes, resp_bytes, total_bytesfilename!=null | cut _path, tx_hosts, rx_hosts, conn_uids, mime_type, filename, md5, sha1method=="POST" | cut ts, uid, id, method, uri, status_code_path=="conn" | put classnet := network_of(id.resp_h) | cut classnet | count() by classnet | sort -revent_type=="alert" | count() by alert.severity,alert.category | sort countevent_type=="alert" | alerts := union(alert.category) by src_ip, des