domain_trusts
List Active Directory domain trust relationships, including source, trust type, and target, to uncover cross-domain attack paths.
Instructions
Trust relationships between domains. (requête vérifiée)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | domain_trusts | |
| cy | No | MATCH (a:Domain)-[r:SameForestTrust|CrossForestTrust|TrustedBy]->(b:Domain) RETURN a.name AS from_domain, type(r) AS trust, b.name AS to_domain ORDER BY from_domain |