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

Sentinel One - Rule disabled

Back
Id84e210dd-8982-4398-b6f3-264fd72d036c
RulenameSentinel One - Rule disabled
DescriptionDetects when a rule was disabled.
SeverityMedium
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/SentinelOneRuleDisabled.yaml
Version1.0.0
Arm template84e210dd-8982-4398-b6f3-264fd72d036c.json
Deploy To Azure
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