constrained_delegation
Discover Active Directory principals with constrained delegation and their allowed target services, helping identify potential Kerberos delegation attack paths.
Instructions
Principals with constrained delegation and their allowed targets. (requête vérifiée)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | constrained_delegation | |
| cy | No | MATCH (n)-[:AllowedToDelegate]->(t) RETURN n.name AS principal, collect(t.name) AS targets ORDER BY principal |