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