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

Recovery Token Deleted

Back
Id9f37ded4-f27a-4ef6-b5e6-de6430070808
RulenameRecovery Token Deleted
DescriptionDetects when a recovery token is deleted. This might indicate unauthorized removal of critical components.
SeverityLow
TacticsImpact
TechniquesT1485
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency3h
Query period3h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Recovery_Token_Deleted.yaml
Version1.0.0
Arm template9f37ded4-f27a-4ef6-b5e6-de6430070808.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 36013
| extend TokenID = extract("TokenID=\"([^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
    ["Token ID"] = TokenID,
    MessageDetails = Description,
   Severity = SeverityDescription
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Recovery_Token_Deleted.yaml
triggerThreshold: 0
severity: Low
queryFrequency: 3h
eventGroupingSettings:
  aggregationKind: AlertPerResult
customDetails:
  EventId: EventId
  Date: Date
  Severity: Severity
  MessageDetails: MessageDetails
  VbrHostName: DataSource
relevantTechniques:
- T1485
triggerOperator: gt
id: 9f37ded4-f27a-4ef6-b5e6-de6430070808
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
version: 1.0.0
name: Recovery Token Deleted
tactics:
- Impact
description: Detects when a recovery token is deleted. This might indicate unauthorized removal of critical components.
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 36013
  | extend TokenID = extract("TokenID=\"([^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
      ["Token ID"] = TokenID,
      MessageDetails = Description,
     Severity = SeverityDescription  
status: Available
queryPeriod: 3h
kind: Scheduled
{
  "$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/9f37ded4-f27a-4ef6-b5e6-de6430070808')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9f37ded4-f27a-4ef6-b5e6-de6430070808')]",
      "properties": {
        "alertRuleTemplateName": "9f37ded4-f27a-4ef6-b5e6-de6430070808",
        "customDetails": {
          "Date": "Date",
          "EventId": "EventId",
          "MessageDetails": "MessageDetails",
          "Severity": "Severity",
          "VbrHostName": "DataSource"
        },
        "description": "Detects when a recovery token is deleted. This might indicate unauthorized removal of critical components.",
        "displayName": "Recovery Token Deleted",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Recovery_Token_Deleted.yaml",
        "query": "Veeam_GetSecurityEvents\n| where instanceId == 36013\n| extend TokenID = extract(\"TokenID=\\\"([^\\\"]*)\\\"\", 1, SyslogMessage)\n| project\n    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n    DataSource = original_host,\n    EventId = instanceId,\n    [\"User Name\"] = user,\n    [\"Token ID\"] = TokenID,\n    MessageDetails = Description,\n   Severity = SeverityDescription",
        "queryFrequency": "PT3H",
        "queryPeriod": "PT3H",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Impact"
        ],
        "techniques": [
          "T1485"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}