VMware SD-WAN Edge - IDSIPS Signature Update Failed
| Id | 27553108-4aaf-4a3e-8ecd-5439d820d474 |
| Rulename | VMware SD-WAN Edge - IDS/IPS Signature Update Failed |
| Description | The VMware SD-WAN Edge Management Plane reported a failed IDS/IPS signature update. This can indicate a potential management plane issue, an Edge OS version mismatch (IDS/IPS has been introduced in release 5.2.0.0), or a software issue. If the Edge was able to download signature files before, this error means that the IPS/IDS engine can still provide a level of protection, however, signatures might be missing or inaccurate. If the Edge has no valid signature file, this error could indicate that the Edge Firewall cannot protect from network threats. |
| Severity | High |
| Required data connectors | VMwareSDWAN |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-idps-updatefailed.yaml |
| Version | 1.0.0 |
| Arm template | 27553108-4aaf-4a3e-8ecd-5439d820d474.json |
VMware_VECO_EventLogs_CL
| where event == "MGD_ATPUP_APPLY_IDPS_SIGNATURE_FAILED"
| extend idpsSignatureVersion = extract("\"version\":\"([0-9]+)\"", 1, tostring(todynamic(detail).data))
| extend todynamic(detail).edgeSerialNumber
| extend todynamic(detail).data
| project-rename idpsSignatureData = detail_data
| project-rename edgeSerialNumber = detail_edgeSerialNumber
| project-away detail
suppressionEnabled: false
incidentConfiguration:
groupingConfiguration:
groupByCustomDetails: []
reopenClosedIncident: false
enabled: true
matchingMethod: AllEntities
groupByEntities: []
lookbackDuration: 5h
groupByAlertDetails: []
createIncident: true
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-idps-updatefailed.yaml
suppressionDuration: 5h
description: |-
The VMware SD-WAN Edge Management Plane reported a failed IDS/IPS signature update. This can indicate a potential management plane issue, an Edge OS version mismatch (IDS/IPS has been introduced in release 5.2.0.0), or a software issue.
If the Edge was able to download signature files before, this error means that the IPS/IDS engine can still provide a level of protection, however, signatures might be missing or inaccurate. If the Edge has no valid signature file, this error could indicate that the Edge Firewall cannot protect from network threats.
customDetails:
edgeSerialNumber: edgeSerialNumber
idpsSignatureVersion: idpsSignatureVersion
requiredDataConnectors:
- connectorId: VMwareSDWAN
dataTypes:
- SDWAN
triggerOperator: gt
alertDetailsOverride:
alertDynamicProperties: []
alertDescriptionFormat: '{{message}} '
eventGroupingSettings:
aggregationKind: AlertPerResult
id: 27553108-4aaf-4a3e-8ecd-5439d820d474
queryFrequency: 1h
query: |+
VMware_VECO_EventLogs_CL
| where event == "MGD_ATPUP_APPLY_IDPS_SIGNATURE_FAILED"
| extend idpsSignatureVersion = extract("\"version\":\"([0-9]+)\"", 1, tostring(todynamic(detail).data))
| extend todynamic(detail).edgeSerialNumber
| extend todynamic(detail).data
| project-rename idpsSignatureData = detail_data
| project-rename edgeSerialNumber = detail_edgeSerialNumber
| project-away detail
severity: High
queryPeriod: 1h
name: VMware SD-WAN Edge - IDS/IPS Signature Update Failed
triggerThreshold: 0
kind: Scheduled