users_with_most_sessions
Identify top active users by analyzing session data in Active Directory environments using a natural language query tool within the BloodHound MCP server.
Instructions
[WIP] Users with Most 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_sessionsArguments",
"type": "object"
}