본문으로 건너뛰기

Proofpoint Email Security Integration

Overview

Proofpoint provides advanced email security with threat protection, URL defense, and targeted attack protection. KYRA MDR collects Proofpoint threat data via the SIEM API for email threat detection and incident response.

Prerequisites

  • A KYRA MDR Collector installed and running
  • Proofpoint protection tenant with administrative access
  • SIEM API credentials (service principal and secret)
  • Proofpoint TAP (Targeted Attack Protection) license

Configuration

Configure Proofpoint SIEM API integration:

  1. Contact Proofpoint support to enable SIEM API access
  2. Obtain the Service Principal and Secret
  3. Configure the KYRA MDR collector:
collector-config.yaml
sources:
- type: proofpoint
api_url: https://tap-api-v2.proofpoint.com
service_principal: <service-principal>
secret: <secret>
poll_interval: 300s
  1. Restart the collector service

Collected Log Types

Log TypeDescriptionSecurity Use
Messages DeliveredEmails delivered to usersThreat monitoring
Messages BlockedEmails blocked by policiesEmail security effectiveness
Clicks PermittedURL clicks allowedUser risk assessment
Clicks BlockedMalicious URL clicks blockedPhishing protection
TAP AlertsTargeted attack detectionsAdvanced threat detection
ImpostorBusiness email compromise detectionsBEC prevention

Troubleshooting

No API data: SIEM API access must be explicitly enabled by Proofpoint support.

Missing TAP alerts: TAP alerts require a Targeted Attack Protection license.

Data granularity: The SIEM API provides data in time-based batches. Set the poll interval to 300 seconds.

Contact kyra@seekerslab.com for support.