Analytic rule catalog
New High Severity Vulnerability Detected Across Multiple Hosts
Back
| Id | 6116dc19-475a-4148-84b2-efe89c073e27 |
| Rulename | New High Severity Vulnerability Detected Across Multiple Hosts |
| Description | This creates an incident when a new high severity vulnerability is detected across multilple hosts |
| Severity | Medium |
| Tactics | InitialAccess |
| Techniques | T1190 |
| Required data connectors | QualysVMLogsCCPDefinition |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/QualysVM/Analytic%20Rules/NewHighSeverityVulnDetectedAcrossMulitpleHostsV2.yaml |
| Version | 1.0.2 |
| Arm template | 6116dc19-475a-4148-84b2-efe89c073e27.json |
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
name: New High Severity Vulnerability Detected Across Multiple Hosts
kind: Scheduled
triggerOperator: gt
status: Available
queryPeriod: 1h
requiredDataConnectors:
- connectorId: QualysVMLogsCCPDefinition
dataTypes:
- QualysHostDetection
tactics:
- InitialAccess
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
description: |
'This creates an incident when a new high severity vulnerability is detected across multilple hosts'
severity: Medium
id: 6116dc19-475a-4148-84b2-efe89c073e27
triggerThreshold: 0
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/QualysVM/Analytic%20Rules/NewHighSeverityVulnDetectedAcrossMulitpleHostsV2.yaml
version: 1.0.2
relevantTechniques:
- T1190
{
"$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/6116dc19-475a-4148-84b2-efe89c073e27')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6116dc19-475a-4148-84b2-efe89c073e27')]",
"properties": {
"alertRuleTemplateName": "6116dc19-475a-4148-84b2-efe89c073e27",
"customDetails": null,
"description": "'This creates an incident when a new high severity vulnerability is detected across multilple hosts'\n",
"displayName": "New High Severity Vulnerability Detected Across Multiple Hosts",
"enabled": true,
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/QualysVM/Analytic%20Rules/NewHighSeverityVulnDetectedAcrossMulitpleHostsV2.yaml",
"query": "let threshold = 10;\nQualysHostDetection\n| extend Status = tostring(Status), Vulnerability = tostring(QID), Severity = tostring(Severity)\n| where Status =~ \"New\" and Severity == \"5\"\n| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), dcount(NetBios) by tostring(QID)\n| where dcount_NetBios >= threshold\n| extend timestamp = StartTime\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1190"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}