get_ou_users
Retrieve users within a specific Active Directory OU to identify potential targets for lateral movement and privilege escalation in security assessments.
Instructions
Retrieves the users within a specific OU in the domain.
This can be used to identify potential targets for lateral movement and privilege escalation.
Args:
ou_id: The ID of the OU to query
limit: Maximum number of users to return (default: 100)
skip: Number of users to skip for pagination (default: 0)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ou_id | Yes | ||
| limit | No | ||
| skip | No |