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

Mimecast Secure Email Gateway - Impersonation Protect

Back
Id2ef77cef-439f-4d94-848f-3eca67510d2f
RulenameMimecast Secure Email Gateway - Impersonation Protect
DescriptionDetects threats from impersonation mail under targeted threat protection.
SeverityHigh
TacticsDiscovery
LateralMovement
Collection
TechniquesT1114
Required data connectorsMimecastSEGAPI
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Impersonation.yaml
Version1.0.0
Arm template2ef77cef-439f-4d94-848f-3eca67510d2f.json
Deploy To Azure
MimecastCG
| where Type == "email_ttp_impersonation"
| extend  SenderEnvelope = ['Sender Envelope'] , SenderIp = ['Sender IP']
version: 1.0.0
description: |
    'Detects threats from impersonation mail under targeted threat protection.'
queryPeriod: 15m
entityMappings:
- entityType: MailMessage
  fieldMappings:
  - columnName: SenderEnvelope
    identifier: Sender
  - columnName: SenderIp
    identifier: SenderIP
  - columnName: Recipients
    identifier: Recipient
status: Available
id: 2ef77cef-439f-4d94-848f-3eca67510d2f
enabled: true
tactics:
- Discovery
- LateralMovement
- Collection
name: Mimecast Secure Email Gateway - Impersonation Protect
eventGroupingSettings:
  aggregationKind: AlertPerResult
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: true
    lookbackDuration: P7D
  createIncident: true
queryFrequency: 15m
suppressionDuration: 5h
triggerThreshold: 0
suppressionEnabled: false
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Impersonation.yaml
kind: Scheduled
relevantTechniques:
- T1114
query: |
  MimecastCG
  | where Type == "email_ttp_impersonation"
  | extend  SenderEnvelope = ['Sender Envelope'] , SenderIp = ['Sender IP']  
severity: High
requiredDataConnectors:
- connectorId: MimecastSEGAPI
  dataTypes:
  - MimecastCG