Skip to main content
Retrieve all the possible attack path types.
External DocumentationTo learn more, visit the BloodHound documentation.

Basic Parameters

ParameterDescription
FindingFilter results by column string value.

Valid predicates: eq (equal), ~eq (case-insensitive equal), neq (not equal).
Sort ByThe column to sort by.

Note: The only sortable column is finding.

Advanced Parameters

ParameterDescription
WaitSpecify a custom timeout in seconds using the wait parameter as per RFC7240.

Example Output

{
	"data": [
		"ADCSESC1",
		"ADCSESC2",
		"ADCSESC3",
		"Kerberoasting",
		"DCSync"
	]
}

Workflow Library Example

List Attack Path Types with Bloodhound and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop