route_non_privileged_users_with_dangerous_permissions
Identify and route non-privileged users with dangerous permissions in Active Directory environments to any node type for detailed analysis and remediation.
Instructions
Route non-privileged user(s) with dangerous permissions 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_non_privileged_users_with_dangerous_permissionsArguments",
"type": "object"
}