Mimecast Secure Email Gateway - AV
Id | 0f0dc725-29dc-48c3-bf10-bd2f34fd1cbb |
Rulename | Mimecast Secure Email Gateway - AV |
Description | Detects threats from email anti virus scan |
Severity | Informational |
Tactics | Execution |
Techniques | T1053 |
Required data connectors | MimecastSIEMAPI |
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/MimecastSEG/Analytic Rules/MimecastSIEM_AV.yaml |
Version | 1.0.0 |
Arm template | 0f0dc725-29dc-48c3-bf10-bd2f34fd1cbb.json |
MimecastSIEM_CL| where mimecastEventId_s=="mail_av"
relevantTechniques:
- T1053
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: 1d
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
name: Mimecast Secure Email Gateway - AV
requiredDataConnectors:
- dataTypes:
- MimecastSIEM_CL
connectorId: MimecastSIEMAPI
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: Sender_s
- identifier: Recipient
columnName: Recipient_s
- identifier: Subject
columnName: Subject_s
entityType: MailMessage
triggerThreshold: 0
id: 0f0dc725-29dc-48c3-bf10-bd2f34fd1cbb
tactics:
- Execution
version: 1.0.0
customDetails:
SenderDomain: SenderDomain_s
fileExt: fileExt_s
MimecastIP: MimecastIP_s
Size: Size_s
Route: Route_s
IP: IP_s
MsgId: MsgId_s
sha256: sha256_s
md5: md5_g
CustomerIP: CustomerIP_s
SenderDomainInternal: SenderDomainInternal_s
fileMime: fileMime_s
fileName: fileName_s
sha1: sha1_s
Virus: Virus_s
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastSEG/Analytic Rules/MimecastSIEM_AV.yaml
queryPeriod: 15m
kind: Scheduled
eventGroupingSettings:
aggregationKind: SingleAlert
enabled: true
suppressionDuration: 5h
queryFrequency: 5m
severity: Informational
suppressionEnabled: false
description: Detects threats from email anti virus scan
query: MimecastSIEM_CL| where mimecastEventId_s=="mail_av"
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/0f0dc725-29dc-48c3-bf10-bd2f34fd1cbb')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/0f0dc725-29dc-48c3-bf10-bd2f34fd1cbb')]",
"properties": {
"alertRuleTemplateName": "0f0dc725-29dc-48c3-bf10-bd2f34fd1cbb",
"customDetails": {
"CustomerIP": "CustomerIP_s",
"fileExt": "fileExt_s",
"fileMime": "fileMime_s",
"fileName": "fileName_s",
"IP": "IP_s",
"md5": "md5_g",
"MimecastIP": "MimecastIP_s",
"MsgId": "MsgId_s",
"Route": "Route_s",
"SenderDomain": "SenderDomain_s",
"SenderDomainInternal": "SenderDomainInternal_s",
"sha1": "sha1_s",
"sha256": "sha256_s",
"Size": "Size_s",
"Virus": "Virus_s"
},
"description": "Detects threats from email anti virus scan",
"displayName": "Mimecast Secure Email Gateway - AV",
"enabled": true,
"entityMappings": [
{
"entityType": "MailMessage",
"fieldMappings": [
{
"columnName": "Sender_s",
"identifier": "Sender"
},
{
"columnName": "Recipient_s",
"identifier": "Recipient"
},
{
"columnName": "Subject_s",
"identifier": "Subject"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": true,
"lookbackDuration": "P1D",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastSEG/Analytic Rules/MimecastSIEM_AV.yaml",
"query": "MimecastSIEM_CL| where mimecastEventId_s==\"mail_av\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT15M",
"severity": "Informational",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Execution"
],
"techniques": [
"T1053"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}