Updated Handy-BloodHound-Cypher-Queries

This commit is contained in:
Mariusz B. / mgeeky 2022-09-24 23:24:31 +02:00
parent 543a85a139
commit 55f268bcac

View File

@ -431,7 +431,7 @@ MATCH (u) WHERE toLower(u.name) = "computer3@contoso.com" SET u.owned=True RETUR
- Mark users with non-empty UserPassword field as Owned: - Mark users with non-empty UserPassword field as Owned:
``` ```
MATCH (u:User) WHERE u.userpassword =~ ".+" SET u.owned=True MATCH (u:User) WHERE u.userpassword =~ ".+" SET u.owned = true RETURN u.name
``` ```
- Mark High Value all members of High Value groups: - Mark High Value all members of High Value groups: