Skip to main content

Overview

File search is an async workflow:
  1. choose the logs you want to inspect
  2. create a search job with an expression and matching mode
  3. poll the job until it reaches a terminal status
  4. read matches from the final raw job snapshot
This is different from victim file download. File search tells you whether a pattern exists across selected logs; victim file download fetches one known file after you have a manifest path or file ID.
Both file-search endpoints return raw job snapshots. Do not expect a top-level success or data wrapper.

Create A Job

Create Response Example
Completed Response Example

When To Use It

Use file search when you already know which victim logs matter and need to locate secrets, config files, wallet addresses, or other patterns inside raw files.

Victim Workflows

Find the log_id values first

Stealer Search

Pivot from credential results into logs and files

Export Jobs

Export larger result sets

API Reference

Use OpenAPI for exact job schema, limits, statuses, and playground requests