Skip to main content
All CollectionsTemplatesBasic
Pangea - Domain Enrichment with Cache - Workflow Template
Pangea - Domain Enrichment with Cache - Workflow Template

Receives a Domain from a parent workflow and query Pangea for its reputation.

Updated over a week ago

This workflow template, "Pangea - Domain Enrichment with Cache," enhances threat intelligence by verifying the reputation of a domain. It inputs a domain from a parent workflow and checks if the reputation data is cached locally before resorting to querying Pangea's API. When cached data is available, it is promptly returned, optimizing performance by avoiding redundant queries. If no local data exists, the template retrieves and caches the reputation summary for future reference, ensuring efficient and updated threat intelligence enrichment.

Optional Triggers

"This workflows is intended to be used as a function."

Use Cases

Function, Threat Intelligence Enrichment

Workflow Breakdown

  1. Receives a Domain as input.

  2. Lookup global variables for cached responses in the past 24 hours.

  3. If reputation is found on local cache, the saved data is returned to the parent workflow.

  4. When no reputation is found in cache, a summary of the analysis data is created and saved with the original api data.

Vendors

Utils, Torq, Pangea

Workflow Output

Returns full analysis data and a summary of the information.

Tips

Set \"Provide Raw Data Analysis\" to true or false to add or remove original vendor information to the output

Did this answer your question?