Slashdot Mirror


Click Here To Infect Your PC!

Email me for FREE viruses writes "Just how many people would click an ad saying "Is your PC virus-free? Get it infected here!"? According to the security researcher who ran that very ad on Google for 6 months, 0.16% (409 of 259,723) would click on it. 98% of those people were running Windows. The Google Adwords campaign cost $23 in total, which works out to $0.06 per infection had the site actually been malicious."

15 of 215 comments (clear)

  1. 0,16% by JanneM · · Score: 5, Insightful

    At a click rate of 0,16% - about one in 600 - I have to wonder if not a fairly large portion is simple click errors. You intend to click on some other link nearby on the page but by mistake click that one instead. There's several kind of interaction slips just like that that we do in other circumstances after all.

    --
    Trust the Computer. The Computer is your friend.
    1. Re:0,16% by dour+power · · Score: 4, Insightful

      Even those who deliberately clicked on the link could have easily read the text as, "Get it inspected here!" Not an excuse, but certainly understandable. How many /. article postings contain at least one sincere reply of the form, "Am I the only one who read that as...?"

  2. Hmmm by gordgekko · · Score: 5, Insightful

    It's news that at least 0.16% of people are idiots? Actually I'm shocked the number was this low. This is actually good news.

    --
    You want to know who isn't running Firefox 2.x? They spell it "definately" and "rediculous".
    1. Re:Hmmm by julesh · · Score: 4, Insightful

      Consider that click through rates to a relevant ad are typically less than 3%. This represents 5% of people who would normally click on an advert.

  3. Not exactly. by SolitaryMan · · Score: 4, Insightful

    The Google Adwords campaign cost $23 in total, which works out to $0.06 per infection had the site actually been malicious."

    Not exactly.

    $0.06 per infection attempt, which is obviously not the same thing.

    --
    May Peace Prevail On Earth
  4. Re:0,16% Mac/Linux users by nyctopterus · · Score: 4, Insightful

    And of that tiny percentage how many were Windows users taking the fairly safe bet that the ad didn't do what it said?

  5. Doesn't really mean much by gazbo · · Score: 5, Insightful

    Hell, if I saw that link I'd click on it for sure. Well, I might drop to Cygwin and use lynx "just in case", but there's no way I'd not investigate such a link.

  6. Why does it matter what OS they were using? by Torodung · · Score: 5, Insightful

    I once explained that browser security is almost entirely determined by the user. This proves it. I wouldn't trust that 0.16% with a pocket calculator, let alone a computer!

    You can't write code or design software that will secure "stupid." Firefox and Linux are certainly easier to secure, and they have a better security model, but they aren't idiot proof.

    If those folks were using an abacus, they'd probably get their head stuck in it! <G>

    --
    Toro

  7. Re:statistics by richlv · · Score: 3, Insightful

    i was reading that more as "no, that was not linux users clicking the link for fun". i mean, i would click on such a link ;)

    --
    Rich
  8. Re:Browser stats by Torodung · · Score: 3, Insightful

    Pretty much reflects total market share almost 1:1. When 90% of the consumer market uses MS as their OS, is it terribly surprising that 85% of consumer *morons* use it?

    --
    Toro

  9. Re:It's hardly a surprise by Eivind · · Score: 4, Insightful
    The worst-case scenario are however very significantly different.

    Worst-case for a virus-infected windows-machine ? Complete reinstallation. A day lost, hell make it "toss away $1000 machine".

    Worst-case for std ? Death.

    Not really comparable.

  10. Re:Oh dear. by nurb432 · · Score: 3, Insightful

    Or how many people thought ' it cant happen to me, as im protected ', but were still curious what the page was about.

    --
    ---- Booth was a patriot ----
  11. Re:0,16% Mac/Linux users by Zonk+(troll) · · Score: 3, Insightful

    Virus scanners create a false sense of security.

    <user> I have Norton. My computer is now immune to all viruses.
    (one week later)
    <user> I have a virus, can you fix it?

    I've seen people many times think that because they had Norton or McAfee, that they could do whatever they want without having to worry about getting a virus and act reckless. Open every attachment they get in email, downloading and running random .exes from "FREE!!!!!!!!!" sites, use Internet Explorer, etc.

    --
    "The Federal Reserve is a fraudulent system."--Lew Rockwell
    End The FED. -
  12. Re:Browser stats by NatasRevol · · Score: 3, Insightful

    Why should I have to work to protect my browser? Or my computer while just *going* to a web site.

    There's such a huge jump in logic there that it just befuddles me that 'configuring properly' is required to use the internet.

    No computer/browser is perfect, but it just makes basic sense to use a computer/browser that starts at a very secure state and allows you to open it up if you want/need. Rather than the other way around.

    <bad car analogy> It's like having to put rear view mirrors on your car after you buy it. </bad car analogy>

    --
    There are two types of people in the world: Those who crave closure
  13. Re:Attempted Infection == Infection by ajs318 · · Score: 4, Insightful
    Yes, but if you didn't know what it was or whether it was safe, you wouldn't click it in your browser, would you? You'd use netcat. For example, if the link goes to http://somesite.someisp.cc/some/long/filename.ext? query_string then you'd need to do

    echo -e "GET /some/long/filename.ext?query_string HTTP/1.1\nHost: somesite.someisp.cc\n" | nc somesite.someisp.cc 80
    which will dump the raw HTTP response onto STDOUT. And that's safe because you can't muck anything up by printing to the screen (well, you might get unlucky and have some weirdy escape code sequence turn off echo or redefine the entire character set or beep incessantly; but the whole beauty of xterm windows is that you can always close one forcibly if you have to).

    And then, if and only if it looks safe, you can use wget http://somesite.someisp.cc/some/long/filename.ext to download it for investigation.
    --
    Je fume. Tu fumes. Nous fûmes!