MimecastCG
| where Type == "email_antivirus"
| extend SenderEnvelope = ['Sender Envelope']
relevantTechniques:
- T1053
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: P7D
enabled: true
reopenClosedIncident: false
matchingMethod: AllEntities
name: Mimecast Secure Email Gateway - AV
requiredDataConnectors:
- dataTypes:
- MimecastCG
connectorId: MimecastSEGAPI
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: SenderEnvelope
- identifier: Recipient
columnName: Recipients
- identifier: Subject
columnName: Subject
entityType: MailMessage
triggerThreshold: 0
id: 33bf0cc9-e568-42bf-9571-c22adf7be66d
tactics:
- Execution
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_AV.yaml
queryPeriod: 15m
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
enabled: true
suppressionDuration: 5h
queryFrequency: 15m
severity: Informational
status: Available
suppressionEnabled: false
description: |
'Detects threats from email anti virus scan.'
query: |
MimecastCG
| where Type == "email_antivirus"
| 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/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 Rules/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"
}
]
}