AbuseIPDB integration (Security, Data). Imported from open-connector.
https://api.abuseipdb.com/api/v2/check
| Param | Type | Required | Description |
|---|---|---|---|
| ipAddress | string | required | IPv4 or IPv6 address to inspect. |
| maxAgeInDays | integer | optional | Look-back window in days for AbuseIPDB report matching. |
| verbose | boolean | optional | Whether to include detailed abuse reports in the response. |
/reports
| Param | Type | Required | Description |
|---|---|---|---|
| ipAddress | string | required | IPv4 or IPv6 address to inspect. |
| maxAgeInDays | integer | optional | Look-back window in days for AbuseIPDB report matching. |
| page | integer | optional | Page number to request from the AbuseIPDB reports endpoint. |
| perPage | integer | optional | Number of reports to request per page from AbuseIPDB. |
/check-block
| Param | Type | Required | Description |
|---|---|---|---|
| network | string | required | CIDR network to inspect with the AbuseIPDB block endpoint. |
| maxAgeInDays | integer | optional | Look-back window in days for AbuseIPDB report matching. |
/blacklist
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of blacklist entries to return. |
| ipVersion | number | optional | Optional IP version filter for blacklist results. |
| confidenceMinimum | integer | optional | Minimum abuse confidence score required for returned entries. |
| onlyCountries | array | optional | Optional allowlist of countries to include in the blacklist response. |
| exceptCountries | array | optional | Optional denylist of countries to exclude from the blacklist response. |