list_non_managed_service_accounts
Identify non-managed service accounts in Active Directory environments using natural language queries with BloodHound MCP. Simplify analysis and improve security by locating unmanaged accounts.
Instructions
List non-managed service account(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_non_managed_service_accountsArguments",
"type": "object"
}