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 - Ransomware infection

Back
Id0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90
RulenameTrend Micro CAS - Ransomware infection
DescriptionTriggeres when ransomware was detected.
SeverityHigh
TacticsImpact
TechniquesT1486
Required data connectorsTrendMicroCAS
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOnHost.yaml
Version1.0.1
Arm template0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90.json
Deploy To Azure
TrendMicroCAS
| where EventType =~ 'ransomware'
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName
relevantTechniques:
- T1486
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
- fieldMappings:
  - columnName: MalwareCustomEntity
    identifier: Name
  entityType: Malware
triggerThreshold: 0
description: |
    'Triggeres when ransomware was detected.'
requiredDataConnectors:
- connectorId: TrendMicroCAS
  dataTypes:
  - TrendMicroCAS
triggerOperator: gt
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOnHost.yaml
id: 0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90
queryFrequency: 5m
query: |
  TrendMicroCAS
  | where EventType =~ 'ransomware'
  | extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName  
severity: High
status: Available
queryPeriod: 5m
name: Trend Micro CAS - Ransomware infection
tactics:
- Impact
kind: Scheduled