Ransomware.live is originally a fork of ransomwatch.
It is a ransomware leak site monitoring tool that scrapes entries from various ransomware leak sites and publishes them.
π GitHub repository: https://github.com/JMousqueton/ransomware.live
Ransomware.live handles data collection, parsing, enrichment, and automation to maintain the database.
- Automated scraping of ransomware leak sites (including
.onion
domains via Tor) - Integration with Hudson Rock for infostealer data via a Telegram bot
- Data management tools for victims and groups
- Image capture of leak site posts with watermarking, metadata, and optional face blurring
- Notifications via ntfy and Bluesky servers
- Environment-based configuration via
.env
ransomwarelive/
β
βββ bin/ # Core Python scripts and libraries
| βββ _parser/ # All parsers
β βββ libcapture.py # Capture victim/group screenshots
β βββ hudsonrockapi.py # Hudson Rock API integration via Telegram bot
β βββ parse.py # Parse collected data into structured formats
β βββ scrape.py # Main scraping engine
β βββ manage.py # Management CLI
β βββ shared_utils.py # Shared helper functions
β βββ victims-browser.py# Victim data viewer
β βββ status.py # System health and process status
β βββ rsslib.py # (Optional) RSS feed generation
β βββ requirements.txt # Python dependencies
β
βββ images/ # Static assets & watermarks
βββ db/ # Local databases (JSON)
βββ tmp/ # Temporary working files
βββ .env.sample # Example environment configuration
---
## βοΈ Installation
### 1. Clone the Repository
```bash
git clone https://github.com/JMousqueton/ransomware.live.git
cd ransomwarelive
python3 -m venv venv
source venv/bin/activate
pip install -r bin/requirements.txt
Copy the example .env
file and edit it with your configuration:
cp .env.sample .env
nano .env
cd bin
python scrape.py
cd bin
python parse.py
cd bin
python manage.py --help
- Python 3.9+
- Tor service running locally for
.onion
access - Telegram bot credentials (used to query Hudson Rock for infostealer data)
- ntfy server credentials (for notifications)
- Bluesky server credentials (for notifications)
- Unix-based environment (Linux/macOS) recommended
This project is licensed under the unlicense License**.
See the LICENSE file for details.
This project is for research and educational purposes only.
Do not use it for unauthorized access to systems or data.
The maintainers take no responsibility for misuse of the code.
This project is only the parsing and scraping, not the website.
Contributions are welcome!
Please open an issue or submit a pull request to suggest improvements or add new features.
Maintainer: Julien Mousqueton
Website: https://ransomware.live