⚠️ Unpublished: This item is from a solution that is not yet published on Azure Marketplace or not installed in Content Hub.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
| Attribute | Value |
|---|---|
| Publisher | Obrela |
| Support Tier | Partner |
| Support Link | https://www.obrela.com/ |
| Categories | Security - Threat Protection |
| Version | 3.0.0 |
| Author | SecDevOps - secdevops@obrela.com |
| First Published | 2026-07-06 |
| Solution Folder | MimecastEvents-CCF |
The Mimecast Security Events (CCF) solution ingests Mimecast Secure Email Gateway, Targeted Threat Protection, DLP and Audit events into Microsoft Sentinel via Mimecast Event Push and the Codeless Connector Framework (Push). No Mimecast credentials are stored in Sentinel; Mimecast posts events to the Azure Monitor Logs Ingestion API using a Microsoft Entra application.
This solution provides 1 data connector(s):
This solution uses 1 table(s):
| Table | Used By Connectors | Used By Content |
|---|---|---|
MimecastEvents_CL |
Mimecast Security Events (via Codeless Connector Framework) | - |
This solution includes 7 content item(s):
| Content Type | Count |
|---|---|
| Parsers | 7 |
| Name | Description | Tables Used |
|---|---|---|
| MimecastAudit | - | MimecastEvents_CL (read) |
| MimecastCG | - | MimecastEvents_CL (read) |
| MimecastDLP | - | MimecastEvents_CL (read) |
| MimecastEvents | - | MimecastEvents_CL (read) |
| MimecastTTPAttachment | - | MimecastEvents_CL (read) |
| MimecastTTPImpersonation | - | MimecastEvents_CL (read) |
| MimecastTTPUrl | - | MimecastEvents_CL (read) |
📄 Source: MimecastEvents-CCF/README.md
Ingests Mimecast Secure Email Gateway (SEG/CG), Targeted Threat Protection (URL / Attachment / Impersonation), DLP and Audit events via Mimecast Event Push → Azure Monitor Logs Ingestion API, packaged as a V3 Content Hub solution using the Codeless Connector Framework (Push — no RestApiPoller).
No Mimecast credentials are stored in Sentinel. The Deploy button provisions
a DCE, DCR, the MimecastEvents_CL table and a Microsoft Entra application;
those connection values are entered on the Mimecast side (Integrations Hub →
Event Push, OAuth 2.0 client credentials).
Mimecast Event Push ──HTTPS POST (Bearer via Entra app)──▶ DCE
token: login.microsoftonline.com/<tenant>/oauth2/v2.0/token
scope: https://monitor.azure.com/.default │
▼
DCR transformKql ──▶ MimecastEvents_CL
│
Parsers: MimecastEvents (dedup base), MimecastCG,
MimecastAudit, MimecastTTPUrl, MimecastTTPImpersonation,
MimecastTTPAttachment, MimecastDLP
Derived from the legacy Function App tables' real schemas and sanitized samples:
mimecast_body; everything extracted in the
transform. Table stores the full payload as string plus promoted columns
(mimecastEventType, mimecastEventId, mimecastLogtype, mimecastSubtype).auditType → audit; impersonationResults → ttp_impersonation;
Logtype == email_ttp_ap → email_ttp_ap; Logtype == seg_dlp → seg_dlp;
any Logtype → seg_cg; attachment shape (fileHash/sha256) → ttp_attachment
(checked BEFORE url); url → ttp_url; else unknown.
Observed Logtype values: email_receipt, email_process, email_spam,
email_ttp_ap (open enum).eventTime ISO (Audit/Impersonation),
date ISO+offset (TTP URL), timestamp epoch milliseconds (SEG —
converted with datetime(1970-01-01) + tolong(x) * 1ms;
unixtime_milliseconds_todatetime() deliberately avoided as unverified in the
ingestion-time KQL subset).arg_max in parsers): Audit/Impersonation → id;
SEG → processingId (NOT aggregateId, which groups multiple rows);
TTP URL → synthetic hash_sha256(messageId|url|date).[Content truncated...]
| Version | Date Modified (DD-MM-YYYY) | Change History |
|---|---|---|
| 3.0.0 | 06-07-2026 | Initial release: Mimecast Event Push CCF (Push) data connector, 7 parsers. |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