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.2
Arm template4ad87e4a-d045-4c6b-9652-c9de27fcb442.json
Deploy To Azure
SentinelOne
| where ActivityType == 51
| summarize count() by DataComputerName, bin(TimeGenerated, 30m)
| where count_ > 1
description: |
    'Detects when agent was uninstalled from multiple hosts.'
kind: Scheduled
tactics:
- DefenseEvasion
requiredDataConnectors:
- connectorId: SentinelOne
  dataTypes:
  - SentinelOne
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneAgentUninstalled.yaml
severity: High
name: Sentinel One - Agent uninstalled from multiple hosts
triggerThreshold: 0
queryPeriod: 1h
query: |
  SentinelOne
  | where ActivityType == 51
  | summarize count() by DataComputerName, bin(TimeGenerated, 30m)
  | where count_ > 1  
relevantTechniques:
- T1070
id: 4ad87e4a-d045-4c6b-9652-c9de27fcb442
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.2
entityMappings:
- entityType: Host
  fieldMappings:
  - columnName: DataComputerName
    identifier: HostName