library
turbot/abuseipdb
OverviewPipelines
0
Triggers
0
Variables
GitHub

List IP Address Reports

Retrieves a list of abuse reports filed against a specific IP address.

Run the pipeline

To run this pipeline from your terminal:

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

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
ip_addressstringYesThe IPv4 or IPv6 address to retrieve abuse reports for.-
max_age_in_daysnumberYesLimits the age of reports to retrieve. Defaults to 30 days.30

Outputs

NameDescription
reportsList of reports filed against the specified IP address.