BHEAttackPathsData_CL | where Finding == "LargeDefaultGroupsReadLAPS"
kind: Scheduled
customDetails:
  Remediation: ShortRemediation
  Description: ShortDescription
entityMappings:
- entityType: URL
  fieldMappings:
  - columnName: domain_name
    identifier: Url
description: BloodHound Attack Path Finding - Large Default Groups With Read LAPS Password Privileges
severity: Medium
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques: []
status: Available
tactics: []
name: BloodHound Attack Path Finding - Large Default Groups With Read LAPS Password Privileges
id: d6450ee2-2161-4d3c-96c9-674c3c44a791
query: BHEAttackPathsData_CL | where Finding == "LargeDefaultGroupsReadLAPS"
requiredDataConnectors:
- dataTypes:
  - BHEAttackPathsData_CL
  connectorId: BloodHoundEnterprise
version: 1.0.0
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound Enterprise/Analytic Rules/LargeDefaultGroupsWithReadLapsPasswordPrivileges.yaml
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": "2024-01-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/d6450ee2-2161-4d3c-96c9-674c3c44a791')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d6450ee2-2161-4d3c-96c9-674c3c44a791')]",
      "properties": {
        "alertRuleTemplateName": "d6450ee2-2161-4d3c-96c9-674c3c44a791",
        "customDetails": {
          "Description": "ShortDescription",
          "Remediation": "ShortRemediation"
        },
        "description": "BloodHound Attack Path Finding - Large Default Groups With Read LAPS Password Privileges",
        "displayName": "BloodHound Attack Path Finding - Large Default Groups With Read LAPS Password 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/LargeDefaultGroupsWithReadLapsPasswordPrivileges.yaml",
        "query": "BHEAttackPathsData_CL | where Finding == \"LargeDefaultGroupsReadLAPS\"",
        "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"
    }
  ]
}