Analytic rule catalog
BloodHound Attack Path Finding - Tier Zero Computer Vulnerable to Coercion-Based NTLM Relay to LDAPS Attack
Back
| Id | 37a04fa0-b13c-43d9-a6a0-f34229ebf8f4 |
| Rulename | BloodHound Attack Path Finding - Tier Zero Computer Vulnerable to Coercion-Based NTLM Relay to LDAPS Attack |
| Description | BloodHound Attack Path Finding - Tier Zero Computer Vulnerable to Coercion-Based NTLM Relay to LDAPS Attack |
| 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/BasedNtlmRelayToLdapsAttack.yaml |
| Version | 1.0.0 |
| Arm template | 37a04fa0-b13c-43d9-a6a0-f34229ebf8f4.json |
BHEAttackPathsData_CL | where Finding == "T0CoerceAndRelayNTLMToLDAPS"
triggerThreshold: 0
version: 1.0.0
entityMappings:
- entityType: URL
fieldMappings:
- identifier: Url
columnName: domain_name
query: BHEAttackPathsData_CL | where Finding == "T0CoerceAndRelayNTLMToLDAPS"
name: BloodHound Attack Path Finding - Tier Zero Computer Vulnerable to Coercion-Based NTLM Relay to LDAPS Attack
kind: Scheduled
tactics: []
id: 37a04fa0-b13c-43d9-a6a0-f34229ebf8f4
queryFrequency: 1h
customDetails:
Remediation: ShortRemediation
Description: ShortDescription
description: BloodHound Attack Path Finding - Tier Zero Computer Vulnerable to Coercion-Based NTLM Relay to LDAPS Attack
requiredDataConnectors:
- connectorId: BloodHoundEnterprise
dataTypes:
- BHEAttackPathsData_CL
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound%20Enterprise/Analytic%20Rules/BasedNtlmRelayToLdapsAttack.yaml
relevantTechniques: []
status: Available
severity: Medium
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/37a04fa0-b13c-43d9-a6a0-f34229ebf8f4')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/37a04fa0-b13c-43d9-a6a0-f34229ebf8f4')]",
"properties": {
"alertRuleTemplateName": "37a04fa0-b13c-43d9-a6a0-f34229ebf8f4",
"customDetails": {
"Description": "ShortDescription",
"Remediation": "ShortRemediation"
},
"description": "BloodHound Attack Path Finding - Tier Zero Computer Vulnerable to Coercion-Based NTLM Relay to LDAPS Attack",
"displayName": "BloodHound Attack Path Finding - Tier Zero Computer Vulnerable to Coercion-Based NTLM Relay to LDAPS Attack",
"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/BasedNtlmRelayToLdapsAttack.yaml",
"query": "BHEAttackPathsData_CL | where Finding == \"T0CoerceAndRelayNTLMToLDAPS\"",
"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"
}
]
}