get_recent_victims
Fetch recent active ransomware victims, ordered by discovery or estimated attack date. Supports pagination and optional detailed enrichment fields.
Instructions
Get the 100 most recent active ransomware victims.
Args:
order: "discovered" (when ransomware.live first saw the leak-site
listing) or "attacked" (estimated attack date).
limit: Max records to return (1-200).
offset: Skip this many records; use next_offset from a prior call.
full: Return every enrichment field (screenshot URL, infostealer data,
press link, permalink) instead of the slimmed core fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| limit | No | ||
| order | No | discovered | |
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||