From cybersecurity-skills
Automates network traffic analysis with tshark and pyshark: 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-skillsAutomates network traffic analysis with tshark and pyshark: protocol statistics, suspicious flow detection, DNS anomaly identification, and IOC extraction from PCAP files.
Automates network traffic analysis from PCAP files using tshark and pyshark — extracts protocol stats, detects suspicious flows, identifies DNS anomalies, and pulls IOCs.
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.