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