sample
turbot/flowpipe-samples/lookup-iocs
Get Involved
Version
Pipeline: Lookup IOCs In Different Tools
A composite Flowpipe mod that lookup IOCs in VirusTotal, Urlscan and other tools.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run lookup_iocs.pipeline.lookup_iocs \ --arg 'iocs=<list(object({ id = string type = string value = string }))>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = lookup_iocs.pipeline.lookup_iocs args = { iocs = <list(object({ id = string type = string value = 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 |
| hybrid_analysis_api_key | string | Yes | API key to authenticate requests with Hybrid Analysis. | Your_Hybrid_Analysis_API_Key |
| apivoid_api_key | string | Yes | API key to authenticate requests with APIVoid. | Your_APIVoid_API_Key |
| iocs | list(object({
id = string
type = string
value = string
})) | Yes | The iocs to be scanned. | - |
Outputs
| Name | Description |
|---|---|
| lookup_iocs |
Tags
recommended = true