Analyzer RequestedConnector Requested
External DocumentationTo learn more, visit the Intel Owl documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Analyzer RequestedConnector Requested| Parameter | Description |
|---|---|
| Analyzer Requested | A single analyzer to run. For the list of all file analyzers, refer to Intel Owl API documentation. Important! Required if Connectors Requested parameter is not provided. |
| Connector Requested | A single connector to run. For the list of all connectors, refer to Intel Owl API documentation. Important! Required if Analyzers Requested parameter is not provided. |
| File Identifier | The identifier of the file to be analyzed. |
| 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. |
{
"job_id": 20,
"analyzers_running": [],
"connectors_running": [
"EmailSender"
],
"visualizers_running": [],
"playbook_running": null,
"investigation": null,
"status": "accepted",
"already_exists": false
}
Was this page helpful?