TrendMicroCAS
| where EventType =~ 'ransomware'
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName
name: Trend Micro CAS - Ransomware infection
kind: Scheduled
tactics:
- Impact
triggerThreshold: 0
triggerOperator: gt
version: 1.0.1
status: Available
queryFrequency: 5m
id: 0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90
requiredDataConnectors:
- connectorId: TrendMicroCAS
dataTypes:
- TrendMicroCAS
relevantTechniques:
- T1486
description: |
'Triggeres when ransomware was detected.'
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
- entityType: Malware
fieldMappings:
- columnName: MalwareCustomEntity
identifier: Name
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOnHost.yaml
queryPeriod: 5m
severity: High
query: |
TrendMicroCAS
| where EventType =~ 'ransomware'
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName