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

Objects for Job Deleted

Back
Id5367e8fc-a150-468f-84f2-90ac1dabef15
RulenameObjects for Job Deleted
DescriptionDetects when objects are deleted from the job. This might indicate unauthorized removal of critical components.
SeverityHigh
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Objects_for_Job_Deleted.yaml
Version1.0.1
Arm template5367e8fc-a150-468f-84f2-90ac1dabef15.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 32120
| extend JobName = extract("JobName=\"([^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
    ["Job Name"] = JobName,
    MessageDetails = Description,
   Severity = SeverityDescription
customDetails:
  Date: Date
  Severity: Severity
  VbrHostName: DataSource
  MessageDetails: MessageDetails
  EventId: EventId
triggerOperator: gt
tactics: []
eventGroupingSettings:
  aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Objects_for_Job_Deleted.yaml
version: 1.0.1
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 32120
  | extend JobName = extract("JobName=\"([^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
      ["Job Name"] = JobName,
      MessageDetails = Description,
     Severity = SeverityDescription  
triggerThreshold: 0
relevantTechniques: []
queryPeriod: 5m
status: Available
severity: High
kind: Scheduled
name: Objects for Job Deleted
queryFrequency: 5m
id: 5367e8fc-a150-468f-84f2-90ac1dabef15
description: Detects when objects are deleted from the job. This might indicate unauthorized removal of critical components.
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: Syslog
- dataTypes:
  - Syslog
  connectorId: SyslogAma