get_computer_dcom_users
Identify users with DCOM rights to a specific computer for security analysis, helping detect potential privilege escalation and lateral movement risks in Active Directory environments.
Instructions
Retrieves the users that have DCOM rights to a specific computer in the domain.
DCOM rights allow a user to communicate with COM objects on another computer in the network.
These rights can be abused for privilege escalation and lateral movement within the domain.
Args:
computer_id: The ID of the computer to query
limit: Maximum number of DCOM rights to return (default: 100)
skip: Number of DCOM rights to skip for pagination (default: 0)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| computer_id | Yes | ||
| limit | No | ||
| skip | No |