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 Resource Assigned to Tier Zero Service Principal

Back
Id9fe3e89b-fd57-4df1-a6e7-8a875966dada
RulenameBloodHound Attack Path Finding - Non Tier Zero Resource Assigned to Tier Zero Service Principal
DescriptionBloodHound Attack Path Finding - Non Tier Zero Resource Assigned to Tier Zero Service Principal
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/NonTierZeroResourceAssignedToTierZeroServicePrincipal.yaml
Version1.0.0
Arm template9fe3e89b-fd57-4df1-a6e7-8a875966dada.json
Deploy To Azure
BHEAttackPathsData_CL 
| where Finding == "AzureNonT0ManagedIdentityAssignment"
kind: Scheduled
customDetails:
  Remediation: ShortRemediation
  Description: ShortDescription
entityMappings:
- entityType: URL
  fieldMappings:
  - columnName: domain_name
    identifier: Url
description: BloodHound Attack Path Finding - Non Tier Zero Resource Assigned to Tier Zero Service Principal
severity: Medium
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques: []
status: Available
tactics: []
name: BloodHound Attack Path Finding - Non Tier Zero Resource Assigned to Tier Zero Service Principal
id: 9fe3e89b-fd57-4df1-a6e7-8a875966dada
query: |-
  BHEAttackPathsData_CL 
  | where Finding == "AzureNonT0ManagedIdentityAssignment"  
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/NonTierZeroResourceAssignedToTierZeroServicePrincipal.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/9fe3e89b-fd57-4df1-a6e7-8a875966dada')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9fe3e89b-fd57-4df1-a6e7-8a875966dada')]",
      "properties": {
        "alertRuleTemplateName": "9fe3e89b-fd57-4df1-a6e7-8a875966dada",
        "customDetails": {
          "Description": "ShortDescription",
          "Remediation": "ShortRemediation"
        },
        "description": "BloodHound Attack Path Finding - Non Tier Zero Resource Assigned to Tier Zero Service Principal",
        "displayName": "BloodHound Attack Path Finding - Non Tier Zero Resource Assigned to Tier Zero Service Principal",
        "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/NonTierZeroResourceAssignedToTierZeroServicePrincipal.yaml",
        "query": "BHEAttackPathsData_CL \n| where Finding == \"AzureNonT0ManagedIdentityAssignment\"",
        "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"
    }
  ]
}