Skip to main content
Retrieve all attack path findings and their associated details, including documentation.
External DocumentationTo learn more, visit the BloodHound documentation.

Parameters

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

Example Output

{
	"findings": [
		{
			"target_id": "S-1-5-21-1234567890-1234567890-1234567890-1001",
			"target_kind": "User",
			"target_properties": {
				"name": "[email protected]",
				"objectid": "S-1-5-21-1234567890-1234567890-1234567890-1001"
			},
			"finding_name": "ADCSESC1",
			"environment_id": "default",
			"impact_percentage": 85,
			"impact_count": 150,
			"accepted_until": 0,
			"asset_group": "Tier Zero"
		}
	],
	"finding_assets": {}
}

Workflow Library Example

Get All Attack Path Findings with Bloodhound and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop