---
title: WhoisXML
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/whoisxml/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/whoisxml/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.6
Updated: April 30, 2026***
WHOIS API service provides the registration details, also known as the WHOIS record data, of a domain name, an IP address, or an email address.
## Actions
* **Whois** *(Enrichment)* - Retrieve WHOIS record data.
* **DNS Lookup** *(Enrichment)* - Retrieve data about specific DNS.
* **Domain Reputation** *(Enrichment)* - Retrieve data about specific domain.
* **List Subdomains** *(Enrichment)* - Retrieve data about child subdomain for a specific domain.
* **Geolocate IP Address** *(Enrichment)* - Retrieve geolocation data for the provided IP Address.
## Configure WhoisXML in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **URL**. Enter your [WhoisXML API URL](https://whois.whoisxmlapi.com/documentation/making-requests), for example, `https://www.whoisxmlapi.com`.
* **API Key**. Enter your [WhoisXML API key](https://whois.whoisxmlapi.com/documentation/generate-new-api-key).
*
*
*
*
For information about WhoisXML, see [WhoisXML documentation](https://whois.whoisxmlapi.com/documentation/making-requests).
## Change Log
* November 25, 2022 - First upload
* February 9, 2023 - Added new actions:
+ DNS Lookup
+ Domain Reputation
+ List Subdomains
+ Geolocate IP Address
* February 15, 2023 - New logo
* February 28, 2023 (v1.4)
+ Updated integration: (Updated the integration Fields with Environmental Variables and improved error handling)
* July 7, 2023 (v1.5) - Removed leading/trailing spaces
* April 30, 2026 (v1.6) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.