route_non_priv_users_dangerous_rights_to_comps
Identify and map non-privileged users with potentially dangerous rights to computers in Active Directory for enhanced security analysis.
Instructions
Route non-privileged user(s) with dangerous rights to computer(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_users_dangerous_rights_to_compsArguments",
"type": "object"
}