Is Gmail Safe? How do you protect yourself from these kind of attacks?
makeuseof.com
Is Gmail Safe? How do you protect yourself from these kind of attacks?
1–10 of 21 posts
Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#2> Make sure to upgrade your domain to private registration so that your contact details don’t show up on WhoIS searches. If you’re on GoDaddy I’d recommend going with Protected Registration I thought some WHOIS services offered the ability to view cached pages of all previous contact details, no ?
Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#3Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#4Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#5I guess the solution is to use Gmail in a separate browser profile that you won't use for anything else. http://support.mozilla.com/en-US/kb/Managing+profiles
EDIT: Or how about just adding an in-line Javascript variable? Say, on all Gmail pages, you could embed this in the page:
var SECURITY_KEY = "918028cd79a5ba47e83e6ba68d036ca3";
And then when sending AJAX or form requests in the background, make sure to include that as a request parameter. That way, even if the user has the right authentication cookies, external websites won't be able to fool Gmail into thinking they are Gmail.Really, this doesn't seem like a very hard problem to solve...couple lines of code...
Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#6Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#7Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#8http://blogs.zdnet.com/security/?p=554 It looks like the gmail team has created a fix and pushed the fix. It suggests that you keep checking your filters to see if you been rigged as the fix wouldn't fix it (pun intended).
Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#9I guess the solution is to use Gmail in a separate browser profile that you won't use for anything else. http://support.mozilla.com/en-US/kb/Managing+profiles
And the Gmail engineers should add an opt-out "high security" mode that checks the referer to make sure the form submission is coming from Gmail itself and not some outside website. This way people who like to use custom/blank referers can ignore this security concern if they want, and all the rest of us can prevent the risk of this problem. EDIT: Or how about just adding an in-line Javascript variable? Say, on all G…
Re: Is Gmail Safe? How do you protect yourself from these kind of attacks?
#10I guess the solution is to use Gmail in a separate browser profile that you won't use for anything else. http://support.mozilla.com/en-US/kb/Managing+profiles
Currently, I keep a clean Opera installation solely for high-importance secure transactions, but I like some of the features that (I know, I have to trust them) Firefox extensions add to Gmail. I also don't want to be running Gmail through that clean Opera installation; I want to restrict my use of the latter to access to known sites and trusted content.