---
title: IPinfo
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/ipinfo/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/ipinfo/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.3
Updated: April 29, 2026***
IPinfo is an IP data provider specialized in IP address geolocation, ASN, IP address company, VPN detection, carrier IP address, IP address ranges, and hosted domain data.
## Actions
* **Geolocate IP Address** (*Enrichment*) - Retrieve geolocation data for the provided IP Address (1).
* **List Hosted Domains** (*Enrichment*) - Retrieve a list of all domains hosted on the provided IP address (2).
(1) Available in: Free, Basic, Standard, Business, and Enterprise.
The API returns all the data the token has access to for the target IP address.
Visit [IPinfo](https://ipinfo.io/developers/data-types#geolocation-data) for more info.
(2) Available in: Business, and Enterprise.
Visit [IPinfo](https://ipinfo.io/developers/hosted-domains) for more info.
## IPinfo configuration
This integration requires an IPinfo [Access Token](https://ipinfo.io/developers). You can [retrieve](https://ipinfo.io/account/token) the Access Token from your IPinfo account.
## Configure IPinfo 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 IPinfo URL.
* **Token**. Enter the IPinfo [token](https://ipinfo.io/developers) you [retrieved earlier](#ipinfo-configuration).
*
*
*
*
For information about IPinfo, see [IPinfo documentation](https://ipinfo.io/developers).
## Change Log
* July 12, 2022 - First upload
* June 26, 2023 (v1.1) - Updated the integration with Environmental Variables
* November 24, 2023 (v1.2)
+ Enabled Incident Artifacts feature flag for IP Address field
+ Added integer validator and placeholder for Connection Timeout resource field
+ Removed trailing/leading spaces
* April 29, 2026 (v1.3) - 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.