Stories
Slash Boxes
Comments
typodupeerror delete not in

Comments: 99 +-   New Click-Fraud Attack Is Stealthiest Yet on Tuesday June 30, @08:35PM

Posted by kdawson on Tuesday June 30, @08:35PM
from the penny-here-penny-there dept.
security
business
google
internet
An anonymous reader sends news from The Washington Post's Security Fix blog of a new Trojan horse program that takes click fraud to the next level. The Trojan, dubbed FFsearcher by SecureWorks, was among the pieces of malware installed by sites hacked with the Nine-Ball mass compromise, which attacked some 40,000 Web sites this month. The Trojan takes advantage of Google's "AdSense for Search" API, which allows Web sites to embed Google search results alongside the usual Google AdSense ads. (SecureWorks' writeup indicates that Yahoo search is targeted too, but the researchers saw no evidence if the malware redirecting Yahoo searches.) While most search hijackers give themselves away on the victim's machine by redirecting the browser through some no-name search engine, FFsearcher "...converts every search a victim makes through Google.com, so that each query is invisibly redirected through the attackers' own Web sites, via Google's Custom Search API. Meanwhile, the Trojan manipulates the victim's PC and browser so that the victim never actually sees the attacker-controlled Web site that is hijacking the search, but instead sees the search results as though they were returned directly from Google.com (and with Google.com in the victim browser's address bar, not the address of the attacker controlled site). Adding to the stealth is the fact that search results themselves aren't altered by the attackers, who are merely going after the referral payments should victims click on any of the displayed ads. What's more, the attackers aren't diverting clicks or ad revenue away from advertisers or publishers, as in traditional click fraud: They are simply forcing Google to pay commissions that it wouldn't otherwise have to pay." If FFSearcher were the only piece of malware on the machine, it would have a better chance of staying under the radar.
story

Related Stories

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
More
Loading... please wait.
  • by BitterOak (537666) on Tuesday June 30, @08:41PM (#28537517)
    The article mentions that both IE and Firefox are vulnerable, but doesn't talk about other browsers. It also doesn't say if it affects current versions, or unpatched browsers only. Will security patches for IE and Firefox be coming soon?
    • Re: (Score:2, Funny)

      Lynx [wikipedia.org] is presumably immune...

    • by jesser (77961) on Wednesday July 01, @12:14AM (#28538775) Homepage Journal

      Firefox and IE are the targets of the trojan once it already has control over your computer. That doesn't mean they are "vulnerable" or are in need of patches.

      Only the last link in the Slashdot article discusses how these attackers gained control over your computer:

      After redirection, the exploit payload site returns highly obfuscated malicious code. The malicious code attempts to exploit MS06-014 [microsoft.com] (targeting MDAC) and CVE-2006-5820 [mitre.org] (targeting AOL SuperBuddy), as well as employing exploits targeting Acrobat Reader and QuickTime. The MS06-014 exploit code will download a Trojan dropper with low AV detection rate [virustotal.com]. This dropper drops a dll with the name SOCKET2.DLL to Windows' system folder. This file is used to steal user information. The malicious PDF file, served by the exploit site, also has very low AV detection rate [virustotal.com].

      So, basically an IE hole that was fixed in 2006, plus a handful of plugin vulnerabilities. They didn't even bother looking for an old Firefox vulnerability to exploit, perhaps because too many Firefox users are up-to-date.

    • by Jahava (946858) on Wednesday July 01, @12:17AM (#28538791)

      The virus itself is a complicated one. As per the article, it was installed on the system during a mass exploit dubbed Nine-Ball [websense.com], which was loaded onto 40,000 legitimate websites. Visiting those sites caused the Nine-Ball script to execute, which redirected an iframe to a page containing malicious code which mounts a series of attacks. Those mentioned by the site are:

      • Exploit MS06-014 [microsoft.com], which targets the MDAC ActiveX control
      • Exploit CVE-2006-5820 [mitre.org], which targets the AOL SuperBuddy ActiveX control
      • [Some] targeting Acrobat Reader"
      • [Some targeting] QuickTime

      So basically, an application (browser) visits this malicious page. If that application runs the ActiveX controls mentioned (and presumably Acrobat Reader and/or QuickTime), it was vulnerable to the initial Nine-Ball exploit. IE qualifies for all 4 of those; Firefox can use ActiveX (I believe, with a plugin), but not out of the box... however, it does have plugins for Acrobat Reader and QuickTime.

      If any of those vulnerabilities were present with the applicaton visited the iframe, it runs malicious code that installs a crapton of viruses on the host computer, among them the FFSearcher virus.

      Once FFSearcher is on your computer, it causes itself to get run all of the time, probably as Administrator. It then proceeds to:

      1. Executes a Windows root-kit to hide its presence
      2. Injects code into browser application processes; for IE, it will inject an IE-specific payload, and for Firefox, it will inject a Firefox-specific payload. Each payload causes the infected browser to do all the malicious redirecting that is described in lower-level detail in the article.

      So a nice, clean, and secure IE / Firefox get started up, but Windows, itself infected, loads the virus into them! No vulnerabilities are exploited, here. Since FFSearcher runs as Administrator, everything it does is straightforward and allowed by the system; it can do basically anything. What it chooses to do is target IE and Firefox. Since it's running as Administrator, it doesn't have to exploit any vulnerabilities in either; it just barges in and rewrites parts of them to do its bidding. Administrator can do things like that.

      In conclusion, there isn't any vulnerability in IE or Firefox that's involved in FFSearcher, and the only reason FFSearcher doesn't pwn other browsers is because the author didn't bother to write a payload for them, too. FFSearcher, itself, was installed due to some browser vulnerability that happened sometime, and now, permanently present on the system, takes advantage of its Administrator privileges to do some pretty wicked stuff.

  • by Krneki (1192201) on Tuesday June 30, @08:42PM (#28537523)
    I can't find how the server gets infected. Is it Windows, Linux, Apache, IIS, ... ?

    What part is to blame?
    • Re: (Score:3, Informative)

      The server in the Nine-Ball distribution could be any with an active exploit against it - an "infected" server is just one serving up pages with an iframe to the exploit site, so that site visitors would end up being attacked. Since any web server on any OS can serve up HTML...
      • But how this exploit gets on the server web page?
        • Re: (Score:3, Informative)

          The goal is to get some website to distribute your payload, which consists of specially crafted HTML code. This can be done by simply posting a comment on any webpage which accepts and retransmits arbitrary HTML. Or it could be done by exploiting a bug in IIS, Apache, or other webserver software so that the original site serves up your payload. Or you could hack Windows or Linux to get the webserver to use your payload. The payload then exploits any number of browser bugs, whether Firefox, IE, or anothe

        • Re: (Score:3, Informative)

          Ads.
          Sites host ads.
          People buy ads through ad placement companies like Google.
          Bad people engineer ads to contain the exploit and payload.
          Site serves up bad ad.
          Users of site get fucked.

          It's always the fucking ads.

      • Or it comes in a form of an ADD pointing from an infected server?
    • by Seth Kriticos (1227934) on Tuesday June 30, @08:55PM (#28537623)
      Reading the article helps - there is only one server: my-web-way.com , which is supposedly controlled by the attackers. The whois entry reveals, that it is registered in Moskow, Russia.. probably with a fake name.

      Now to what gets infected: Windows machines. It plays with DLL's and the Registry (described in the article).

      Interesting is: this peace of mallware does not directly (perceivably) damage the user of the infected machine, but it generates revenue through (semi fake) Google ad clicks. I wonder how they (Google) will react.. would guess that big corporations get quite pissed by this kind of stuff. Let's wait and see..
      • by stephanruby (542433) on Tuesday June 30, @09:22PM (#28537835)
        Interesting is: this peace of mallware does not directly (perceivably) damage the user of the infected machine, but it generates revenue through (semi fake) Google ad clicks. I wonder how they (Google) will react.. would guess that big corporations get quite pissed by this kind of stuff. Let's wait and see..

        Finally, a piece of malware I'm not super-annoyed by.

        • Yeah. This really isn't "click fraud" in the sense of defrauding Google through spurious clicks. The ads are real, the clicks are from real potential customers, it's just that Google is having to cough up a minuscule fraction of its revenue to the page owner -- the same commission it would pay if the search were run under a legitimate instance of the Adsense for Search api, which is to say .005% of SQUAT.

          Stop the presses! Google's been robbed! Not really. Obviously, the taking over PCs bit is bad behav

          • Um... depending on the search terms 20 dollars a click isn't unreasonable (or wasn't two years ago), and while Google puts a cap on payouts for high click value terms, they still pay about 75% of their click revenue to adsense publishers.

            Hijack a hundred thousand machines this way, and you could pull a pretty good income, at least till you get shut down.

            • Note: my figures are from 2004, and may not reflect 2009 numbers.

              • Second note: Those payout figures are for large affiliate programs (like with AOL), they probably don't reflect smaller sites.

                • I've gotten $3 per click on my sites on a good day. Of course, we all just take Google's word for the economics of Adsense -- they don't "do" auditing.

      • I wonder how they (Google) will react.. would guess that big corporations get quite pissed by this kind of stuff. Let's wait and see..

        They've got the talent, the resources, and the legal team. This seems like an excellent time for Google to "be evil" and take the law into their own hands.

        We could only hope.

        • They've got the talent, the resources, and the legal team. This seems like an excellent time for Google to "be evil" and take the law into their own hands.

          Yeah. Take the law into their own hands! With ... a team of lawyers.

        • Nah, they'll just track which clicks are coming from that domain and then turn off the AdSense account(s) associated with it. That shouldn't be too hard to do.
      • Reading the article helps - there is only one server: my-web-way.com , which is supposedly controlled by the attackers. The whois entry reveals, that it is registered in Moskow, Russia.. .

        In America, server gets infected, but in Soviet Russia, infections get served!

      • Reading the article helps - there is only one server: my-web-way.com , which is supposedly controlled by the attackers.

        echo 0.0.0.0 my-web-way.com >> C:\WINDOWS\system32\drivers\etc\hosts

        There. I ended up their revenue stream :)

  • So, let me get this straight:

    The trojaneers' moneymaking is predicated upon people actually clicking on ads.

    Uh... good luck with that!

  • by mlts (1038732) * on Tuesday June 30, @09:04PM (#28537705)

    This reminds me of the concern about bank fraud that IBM made the ZTIC device to help mitigate.

    First, the attack is click fraud, but its not that large a jump to target bank transactions. The malware can target a Web browser where a person thinks they transferred some cash to their savings from their checking, when in reality, their entire balance was just moved to an attacker's offshore account. The malware would be doing a man in the middle dance making the victim think that everything is fine, when in reality their account is empty.

    This type of attack would get around a lot of security measures used by banks today. The only real defense would be to have a separate device that shows transactions on it and one confirms or denies on that device as opposed to a potentially compromised computer.

    • Let us say that your bank account were drained by said trojan. You look it up on an uninfected machine and see that all your money was just transferred to say, Zaire. You call your bank, bitch, moan, and you have your money back. Said account in Zaire is banned from all transfers by that bank.

      That's standard practice for fraud transfers.

      Now, lets say instead, that your bank account was only short a dollar.

      One single dollar.

      Would you notice?

      Alright, if you noticed, do you think the people you work with wo

  • What's keeping Google from shutting down the account that are getting the illegitimate clicks? I doubt they could produce a hundreds of different account just because it would make receiving payment extremely difficult.
    • Re: (Score:2, Informative)

      i don't think anything is keeping them from it, it's probably the first thing they did or are going to do. the problem is that they need to track the configuration of the trojan (which can be updated remotely) and keep shutting down accounts of the new search sites. it would be far more convenient if they had a possibility to determine click fraud by analyzing their stats, which is very difficult this way, as the fraud essentially looks the same as normal behavior. not having that option increases their wor
  • Nine-ball? (Score:3, Insightful)

    by Suzuran (163234) on Tuesday June 30, @09:50PM (#28537991)
    Does this mean Cirno is the strongest?
  • Interesting Point (Score:5, Interesting)

    by Demonantis (1340557) on Tuesday June 30, @09:56PM (#28538035)
    Who would be liable for the bug? Since its dlls that are affected Microsoft would have to fix it. The thing is why should they? Their customers are not affected terribly. It is not technically fraud because it is not really misrepresenting what it presents. Google still benefits because of the adsense charges. It would be interesting to see who wants to fix this.
  • Alright and then google almost immediately bans that person for adsense.

    Wow brilliant plan guys.

  • It seems all of these nefarious activities on the Internet seem to come from Russia and other Eastern European countries. What is up with that? It it some sort of nerd gangster culture in that part of the world? Seriously, can someone please explain it to me.

  • ....the impersonators prefer "Don't Be Elvis"
    • no it didnt generate ANY revenue. thats the whole point, that they wont pay for fake clicks. why do you think that it FINALLY happened when in reality nothing really had changed?

    • Re: (Score:3, Insightful)

      "and it's not fair (nor should it be legal!) to penalize that person for clicks outside their control"

      If you own a dog, you're responsible for it. If you own a car, you're responsible for it. If you own a computer, you're not responsible?

      Cry us a river - - -

      • Did you actually read the portion you quoted in context? The "clicks outside their control" he's talking about aren't made on his computer but by some random person/bot visiting his website, which he was trying to monetise via Adsense.

    • by nacturation (646836) * <nacturation.gmail@com> on Tuesday June 30, @09:04PM (#28537701) Journal

      Why would they waste their time? Surely there are easier ways to steal from adsense that don't involve putting people at risk...

      Were you just trying for first post, or did you have a point to make? "Why would they [the FFSearcher developers] waste their time?" Because it makes them money and, thus, is not a waste of time at all but rather quite the profitable use of their time. And from the summary, it sounds like FFSearcher does nothing malicious except for redirecting traffic such that it gets referral payments. How is that putting people at risk? And what are these easier-to-steal-from-adsense methods you're referring to?

      • by calmofthestorm (1344385) on Tuesday June 30, @09:15PM (#28537793)

        Well, it's not directly harmful, but any malware on a machine is going to open up security vulnerabilities because it will usually:

        1) Act as a rootkit to hide itself
        2) Provide backdoor access

        Either of these can be exploited by a third party. Remember Sony's DRM rootkit? China's Green Dam Youth Escort?

        • The scheme is very interesting, I'd say that if they ever got caught and put in front of a jury this would be close enough to legal that they'd have no problem walking... very interesting...

          • They installed software via illegal hacking into users computers, not to mention they hacked into servers and did stuff.

            There are a lot of laws that could bone them here, and I doubt juries would take kindly to having their computers modified without their consent unless it was by big media or Microsoft.

            • True, the hacking bit they wouldn't get away with, but the 'click fraud' is close enough to be difficult to call.

              • Difficult to call? They fraudulently redirected traffic through their servers to generate themselves money, making google pay for transactions they didn't need to. It's practically the definition of wire fraud.

            • Re: (Score:2, Informative)

              by Anonymous Coward

              The thing is, creator of this most likely is not a single person / group. What most articles fail to mention is that these eastern european/russian money-making schemes are usually affiliate programs itself. Affiliates get paid their percent from revenue from computers they're installed the software to. The affiliate program itself creates the software and handles everything else other than generating installs.

              Even if you happened to catch them, who would you sue? Even the catching part is a major headache,

      • And what are these easier-to-steal-from-adsense methods you're referring to?

        Adsense for Domains plus some typo-squatting registrations, perhaps. See slashdot.info for an example.

Many people are desperately looking for some wise advice which will recommend that they do what they want to do.