← Back
Category 14: Channel Security, Account Safety, Phishing & Hack Prevention

Browser autofill exposes a sensitive login on a lookalike domain because the user does not notice the domain mismatch.

Problem

Browser autofill exposes a sensitive login on a lookalike domain because the user does not notice the domain mismatch.

Solution

Root Cause / Diagnostic:
Standard browser autofill features match login forms based on loose URL heuristics and DOM element patterns, making them susceptible to lookalike phishing domains (homograph and typosquatting attacks). When an editor lands on a sophisticated phishing page (e.g., `y0utube-security[.]com`), browser autofill may prompt or automatically populate credentials if subdomain rules are misconfigured. Users conditioned to rely on automatic form-filling often submit credentials without inspecting the browser's address bar.

Actionable Fix:
1. Disable native browser autofill and credential storage in browser settings (`chrome://settings/autofill`), relying exclusively on enterprise password manager extensions with strict FQDN matching.
2. Configure password manager extension settings to require explicit user confirmation before populating credentials and restrict autofill matching strictly to Exact Domain / Subdomain rules.
3. Verify domain matching behavior by testing the password manager against a sandbox test page, ensuring the extension icon displays zero matching credentials when the domain differs by even one character.

Pro Tip:
Enforce DNS-over-HTTPS (DoH) with protective DNS filtering (e.g., NextDNS or Cloudflare Gateway) to automatically intercept and block known typosquatting and punycode domains at the network level.