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

Sentinel One - Agent uninstalled from multiple hosts

Back
Id4ad87e4a-d045-4c6b-9652-c9de27fcb442
RulenameSentinel One - Agent uninstalled from multiple hosts
DescriptionDetects when agent was uninstalled from multiple hosts.
SeverityHigh
TacticsDefenseEvasion
TechniquesT1070
Required data connectorsSentinelOne
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneAgentUninstalled.yaml
Version1.0.1
Arm template4ad87e4a-d045-4c6b-9652-c9de27fcb442.json
Deploy To Azure
SentinelOne
| where ActivityType == 31
| summarize count() by DataComputerName, bin(TimeGenerated, 30m)
| where count_ > 1
| extend HostCustomEntity = DataComputerName
id: 4ad87e4a-d045-4c6b-9652-c9de27fcb442
requiredDataConnectors:
- dataTypes:
  - SentinelOne
  connectorId: SentinelOne
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneAgentUninstalled.yaml
relevantTechniques:
- T1070
kind: Scheduled
name: Sentinel One - Agent uninstalled from multiple hosts
queryFrequency: 1h
query: |
  SentinelOne
  | where ActivityType == 31
  | summarize count() by DataComputerName, bin(TimeGenerated, 30m)
  | where count_ > 1
  | extend HostCustomEntity = DataComputerName  
severity: High
triggerThreshold: 0
tactics:
- DefenseEvasion
entityMappings:
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: HostName
  entityType: Host
version: 1.0.1
queryPeriod: 1h
description: |
    'Detects when agent was uninstalled from multiple hosts.'
status: Available
{
  "$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/4ad87e4a-d045-4c6b-9652-c9de27fcb442')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/4ad87e4a-d045-4c6b-9652-c9de27fcb442')]",
      "properties": {
        "alertRuleTemplateName": "4ad87e4a-d045-4c6b-9652-c9de27fcb442",
        "customDetails": null,
        "description": "'Detects when agent was uninstalled from multiple hosts.'\n",
        "displayName": "Sentinel One - Agent uninstalled from multiple hosts",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "HostCustomEntity",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneAgentUninstalled.yaml",
        "query": "SentinelOne\n| where ActivityType == 31\n| summarize count() by DataComputerName, bin(TimeGenerated, 30m)\n| where count_ > 1\n| extend HostCustomEntity = DataComputerName\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1070"
        ],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}