Deceptive example for malicious usage of .zip domain
fosstodon.org
Deceptive example for malicious usage of .zip domain
1–10 of 44 posts
Re: Deceptive example for malicious usage of .zip domain
#2Re: Deceptive example for malicious usage of .zip domain
#3While I think that we really don't need a .zip domain, this trick falls apart when not shown as an image. Hovering over either URL should tip you off. Firefox shows the actual link in the bottom left.
Re: Deceptive example for malicious usage of .zip domain
#4It is an old trick, and browsers tend to throw a fit before opening URLs with user names.
Re: Deceptive example for malicious usage of .zip domain
#5Not sure if this trick would be too effective in real life, Firefox and likely others will give you warnings when logging into a site like this, as this form of HTTP auth is way deprecated. However, this is the strongest example against .zip I've seen yet though, from someone who didn't buy into the initial panic.
Side note - I'm using .zip for something legitimate! https://HN.zip is a little weekend project for an offline-caching read-only Hacker News (I lose reception in the Subway a lot so it makes it easier to navigate). It's not done yet though - still pretty rough around the edges. Maybe in a week or two I'll do a Show HN and see if anyone cares.
[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentica...
Re: Deceptive example for malicious usage of .zip domain
#6Re: Deceptive example for malicious usage of .zip domain
#7Re: Deceptive example for malicious usage of .zip domain
#8Re: Deceptive example for malicious usage of .zip domain
#9How is this different from paypal.com@notpaypal.com?
This trick is a URL, not an email address. It looks like a valid URL, because we are accustomed to checking the hostname for authenticity. But the URL in the post is crafted to look like the hostname is X, when in reality it is Y. With URLs, we usually look for the part between the https://, and the first forward / after that. This malicious URL uses unicode characters that look like forward slashes, but aren't, so it appears to be on a different hostname than it is. I don't think anyone is trained to look for the "@" in a URL, and certainly to non-technical folks it's not all that different than a "#" or a "!", i.e., inconspicuous.
Re: Deceptive example for malicious usage of .zip domain
#10I am not sure what this does that cant be made with a href tag with text and a tooltip.