sample
turbot/flowpipe-samples/domains-review-through-multiple-sources

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

NameTypeRequiredDescriptionDefault
virustotal_conn
connection.virustotal
YesName for VirusTotal connections to use. If not provided, the default connections will be used.connection.virustotal.default
ip2locationio_conn
connection.ip2locationio
YesName for ip2location.io connections to use. If not provided, the default connections will be used.connection.ip2locationio.default
urlscan_conn
connection.urlscan
YesName for URLScan.io connections to use. If not provided, the default connections will be used.connection.urlscan.default
apivoid_api_key
string
YesAPI key to authenticate requests with APIVoid.api_key
domain
string
YesThe domain to be scanned.-

Outputs

NameDescription
domains_review