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