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