Mimecast Secure Email Gateway - Internal Email Protect
| Id | d3bd7640-3600-49f9-8d10-6fe312e68b4f |
| Rulename | Mimecast Secure Email Gateway - Internal Email Protect |
| Description | Detects threats from internal email threat protection. |
| Severity | High |
| Tactics | LateralMovement Persistence Exfiltration |
| Techniques | T1534 T1546 |
| Required data connectors | MimecastSEGAPI |
| Kind | Scheduled |
| Query frequency | 15m |
| Query period | 15m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Internal_Mail_Protect.yaml |
| Version | 1.0.0 |
| Arm template | d3bd7640-3600-49f9-8d10-6fe312e68b4f.json |
MimecastCG
| where Type == "email_iep"
| extend SenderEnvelope = ['Sender Envelope'] , MessageId = ['Message ID']
kind: Scheduled
requiredDataConnectors:
- dataTypes:
- MimecastCG
connectorId: MimecastSEGAPI
entityMappings:
- entityType: MailMessage
fieldMappings:
- columnName: SenderEnvelope
identifier: Sender
- columnName: Recipients
identifier: Recipient
- columnName: MessageId
identifier: InternetMessageId
relevantTechniques:
- T1534
- T1546
status: Available
tactics:
- LateralMovement
- Persistence
- Exfiltration
eventGroupingSettings:
aggregationKind: AlertPerResult
suppressionDuration: 5h
suppressionEnabled: false
name: Mimecast Secure Email Gateway - Internal Email Protect
queryFrequency: 15m
query: |
MimecastCG
| where Type == "email_iep"
| extend SenderEnvelope = ['Sender Envelope'] , MessageId = ['Message ID']
id: d3bd7640-3600-49f9-8d10-6fe312e68b4f
enabled: true
severity: High
queryPeriod: 15m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Internal_Mail_Protect.yaml
version: 1.0.0
description: |
'Detects threats from internal email threat protection.'
triggerThreshold: 0
incidentConfiguration:
groupingConfiguration:
matchingMethod: AllEntities
lookbackDuration: P7D
enabled: true
reopenClosedIncident: false
createIncident: true
triggerOperator: gt