External DocumentationTo learn more, visit the Intel Owl documentation.
Actions
Send File Analysis Playbook Request
Submit a file for security analysis using a specific playbook.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| File Identifier | The identifier of the file to be analyzed. |
| Playbook | The name of the playbook to execute for the analysis. |
| TLP | Traffic Light Protocol classification level to control information sharing. |
| Tag | A label to assign to the analysis. |
| Parameter | Description |
|---|---|
| Analyzers Runtime Configuration | A configuration object to override default analyzers configuration. For example: For more information about the Runtime Configuration, refer to Intel Owl API documentation. |
{
"results": [
{
"job_id": 75,
"analyzers_running": [
"ClamAV",
"Cymru_Hash_Registry_Get_File",
"Doc_Info",
"File_Info",
"HashLookupServer_Get_File",
"Permhash",
"Strings_Info",
"Yara",
"Zippy_scan"
],
"connectors_running": [],
"visualizers_running": [
"Data_Model"
],
"playbook_running": "FREE_TO_USE_ANALYZERS",
"investigation": null,
"status": "accepted",
"already_exists": false
}
],
"count": 1
}
Was this page helpful?