本文にスキップ

Mimecast Email Security Integration

Overview

Mimecast provides cloud email security with threat protection, archiving, and continuity. KYRA MDR collects Mimecast SIEM logs via the Logging API for email threat detection and DLP monitoring.

Prerequisites

  • A KYRA MDR Collector installed and running
  • Mimecast account with Administrator role
  • API application registered in Mimecast Administration Console
  • Access Key and Secret Key for API authentication

Configuration

Configure Mimecast API integration:

  1. Log in to the Mimecast Administration Console
  2. Navigate to Administration > Services > API and Platform Integrations
  3. Create a new API application:
SettingValue
Application NameKYRA-MDR
CategorySIEM Integration
  1. Generate Access Key and Secret Key
  2. Configure the KYRA MDR collector:
collector-config.yaml
sources:
- type: mimecast
base_url: https://<region>.mimecast.com
app_id: <application-id>
app_key: <application-key>
access_key: <access-key>
secret_key: <secret-key>
poll_interval: 300s
  1. Restart the collector service

Collected Log Types

Log TypeDescriptionSecurity Use
ReceiptInbound email receipt eventsEmail threat detection
DeliveryOutbound email delivery eventsEmail monitoring
ProcessEmail processing and scanning eventsThreat analysis
RejectionEmails rejected by policyPolicy enforcement monitoring
URL ProtectURL click and rewrite eventsPhishing click protection
Attachment ProtectAttachment sandbox resultsMalware detection

Troubleshooting

API authentication failed: Mimecast uses a combination of app keys and access keys. Verify all credential values.

No SIEM logs: Ensure the API application category is set to SIEM Integration.

Regional API URL: Use the correct base URL for your account region (us-api, eu-api, au-api).

Contact kyra@seekerslab.com for support.