Back
Idc360341e-6ba6-472a-ae00-7be85967e240
RulenameCyble Vision Alerts Product Vulnerability Detected
DescriptionDetects product vulnerability updates (CVE) for monitored products. Triggers SOC triage when a product vulnerability is reported or updated for a monitored product/version.
SeverityLow
TacticsInitialAccess
ResourceDevelopment
TechniquesT1190
T1588
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_product_vulnerability_rule.yaml
Version1.0.0
Arm templatec360341e-6ba6-472a-ae00-7be85967e240.json
Deploy To Azure
Alerts_product_vulnerability  
| where Service == "product_vulnerability" 
| extend MappedSeverity = Severity
entityMappings:
- entityType: DNS
  fieldMappings:
  - identifier: DomainName
    columnName: SD_Subdomain
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: KeywordName
- entityType: Host
  fieldMappings:
  - identifier: HostName
    columnName: SD_Subdomain
name: Cyble Vision Alerts Product Vulnerability Detected
kind: Scheduled
triggerOperator: GreaterThan
status: Available
customDetails:
  PV_CVE_ID: PV_CVE_ID
  PV_New_EPS_Score: PV_New_EPS_Score
  MappedSeverity: Severity
  Service: Service
  PV_Old_EPS_Score: PV_Old_EPS_Score
  PV_Title: PV_Title
  PV_Version: PV_Version
  PV_New_Price_0day: PV_New_Price_0day
  New_EPS_Percentile: PV_New_EPS_Percentile
  New_Exploitability: PV_New_Exploitability
  PV_SW_Software: PV_SW_Software
  PV_New_Price_Today: PV_New_Price_Today
  PV_Product: PV_Product
  PV_SW_Company: PV_SW_Company
  Status: Status
  AlertID: AlertID
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
queryPeriod: 30m
enabled: true
tactics:
- InitialAccess
- ResourceDevelopment
query: |
  Alerts_product_vulnerability  
  | where Service == "product_vulnerability" 
  | extend MappedSeverity = Severity
description: |
  'Detects product vulnerability updates (CVE) for monitored products. Triggers SOC triage when a product vulnerability is reported or updated for a monitored product/version.'
severity: Low
incidentConfiguration:
  alertDisplayNameFormat: Product Vulnerability {{PV_Product}} {{PV_Version}} {{PV_CVE_ID}}
  groupingConfiguration:
    lookbackDuration: PT5H
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
  alertDescriptionFormat: |
    A product vulnerability has been detected.
    Title {{PV_Title}}
    Exploitability {{PV_New_Exploitability}}
    Review the CVE details, assess exposure in your environment, and apply mitigations as required.
  createIncident: true
  alertDetailsOverride: 
id: c360341e-6ba6-472a-ae00-7be85967e240
eventGroupingSettings:
  aggregationKind: AlertPerResult
triggerThreshold: 0
queryfrequency: 30m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_product_vulnerability_rule.yaml
version: 1.0.0
relevantTechniques:
- T1190
- T1588
{
  "$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/c360341e-6ba6-472a-ae00-7be85967e240')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/c360341e-6ba6-472a-ae00-7be85967e240')]",
      "properties": {
        "alertRuleTemplateName": "c360341e-6ba6-472a-ae00-7be85967e240",
        "customDetails": {
          "AlertID": "AlertID",
          "MappedSeverity": "Severity",
          "New_EPS_Percentile": "PV_New_EPS_Percentile",
          "New_Exploitability": "PV_New_Exploitability",
          "PV_CVE_ID": "PV_CVE_ID",
          "PV_New_EPS_Score": "PV_New_EPS_Score",
          "PV_New_Price_0day": "PV_New_Price_0day",
          "PV_New_Price_Today": "PV_New_Price_Today",
          "PV_Old_EPS_Score": "PV_Old_EPS_Score",
          "PV_Product": "PV_Product",
          "PV_SW_Company": "PV_SW_Company",
          "PV_SW_Software": "PV_SW_Software",
          "PV_Title": "PV_Title",
          "PV_Version": "PV_Version",
          "Service": "Service",
          "Status": "Status"
        },
        "description": "'Detects product vulnerability updates (CVE) for monitored products. Triggers SOC triage when a product vulnerability is reported or updated for a monitored product/version.'\n",
        "displayName": "Cyble Vision Alerts Product Vulnerability Detected",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "DNS",
            "fieldMappings": [
              {
                "columnName": "SD_Subdomain",
                "identifier": "DomainName"
              }
            ]
          },
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "KeywordName",
                "identifier": "Name"
              }
            ]
          },
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "SD_Subdomain",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "alertDescriptionFormat": "A product vulnerability has been detected.\nTitle {{PV_Title}}\nExploitability {{PV_New_Exploitability}}\nReview the CVE details, assess exposure in your environment, and apply mitigations as required.\n",
          "alertDetailsOverride": null,
          "alertDisplayNameFormat": "Product Vulnerability {{PV_Product}} {{PV_Version}} {{PV_CVE_ID}}",
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_product_vulnerability_rule.yaml",
        "query": "Alerts_product_vulnerability  \n| where Service == \"product_vulnerability\" \n| extend MappedSeverity = Severity\n",
        "queryfrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess",
          "ResourceDevelopment"
        ],
        "techniques": [
          "T1190",
          "T1588"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}