analyzing-network-flow-data-with-netflow

Detect anomalies, port scans, exfiltration, and C2 beaconing from NetFlow/IPFIX data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables security teams to analyze NetFlow v9/IPFIX records to identify volumetric anomalies, port scanning, data exfiltration, and C2 beaconing in network traffic.

Core Features & Use Cases

  • Build traffic baselines from NetFlow data, detect abnormal byte counts and durations, and generate actionable detection findings.
  • Identify port scanning, network sweeps, data exfiltration attempts, and periodic beaconing patterns across large-scale networks, labs, or SOC environments.
  • Use in incident response, threat hunting, and network monitoring to validate coverage and improve detections for security operations.

Quick Start

Run the NetFlow analysis agent on a JSON flow file or PCAP capture to produce a structured netflow_report.json.

Frequently Asked Questions about analyzing-network-flow-data-with-netflow

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

FAQPage Schema
How do I detect C2 beaconing and data exfiltration from NetFlow data?

You can detect C2 beaconing and data exfiltration by running NetFlow analysis algorithms on JSON flow files or PCAP captures to identify periodic beaconing patterns and abnormal byte counts. The skill processes v9/IPFIX records to generate structured reports.

Can I use this skill to identify port scanning and network sweeps in enterprise environments?

Yes, this skill identifies port scanning and network sweeps by analyzing NetFlow/IPFIX records in enterprise networks, labs, and SOC environments. It parses traffic data to detect anomalous connection patterns and generates actionable findings.

What is the best way to build traffic baselines from IPFIX records for threat hunting?

The best way to build traffic baselines from IPFIX records is to parse and preprocess the flow data to establish normal traffic patterns. This skill uses detection algorithms to compare traffic against baselines and flag volumetric anomalies.

Do I need PCAP captures to run NetFlow anomaly detection, or does it work with JSON?

You do not strictly need PCAP captures; the skill works with both PCAP captures and JSON flow files. It parses NetFlow v9/IPFIX data from either format to produce a structured netflow_report.json for incident response.

How does NetFlow preprocessing work for real-time network security monitoring?

NetFlow preprocessing works by parsing raw IPFIX or v9 records into structured data before applying detection algorithms for real-time monitoring. This step normalizes flow data to accurately identify anomalies and validate security coverage.

Are there limitations when detecting volumetric anomalies from NetFlow v9 records?

A limitation when detecting volumetric anomalies from NetFlow v9 records is that detection accuracy depends on established baselines. If baselines are incomplete, false positives may occur during threat hunting or continuous monitoring.