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
suppressionEnabled: false
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.
kind: Scheduled
requiredDataConnectors:
- connectorId: VMwareSDWAN
  dataTypes:
  - SDWAN
incidentConfiguration:
  groupingConfiguration:
    enabled: false
    groupByEntities: []
    reopenClosedIncident: false
    lookbackDuration: 5h
    matchingMethod: AllEntities
    groupByCustomDetails: []
    groupByAlertDetails: []
  createIncident: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-nsd-cssdown.yaml
severity: Medium
name: VMware SD-WAN Edge - All Cloud Security Service Tunnels DOWN
suppressionDuration: 5h
customDetails:
  Edge_Serial_Number: Edge_Serial_Number
eventGroupingSettings:
  aggregationKind: AlertPerResult
triggerThreshold: 0
queryPeriod: 1h
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  
alertDetailsOverride:
  alertDescriptionFormat: '{{message}}  '
  alertDynamicProperties: []
id: 8d05cc90-d337-41f5-b5fa-614cbfe1a879
queryFrequency: 1h
triggerOperator: gt
version: 1.0.0