NAiOS IconNAiOS Logo
Volver al catálogo

Whoisfreaks

whoisfreaks

Best Source For Domain WHOIS Database and API.

Acciones
18
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 (18)

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.

ASN WHOIS LookupWHOISFREAKS_ASN_WHOIS_LOOKUPAcción

Tool to retrieve comprehensive ASN WHOIS information including ownership, network infrastructure, and IP address ranges. Use when you need to identify ASN ownership, organization details, or associated IP blocks for network administration or security analysis.

Parámetros de entrada

  • asnstringObligatorio

    The Autonomous System Number. Accepts both with and without 'as' prefix (e.g., 'AS15169', '15169', 'as1009').

  • formatstringenum

    Response format as either 'json' or 'xml'. Defaults to JSON if unspecified.

    jsonxml

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

Bulk DNS LookupWHOISFREAKS_BULK_DNS_LOOKUPAcción

Tool to process multiple domains or IPs simultaneously, returning all DNS records in a single request (max 100). Use when you need to retrieve DNS records for multiple domains at once for efficient batch processing.

Parámetros de entrada

  • typestringObligatorio

    DNS record type: 'all' or comma-separated list of types (A, AAAA, TXT, NS, MX, SOA, SPF, CNAME). For domains, all 8 DNS types are fetched. For IP addresses, only PTR records are retrieved.

  • formatstringenum

    Response format type. Defaults to JSON.

    JSONXML
  • domainNamesstring[]

    Array of domain names to query (max 100). Required if ipAddresses is not provided.

  • ipAddressesstring[]

    Array of IP addresses to query for PTR records (max 100). Required if domainNames is not provided.

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

Bulk Domain Availability CheckWHOISFREAKS_BULK_DOMAIN_AVAILABILITY_CHECKAcción

Tool to check availability of multiple domains in one request (max 100 domains). Use when you need to verify if domain names are available for registration. Response time ranges from 16 seconds to 1 minute for 100 domains.

Parámetros de entrada

  • formatstringenum

    Response data format - either json or xml. Defaults to json if not specified.

    jsonxml
  • domainNamesstring[]Obligatorio

    Array of domain names to check availability. Maximum 100 domains per request.

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

Bulk WHOIS LookupWHOISFREAKS_BULK_WHOIS_LOOKUPAcción

Tool to query WHOIS information for up to 100 domains in a single request. Use when you need comprehensive registration details, contact information, name servers, and domain status for multiple domains. Response includes normalized and parsed WHOIS data with 1 credit charged per successful query for each domain.

Parámetros de entrada

  • formatstringenum

    Response data format - either json or xml. Defaults to json if not specified.

    jsonxml
  • domainNamesstring[]Obligatorio

    Array of domain names to query WHOIS information. Maximum 100 domains per request.

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

DNS Live LookupWHOISFREAKS_DNS_LIVE_LOOKUPAcción

Tool to perform real-time DNS record resolution for network diagnostics and configuration verification. Use when you need to retrieve current DNS records for a domain or perform reverse DNS lookup for an IP address.

Parámetros de entrada

  • typestringObligatorio

    DNS record type: 'all' or comma-separated list of types (A, AAAA, TXT, NS, MX, SOA, SPF, CNAME).

  • formatstringenum

    Response format type. Defaults to JSON.

    JSONXML
  • ipAddressstring

    The IP address for PTR record lookup. Required if domainName is not provided.

  • domainNamestring

    The domain name for DNS lookup. Required if ipAddress is not provided.

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

Check Domain AvailabilityWHOISFREAKS_DOMAIN_AVAILABILITY_CHECKAcción

Tool to check if a domain is available for registration with optional suggestions. Use when you need to verify domain availability or get alternative domain suggestions.

Parámetros de entrada

  • sugboolean

    Enable domain name suggestions if the domain is not available. Defaults to false.

  • countinteger

    Number of domain suggestions to return (1-100). Only applicable when sug=true. Defaults to 5.

  • domainstringObligatorio

    The domain name to check availability for (e.g., 'example.com').

  • formatstringenum

    Response format type. Defaults to JSON.

    JSONXML

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

Get Domain Files StatusWHOISFREAKS_GET_DOMAINER_FILES_STATUSAcción

