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 deleted

Back
Ide171b587-22bd-46ec-b96c-7c99024847a7
RulenameSentinel One - Rule deleted
DescriptionDetects when a rule was deleted.
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/SentinelOneRuleDeleted.yaml
Version1.0.0
Arm templatee171b587-22bd-46ec-b96c-7c99024847a7.json
Deploy To Azure
SentinelOne
| where ActivityType == 3602
| project EventCreationTime, DataRuleName, DataRuleQueryDetails, DataUserName
| extend AccountCustomEntity = DataUserName
relevantTechniques:
- T1070
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
triggerThreshold: 0
description: |
    'Detects when a rule was deleted.'
requiredDataConnectors:
- connectorId: SentinelOne
  dataTypes:
  - SentinelOne
triggerOperator: gt
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneRuleDeleted.yaml
id: e171b587-22bd-46ec-b96c-7c99024847a7
queryFrequency: 1h
query: |
  SentinelOne
  | where ActivityType == 3602
  | project EventCreationTime, DataRuleName, DataRuleQueryDetails, DataUserName
  | extend AccountCustomEntity = DataUserName  
severity: Medium
status: Available
queryPeriod: 1h
name: Sentinel One - Rule deleted
tactics:
- DefenseEvasion
kind: Scheduled