Get detailed information about a specific playbook.
External DocumentationTo learn more, visit the Intel Owl documentation.

Parameters

ParameterDescription
Playbook NameThe name of the playbook to retrieve.

Example Output

{
	"id": 1,
	"type": [
		"domain"
	],
	"analyzers": [
		"AdGuard",
		"Classic_DNS",
		"CloudFlare_DNS",
		"CloudFlare_Malicious_Detector",
		"DNS0_EU",
		"DNS0_EU_Malicious_Detector",
		"Google_DNS",
		"Quad9_DNS",
		"Quad9_Malicious_Detector",
		"UltraDNS_DNS",
		"UltraDNS_Malicious_Detector"
	],
	"connectors": [],
	"pivots": [],
	"visualizers": [
		"DNS"
	],
	"runtime_configuration": {
		"pivots": {},
		"analyzers": {},
		"connectors": {},
		"visualizers": {}
	},
	"scan_mode": 2,
	"scan_check_time": "1:00:00:00",
	"tags": [],
	"tlp": "AMBER",
	"weight": 0,
	"is_editable": false,
	"for_organization": false,
	"name": "Dns",
	"description": "Retrieve information from DNS about the domain",
	"disabled": false,
	"starting": true,
	"owner": null
}

Workflow Library Example

Get Playbook with Intel Owl and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop