Multiple choice technology security

The user types the URL of an Internet application and he is navigated to an application, which is not even close to the real one.

  1. DNS poisoning.

  2. Phishing.

  3. Social Engineering.

  4. Network eavesdropping.

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

DNS poisoning corrupts the DNS resolution process, causing the correct URL to resolve to a malicious server's IP address instead of the legitimate one. Phishing tricks users into visiting fake sites, social engineering manipulates people, and eavesdropping involves passive listening.

AI explanation

When a user correctly types a legitimate URL but is silently routed to a completely different, fraudulent site, the most likely cause is DNS poisoning (cache poisoning) — an attacker corrupts DNS resolution so the domain name resolves to the wrong (malicious) IP address, even though the user did everything right. Phishing instead relies on tricking the user into clicking a disguised/fake link or email, not typing the real URL. Social Engineering is a broader people-manipulation tactic, not a technical redirection. Network eavesdropping only involves passively observing traffic, not redirecting the user to a different application.