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