Job Deleted
Id | b4ea5da0-77a8-400e-ae2b-3ca8fdb779ef |
Rulename | Job Deleted |
Description | Detects when a job is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components. |
Severity | High |
Tactics | Impact |
Techniques | T1485 |
Required data connectors | Syslog SyslogAma |
Kind | Scheduled |
Query frequency | 5m |
Query period | 5m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Job_Deleted.yaml |
Version | 1.0.0 |
Arm template | b4ea5da0-77a8-400e-ae2b-3ca8fdb779ef.json |
Veeam_GetSecurityEvents
| where instanceId == 23090
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
["Job Name"] = "",
MessageDetails = Description,
Severity = SeverityDescription
| project Date, DataSource, EventId, UserName, ["Job Name"],MessageDetails,Severity
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Job_Deleted.yaml
triggerThreshold: 0
severity: High
queryFrequency: 5m
eventGroupingSettings:
aggregationKind: AlertPerResult
customDetails:
EventId: EventId
Date: Date
Severity: Severity
MessageDetails: MessageDetails
VbrHostName: DataSource
relevantTechniques:
- T1485
triggerOperator: gt
id: b4ea5da0-77a8-400e-ae2b-3ca8fdb779ef
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
version: 1.0.0
name: Job Deleted
tactics:
- Impact
description: Detects when a job is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
query: |-
Veeam_GetSecurityEvents
| where instanceId == 23090
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
["Job Name"] = "",
MessageDetails = Description,
Severity = SeverityDescription
| project Date, DataSource, EventId, UserName, ["Job Name"],MessageDetails,Severity
status: Available
queryPeriod: 5m
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/b4ea5da0-77a8-400e-ae2b-3ca8fdb779ef')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b4ea5da0-77a8-400e-ae2b-3ca8fdb779ef')]",
"properties": {
"alertRuleTemplateName": "b4ea5da0-77a8-400e-ae2b-3ca8fdb779ef",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects when a job is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.",
"displayName": "Job Deleted",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Job_Deleted.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 23090\n| project\n Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n DataSource = original_host,\n EventId = instanceId,\n UserName = user,\n [\"Job Name\"] = \"\",\n MessageDetails = Description,\n Severity = SeverityDescription\n| project Date, DataSource, EventId, UserName, [\"Job Name\"],MessageDetails,Severity",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"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"
}
]
}