From cybersecurity-skills
Build network traffic baselines from NetFlow/IPFIX data using Python pandas for statistical analysis, z-score anomaly detection, and hourly/daily pattern profiling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:implementing-network-traffic-baseliningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Network traffic baselining establishes normal communication patterns by analyzing historical NetFlow/IPFIX data to create statistical profiles of expected behavior. This skill uses Python pandas to compute hourly and daily traffic distributions, per-host byte/packet counts, protocol ratios, and top-N talker profiles. Anomalies are detected using z-score thresholds and IQR (interquartile range) ...
Network traffic baselining establishes normal communication patterns by analyzing historical NetFlow/IPFIX data to create statistical profiles of expected behavior. This skill uses Python pandas to compute hourly and daily traffic distributions, per-host byte/packet counts, protocol ratios, and top-N talker profiles. Anomalies are detected using z-score thresholds and IQR (interquartile range) outlier methods, enabling SOC analysts to identify deviations such as data exfiltration spikes, beaconing patterns, and unusual port usage.
JSON report containing traffic baselines (hourly/daily profiles), per-host statistics, detected anomalies with z-scores, and top talker rankings with deviation indicators.
npx claudepluginhub costrict-plugins-repo/mukul975-anthropic-cybersecurity-skills-cybersecurity-skillsBuilds network traffic baselines from NetFlow/IPFIX CSV/JSON data using Python pandas for statistical analysis, z-score/IQR anomaly detection, and hourly/daily profiling for SOC analysts.
Build network traffic baselines from NetFlow/IPFIX data using pandas for statistical analysis, z-score anomaly detection, and hourly/daily traffic pattern profiling.
Build network traffic baselines from NetFlow/IPFIX data using pandas for statistical analysis, z-score anomaly detection, and hourly/daily traffic pattern profiling.