Mimecast Secure Email Gateway - Impersonation Protect
Id | 2ef77cef-439f-4d94-848f-3eca67510d2f |
Rulename | Mimecast Secure Email Gateway - Impersonation Protect |
Description | Detects threats from impersonation mail under targeted threat protection. |
Severity | High |
Tactics | Discovery LateralMovement Collection |
Techniques | T1114 |
Required data connectors | MimecastSEGAPI |
Kind | Scheduled |
Query frequency | 15m |
Query period | 15m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Impersonation.yaml |
Version | 1.0.0 |
Arm template | 2ef77cef-439f-4d94-848f-3eca67510d2f.json |
MimecastCG
| where Type == "email_ttp_impersonation"
| extend SenderEnvelope = ['Sender Envelope'] , SenderIp = ['Sender IP']
relevantTechniques:
- T1114
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: P7D
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
name: Mimecast Secure Email Gateway - Impersonation Protect
requiredDataConnectors:
- dataTypes:
- MimecastCG
connectorId: MimecastSEGAPI
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: SenderEnvelope
- identifier: SenderIP
columnName: SenderIp
- identifier: Recipient
columnName: Recipients
entityType: MailMessage
triggerThreshold: 0
id: 2ef77cef-439f-4d94-848f-3eca67510d2f
tactics:
- Discovery
- LateralMovement
- Collection
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Impersonation.yaml
queryPeriod: 15m
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
enabled: true
suppressionDuration: 5h
queryFrequency: 15m
severity: High
status: Available
suppressionEnabled: false
description: |
'Detects threats from impersonation mail under targeted threat protection.'
query: |
MimecastCG
| where Type == "email_ttp_impersonation"
| extend SenderEnvelope = ['Sender Envelope'] , SenderIp = ['Sender IP']
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/2ef77cef-439f-4d94-848f-3eca67510d2f')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/2ef77cef-439f-4d94-848f-3eca67510d2f')]",
"properties": {
"alertRuleTemplateName": "2ef77cef-439f-4d94-848f-3eca67510d2f",
"customDetails": null,
"description": "'Detects threats from impersonation mail under targeted threat protection.'\n",
"displayName": "Mimecast Secure Email Gateway - Impersonation Protect",
"enabled": true,
"entityMappings": [
{
"entityType": "MailMessage",
"fieldMappings": [
{
"columnName": "SenderEnvelope",
"identifier": "Sender"
},
{
"columnName": "SenderIp",
"identifier": "SenderIP"
},
{
"columnName": "Recipients",
"identifier": "Recipient"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "P7D",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Impersonation.yaml",
"query": "MimecastCG\n| where Type == \"email_ttp_impersonation\"\n| extend SenderEnvelope = ['Sender Envelope'] , SenderIp = ['Sender IP']\n",
"queryFrequency": "PT15M",
"queryPeriod": "PT15M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Collection",
"Discovery",
"LateralMovement"
],
"techniques": [
"T1114"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}