Fetches information about a specific threat feed.
External DocumentationTo learn more, visit the Cisco Domain Protection documentation.

Parameters

ParameterDescription
Threat Feed IDThe ID of the threat feed to fetch information for. Can be retrieved form the ‘List Threat Feeds’ action.

Example Output

{
	"version": 1,
	"status": "ok",
	"code": 200,
	"threat_feed": {
		"id": 2,
		"name": "Awesome Feed",
		"comment": "foo"
	}
}

Workflow Library Example

Get Threat Feed with Cisco Domain Protection and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop