analyzing-network-traffic-for-incidents

Detect C2, lateral movement, and exfiltration in PCAP and flow data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Axxxxxxaaann/KAIRI-Skills --skill analyzing-network-traffic-for-incidents-axxxxxxaaann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-network-traffic-for-incidents
Source: https://github.com/Axxxxxxaaann/KAIRI-Skills/tree/main/skills/analyzing-network-traffic-for-incidents
Command: npx skills add https://github.com/Axxxxxxaaann/KAIRI-Skills --skill analyzing-network-traffic-for-incidents-axxxxxxaaann

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scapy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Analyzes network traffic captures and flow data to identify adversary activity during security incidents, including command-and-control communications, lateral movement, data exfiltration, and exploitation attempts. Uses Wireshark, Zeek, and NetFlow analysis techniques. Activates for requests involving network traffic analysis, packet capture investigation, PCAP analysis, network forensics, C2 traffic detection, or exfiltration detection.

Core Features & Use Cases

  • PCAP analysis to reconstruct attacker traffic patterns and validate indicators of compromise.
  • Lateral movement and C2 beaconing detection using Zeek, NetFlow, and Wireshark metadata.
  • Data exfiltration discovery and IOC extraction by correlating traffic with host artifacts.
  • Use Case: Investigate a suspected incident by tracing beacon intervals, identifying data flows to external destinations, and producing an incident-ready report.

Quick Start

Run the agent on a PCAP capture to obtain beaconing, lateral movement, and exfiltration indicators and generate a structured report.

Frequently Asked Questions about analyzing-network-traffic-for-incidents

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

FAQPage Schema
How do I analyze PCAP files for C2 communications and data exfiltration?

Analyzing PCAP files for C2 and exfiltration involves parsing packet captures and flow data to detect beaconing patterns and unauthorized data transfers. This Skill correlates Zeek and NetFlow logs to identify adversary activity and validate indicators of compromise.

What is the best way to detect lateral movement using Zeek and NetFlow logs?

Detecting lateral movement with Zeek and NetFlow requires correlating flow metadata to identify suspicious internal connection patterns. This Skill processes network captures to trace lateral movement and C2 beaconing, enforcing deterministic analysis steps for reliable incident detection.

Can I use Wireshark captures for incident response and IOC extraction?

Yes, Wireshark captures can be used for incident response and IOC extraction. This Skill processes PCAP files and flow data to reconstruct attacker traffic, validates captured evidence, and exports indicators of compromise for incident-ready reporting.

Do I need scapy installed to investigate network forensics captures?

Yes, you need scapy installed as a dependency to investigate network forensics captures with this Skill. It uses scapy to support packet-level analysis when detecting command-and-control communications and data exfiltration patterns in traffic captures.

Why does network traffic analysis require correlating host-based evidence with flow data?

Network traffic analysis requires correlating host-based evidence with flow data to accurately validate adversary activity and avoid false positives. This Skill enforces validation of captured evidence by correlating traffic patterns with host artifacts to produce reliable incident reports.

What is network forensics analysis for incident response workflows?

Network forensics analysis for incident response is the process of examining network traffic captures to identify adversary activity like C2 and exfiltration. It uses deterministic analysis steps to parse PCAP and NetFlow data, exporting validated indicators of compromise.