Cross-Provider Workflow
Palo Alto Threat Vault and Security Advisory to Slack
Version 1.0.0
Look up a threat in Threat Vault, fetch its CVE advisory, and alert Slack.
Providers Orchestrated
Workflows
threat-lookup-and-brief
Query Threat Vault, fetch the CVE advisory, and post a Slack briefing.
Queries Palo Alto Threat Vault for a threat, retrieves the matching security advisory by CVE, and posts a threat briefing to a Slack channel.
1
get-threats
$sourceDescriptions.threatVaultApi.getThreats
Query Threat Vault for threat signatures matching the search.
2
get-advisory
$sourceDescriptions.securityAdvisoryApi.getAdvisoryByCVE
Retrieve the security advisory matching the CVE identifier.
3
brief-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post the threat briefing to a Slack channel.
Source API Descriptions
openapi
openapi