Stealth

Find all DCs in a domain quickly, less noise

nslookup -type=SRV _ldap._tcp.dc._msdcs.dhital.local

Finding kerberos servers(DCs) usually

nslookup -type=SRV _kerberos._tcp.dhital.local
nslookup -type=SRV _kerberos._udp.dhital.local

Find Global Catalogue Servers

nslookup -type=SRV _gc._tcp.domain.local

Find LDAP servers

nslookup -type=SRV _ldap._tcp.dhital.local

Find domain controllers for specific domain

nslookup -type=SRV _ldap._tcp.dc._msdcs.child.dhital.local

Last updated