Mimecast Targeted Threat Protection - Attachment Protect
Id | aa75944c-a663-4901-969e-7b55bfa49a73 |
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 | 5m |
Query period | 15m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPAttachment.yaml |
Version | 1.0.0 |
Arm template | aa75944c-a663-4901-969e-7b55bfa49a73.json |
MimecastTTPAttachment_CL| where result_s <> "safe";
relevantTechniques:
- T0865
alertRuleTemplateName:
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: 1d
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
name: Mimecast Targeted Threat Protection - Attachment Protect
requiredDataConnectors:
- dataTypes:
- MimecastTTPAttachment_CL
connectorId: MimecastTTPAPI
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: senderAddress_s
- identifier: Recipient
columnName: recipientAddress_s
- identifier: Subject
columnName: subject_s
entityType: MailMessage
triggerThreshold: 0
id: aa75944c-a663-4901-969e-7b55bfa49a73
tactics:
- InitialAccess
- Discovery
version: 1.0.0
customDetails:
fileName: fileName_s
fileHash: fileHash_s
details: details_s
fileType: fileType_s
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPAttachment.yaml
queryPeriod: 15m
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
enabled: true
suppressionDuration: 5h
queryFrequency: 5m
severity: High
suppressionEnabled: false
description: Detects a threat for an unsafe attachment in an email
query: MimecastTTPAttachment_CL| where result_s <> "safe";
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/aa75944c-a663-4901-969e-7b55bfa49a73')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/aa75944c-a663-4901-969e-7b55bfa49a73')]",
"properties": {
"alertRuleTemplateName": null,
"customDetails": {
"details": "details_s",
"fileHash": "fileHash_s",
"fileName": "fileName_s",
"fileType": "fileType_s"
},
"description": "Detects a threat for an unsafe attachment in an email",
"displayName": "Mimecast Targeted Threat Protection - Attachment Protect",
"enabled": true,
"entityMappings": [
{
"entityType": "MailMessage",
"fieldMappings": [
{
"columnName": "senderAddress_s",
"identifier": "Sender"
},
{
"columnName": "recipientAddress_s",
"identifier": "Recipient"
},
{
"columnName": "subject_s",
"identifier": "Subject"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "P1D",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastTTP/Analytic Rules/MimecastTTPAttachment.yaml",
"query": "MimecastTTPAttachment_CL| where result_s <> \"safe\";",
"queryFrequency": "PT5M",
"queryPeriod": "PT15M",
"severity": "High",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Discovery",
"InitialAccess"
],
"techniques": null,
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}