Download task file

Download a specific file artifact dropped or extracted during behavioral execution.

What this endpoint does

Downloads a specific file artifact collected during sandbox behavioral analysis — dropped files, extracted payloads, or configuration data dumped by the sample during execution. To find available files, call Sandbox: Get Dynamic Report and look at the dumped array. Each entry has a name like files/0x0006000000015d50-4.dat — strip the files/ prefix to get the fileName parameter. Only files with the files/ prefix are downloadable here; memory/ dumps return 404 and must be retrieved via Sandbox: Download Archive (TAR) or Sandbox: Download Archive (ZIP) instead.

Response data

Returns the raw binary content of the dumped file as application/octet-stream. These are artifacts the malware created, extracted, or dropped during execution — they may be malicious payloads, decoded configurations, or extracted resources. Handle with appropriate caution. Content type varies by what the malware produced (could be PE executables, scripts, JSON configs, etc.).

Path Params
string
required

Sample ID returned at submission (e.g., 251219-tg9s9sfwst).

string
required

Task ID within a sample (e.g., behavioral1, static1, urlscan1).

string
required

Name of the file to download (e.g., memory dump or dropped file).

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream
application/json