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

VMware SD-WAN Edge - All Cloud Security Service Tunnels DOWN

Back
Id8d05cc90-d337-41f5-b5fa-614cbfe1a879
RulenameVMware SD-WAN Edge - All Cloud Security Service Tunnels DOWN
DescriptionThis analytics rule collects events where an SD-WAN Edge reports that all Cloud Security Service (CSS) tunnels are down. Losing connectivity to a Secure Service Edge (SSE) service can impact security capabilities.
SeverityMedium
Required data connectorsVMwareSDWAN
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-nsd-cssdown.yaml
Version1.0.0
Arm template8d05cc90-d337-41f5-b5fa-614cbfe1a879.json
Deploy To Azure
VMware_VECO_EventLogs_CL
| where event contains "ALL_CSS_DOWN"
| extend Edge_Serial_Number = extract("edgeSerialNumber:(.*)$", 1, detail)
| project TimeGenerated, Edge_Serial_Number, message, severity
id: 8d05cc90-d337-41f5-b5fa-614cbfe1a879
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: AlertPerResult
suppressionEnabled: false
severity: Medium
customDetails:
  Edge_Serial_Number: Edge_Serial_Number
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-nsd-cssdown.yaml
requiredDataConnectors:
- connectorId: VMwareSDWAN
  dataTypes:
  - SDWAN
alertDetailsOverride:
  alertDynamicProperties: []
  alertDescriptionFormat: '{{message}}  '
version: 1.0.0
query: |
  VMware_VECO_EventLogs_CL
  | where event contains "ALL_CSS_DOWN"
  | extend Edge_Serial_Number = extract("edgeSerialNumber:(.*)$", 1, detail)
  | project TimeGenerated, Edge_Serial_Number, message, severity  
queryPeriod: 1h
triggerOperator: gt
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    groupByAlertDetails: []
    groupByCustomDetails: []
    enabled: false
    groupByEntities: []
    matchingMethod: AllEntities
    lookbackDuration: 5h
  createIncident: true
suppressionDuration: 5h
description: This analytics rule collects events where an SD-WAN Edge reports that all Cloud Security Service (CSS) tunnels are down. Losing connectivity to a Secure Service Edge (SSE) service can impact security capabilities.
name: VMware SD-WAN Edge - All Cloud Security Service Tunnels DOWN
kind: Scheduled
queryFrequency: 1h
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/8d05cc90-d337-41f5-b5fa-614cbfe1a879')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/8d05cc90-d337-41f5-b5fa-614cbfe1a879')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "{{message}}  ",
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "8d05cc90-d337-41f5-b5fa-614cbfe1a879",
        "customDetails": {
          "Edge_Serial_Number": "Edge_Serial_Number"
        },
        "description": "This analytics rule collects events where an SD-WAN Edge reports that all Cloud Security Service (CSS) tunnels are down. Losing connectivity to a Secure Service Edge (SSE) service can impact security capabilities.",
        "displayName": "VMware SD-WAN Edge - All Cloud Security Service Tunnels DOWN",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "groupByAlertDetails": [],
            "groupByCustomDetails": [],
            "groupByEntities": [],
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-nsd-cssdown.yaml",
        "query": "VMware_VECO_EventLogs_CL\n| where event contains \"ALL_CSS_DOWN\"\n| extend Edge_Serial_Number = extract(\"edgeSerialNumber:(.*)$\", 1, detail)\n| project TimeGenerated, Edge_Serial_Number, message, severity\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}