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 - Avere Contributor Role on Tier Zero Virtual Machine

Back
Id9bd607bf-a64c-4917-913e-e9a33f4ea28e
RulenameBloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine
DescriptionBloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine
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/AvereContributorRoleOnTierZeroVirtualMachine.yaml
Version1.0.0
Arm template9bd607bf-a64c-4917-913e-e9a33f4ea28e.json
Deploy To Azure
BHEAttackPathsData_CL
| where Finding == "AzureT0AvereContributor"
triggerOperator: gt
description: BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: domain_name
  entityType: URL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound Enterprise/Analytic Rules/AvereContributorRoleOnTierZeroVirtualMachine.yaml
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
  - BHEAttackPathsData_CL
  connectorId: BloodHoundEnterprise
tactics: []
relevantTechniques: []
query: |-
  BHEAttackPathsData_CL
  | where Finding == "AzureT0AvereContributor"  
id: 9bd607bf-a64c-4917-913e-e9a33f4ea28e
status: Available
customDetails:
  Description: ShortDescription
  Remediation: ShortRemediation
severity: Medium
name: BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine
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/9bd607bf-a64c-4917-913e-e9a33f4ea28e')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9bd607bf-a64c-4917-913e-e9a33f4ea28e')]",
      "properties": {
        "alertRuleTemplateName": "9bd607bf-a64c-4917-913e-e9a33f4ea28e",
        "customDetails": {
          "Description": "ShortDescription",
          "Remediation": "ShortRemediation"
        },
        "description": "BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine",
        "displayName": "BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine",
        "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/AvereContributorRoleOnTierZeroVirtualMachine.yaml",
        "query": "BHEAttackPathsData_CL\n| where Finding == \"AzureT0AvereContributor\"",
        "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"
    }
  ]
}