Things like the Fraktur characters are obvious mismatches in any font I know, I do do wonder why they're on the list.
I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
31–40 of 60 posts
Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#320 and O, and l and I that look the same in a single font is a crime of modern typography. Also, I remember 8x16 VGA font that came with KeyRus had some slight differences between Cyrillic and Latin lookalikes, that brought some strange sense of comfort when reading, and especially typing the letter c, because its Cyrillic lookalike is located on the same key.
Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#33> A domain using only Cyrillic characters that happen to spell a Latin word (like “аpple” in all-Cyrillic) may still render in the address bar’s font and look identical. that is very interesting. I imagine the browser could take some context clues and switch rendering to puny code if the locale of the user is nowhere near a cyrillic region. But that is only going to patch some edge cases and miss others. Ideally, the…
Anyone reading this - please, please, please do not make any assumptions based on the end-user's geography.
Signed, someone who can cross 3 national and 4 language borders within a few hours of driving.
Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#34Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#35Thanks for the effort! I'm always intrigued by the German FE-Schrift ("fälschungserschwerende Schrift", "more-difficult-to-forge font") chooses shapes for characters that makes it hard for them to be turned into one another (like a 3 into an 8 or so): https://en.wikipedia.org/wiki/FE-Schrift
What I have always wondered about with FE-Schrift: they painstakingly made all glyphs distinguishable, but completely f'ed it up with V and Y: the "stalk" of the Y is vertical and so short that they're very easy to confuse. They could have made the "stalk" slanted, or even curved like in lowercase "g", and most people would have still recognized it as a "Y"...
Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#36Maybe not at super large font sizes. But even lowercase i and l are easy enough to confuse at a glance mid-word in most sans-serif fonts, not to mention uppercase I and lowercase l. You don’t even need “confusable” glyphs to create a domain name that will stand up to a casual visual confirmation from a busy user in a phishing context.
Every Albert, Alfred, or Alphonso who goes by “Al” getting confused with bots right now…
Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#37> A domain using only Cyrillic characters that happen to spell a Latin word (like “аpple” in all-Cyrillic) may still render in the address bar’s font and look identical. that is very interesting. I imagine the browser could take some context clues and switch rendering to puny code if the locale of the user is nowhere near a cyrillic region. But that is only going to patch some edge cases and miss others. Ideally, the…
The article mentions this only briefly, but browsers already do this kind of heuristic protection! See https://en.wikipedia.org/wiki/IDN_homograph_attack#Defending... or https://chromium.googlesource.com/chromium/src/+/main/docs/i... for a Chrome-specific blog post. I think the lack of exploration of the context around the problem and current mitigations is an issue with the article - it spends a lot of time talking…
Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#38But what about 'Ы'? It looks like 'bl', doen't it? 'Ы' is one codepoint and one glyph, though 'bl' is a sequence of two letters. I believe that the method described will miss such things. Cyrillic also has 'Ю', I suppose it is possible to design a font that make it look like 'lO'? Are there any fonts like this in a wild?
Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#39Re: I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye
#40This seems misguided. The fact that 'ρ' isn't a pixel for pixel match for 'p' doesn't mean they're not confusable. The threat model is not being unable to solve a spot-the-difference puzzle. Unless you are familiar with every pixel of your system fonts, and carefully scrutinize every character on your screen, the lack of an exact match in jρmorgan[.]com in a URL is going to do very little for you. There are many engl…