Multiple choice technology security

Redirecting the traffic to a fake website by changing the details in user DNS

  1. Session hijacking

  2. Phishing

  3. Pharming

  4. MAC spoofing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Pharming is an attack that redirects users to fake websites by compromising DNS settings or poisoning DNS caches, unlike phishing which requires clicking a link. Option C is correct. Session hijacking (A) steals user sessions, phishing (B) uses deceptive links, and MAC spoofing (D) forges hardware addresses.

AI explanation

Pharming redirects users to a fraudulent website by corrupting DNS resolution (or the local hosts file) so that a legitimate domain name resolves to a malicious IP address, without the user clicking any suspicious link. This differs from phishing, which relies on deceptive emails or messages to lure the user, and from session hijacking, which takes over an already-established session rather than altering DNS records.