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