← Tools Reference

AbuseIPDB

AbuseIPDB integration (Security, Data). Imported from open-connector.

API key4 toolshttps://api.abuseipdb.com/api/v2
GET
abuseipdb_check_ip
Check the abuse reputation of a single IP address with AbuseIPDB.

/check

3 parameters
ParamTypeRequiredDescription
ipAddressstringrequiredIPv4 or IPv6 address to inspect.
maxAgeInDaysintegeroptionalLook-back window in days for AbuseIPDB report matching.
verbosebooleanoptionalWhether to include detailed abuse reports in the response.
GET
abuseipdb_get_reports
List detailed AbuseIPDB reports for a single IP address.

/reports

4 parameters
ParamTypeRequiredDescription
ipAddressstringrequiredIPv4 or IPv6 address to inspect.
maxAgeInDaysintegeroptionalLook-back window in days for AbuseIPDB report matching.
pageintegeroptionalPage number to request from the AbuseIPDB reports endpoint.
perPageintegeroptionalNumber of reports to request per page from AbuseIPDB.
GET
abuseipdb_check_block
Inspect a CIDR block for reported addresses with AbuseIPDB.

/check-block

2 parameters
ParamTypeRequiredDescription
networkstringrequiredCIDR network to inspect with the AbuseIPDB block endpoint.
maxAgeInDaysintegeroptionalLook-back window in days for AbuseIPDB report matching.
GET
abuseipdb_blacklist
Read the structured AbuseIPDB blacklist feed in JSON format.

/blacklist

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of blacklist entries to return.
ipVersionnumberoptionalOptional IP version filter for blacklist results.
confidenceMinimumintegeroptionalMinimum abuse confidence score required for returned entries.
onlyCountriesarrayoptionalOptional allowlist of countries to include in the blacklist response.
exceptCountriesarrayoptionalOptional denylist of countries to exclude from the blacklist response.