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