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
description: |
    'Triggeres when ransomware was detected.'
kind: Scheduled
tactics:
- Impact
requiredDataConnectors:
- connectorId: TrendMicroCAS
  dataTypes:
  - TrendMicroCAS
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOnHost.yaml
severity: High
name: Trend Micro CAS - Ransomware infection
triggerThreshold: 0
queryPeriod: 5m
query: |
  TrendMicroCAS
  | where EventType =~ 'ransomware'
  | extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName  
relevantTechniques:
- T1486
id: 0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90
queryFrequency: 5m
status: Available
triggerOperator: gt
version: 1.0.1
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
- entityType: Malware
  fieldMappings:
  - columnName: MalwareCustomEntity
    identifier: Name