library
turbot/abuseipdb
OverviewPipelines
0
Triggers
0
Variables
GitHub

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 of 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 of number>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
offending_ip_addressstringYesThe IPv4 or IPv6 address that the report is being filed against.-
categorieslist of numberYesList of abuse categories. Refer to https://www.abuseipdb.com/categories for a full list.-
commentstringNoA detailed description of the abusive behavior, including any relevant logs or evidence.-
timestampstringNoThe date and time of the observed abuse in ISO 8601 format (YYYY-MM-DDThh:mm:ss).-

Outputs

NameDescription
ip_addressConfirmation and details of the submitted abuse report.

Tags

type = featured