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

BloodHound Attack Path Finding - Admins on Tier Zero Computers

Back
Idb0b747f2-938a-4f13-b7d1-9def60a719bd
RulenameBloodHound Attack Path Finding - Admins on Tier Zero Computers
DescriptionBloodHound Attack Path Finding - Admins on Tier Zero Computers
SeverityMedium
Required data connectorsBloodHoundEnterprise
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound Enterprise/Analytic Rules/AdminsOnTierZeroComputers.yaml
Version1.0.0
Arm templateb0b747f2-938a-4f13-b7d1-9def60a719bd.json
Deploy To Azure
BHEAttackPathsData_CL 
| where Finding == "T0Admins"
triggerOperator: gt
description: BloodHound Attack Path Finding - Admins on Tier Zero Computers
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: domain_name
  entityType: URL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound Enterprise/Analytic Rules/AdminsOnTierZeroComputers.yaml
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
  - BHEAttackPathsData_CL
  connectorId: BloodHoundEnterprise
tactics: []
relevantTechniques: []
query: |-
  BHEAttackPathsData_CL 
  | where Finding == "T0Admins"  
id: b0b747f2-938a-4f13-b7d1-9def60a719bd
status: Available
customDetails:
  Description: ShortDescription
  Remediation: ShortRemediation
severity: Medium
name: BloodHound Attack Path Finding - Admins on Tier Zero Computers
version: 1.0.0
queryFrequency: 1h
queryPeriod: 1h
kind: Scheduled
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2024-01-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/b0b747f2-938a-4f13-b7d1-9def60a719bd')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b0b747f2-938a-4f13-b7d1-9def60a719bd')]",
      "properties": {
        "alertRuleTemplateName": "b0b747f2-938a-4f13-b7d1-9def60a719bd",
        "customDetails": {
          "Description": "ShortDescription",
          "Remediation": "ShortRemediation"
        },
        "description": "BloodHound Attack Path Finding - Admins on Tier Zero Computers",
        "displayName": "BloodHound Attack Path Finding - Admins on Tier Zero Computers",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "domain_name",
                "identifier": "Url"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound Enterprise/Analytic Rules/AdminsOnTierZeroComputers.yaml",
        "query": "BHEAttackPathsData_CL \n| where Finding == \"T0Admins\"",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [],
        "techniques": [],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}