Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1YHuch-0002li-Cy for bitcoin-development@lists.sourceforge.net; Sun, 01 Feb 2015 13:31:35 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.192.51 as permitted sender) client-ip=209.85.192.51; envelope-from=martin.habovstiak@gmail.com; helo=mail-qg0-f51.google.com; Received: from mail-qg0-f51.google.com ([209.85.192.51]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1YHucg-0004T5-Cv for bitcoin-development@lists.sourceforge.net; Sun, 01 Feb 2015 13:31:35 +0000 Received: by mail-qg0-f51.google.com with SMTP id z107so44130747qgd.10 for ; Sun, 01 Feb 2015 05:31:29 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.224.55.71 with SMTP id t7mr31777819qag.53.1422797488952; Sun, 01 Feb 2015 05:31:28 -0800 (PST) Received: by 10.140.19.18 with HTTP; Sun, 1 Feb 2015 05:31:28 -0800 (PST) In-Reply-To: <88211D58-DE9D-4B4A-B3A5-2EEFDFC5E02B@gmail.com> References: <27395C55-CF59-4E65-83CA-73F903272C5F@gmail.com> <1348028F-26F8-42CB-9859-C9CB751BF0C9@gmail.com> <88211D58-DE9D-4B4A-B3A5-2EEFDFC5E02B@gmail.com> Date: Sun, 1 Feb 2015 15:31:28 +0200 Message-ID: From: =?UTF-8?Q?Martin_Habov=C5=A1tiak?= To: Brian Erdelyi Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.6 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (martin.habovstiak[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1YHucg-0004T5-Cv Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Proposal to address Bitcoin malware X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 13:31:35 -0000 BIP70 is quite safe agains MitB. If user copies URL belonging to other merchant, he would see the fact after entering it into his wallet application. The only problem is, attacker can buy from the same merchant with user's money. (sending him different URL) This can be mitigated by merchant setting "memo" to the description of the basket and some user info (e.g. address to which goods are sent). But if whole computer is compromised, you're already screwed. Trezor should help, but I'm not sure if it supports BIP70. 2015-02-01 14:49 GMT+02:00 Brian Erdelyi : > > In online banking, the banks generate account numbers. An attacker canno= t > generate their own account number and the likelihood of an attacker havin= g > the same account number that I am trying to transfer funds to is low and > this is why OCRA is effective with online banking. > > With Bitcoin, the Bitcoin address is comparable to the recipient=E2=80=99= s bank > account number. I now see how an an attacker can brute force the bitcoi= n > address with vanitygen. Is there any way to generate an 8 digit number f= rom > the bitcoin address that can be used to verify transactions in such a way > (possibly with hashing?) that brute forcing a bitcoin address would take > longer than a reasonable period of time (say 60 seconds) so a system coul= d > time out if a transaction was not completed in that time? > > I=E2=80=99ve also looked into BIP70 (Payment Protocol) that claims protec= tion > against man-in-the-middle/man-in-the-browser (MitB) based attacks. A com= mon > way to protect against this is with out-of-band transaction verification > (http://en.wikipedia.org/wiki/Man-in-the-browser#Out-of-band_transaction_= verification). > I see how BIP 70 verifies the payment request, however, is there any way = to > verify that the transaction signed by the wallet matches the request befo= re > it is sent to the blockchain (and how can this support out of band > verification)? Perhaps this is something that can only be supported when > sending money with web based wallets. > > Brian Erdelyi > > -------------------------------------------------------------------------= ----- > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is y= our > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take = a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development >