Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Knox Keyguard Disabled Feature Set

Back
Idfb4853c9-28c1-4dab-830c-e086cb975170
RulenameKnox Keyguard Disabled Feature Set
DescriptionIndicates that an admin has set disabled keyguard features on a Knox device.
SeverityHigh
TacticsInitialAccess
TechniquesT1461
Required data connectorsSamsungDCDefinition
KindNRT
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxKeyguardDisabledFeatureSet.yaml
Version1.0.0
Arm templatefb4853c9-28c1-4dab-830c-e086cb975170.json
Deploy To Azure
Samsung_Knox_Audit_CL 
| where Name == "TAG_KEYGUARD_DISABLED_FEATURES_SET" 
and MitreTtp has "T1461"
status: Available
id: fb4853c9-28c1-4dab-830c-e086cb975170
tactics:
- InitialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxKeyguardDisabledFeatureSet.yaml
eventGroupingSettings:
  aggregationKind: SingleAlert
name: Knox Keyguard Disabled Feature Set
query: |
  Samsung_Knox_Audit_CL 
  | where Name == "TAG_KEYGUARD_DISABLED_FEATURES_SET" 
  and MitreTtp has "T1461"  
severity: High
kind: NRT
suppressionDuration: 5H
relevantTechniques:
- T1461
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: 5H
    reopenClosedIncident: false
    enabled: false
    matchingMethod: AllEntities
requiredDataConnectors:
- connectorId: SamsungDCDefinition
  dataTypes:
  - Samsung_Knox_Audit_CL
description: Indicates that an admin has set disabled keyguard features on a Knox device.
suppressionEnabled: false
version: 1.0.0
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2024-01-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/fb4853c9-28c1-4dab-830c-e086cb975170')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/fb4853c9-28c1-4dab-830c-e086cb975170')]",
      "properties": {
        "alertRuleTemplateName": "fb4853c9-28c1-4dab-830c-e086cb975170",
        "customDetails": null,
        "description": "Indicates that an admin has set disabled keyguard features on a Knox device.",
        "displayName": "Knox Keyguard Disabled Feature Set",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxKeyguardDisabledFeatureSet.yaml",
        "query": "Samsung_Knox_Audit_CL \n| where Name == \"TAG_KEYGUARD_DISABLED_FEATURES_SET\" \nand MitreTtp has \"T1461\"\n",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess"
        ],
        "techniques": null,
        "templateVersion": "1.0.0"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}