forensic-network

Analyze PCAP and flow logs to detect security threats and anomalous patterns.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/salmanabdurrahman/pi-pentest-agent --skill forensic-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forensic-network
Source: https://github.com/salmanabdurrahman/pi-pentest-agent/tree/main/skills/forensic-network
Command: npx skills add https://github.com/salmanabdurrahman/pi-pentest-agent --skill forensic-network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of analyzing network traffic for security threats without compromising data privacy or violating evidence integrity.

Core Features & Use Cases

  • Traffic Reconstruction: Rebuild session timelines and identify communication patterns from PCAP and flow logs.
  • Threat Detection: Automatically flag beaconing, C2 framework signatures, and potential data exfiltration attempts.
  • Evidence Discipline: Perform analysis using a hash-first approach that ensures chain of custody while redacting sensitive credentials and PII.

Quick Start

Use the forensic-network skill to analyze the captured traffic file located at path/to/capture.pcap and generate a comprehensive session inventory and threat report.

Frequently Asked Questions about forensic-network

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze PCAP files for C2 traffic during incident response?

Analyze PCAP files for C2 traffic by reconstructing session timelines and flagging beaconing signatures. This skill supports blue-team triage workflows by identifying anomalous communication patterns from network captures.

What is hash-first network traffic analysis and when do I need it?

Hash-first network traffic analysis ensures evidence integrity and chain of custody during forensic investigations. You need this approach when analyzing network captures for security threats while strictly redacting sensitive credentials and PII.

Do I need Tshark or tcpdump to perform network forensics on flow logs?

Yes, you need Tshark or tcpdump to perform network forensics on flow logs. The skill requires these tools for protocol dissection to accurately identify security threats and reconstruct anomalous communication patterns.

Can I detect data exfiltration attempts from PCAP captures automatically?

You can detect data exfiltration attempts from PCAP captures automatically. The threat detection feature flags potential data exfiltration alongside C2 framework signatures and beaconing activity during traffic analysis.

What is the best way to redact PII while analyzing network traffic captures?

The best way to redact PII while analyzing network traffic captures is using a hash-first evidence handling policy. This approach ensures sensitive credentials are redacted while maintaining chain of custody for forensic investigations.

What are the limitations of traffic reconstruction from flow logs?

Limitations of traffic reconstruction from flow logs include the dependency on Tshark or tcpdump for full protocol dissection. Without these tools, the skill cannot accurately dissect protocols to identify anomalous communication patterns.