TrendMicroCAS
| where EventType =~ 'ransomware'
| summarize count() by DstUserName, bin(TimeGenerated, 2m)
| where count_ >= 2
| extend AccountCustomEntity = DstUserName
queryFrequency: 10m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOutbreak.yaml
triggerOperator: gt
status: Available
relevantTechniques:
- T1486
name: Trend Micro CAS - Ransomware outbreak
queryPeriod: 10m
query: |
TrendMicroCAS
| where EventType =~ 'ransomware'
| summarize count() by DstUserName, bin(TimeGenerated, 2m)
| where count_ >= 2
| extend AccountCustomEntity = DstUserName
kind: Scheduled
version: 1.0.1
tactics:
- Impact
description: |
'Triggeres when ransomware was detected on several accounts.'
id: 38e043ce-a1fd-497b-8d4f-ce5ca2db90cd
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
- TrendMicroCAS
connectorId: TrendMicroCAS
severity: High