forensics-team

Analyze PCAP network traffic with Linux tools for incident response.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/copyleftdev/sk1llz --skill forensics-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forensics-team
Source: https://github.com/copyleftdev/sk1llz/tree/main/specialists/security/forensics-team
Command: npx skills add https://github.com/copyleftdev/sk1llz --skill forensics-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides an expert-level analysis of network traffic (PCAP) and security incidents, enabling the identification of temporal patterns, attack types, and attribution with the rigor of an elite forensics team.

Core Features & Use Cases

  • Deep Packet Analysis: Utilizes raw PCAP data as the primary source of truth, dissecting traffic from the OSI layer outward.
  • Native Tooling: Employs standard Linux command-line tools for efficient and reliable analysis.
  • Incident Response & Threat Hunting: Aids in reconstructing breach timelines, identifying command-and-control (C2) channels, and attributing malicious activity.
  • Use Case: Analyze a PCAP file to identify a web shell attempt by examining HTTP headers, decoding base64 encoded commands, and correlating with network layer anomalies.

Quick Start

Act as the Lead Forensic Analyst and analyze the provided PCAP snippet surrounding the alert time, focusing on raw packet data and Layer 3/4 anomalies.

Frequently Asked Questions about forensics-team

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

FAQPage Schema
How do I analyze PCAP files for incident response and threat hunting?

Deep packet analysis for incident response involves dissecting raw PCAP data from the OSI layer outward using tcpdump to identify temporal patterns, attack types, and C2 channels for security investigations.

What is the best way to reconstruct a breach timeline from network traffic?

Reconstructing a breach timeline from network traffic requires analyzing temporal patterns in PCAP data, correlating network layer anomalies with application artifacts like HTTP headers, and dissecting packets across OSI layers for precise attribution.

How do I identify a web shell attempt using tcpdump and PCAP analysis?

To identify a web shell attempt in PCAP data, examine HTTP headers for base64 encoded commands and correlate those application layer artifacts with underlying network layer anomalies across the OSI model.

Do I need expertise in tcpdump and the OSI model for PCAP forensics?

Yes, PCAP forensics requires expertise in tcpdump and the OSI model to perform artifact correlation, native command-line analysis, and Layer 3/4 anomaly detection required for rigorous incident response and threat attribution.

What native Linux tools work best for deep packet analysis and C2 detection?

Standard native Linux command-line tools like tcpdump work best for deep packet analysis, enabling efficient and reliable reconstruction of breach timelines and identification of command-and-control channels directly from raw PCAP data.