SentinelOne
| where ActivityType == 3020
| project EventCreationTime, SrcUserName, Hash=EventSubStatus
| extend AccountCustomEntity = SrcUserName, HashCustomEntity = Hash, HashAlgorithmCustomEntity = "SHA1"
id: de339761-2298-4b37-8f1b-80ebd4f0b5f6
triggerThreshold: 0
description: |
'Detects when blacklist hash was deleted.'
requiredDataConnectors:
- connectorId: SentinelOne
dataTypes:
- SentinelOne
queryPeriod: 1h
version: 1.0.0
severity: Medium
tactics:
- DefenseEvasion
queryFrequency: 1h
kind: Scheduled
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
relevantTechniques:
- T1070
triggerOperator: gt
query: |
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