Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/have_i_been_pwned/manifest.json @DataDog/saas-integrations @DataDog/documentation
/have_i_been_pwned/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/have_i_been_pwned/ @DataDog/saas-integrations
/have_i_been_pwned/*.md @DataDog/saas-integrations @DataDog/documentation
/have_i_been_pwned/manifest.json @DataDog/saas-integrations @DataDog/documentation
/have_i_been_pwned/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/incident_io/ @DataDog/saas-integrations
/incident_io/*.md @DataDog/saas-integrations @DataDog/documentation
/incident_io/manifest.json @DataDog/saas-integrations @DataDog/documentation
Expand Down
55 changes: 54 additions & 1 deletion have_i_been_pwned/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# Have I Been Pwned

## Overview

[Have I Been Pwned][1] provides a personalized view of compromised data based on your email address, domain and other information you've added.

This integration ingests the following logs:

- Breach Logs: The breach refers to a security incident where data from a system has been exposed to unauthorized parties.

This integration collects breach logs and send them to Datadog for analysis. The logs are parsed and enriched using Datadog's built-in pipeline, which allows for searching and analysis. Dashboards and Cloud SIEM detection rules are included to help monitor message logs and improve security.

## Setup

### Get an API key from the Have I Been Pwned Portal

1. Login to the [Have I Been Pwned][2] dashboard.
2. Navigate to **API Key**.
3. Click **Generate New API Key**.
4. Save generated **API Key**.


### Connect your Have I Been Pwned Account to Datadog

1. Add your Have I Been Pwned credentials.

| Parameters | Description |
| ------------------------------------- | ------------------------------------------------------------ |
| API key | The API key for your Have I Been Pwned account |

2. Click the **Save** button to save your settings.

## Data Collected

### Logs

The Have I Been Pwned integration collects and forwards message logs to Datadog.

### Metrics

The Have I Been Pwned integration does not include any metrics.

### Events

The Have I Been Pwned integration does not include any events.

## Support

Need help? Contact [Datadog support][3].

[1]: https://haveibeenpwned.com/
[2]: https://haveibeenpwned.com/Dashboard
[3]: https://docs.datadoghq.com/help/
=======
# Agent Check: Have I Been Pwned

## Overview
Expand Down Expand Up @@ -36,4 +90,3 @@ Need help? Contact [Datadog support][3].
[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/help/

Loading
Loading