Microsoft Sentinel informational experimental kql

Object Marked as Clean

Detects when an object is marked as clean.

View Source

Detection Logic

Veeam_GetSecurityEvents
| where instanceId == 41610
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
  MessageDetails = Description,
   Severity = SeverityDescription

Field Validations

Loading…

Comments (0)

Loading comments...