route_non_priv_comps_dangerous_rights_to_groups
Identify and map non-privileged computers with dangerous access rights to specific groups in Active Directory for targeted security analysis and mitigation.
Instructions
Route non-privileged computer(s) with dangerous rights to group(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_groupsArguments",
"type": "object"
}