Analytic rule catalog
BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine
Back
| Id | 9bd607bf-a64c-4917-913e-e9a33f4ea28e |
| Rulename | BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine |
| Description | BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine |
| Severity | Medium |
| Required data connectors | BloodHoundEnterprise |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound%20Enterprise/Analytic%20Rules/AvereContributorRoleOnTierZeroVirtualMachine.yaml |
| Version | 1.0.0 |
| Arm template | 9bd607bf-a64c-4917-913e-e9a33f4ea28e.json |
BHEAttackPathsData_CL
| where Finding == "AzureT0AvereContributor"
name: BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine
tactics: []
version: 1.0.0
queryFrequency: 1h
triggerThreshold: 0
customDetails:
Remediation: ShortRemediation
Description: ShortDescription
relevantTechniques: []
kind: Scheduled
description: BloodHound Attack Path Finding - Avere Contributor Role on Tier Zero Virtual Machine
requiredDataConnectors:
- connectorId: BloodHoundEnterprise
dataTypes:
- BHEAttackPathsData_CL
status: Available
severity: Medium
entityMappings:
- fieldMappings:
- identifier: Url
columnName: domain_name
entityType: URL
queryPeriod: 1h
query: |-
BHEAttackPathsData_CL
| where Finding == "AzureT0AvereContributor"
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound%20Enterprise/Analytic%20Rules/AvereContributorRoleOnTierZeroVirtualMachine.yaml
id: 9bd607bf-a64c-4917-913e-e9a33f4ea28e
{
"$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%20Enterprise/Analytic%20Rules/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"
}
]
}