Detection rules › Kusto

Samsung Knox - Security Log Full 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.

Status
available
Severity
high
Source
github.com/Azure/Azure-Sentinel

When the Knox Security Log is full on a device.

Rule body kusto

id: bf9be360-7f08-48b2-8e9d-ca240c48b404
name: Samsung Knox - Security Log Full Events
version: 1.0.2
kind: NRT
description: When the Knox Security Log is full on a device.
severity: High
status: Available
requiredDataConnectors:
  - connectorId: SamsungDCDefinition
    dataTypes:
      - Samsung_Knox_Audit_CL
tactics: []
relevantTechniques: []
query: |
  Samsung_Knox_Audit_CL
  | where Name == "LOG_IS_FULL" 
  and MitreTtp has "KNOX.1"
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_Audit_CL

Stage 2: where

| where Name == "LOG_IS_FULL" 
and MitreTtp has "KNOX.1"

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.

FieldKindValues
MitreTtpmatch
  • KNOX.1 transforms: term
Nameeq
  • LOG_IS_FULL transforms: cased