route_non_priv_comps_dangerous_rights_to_users
Identify and map non-privileged computers granting dangerous rights to users in Active Directory, enabling risk analysis and mitigation of security vulnerabilities.
Instructions
Route non-privileged computer(s) with dangerous rights to user(s) [HIGH RAM]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_non_priv_comps_dangerous_rights_to_usersArguments",
"type": "object"
}