TrendMicroCAS
| where EventType has_all ('virtual', 'analyzer')
| where isnotempty(VirusName)
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = VirusName
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
- entityType: Malware
fieldMappings:
- identifier: Name
columnName: MalwareCustomEntity
tactics:
- InitialAccess
requiredDataConnectors:
- dataTypes:
- TrendMicroCAS
connectorId: TrendMicroCAS
id: 3649dfb8-a5ca-47dd-8965-cd2f633ca533
severity: High
status: Available
query: |
TrendMicroCAS
| where EventType has_all ('virtual', 'analyzer')
| where isnotempty(VirusName)
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = VirusName
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASVAInfectedUser.yaml
kind: Scheduled
queryPeriod: 10m
version: 1.0.1
name: Trend Micro CAS - Infected user
queryFrequency: 10m
triggerThreshold: 0
relevantTechniques:
- T1566
description: |
'Detects when malware was detected for user account.'
triggerOperator: gt