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

Cyble Vision Alerts Product Vulnerability Detected

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 Vision/Analytic Rules/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
name: Cyble Vision Alerts Product Vulnerability Detected
id: c360341e-6ba6-472a-ae00-7be85967e240
enabled: true
entityMappings:
- fieldMappings:
  - columnName: SD_Subdomain
    identifier: DomainName
  entityType: DNS
- fieldMappings:
  - columnName: KeywordName
    identifier: Name
  entityType: Account
- fieldMappings:
  - columnName: SD_Subdomain
    identifier: HostName
  entityType: Host
version: 1.0.0
triggerOperator: GreaterThan
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.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_product_vulnerability_rule.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Product Vulnerability {{PV_Product}} {{PV_Version}} {{PV_CVE_ID}}
  alertDetailsOverride: 
  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.    
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  MappedSeverity: Severity
  PV_Title: PV_Title
  PV_SW_Company: PV_SW_Company
  PV_Product: PV_Product
  PV_CVE_ID: PV_CVE_ID
  PV_New_EPS_Score: PV_New_EPS_Score
  PV_SW_Software: PV_SW_Software
  PV_New_Price_0day: PV_New_Price_0day
  AlertID: AlertID
  PV_Version: PV_Version
  Service: Service
  PV_New_Price_Today: PV_New_Price_Today
  PV_Old_EPS_Score: PV_Old_EPS_Score
  New_EPS_Percentile: PV_New_EPS_Percentile
  New_Exploitability: PV_New_Exploitability
  Status: Status
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1190
- T1588
tactics:
- InitialAccess
- ResourceDevelopment