CommvaultSecurityIQ Alert
Id | 317e757e-c320-448e-8837-fc61a70fe609 |
Rulename | CommvaultSecurityIQ Alert |
Description | This query identifies CommvaultSecurityIQ Alerts. |
Severity | Medium |
Tactics | DefenseEvasion Impact |
Techniques | T1578 T1531 |
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 Security IQ/Analytic Rules/CommvaultSecurityIQ_Alert.yaml |
Version | 1.0.0 |
Arm template | 317e757e-c320-448e-8837-fc61a70fe609.json |
CommvaultSecurityIQ_CL
| take 1000
relevantTechniques:
- T1578
- T1531
name: CommvaultSecurityIQ Alert
requiredDataConnectors: []
entityMappings:
triggerThreshold: 0
id: 317e757e-c320-448e-8837-fc61a70fe609
tactics:
- DefenseEvasion
- Impact
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault Security IQ/Analytic Rules/CommvaultSecurityIQ_Alert.yaml
queryPeriod: 5m
kind: Scheduled
tags:
- Commvault
- Metallic
- Threat Intelligence
- Ransomware
queryFrequency: 5m
severity: Medium
status: Available
description: |
'This query identifies CommvaultSecurityIQ Alerts.'
query: |
CommvaultSecurityIQ_CL
| take 1000
triggerOperator: gt
{
"$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": {
"alertRuleTemplateName": "317e757e-c320-448e-8837-fc61a70fe609",
"customDetails": null,
"description": "'This query identifies CommvaultSecurityIQ Alerts.'\n",
"displayName": "CommvaultSecurityIQ Alert",
"enabled": true,
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault Security IQ/Analytic Rules/CommvaultSecurityIQ_Alert.yaml",
"query": "CommvaultSecurityIQ_CL\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.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}