RansomLook Ticker is a lightweight Python utility that monitors the latest posts from RansomLook (a ransomware gang tracker) and forwards enriched notifications to Mattermost. It leverages:
The RansomLook API for recent incident data Google Custom Search to gather contextual snippets OpenAI’s ChatGPT to extract structured intelligence (country, sector, etc.) Mattermost webhook for real-time alerts
This project is ideal if you want:
Push notifications without hosting a RansomLook instance A minimal Retrieval-Augmented Generation (RAG) pipeline A … Read more.