library
turbot/abuseipdb
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Check IP Address

Get information about an IP address (v4 or v6).

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run abuseipdb.pipeline.check_ip_address \
--arg 'ip_address=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = abuseipdb.pipeline.check_ip_address
args = {
ip_address = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
cred
string
YesName for credentials to use. If not provided, the default credentials will be used.default
ip_address
string
YesThe IPv4 or IPv6 address to check for reports.-
max_age_in_days
number
YesMaximum age in days for the reports to retrieve. Defaults to 30 days.30

Outputs

NameDescription
ip_reportIP address report details.

Tags

type = featured