library
turbot/urlscan
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
query | string | Yes | The query term (ElasticSearch Query String Query). | - |
Outputs
Name | Description |
---|---|
search_scan_results | Details about the scan. |