From CISO Marketplace — the hub for security professionals Visit

Typosquatting Attack

Malware Protection

Definition

An attack registering package names, domains, or usernames with deliberate typos of popular targets (e.g., 'reqeusts' instead of 'requests') to intercept traffic or trick users into installing malicious software.

Technical Details

Typosquatting exploits human typing errors and copy-paste mistakes. In software supply chains, typosquatted package names target common misspellings, adjacent key substitutions, missing hyphens, and plural/singular variations. Domain typosquatting intercepts users who mistype URLs, while combosquatting uses brand names combined with keywords. Automated scanning tools like typosquatting-detection libraries help identify potentially malicious registrations.

Practical Usage

Organizations should monitor registries and DNS for typosquatted versions of their brand names and internal package names. Developers should double-check package names before installing, use IDE plugins that warn of suspicious package names, and pin exact versions in dependency manifests.

Examples

Related Terms

Package Manager Poisoning Dependency Confusion Attack Supply Chain Attack Phishing Domain Hijacking
← Back to Glossary