External DocumentationTo learn more, visit the BloodHound documentation.
Actions
List Attack Path Types
Retrieve all the possible attack path types.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Finding | Filter results by column string value. Valid predicates: eq (equal), ~eq (case-insensitive equal), neq (not equal). |
| Sort By | The column to sort by. Note: The only sortable column is finding. |
| Parameter | Description |
|---|---|
| Wait | Specify a custom timeout in seconds using the wait parameter as per RFC7240. |
{
"data": [
"ADCSESC1",
"ADCSESC2",
"ADCSESC3",
"Kerberoasting",
"DCSync"
]
}
Was this page helpful?