TrendMicroCAS
| where isnotempty(SrcFileName)
| where SrcFileName matches regex @'\A[a-zA-Z0-9_\-.]{1,3}\.\w+$'
| extend AccountCustomEntity = DstUserName
name: Trend Micro CAS - Suspicious filename
kind: Scheduled
tactics:
- InitialAccess
triggerThreshold: 0
triggerOperator: gt
version: 1.0.0
status: Available
queryFrequency: 1h
id: 52c4640a-1e2b-4155-b69e-e1869c9a57c9
requiredDataConnectors:
- connectorId: TrendMicroCAS
dataTypes:
- TrendMicroCAS
relevantTechniques:
- T1566
description: |
'Detects unexpected filename.'
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASSuspiciousFilename.yaml
queryPeriod: 1h
severity: Medium
query: |
TrendMicroCAS
| where isnotempty(SrcFileName)
| where SrcFileName matches regex @'\A[a-zA-Z0-9_\-.]{1,3}\.\w+$'
| extend AccountCustomEntity = DstUserName