Enumerate DNS

  • Thread starter Thread starter Mariah
  • Start date Start date
M

Mariah

Hi.

I would like to search every _ldap._tcp.SITENAME._sites.gc_msdcs.domain.com
in my DNS. May I get some help to solve my problem.

/mariah
 
Try using DNScmd.exe coupled with FIND.

You should be able to use dnscmd to enumerate all of the SRV records in the
domain, and then use find to pull out the ones containing _sites.gc_msdcs,
then use FIND to filter down to the specifics that you need.
 
Back
Top