Mimecast Targeted Threat Protection - Impersonation Protect
| Id | c048fa06-0d50-4626-ae82-a6cea812d9c4 |
| Rulename | Mimecast Targeted Threat Protection - Impersonation Protect |
| Description | Detects a maliciously tagged impersonation. |
| Severity | High |
| Tactics | Exfiltration Collection Discovery |
| Techniques | T1114 |
| Required data connectors | MimecastTTPAPI |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Impersonation.yaml |
| Version | 1.0.0 |
| Arm template | c048fa06-0d50-4626-ae82-a6cea812d9c4.json |
MimecastTTPImpersonation
| where ['Tagged Malicious'] == true
| extend SenderAddress = ['Sender Address'],
SenderIPAddress = ['Sender IP Address'],
RecipientAddress = ['Recipient Address']
suppressionEnabled: false
description: |
'Detects a maliciously tagged impersonation.'
kind: Scheduled
tactics:
- Exfiltration
- Collection
- Discovery
requiredDataConnectors:
- connectorId: MimecastTTPAPI
dataTypes:
- MimecastTTPImpersonation
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
lookbackDuration: P7D
enabled: true
matchingMethod: AllEntities
createIncident: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Impersonation.yaml
severity: High
name: Mimecast Targeted Threat Protection - Impersonation Protect
suppressionDuration: 5h
triggerThreshold: 0
queryPeriod: 30m
query: |
MimecastTTPImpersonation
| where ['Tagged Malicious'] == true
| extend SenderAddress = ['Sender Address'],
SenderIPAddress = ['Sender IP Address'],
RecipientAddress = ['Recipient Address']
relevantTechniques:
- T1114
id: c048fa06-0d50-4626-ae82-a6cea812d9c4
queryFrequency: 30m
status: Available
version: 1.0.0
triggerOperator: gt
eventGroupingSettings:
aggregationKind: AlertPerResult
entityMappings:
- entityType: MailMessage
fieldMappings:
- columnName: SenderAddress
identifier: Sender
- columnName: SenderIPAddress
identifier: SenderIP
- columnName: RecipientAddress
identifier: Recipient