Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Mimecast Targeted Threat Protection - Impersonation Protect

Back
Idc048fa06-0d50-4626-ae82-a6cea812d9c4
RulenameMimecast Targeted Threat Protection - Impersonation Protect
DescriptionDetects a maliciously tagged impersonation.
SeverityHigh
TacticsExfiltration
Collection
Discovery
TechniquesT1114
Required data connectorsMimecastTTPAPI
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Impersonation.yaml
Version1.0.0
Arm templatec048fa06-0d50-4626-ae82-a6cea812d9c4.json
Deploy To Azure
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