Skip to content
Open
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 @@ -640,6 +640,11 @@ plaid/assets/logs/ @DataDog/saa
/checkpoint_harmony_endpoint/manifest.json @DataDog/agent-integrations @DataDog/documentation
/checkpoint_harmony_endpoint/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core

/push_security/ @DataDog/saas-integrations
/push_security/*.md @DataDog/saas-integrations @DataDog/documentation
/push_security/manifest.json @DataDog/saas-integrations @DataDog/documentation
/push_security/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers

# To keep Security up-to-date with changes to the signing tool.
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations
# As well as the secure downloader.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,8 @@ integration/proxysql:
- proxysql/**/*
integration/pulsar:
- pulsar/**/*
integration/push_security:
- push_security/**/*
integration/quarkus:
- quarkus/**/*
integration/rabbitmq:
Expand Down
7 changes: 7 additions & 0 deletions push_security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Push Security

## 1.0.0 / 2025-09-10

***Added***:

* Initial Release
51 changes: 51 additions & 0 deletions push_security/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Push Security

## Overview

[Push Security][1] is an identity security platform that focuses on securing workforce identities through browser-level monitoring. It uses a browser extension to provide real-time visibility into user activity, enabling the detection and response to threats such as phishing, session hijacking, and credential misuse.

Integrate Push Security with Datadog's pre-built dashboard visualizations to gain insights into [Events][2]. With Datadog's built-in log pipelines, you can parse and enrich these logs to facilitate easy search and detailed insights. Additionally, this integration includes ready-to-use Cloud SIEM detection rules for enhanced monitoring and security.

## Setup

### Configuration

#### Webhook Configuration

Configure the Datadog endpoint to forward Push Security events as logs to Datadog.

1. Copy the generated URL inside the **Configuration** tab on the Datadog [Push Security][5] tile.
2. Sign in to [Push Security Portal][3].
3. Go to the **Settings** > **Webhooks**.
4. Click `+Webhook`.
5. In the URL field, enter the **webhook url** generated in the **Step 1**.
5. Under the **Select Events** section, make sure all the below mentioned checkboxes are selected.
- Activity
- Audit
- Controls
- Detections
- Entities
7. Click `Generate Webhook`.

## Data Collected

### Logs
The Push Security integration collects Activity, Audit, Controls, Detections and Entities Events.

### Metrics

The Push Security integration does not include any metrics.

### Events

The Push Security integration does not include any events.

## Support

For further assistance, contact [Datadog support][4].

[1]: https://pushsecurity.com/
[2]: https://pushsecurity.redoc.ly/webhooks-v1#operation/account-event
[3]: http://login.pushsecurity.com/u/login
[4]: https://docs.datadoghq.com/help/
[5]: /integrations/push-security
Loading