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