CommonSecurityLog
| where DeviceVendor == "Acronis"
| where DeviceEventClassID == "ActiveProtectionBlocksSuspiciousActivity"
| summarize ActiveProtectionBlocksSuspiciousActivity = count() by DeviceName
description: Detects when three or more distinct endpoints report ransomware detections within a single day.
tactics:
- Impact
requiredDataConnectors: []
id: a783ade7-bf43-416d-b809-8f5b06d87790
severity: High
eventGroupingSettings:
aggregationKind: SingleAlert
customDetails:
DeviceName: DeviceName
query: |
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
kind: Scheduled
queryPeriod: 1d
version: 1.0.0
name: Acronis - Multiple Endpoints Infected by Ransomware
queryFrequency: 1h
triggerThreshold: 2
relevantTechniques:
- T1486
incidentConfiguration:
groupingConfiguration:
enabled: true
lookbackDuration: P1D
reopenClosedIncident: true
matchingMethod: AnyAlert
createIncident: true
entityMappings:
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: DeviceName
triggerOperator: gt