TrendMicroCAS
| where EventType =~ 'ransomware'
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName
relevantTechniques:
- T1486
name: Trend Micro CAS - Ransomware infection
requiredDataConnectors:
- dataTypes:
- TrendMicroCAS
connectorId: TrendMicroCAS
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
- fieldMappings:
- identifier: Name
columnName: MalwareCustomEntity
entityType: Malware
triggerThreshold: 0
id: 0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90
tactics:
- Impact
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOnHost.yaml
queryPeriod: 5m
kind: Scheduled
queryFrequency: 5m
severity: High
status: Available
description: |
'Triggeres when ransomware was detected.'
query: |
TrendMicroCAS
| where EventType =~ 'ransomware'
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90')]",
"properties": {
"alertRuleTemplateName": "0bec3f9a-dbe9-4b4c-9ff6-498d64bbef90",
"customDetails": null,
"description": "'Triggeres when ransomware was detected.'\n",
"displayName": "Trend Micro CAS - Ransomware infection",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
},
{
"entityType": "Malware",
"fieldMappings": [
{
"columnName": "MalwareCustomEntity",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASRansomwareOnHost.yaml",
"query": "TrendMicroCAS\n| where EventType =~ 'ransomware'\n| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = RansomwareName\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Impact"
],
"techniques": [
"T1486"
],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}