library
turbot/abuseipdb
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
cidrstringYesCIDR notation specifying the IPv4 or IPv6 range.-
max_age_in_daysnumberYesMaximum age in days for the reports to retrieve. Defaults to 30 days.30

Outputs

NameDescription
cidr_block_reportCIDR report details.