get_submission_indicators
Retrieve all threat indicators associated with a specific malware analysis submission using its UUID to support security investigations.
Instructions
Get all indicators for a specific submission.
Args: uuid: Submission UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"title": "Uuid",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}