filter_victims
Filter ransomware victim records by group, sector, country, and date with AND logic to get exact-match slices for analysis or reporting.
Instructions
Filter the full victim database by group, sector, country and date.
At least one filter is required, and all filters combine with AND logic.
year cannot be used alone: the API rejects it unless month is also set.
Use this rather than search_victims when you want an exact-match slice
(e.g. every LockBit victim, or all US healthcare victims in June 2024).
Args:
group: Exact group name, case-insensitive (see list_groups).
sector: Exact sector name (see list_sectors).
country: ISO 3166-1 alpha-2 country code, e.g. "US".
year: 4-digit year, e.g. "2024". Must be paired with month.
month: 2-digit month, e.g. "06". Requires year.
date: Which date field to filter on, "discovered" or "attacked".
limit: Max records to return (1-200).
offset: Skip this many records; use next_offset from a prior call.
full: Include all enrichment fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | discovered | |
| full | No | ||
| year | No | ||
| group | No | ||
| limit | No | ||
| month | No | ||
| offset | No | ||
| sector | No | ||
| country | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||