quick_triage
Triages a PCAP to deliver protocol overview, top talkers, IOC hints, and recommended next analysis tracks for network forensics.
Instructions
One-shot triage for a PCAP: protocol overview, top talkers, IOC hints, and recommended next analysis tracks. Accepts session_id or pcap_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Top-N talkers to include | |
| pcap_path | No | Optional PCAP path (absolute or relative to workdir) | |
| session_id | No | Optional session ID of loaded PCAP | |
| max_packets | No | Maximum number of packets to process (when pcap_path is used) | |
| include_iocs | No | Whether to include IOC extraction | |
| include_webshell_hint | No | Whether to include quick webshell hints |