Tool to check availability and update status of domain data files including newly registered, expired, and dropped domains. Use when you need to verify that domain data files are prepared and ready for download before accessing file download endpoints.

Parámetros de entrada

Sin parámetros.

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

IP Geolocation LookupWHOISFREAKS_IP_GEOLOCATION_LOOKUPAcción

Tool to retrieve geographic location information for an IP address including country, city, coordinates, ISP, and security details. Use when you need to identify the physical location of an IP, detect VPN/proxy usage, or gather network intelligence for security or analytics purposes.

Parámetros de entrada

  • ipstringObligatorio

    IPv4 or IPv6 address to get geolocation data for (e.g., '8.8.8.8' or '2001:4860:4860::8888').

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

IP WHOIS LookupWHOISFREAKS_IP_WHOIS_LOOKUPAcción

Tool to retrieve comprehensive WHOIS information for an IP address including organization, ISP, and network details. Use when you need to identify IP ownership, allocation status, or contact information for network administration or security purposes.

Parámetros de entrada

  • ipstringObligatorio

    IPv4 or IPv6 address for WHOIS lookup (e.g., '8.8.8.8' or 'fe80::200:5aee:feaa:20a2').

  • formatstringenum

    Response format type. Defaults to JSON.

    JSONXML

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

Security Threat LookupWHOISFREAKS_SECURITY_THREAT_LOOKUPAcción

Tool to check if an IP address is associated with malicious activity, security threats, or appears on blocklists. Use when you need to assess IP reputation, detect VPN/proxy/Tor usage, identify bots or spam sources, or evaluate security risk for access control and fraud prevention.

Parámetros de entrada

  • ipstringObligatorio

    IPv4 or IPv6 address to check for security threats, malicious activity, or blocklist presence (e.g., '8.8.8.8' or '2001:4860:4860::8888').

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

SSL Certificate LookupWHOISFREAKS_SSL_CERTIFICATE_LOOKUPAcción

Tool to fetch live SSL certificate with full secure cert chain, validity dates, and issuer information. Use when you need to retrieve SSL certificate details for a domain, including certificate validation dates, issuer details, public key information, and certificate extensions.

Parámetros de entrada

  • chainboolean

    Set to true to retrieve the complete certificate chain sorted from end-user to root certificate. Defaults to false.

  • formatstringenum

    Response format - either JSON or XML. Defaults to JSON.

    JSONXML
  • sslRawboolean

    Set to true to obtain the raw OpenSSL response. Defaults to false.

  • domainNamestringObligatorio

    The domain name for which SSL certificate data is requested (e.g., 'whoisfreaks.com', 'google.com').

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

Subdomain LookupWHOISFREAKS_SUBDOMAINS_LOOKUPAcción

Tool to discover all subdomains associated with a domain name. Use when you need to enumerate subdomains for security assessment, asset discovery, or domain reconnaissance. Supports filtering by active/inactive status and date ranges.

Parámetros de entrada

  • pageinteger

    Page number for paginated results. Defaults to 1.

  • afterstring

    Fetch subdomain records created after this date (YYYY-MM-DD format). Defaults to oldest record if not specified.

  • beforestring

    Fetch subdomain records created before this date (YYYY-MM-DD format). Defaults to current date if not specified.

  • domainstringObligatorio

    The domain name for which to discover subdomains.

  • formatstringenum

    Response format: 'json' or 'xml'. Defaults to JSON if not specified.

    jsonxml
  • statusstringenum

    Filter subdomains by status: 'active' for currently active subdomains, 'inactive' for inactive ones. Omit to retrieve both active and inactive subdomains.

    activeinactive

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

WHOIS Historical LookupWHOISFREAKS_WHOIS_HISTORICAL_LOOKUPAcción

Tool to access historical domain records from comprehensive database with up to 100 records per page. Use when you need to retrieve historical WHOIS data for a domain dating back to 1986. Database is updated monthly with one-month data latency.

Parámetros de entrada

  • formatstringenum

    Response format type. Defaults to JSON.

    JSONXML
  • domainNamestringObligatorio

    The domain name for which historical WHOIS data is requested (e.g., 'google.com').

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

