Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

CommvaultSecurityIQ Alert

Back
Id317e757e-c320-448e-8837-fc61a70fe609
RulenameCommvaultSecurityIQ Alert
DescriptionThis query identifies CommvaultSecurityIQ Alerts.
SeverityMedium
TacticsDefenseEvasion
Impact
TechniquesT1578
T1531
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault Security IQ/Analytic Rules/CommvaultSecurityIQ_Alert.yaml
Version1.0.0
Arm template317e757e-c320-448e-8837-fc61a70fe609.json
Deploy To Azure
CommvaultSecurityIQ_CL
| take 1000
id: 317e757e-c320-448e-8837-fc61a70fe609
triggerThreshold: 0
entityMappings: 
version: 1.0.0
queryPeriod: 5m
name: CommvaultSecurityIQ Alert
status: Available
requiredDataConnectors: []
tags:
- Commvault
- Metallic
- Threat Intelligence
- Ransomware
triggerOperator: gt
relevantTechniques:
- T1578
- T1531
query: |
  CommvaultSecurityIQ_CL
  | take 1000  
queryFrequency: 5m
description: |
    'This query identifies CommvaultSecurityIQ Alerts.'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Commvault Security IQ/Analytic Rules/CommvaultSecurityIQ_Alert.yaml
kind: Scheduled
severity: Medium
tactics:
- DefenseEvasion
- Impact
{
  "$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"
    }
  ]
}