Skip to content

[SAASINT-4241] DDS: Proofpoint TAP: Crawler Integration v1.0.0 #20587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
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
53 changes: 34 additions & 19 deletions proofpoint_tap/README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,54 @@
# Agent Check: Proofpoint TAP

## Overview

This check monitors [Proofpoint TAP][1].
[Proofpoint TAP (Targeted Attack Protection)][1] is a cybersecurity solution designed to detect, mitigate, and block advanced threats that target people through email. It uses a next-generation email security platform to provide visibility into all email communications.

## Setup
This integration ingests the following logs:

### Installation
- **Click Events**: These logs provide information about user interactions with links in emails, including whether clicks were permitted or blocked, along with associated threat identification.
- **Message Events**: These logs provide information about email messages analyzed by Proofpoint TAP, including detection outcomes, delivery status (such as delivered or blocked), and threat identification.

The Proofpoint TAP check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.
This integration gathers and forwards above mentioned events to Datadog for seamless analysis. Datadog uses its built-in log pipelines to parse and enrich these logs, facilitating easy search and detailed insights. With preconfigured dashboards, the integration offers clear visibility into activities within the Proofpoint TAP platform. Additionally, it includes ready-to-use Cloud SIEM detection rules for enhanced monitoring and security.

## Setup

### Configuration
### Generate Service Credentials in Proofpoint TAP

!!! Add list of steps to set up this integration !!!
1. Login to the **Proofpoint TAP** dashboard.
2. Navigate to **Settings > Connected Applications**.
3. Click **Create New Credential**.
4. Name the **new credential set** and click **Generate**.
5. Copy the **Service Principal** and **Secret**.

### Validation
### Connect your Proofpoint TAP Account to Datadog

!!! Add steps to validate integration is functioning as expected !!!
1. Add your Service Principal and Secret.
| Parameters | Description |
| ---------------------------- | ------------------------------------------------------------------------------------------- |
| Service Principal | The Service Principal of your Proofpoint TAP account. |
| Secret | The Secret of your Proofpoint TAP account. |
| Get Click Blocked Events | Control the collection of Click Blocked Events from Proofpoint TAP. Enabled by default. |
| Get Click Permitted Events | Control the collection of Click Permitted Events from Proofpoint TAP. Enabled by default. |
| Get Message Blocked Events | Control the collection of Message Blocked Events from Proofpoint TAP. Enabled by default. |
| Get Message Delivered Events | Control the collection of Message Delivered Events from Proofpoint TAP. Enabled by default. |
2. Click the Save button to save your settings.

## Data Collected

### Logs

The Proofpoint TAP integration collects and forwards click and message events to Datadog.

### Metrics

Proofpoint TAP does not include any metrics.
The Proofpoint TAP integration does not include any metrics.

### Events

Proofpoint TAP does not include any events.

## Troubleshooting
The Proofpoint TAP integration does not include any events.

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

[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/help/
For any further assistance, contact [Datadog support][2].

[1]: https://www.proofpoint.com/uk/products/advanced-threat-protection/targeted-attack-protection
[2]: https://docs.datadoghq.com/help/
Loading
Loading