Mimecast Secure Email Gateway - Impersonation Protect
| Id | 2ef77cef-439f-4d94-848f-3eca67510d2f |
| Rulename | Mimecast Secure Email Gateway - Impersonation Protect |
| Description | Detects threats from impersonation mail under targeted threat protection. |
| Severity | High |
| Tactics | Discovery LateralMovement Collection |
| Techniques | T1114 |
| 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_Impersonation.yaml |
| Version | 1.0.0 |
| Arm template | 2ef77cef-439f-4d94-848f-3eca67510d2f.json |
MimecastCG
| where Type == "email_ttp_impersonation"
| extend SenderEnvelope = ['Sender Envelope'] , SenderIp = ['Sender IP']
id: 2ef77cef-439f-4d94-848f-3eca67510d2f
suppressionEnabled: false
enabled: true
triggerOperator: gt
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: SenderEnvelope
- identifier: SenderIP
columnName: SenderIp
- identifier: Recipient
columnName: Recipients
entityType: MailMessage
eventGroupingSettings:
aggregationKind: AlertPerResult
requiredDataConnectors:
- dataTypes:
- MimecastCG
connectorId: MimecastSEGAPI
queryFrequency: 15m
suppressionDuration: 5h
queryPeriod: 15m
status: Available
incidentConfiguration:
groupingConfiguration:
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
lookbackDuration: P7D
createIncident: true
query: |
MimecastCG
| where Type == "email_ttp_impersonation"
| extend SenderEnvelope = ['Sender Envelope'] , SenderIp = ['Sender IP']
name: Mimecast Secure Email Gateway - Impersonation Protect
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Impersonation.yaml
tactics:
- Discovery
- LateralMovement
- Collection
severity: High
relevantTechniques:
- T1114
triggerThreshold: 0
version: 1.0.0
description: |
'Detects threats from impersonation mail under targeted threat protection.'