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 - Non-Tier Zero Principals With DCSync Privileges

Back
Idd6bf4db8-f2f3-4738-9051-bb892b268da3
RulenameBloodHound Attack Path Finding - Non-Tier Zero Principals With DCSync Privileges
DescriptionBloodHound Attack Path Finding - Non-Tier Zero Principals With DCSync Privileges
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/TierZeroPrincipalsWithDcsyncPrivileges.yaml
Version1.0.0
Arm templated6bf4db8-f2f3-4738-9051-bb892b268da3.json
Deploy To Azure
BHEAttackPathsData_CL 
| where Finding == "NonT0DCSyncers"
triggerOperator: gt
description: BloodHound Attack Path Finding - Non-Tier Zero Principals With DCSync Privileges
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: domain_name
  entityType: URL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound Enterprise/Analytic Rules/TierZeroPrincipalsWithDcsyncPrivileges.yaml
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
  - BHEAttackPathsData_CL
  connectorId: BloodHoundEnterprise
tactics: []
relevantTechniques: []
query: |-
  BHEAttackPathsData_CL 
  | where Finding == "NonT0DCSyncers"  
id: d6bf4db8-f2f3-4738-9051-bb892b268da3
status: Available
customDetails:
  Description: ShortDescription
  Remediation: ShortRemediation
severity: Medium
name: BloodHound Attack Path Finding - Non-Tier Zero Principals With DCSync Privileges
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/d6bf4db8-f2f3-4738-9051-bb892b268da3')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d6bf4db8-f2f3-4738-9051-bb892b268da3')]",
      "properties": {
        "alertRuleTemplateName": "d6bf4db8-f2f3-4738-9051-bb892b268da3",
        "customDetails": {
          "Description": "ShortDescription",
          "Remediation": "ShortRemediation"
        },
        "description": "BloodHound Attack Path Finding - Non-Tier Zero Principals With DCSync Privileges",
        "displayName": "BloodHound Attack Path Finding - Non-Tier Zero Principals With DCSync Privileges",
        "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/TierZeroPrincipalsWithDcsyncPrivileges.yaml",
        "query": "BHEAttackPathsData_CL \n| where Finding == \"NonT0DCSyncers\"",
        "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"
    }
  ]
}