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