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