Vulerabilities
Id | d096643d-6789-4c74-8893-dd3fc8a94069 |
Rulename | Vulerabilities |
Description | This query searches for all the vulerabilities that RidgeBot identified |
Severity | High |
Tactics | Execution InitialAccess PrivilegeEscalation |
Techniques | T1189 T1059 T1053 T1548 |
Required data connectors | CefAma RidgeBotDataConnector |
Kind | Scheduled |
Query frequency | 12h |
Query period | 12h |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/RidgeSecurity/Analytic Rules/RidgeSecurity_Vulnerabilities.yaml |
Version | 1.0.1 |
Arm template | d096643d-6789-4c74-8893-dd3fc8a94069.json |
CommonSecurityLog
| where DeviceVendor == "RidgeSecurity"
| where DeviceEventClassID startswith "40"
| order by LogSeverity
relevantTechniques:
- T1189
- T1059
- T1053
- T1548
name: Vulerabilities
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: RidgeBotDataConnector
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: DeviceVendor
entityType: Account
- fieldMappings:
- identifier: Address
columnName: Computer
entityType: IP
triggerThreshold: 0
id: d096643d-6789-4c74-8893-dd3fc8a94069
tactics:
- Execution
- InitialAccess
- PrivilegeEscalation
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/RidgeSecurity/Analytic Rules/RidgeSecurity_Vulnerabilities.yaml
queryPeriod: 12h
kind: Scheduled
queryFrequency: 12h
severity: High
status: Available
description: |
This query searches for all the vulerabilities that RidgeBot identified
query: |
CommonSecurityLog
| where DeviceVendor == "RidgeSecurity"
| where DeviceEventClassID startswith "40"
| order by LogSeverity
triggerOperator: gt
{
"$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/d096643d-6789-4c74-8893-dd3fc8a94069')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d096643d-6789-4c74-8893-dd3fc8a94069')]",
"properties": {
"alertRuleTemplateName": "d096643d-6789-4c74-8893-dd3fc8a94069",
"customDetails": null,
"description": "This query searches for all the vulerabilities that RidgeBot identified\n",
"displayName": "Vulerabilities",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "DeviceVendor",
"identifier": "FullName"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "Computer",
"identifier": "Address"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/RidgeSecurity/Analytic Rules/RidgeSecurity_Vulnerabilities.yaml",
"query": "CommonSecurityLog\n| where DeviceVendor == \"RidgeSecurity\"\n| where DeviceEventClassID startswith \"40\"\n| order by LogSeverity\n",
"queryFrequency": "PT12H",
"queryPeriod": "PT12H",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Execution",
"InitialAccess",
"PrivilegeEscalation"
],
"techniques": [
"T1053",
"T1059",
"T1189",
"T1548"
],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}