domain_controllers
Retrieve domain controllers from BloodHound Active Directory data by querying computers that are members of the Domain Controllers group (SID ending -516).
Instructions
Domain Controllers (members of the -516 group). (requête vérifiée)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | domain_controllers | |
| cy | No | MATCH (c:Computer)-[:MemberOf*1..]->(g:Group) WHERE g.objectid ENDS WITH '-516' RETURN DISTINCT c.name AS name ORDER BY name |