Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'The SmartEdge endpoint agent was uninstalled'
| extend IPCustomEntity = SrcIpAddr
severity: Medium
queryFrequency: 1h
relevantTechniques:
- T1070
tactics:
- DefenseEvasion
kind: Scheduled
query: |
Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'The SmartEdge endpoint agent was uninstalled'
| extend IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSmartEdgeAgentUninstall.yaml
queryPeriod: 1h
status: Available
version: 1.0.0
name: Bitglass - The SmartEdge endpoint agent was uninstalled
requiredDataConnectors:
- dataTypes:
- Bitglass
connectorId: Bitglass
triggerOperator: gt
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
id: 40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa
description: |
'Detects when SmartEdge endpoint agent was uninstalled.'
triggerThreshold: 0
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Bitglass - The SmartEdge endpoint agent was uninstalled",
"description": "'Detects when SmartEdge endpoint agent was uninstalled.'\n",
"severity": "Medium",
"enabled": true,
"query": "Bitglass\n| where EventType =~ 'access'\n| where EventResultDetails startswith 'The SmartEdge endpoint agent was uninstalled'\n| extend IPCustomEntity = SrcIpAddr\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"DefenseEvasion"
],
"techniques": [
"T1070"
],
"alertRuleTemplateName": "40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa",
"customDetails": null,
"entityMappings": [
{
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
],
"entityType": "IP"
}
],
"templateVersion": "1.0.0",
"status": "Available",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSmartEdgeAgentUninstall.yaml"
}
}
]
}