AbuseIPDB
abuselpdbAbuseIPDB is a project dedicated to helping make the internet safer by providing a central repository for reporting and checking IP addresses associated with malicious activities.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Retrieve IP BlacklistABUSELPDB_BLACKLISTAcciónTool to retrieve a list of the most reported ip addresses. use when building dynamic blocklists or threat intelligence feeds.
ABUSELPDB_BLACKLISTAcciónTool to retrieve a list of the most reported ip addresses. use when building dynamic blocklists or threat intelligence feeds.
Parámetros de entrada
limitintegerMaximum number of IP addresses to return. Will be truncated to subscription's hard limit.
ipVersionintegerenumIP version to filter by: 4 or 6.
46plaintextbooleanReturn results as newline-separated plaintext if true.
onlyCountriesanyComma-separated list of ISO 3166-1 alpha-2 country codes to include. Subscriber feature.
exceptCountriesanyComma-separated list of ISO 3166-1 alpha-2 country codes to exclude. Subscriber feature.
confidenceMinimumintegerMinimum abuse confidence score for results. Must be between 25 and 100. Subscriber feature.
Parámetros de salida
dataobject[]ObligatoriometaobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk ReportABUSELPDB_BULK_REPORTAcciónTool to submit multiple ip abuse reports in bulk. use when you need to report a large set of ips at once by uploading a csv file with required headers. csv must include columns: ip, categories, reportdate, comment.
ABUSELPDB_BULK_REPORTAcciónTool to submit multiple ip abuse reports in bulk. use when you need to report a large set of ips at once by uploading a csv file with required headers. csv must include columns: ip, categories, reportdate, comment.
Parámetros de entrada
csvstringObligatoriobinaryBinary content of the CSV file containing IP reports. CSV must include headers: IP, Categories, ReportDate, Comment.
Parámetros de salida
dataobjectObligatorioBulk report result containing counts and any invalid entries
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check BlockABUSELPDB_CHECK_BLOCKAcciónTool to check the reputation of all ip addresses in a cidr range. use when you need aggregated abuse data for a network block.
ABUSELPDB_CHECK_BLOCKAcciónTool to check the reputation of all ip addresses in a cidr range. use when you need aggregated abuse data for a network block.
Parámetros de entrada
networkstringObligatorioCIDR notation of the network to check; should be URL-encoded
maxAgeInDaysintegerDays back to include reports (1–365). Defaults to 30 if omitted.
Parámetros de salida
dataobjectObligatorioCheck block response payload
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check IP ReputationABUSELPDB_CHECK_IPAcciónTool to check the reputation of an ip address. use when you need to determine if an ip address has been reported for abusive activity within a specified look-back period. example: checkip(ipaddress='8.8.8.8', maxageindays=90).
ABUSELPDB_CHECK_IPAcciónTool to check the reputation of an ip address. use when you need to determine if an ip address has been reported for abusive activity within a specified look-back period. example: checkip(ipaddress='8.8.8.8', maxageindays=90).
Parámetros de entrada
verbosebooleanInclude additional data such as hostnames and domains.
ipAddressstringObligatorioIPv4 address to check for abuse reports.
maxAgeInDaysintegerLook-back period for reports in days (default=30, max=365).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clear Address ReportsABUSELPDB_CLEAR_ADDRESSAcciónTool to remove all reports associated with a specific ip address. use when you need to purge your own abuse records after verifying control of the ip.
ABUSELPDB_CLEAR_ADDRESSAcciónTool to remove all reports associated with a specific ip address. use when you need to purge your own abuse records after verifying control of the ip.
Parámetros de entrada
ipAddressstringObligatorioA valid IPv4 or IPv6 address whose reports will be removed.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Abuse ReportsABUSELPDB_GET_REPORTSAcciónTool to retrieve a list of abuse reports for a specific ip address. use when you need to fetch historic reports with optional filtering by status, date range, reporter, and pagination.
ABUSELPDB_GET_REPORTSAcciónTool to retrieve a list of abuse reports for a specific ip address. use when you need to fetch historic reports with optional filtering by status, date range, reporter, and pagination.
Parámetros de entrada
limitintegerMaximum number of reports to return per page
dateTostringISO8601-formatted end date for filtering reports
offsetintegerNumber of reports to skip for pagination
statusstringFilter by report status (open or closed)
dateFromstringISO8601-formatted start date for filtering reports
ipAddressstringObligatorioIP address to retrieve reports for
reporterIdintegerFilter reports by specific reporter ID
maxAgeInDaysintegerFilter reports no older than this number of days (1-365)
Parámetros de salida
dataobject[]ObligatorioList of abuse report records
metaobjectObligatorioPagination metadata for reports
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not