entity_info
Query BloodHound Enterprise for entity details: retrieve base or container info, controllers, controllables, or Azure entity lookups by specifying info type and object ID or entity type.
Instructions
Query generic BHE entity endpoints not covered by a specific composite tool.
info_type options:
base_info - AD base entity info (needs: object_id)
base_controllables - controllable objects for a base entity (needs: object_id)
base_controllers - controllers of a base entity (needs: object_id)
container_info - container entity info (needs: object_id)
container_controllers - controllers of a container entity (needs: object_id)
azure_entity - generic Azure entity lookup by entity type (needs: entity_type)
args:
info_type: what to retrieve
object_id: AD object ID for base/container endpoints
entity_type: Azure entity type path segment
limit: max results for list endpoints
skip: pagination offset for list endpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| limit | No | ||
| info_type | Yes | ||
| object_id | No | ||
| entity_type | No |