Analytic rule catalog
BloodHound Attack Path Finding - VM Admin Login Role on Tier Zero System
Back
| Id | f1334bfc-7cdd-4655-b8de-e1398158f4b5 |
| Rulename | BloodHound Attack Path Finding - VM Admin Login Role on Tier Zero System |
| Description | BloodHound Attack Path Finding - VM Admin Login Role on Tier Zero System |
| 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/VmAdminLoginRoleOnTierZeroSystem.yaml |
| Version | 1.0.0 |
| Arm template | f1334bfc-7cdd-4655-b8de-e1398158f4b5.json |
BHEAttackPathsData_CL | where Finding == "AzureT0VMAdminLogin"
id: f1334bfc-7cdd-4655-b8de-e1398158f4b5
entityMappings:
- fieldMappings:
- columnName: domain_name
identifier: Url
entityType: URL
severity: Medium
status: Available
customDetails:
Description: ShortDescription
Remediation: ShortRemediation
requiredDataConnectors:
- dataTypes:
- BHEAttackPathsData_CL
connectorId: BloodHoundEnterprise
kind: Scheduled
query: BHEAttackPathsData_CL | where Finding == "AzureT0VMAdminLogin"
name: BloodHound Attack Path Finding - VM Admin Login Role on Tier Zero System
queryPeriod: 1h
description: BloodHound Attack Path Finding - VM Admin Login Role on Tier Zero System
tactics: []
triggerOperator: gt
triggerThreshold: 0
relevantTechniques: []
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound%20Enterprise/Analytic%20Rules/VmAdminLoginRoleOnTierZeroSystem.yaml
queryFrequency: 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/f1334bfc-7cdd-4655-b8de-e1398158f4b5')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/f1334bfc-7cdd-4655-b8de-e1398158f4b5')]",
"properties": {
"alertRuleTemplateName": "f1334bfc-7cdd-4655-b8de-e1398158f4b5",
"customDetails": {
"Description": "ShortDescription",
"Remediation": "ShortRemediation"
},
"description": "BloodHound Attack Path Finding - VM Admin Login Role on Tier Zero System",
"displayName": "BloodHound Attack Path Finding - VM Admin Login Role on Tier Zero System",
"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/VmAdminLoginRoleOnTierZeroSystem.yaml",
"query": "BHEAttackPathsData_CL | where Finding == \"AzureT0VMAdminLogin\"",
"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"
}
]
}