Microsoft Sentinel informational experimental kql

Objects for Protection Group Changed

Detects when protection group objects are updated.

View Source

Detection Logic

Veeam_GetSecurityEvents
| where instanceId == 29140
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
  MessageDetails = Description,
    Severity = SeverityDescription

Field Validations

Loading…

Comments (0)

Loading comments...