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

Veeam ONE Application with No Recent Data Backup Sessions

Back
Id73e36985-d65d-4852-b3cc-5e8f4b64b39c
RulenameVeeam ONE Application with No Recent Data Backup Sessions
DescriptionDetects applications with no recent backup sessions.
SeverityHigh
Required data connectorsVeeamCustomTablesDataConnector
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Veeam_One_Application_with_no_recent_data_backup_sessions.yaml
Version1.0.1
Arm template73e36985-d65d-4852-b3cc-5e8f4b64b39c.json
Deploy To Azure
VeeamOneTriggeredAlarms_CL | where PredefinedAlarmId == 391
name: Veeam ONE Application with No Recent Data Backup Sessions
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: 73e36985-d65d-4852-b3cc-5e8f4b64b39c
requiredDataConnectors:
- connectorId: VeeamCustomTablesDataConnector
  dataTypes:
  - VeeamOneTriggeredAlarms_CL
severity: High
triggerThreshold: 0
version: 1.0.1
description: Detects applications with no recent backup sessions.
relevantTechniques: []
kind: Scheduled
queryPeriod: 5m
tactics: []
customDetails:
  ObjectType: ObjectType
  ObjectId: ObjectId
  TriggeredAlarmId: TriggeredAlarmId
  VoneHostName: VoneHostName
  Description: Description
  TriggeredTime: TriggeredTime
  Comment: Comment
  PredefinedAlarmId: PredefinedAlarmId
  Name: Name
  ObjectName: ObjectName
  Status: Status
queryFrequency: 5m
status: Available
triggerOperator: gt
query: VeeamOneTriggeredAlarms_CL | where PredefinedAlarmId == 391
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Veeam_One_Application_with_no_recent_data_backup_sessions.yaml
{
  "$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/73e36985-d65d-4852-b3cc-5e8f4b64b39c')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/73e36985-d65d-4852-b3cc-5e8f4b64b39c')]",
      "properties": {
        "alertRuleTemplateName": "73e36985-d65d-4852-b3cc-5e8f4b64b39c",
        "customDetails": {
          "Comment": "Comment",
          "Description": "Description",
          "Name": "Name",
          "ObjectId": "ObjectId",
          "ObjectName": "ObjectName",
          "ObjectType": "ObjectType",
          "PredefinedAlarmId": "PredefinedAlarmId",
          "Status": "Status",
          "TriggeredAlarmId": "TriggeredAlarmId",
          "TriggeredTime": "TriggeredTime",
          "VoneHostName": "VoneHostName"
        },
        "description": "Detects applications with no recent backup sessions.",
        "displayName": "Veeam ONE Application with No Recent Data Backup Sessions",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Veeam_One_Application_with_no_recent_data_backup_sessions.yaml",
        "query": "VeeamOneTriggeredAlarms_CL | where PredefinedAlarmId == 391",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [],
        "techniques": [],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}