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