samples
turbot/flowpipe-samples/lookup-iocs

Lookup URL In Different Tools

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

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run lookup_iocs.pipeline.lookup_url \
--arg 'url=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = lookup_iocs.pipeline.lookup_url
args = {
url = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
virustotal_credstringYesName for VirusTotal credentials to use. If not provided, the default credentials will be used.default
apivoid_api_keystringYesAPI key to authenticate requests with APIVoid.Your_APIVoid_API_Key
urlstringYesThe url to be scanned.-

Outputs

NameDescription
lookup_url