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 - Infected user

Back
Id3649dfb8-a5ca-47dd-8965-cd2f633ca533
RulenameTrend Micro CAS - Infected user
DescriptionDetects when malware was detected for user account.
SeverityHigh
TacticsInitialAccess
TechniquesT1566
Required data connectorsTrendMicroCAS
KindScheduled
Query frequency10m
Query period10m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASVAInfectedUser.yaml
Version1.0.1
Arm template3649dfb8-a5ca-47dd-8965-cd2f633ca533.json
Deploy To Azure
TrendMicroCAS
| where EventType has_all ('virtual', 'analyzer')
| where isnotempty(VirusName)
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = VirusName
id: 3649dfb8-a5ca-47dd-8965-cd2f633ca533
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASVAInfectedUser.yaml
description: |
    'Detects when malware was detected for user account.'
query: |
  TrendMicroCAS
  | where EventType has_all ('virtual', 'analyzer')
  | where isnotempty(VirusName)
  | extend AccountCustomEntity = DstUserName, MalwareCustomEntity = VirusName  
requiredDataConnectors:
- connectorId: TrendMicroCAS
  dataTypes:
  - TrendMicroCAS
relevantTechniques:
- T1566
triggerThreshold: 0
severity: High
name: Trend Micro CAS - Infected user
status: Available
version: 1.0.1
queryPeriod: 10m
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
- entityType: Malware
  fieldMappings:
  - columnName: MalwareCustomEntity
    identifier: Name
triggerOperator: gt
queryFrequency: 10m
tactics:
- InitialAccess
kind: Scheduled