lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 8 Mar 2005 07:33:14 -0500
From: "Mike Nice" <niceman@....net>
To: <bugtraq@...urityfocus.com>
Subject: Re: thoughts and a possible solution on homograph attacks


>It's rather trivial to determine programatically that www.paypal.com is
>different from www.paypa1.com, but look similar. One might argue to rest
>the burden with DNS registries (why would anyone legitimately want
>paypa1.com?), but that's not likely to fly. Could it rest within the
>browser? ("Hey buddy, you're going to paypa1.com--did you mean Pay Pal?"
>or "Enable Unicode in URLs"). Perhaps with an addon ("Hey buddy, you're
>going to a restricted domain-- are you sure?"). Finally, it could rest
>with the operating system (via a variety of mechanisms).

 While not exactly a solution to homograph attacks, there is an entire class
of man-in-the middle attacks (DNS poisoning, wireless Evil twin, etc) that
make use of look alike domain names as well as just redirecting the IP data
stream to a different server.

  Paypal - go to URL bar, type in 'www.paypal.com', put in your username and
password and log in
  Bank -  go to URL bar, type in 'www.mybank.com', put in your username and
password and log in.
  Bank -  go to URL bar, type in 'www.mybank.com', click on the SSL login
page, put in your username and password and log in.

BZZZT - wrong!  You are vulnerable to a man in the middle attack (except if
you examined the SSL certificate and/or URL prior to login in the 3rd case).
This is particularly important on a laptop if you travel to multiple
locations and wireless access points.   A simple rule of thumb for less
techie computer uses is to teach them how to examine SSL certificates for
validity.  Then find and bookmark the secure login page.  Then if the SSL
certificate name doesn't match the browser's bookmark name, they'll get a
warning popup that the name doesn't match.

  The simple rule for everyone: bookmark the secure login page of sites
where you enter your username and password.  In the real world, we don't
examine each SSL certificate at every login.  ....How do you get to paypal
or your online banking?




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