--- title: Shodan description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/shodan/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/shodan/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; shodan ***Version: 1.2 Updated: April 30, 2026*** Shodan is a search engine for Internet-connected devices. Web search engines, such as Google and Bing, are great for finding websites. But what if you're interested in measuring which countries are becoming more connected? Or if you want to know which version of Microsoft IIS is the most popular? Or you want to find the control servers for malware? Maybe a new vulnerability came out and you want to see how many hosts it could affect? Traditional web search engines do not let you answer those questions. ## Actions * **Search** (*Enrichment*) - Search Shodan using the same query syntax as the website and use facets to get summary information for different properties. * **Search IP** (*Enrichment*) - Returns all services that have been found on the given host IP. ## Configure Shodan 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'; * * **API URL**. Enter your [Shodan API URL](https://developer.shodan.io/api), for example, `https://api.shodan.io`. * **API Key**. Enter your [Shodan API key](https://developer.shodan.io/api/requirements). * * * * Shodan configuration For information about Shodan, see [Shodan documentation](https://developer.shodan.io/). ## Change Log * February 8, 2019 - First upload * March 27, 2023 (v1.1) + Updated integration: (Updated the integration Fields with Environmental Variables and improved error handling) * April 30, 2026 (v1.2) - 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.