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