Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Acronis - Multiple Endpoints Infected by Ransomware

Back
Ida783ade7-bf43-416d-b809-8f5b06d87790
RulenameAcronis - Multiple Endpoints Infected by Ransomware
DescriptionDetects when three or more distinct endpoints report ransomware detections within a single day.
SeverityHigh
TacticsImpact
TechniquesT1486
KindScheduled
Query frequency1h
Query period1d
Trigger threshold2
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Acronis Cyber Protect Cloud/Analytic Rules/AcronisMultipleEndpointsInfectedByRansomware.yaml
Version1.0.0
Arm templatea783ade7-bf43-416d-b809-8f5b06d87790.json
Deploy To Azure
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
eventGroupingSettings:
  aggregationKind: SingleAlert
queryPeriod: 1d
version: 1.0.0
entityMappings:
- fieldMappings:
  - identifier: HostName
    columnName: DeviceName
  entityType: Host
incidentConfiguration:
  groupingConfiguration:
    matchingMethod: AnyAlert
    reopenClosedIncident: true
    enabled: true
    lookbackDuration: P1D
  createIncident: true
customDetails:
  DeviceName: DeviceName
queryFrequency: 1h
triggerOperator: gt
kind: Scheduled
id: a783ade7-bf43-416d-b809-8f5b06d87790
tactics:
- Impact
query: |
  CommonSecurityLog
  | where DeviceVendor == "Acronis"
  | where DeviceEventClassID == "ActiveProtectionBlocksSuspiciousActivity"
  | summarize ActiveProtectionBlocksSuspiciousActivity = count() by DeviceName  
requiredDataConnectors: []
triggerThreshold: 2
description: Detects when three or more distinct endpoints report ransomware detections within a single day.
name: Acronis - Multiple Endpoints Infected by Ransomware
severity: High
relevantTechniques:
- T1486