Simple Python tool to create reports about ransomware groups. It fetches the data from ransomware.live and MalwareBazaar API.
Obtain ransomware.live API PRO key and MalwareBazaar auth key.
Create .env file in repo's root directory looking like this:
ABUSECH_AUTH_KEY=<MalwareBazaar auth key>
RANSOMWARELIVE_API_TOKEN=<ransomware.live API PRO key>
uv sync
uv run ransomreport -g qilin