SentinelOne
| where ActivityType == 3603
| project EventCreationTime, DataRuleName, DataRuleQueryDetails, DataUserName
| extend AccountCustomEntity = DataUserName
triggerThreshold: 0
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
requiredDataConnectors:
- dataTypes:
- SentinelOne
connectorId: SentinelOne
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneRuleDisabled.yaml
name: Sentinel One - Rule disabled
relevantTechniques:
- T1070
status: Available
version: 1.0.0
queryPeriod: 1h
kind: Scheduled
id: 84e210dd-8982-4398-b6f3-264fd72d036c
query: |
SentinelOne
| where ActivityType == 3603
| project EventCreationTime, DataRuleName, DataRuleQueryDetails, DataUserName
| extend AccountCustomEntity = DataUserName
description: |
'Detects when a rule was disabled.'
queryFrequency: 1h
severity: Medium
triggerOperator: gt
tactics:
- DefenseEvasion