Certified Ethical Hacker (CEH v10) — Question 11

An attacker has installed a RAT on a host. The attacker wants to ensure that when a user attempts to go to "www.MyPersonalBank.com", that the user is directed to a phishing site.
Which file does the attacker need to modify?

Answer options

Correct answer: D

Explanation

The correct answer is D, as the Hosts file is used to map hostnames to IP addresses, allowing the attacker to redirect the domain to a phishing site. The other options, such as Boot.ini, Sudoers, and Networks, do not control hostname resolution and therefore cannot achieve the desired redirection.