Analytic rule catalog
Commvault Cloud Alert
Back
| Id | 317e757e-c320-448e-8837-fc61a70fe609 |
| Rulename | Commvault Cloud Alert |
| Description | This query identifies Alerts from Commvault Cloud. |
| Severity | Medium |
| Tactics | DefenseEvasion Impact |
| Techniques | T1578 T1531 |
| Required data connectors | CommvaultSecurityIQ_CL |
| Kind | Scheduled |
| Query frequency | 5m |
| Query period | 5m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault%20Security%20IQ/Analytic%20Rules/CommvaultSecurityIQ_Alert.yaml |
| Version | 1.0.5 |
| Arm template | 317e757e-c320-448e-8837-fc61a70fe609.json |
let TargetEventCodes = dynamic(["7:211", "7:212", "7:293", "7:269", "14:337", "14:338", "69:59", "7:333", "69:60", "35:5575", "35:5636", "7:349", "17:193", "17:195"]);
CommvaultAlerts_CL
| where TimeGenerated > ago(5m)
| where EventCode in (TargetEventCodes)
| take 1000
relevantTechniques:
- T1578
- T1531
queryPeriod: 5m
query: |
let TargetEventCodes = dynamic(["7:211", "7:212", "7:293", "7:269", "14:337", "14:338", "69:59", "7:333", "69:60", "35:5575", "35:5636", "7:349", "17:193", "17:195"]);
CommvaultAlerts_CL
| where TimeGenerated > ago(5m)
| where EventCode in (TargetEventCodes)
| take 1000
id: 317e757e-c320-448e-8837-fc61a70fe609
entityMappings:
eventGroupingSettings:
aggregationKind: AlertPerResult
tags:
- Commvault
- Metallic
- Threat Intelligence
- Ransomware
description: |
'This query identifies Alerts from Commvault Cloud.'
kind: Scheduled
triggerOperator: gt
queryFrequency: 5m
alertDetailsOverride:
alertDynamicProperties: []
alertDescriptionFormat: 'Alert from Commvault Cloud for Event ID: {{EventId}}. Event Description: {{Description}}. Check the event description on Commvault Command Center for more details.'
alertDisplayNameFormat: 'Alert from Commvault Cloud for Event ID: {{EventId}}'
severity: Medium
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault%20Security%20IQ/Analytic%20Rules/CommvaultSecurityIQ_Alert.yaml
tactics:
- DefenseEvasion
- Impact
triggerThreshold: 0
status: Available
enabled: true
version: 1.0.5
requiredDataConnectors:
- connectorId: CommvaultSecurityIQ_CL
datatypes:
- CommvaultAlerts_CL
name: Commvault Cloud Alert
customDetails:
Client: HostName
{
"$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": "Alert from Commvault Cloud for Event ID: {{EventId}}. Event Description: {{Description}}. Check the event description on Commvault Command Center for more details.",
"alertDisplayNameFormat": "Alert from Commvault Cloud for Event ID: {{EventId}}",
"alertDynamicProperties": []
},
"alertRuleTemplateName": "317e757e-c320-448e-8837-fc61a70fe609",
"customDetails": {
"Client": "HostName"
},
"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": "let TargetEventCodes = dynamic([\"7:211\", \"7:212\", \"7:293\", \"7:269\", \"14:337\", \"14:338\", \"69:59\", \"7:333\", \"69:60\", \"35:5575\", \"35:5636\", \"7:349\", \"17:193\", \"17:195\"]);\nCommvaultAlerts_CL\n| where TimeGenerated > ago(5m)\n| where EventCode in (TargetEventCodes)\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.5",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}