Analytic rule catalog
Mimecast Secure Email Gateway - Spam Event Thread
Back
| Id | df1b9377-5c29-4928-872f-9934a6b4f611 |
| Rulename | Mimecast Secure Email Gateway - Spam Event Thread |
| Description | Detects threat from spam event thread protection logs |
| Severity | Low |
| Tactics | Discovery |
| Techniques | T1083 |
| 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%20Rules/MimecastSIEM_Spam_Event.yaml |
| Version | 1.0.1 |
| Arm template | df1b9377-5c29-4928-872f-9934a6b4f611.json |
MimecastSIEM_CL| where mimecastEventId_s=="mail_spameventthread"
triggerThreshold: 0
eventGroupingSettings:
aggregationKind: SingleAlert
incidentConfiguration:
createIncident: true
groupingConfiguration:
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: true
lookbackDuration: 1d
kind: Scheduled
description: Detects threat from spam event thread protection logs
queryFrequency: 5m
triggerOperator: gt
relevantTechniques:
- T1083
entityMappings:
- fieldMappings:
- identifier: Sender
columnName: Sender_s
- identifier: Recipient
columnName: Recipient_s
- identifier: Subject
columnName: Subject_s
entityType: MailMessage
id: df1b9377-5c29-4928-872f-9934a6b4f611
enabled: true
query: MimecastSIEM_CL| where mimecastEventId_s=="mail_spameventthread"
suppressionDuration: 5h
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/MimecastSEG/Analytic%20Rules/MimecastSIEM_Spam_Event.yaml
customDetails:
Route: Route_s
SenderDomain: SenderDomain_s
SourceIP: SourceIP
headerFrom: headerFrom_s
MsgId_s: MsgId_s
requiredDataConnectors:
- dataTypes:
- MimecastSIEM_CL
connectorId: MimecastSIEMAPI
suppressionEnabled: false
tactics:
- Discovery
queryPeriod: 15m
severity: Low
name: Mimecast Secure Email Gateway - Spam Event Thread
{
"$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/df1b9377-5c29-4928-872f-9934a6b4f611')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/df1b9377-5c29-4928-872f-9934a6b4f611')]",
"properties": {
"alertRuleTemplateName": "df1b9377-5c29-4928-872f-9934a6b4f611",
"customDetails": {
"headerFrom": "headerFrom_s",
"MsgId_s": "MsgId_s",
"Route": "Route_s",
"SenderDomain": "SenderDomain_s",
"SourceIP": "SourceIP"
},
"description": "Detects threat from spam event thread protection logs",
"displayName": "Mimecast Secure Email Gateway - Spam Event Thread",
"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%20Rules/MimecastSIEM_Spam_Event.yaml",
"query": "MimecastSIEM_CL| where mimecastEventId_s==\"mail_spameventthread\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT15M",
"severity": "Low",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Discovery"
],
"techniques": [
"T1083"
],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}