Samsung Knox - Peripheral Access Detection with Camera Events
Id | cd526f4d-dbe9-4149-8a0a-9ec43c3abb16 |
Rulename | Samsung Knox - Peripheral Access Detection with Camera Events |
Description | When camera access has been detected on a Knox device, even though such access is disabled through an MDM device policy. |
Severity | High |
Required data connectors | SamsungDCDefinition |
Kind | NRT |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxPeripheralAccessDetectionWithCamera.yaml |
Version | 1.0.2 |
Arm template | cd526f4d-dbe9-4149-8a0a-9ec43c3abb16.json |
Samsung_Knox_System_CL
| where Name == "PERIPHERAL_ACCESS_THROUGH_POLICY_DETECTED_CAMERA"
and MitreTtp has "KNOX.2"
incidentConfiguration:
groupingConfiguration:
lookbackDuration: PT5H
matchingMethod: AllEntities
reopenClosedIncident: false
enabled: false
createIncident: true
query: |
Samsung_Knox_System_CL
| where Name == "PERIPHERAL_ACCESS_THROUGH_POLICY_DETECTED_CAMERA"
and MitreTtp has "KNOX.2"
suppressionEnabled: false
relevantTechniques: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Samsung Knox Asset Intelligence/Analytic Rules/SamsungKnoxPeripheralAccessDetectionWithCamera.yaml
tactics: []
status: Available
severity: High
description: When camera access has been detected on a Knox device, even though such access is disabled through an MDM device policy.
id: cd526f4d-dbe9-4149-8a0a-9ec43c3abb16
requiredDataConnectors:
- dataTypes:
- Samsung_Knox_System_CL
connectorId: SamsungDCDefinition
eventGroupingSettings:
aggregationKind: SingleAlert
version: 1.0.2
name: Samsung Knox - Peripheral Access Detection with Camera Events
suppressionDuration: PT5H
kind: NRT
{
"$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/cd526f4d-dbe9-4149-8a0a-9ec43c3abb16')]",
"kind": "NRT",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/cd526f4d-dbe9-4149-8a0a-9ec43c3abb16')]",
"properties": {
"alertRuleTemplateName": "cd526f4d-dbe9-4149-8a0a-9ec43c3abb16",
"customDetails": null,
"description": "When camera access has been detected on a Knox device, even though such access is disabled through an MDM device policy.",
"displayName": "Samsung Knox - Peripheral Access Detection with Camera Events",
"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/SamsungKnoxPeripheralAccessDetectionWithCamera.yaml",
"query": "Samsung_Knox_System_CL \n| where Name == \"PERIPHERAL_ACCESS_THROUGH_POLICY_DETECTED_CAMERA\" \nand MitreTtp has \"KNOX.2\"\n",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.2"
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}