From 102e8d72f46c85dcd386f855650d963edf0f0eb2 Mon Sep 17 00:00:00 2001 From: InfamousSYN Date: Fri, 5 Apr 2024 10:24:14 +1100 Subject: [PATCH] Update domain.json --- queries/domain.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/queries/domain.json b/queries/domain.json index 18b6cd5..311285b 100644 --- a/queries/domain.json +++ b/queries/domain.json @@ -129,6 +129,22 @@ } ] }, + { + "name": "List domain computer(s)", + "category": "Domain / Macro", + "queryList": [ + { + "final": false, + "title": "Select source domain", + "query": "MATCH (n:Domain) RETURN n.name ORDER BY n.name" + }, + { + "final": true, + "query": "MATCH (c:Computer {domain: $result}) RETURN c", + "allowCollapse": false + } + ] + }, { "name": "List Certificate Authority server(s) [Required: Certipy]", "category": "Domain / Macro",