Google Warns Users About Active Malware Infection 80
dinscott writes "Google has begun notifying its users that a particular piece of malware is installed on their computers by showing a big yellow notification above their search results. The warning begun popping up yesterday, and does so only for users whose computers have been infected by a particular strain of malware that hijacks search results in order to drive users towards websites that use pay-per-click schemes."
Re: (Score:2, Offtopic)
I got a virus when I was in France and it took three shots of penicillin to clean one that up.
Now that I think about it, the girl who gave me the virus had hairier than average legs, so she might have been Italian... I'm not saying she had hairy legs, but she had dandruff on her shoes.
Re: (Score:1)
Re: (Score:2)
I knew there had to be some explanation.
So, does that mean that gonorrhea is not caused by a virus? Or is it syphilis? Gee, the things you learn on Slashdot. Amazing the level of sexual knowledge among a segment of the population that has only had sex with plush wookie dolls.
Re: (Score:1)
Proxy (Score:5, Insightful)
The malware works by redirecting search queries through a proxy. It should be easy for the proxy to just remove the warning or reroute it so Google can't identify the malware.
Re: (Score:2)
I'm sure this will start an arms race with the malware writers, but I still wouldn't bet against Google.
Re: (Score:1)
Same here. As much as they don't want to "Do no evil", they're also pretty fond of their advertising revenue, which this malware is cutting them from. Somehow, I believe Googl-iath wins this one and David goes home with a sore head.
Re: (Score:2)
I'm sure this will start an arms race with the malware writers, but I still wouldn't bet against Google.
Indeed. Spam filtering of course started a similar arms race, but gmail spam filtering has become so good that spam long ago ceased to be an issue for me -- it's been months since I've seen a false negative or false positive (yes I do still check the spam folder sometimes, out of lingering habit), and my email address is all over the place.
Malware is probably a stickier issue of course, but as you say, it's always risky to bet against Google...
Re: (Score:2)
The malware works by redirecting search queries through a proxy. It should be easy for the proxy to just remove the warning or reroute it so Google can't identify the malware.
It's just another leap in the perpetual game of leapfrog...
I do like the idea though.
Re: (Score:2)
It's trivial to remove javascript, and losing Instant is hardly noticeable. For Google, I'd try randomizing the page and the warning, so the proxy has a hard time parsing it. Change the randomization algorithm once in a while, too.
Re: (Score:2)
If it's being routed through a proxy, they don't even have to identify the warning. They just have to glean the results, adjust them to their liking, and recreate a reasonably google-like results page. I'm surprised the warnings ever got through in the first place.
Re: (Score:2)
No matter if you blacklist or whitelist parts to pass to the client, you still need to parse the page well enough. Randomizing the page might make it hard enough for the fuckhats to implement the parsing, and when they do, Google can make a small change to throw them off again.
Re: (Score:1)
Well it's not that easy, there is usually a virus/trojan that changes you back the proxy service once you disable it. So, you'll have to run some good antimalware scans.
You also want to check your lmhost file, too, and do a full DNS flush on the infected PC.
Re: (Score:2)
Which is completely irrelevant to the guys running the malware itself updating their proxy to filter the warning message out.
Re: (Score:1)
You really expect him to read your comment with comprehension turned on?
Easy enough to solve (Score:1)
Simply don't return any valid URLs in the results if Google detects a poison proxy.
Even better, have all the URLs be http://www.microsoft.com/security/default.aspx [microsoft.com] or even better http://en.wikipedia.org/wiki/Linux [wikipedia.org] or to be slightly evil^H^H^H^H self-serving http://www.google.com/chromebook/ [google.com] .
Facepalm (Score:1)
The whole point is that the proxy removes Google's results entirely.
A friend of mine had this last week (Score:2)
Nothing seemed to detect it or get rid of it, so she ended up reinstalling the whole OS. It doesn't sound like a particularly new idea, redirecting search, but the proxy aspect might be I suppose.
Re: (Score:2)
Re: (Score:2)
While that's useful information to me, that wouldn't have helped her, as she's not a geek and was receiving remote advice from people via facebook...
Re: (Score:1)
Was she a victim of the malware, then, or a victim of her own design?
Re: (Score:2)
Re: (Score:2)
It's not so much that we couldn't get rid of a virus, but it's an insurance against claims that the machine wasn't clean when the customer gets it back.
It also takes away any worry from the customer about infected files left behind on the drive.
Re: (Score:2)
Full disclosure - while I am a fan and recommend the program to others, I have no connection with the company or devs. Just trying to help.
Re: (Score:2)
1. Boot to safe mode
2. Purge all autoruns.
3. Reboot to normal mode.
Cleaning a windows PC without malware tools is usually really easy, except in the case of rootkits. This approach has the side effect of removing crap-ware installed by manufacturers.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Seems like I'm running across more and more stuff that hides in the Task Scheduler's "At log on" tasklist. Not many people seem to think to look there, and it doesn't appear to show up in a registry search (unless its one of those {21232f5a1-0b51-521... keys, instead of "task scheduler").
Re: (Score:2)
Task Scheduler tasks are files with a .job extension saved in C:\WINDOWS\TASKS.
Re: (Score:2)
Re: (Score:1)
The malware adds entries into your HOSTS file.
(C:\windows\system32\drivers\etc\hosts)
You'll have to take ownership of the file.
(properties / security / advanced / owner)
Then edit it in notepad to remove the offending redirects.
The hosts file works like a static DNS look up table.
[hostname] [ip]
google.com 133.7.3.57
Re: (Score:1)
Found it h
Re: (Score:2)
Found it his computer probably got infected because he kept going back to a site his scanner warned him was infected, and he'd ignored the warning. *headdesk*
Hey, if it wasn't for people like that half of us wouldn't have jobs! ;)
(I'm a strong advocate for user education and attempt to do so every time I fix someone's system but I also have no qualms about taking their money when they ignore my advice time and time again)
Re: (Score:1)
Awesome! (Score:5, Insightful)
Re: (Score:2)
Same as before. (Score:5, Informative)
Flashback, man.
This is almost 100% the same as the last piece of malware I was asked to remove from three peoples' machines over the course of a couple of months.
It was such a pain in the butt because I spent an hour manually cleaning the registry while using a live CD, looking for the newest modified-time files on the machine, looking for installed "Oh-I'm-so-cool" applications, browser extensions, system libs, etc etc etc.....
In the end, I find out that it was cleaned off after my first registry run key deletion session, but the damn proxy was set in both Mozilla and IE to a remote IP. Now, Proxy is one of the first things I check with there's ad-based or redirectional malware reported.
What's next?
Re: (Score:1)
I've cleaned the same proxy off machines myself.
Then one of those machines got hit again, I figured it was the same thing - but all my fixes were still setup. Turned out it was a bogus firefox extension with a real-looking name that was doing all the redirection.
Somewhere in there there is a human proxy/redirect joke ...
Re: (Score:2)
The proxy setting will show up - and can be removed with 2 clicks - in a HijackThis [antivirus.com] report. While Trend Micro bought it and supposedly has changed something (not sure what...) HJT remains a useful tool for anyone combating malware and ransomware.
The Firefox extension AC replied about will show up in a log from ComboFix [bleepingcomputer.com] though CFX won't remove the proxy by itself at this point -- perusing a ComboFix log features loads of information about a system and its infections.
Re: (Score:1)
Re: (Score:1)
I'm google is terrified of you blocking them and will now pass all their interfaces changes and feature changes to you for approval.
Re: (Score:1)
I have to say this may be the arrogant fuck up that makes us look at blocking Google completely.
No, you're wrong. You will be the arrogant fuck up that blocks Google from your 'users.'
Just sayin'.
Re: (Score:2)
What in the heck does this complaint you have about Google have to do with the issue at hand?
Google opted to notify people when requests to them are coming from a malware-based proxy server as a nice tip to let people know when they should check their machine out.
They're not selling anything, they're not pushing you toward anything. They're just notifying you that something known-to-be-bad is happening.
Re: (Score:1)
What in the heck does this complaint you have about Google have to do with the issue at hand?
That currently the Malware creators use very similar tactics to infect users (Popups advising the user is infected, Pages that look exactly like a Windows desktop with an infection popup etc). Users are told to close anything saying they have an infection for this reason.
That they didn't ask anyone if they even wanted this new "feature" like all the feature's they force down people throats (Preview, iGoogle Sidebar etc).
Re: (Score:2)
Ahhhh... Poor notification. Gotcha.
First thing that hits me is:
1. If you don't tell the proxy malware asses about it, people will get a nifty notification and it will open the eyes of a few not-so-smart ones.
2. If you DO tell people you're doing it, the proxy malware idiots will craft new malware and work around it using new IPs -or- just come up with a new method.
In the end, it's better that Google do nothing and let nature run its course on this. It will anyway. :)
Re: (Score:1)
Clicking on the message to close it (clicking at all) is usually going to deliver the same payload as clicking "OK" --- them being simple image links to sites that will install something via an exploit, hell even seeing the fake warning could mean you're already infected (this stuff gets injected into pages via compromised ad providers, they can just as well embed a pdf/flash zero day and skip the 'clicking' step entirely).
Re: (Score:2)
The message we try to give to users is close it, if you're not comfortable then call us (we do helpdesk support) and we'll jump on remotely and check for any infection.
Yes you're right, they're are plenty of times an infection can't be avoided, but there are time when it can be simply by hitting the X in the top right corner.
Re: (Score:2)
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Easy administration
Deploy Chrome across your organization using the MSI installer. Control updates and customize your Chrome deployment with support for managed group policy and authentication protocols.
Friday Night VIrus Fight (Score:3, Informative)
I picked up that strain on my desktop PC Friday night. Weirdest thing. It started out by popping up a window (that I thought was Windows Defender) indicating I had a trojan. Might have even have been from Defender, it would close right away... Anyway, I started with safe-mode boot, Ad-Aware and Spybot, no dice. I ended up installing Norton Network Security, and it couldn't find it. I had to run Norton Power Eraser. Crazy. A commercial virus scanner that can't find viruses.
It installs itself in the MBR as a root kit, the proxy may even be local on the pc, downloaded on start-up.
I seem to be infected with something like this (Score:2)
When I click on a Google search result I usually don't get there anymore, and my antivirus software (malware bytes) reports that it blocked an outgoing request to a website and gives the IP address. Sometimes I'm redirected without malwarebytes blocking the request and end up in another search engine. Once it was Bing!
Malwarebytes can't seem to remove WTF is going on. Oh and I don't get a Google popup either.
Even more helpful would be... (Score:2)