A penetration tester is tasked with enumerating user accounts and network resources in a highly secured Windows environment where standard methods like SMB null sessions are blocked. The network employs strict firewall rules and intrusion detection systems to prevent unauthorized access. Which technique should the tester use to discreetly gather the required information without triggering security alarms?
- AExploit a misconfigured LDAP service to perform anonymous searches
- BConduct a zone transfer by querying the organization’s DNS servers (correct answer)
- CUtilize NetBIOS over TCP/IP to list shared resources anonymously
- DLeverage Active Directory Web Services for unauthorized queries
Reveal answer & explanationHide answer
The correct answer is B. Option B: Conduct a zone transfer by querying the organization’s DNS servers
Explanation
DNS resolves host names to records such as IP addresses and service locations. This option keeps traffic private / properly secured as required.