WHOIS Live LookupWHOISFREAKS_WHOIS_LIVE_LOOKUPAcción

Tool to fetch real-time WHOIS domain registration data directly from authoritative WHOIS servers. Use when you need current domain ownership, registration dates, contact information, or nameserver details. Note that some fields may show 'REDACTED FOR PRIVACY' due to ICANN privacy regulations.

Parámetros de entrada

  • formatstringenum

    Response format as either 'json' or 'xml'. Defaults to JSON if unspecified.

    jsonxml
  • domainNamestringObligatorio

    The domain name requiring WHOIS data retrieval (e.g., 'google.com', 'example.com').

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

WHOIS Live Lookup V2WHOISFREAKS_WHOIS_LIVE_LOOKUP_V2Acción

Tool to fetch real-time WHOIS domain data using v2.0 endpoint. Use when you need current domain ownership, registration dates, contact information, or nameserver details via the updated v2.0 API. Note that some fields may show 'REDACTED FOR PRIVACY' due to ICANN privacy regulations.

Parámetros de entrada

  • formatstringenum

    Response format as either 'json' or 'xml'. Defaults to JSON if unspecified.

    jsonxml
  • domainNamestringObligatorio

    The domain name requiring WHOIS data retrieval (e.g., 'google.com', 'example.com').

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

WHOIS Reverse Lookup By CompanyWHOISFREAKS_WHOIS_REVERSE_LOOKUP_BY_COMPANYAcción

Tool to search for domains registered by a specific company or organization using reverse WHOIS lookup. Use when you need to find all domains associated with a particular company name. Performs full-text phrase matching with pagination support. Charges 5 credits per page retrieved.

Parámetros de entrada

  • modestringenum

    Response mode. 'default' returns up to 50 comprehensive WHOIS records per page. 'mini' returns up to 100 records per page with limited fields (domain name, dates, owner, company, email). Default: 'default'.

    defaultmini
  • pageinteger

    Page number for pagination. Must be >= 1. Default: 1.

  • exactboolean

    Set to true to return only exact matches, false for phrase matching. Default: false (phrase matching).

  • formatstringenum

    Response format. Default: 'JSON'.

    JSONXML
  • companystringObligatorio

    The organization/company name to search for. Uses full-text phrase matching. For example, searching 'united nations' will match 'united nation', 'united nations', 'united nations volunteers'.

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

WHOIS Reverse Lookup by EmailWHOISFREAKS_WHOIS_REVERSE_LOOKUP_BY_EMAILAcción

Tool to search for domains registered with a specific email address. Use when you need to find all domains associated with an email in WHOIS records. Supports exact or regex email matching. Returns paginated results with domain registration details.

Parámetros de entrada

  • modestringenum

    Response detail level. 'mini' returns 100 records/page with limited fields (domain, dates, owner, company, email). 'default' returns 50 records/page with full WHOIS details. Defaults to 'default'.

    defaultmini
  • pageinteger

    Page number for pagination to get next or desired page of results. Defaults to 1.

  • emailstringObligatorio

    The email address to search for in WHOIS records. Supports exact or regex match (e.g., 'support@google.com' or 'g***@outlook.com').

  • formatstringenum

    Response format type. Defaults to JSON.

    JSONXML

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

WHOIS Reverse Lookup By OwnerWHOISFREAKS_WHOIS_REVERSE_LOOKUP_BY_OWNERAcción

Tool to search for domains registered by a specific owner name using reverse WHOIS lookup. Use when you need to find all domains associated with a particular registrant or owner name. Performs pattern-based full-text search with pagination support.

Parámetros de entrada

  • modestringenum

    Response mode. 'default' returns up to 50 records per page with comprehensive fields. 'mini' returns up to 100 records per page with limited fields. Default: 'default'.

    defaultmini
  • pageinteger

    Page number for pagination control. Must be >= 1. Default: 1.

  • exactboolean

    Set to true for exact matching, false for pattern matching. Default: false (pattern matching).

  • ownerstringObligatorio

    Full-text search on registrant/owner name. Pattern matching is case-insensitive. For example, 'michael' will match within 'Michael Smith'.

  • formatstringenum

    Response format. Default: 'JSON'.

    JSONXML

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