NAiOS IconNAiOS Logo
Volver al catálogo

AbuseIPDB

abuselpdb

AbuseIPDB 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
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve a list of the most reported ip addresses. use when building dynamic blocklists or threat intelligence feeds.

Parámetros de entrada

  • limitinteger

    Maximum number of IP addresses to return. Will be truncated to subscription's hard limit.

  • ipVersionintegerenum

    IP version to filter by: 4 or 6.

    46
  • plaintextboolean

    Return results as newline-separated plaintext if true.

  • onlyCountriesany

    Comma-separated list of ISO 3166-1 alpha-2 country codes to include. Subscriber feature.

  • exceptCountriesany

    Comma-separated list of ISO 3166-1 alpha-2 country codes to exclude. Subscriber feature.

  • confidenceMinimuminteger

    Minimum abuse confidence score for results. Must be between 25 and 100. Subscriber feature.

Parámetros de salida

  • dataobject[]Obligatorio
  • metaobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Bulk ReportABUSELPDB_BULK_REPORTAcción

Tool 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

  • csvstringObligatoriobinary

    Binary content of the CSV file containing IP reports. CSV must include headers: IP, Categories, ReportDate, Comment.

Parámetros de salida

  • dataobjectObligatorio

    Bulk report result containing counts and any invalid entries

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Check BlockABUSELPDB_CHECK_BLOCKAcción

Tool 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

  • networkstringObligatorio

    CIDR notation of the network to check; should be URL-encoded

  • maxAgeInDaysinteger

    Days back to include reports (1–365). Defaults to 30 if omitted.

Parámetros de salida

  • dataobjectObligatorio

    Check block response payload

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Check IP ReputationABUSELPDB_CHECK_IPAcción

Tool 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

  • verboseboolean

    Include additional data such as hostnames and domains.

  • ipAddressstringObligatorio

    IPv4 address to check for abuse reports.

  • maxAgeInDaysinteger

    Look-back period for reports in days (default=30, max=365).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Clear Address ReportsABUSELPDB_CLEAR_ADDRESSAcción

Tool 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

  • ipAddressstringObligatorio

    A valid IPv4 or IPv6 address whose reports will be removed.

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Abuse ReportsABUSELPDB_GET_REPORTSAcción

Tool 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

  • limitinteger

    Maximum number of reports to return per page

  • dateTostring

    ISO8601-formatted end date for filtering reports

  • offsetinteger

    Number of reports to skip for pagination

  • statusstring

    Filter by report status (open or closed)

  • dateFromstring

    ISO8601-formatted start date for filtering reports

  • ipAddressstringObligatorio

    IP address to retrieve reports for

  • reporterIdinteger

    Filter reports by specific reporter ID

  • maxAgeInDaysinteger

    Filter reports no older than this number of days (1-365)

Parámetros de salida

  • dataobject[]Obligatorio

    List of abuse report records

  • metaobjectObligatorio

    Pagination metadata for reports

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not