library
turbot/abuseipdb
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
ip_address | string | Yes | The IPv4 or IPv6 address to retrieve abuse reports for. | - |
max_age_in_days | number | Yes | Limits the age of reports to retrieve. Defaults to 30 days. | 30 |
Outputs
Name | Description |
---|---|
reports | List of reports filed against the specified IP address. |