Get a victim's full infection profile
Returns the full infection profile for a single victim: malware family/version, host metadata (OS, computer name, hardware IDs), installed software/browsers/antivirus, and infection timestamp. Accepts either a 64-character hex victim_id (SHA-256) or the raw log_victim_id from the source log — both are resolved automatically. Returns 404 NOT_FOUND if the ID cannot be resolved.
Authorizations
Static API key, format vp_<env>_<8-hex-prefix>.<40-hex-secret>. Preferred header for server-to-server integrations.
Path Parameters
SHA-256 victim_id (64 lowercase hex chars) or a log_victim_id from a previous search result. Unresolvable log_victim_id values return 404 NOT_FOUND.
Query Parameters
Include the running-process list captured at infection time.