Submit a file for security analysis. Note: At least one of the following parameters is required:
  • Analyzer Requested
  • Connector Requested
External DocumentationTo learn more, visit the Intel Owl documentation.

Basic Parameters

ParameterDescription
Analyzer RequestedA 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 RequestedA 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 IdentifierThe identifier of the file to be analyzed.
TLPTraffic Light Protocol classification level to control information sharing.
TagA label to assign to the analysis.

Advanced Parameters

ParameterDescription
Analyzers Runtime ConfigurationA configuration object to override default analyzers configuration.

For example:
{
“Doc_Info”: {
“additional_passwords_to_check”: [“passwd”, “2020”]
}
}
For more information about the Runtime Configuration, refer to Intel Owl API documentation.

Example Output

{
	"job_id": 20,
	"analyzers_running": [],
	"connectors_running": [
		"EmailSender"
	],
	"visualizers_running": [],
	"playbook_running": null,
	"investigation": null,
	"status": "accepted",
	"already_exists": false
}

Workflow Library Example

Send File Analysis Request with Intel Owl and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop