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 - Add Member Privileges on Tier Zero Security Groups

Back
Id17c3d3b1-42f1-4bbd-bcbd-6ab7621448c9
RulenameBloodHound Attack Path Finding - Add Member Privileges on Tier Zero Security Groups
DescriptionBloodHound Attack Path Finding - Add Member Privileges on Tier Zero Security Groups
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/AddMemberPrivilegesOnTierZeroSecurityGroups.yaml
Version1.0.0
Arm template17c3d3b1-42f1-4bbd-bcbd-6ab7621448c9.json
Deploy To Azure
BHEAttackPathsData_CL | where Finding == "T0AddMember"
triggerOperator: gt
description: BloodHound Attack Path Finding - Add Member Privileges on Tier Zero Security Groups
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: domain_name
  entityType: URL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound Enterprise/Analytic Rules/AddMemberPrivilegesOnTierZeroSecurityGroups.yaml
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
  - BHEAttackPathsData_CL
  connectorId: BloodHoundEnterprise
tactics: []
relevantTechniques: []
query: BHEAttackPathsData_CL | where Finding == "T0AddMember"
id: 17c3d3b1-42f1-4bbd-bcbd-6ab7621448c9
status: Available
customDetails:
  Description: ShortDescription
  Remediation: ShortRemediation
severity: Medium
name: BloodHound Attack Path Finding - Add Member Privileges on Tier Zero Security Groups
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/17c3d3b1-42f1-4bbd-bcbd-6ab7621448c9')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/17c3d3b1-42f1-4bbd-bcbd-6ab7621448c9')]",
      "properties": {
        "alertRuleTemplateName": "17c3d3b1-42f1-4bbd-bcbd-6ab7621448c9",
        "customDetails": {
          "Description": "ShortDescription",
          "Remediation": "ShortRemediation"
        },
        "description": "BloodHound Attack Path Finding - Add Member Privileges on Tier Zero Security Groups",
        "displayName": "BloodHound Attack Path Finding - Add Member Privileges on Tier Zero Security Groups",
        "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/AddMemberPrivilegesOnTierZeroSecurityGroups.yaml",
        "query": "BHEAttackPathsData_CL | where Finding == \"T0AddMember\"",
        "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"
    }
  ]
}