library
turbot/abuseipdb
Get Involved
Version
Pipeline: Check CIDR Block
Get information about IPs in a CIDR block.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run abuseipdb.pipeline.check_cidr_block \ --arg 'cidr=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = abuseipdb.pipeline.check_cidr_block args = { cidr = <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 |
cidr | string | Yes | CIDR notation specifying the IPv4 or IPv6 range. | - |
max_age_in_days | number | Yes | Maximum age in days for the reports to retrieve. Defaults to 30 days. | 30 |
Outputs
Name | Description |
---|---|
cidr_block_report | CIDR report details. |