samples
turbot/flowpipe-samples/lookup-iocs

Lookup Email In Different Tools

A composite Flowpipe mod that lookup email in VirusTotal, Urlscan and other tools.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run lookup_iocs.pipeline.lookup_email \
--arg 'email=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = lookup_iocs.pipeline.lookup_email
args = {
email = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
hunter_api_keystringYesAPI key to authenticate requests with Hunter.Your_Hunter_API_Key
kickbox_api_keystringYesAPI key to authenticate requests with Kickbox.Your_Kickbox_API_Key
emailstringYesThe email ID to be scanned.-

Outputs

NameDescription
lookup_email