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

Bitglass - The SmartEdge endpoint agent was uninstalled

Back
Id40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa
RulenameBitglass - The SmartEdge endpoint agent was uninstalled
DescriptionDetects when SmartEdge endpoint agent was uninstalled.
SeverityMedium
TacticsDefenseEvasion
TechniquesT1070
Required data connectorsBitglass
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSmartEdgeAgentUninstall.yaml
Version1.0.0
Arm template40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa.json
Deploy To Azure
Bitglass
| where EventType =~ 'access'
| where EventResultDetails startswith 'The SmartEdge endpoint agent was uninstalled'
| extend IPCustomEntity = SrcIpAddr
queryFrequency: 1h
severity: Medium
id: 40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa
status: Available
requiredDataConnectors:
- dataTypes:
  - Bitglass
  connectorId: Bitglass
kind: Scheduled
description: |
    'Detects when SmartEdge endpoint agent was uninstalled.'
query: |
  Bitglass
  | where EventType =~ 'access'
  | where EventResultDetails startswith 'The SmartEdge endpoint agent was uninstalled'
  | extend IPCustomEntity = SrcIpAddr  
tactics:
- DefenseEvasion
triggerThreshold: 0
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSmartEdgeAgentUninstall.yaml
relevantTechniques:
- T1070
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
version: 1.0.0
name: Bitglass - The SmartEdge endpoint agent was uninstalled
queryPeriod: 1h
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa')]",
      "properties": {
        "alertRuleTemplateName": "40f69a27-8c68-4c8c-bb7c-7eb0f0a8a1fa",
        "customDetails": null,
        "description": "'Detects when SmartEdge endpoint agent was uninstalled.'\n",
        "displayName": "Bitglass - The SmartEdge endpoint agent was uninstalled",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IPCustomEntity",
                "identifier": "Address"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSmartEdgeAgentUninstall.yaml",
        "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",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1070"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}