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