Detection rules › Kusto
Mimecast Secure Email Gateway - Impersonation Protect
Detects threats from impersonation mail under targeted threat protection
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Collection | T1114 Email Collection |
Rule body kusto
id: 7034abc9-6b66-4533-9bf3-056672fd9d9e
name: Mimecast Secure Email Gateway - Impersonation Protect
description: Detects threats from impersonation mail under targeted threat protection
severity: High
requiredDataConnectors:
- connectorId: MimecastSIEMAPI
dataTypes:
- MimecastSIEM_CL
enabled: true
query: MimecastSIEM_CL| where mimecastEventId_s == "mail_ttp_impersonation"
queryFrequency: 5m
queryPeriod: 15m
triggerOperator: gt
triggerThreshold: 0
suppressionDuration: 5h
suppressionEnabled: false
tactics:
- Discovery
- LateralMovement
- Collection
relevantTechniques:
- T1114
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: true
reopenClosedIncident: false
lookbackDuration: 1d
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
customDetails:
Subject: Subject_s
MsgId_s: MsgId_s
Route: Route_s
CustomThreatDict: CustomThreatDictionary_s
Action: Action_s
Hits: Hits_s
SimilarCustExtDomain: SimilarCustomExternalDomain_s
TaggedExternal: TaggedExternal_s
SimilarIntDomain: SimilarInternalDomain_s
Definition: Definition_s
NewDomain: NewDomain_s
InternalName: InternalName_s
ThreatDictionary: ThreatDictionary_s
SimilarMCExtDomain: SimilarMimecastExternalDomain_s
CustomName: CustomName_s
TaggedMalicious: TaggedMalicious_s
ReplyMismatch: ReplyMismatch_s
entityMappings:
- entityType: MailMessage
fieldMappings:
- identifier: Sender
columnName: Sender_s
- identifier: SenderIP
columnName: IP_s
- identifier: Recipient
columnName: Recipient_s
version: 1.0.1
kind: Scheduled
Stages and Predicates
Stage 1: source
MimecastSIEM_CL
Stage 2: where
| where mimecastEventId_s == "mail_ttp_impersonation"
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 |
|---|---|---|
mimecastEventId_s | eq |
|