MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Stealth |
Rule body
id: 84e210dd-8982-4398-b6f3-264fd72d036c
name: Sentinel One - Rule disabled
description: |
'Detects when a rule was disabled.'
severity: Medium
status: Available
requiredDataConnectors:
- connectorId: SentinelOne
dataTypes:
- SentinelOne
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics:
- DefenseEvasion
relevantTechniques:
- T1070
query: |
SentinelOne
| where ActivityType == 3603
| project EventCreationTime, DataRuleName, DataRuleQueryDetails, DataUserName
| extend AccountCustomEntity = DataUserName
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
version: 1.0.0
kind: Scheduled
Stages and Predicates
Stage 1: source
SentinelOne
Stage 2: where
| where ActivityType == 3603
Stage 3: project
| project EventCreationTime, DataRuleName, DataRuleQueryDetails, DataUserName
Stage 4: extend
| extend AccountCustomEntity = DataUserName
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
ActivityType | eq |
| field:"ActivityType" kind:eq value:"3603" |
Output fields
These fields are emitted when the rule matches.
| Field | Source |
|---|---|
DataRuleName | project |
DataRuleQueryDetails | project |
DataUserName | project |
EventCreationTime | project |
AccountCustomEntity | extend |