users_with_most_cross_domain_sessions
Identify users with the highest number of cross-domain sessions in Active Directory environments to analyze potential security risks and streamline access management.
Instructions
[WIP] Users with most cross-domain sessions [Required: sessions]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "users_with_most_cross_domain_sessionsArguments",
"type": "object"
}