Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Trend Micro CAS - Suspicious filename

Back
Id52c4640a-1e2b-4155-b69e-e1869c9a57c9
RulenameTrend Micro CAS - Suspicious filename
DescriptionDetects unexpected filename.
SeverityMedium
TacticsInitialAccess
TechniquesT1566
Required data connectorsTrendMicroCAS
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASSuspiciousFilename.yaml
Version1.0.0
Arm template52c4640a-1e2b-4155-b69e-e1869c9a57c9.json
Deploy To Azure
TrendMicroCAS
| where isnotempty(SrcFileName)
| where SrcFileName matches regex @'\A[a-zA-Z0-9_\-.]{1,3}\.\w+$'
| extend AccountCustomEntity = DstUserName
description: |
    'Detects unexpected filename.'
kind: Scheduled
tactics:
- InitialAccess
requiredDataConnectors:
- connectorId: TrendMicroCAS
  dataTypes:
  - TrendMicroCAS
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASSuspiciousFilename.yaml
severity: Medium
name: Trend Micro CAS - Suspicious filename
triggerThreshold: 0
queryPeriod: 1h
query: |
  TrendMicroCAS
  | where isnotempty(SrcFileName)
  | where SrcFileName matches regex @'\A[a-zA-Z0-9_\-.]{1,3}\.\w+$'
  | extend AccountCustomEntity = DstUserName  
relevantTechniques:
- T1566
id: 52c4640a-1e2b-4155-b69e-e1869c9a57c9
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.0
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name