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 outbreak

Back
Id38e043ce-a1fd-497b-8d4f-ce5ca2db90cd
RulenameTrend Micro CAS - Ransomware outbreak
DescriptionTriggeres when ransomware was detected on several accounts.
SeverityHigh
TacticsImpact
TechniquesT1486
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/TrendMicroCASRansomwareOutbreak.yaml
Version1.0.1
Arm template38e043ce-a1fd-497b-8d4f-ce5ca2db90cd.json
Deploy To Azure
TrendMicroCAS
| where EventType =~ 'ransomware'
| summarize count() by DstUserName, bin(TimeGenerated, 2m)
| where count_ >= 2
| extend AccountCustomEntity = DstUserName
queryFrequency: 10m
queryPeriod: 10m
id: 38e043ce-a1fd-497b-8d4f-ce5ca2db90cd
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOutbreak.yaml
tactics:
- Impact
version: 1.0.1
severity: High
description: |
    'Triggeres when ransomware was detected on several accounts.'
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
query: |
  TrendMicroCAS
  | where EventType =~ 'ransomware'
  | summarize count() by DstUserName, bin(TimeGenerated, 2m)
  | where count_ >= 2
  | extend AccountCustomEntity = DstUserName  
triggerThreshold: 0
kind: Scheduled
triggerOperator: gt
relevantTechniques:
- T1486
name: Trend Micro CAS - Ransomware outbreak
requiredDataConnectors:
- dataTypes:
  - TrendMicroCAS
  connectorId: TrendMicroCAS
status: Available