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