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

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_credstringYesName for VirusTotal credentials to use. If not provided, the default credentials will be used.default
ip2locationio_credstringYesName for ip2location.io credentials to use. If not provided, the default credentials will be used.default
urlscan_credstringYesName for URLScan.io credentials to use. If not provided, the default credentials will be used.default
apivoid_api_keystringYesAPI key to authenticate requests with APIVoid.api_key
domainstringYesThe domain to be scanned.-

Outputs

NameDescription
domains_review