Mimecast Secure Email Gateway - URL Protect
Id | 80f244cd-b0d6-404e-9aed-37f7a66eda9f |
Rulename | Mimecast Secure Email Gateway - URL Protect |
Description | Detect threat when potentially malicious url found. |
Severity | High |
Tactics | InitialAccess Discovery Execution |
Techniques | T1566 |
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_Url_Protect.yaml |
Version | 1.0.0 |
Arm template | 80f244cd-b0d6-404e-9aed-37f7a66eda9f.json |
MimecastCG
| where Type == "email_ttp_url"
| extend SenderEnvelope = ['Sender Envelope']
relevantTechniques:
- T1566
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: P7D
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
name: Mimecast Secure Email Gateway - URL Protect
requiredDataConnectors:
- dataTypes:
- MimecastCG
connectorId: MimecastSEGAPI
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: SenderEnvelope
- identifier: Recipient
columnName: Recipients
- identifier: Subject
columnName: Subject
entityType: MailMessage
triggerThreshold: 0
id: 80f244cd-b0d6-404e-9aed-37f7a66eda9f
tactics:
- InitialAccess
- Discovery
- Execution
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_Url_Protect.yaml
queryPeriod: 15m
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
enabled: true
suppressionDuration: 5h
queryFrequency: 15m
severity: High
status: Available
suppressionEnabled: false
description: |
'Detect threat when potentially malicious url found.'
query: |
MimecastCG
| where Type == "email_ttp_url"
| extend SenderEnvelope = ['Sender Envelope']
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/80f244cd-b0d6-404e-9aed-37f7a66eda9f')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/80f244cd-b0d6-404e-9aed-37f7a66eda9f')]",
"properties": {
"alertRuleTemplateName": "80f244cd-b0d6-404e-9aed-37f7a66eda9f",
"customDetails": null,
"description": "'Detect threat when potentially malicious url found.'\n",
"displayName": "Mimecast Secure Email Gateway - URL Protect",
"enabled": true,
"entityMappings": [
{
"entityType": "MailMessage",
"fieldMappings": [
{
"columnName": "SenderEnvelope",
"identifier": "Sender"
},
{
"columnName": "Recipients",
"identifier": "Recipient"
},
{
"columnName": "Subject",
"identifier": "Subject"
}
]
}
],
"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_Url_Protect.yaml",
"query": "MimecastCG\n| where Type == \"email_ttp_url\"\n| extend SenderEnvelope = ['Sender Envelope']\n",
"queryFrequency": "PT15M",
"queryPeriod": "PT15M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Discovery",
"Execution",
"InitialAccess"
],
"techniques": [
"T1566"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}