route_owned_users_dangerous_rights_to_any
Identify and analyze users with active permissions granting access to critical nodes within an Active Directory environment for security assessment and risk mitigation.
Instructions
Route all owned & enabled user(s) with Dangerous Rights to any node type
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_owned_users_dangerous_rights_to_anyArguments",
"type": "object"
}