Dedicate browser for secure online banking?


 
Thread Tools Search this Thread
Special Forums Cybersecurity Dedicate browser for secure online banking?
# 1  
Old 08-22-2011
Question Dedicate browser for secure online banking?

I currently keep a hosts file to make my online banking more secure. But that won’t help in the event of a DNS-cache-poisoning zero-day attack. Is the following solution practical?

Dedicate one browser for secure online banking, and dedicate a different browser for normal browsing of the Internet. The secure browser would be restricted to a whitelist containing only by bank’s IP addresses. Is there a way to restrict IP addresses for just one browser? (hosts file won’t work because it restricts all browsers) The browsers would run on Ubuntu 11.04.

AhnLab Inc sells a dedicated browser specialized for secure online banking: AhnLab - Antivirus Software and Security Solutions Provider
Is there a similar browser in open-source land?

Another option is to boot Linux USB live, with it’s own hosts file: Secure Online Banking with Linux USB Live https://www.ironkey.com/personal
I want to investigate the dedicated browser option before I commit to using Linux USB live.

Thank you for your input.
# 2  
Old 08-22-2011
Something to keep in mind is that some browsers implement their own dns resolving routines, instead of using the system's. I would assume that they'd consult the host file, but with web browsers being as complex, insecure, and error-prone as they are, one should never take anything for granted.

By the way, does your bank not use HTTPS? If it does, you shouldn't have to worry about dns poisoning. If it doesn't, I'd be more concerned by a man-in-the-middle.

Regards,
Alister
# 3  
Old 08-22-2011
If you want to be absolutely sure that your browser isn't tainted, create a VM for online banking, and disallow any interaction with the host system (shared folders, shared clipboard, ...). Make a known good snapshot of that VM, and restore to that snapshot every time you close it.

But really, there's probably a bigger chance of a well hidden trojan/root kit, or excellently crafted phishing attack, especially if the bank uses SSL. If it doesn't, change banks.
# 4  
Old 08-24-2011
MySQL Thank you for your responses

Alister,
Yes, my bank uses HTTPS. But it is too easy to purchase a digital certificate.

pludi,
I like the VM for online banking idea. I will investigate that.
# 5  
Old 11-21-2011
Last week, I've found out that Fortress Linux has released a secure Linux OS that is called the "Secure Browsing Edition". It only includes a hardened web browser.

This browser has a smart protection system against evil scripts and cookies. And it seems to be the only browser that forces TLS 1.2/SSL 3.3 encryption, while all the available web browsers in my Ubuntu install only use TLS 1.0, which was cracked recently. (Google for TLS cracked). Besides, I don't trust Ubuntu anymore after my system was infected by a root-kit last week. Rather go for a live system like this one.

I now use the Fortress Linux secure browsing edition to do my online banking and more. It's fast and it has an "Apple" look window manager. It boots in a matter of seconds.

For some reason I cannot post an URL, but their website is:
www fortresslinux org

Maybe someone else could provide the link here.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Banking Bits...

(Consider me stupid here.) I am new to this technique, but, I notice that my banking bits keep increasing by the day. After some further research on here I understand why they are used... ;o) What I don't understand is why mine are increasing by the day... Can someone either point me to... (4 Replies)
Discussion started by: wisecracker
4 Replies

2. AIX

Dedicate graphics adapter ?

Hello, Runing VIO and couple lpars on POWER blade. I want to dedicate graphics adapter(ati0) to one lpar. Is that possible ? I tried to do that using IVM (I/O Adapter Management->View/Modify Physical Adapters->Modify partition assignment): Failed to remove adapter U78A6.001.WIH4088-P2-C8... (1 Reply)
Discussion started by: vilius
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How can i stop displaying Bits/banking with my account?

How can i stop displaying Bits/banking with my account? (1 Reply)
Discussion started by: cola
1 Replies

4. What is on Your Mind?

What's this Bits and Banking?

Hey Guys, This is a lame one... Today I noticed this link 'Banking' next to my user name and when I click on it, it shows some bits, some checking/saving account and all... Just curious on how does one earn this bits and all??? Was really surprised to see around 19K bits with me... I did... (1 Reply)
Discussion started by: arunsoman80
1 Replies

5. UNIX for Dummies Questions & Answers

Unix in the banking world

Hi I have recently joined a bank as a tester. Initially I will be working on some test scripts and then I will be testing their data warehouse using SQL and Unix. I do have a very basic knowledge and understanding of both unix and sql. I am not sure how I will be using Unix to test their ... (2 Replies)
Discussion started by: kartikkumar84@g
2 Replies

6. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies
Login or Register to Ask a Question