Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add container enumeration to API #677

Open
0xd6cb6d73 opened this issue Jun 28, 2024 · 0 comments
Open

Feature: Add container enumeration to API #677

0xd6cb6d73 opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request triage This issue requires triaging

Comments

@0xd6cb6d73
Copy link

0xd6cb6d73 commented Jun 28, 2024

Feature Description

Add the ability to enumerate containers in a domain through the API.

Are you intending to implement this feature?

No

Current Behavior

It is currently possible to query a container's properties and controllers through the /api/v2/containers path. It is not possible to enumerate containers in a domain or otherwise from the API.

Desired Behavior

An API endpoint analogous to /api/v2/domain/<ID>/ous but for containers.

Use Case

Active directory places many objects in containers such as "Builtin", "Users", "Computers" and "Managed Service Accounts" by default. There is currently no way to programatically find who has control over these objects through the BHCE API as they cannot be found.

Implementation Suggestions

Add the /api/v2/domain/<ID>/containers endpoint.

Additional Information

N/A

@0xd6cb6d73 0xd6cb6d73 added enhancement New feature or request triage This issue requires triaging labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage This issue requires triaging
Projects
None yet
Development

No branches or pull requests

1 participant