Victims
Get Victim Manifest
Retrieve the raw manifest for a victim log.
GET
Get Victim Manifest (File Tree)
Overview
A victim manifest is the file-tree entry point for a specific log. It returns thelog_id, optional log_name, and a recursive victim_tree of files and directories.
Response Format
Key Fields
| Field | Description |
|---|---|
log_id | Unique identifier for the victim log |
log_name | Human-readable name when available |
victim_tree | Recursive file tree |
victim_tree.id | File or directory ID |
victim_tree.type | file or directory |
victim_tree.size_bytes | File size in bytes for file nodes |
victim_tree.children | Child nodes for directories |
This endpoint does not return a parsed summary of passwords, cookies, tokens, or system metadata. Use the file and archive endpoints to inspect the captured contents.
Accessing File Contents
Use theid from a file node with Get File Content, or download the full archive from Download Victim Archive.Get Victim Manifest (File Tree)