build_victim_id
Construct a Base64 victim ID from victim and group names to query victim data offline via get_victim. Requires exact name matches from listings.
Instructions
Construct the Base64 victim ID for get_victim from the two names.
Offline helper; makes no API call. The names must match the API's values
exactly, so prefer reusing an id from a listing when you have one.
Args:
victim_name: Victim organisation name as listed (the victim field).
group_name: Ransomware group name (the group field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_name | Yes | ||
| victim_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||