find_allshortestpaths_with_dcsync_to_domain
Identify all shortest paths to a domain object with DCSync rights in Active Directory using natural language queries for enhanced security analysis.
Instructions
Find allshortestpaths with DCSync to domain object
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "find_allshortestpaths_with_dcsync_to_domainArguments",
"type": "object"
}