library
turbot/urlscan
OverviewPipelines
0
Triggers
0
Variables
GitHub

Search Scan

Find archived scans of URLs on urlscan.io.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run urlscan.pipeline.search_scan \
--arg 'query=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = urlscan.pipeline.search_scan
args = {
query = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
querystringYesThe query term (ElasticSearch Query String Query).-

Outputs

NameDescription
search_scan_resultsDetails about the scan.