Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Liberty91LTD/cti-skillsnpx agentmods add skills/liberty91ltd/cti-skills/lookup-ransomwareliveWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/liberty91ltd/cti-skills/lookup-ransomwarelive)<a href="https://agentmods.dev/skills/liberty91ltd/cti-skills/lookup-ransomwarelive"><img src="https://agentmods.dev/badge/skills/liberty91ltd/cti-skills/lookup-ransomwarelive/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/liberty91ltd/cti-skills/lookup-ransomwarelive"><img src="https://agentmods.dev/badge/skills/liberty91ltd/cti-skills/lookup-ransomwarelive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00119 | $0.02057 |
| Opus 5 | $0.00060 | $0.01028 |
| Sonnet 5 | $0.00024 | $0.00411 |
| Haiku 4.5 | $0.00012 | $0.00206 |
Grade A, and why
lookup-ransomwarelive scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
lookup-ransomwarelive
Queries ransomware.live's PRO API for victim claims, group profiles, IOCs, YARA rules, ransom notes, negotiation chats, and CSIRT contacts. Retrieval only — the invoking skill or agent reasons about the result. Note that leak-site claims are claims, not confirmed breaches (see Source reliability below).
When to invoke
- An investigated domain or organisation should be checked against ransomware leak-site claims
- Profiling a ransomware group — pull description, TTPs, tools, vulnerabilities, leak-site
.onioninfrastructure - Sector- or country-level ransomware briefing (e.g., "all NL victims claimed in 2026")
- Detection engineering for a specific group — fetch its public YARA rules + IOC dump
- Updating the
/ransomware-ecosystemknowledge cell with the current top-N groups by victim count - Incident response: looking up a country's CSIRT/CERT contact list
Do NOT invoke for:
- General malware classification — use
/lookup-virustotal - Confirming whether a specific incident actually occurred — leak-site claims are unverified by default
- Initial-access vector intelligence — that's not on leak sites; chain
/initial-access-brokersinstead
How to invoke
Single Python CLI (stdlib only — no install).
Sanity checks
python3 tools/clis/ransomwarelive.py validate # check the API key
python3 tools/clis/ransomwarelive.py stats # global totals
Victim lookups
# Free-text search across victim names + descriptions
python3 tools/clis/ransomwarelive.py search --q "acme corp"
# Targeted filters (combine freely)
python3 tools/clis/ransomwarelive.py search --country NL --limit 10
python3 tools/clis/ransomwarelive.py search --sector Healthcare --country US
python3 tools/clis/ransomwarelive.py search --group lockbit3 --limit 5
# Last 100 claims globally (newest first)
python3 tools/clis/ransomwarelive.py recent --limit 20
# Single victim detail by ransomware.live id
python3 tools/clis/ransomwarelive.py victim "QksgR3JvdXBAYWtpcmE="
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 180 lines · 119 tokens per session scan A 3743bb28b4f2
lookup-ransomwarelive is a skill published in the GitHub repository Liberty91LTD/cti-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 119 tokens to every session and 2,057 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ai-ad-copy-compliance-review
A risk-review assistant for advertising and sales copy. It examines provided material for possible concerns and suggests actions.
ai-agent-browser
A business-diagnosis assistant for marketing, operations, product, and sales questions. It breaks down a goal and produces a summary, findings, action suggestions, and reusable deliverables.
ai-article
A Chinese-language assistant for turning source material into article and content-operation deliverables. It is aimed at creators, marketers, technical teams, and media publishers.
ai-brand-voice-review
A business-diagnosis assistant for marketing, operations, services, and sales questions.
ai-browser-use
A business-diagnosis assistant for marketing, operations, product, and sales questions about how to approach a task.
ai-content-material-audit
A Chinese-language copy-review assistant for creators, marketers, operators, and media teams.