SentinelOne
| where ActivityType == 3020
| project EventCreationTime, SrcUserName, Hash=EventSubStatus
| extend AccountCustomEntity = SrcUserName, HashCustomEntity = Hash, HashAlgorithmCustomEntity = "SHA1"
relevantTechniques:
- T1070
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"
description: |
'Detects when blacklist hash was deleted.'
requiredDataConnectors:
- connectorId: SentinelOne
dataTypes:
- SentinelOne
triggerOperator: gt
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
- entityType: FileHash
fieldMappings:
- columnName: HashCustomEntity
identifier: Value
- columnName: HashAlgorithmCustomEntity
identifier: Algorithm
name: Sentinel One - Blacklist hash deleted
queryPeriod: 1h
triggerThreshold: 0
id: de339761-2298-4b37-8f1b-80ebd4f0b5f6
status: Available
kind: Scheduled
severity: Medium
queryFrequency: 1h
tactics:
- DefenseEvasion
version: 1.0.0