Certified Ethical Hacker (CEH v13) — Question 200

As a certified ethical hacker, you are tasked with gaining information about an enterprise's internal network. You are permitted to test the network's security using enumeration techniques. You successfully obtain a list of usernames using email IDs and execute a DNS Zone Transfer. Which enumeration technique would be most effective for your next move given that you have identified open TCP ports 25 (SMTP) and 139 (NetBIOS Session Service)?

Answer options

Correct answer: B

Explanation

The correct answer is B because the NetBIOS Session Service on TCP port 139 can be exploited to access shared files and resources on the system, making it a direct method for gaining unauthorized access. Option A is incorrect as it focuses on brute forcing usernames rather than exploiting an existing service, while C involves SNMP, which is less likely given the current context. Option D is not applicable since NFS is not accessible on port 2049 in this scenario.