--- title: Have I Been Pwned description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/have-i-been-pwned/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/have-i-been-pwned/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Have I Been Pwned icon ***Version: 1.4 Updated: April 29, 2026*** Have I Been Pwned (HIBP) allows you to check if your personal data has been compromised in a data breach. ## Actions * **Get Latest Breach** *(Enrichment)* - Get the most recently added breach. * **Get Single Breached Site** *(Enrichment)* - Get a single breached site. * **List Breached Sites In System** *(Enrichment)* - List all breached sites in the system. * **List Breaches For Account** *(Enrichment)* - Return a list of all breaches a particular account has been involved in. * **List Data Classes In System** *(Enrichment)* - Get all data classes in the system. * **List Pastes For Account** *(Enrichment)* - Get all pastes for an account. ## Category Database ## Configure Have I Been Pwned 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 Have I Been Pwned API URL, for example, `https://haveibeenpwned.com/API/v3` * **API Key**. Enter a Have I Been Pwned [API key](https://haveibeenpwned.com/api/v3#Authorisation). * * * * Have I Been Pwned configuration For information about Have I Been Pwned, see [Have I Been Pwned documentation](https://haveibeenpwned.com/api/v3). ## Change Log * August 26, 2021 (v1.0) - First upload * April 14, 2023 (v1.1) - Refactored * April 17, 2023 (v1.2) - Improved error handling * December 12, 2023 (v1.3) - Added new action: Get Latest Breach * April 29, 2026 (v1.4) - 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.