---
title: Proofpoint TAP
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/proofpoint-tap/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/proofpoint-tap/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.3
Updated: April 30, 2026***
Proofpoint Targeted Attack Protection (TAP) integration which protects against and provides additional visibility into phishing and other malicious attacks.
## Actions
* **List Campaigns** *(Enrichment)* - Gets details for a given campaign.
* **Get Campaign** *(Enrichment)* - Gets a list of IDs of campaigns active in a specified time period.
* **Get Most Attacked Users** *(Enrichment)* - Gets a list of the most attacked users in the organization.
* **Get Top Clickers** *(Enrichment)* - Gets a list of the top clickers in the organization for a specified time period.
* **Get Threat** *(Enrichment)* - A string containing a unique identifier associated with the threat in TAP Dashboard.
* **List Issues** *(Enrichment)* - Get events for clicks to malicious URLs permitted and messages delivered containing a known attachment threat within the specified time period.
* **Blocked Messages** *(Enrichment)* - Fetch events for messages blocked in the specified time period which contained a known threat.
* **Blocked Clicks** *(Enrichment)* - Fetch events for clicks to malicious URLs blocked in the specified time period.
* **Decode URL** *(Containment)* - The URL Decoder allows users to decode URLs which have been rewritten by TAP to their original, target URL.
## Configure Proofpoint TAP 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';
*
* **URL**. Enter your Proofpoint TAP API URL. The default is `https://tap-api-v2.proofpoint.com`
* **Service Principal**. Enter your Proofpoint TAP service principal.
* **Secret Key**. Enter the secret key for the service principal.
*
*
*
*
For information about Proofpoint, see the [Proofpoint website](https://www.proofpoint.com/us/resources/data-sheets/targeted-attack-protection).
## Change Log
* February 4, 2022 - First upload
* March 31, 2023 (v1.1 and v1.2) - Integration refined.
* April 30, 2026 (v1.3) - 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.