network-forensics

Community

Swift network-forensics analysis for investigations.

AuthorSherifEldeeb
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables security teams to analyze network captures and flows to identify exfiltration, command-and-control activity, lateral movement, and other post-compromise behaviors across PCAP, PCAPNG, and NetFlow data.

Core Features & Use Cases

  • PCAP/NetFlow analysis and session reconstruction to map network activity
  • Protocol analysis and threat detection for C2 communications, DNS tunneling, and data exfiltration
  • File extraction from network traffic and reconstruction of sessions for incident reporting
  • Quick scenarios: when investigating a suspected data breach, load the capture and generate a summary of endpoints, protocols, and anomalies

Quick Start

analyzer = PcapAnalyzer('/path/to/capture.pcap') stats = analyzer.get_statistics() reconstructor = SessionReconstructor(analyzer) sessions = reconstructor.get_tcp_sessions() http = HTTPAnalyzer(analyzer) requests = http.get_requests()

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: network-forensics
Download link: https://github.com/SherifEldeeb/agentskills/archive/main.zip#network-forensics

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.