get_submission_yara_rules
Retrieve YARA rules that matched during malware analysis for a specific submission UUID to identify detection patterns and threat signatures.
Instructions
Get all matched YARA rules 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"
}