From cybersecurity-skills
Automate network traffic analysis using tshark and pyshark for protocol statistics, suspicious flow detection, DNS anomaly identification, and IOC extraction from PCAP files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:performing-network-traffic-analysis-with-tsharkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill automates packet capture analysis using tshark (Wireshark CLI) and pyshark (Python wrapper). It extracts protocol distribution statistics, identifies suspicious network flows (port scans, beaconing, data exfiltration), extracts IOCs (IPs, domains, URLs), and detects DNS tunneling patterns from PCAP files.
This skill automates packet capture analysis using tshark (Wireshark CLI) and pyshark (Python wrapper). It extracts protocol distribution statistics, identifies suspicious network flows (port scans, beaconing, data exfiltration), extracts IOCs (IPs, domains, URLs), and detects DNS tunneling patterns from PCAP files.
npx claudepluginhub mukul975/anthropic-cybersecurity-skills --plugin cybersecurity-skills39plugins reuse this skill
First indexed Jun 5, 2026
Showing the 6 earliest of 39 plugins
Automates network traffic analysis with tshark and pyshark: protocol statistics, suspicious flow detection, DNS anomaly identification, and IOC extraction from PCAP files.
Automates PCAP analysis using tshark and pyshark to extract protocol stats, detect suspicious flows and DNS anomalies, and pull IOCs for security assessments and incident response.
Capture and analyze network traffic using Wireshark and tshark to reconstruct network events, extract artifacts, and identify malicious communications.