library
turbot/abuseipdb
Get Involved
Version
Pipeline: Report IP Address
Submit a report for suspicious or malicious activity from an IP address.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run abuseipdb.pipeline.report_ip_address \ --arg 'offending_ip_address=<string>' \ --arg 'categories=<list(number)>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = abuseipdb.pipeline.report_ip_address args = { offending_ip_address = <string> categories = <list(number)> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
offending_ip_address | string | Yes | The IPv4 or IPv6 address that the report is being filed against. | - |
categories | list(number) | Yes | List of abuse categories. Refer to https://www.abuseipdb.com/categories for a full list. | - |
comment | string | No | A detailed description of the abusive behavior, including any relevant logs or evidence. | - |
timestamp | string | No | The date and time of the observed abuse in ISO 8601 format (YYYY-MM-DDThh:mm:ss). | - |
Outputs
Name | Description |
---|---|
ip_address | Confirmation and details of the submitted abuse report. |
Tags
type = featured