CommonSecurityLog
| where DeviceVendor == "Acronis"
| where DeviceEventClassID == "ActiveProtectionBlocksSuspiciousActivity"
| summarize ActiveProtectionBlocksSuspiciousActivity = count() by DeviceName
tactics:
- Impact
triggerOperator: gt
requiredDataConnectors: []
relevantTechniques:
- T1486
entityMappings:
- fieldMappings:
- identifier: HostName
columnName: DeviceName
entityType: Host
id: a783ade7-bf43-416d-b809-8f5b06d87790
queryPeriod: 1d
name: Acronis - Multiple Endpoints Infected by Ransomware
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Acronis Cyber Protect Cloud/Analytic Rules/AcronisMultipleEndpointsInfectedByRansomware.yaml
queryFrequency: 1h
description: Detects when three or more distinct endpoints report ransomware detections within a single day.
customDetails:
DeviceName: DeviceName
version: 1.0.0
query: |
CommonSecurityLog
| where DeviceVendor == "Acronis"
| where DeviceEventClassID == "ActiveProtectionBlocksSuspiciousActivity"
| summarize ActiveProtectionBlocksSuspiciousActivity = count() by DeviceName
incidentConfiguration:
groupingConfiguration:
matchingMethod: AnyAlert
lookbackDuration: P1D
enabled: true
reopenClosedIncident: true
createIncident: true
triggerThreshold: 2
severity: High
eventGroupingSettings:
aggregationKind: SingleAlert
kind: Scheduled