Malware Detection Exclusions List Updated
| Id | 401e91cb-b53f-41a5-b066-1c028b3b51db |
| Rulename | Malware Detection Exclusions List Updated |
| Description | Detects when malware detection exclusions are updated. This might indicate potential compromise of backup data. |
| Severity | Medium |
| 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/Malware_Detection_Exclusions_List_Updated.yaml |
| Version | 1.0.1 |
| Arm template | 401e91cb-b53f-41a5-b066-1c028b3b51db.json |
Veeam_GetSecurityEvents
| where instanceId == 42280
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
| project Date, DataSource, EventId, UserName,MessageDetails,Severity
name: Malware Detection Exclusions List Updated
id: 401e91cb-b53f-41a5-b066-1c028b3b51db
description: Detects when malware detection exclusions are updated. This might indicate potential compromise of backup data.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
query: |-
Veeam_GetSecurityEvents
| where instanceId == 42280
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
| project Date, DataSource, EventId, UserName,MessageDetails,Severity
tactics: []
kind: Scheduled
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Malware_Detection_Exclusions_List_Updated.yaml
severity: Medium
queryPeriod: 5m
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
status: Available
customDetails:
VbrHostName: DataSource
Severity: Severity
Date: Date
MessageDetails: MessageDetails
EventId: EventId
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques: []