Forum Moderators: martinibuster
I'm not sure how I got it but the only thing it does that I can tell is change the links on AdSense and AdWords ads so the user clicks directly to the advertisers site. It looks like it may be using the &adurl variable in the links so you go directly where the advertiser intended you to go anyway.
Surely I'm not the only one who has been infected. It looks like I got it a few days ago and no matter what advertisement I click on I bypass the Google cash register. Good for the advertiser. Bad for Google and its publishers.
JAG
For example - I go to Google and search for 'travel' and I get the AdWords results back. For me the first one I see goes to www.*****.com. If I click the advertisement I should go to Google and get redirected to the advertisers site after Google registers the click. But, what is happening now, is I am going directly to the advertisers site as specified in the &adurl variable.
I found this by accident because I use PHP and often I watch my data stream to debug and as I was going through a log of mine I noticed no redirects were happening for AdSense or AdWords. This may be why I can't find anything about it anywhere on the Internet? Most people would never know it is happening to them.
JAG
So - has anyone else seen this on their machines yet?
JAG
JAG
I'm not trying to imply you're lying or even that you're mistaken, but I personally can't accept something like this based on one vague report. Sorry, nothing personal.
I can perfectly believe that a virus of that description would exist... It would only take someone who was a bit annoyed at Google to sit down and code something a bit clever. All it would need to do would be to sit on the TCP layer, and intercept http traffic. Adsense code is pretty much always in the same layout, so it would be relatively easy to pick up. An alternative (and probably more likely) method would be an active-x plug-in that scanned the page for the adsense javascript and replaced it. Might be worth checking your active-x installed objects (in IE - Tools, Internet Options, Settings, View Objects), or use Microsoft Anti-spyware's system explorer.
I think Fuzzyfish1000 has it right though. It acted something like a scumware contextual program but instead of popups and such it just changed the ad links and since Google uses the same scheme all the time it would always change them.
What troubles me the most is that if you change the &adurl variable to whatever URL you want then Google will redirect you there. That means that in theory this could be used in a very bad way where instead of sending the user to the advertiser as I saw the user could be sent anywhere the scumware wants the user to go and Google would do the redirect for them.
I also wonder who would get charged for the click? I'm hoping that Google is smart enough to realize the &adurl variable does not match but I don't know if that is the case since Google does the redirect as if all is OK :-/
JAG
I also wonder who would get charged for the click? I'm hoping that Google is smart enough to realize the &adurl variable does not match but I don't know if that is the case since Google does the redirect as if all is OK :-/
Good question for AWA, perhaps. It's possible that the advertiser is charged if all the other account information coming over in the click is left intact. If G did an extra check on the &adurl variable of every click to check that it matches what the account says it should be redirected to, it would slow down its ad processing.