Skip to content

diagonalciso/soc-qilin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soc-qilin — Qilin (Agenda) ransomware group tracker

Dedicated dashboard for the Qilin ransomware-as-a-service operation — victims, leak-site posts and activity timeline

soc-qilin dashboard screenshot

Qilin (also tracked as Agenda) is a ransomware-as-a-service operation that has become one of the most prolific leak-site posters. soc-qilin is a single-actor tracker: every victim the group publishes, when it appeared, and how the tempo of their operation changes week to week.

Part of a self-hosted SOC fleet: a small, dependency-light Python service with a web dashboard, a JSON API and a built-in manual. No agents, no cloud, no telemetry.

Features

  • Victim / leak-post feed for the group, newest first
  • Search and filter victims by name, country or sector
  • Activity timeline — posting tempo over time, so a surge is obvious
  • Backed by the same public leak-site data as soc-ransomware, focused on one crew

Quick start

cp .env.example .env
env $(cat .env | grep -v '^#' | xargs) python3 app.py
# → http://localhost:8098

Python 3.8+. Standard library only — nothing to pip install.

Configuration

Variable Purpose
OTX_API_KEY AlienVault OTX key — enables indicator enrichment (optional)
PORT Listen port (default 8098)

HTTP endpoints

Path Purpose
/ Dashboard (HTML)
/api/data Qilin victims and activity (JSON)
/manual Built-in user manual

How it fits

Drill-down for the Qilin rows in soc-ransomware; soc-shinyhunters is the equivalent tracker for that actor.

Documentation

MANUAL.md — full user guide (also served at /manual, via the ? button in the UI).

Keywords

Qilin ransomware · Agenda ransomware · RaaS · ransomware tracker · leak site · threat actor · CTI · dark web monitoring · threat intelligence · self-hosted

License

MIT — see LICENSE.

About

Qilin (Agenda) ransomware group tracker — victims, leak-site posts, TTPs and IOCs for the Qilin RaaS operation in a single dashboard

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages