Typosquatting
Typosquatting exploits small mistakes in typing, reading or recognizing a name. The attacker registers a domain, an account or a software package that resembles a legitimate name, counting on a user, a developer or a system to miss one letter, swap a character or overlook the difference.
Term
description · examples · notesTyposquatting exploits small mistakes in typing, reading or recognizing a name. The attacker registers a domain, an account or a software package that resembles a legitimate name, counting on a user, a developer or a system to miss one letter, swap a character or overlook the difference.
Description
With domains, the user believes they are opening a familiar site but ends up on a fake page for credential theft, malware distribution or advertising. With software packages, a developer installs a package whose name resembles a popular library and actually gets malicious code.
This is a simple attack because it uses speed and routine. People do not read every letter of a domain, and build systems do not consider a package's intent. One wrong character can be enough for trust to go to the wrong address.
Examples
- A domain with one changed letter imitates a well-known service and shows a fake login page.
- A package in the PyPI or npm registry has a name similar to a popular library but runs malicious code on installation.
- An attacker registers several similar domains around a brand and uses them for a phishing campaign.
Notes
- Typosquatting is not only a problem for users who mistype. It is also a problem for developers, package registries and brands.
- Defensive registration of similar domains helps but does not cover every variant. Monitoring is not optional.
Mentioned in the news
- 13. FEB 2026. Šta je typosquatting i kako se od njega štiti? →
- 5. MAJ 2026. BlueNoroff cilja Web3 rukovodioce lažnim Zoom i Teams pozivima →
- 24. APR 2026. Rast smishing napada u Srbiji kroz lažnu eUprava kampanju →
- 22. APR 2026. Lažne wallet aplikacije u kineskom App Store-u kradu seed phrase →
- 2. APR 2026. Phishing postaje opasniji, a firmama trebaju novi slojevi zaštite →
- 2. APR 2026. Homoglyph napadi koriste slična slova za lažne sajtove →
Techniques
carried out with 3Techniques used to carry it out. Select one to open its page.
Defenses
countered by 4How it is defended against. Select one to open its page.