analyzing-ransomware-network-indicators

Analyze Zeek conn.log and NetFlow exports to detect ransomware network indicators.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Analyzes Zeek conn.log and NetFlow data to surface ransomware indicators such as beaconing, TOR exit node activity, and data exfiltration, enabling rapid detection and response.

Core Features & Use Cases

  • Beaconing detection across Zeek conn.log and NetFlow data to identify regular C2 callbacks.
  • TOR exit node detection and data exfiltration analysis with automated reporting and MITRE mappings.
  • End-to-end workflow suitable for SOC analysts, with JSON outputs for SIEM integration and threat hunting queries.

Quick Start

Run the agent against Zeek conn.log or NetFlow data to generate a ransomware network indicators report.

Frequently Asked Questions about analyzing-ransomware-network-indicators

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

FAQPage Schema
How do I detect ransomware beaconing and data exfiltration from Zeek conn.log or NetFlow data?

Detect ransomware beaconing and data exfiltration by analyzing Zeek conn.log and NetFlow exports to surface regular C2 callbacks. Apply this analysis in incident response or threat hunting workflows to produce structured JSON reports with MITRE mappings for SIEM ingestion.

Can I analyze TOR exit node connections in NetFlow exports to identify ransomware activity?

Analyze TOR exit node connections in NetFlow exports by cross-referencing traffic against an up-to-date TOR exit node list. This identifies potential ransomware communications and generates structured JSON outputs with MITRE mappings suitable for ongoing monitoring and automation.

What do I need to set up ransomware network indicators analysis for threat hunting?

Set up ransomware network indicators analysis by ensuring Python 3.8 or higher is installed, obtaining access to Zeek conn.log or NetFlow data, and providing an up-to-date TOR exit node list. The analysis outputs structured JSON reports suitable for SIEM ingestion and threat hunting queries.

Does this ransomware network indicators analysis output integrate with SIEM platforms?

Ransomware network indicators analysis outputs integrate with SIEM platforms through structured JSON reports. These reports contain MITRE mappings and detected indicators from Zeek conn.log and NetFlow data, making them suitable for automation, SIEM ingestion, and threat hunting queries.

What's the best way to surface C2 callback patterns in Zeek conn.log during incident response?

The best way to surface C2 callback patterns in Zeek conn.log during incident response is to run beaconing detection analysis. This identifies regular callback intervals, detects TOR exit node activity, and highlights data exfiltration patterns within a single structured workflow.

Are there limitations when analyzing NetFlow data for ransomware exfiltration patterns?

Limitations when analyzing NetFlow data for ransomware exfiltration patterns include the requirement for an up-to-date TOR exit node list and Python 3.8 or higher. Without current threat intelligence feeds, TOR exit node detection accuracy decreases during incident response and ongoing monitoring.