Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Sentinel One - Blacklist hash deleted

Back
Idde339761-2298-4b37-8f1b-80ebd4f0b5f6
RulenameSentinel One - Blacklist hash deleted
DescriptionDetects when blacklist hash was deleted.
SeverityMedium
TacticsDefenseEvasion
TechniquesT1070
Required data connectorsSentinelOne
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneBlacklistHashDeleted.yaml
Version1.0.0
Arm templatede339761-2298-4b37-8f1b-80ebd4f0b5f6.json
Deploy To Azure
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