Mimecast Targeted Threat Protection - Attachment Protect
Id | 617a55be-a8d8-49c1-8687-d19a0231056f |
Rulename | Mimecast Targeted Threat Protection - Attachment Protect |
Description | Detects a threat for an unsafe attachment in an email. |
Severity | High |
Tactics | InitialAccess Discovery |
Techniques | T0865 |
Required data connectors | MimecastTTPAPI |
Kind | Scheduled |
Query frequency | 30m |
Query period | 30m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml |
Version | 1.0.0 |
Arm template | 617a55be-a8d8-49c1-8687-d19a0231056f.json |
MimecastTTPAttachment
| where Result != "safe"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
relevantTechniques:
- T0865
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: P7D
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
name: Mimecast Targeted Threat Protection - Attachment Protect
requiredDataConnectors:
- dataTypes:
- MimecastTTPAttachment
connectorId: MimecastTTPAPI
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: SenderAddress
- identifier: Recipient
columnName: RecipientAddress
- identifier: Subject
columnName: Subject
entityType: MailMessage
triggerThreshold: 0
id: 617a55be-a8d8-49c1-8687-d19a0231056f
tactics:
- InitialAccess
- Discovery
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastTTP/Mimecast_TTP_Attachment.yaml
queryPeriod: 30m
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
suppressionDuration: 5h
queryFrequency: 30m
severity: High
status: Available
suppressionEnabled: false
description: |
'Detects a threat for an unsafe attachment in an email.'
query: |
MimecastTTPAttachment
| where Result != "safe"
| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']
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/617a55be-a8d8-49c1-8687-d19a0231056f')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/617a55be-a8d8-49c1-8687-d19a0231056f')]",
"properties": {
"alertRuleTemplateName": "617a55be-a8d8-49c1-8687-d19a0231056f",
"customDetails": null,
"description": "'Detects a threat for an unsafe attachment in an email.'\n",
"displayName": "Mimecast Targeted Threat Protection - Attachment Protect",
"enabled": true,
"entityMappings": [
{
"entityType": "MailMessage",
"fieldMappings": [
{
"columnName": "SenderAddress",
"identifier": "Sender"
},
{
"columnName": "RecipientAddress",
"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/MimecastTTP/Mimecast_TTP_Attachment.yaml",
"query": "MimecastTTPAttachment\n| where Result != \"safe\"\n| extend SenderAddress = ['Sender Address'] ,RecipientAddress = ['Recipient Address']\n",
"queryFrequency": "PT30M",
"queryPeriod": "PT30M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Discovery",
"InitialAccess"
],
"techniques": null,
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}