ArticleslgStudy

computer science

Typosquatting

Typosquatting is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Typosquatting rather than just read about it. In short: Typosquatting, also called URL hijacking, a sting site, a cousin domain, or a fake URL, is a form of cybersquatting, and possibly brandjacking which relies on mistakes such as typos made by Internet users when inputting a website address into a web browser. A user accidentally entering an incorrect website address may be led to any URL, including an alternative website owned by a cybersquatter.

Typosquatting — main illustration
Typosquatting — illustration

Key takeaways

  • Typosquatting belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Typosquatting to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Typosquatting from memory before moving on to harder problems.

Reference excerpt

Typosquatting, also called URL hijacking, a sting site, a cousin domain, or a fake URL, is a form of cybersquatting, and possibly brandjacking which relies on mistakes such as typos made by Internet users when inputting a website address into a web browser. A user accidentally entering an incorrect website address may be led to any URL, including an alternative website owned by a cybersquatter. The typosquatter's URL will usually be similar to the victim's site address; the typosquatting site could be in the form of:

A misspelling, or foreign language spelling, of the intended site A misspelling based on a typographical error A plural of a singular domain name A different top-level domain (e.g., .com instead of .org) An abuse of the Country Code Top-Level Domain (ccTLD) (.cm, .co, or .om instead of .com) Similar abuses:

Combosquatting – no misspelling, but appending an arbitrary word that appears legitimate, but that anyone could register. Doppelganger domain – omitting a period or inserting an extra period Appending terms such as sucks or -suckes to a domain name Once on the typosquatter's site, the user may also be tricked into thinking that they are actually on the real site through the use of copied or similar logos, website layouts, or content. Spam emails sometimes make use of typosquatting URLs to trick users into visiting malicious sites that look like a given bank's site, for instance.

Motivation There are several different reasons for typosquatters buying a typo domain:

To try to sell the typo domain back to the brand owner To monetize the domain through advertising revenues from direct navigation misspellings of the intended domain To redirect the typo-traffic to a competitor To redirect the typo-traffic back to the brand itself, but through an affiliate link, thus earning commissions from the brand owner's affiliate program As a phishing scheme to mimic the brand's site, while intercepting passwords which the visitor enters unsuspectingly To install drive-by malware or revenue generating adware onto the visitors' devices To harvest misaddressed e-mail messages mistakenly sent to the typo domain To express an opinion that is different from the intended website's opinion By legitimate site owners, to block malevolent use of the typo domain by others To annoy users of the intended site

Examples Many companies, including Verizon, Lufthansa, and Lego, have gained reputations for aggressively chasing down typosquatted names. Lego, for example, has spent roughly US$500,000 on taking 309 cases through UDRP proceedings. Celebrities have also pursued their domain names. Prominent examples include basketball player Dirk Nowitzki's UDRP of DirkSwish.com and actress Eva Longoria's UDRP of EvaLongoria.org. Goggle.com, a typosquatted version of Google.com, was the subject of a 2006 web safety promotion by McAfee, a computer security company, which depicted the significant amounts of malware installed through drive-by downloads upon accessing the site at the time, such as a rogue anti-spyware program known as SpySheriff. Later, the URL was redirected to google.com; a 2018 check revealed it to redirect users to adware pages, and a 2020 attempt to access the site through a private DNS resolver hosted by AdGuard resulted in the page being identified as malware and blocked for the user's security. By mid-2022, it had been turned into a political blog. However, as of August 2026, goggle.com is no longer operational. In February 2026, researchers at Have I Been Squatted, working with Ctrl-Alt-Intel, reported a phishing operation called Diesel Vortex that targeted freight and logistics organizations in the United States and Europe. The campaign used lookalike domains and phishing pages impersonating logistics services, and was reported to have stolen more than 1,600 unique credentials from logistics platforms. Another example of corporate typosquatting is yuube.com, targeting YouTube users by programming that URL to redirect to a malicious website or page that asks users to add a malware "security check extension". Similarly, www.airfrance.com has been typosquatted by www.arifrance.com, diverting users to a website peddling discount travel (although it now redirects to a warning from Air France about malware). Other examples are equifacks.com (Equifax.com), experianne.com (Experian.com), and tramsonion.com (TransUnion.com); these three typosquatted sites were registered by comedian John Oliver for his show Last Week Tonight. Over 550 typosquats related to the 2020 U.S. presidential election were detected in 2019. The Magniber ransomware is being distributed in a typosquatting method that exploits typos made when entering domains, targeting mainly Chrome and Edge users. A 2024 peer-reviewed study provides the first large-scale measurement of typosquatting in blockchain-based naming systems, such as Ethereum Name Service, Unstoppable Domains, and ADAHandles. The researchers observed thousands of cryptocurrency transactions mistakenly sent to squatting addresses, with targets including both popular domain names and identities linked to social media accounts.

In United States law In the United States, the 1999 Anticybersquatting Consumer Protection Act (ACPA) contains a clause (Section 3(a), amending 15 USC 1117 to include sub-section (d)(2)(B)(ii)) aimed at combatting typosquatting. On April 17, 2006, evangelist Jerry Falwell failed to get the U.S Supreme Court to review a decision allowing Christopher Lamparello to use www.fallwell.com. Relying on a plausible misspelling of Falwell's name, Lamparello's gripe site presents misdirected visitors with scriptural references that are intended to counter the fundamentalist preacher's scathing rebukes against homosexuality. In Lamparello v. Falwell, the high court let stand a 2005 Fourth Circuit opinion that "the use of a mark in a domain name for a gripe site criticizing the markholder does not constitute cybersquatting."

WIPO resolution procedure Under the Uniform Domain-Name Dispute-Resolution Policy (UDRP), trademark holders can file a case at the World Intellectual Property Organization (WIPO) against typosquatters (as with cybersquatters in general). The complainant has to show that the registered domain name is identical or confusingly similar to their trademark, that the registrant has no legitimate interest in the domain name, and that the domain name is being used in bad faith.

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Typosquatting

Start with the simplest possible case. Write down what Typosquatting claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Typosquatting before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Typosquatting ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Typosquatting

In research
Typosquatting appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Typosquatting in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Typosquatting is common in secondary-school and first-year university syllabi. It links to neighbouring topics Cybercrime, Network addressing, Nonstandard spelling, so understanding it makes those chapters shorter.
In everyday life
Look for Typosquatting outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Typosquatting” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Typosquatting in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Typosquatting means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Typosquatting out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Typosquatting in simple terms?

Typosquatting, also called URL hijacking, a sting site, a cousin domain, or a fake URL, is a form of cybersquatting, and possibly brandjacking which relies on mistakes such as typos made by Internet users when inputting a website address into a web browser. A user accidentally entering an incorrect…

Why does Typosquatting matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Typosquatting?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Typosquatting.

Tags

  • Cybercrime
  • Network addressing
  • Nonstandard spelling
  • Trademark law
  • URL

Keep exploring