Slashdot Log In
'Extreme Security' Web Browsing
Posted by
Zonk
on Fri Dec 21, 2007 08:53 AM
from the i-think-i'm-paranoid-and-complicated dept.
from the i-think-i'm-paranoid-and-complicated dept.
Sarah S writes "The application security researcher Jeremiah Grossman described to CSO magazine how he takes extreme measure to stay safe online. The simplest tip he uses: two separate browsers: 'One, which he calls the 'promiscuous' browser, is the one he uses for ordinary browsing. A second browser is used only for security-critical tasks such as online banking. When Grossman wants to do online banking, he closes his promiscous browser, opens the more prudish one, and does only what he has to do before closing it and going back to his insecure browser.'"
Related Stories
Submission: Safe and "Promiscuous" Web Browing--Too Ex by Anonymous Coward
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Not sure how "secure" this scheme is... (Score:5, Insightful)
Re:Not sure how "secure" this scheme is... (Score:5, Insightful)
Parent
Re:Not sure how "secure" this scheme is... (Score:5, Insightful)
Parent
Re: (Score:3, Interesting)
Re:Not sure how "secure" this scheme is... (Score:5, Insightful)
Unfortunately, there are also key loggers that will do screen captures as well. If the attackers find they are unable to capture your password after you type "www.mybank.com", they can activate the screen capture capability the next time you visit that site. Sure, it takes more storage, and longer to transmit to the attacker, but if you haven't discovered you have a key logger, you won't notice the image files.
Once your system has been compromised, you can't assume anything. That's why Knoppix, or any other LiveCD, is a good idea when you want the added security. Since the media is fixed, even if you get compromised, it goes away when you reboot. However, if you are using a LiveCD, don't leave your machine running for days on end, or you could get compromised. Boot up, do what you have to do, and shut down. Sure, that's a bit paranoid, but it isn't paranoia if someone is actually out to get you.
Parent
Re: (Score:3, Interesting)
Unfortunately, there are also key loggers that will do screen captures as well. If the attackers find they are unable to capture your password after you type "www.mybank.com", they can activate the screen capture capability the next time you visit that site. Sure, it takes more storage, and longer to transmit to the attacker, but if you haven't discovered you have a key logger, you won't notice the image files.
Well... they might see your address or account number or whatever, but most password fields are masked with asterisks.
Once your system has been compromised, you can't assume anything. That's why Knoppix, or any other LiveCD, is a good idea when you want the added security. Since the media is fixed, even if you get compromised, it goes away when you reboot. However, if you are using a LiveCD, don't leave your machine running for days on end, or you could get compromised. Boot up, do what you have to do, and shut down. Sure, that's a bit paranoid, but it isn't paranoia if someone is actually out to get you.
What about using something like VMWare? Fire it up with your favorite OS. Do your important browsing. Shut it down.
Re: (Score:3, Informative)
Re:Not sure how "secure" this scheme is... (Score:4, Interesting)
The screen was a fresnel lens type cover, so you had to be standing at the correct orientation to the screen to read it. People behind you any distance, or off to the side even a little, could not see the screen at all. The screen presented a numeric keypad and you had to key in your passcode.
The trick here is, the keypad was not a standard 0-9 3x3 grid. The numbers were in a 3x3 grid, but were in random places each time you used it. So anyone watching your hands to see what you pressed wasn't getting anything useful besides the length of the passcode. (which was fixed at 10 characters) There was a setting to shuffle the keys on each keypress but that was found to get on people's nerves, so you could presumably figure out if a person had a pair of letters in the code that were the same but that's not too big of a deal.
Only thing is a screen scraper combined with a keylogger (to log mouse clicks) would still own all of this.
Parent
Re:Not sure how "secure" this scheme is... (Score:5, Interesting)
And what, exactly, is wrong with this? Bruce Schneier [schneier.com] offers the following wisdom [nytimes.com]:
I write my passwords down. There's this rampant myth that you shouldn't write your passwords down. My advice is exactly the opposite. We already know how to secure small bits of paper. Write your passwords down on a small bit of paper, and put it with all of your other valuable small bits of paper: in your wallet.
Parent
Re:Not sure how "secure" this scheme is... (Score:5, Funny)
Parent
Re: (Score:3, Informative)
Re: (Score:3, Funny)
That's amazing. I've got the same combination on my luggage!
*grin*
Re: (Score:3, Informative)
Unless the second browser is on a knoppix cd...
Re:Not sure how "secure" this scheme is... (Score:5, Funny)
Parent
Re:Not sure how "secure" this scheme is... (Score:5, Interesting)
Unless somebody really wants your data [thinkgeek.com]
Parent
Re:Not sure how "secure" this scheme is... (Score:5, Insightful)
It's in no way presented as a solution to all security on the internet, but a way of addressing one specific class of problems in a simple manner with a minimum of effort. Unfortunately there's plenty of sufficiently smug people on /. who will continue to repeat this idea in this discussion without even glancing at the article.
Parent
Re:Not sure how "secure" this scheme is... (Score:5, Informative)
What you can do instead of using multiple browsers, is use separate Firefox profiles using MOZ_NO_REMOTE=1. I explain this technique in a blog entry, Using multiple Firefox profiles simultaneously to guard against CSRF attacks [tssci-security.com]
This technique would be almost be equivalent to using multiple browsers, and I don't know why Jeremiah hasn't caught onto it. I and several others have been proposing others do the same for a while now. You can further enhance the security by running different Firefox profiles under different users. I included links to what others like Joanna Rutkowska does on Vista with IE7, Firefox, and Thunderbird.
Parent
Re: (Score:3, Insightful)
It protects against CSRF attacks (at least when done properly), which appears to be the only thing the author cares about. It seems to me that a it's just some security outlet trying to gain publicity by referring to a vulnerability that has been documented for over a decade (see RFC 2109, section 4.3.5).
Re: (Score:3, Funny)
More importantly (Score:3, Insightful)
Re: (Score:3, Interesting)
Re: (Score:3)
Well, if someone actually gains physical access to my machine without me knowing about it, manages to get past the root password, and install that piece of evil software ... it's really too late for me to worry about it now, isn't it? At that point, I have bigger issues.
On the presumption that there isn't some highly organized, well financed team of people with a strong desire to compromise my system f
Re:Not sure how "secure" this scheme is... (Score:5, Funny)
Parent
thats annoying... (Score:4, Interesting)
Re: (Score:2)
One bowser and I dont take any special actions before using internet banking.
I'm fairly confident that nothing will get my details and even if they do, the bank will handle it and I wont be out of pocket.
Plus I'm using Linux so fat chance a keylogger will get on my system.
Re:thats annoying... (Score:5, Insightful)
If anything, I'd do it the other way around. Promiscuous browsing on IE will certainly get you infected (ever open a pron site with IE? I haven't in years, and I don't plan to start now- even if those exploits have been fixed). I explorer is the only browser I can remember that would just let a virus download and install itself while you battled 80 popups. I understand Iexplorer7 is slightly better, but come on- that's what people are targeting, new exploits will come up.
I do things exactly opposite. I use opera for all my browsing, and nothing gets through. Then I load up internet explorer for my online banking. (my bank requires IE). I see no danger in that, because internet explorer is clean when I do it, thanks to the fact I never use it (and I clean my system regularly) with hijack this and pv and what not.
Parent
Re: (Score:3, Informative)
Mozilla. It's probably an older version by now, but the Mozilla browser used to (possibly still does) have a setting which you could specify that only images from the original page would be loaded -- cuts out quite a few ads.
Given Firefox's pedigree, I'd be willing to bet that about:config has some setting which allows this, but I can't say what it might be. Mayhaps some helpful soul will respond
That's not extreme. (Score:2)
Better secure browsing (Score:4, Interesting)
This is silly! (Score:4, Insightful)
The only way to be safe is to use an up-to-date browser, (and lets say anything not-IE). And if you have Firefox, look into AdblockPlus, and NoScript. If you don't want cookies to bother you, set them to this-session-only. And lastly, Firefox has a lovely "Clear private data when closing Firefox" option if you want it.
Key logger (Score:2)
Of course, there are ways to protect your machine from such things, like one of those anti-virus / internet security suite... but then using such a thing would also get rid of that requirement of having to use two separate browsers. And we certainly don't want our friends to think we're uncool by only usin
"Promiscuous" Browser (Score:2, Funny)
Hell, mine's a slut.
But then, so am I.
Mis-understanding.... (Score:2)
That's nothing (Score:5, Funny)
That's right. I snail mail the institutions for the answers I seek and they write me back after looking it up on the web.
Even this post was done via correspondence. I mailed this letter to CmdrTaco a couple of days back and let him know to post my thoughts on the matter when the article hit the front page.
Re:That's nothing (Score:5, Funny)
Parent
The only way to do your banking safe (Score:4, Funny)
But I might be paranoid.
I already do something like this (Score:2)
I've got two profiles for Firefox: one for everyday stuff, and one for banking. Originally I'd done this because the banks all seemed to require Javascript, and I simply don't leave that on (I hate dancing baloney on websites, and a lot of the time it's just used to serve ads anyhow). Nowadays I use NoScript [noscript.net] to turn on JavaScript when I want to, but I still do all the banking stuff in a separate profile.
I did read an interview with a security researcher recently (sorry, can't dig up the link) who said t
ArticleSummary.Equals(TFA) = True (Score:2, Insightful)
Am I living under a rock because I have never heard of Cross Site Request Forgery?
Is it known by a different name?
built into IE since v4 (Score:3, Informative)
Re: (Score:3, Insightful)
Turning off scripting doesn't guard agains
This news is incomplete (Score:3, Insightful)
For sure, in this context, the tip is quite effective.
Only as strong as the weakest link (Score:4, Insightful)
That's not all that secure (Score:4, Interesting)
Or, as others have suggested, a dedicated virtual machine which can revert its state at shutdown, so you know there won't be any nasties lurking even in the sandbox.
Trying to Think This Through... (Score:3, Insightful)
Given the above and operating conditions being equal (with use of solid anti-virus and firewall measures), it seems to me that if a well-designed browser was used in the first place, then there would not be a need for a "promiscuous" browser. In fact, wouldn't the use of a "promiscuous" browser increase a user's risk when conducting, uh, questionable activities? End result (cue alarming music here): the box gets compromised, and it doesn't matter if a safe browser was used for banking, etc., something nasty now lives in the box.
Continuing the FF vs IE model, if FF was designated for promiscuous activity, then the user is arguably better protected. So that leaves us with IE as the "safe" browser? The mind reels.
I know there are alternatives (Opera, Konq, etc.), but presumably Mr. Grossman is addressing mostly Windows users.
'Extreme Safety' driving (Score:5, Funny)
confusing web security with girl-friend security (Score:5, Insightful)
It's also a good idea to have "honeypot porn" which is basically, a few very innocuous sites that you vist in IE that you intentionally want her to find - because once she starts looking, she's going to keep looking until she finds something. Best to give her something to find. Let her think you go to maxim.com or something.
Re:confusing web security with girl-friend securit (Score:4, Interesting)
Parent
Re:confusing web security with girl-friend securit (Score:4, Insightful)
Parent
Virtual machine (Score:3, Informative)
http://www.vmware.com/products/player/ [vmware.com]
It also has a secure browsing "virtual appliance," or virtual machine with software pre-installed:
http://www.vmware.com/appliances/directory/browserapp.html [vmware.com]
The software is open-source.
Re: (Score:2)