download_html_report
Retrieve HTML analysis reports for malware submissions using the submission UUID to access detailed threat intelligence and sandbox execution results.
Instructions
Download HTML analysis report for a submission.
Args: uuid: Submission UUID
Returns: HTML report content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"title": "Uuid",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}