Enumerate Trust
Let’s enumerate the trusts:
ldeep ldap -u Donald.Trump -p 'MaKeam3ricaGr3at' -d newyork.local -s ldap://192.168.56.10 trusts
ldeep ldap -u Donald.Trump -p 'MaKeam3ricaGr3at' -d newyork.local -s ldap://192.168.56.12 trusts
The newyork to maryland trust link is
FOREST_TRANSITIVE | TREAT_AS_EXTERNALdue to Sid history enabledThe Maryland to newyork trust link is just
FOREST_TRANSITIVEThe corresponding ldap query is :
(objectCategory=trustedDomain)We can observe this with bloodhound too (button map domain trusts)
sudo /usr/bin/./neo4j consolesudo /opt/tools/BloodHound4.2-ly4k/BloodHound-linux-x64/BloodHound --no-sandbox --disable-dev-shm-usage
Last updated