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

Knox Mobile Device Boot Compromise

Back
Idfae7e371-aee8-4d3f-8311-2255a45a30b3
RulenameKnox Mobile Device Boot Compromise
DescriptionWhen Knox device boot binary is at risk of compromise.
SeverityHigh
TacticsPersistence
TechniquesT1645
Required data connectorsSamsungDCDefinition
KindNRT
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxMobileDeviceBootCompromise.yaml
Version1.0.0
Arm templatefae7e371-aee8-4d3f-8311-2255a45a30b3.json
Deploy To Azure
Samsung_Knox_System_CL 
| where Name == "BOOT_COMPROMISED_SOFTWARE_BINARY"
and MitreTtp has "T1645"
status: Available
id: fae7e371-aee8-4d3f-8311-2255a45a30b3
tactics:
- Persistence
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxMobileDeviceBootCompromise.yaml
eventGroupingSettings:
  aggregationKind: SingleAlert
name: Knox Mobile Device Boot Compromise
query: |
  Samsung_Knox_System_CL 
  | where Name == "BOOT_COMPROMISED_SOFTWARE_BINARY"
  and MitreTtp has "T1645"  
severity: High
kind: NRT
suppressionDuration: 5H
relevantTechniques:
- T1645
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: 5H
    reopenClosedIncident: false
    enabled: false
    matchingMethod: AllEntities
requiredDataConnectors:
- connectorId: SamsungDCDefinition
  dataTypes:
  - Samsung_Knox_System_CL
description: |
    'When Knox device boot binary is at risk of compromise.'
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/fae7e371-aee8-4d3f-8311-2255a45a30b3')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/fae7e371-aee8-4d3f-8311-2255a45a30b3')]",
      "properties": {
        "alertRuleTemplateName": "fae7e371-aee8-4d3f-8311-2255a45a30b3",
        "customDetails": null,
        "description": "'When Knox device boot binary is at risk of compromise.'\n",
        "displayName": "Knox Mobile Device Boot Compromise",
        "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/SamsungKnoxMobileDeviceBootCompromise.yaml",
        "query": "Samsung_Knox_System_CL \n| where Name == \"BOOT_COMPROMISED_SOFTWARE_BINARY\"\nand MitreTtp has \"T1645\"\n",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Persistence"
        ],
        "techniques": null,
        "templateVersion": "1.0.0"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}