let threshold = 10;
QualysHostDetection
| extend Status = tostring(Status), Vulnerability = tostring(QID), Severity = tostring(Severity)
| where Status =~ "New" and Severity == "5"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), dcount(NetBios) by tostring(QID)
| where dcount_NetBios >= threshold
| extend timestamp = StartTime
query: |
let threshold = 10;
QualysHostDetection
| extend Status = tostring(Status), Vulnerability = tostring(QID), Severity = tostring(Severity)
| where Status =~ "New" and Severity == "5"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), dcount(NetBios) by tostring(QID)
| where dcount_NetBios >= threshold
| extend timestamp = StartTime
triggerOperator: gt
description: |
'This creates an incident when a new high severity vulnerability is detected across multilple hosts'
tactics:
- InitialAccess
severity: Medium
queryFrequency: 1h
kind: Scheduled
name: New High Severity Vulnerability Detected Across Multiple Hosts
triggerThreshold: 0
status: Available
id: 6116dc19-475a-4148-84b2-efe89c073e27
requiredDataConnectors:
- connectorId: QualysVMLogsCCPDefinition
dataTypes:
- QualysHostDetection
relevantTechniques:
- T1190
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/QualysVM/Analytic Rules/NewHighSeverityVulnDetectedAcrossMulitpleHostsV2.yaml
queryPeriod: 1h