samples
turbot/flowpipe-samples/domains-review-through-multiple-sources
Get Involved
Version
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_cred | string | Yes | Name for VirusTotal credentials to use. If not provided, the default credentials will be used. | default |
ip2locationio_cred | string | Yes | Name for ip2location.io credentials to use. If not provided, the default credentials will be used. | default |
urlscan_cred | string | Yes | Name for URLScan.io credentials to use. If not provided, the default credentials will be used. | 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 |