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

Malware Event Detected

Back
Idb42424a6-10f4-447b-92a0-55ac38f4a475
RulenameMalware Event Detected
DescriptionDetects when restore points are marked as infected. This might indicate potential compromise of backup data.
SeverityMedium
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/Malware_Event_Detected.yaml
Version1.0.1
Arm templateb42424a6-10f4-447b-92a0-55ac38f4a475.json
Deploy To Azure
VeeamMalwareEvents_CL
name: Malware Event Detected
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: b42424a6-10f4-447b-92a0-55ac38f4a475
requiredDataConnectors:
- connectorId: VeeamCustomTablesDataConnector
  dataTypes:
  - VeeamMalwareEvents_CL
severity: Medium
triggerThreshold: 0
version: 1.0.1
description: Detects when restore points are marked as infected. This might indicate potential compromise of backup data.
relevantTechniques: []
kind: Scheduled
queryPeriod: 5m
tactics: []
customDetails:
  MachineDisplayName: MachineDisplayName
  VbrHostName: VbrHostName
  MachineUuid: MachineUuid
  BackupObjectId: MachineBackupObjectId
queryFrequency: 5m
entityMappings:
- fieldMappings:
  - identifier: HostName
    columnName: VbrHostName
  entityType: Host
status: Available
triggerOperator: gt
query: VeeamMalwareEvents_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Malware_Event_Detected.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/b42424a6-10f4-447b-92a0-55ac38f4a475')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b42424a6-10f4-447b-92a0-55ac38f4a475')]",
      "properties": {
        "alertRuleTemplateName": "b42424a6-10f4-447b-92a0-55ac38f4a475",
        "customDetails": {
          "BackupObjectId": "MachineBackupObjectId",
          "MachineDisplayName": "MachineDisplayName",
          "MachineUuid": "MachineUuid",
          "VbrHostName": "VbrHostName"
        },
        "description": "Detects when restore points are marked as infected. This might indicate potential compromise of backup data.",
        "displayName": "Malware Event Detected",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "VbrHostName",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Malware_Event_Detected.yaml",
        "query": "VeeamMalwareEvents_CL",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Medium",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [],
        "techniques": [],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}