sample
turbot/flowpipe-samples/lookup-iocs
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
virustotal_conn | connection.virustotal | Yes | Name of VirusTotal connection to use. If not provided, the default VirusTotal connection will be used. | connection.virustotal.default |
apivoid_api_key | string | Yes | API key to authenticate requests with APIVoid. | Your_APIVoid_API_Key |
url | string | Yes | The url to be scanned. | - |
Outputs
Name | Description |
---|---|
lookup_url |