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