Get a list of all playbooks.
External DocumentationTo learn more, visit the Intel Owl documentation.

Example Output

{
	"count": 15,
	"total_pages": 2,
	"results": [
		{
			"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
		},
		{
			"id": 15,
			"type": [
				"hash"
			],
			"analyzers": [
				"VirusTotalv3SampleDownload"
			],
			"connectors": [],
			"pivots": [],
			"visualizers": [
				"Download_File"
			],
			"runtime_configuration": {
				"pivots": {},
				"analyzers": {},
				"connectors": {},
				"visualizers": {}
			},
			"scan_mode": 2,
			"scan_check_time": "14:00:00:00",
			"tags": [],
			"tlp": "AMBER",
			"weight": 0,
			"is_editable": false,
			"for_organization": false,
			"name": "Download_File_VT",
			"description": "Download a sample from VT",
			"disabled": false,
			"starting": true,
			"owner": null
		}
	]
}

Workflow Library Example

List Playbooks with Intel Owl and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop