Microsoft Sentinel high experimental kql
Malware Detection Settings Updated
Detects when malware detection settings are updated.
Detection Logic
Veeam_GetSecurityEvents
| where instanceId == 42290
| 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...