library
turbot/abuseipdb
Get Involved
Version
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
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 check for reports. | - |
max_age_in_days | number | Yes | Maximum age in days for the reports to retrieve. Defaults to 30 days. | 30 |
Outputs
Name | Description |
---|---|
ip_report | IP address report details. |
Tags
type = featured