Which Attack Redirects Website Users to a Different Site?

Which of the following attacks can cause users who are attempting to access a company website to be directed to an entirely different website?

  1. DNS poisoning Source Reference Answer
  2. Denial-of-service
  3. Social engineering
  4. ARP spoofing

Community Votes

A
100%

100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

This question tests your ability to distinguish between network-layer attacks that manipulate address resolution (DNS vs. ARP) and other non-redirecting threats; the trap is confusing ARP spoofing with DNS poisoning because both involve 'spoofing' but operate at different layers.

The correct answer is A. DNS poisoning, also known as DNS cache poisoning, which corrupts DNS records to redirect users to attacker-controlled websites. Community consensus strongly supports this answer, with 89 votes for option A.

The most common wrong answer is D. ARP spoofing, because it also redirects traffic, but ARP spoofing works at Layer 2 within a local network and does not affect DNS resolution for users attempting to access a public company website.

Community Discussion (7 comments)

HeatSquad77 👍 2 Selected: A
A. DNS cache poisoning Also known as DNS poisoning, an attack that adds or changes information in a DNS server’s cache to point hostnames to incorrect IP addresses, under the attacker’s control. When a client requests an IP address from this DNS server for a Web site, the poisoned server hands out an IP address of an attacker machine, not the legitimate site. When the client subsequently visits the attacker site, they become vulnerable to a number of threats including malware.
ba10f26 👍 1 Selected: A
The correct answer is: A. DNS poisoning. DNS poisoning (or DNS spoofing) involves corrupting the DNS cache or records to redirect users from a legitimate website to a fraudulent or malicious website. This type of attack can deceive users and potentially capture sensitive information.
BobbyCruz111 👍 1 Selected: A
DNS Poisoning
Dennizje 👍 1 Selected: A
It is DNS poisoning, the DNS is generally what the user is clicking on in good faith.
Intel_Geek 👍 3 Selected: A
a
Intel_Geek 👍 1 Selected: D
DNS poisoning redirects your URL to a malicious website when trying to access a regular one,
chupapi_001 👍 2
The correct answer is A. DNS poisoning DNS poisoning is a type of cyber attack that specifically causes users to be redirected to malicious websites when they attempt to access legitimate ones.

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

DNS poisoning (also called DNS cache poisoning) is the attack that directly causes users trying to access a legitimate company website to be sent to a different, often malicious website. It works by corrupting the DNS server's cache so that hostnames resolve to incorrect IP addresses under the attacker's control. As community comment [1] explains, the poisoned server hands out an attacker-controlled IP address when a client requests the legitimate site.

Why the Other Options Are Wrong

B. Denial-of-service (DoS) prevents access to a website but does not redirect users to a different site; it makes the site unavailable. C. Social engineering involves manipulating people into divulging credentials or performing actions, not automatically redirecting traffic. D. ARP spoofing, while it can facilitate traffic interception or man-in-the-middle attacks, operates on the local network and does not change DNS resolution for users reaching a company website by domain name. Community comment [4] notes that "DNS is generally what the user is clicking on in good faith," reinforcing why DNS is the correct layer.

Community Comment Notes

Comments [2] and [3] directly affirm that DNS poisoning is the correct answer because it corrupts DNS records to redirect users. Comment [5] initially lists 'D' but then explicitly states 'DNS Poisoning' in the explanation, indicating a formatting mistake rather than a different answer. The near-unanimous vote (89 for A) confirms DNS poisoning as the expected response on the N10-009 exam.

Official Reference

Exam Strategy

When answering attack-type questions, first identify the attack's objective (redirect, disrupt, steal, or intercept) and then map it to the correct layer or protocol. For redirecting website users, think about the DNS resolution process, not local address resolution, and remember that ARP spoofing is limited to the same subnet.

Related Analysis

Practice All N10-009 Questions

Access 100 questions with complete answers and detailed explanations.

View Full N10-009 Practice Test →

← Back to N10-009 Study Guide