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

Sentinel One - Blacklist hash deleted

Back
Idde339761-2298-4b37-8f1b-80ebd4f0b5f6
RulenameSentinel One - Blacklist hash deleted
DescriptionDetects when blacklist hash 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/SentinelOneBlacklistHashDeleted.yaml
Version1.0.0
Arm templatede339761-2298-4b37-8f1b-80ebd4f0b5f6.json
Deploy To Azure
SentinelOne
| where ActivityType == 3020
| project EventCreationTime, SrcUserName, Hash=EventSubStatus
| extend AccountCustomEntity = SrcUserName, HashCustomEntity = Hash, HashAlgorithmCustomEntity = "SHA1"
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneBlacklistHashDeleted.yaml
query: |
  SentinelOne
  | where ActivityType == 3020
  | project EventCreationTime, SrcUserName, Hash=EventSubStatus
  | extend AccountCustomEntity = SrcUserName, HashCustomEntity = Hash, HashAlgorithmCustomEntity = "SHA1"  
requiredDataConnectors:
- dataTypes:
  - SentinelOne
  connectorId: SentinelOne
tactics:
- DefenseEvasion
name: Sentinel One - Blacklist hash deleted
relevantTechniques:
- T1070
severity: Medium
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
- fieldMappings:
  - identifier: Value
    columnName: HashCustomEntity
  - identifier: Algorithm
    columnName: HashAlgorithmCustomEntity
  entityType: FileHash
kind: Scheduled
queryFrequency: 1h
description: |
    'Detects when blacklist hash was deleted.'
triggerThreshold: 0
triggerOperator: gt
version: 1.0.0
queryPeriod: 1h
id: de339761-2298-4b37-8f1b-80ebd4f0b5f6