Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Mimecast Secure Email Gateway - AV

Back
Id33bf0cc9-e568-42bf-9571-c22adf7be66d
RulenameMimecast Secure Email Gateway - AV
DescriptionDetects threats from email anti virus scan.
SeverityInformational
TacticsExecution
TechniquesT1053
Required data connectorsMimecastSEGAPI
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_AV.yaml
Version1.0.0
Arm template33bf0cc9-e568-42bf-9571-c22adf7be66d.json
Deploy To Azure
MimecastCG
| where Type == "email_antivirus"
| extend  SenderEnvelope = ['Sender Envelope'] 
query: |
  MimecastCG
  | where Type == "email_antivirus"
  | extend  SenderEnvelope = ['Sender Envelope']   
id: 33bf0cc9-e568-42bf-9571-c22adf7be66d
name: Mimecast Secure Email Gateway - AV
severity: Informational
triggerThreshold: 0
suppressionDuration: 5h
description: |
    'Detects threats from email anti virus scan.'
status: Available
relevantTechniques:
- T1053
triggerOperator: gt
tactics:
- Execution
entityMappings:
- fieldMappings:
  - columnName: SenderEnvelope
    identifier: Sender
  - columnName: Recipients
    identifier: Recipient
  - columnName: Subject
    identifier: Subject
  entityType: MailMessage
requiredDataConnectors:
- connectorId: MimecastSEGAPI
  dataTypes:
  - MimecastCG
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: P7D
    reopenClosedIncident: false
    enabled: true
    matchingMethod: AllEntities
  createIncident: true
enabled: true
eventGroupingSettings:
  aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Mimecast/Analytic Rules/MimecastSEG/MimecastCG_AV.yaml
suppressionEnabled: false
queryPeriod: 15m
queryFrequency: 15m
version: 1.0.0
kind: Scheduled
{
  "$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"
    }
  ]
}