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