Analytic rule catalog
BloodHound Attack Path Finding - Large Default Groups in PS Remote Users Groups
Back
| Id | ac15bea7-c2c2-4f0f-b13c-2099f4d86f77 |
| Rulename | BloodHound Attack Path Finding - Large Default Groups in PS Remote Users Groups |
| Description | BloodHound Attack Path Finding - Large Default Groups in PS Remote Users Groups |
| 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/LargeDefaultGroupsInPsRemoteUsersGroups.yaml |
| Version | 1.0.0 |
| Arm template | ac15bea7-c2c2-4f0f-b13c-2099f4d86f77.json |
BHEAttackPathsData_CL | where Finding == "LargeDefaultGroupsPSRemote"
relevantTechniques: []
queryPeriod: 1h
query: BHEAttackPathsData_CL | where Finding == "LargeDefaultGroupsPSRemote"
id: ac15bea7-c2c2-4f0f-b13c-2099f4d86f77
entityMappings:
- entityType: URL
fieldMappings:
- identifier: Url
columnName: domain_name
description: BloodHound Attack Path Finding - Large Default Groups in PS Remote Users Groups
kind: Scheduled
triggerOperator: gt
queryFrequency: 1h
severity: Medium
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BloodHound%20Enterprise/Analytic%20Rules/LargeDefaultGroupsInPsRemoteUsersGroups.yaml
tactics: []
triggerThreshold: 0
status: Available
version: 1.0.0
requiredDataConnectors:
- connectorId: BloodHoundEnterprise
dataTypes:
- BHEAttackPathsData_CL
name: BloodHound Attack Path Finding - Large Default Groups in PS Remote Users Groups
customDetails:
Description: ShortDescription
Remediation: ShortRemediation
{
"$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/ac15bea7-c2c2-4f0f-b13c-2099f4d86f77')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/ac15bea7-c2c2-4f0f-b13c-2099f4d86f77')]",
"properties": {
"alertRuleTemplateName": "ac15bea7-c2c2-4f0f-b13c-2099f4d86f77",
"customDetails": {
"Description": "ShortDescription",
"Remediation": "ShortRemediation"
},
"description": "BloodHound Attack Path Finding - Large Default Groups in PS Remote Users Groups",
"displayName": "BloodHound Attack Path Finding - Large Default Groups in PS Remote Users Groups",
"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/LargeDefaultGroupsInPsRemoteUsersGroups.yaml",
"query": "BHEAttackPathsData_CL | where Finding == \"LargeDefaultGroupsPSRemote\"",
"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"
}
]
}