download_sanitized_file
Download Content Disarm and Reconstruction (CDR) sanitized files from Threat.Zone malware analysis submissions using the submission UUID to retrieve safe, threat-free versions of analyzed content.
Instructions
Download the CDR-sanitized file for a given submission UUID.
Args: uuid: Submission UUID
Returns: Base64-encoded file content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"title": "Uuid",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}