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

Knox Security Log Full

Back
Idbf9be360-7f08-48b2-8e9d-ca240c48b404
RulenameKnox Security Log Full
DescriptionWhen Security Log is full on a Knox device.
SeverityHigh
Required data connectorsSamsungDCDefinition
KindNRT
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxSecurityLogFull.yaml
Version1.0.0
Arm templatebf9be360-7f08-48b2-8e9d-ca240c48b404.json
Deploy To Azure
Samsung_Knox_Audit_CL
| where Name == "LOG_IS_FULL" 
and MitreTtp has "KNOX.1"
status: Available
id: bf9be360-7f08-48b2-8e9d-ca240c48b404
tactics: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxSecurityLogFull.yaml
eventGroupingSettings:
  aggregationKind: SingleAlert
name: Knox Security Log Full
query: |
  Samsung_Knox_Audit_CL
  | where Name == "LOG_IS_FULL" 
  and MitreTtp has "KNOX.1"  
severity: High
kind: NRT
suppressionDuration: 5H
relevantTechniques: []
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: 5H
    reopenClosedIncident: false
    enabled: false
    matchingMethod: AllEntities
requiredDataConnectors:
- connectorId: SamsungDCDefinition
  dataTypes:
  - Samsung_Knox_Audit_CL
description: |
    'When Security Log is full 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/bf9be360-7f08-48b2-8e9d-ca240c48b404')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/bf9be360-7f08-48b2-8e9d-ca240c48b404')]",
      "properties": {
        "alertRuleTemplateName": "bf9be360-7f08-48b2-8e9d-ca240c48b404",
        "customDetails": null,
        "description": "'When Security Log is full on a Knox device.'\n",
        "displayName": "Knox Security Log Full",
        "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/SamsungKnoxSecurityLogFull.yaml",
        "query": "Samsung_Knox_Audit_CL\n| where Name == \"LOG_IS_FULL\" \nand MitreTtp has \"KNOX.1\"\n",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [],
        "techniques": [],
        "templateVersion": "1.0.0"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}