Detection rules › Kusto
Samsung Knox - Application Privilege Escalation or Change Events
This is a third-party alert feed, not a detection over modeled telemetry. The vendor product raised the finding; this rule forwards it into the SIEM. It is searchable for reference but is excluded from the detection-rule browse and the ATT&CK coverage matrix.
When a Knox mobile app has transitioned from an acceptable uid/esuid/fsuid to a different, non-App id.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Privilege Escalation | T1548 Abuse Elevation Control Mechanism |
Rule body kusto
id: 215e89ca-cdbc-4661-b8b2-7041f6ecc7fb
name: Samsung Knox - Application Privilege Escalation or Change Events
version: 1.0.2
kind: NRT
description: When a Knox mobile app has transitioned from an acceptable uid/esuid/fsuid to a different, non-App id.
severity: High
status: Available
requiredDataConnectors:
- connectorId: SamsungDCDefinition
dataTypes:
- Samsung_Knox_Process_CL
tactics:
- PrivilegeEscalation
relevantTechniques:
- T1548
query: |
Samsung_Knox_Process_CL
| where Name == "PROCESS_PRIVILEGE_ESCALATION"
| where MitreTtp has "T1548"
suppressionEnabled: false
suppressionDuration: PT5H
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
reopenClosedIncident: false
lookbackDuration: PT5H
matchingMethod: AllEntities
eventGroupingSettings:
aggregationKind: SingleAlert
Stages and Predicates
Stage 1: source
Samsung_Knox_Process_CL
Stage 2: where
| where Name == "PROCESS_PRIVILEGE_ESCALATION"
Stage 3: where
| where MitreTtp has "T1548"
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.