sample
turbot/flowpipe-samples/lookup-iocs
Get Involved
Version
Pipeline: 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
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| hunter_api_key | string | Yes | API key to authenticate requests with Hunter. | Your_Hunter_API_Key |
| kickbox_api_key | string | Yes | API key to authenticate requests with Kickbox. | Your_Kickbox_API_Key |
string | Yes | The email ID to be scanned. | - |
Outputs
| Name | Description |
|---|---|
| lookup_email |