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"
queryFrequency: 1h
severity: Medium
id: de339761-2298-4b37-8f1b-80ebd4f0b5f6
status: Available
requiredDataConnectors:
- dataTypes:
  - SentinelOne
  connectorId: SentinelOne
kind: Scheduled
description: |
    'Detects when blacklist hash was deleted.'
query: |
  SentinelOne
  | where ActivityType == 3020
  | project EventCreationTime, SrcUserName, Hash=EventSubStatus
  | extend AccountCustomEntity = SrcUserName, HashCustomEntity = Hash, HashAlgorithmCustomEntity = "SHA1"  
tactics:
- DefenseEvasion
triggerThreshold: 0
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneBlacklistHashDeleted.yaml
relevantTechniques:
- T1070
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
- entityType: FileHash
  fieldMappings:
  - identifier: Value
    columnName: HashCustomEntity
  - identifier: Algorithm
    columnName: HashAlgorithmCustomEntity
version: 1.0.0
name: Sentinel One - Blacklist hash deleted
queryPeriod: 1h
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/de339761-2298-4b37-8f1b-80ebd4f0b5f6')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/de339761-2298-4b37-8f1b-80ebd4f0b5f6')]",
      "properties": {
        "alertRuleTemplateName": "de339761-2298-4b37-8f1b-80ebd4f0b5f6",
        "customDetails": null,
        "description": "'Detects when blacklist hash was deleted.'\n",
        "displayName": "Sentinel One - Blacklist hash deleted",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          },
          {
            "entityType": "FileHash",
            "fieldMappings": [
              {
                "columnName": "HashCustomEntity",
                "identifier": "Value"
              },
              {
                "columnName": "HashAlgorithmCustomEntity",
                "identifier": "Algorithm"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneBlacklistHashDeleted.yaml",
        "query": "SentinelOne\n| where ActivityType == 3020\n| project EventCreationTime, SrcUserName, Hash=EventSubStatus\n| extend AccountCustomEntity = SrcUserName, HashCustomEntity = Hash, HashAlgorithmCustomEntity = \"SHA1\"\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1070"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}