Skip to content

Commit 9e3eb28

Browse files
[SAASINT-4571] DDS: Have I Been Pwned : Crawler Integration v1.0.0 (#21239)
* Add Have I Been Pwned integration with assets * Updated images * Renaming file name * Updating sample * Adding test result * Resolving pipeline issues
1 parent ff505f8 commit 9e3eb28

File tree

9 files changed

+2722
-3
lines changed

9 files changed

+2722
-3
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
309309
/have_i_been_pwned/manifest.json @DataDog/saas-integrations @DataDog/documentation
310310
/have_i_been_pwned/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
311311

312+
/have_i_been_pwned/ @DataDog/saas-integrations
313+
/have_i_been_pwned/*.md @DataDog/saas-integrations @DataDog/documentation
314+
/have_i_been_pwned/manifest.json @DataDog/saas-integrations @DataDog/documentation
315+
/have_i_been_pwned/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
316+
312317
/incident_io/ @DataDog/saas-integrations
313318
/incident_io/*.md @DataDog/saas-integrations @DataDog/documentation
314319
/incident_io/manifest.json @DataDog/saas-integrations @DataDog/documentation

have_i_been_pwned/README.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
# Have I Been Pwned
2+
3+
## Overview
4+
5+
[Have I Been Pwned][1] provides a personalized view of compromised data based on your email address, domain and other information you've added.
6+
7+
This integration ingests the following logs:
8+
9+
- Breach Logs: The breach refers to a security incident where data from a system has been exposed to unauthorized parties.
10+
11+
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.
12+
13+
## Setup
14+
15+
### Get an API key from the Have I Been Pwned Portal
16+
17+
1. Login to the [Have I Been Pwned][2] dashboard.
18+
2. Navigate to **API Key**.
19+
3. Click **Generate New API Key**.
20+
4. Save generated **API Key**.
21+
22+
23+
### Connect your Have I Been Pwned Account to Datadog
24+
25+
1. Add your Have I Been Pwned credentials.
26+
27+
| Parameters | Description |
28+
| ------------------------------------- | ------------------------------------------------------------ |
29+
| API key | The API key for your Have I Been Pwned account |
30+
31+
2. Click the **Save** button to save your settings.
32+
33+
## Data Collected
34+
35+
### Logs
36+
37+
The Have I Been Pwned integration collects and forwards message logs to Datadog.
38+
39+
### Metrics
40+
41+
The Have I Been Pwned integration does not include any metrics.
42+
43+
### Events
44+
45+
The Have I Been Pwned integration does not include any events.
46+
47+
## Support
48+
49+
Need help? Contact [Datadog support][3].
50+
51+
[1]: https://haveibeenpwned.com/
52+
[2]: https://haveibeenpwned.com/Dashboard
53+
[3]: https://docs.datadoghq.com/help/
54+
=======
155
# Agent Check: Have I Been Pwned
256

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

0 commit comments

Comments
 (0)