Analytic rule catalog
Mimecast Secure Email Gateway - AV
Back
| Id | 33bf0cc9-e568-42bf-9571-c22adf7be66d |
| Rulename | Mimecast Secure Email Gateway - AV |
| Description | Detects threats from email anti virus scan. |
| Severity | Informational |
| Tactics | Execution |
| Techniques | T1053 |
| 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%20Rules/MimecastSEG/MimecastCG_AV.yaml |
| Version | 1.0.0 |
| Arm template | 33bf0cc9-e568-42bf-9571-c22adf7be66d.json |
MimecastCG
| where Type == "email_antivirus"
| extend SenderEnvelope = ['Sender Envelope']
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: P7D
reopenClosedIncident: false
enabled: true
matchingMethod: AllEntities
entityMappings:
- entityType: MailMessage
fieldMappings:
- columnName: SenderEnvelope
identifier: Sender
- columnName: Recipients
identifier: Recipient
- columnName: Subject
identifier: Subject
query: |
MimecastCG
| where Type == "email_antivirus"
| extend SenderEnvelope = ['Sender Envelope']
suppressionEnabled: false
eventGroupingSettings:
aggregationKind: AlertPerResult
id: 33bf0cc9-e568-42bf-9571-c22adf7be66d
queryFrequency: 15m
status: Available
enabled: true
suppressionDuration: 5h
version: 1.0.0
severity: Informational
relevantTechniques:
- T1053
name: Mimecast Secure Email Gateway - AV
kind: Scheduled
tactics:
- Execution
requiredDataConnectors:
- dataTypes:
- MimecastCG
connectorId: MimecastSEGAPI
description: |
'Detects threats from email anti virus scan.'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic%20Rules/MimecastSEG/MimecastCG_AV.yaml
triggerOperator: gt
triggerThreshold: 0
queryPeriod: 15m
{
"$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/33bf0cc9-e568-42bf-9571-c22adf7be66d')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/33bf0cc9-e568-42bf-9571-c22adf7be66d')]",
"properties": {
"alertRuleTemplateName": "33bf0cc9-e568-42bf-9571-c22adf7be66d",
"customDetails": null,
"description": "'Detects threats from email anti virus scan.'\n",
"displayName": "Mimecast Secure Email Gateway - AV",
"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%20Rules/MimecastSEG/MimecastCG_AV.yaml",
"query": "MimecastCG\n| where Type == \"email_antivirus\"\n| extend SenderEnvelope = ['Sender Envelope'] \n",
"queryFrequency": "PT15M",
"queryPeriod": "PT15M",
"severity": "Informational",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Execution"
],
"techniques": [
"T1053"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}