What problem does it solve?
It helps you analyze network captures and recover meaningful evidence when traffic is encrypted, corrupted, or hard to interpret, so you can quickly identify protocols, credentials, and suspicious behavior from PCAPs.
Core Features & Use Cases
- PCAP Repair & Conversion: Recover from corrupted capture files and convert between PCAPNG and PCAP for downstream analysis.
- Wireshark & tshark Forensics: Apply targeted filters for IP, protocol, TCP streams, HTTP/DNS/TLS/FTP/SMTP/ICMP/WiFi/USB, then export objects and extract fields via CLI.
- Expert Evidence Extraction: Carve files from reassembled streams, harvest credentials, detect covert channels (e.g., DNS tunneling, ICMP/HTTP patterns), and support TLS decryption workflows using SSLKEYLOGFILE or RSA keys.
- Use Case: Investigate a suspicious network session and determine whether an attacker used DNS tunneling for exfiltration by combining DNS heuristics with command-line extraction and follow-stream evidence.
Quick Start
Use the traffic-analysis-pcap skill to analyze the attached file 'capture.pcap' and produce a protocol-focused summary with the most relevant extracted artifacts (IPs/domains, DNS tunneling indicators, HTTP requests/responses, and any credential-bearing payloads).