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 - Multiple infected users

Back
Id65c2a6fe-ff7b-46b0-9278-61265f77f3bc
RulenameTrend Micro CAS - Multiple infected users
DescriptionDetects when same malware was detected for multiple user account.
SeverityHigh
TacticsInitialAccess
TechniquesT1566
Required data connectorsTrendMicroCAS
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASVAOutbreak.yaml
Version1.0.1
Arm template65c2a6fe-ff7b-46b0-9278-61265f77f3bc.json
Deploy To Azure
TrendMicroCAS
| where EventType has_all ('virtual', 'analyzer')
| where isnotempty(VirusName)
| summarize count() by DstUserName, VirusName, bin(TimeGenerated, 15m)
| where count_ >= 2
| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = VirusName
severity: High
triggerThreshold: 0
requiredDataConnectors:
- connectorId: TrendMicroCAS
  dataTypes:
  - TrendMicroCAS
kind: Scheduled
id: 65c2a6fe-ff7b-46b0-9278-61265f77f3bc
triggerOperator: gt
tactics:
- InitialAccess
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASVAOutbreak.yaml
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
- entityType: Malware
  fieldMappings:
  - identifier: Name
    columnName: MalwareCustomEntity
relevantTechniques:
- T1566
version: 1.0.1
queryPeriod: 1h
name: Trend Micro CAS - Multiple infected users
status: Available
description: |
    'Detects when same malware was detected for multiple user account.'
query: |
  TrendMicroCAS
  | where EventType has_all ('virtual', 'analyzer')
  | where isnotempty(VirusName)
  | summarize count() by DstUserName, VirusName, bin(TimeGenerated, 15m)
  | where count_ >= 2
  | extend AccountCustomEntity = DstUserName, MalwareCustomEntity = VirusName  
{
  "$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/65c2a6fe-ff7b-46b0-9278-61265f77f3bc')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/65c2a6fe-ff7b-46b0-9278-61265f77f3bc')]",
      "properties": {
        "alertRuleTemplateName": "65c2a6fe-ff7b-46b0-9278-61265f77f3bc",
        "customDetails": null,
        "description": "'Detects when same malware was detected for multiple user account.'\n",
        "displayName": "Trend Micro CAS - Multiple infected users",
        "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/TrendMicroCASVAOutbreak.yaml",
        "query": "TrendMicroCAS\n| where EventType has_all ('virtual', 'analyzer')\n| where isnotempty(VirusName)\n| summarize count() by DstUserName, VirusName, bin(TimeGenerated, 15m)\n| where count_ >= 2\n| extend AccountCustomEntity = DstUserName, MalwareCustomEntity = VirusName\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess"
        ],
        "techniques": [
          "T1566"
        ],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}