Detection rules › Kusto
Critical Risks
This query searches for all the exploited risks that RidgeBot identified
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Initial Access | T1189 Drive-by Compromise |
| Execution | T1053 Scheduled Task/Job, T1059 Command and Scripting Interpreter |
| Privilege Escalation | T1053 Scheduled Task/Job, T1548 Abuse Elevation Control Mechanism |
Rule body kusto
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
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
DeviceEventClassID | eq |
|
DeviceVendor | eq |
|