Skip to content

yannickboog/ransomwatch

Repository files navigation

ransomwatch - Ransomware Intelligence Tool

A Python tool for ransomware threat intelligence and security research.

Python Version PyPI version License

Legal Notice & Ethical Use

For legitimate security research and threat intelligence only. All data is sourced exclusively via read-only API queries to ransomware.live -- no direct interaction with ransomware infrastructure.

This tool must not be used for:

  • Targeting, extorting, or further victimizing affected organizations
  • Interfering with law enforcement investigations or incident response
  • Any purpose that violates applicable laws (GDPR, CCPA, computer fraud statutes)

By using this tool, you agree to comply with all applicable laws in your jurisdiction.


Quick Start

pip install ransomwatch
export RANSOMWATCH_API_TOKEN="your-token-here"
ransomwatch groups

Get your API token from ransomware.live.

Commands

Command Description Example
groups List active ransomware groups with risk levels ransomwatch groups
recent Show recent ransomware incidents ransomwatch recent -l 20
info Get detailed threat actor intelligence ransomwatch info --group akira
stats Show threat landscape statistics ransomwatch stats
validate Validate API key ransomwatch validate
sectors List industry sectors impacted ransomwatch sectors
csirt Get CSIRT/CERT contacts by country ransomwatch csirt --country US
victims List ransomware victims with filters ransomwatch victims --country US
iocs Show indicators of compromise ransomwatch iocs --group Akira
yara Show YARA detection rules ransomwatch yara --group Akira
8k Show SEC 8-K cybersecurity filings ransomwatch 8k --year 2025

All commands support --json for machine-readable output and --verbose for debug logging. See ransomwatch --help for all options.

Installation

# PyPI (recommended)
pip install ransomwatch

# Development
git clone https://github.com/yannickboog/ransomwatch.git
cd ransomwatch
pip install -e .

Requirements

  • Python 3.8+
  • API token from ransomware.live

License

MIT License - see LICENSE file for details.


Data source: ransomware.live

About

ransomwatch is a Python based tool designed for ransomware threat intelligence and security research.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors