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