TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Phishing with Unicode Domains

65 pointsby tvvocoldabout 8 years ago

7 comments

merricksbabout 8 years ago
Previous recent discussions:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14130241" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14130241</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14119713" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14119713</a>
stereoabout 8 years ago
Gosh that’s old. The original paper was from 2001, the Shmoo group wrote about it in 2005 - <a href="https:&#x2F;&#x2F;blogs.oracle.com&#x2F;yakshaving&#x2F;entry&#x2F;so_not_funny_shmoo_group" rel="nofollow">https:&#x2F;&#x2F;blogs.oracle.com&#x2F;yakshaving&#x2F;entry&#x2F;so_not_funny_shmoo...</a> - and Joi Ito and I were able to register Veriѕign.com then, to highlight how their greedy mismanagement of .com made this possible.<p>Three possible solutions, not mutually incompatible:<p>* Make the browsers catch it - Chrome just shows characters that look like apple.com here, and shouldn’t.<p>* Whitelist character sets that are allowed to be mixed, at the registry level - it should only be possible to mix cyrillic-latin homoglyphs with cyrillic non-homoglyphs.<p>* Don’t allow IDNs on gTLDs - if you want “écriture”, get écriture.fr, not .com<p>Obviously, the registries have a conflict of interest here, and won’t let 2 and 3 happen on .com because it would cut into Verisign&#x27;s revenue.<p>See also <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IDN_homograph_attack" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IDN_homograph_attack</a>
评论 #14155837 未加载
评论 #14156316 未加载
评论 #14156199 未加载
averagewallabout 8 years ago
Do unicode URLs actually provide any real value? Every web user must be already used to typing Latin characters because so many major websites use them. So nobody would be excluded by that. Whereas, any non-Latin character is going to be nearly impossible for most of the world to enter.<p>A particularly terrible language is Chinese where most old people can&#x27;t type the characters even though they can type Latin letters. That&#x27;s because you have to deliberately invest time to sit down and learn an input method which is a non-trivial endeavor that takes weeks of effort and old people just aren&#x27;t going to go back to school for that.
评论 #14155560 未加载
评论 #14155590 未加载
评论 #14155810 未加载
评论 #14156351 未加载
评论 #14155617 未加载
Jonnaxabout 8 years ago
Ouch. This is a good one.<p>Whilst it&#x27;s easy to say &quot;Just enable punicode always&quot; People that use the web in different languages lose a lot of functionality because of it.<p>I could imagine a solution would be to collect a list of homogliphs then when the browser suspects an overlap it does a search for similarly​ spelt sites then warns the user of the possibility of the site being an imitation. Of course then also converting the URL in the address bar to punicode.<p>What other ideas are there?
评论 #14155839 未加载
herghostabout 8 years ago
Safari just displays it as &quot;<a href="https:&#x2F;&#x2F;www.xn--80ak6aa92e.com&quot;" rel="nofollow">https:&#x2F;&#x2F;www.xn--80ak6aa92e.com&quot;</a> whereas Chrome (Version 57.0.2987.133 (64-bit)) displays it as the author intended.
评论 #14156358 未加载
评论 #14156488 未加载
评论 #14155958 未加载
jwilkabout 8 years ago
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IDN_homograph_attack" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IDN_homograph_attack</a>
miragesabout 8 years ago
Chrome 58 rolled out yesterday fix the issue
评论 #14155329 未加载