Back
Id317e757e-c320-448e-8837-fc61a70fe609
RulenameCommvault Cloud Alert
DescriptionThis query identifies Alerts from Commvault Cloud.
SeverityMedium
TacticsDefenseEvasion
Impact
TechniquesT1578
T1531
Required data connectorsCommvaultSecurityIQConnector
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault%20Security%20IQ/Analytic%20Rules/CommvaultSecurityIQ_Alert.yaml
Version1.0.6
Arm template317e757e-c320-448e-8837-fc61a70fe609.json
Deploy To Azure
CommvaultAlertsCCF_CL
| where TimeGenerated > ago(5m)
| where isnotnull(AnomalyType) and AnomalyType > 0
| take 1000
triggerOperator: gt
entityMappings: 
status: Available
alertDetailsOverride:
  alertDescriptionFormat: 'Anomaly detected for Commvault client {{ClientName}}. AnomalyType flag: {{AnomalyType}}.'
  alertDynamicProperties: []
  alertDisplayNameFormat: 'Commvault Cloud Anomaly detected for client: {{ClientName}}'
triggerThreshold: 0
description: |
  'This query identifies Alerts from Commvault Cloud.'
severity: Medium
kind: Scheduled
queryPeriod: 5m
relevantTechniques:
- T1578
- T1531
id: 317e757e-c320-448e-8837-fc61a70fe609
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 5m
query: |
  CommvaultAlertsCCF_CL
  | where TimeGenerated > ago(5m)
  | where isnotnull(AnomalyType) and AnomalyType > 0
  | take 1000
tactics:
- DefenseEvasion
- Impact
name: Commvault Cloud Alert
requiredDataConnectors:
- connectorId: CommvaultSecurityIQConnector
  datatypes:
  - CommvaultAlertsCCF_CL
enabled: true
tags:
- Commvault
- Metallic
- Threat Intelligence
- Ransomware
version: 1.0.6
customDetails:
  Client: ClientName
  AnomalyType: AnomalyType
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault%20Security%20IQ/Analytic%20Rules/CommvaultSecurityIQ_Alert.yaml
{
  "$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/317e757e-c320-448e-8837-fc61a70fe609')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/317e757e-c320-448e-8837-fc61a70fe609')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "Anomaly detected for Commvault client {{ClientName}}. AnomalyType flag: {{AnomalyType}}.",
          "alertDisplayNameFormat": "Commvault Cloud Anomaly detected for client: {{ClientName}}",
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "317e757e-c320-448e-8837-fc61a70fe609",
        "customDetails": {
          "AnomalyType": "AnomalyType",
          "Client": "ClientName"
        },
        "description": "'This query identifies Alerts from Commvault Cloud.'\n",
        "displayName": "Commvault Cloud Alert",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault%20Security%20IQ/Analytic%20Rules/CommvaultSecurityIQ_Alert.yaml",
        "query": "CommvaultAlertsCCF_CL\n| where TimeGenerated > ago(5m)\n| where isnotnull(AnomalyType) and AnomalyType > 0\n| take 1000\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Medium",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion",
          "Impact"
        ],
        "tags": [
          "Commvault",
          "Metallic",
          "Threat Intelligence",
          "Ransomware"
        ],
        "techniques": [
          "T1531",
          "T1578"
        ],
        "templateVersion": "1.0.6",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}