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

High Number of Urgent Vulnerabilities Detected

Back
Id3edb7215-250b-40c0-8b46-79093949242d
RulenameHigh Number of Urgent Vulnerabilities Detected
DescriptionThis Creates an incident when a host has a high number of Urgent, severity 5, vulnerabilities detected.
SeverityMedium
TacticsInitialAccess
TechniquesT1190
Required data connectorsQualysVMLogsCCPDefinition
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/QualysVM/Analytic Rules/HighNumberofVulnDetectedV2.yaml
Version1.0.3
Arm template3edb7215-250b-40c0-8b46-79093949242d.json
Deploy To Azure
let threshold = 10;
QualysHostDetection
| where Severity == "5"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by NetBios, IPAddress
| where count_ >= threshold
queryPeriod: 1h
query: |
  let threshold = 10;
  QualysHostDetection
  | where Severity == "5"
  | summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by NetBios, IPAddress
  | where count_ >= threshold  
name: High Number of Urgent Vulnerabilities Detected
entityMappings:
- fieldMappings:
  - columnName: NetBios
    identifier: FullName
  entityType: Host
- fieldMappings:
  - columnName: IPAddress
    identifier: Address
  entityType: IP
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/QualysVM/Analytic Rules/HighNumberofVulnDetectedV2.yaml
requiredDataConnectors:
- connectorId: QualysVMLogsCCPDefinition
  dataTypes:
  - QualysHostDetection
description: |
    'This Creates an incident when a host has a high number of Urgent, severity 5, vulnerabilities detected.'
kind: Scheduled
version: 1.0.3
status: Available
severity: Medium
relevantTechniques:
- T1190
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: 3edb7215-250b-40c0-8b46-79093949242d