sample
turbot/flowpipe-samples/domains-review-through-multiple-sources
Get Involved
Version
Pipeline: Analyze Domains Through Multiple Sources
A composite Flowpipe mod that analyze domain from VirusTotal, Urlscan and other tools.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run domains_review_through_multiple_sources.pipeline.domains_review_through_multiple_sources \ --arg 'domain=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = domains_review_through_multiple_sources.pipeline.domains_review_through_multiple_sources args = { domain = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
virustotal_conn | connection.virustotal | Yes | Name for VirusTotal connections to use. If not provided, the default connections will be used. | connection.virustotal.default |
ip2locationio_conn | connection.ip2locationio | Yes | Name for ip2location.io connections to use. If not provided, the default connections will be used. | connection.ip2locationio.default |
urlscan_conn | connection.urlscan | Yes | Name for URLScan.io connections to use. If not provided, the default connections will be used. | connection.urlscan.default |
apivoid_api_key | string | Yes | API key to authenticate requests with APIVoid. | api_key |
domain | string | Yes | The domain to be scanned. | - |
Outputs
Name | Description |
---|---|
domains_review |