Analyzers RequestedConnectors 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.
Analyzers RequestedConnectors Requested| Parameter | Description |
|---|---|
| Analyzers Requested | A comma-separated list of specific analyzers to run. For the list of all observable analyzers, refer to Intel Owl API documentation. Important! Required if Connectors Requested parameter is not provided. |
| Connectors Requested | A comma-separated list of specific connectors to run. For the list of all connectors, refer to Intel Owl API documentation. Important! Required if Analyzers Requested parameter is not provided. |
| Observable Classification | The type of observable being analyzed. |
| Observable Name | The observable to analyze (IP address, domain, URL, file hash, etc.). |
| TLP | Traffic Light Protocol classification level to control information sharing. |
| Tags Labels | A comma-separated list of tag labels 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": 19,
"analyzers_running": [],
"connectors_running": [
"AbuseSubmitter",
"EmailSender"
],
"visualizers_running": [],
"playbook_running": null,
"investigation": null,
"status": "accepted",
"already_exists": false
}
Was this page helpful?