Detection rules › Kusto
Critical Risks
This query searches for all the exploited risks that RidgeBot identified
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Initial Access | |
| Execution | |
| Privilege Escalation |
Rule body
id: 1eebfaf3-40e1-4bc2-9f42-049b7b8ceb60
name: Critical Risks
description: |
This query searches for all the exploited risks that RidgeBot identified
severity: High
status: Available
requiredDataConnectors:
- connectorId: RidgeBotDataConnector
dataTypes:
- CommonSecurityLog
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics:
- Execution
- InitialAccess
- PrivilegeEscalation
relevantTechniques:
- T1189
- T1059
- T1053
- T1548
query: |
CommonSecurityLog
| where DeviceVendor == "RidgeSecurity"
| where DeviceEventClassID == "4001"
| order by TimeGenerated desc
entityMappings:
- entityType: Account
fieldMappings:
- identifier: FullName
columnName: DeviceVendor
- entityType: IP
fieldMappings:
- identifier: Address
columnName: Computer
version: 1.0.1
kind: Scheduled
Stages and Predicates
Stage 1: source
CommonSecurityLog
Stage 2: where
| where DeviceVendor == "RidgeSecurity"
Stage 3: where
| where DeviceEventClassID == "4001"
Stage 4: sort
| order by TimeGenerated desc
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
DeviceEventClassID | eq |
| field:"DeviceEventClassID" kind:eq value:"4001" |
DeviceVendor | eq |
| field:"DeviceVendor" kind:eq value:"RidgeSecurity" |