pcap_analyze
Replay PCAP files through Zeek to generate connection, DNS, HTTP, SSL, and other logs for forensic analysis.
Instructions
Replay a PCAP file through Zeek and return the generated log summary. Creates connection, DNS, HTTP, SSL, and other logs from the packet capture. Useful for forensic analysis of captured traffic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scripts | No | Additional Zeek scripts to load (e.g. 'protocols/ssl/log-hostcerts-only') | |
| filename | Yes | PCAP filename (from pcap_list) or full path | |
| timeoutSeconds | No | Analysis timeout in seconds |