Detection rules › Kusto
Best Practice Compliance Check Not Passed
Detects when a security best practice does not pass a compliance check in Veeam Security & Compliance Analyzer.
Rule body kusto
id: f920ac64-dfd0-4dea-9b7c-acecf1ea2b28
name: Best Practice Compliance Check Not Passed
description: Detects when a security best practice does not pass a compliance check
in Veeam Security & Compliance Analyzer.
severity: Medium
status: Available
requiredDataConnectors:
- connectorId: VeeamCustomTablesDataConnector
dataTypes:
- VeeamSecurityComplianceAnalyzer_CL
queryFrequency: 5m
queryPeriod: 5m
triggerOperator: gt
triggerThreshold: 0
eventGroupingSettings:
aggregationKind: AlertPerResult
tactics: []
relevantTechniques: []
query: "VeeamSecurityComplianceAnalyzer_CL\r\n| where Status != \"OK\""
version: 1.0.1
kind: Scheduled
customDetails:
VbrHostName: VbrHostName
Status: Status
BestPracticeName: BestPractice
TenantId: TenantId
Id: Id
Note: Note
Stages and Predicates
Stage 1: source
VeeamSecurityComplianceAnalyzer_CL
Stage 2: where
| where Status != "OK"
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
Status | ne |
|