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