Detection rules › Kusto
Mimecast Targeted Threat Protection - Impersonation Protect
'Detects a maliciously tagged impersonation.'
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Collection | T1114 Email Collection |
Rule body kusto
id: c048fa06-0d50-4626-ae82-a6cea812d9c4
name: Mimecast Targeted Threat Protection - Impersonation Protect
description: |
'Detects a maliciously tagged impersonation.'
severity: High
status: Available
requiredDataConnectors:
- connectorId: MimecastTTPAPI
dataTypes:
- MimecastTTPImpersonation
queryFrequency: 30m
queryPeriod: 30m
triggerOperator: gt
triggerThreshold: 0
tactics:
- Exfiltration
- Collection
- Discovery
relevantTechniques:
- T1114
query: |
MimecastTTPImpersonation
| where ['Tagged Malicious'] == true
| extend SenderAddress = ['Sender Address'],
SenderIPAddress = ['Sender IP Address'],
RecipientAddress = ['Recipient Address']
suppressionDuration: 5h
suppressionEnabled: false
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: true
reopenClosedIncident: false
lookbackDuration: P7D
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: AlertPerResult
entityMappings:
- entityType: MailMessage
fieldMappings:
- identifier: Sender
columnName: SenderAddress
- identifier: SenderIP
columnName: SenderIPAddress
- identifier: Recipient
columnName: RecipientAddress
version: 1.0.0
kind: Scheduled
Stages and Predicates
Stage 1: source
MimecastTTPImpersonation
Stage 2: where
| where ['Tagged Malicious'] == true
Stage 3: extend
| extend SenderAddress = ['Sender Address'],
SenderIPAddress = ['Sender IP Address'],
RecipientAddress = ['Recipient Address']
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
Tagged Malicious | eq |
|
Output fields
Fields the rule emits when it matches. Chronicle authors list these in the outcome block; they appear on the detection and $risk_score drives alerting. Sentinel / Defender XDR rules build them up through project / summarize / extend stages. Sentinel maps these into alert fields via entityMappings and customDetails; Defender XDR custom detections surface them as alert fields directly.
| Field | Source |
|---|---|
RecipientAddress | extend |
SenderAddress | extend |
SenderIPAddress | extend |