Detection rules › Kusto

Samsung Knox - Password Lockout 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 maximum password attempts have been reached, and the Knox device is locked out. This is based on a threshold set in the MDM device policy

MITRE ATT&CK coverage

TacticTechniques
Credential AccessT1110 Brute Force

Rule body kusto

id: fbff0a97-1972-4df8-a78c-254ccb9879ef
name: Samsung Knox - Password Lockout Events
version: 1.0.2
kind: NRT
description: When maximum password attempts have been reached, and the Knox device is locked out.
  This is based on a threshold set in the MDM device policy
severity: High
status: Available
requiredDataConnectors:
  - connectorId: SamsungDCDefinition
    dataTypes:
      - Samsung_Knox_User_CL
tactics:
  - CredentialAccess
relevantTechniques:
  - T1110
query: |
  Samsung_Knox_User_CL 
  | where Name == "PASSWORD_LOCKOUT"
  and MitreTtp has "T1110"
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_User_CL

Stage 2: where

| where Name == "PASSWORD_LOCKOUT"
and MitreTtp has "T1110"

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
  • T1110 transforms: term
Nameeq
  • PASSWORD_LOCKOUT transforms: cased