Slashdot Mirror


The 12-minute Windows Heist

An anonymous reader writes "Sophos has come up with some pretty interesting research: apparently, there's a 50 percent chance unprotected Windows PCs will be compromised within 12 minutes of going online. Sophos came to that conclusion based on research covering the last six months of virus activity. The company said authors of malware such as spam, viruses, phishing scams and spyware have increased both the volume and sophistication of their assaults, releasing almost 8,000 new viruses in the first half of 2005 and increasingly teaming up in joint ventures to make money. The new-virus figure is up 59 percent on the same period last year."

80 of 497 comments (clear)

  1. Good news everybody! by poopdeville · · Score: 4, Funny

    It takes slightly more time to get pwn3d now.

    --
    After all, I am strangely colored.
    1. Re:Good news everybody! by Doppler00 · · Score: 5, Funny

      My question is, which happens faster, first post, or getting a windows machine infected?

      Just a theoretical question...

    2. Re:Good news everybody! by Parham · · Score: 2, Insightful

      I wanna answer that with "because they're lazy"... but I don't even think that's the actual reason. Maybe a better answer is "because they're hermits"... because that's the only way you could not have fixed a problem for over 90 days...

    3. Re:Good news everybody! by hdparm · · Score: 2, Funny

      Apparently, infection. To get the First Post you must be on the machine that runs some other OS.

    4. Re:Good news everybody! by lorelorn · · Score: 2, Funny

      The new first post virus infects your machine and posts within seconds to all new threads on /.

    5. Re:Good news everybody! by ryanov · · Score: 3, Insightful

      I hate to be the prick who answers the theoretical question, but clearly the first post. First post was one minute after the article went up, infection is 12 mins. The first poster would have time to get a cup of coffee and return to find his machine hax0red.

    6. Re:Good news everybody! by Master+of+Transhuman · · Score: 2, Insightful


      MORE time?

      I thought the last figure was twenty minutes, down from forty minutes the previous study.

      At this rate, Windows will be owned BEFORE it goes on the Net next time - i.e., the CD will be compromised before you install it! Can't happen? Remember when Microsoft shipped a virus?

      This ties in nicely with Microsoft buying Claria! You can now get Claria embedded in your Windows CD before you even install it!

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    7. Re:Good news everybody! by Tim+Browse · · Score: 2, Informative

      In 1996 and 2002

  2. 50% chance? by TheGuano · · Score: 2, Insightful

    How is this figured? Are people just randomly surfing two-letters TLDs 12 minutes upon installing windows and hopping on the net?

    1. Re:50% chance? by poopdeville · · Score: 4, Informative

      They're probably looking at a normal distribution of times. If the mean is 12 minutes, then 50% are infected before then. If this is the case, the standard deviation must be pretty high. I hope.

      --
      After all, I am strangely colored.
    2. Re:50% chance? by g-san · · Score: 5, Interesting

      If you want a shocker, sniff your internet connection. Go download ethereal from www.ethereal.com, and open your internet connection with your firewall turned off (make sure your patches are up to date please :). Don't browse, don't do anything. Start a capture, select your PPP interface for a modem or ethernet for a broadband connection, turn on "Update list of packets in real time," and "Automatic scrolling in live capture," and turn off all the name resolution options. Click OK.
      Look for TCP SYN packets to port 135 or 445. You may have to wait a few minutes. That is something trying to make a connection to your machine, ports 135 are the main ports for Windows Networking. Heh, I turned did it while I was typing this and already got a connection attempt to 135. That is most likely a virus on some poor sods unpatched machine, running through IP addresses looking for more systems to infect. If you want to know what all that stuff is, search for it on google. And for all you hackers out there, try writing (connection to port 139 scrolling in background, hehehe) a simple TCP listener in your favorite programming language to see more than just a TCP reset.
      Bad things are living in the internet nowadays.

    3. Re:50% chance? by Randy+Wang · · Score: 2, Insightful

      On the other hand, it probably takes much longer than 12 minutes to secure your Windows PC, short of removing the network cable.

      I mean, unless you wisely have SP2 and some protective software already burnt to CD... but I'm unsure that as many as 50% of users would be in that group.

      --
      --- Egads, I glow in the dark!
    4. Re:50% chance? by sunhou · · Score: 2

      But I had continuous distributions in mind when I wrote that, and apparently you were thinking of finite distributions.

      Now you seem to be confusing "finite" with "discrete" by saying it's one versus the other. A distribution can be discrete but (countably) infinite, e.g. the Poisson distribution.

      Although what this has to do with mean vs median, I don't know. The mean and median are defined for both discrete and continuous distributions, so the fact that the other guy said median instead of mean doesn't mean he was thinking of a discrete distribution.

    5. Re:50% chance? by David+Horn · · Score: 2, Informative

      Wouldn't a lot of people on DSL / cable connections be safe behind their router? I imagine the majority of people use one with port forwarding turned off, as that's the setting by default.

      --
      PocketGamer.org - For the gamer on the go!
    6. Re:50% chance? by jimicus · · Score: 2, Interesting

      My cable modem isn't a modem at all. Technically, it's a bridge. The computer (or in my case, firewall) on my side of it gets a real, routeable IP address. The cable modem doesn't even appear in a traceroute and only really has an IP address for management purposes. I suspect the same is true for most cable modems.

      Similarly, there's a lot of USB DSL routers out there, and many ISPs don't support the ethernet port, if one exists. Guess what? They don't route at all. They're the DSL equivalent of good ol' POTS modems. The computer gets a real routeable IP address.

    7. Re:50% chance? by egreB · · Score: 4, Insightful

      My cable modem isn't a modem at all.
      Well, since we're on Slashdot, technically, it is a modem. It takes analogue signals and figures out digital data from them. It modulates and demodulates. Your cable modem just don't happen to be NAT'ing. Think of it as one long ethernet cable to your ISP.

      In my experience, most cable (as in television land-based cables) modems behave this way, which I find quite pleasant. Any box on your network can be reached from the outside, without funky NAT-routing. In fact, you can probably just keep asking for IP-addresses, and the modem will happily give you true, Internet-routable IP's. Enjoy.

      Now, would some people argue, NAT is great for your average Windows user, who probably don't want or need his machine available from the outside. This is the wrong way of solving problems. Any remotely modern operating system should be able to safely stay on the Internet, given a bit of care (read: patching). Furthermore, your average Windows user will often need Internet-routable IP-addresses - think Bittorrent, any P2P, remote desktop and so on.

    8. Re:50% chance? by sunhou · · Score: 2, Interesting

      I saw your sig, that's why I figured you should know better. :-) I am a mathematician (with a job), but generally don't flaunt it.

      First, the AC didn't say "large number of samples", he/she said "large number" and wasn't very clear about the exact meaning. Yes of course if you compute a sample mean from a large sample, its sampling distribution converges to a normal distribution. You were also not so clear, because when you said "I was thinking of continuous, you were thinking of discrete," you made it sound like those two things are opposites.

      Second, of course this distribution can't be truly normal, because it's truncated at 0 on the left. Although I guess you already know, if you want to talk about sample means of large samples, you can generally ignore that since the variance becomes small enough that the probability in the truncated tail is negligible.

      Finally, none of the above really matters anyway, as the proper distribution for the time until infection would be an exponential distribution in this case, since there are a very large number of infected machines out there on the network, each with a very small chance of infecting any given target within a reasonably small time interval, and so this system should be fit extremely well by a Poisson process. An exponential distribution with a mean of 12 has a median of about 8.3. Or, if the first line of the article is written correctly and there really is a 50% chance of getting infected within 12 minutes, it means that the median is 12, in which case the mean time to infection is about 17.3 minutes. And these are theoretical means and medians, which are independent of sample size.

      And finally finally, I will point out that, given the above information, if you took a really large sample of PCs and measured the sample mean time to infection in that group, the sampling distribution of mean would be normally distributed around 17.3, not around 12.

      OK, your turn. :-)

    9. Re:50% chance? by sunhou · · Score: 2, Informative

      No, I don't know of any job openings at the moment. I'm a (relatively new) faculty, and if I knew of some job openings, I'd probably hoard the info for my students. :-) I'll tell you what I tell my students, though -- any chance to get involved in any kind of project, for pay or not, is really important. I did tons of projects in my spare time as an undergrad and grad; some were research assistant jobs (even as an undergrad), some were just my own things, but done well enough that I could show them to other people. Summer jobs on some kind of research project really help. My second year as an undergrad, I started knocking on prof's doors until I found some willing to give me some work, which then led to more and more work. And so began the long path to my current job, which will be permanent if I can just make it through tenure.

      I did a good dose of measure theory in grad school, and found it very interesting, but haven't really used it since then. And I've taken plenty of applied stats and mathematical statistics, but again I forget most stuff I don't use. Although I do teach elementary stats now and then, and a course in deterministic and stochastic modeling and simulation which involves a lot of Poisson processes.

      Hmm, it's true that the exponential distribution has its mode at 0, so in some sense you're "most likely to be infected the moment you connect". But e.g. for an exponential with a mean of 17.3 like we were talking about, you have a 25% chance of first being infected in the first 5 minutes, but still a 19% chance of first being infected within the second 5 minutes, and a 14% chance in the third 5 minutes. So it's not all bunched up at 0 as much as you may imagine.

      I think Poisson processes are pretty cool. I like putting them in my modeling class because I can use Poisson processes to tie together the following probability distributions and show relations between them all: continuous uniform, binomial, normal, exponential, and Poisson. Even the students that learned about them in basic probability/stats never realized they were all linked together. Sheldon Ross' book on "Intro to Probability Models" (up to about 9th edition or so now) is a pretty readable book which talks about them quite a bit. They're used to model e.g. failing parts in complex machines, incoming phone calls on a busy phone line, automobile traffic, etc.

  3. Old news by Cromac · · Score: 5, Informative
    This isn't news. There have been reports out for months showing unprotected Windows machines being compromised within a few minutes on cable or dsl connections.

    From 11/29/2004: Unprotected PCs can be hijacked in minutes

  4. His figures aren't quite right by peculiarmethod · · Score: 2, Funny

    That article used to say 5 minutes, but I saw he was running SP2 with McafNotFree and had to change the article a bit just before publication deadline to prove a point. Whoops.

    the original can be found at: ww!@#$_
    COCARRIER

    --
    ** "It's not my job to stand between the people talking to me, and the ones listening to me." -- Pego the Jerk
  5. Hogwash by AvantLegion · · Score: 5, Funny
    Hogwash. I've been online for over 11 1/2 minutes and I haven't had anCLICK HERE FOR DISCOUNT V1AGR4!!!11

    1. Re:Hogwash by pg110404 · · Score: 2, Funny

      Hogwash. I've been online for over 11 1/2 minutes and I haven't had anCLICK HERE FOR DISCOUNT V1AGR4!!!11

      That's too bad. I've been online for 12 3/4 minutes and minIE PERFORMED AN ILLEGAL OPERATION. DO YOU WISH TO SEND A REPORT TO MICROSOFT?

    2. Re:Hogwash by grammar+fascist · · Score: 2, Funny

      Wow! How on Earth did you get your browser to grab that dialog text, paste it into the comment box, capitalize it, and press the "Submit" button for you?

      I wish mine diOUT OF BUFFERS

      --
      I got my Linux laptop at System76.
    3. Re:Hogwash by shadow303 · · Score: 2, Funny

      Perhaps he was dictating...

      --
      I've got a mind like a steel trap - it's got an animal's foot stuck in it.
  6. And if you enable... by daveschroeder · · Score: 5, Interesting

    ...the built in Windows XP firewall (enabled by default on SP2 and assuming you don't have any other services enabled or open) and/or have a $30 personal firewall/router, there is a 100% chance you won't get compromised.

    But wait, they're talking about spyware, viruses, and phishing. So, those things can install themselves now?

    Don't get me wrong...viewed by itself, Windows has historically a dismally horrible track record. But a patched Windows XP SP2 machine behind a personal firewall/router with current anti-virus/anti-malware protection can be a secure system. Granted, it's been a long time coming, and it's easy for many users to fall into traps, but this seems like nothing more than a typical scare tactic by an AV vendor.

    Never trust an AV vendor saying the sky is falling.

    1. Re:And if you enable... by daveschroeder · · Score: 4, Informative

      This has only been an issue historically because:

      - Pre-SP2, most Windows users didn't know to enable the firewall

      - Router/firewall devices were much less prevalent

      Now, all new machines ship with SP2, and it's much more common for cable and DSL operators to provide firewall/router type functionality with the customer hardware, as opposed to just giving you a raw modem. In addition, more people in general are purchasing said devices (when not provided by their internet provider). The point is that Sophos is trying to pimp their antivirus software, and using somewhat unrelated and dubious methods to do it. Sure, you should have current AV software. But if you want to protect from the "remote" attacks they're talking about, the best protection is simply a hardware or host-based software firewall, both of which are loads more prevalent than they were even a year ago (the software firewall mostly because of SP2). Anyone can take an unpatched Windows host and put it on the network with no firewall and say "Look! It got owned in X minutes!" The point is, they're saying this with the implicit purpose of saying "Buy our software", when the "solution" to the problem they're pimping is to, first and foremost, keep your machine patched and either enable the software firewall if you're pre-SP (or ensure it's still enabled on SP2) and/or get a little personal firewall/router - *in addition* to having AV software.

    2. Re:And if you enable... by ScrewMaster · · Score: 5, Interesting

      Never trust anyone who says the sky is falling if they happen to have a vested interest in it. The day will come (if it hasn't already) where antivirus vendors start releasing homegrown viruses to increase sales. It's already happened in the spyware world.

      Actually, the SOP for government and business here in the U.S. has increasingly fallen into a crisis/scare-tactic mode. That is, if you don't get what you want, simply magnify an actual problem to Biblical proportions (the Bush Administration and the War on Terror), or simply manufacture a crisis (the RIAA/MPAA and the War on P2P) to deflect interest in your own failings. Either way, it seems to work pretty well.

      --
      The higher the technology, the sharper that two-edged sword.
    3. Re:And if you enable... by CAIMLAS · · Score: 2, Informative

      [i]..the built in Windows XP firewall (enabled by default on SP2 and assuming you don't have any other services enabled or open) and/or have a $30 personal firewall/router, there is a 100% chance you won't get compromised.[/i]

      Uh... highly doubtful.

      Spyware is included in this assessment. I'm guessing that if someone gets online, chances are they're going to go to one of the larger sites on the internet - many of them have spyware on them. Guess what? They'll probably do that within 12 minutes.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    4. Re:And if you enable... by JofCoRe · · Score: 2, Informative

      ...the built in Windows XP firewall (enabled by default on SP2 and assuming you don't have any other services enabled or open) and/or have a $30 personal firewall/router, there is a 100% chance you won't get compromised.

      Right, that's why they say unprotected windows pc. Those items you mention are some sort of protection...

      (so does that mean that you should always use protection when using windows..? :)

      --

      Place sig here.
    5. Re:And if you enable... by sycotic · · Score: 3, Funny

      "nothing could compromise it" ...famous last words :)

      --
      -- If I were a fish, I'd be wet
    6. Re:And if you enable... by ozmanjusri · · Score: 3, Interesting

      But wait, they're talking about spyware, viruses, and phishing. So, those things can install themselves now?

      Until recently, I've had no real problems with viruses/malware myself, but last week I was setting up a (friend's) computer with a fresh install of XP. I'd completed the install and downloaded a few tools, drivers etc to finish the job, and had started cleaning up the debris - temporary dirs etc. I switched to the desktop and noticed a file there that I didn't recognise, but assumed was one I'd downloaded. I double-clicked the file to see what it was...
      I realised just how dumb that was even as I was doing it, but too late. Explorer started up and tried to visit some gambling site. Closing it just started another instance. I pulled the net cable from the back, did some checking and found I'd installed something called "Surf Buddy".

      There was no uninstall, killing the task in the Task Manager didn't work - it'd just respawn. Edits in the registry would be "healed", and in the end, it took more than an hour of work and several reboots into safe mode to track down and clean the infestation.
      Yep, you're right that only people who do dumb things will get compromised when they're behind firewalls etc, but how many people never do a dumb thing in their lives?

      The problem with Windows isn't just that its easily compromised. It's that its bloody hard to fix when it has happened.

      --
      "I've got more toys than Teruhisa Kitahara."
    7. Re:And if you enable... by Stauf · · Score: 2, Informative

      - Pre-SP2, most Windows users didn't know to enable the firewall

      Pre-SP2, the firewall came online (I think) 4 steps after the network stack. At the height of Blaster et al, I watched a new install of XP, with firewall on, boot and immediately start with that 30 seconds til shutdown message. Forget 12 minutes, it got hit inside the second or two window between the network coming online and the firewall kicking in.

    8. Re:And if you enable... by bhiestand · · Score: 3, Insightful
      nothing can reach it

      This is like your 5th time saying this. Methinks you have no damned idea about security, and whoever keeps modding you up needs to get a clue.

      Let me help you out. The following things ARE NOT attributes of a computer that is powered on and connected to a network: 100% secure, untouchable, inpenetrable.

      You should try reading some sites like securityfocus. I recommend a 2-part article that just came out, Software Firewalls: Made of straw? and part 2.

      --
      SWM seeks new sig for a brief fling
    9. Re:And if you enable... by Tim+Browse · · Score: 3, Informative
      For future reference, Startup Control Panel is a handy tool. You can probably also use MSConfig, but I don't know if that catches as many startup methods as the control panel applet.

      For preventative measures, you could try Startup Monitor by the same guy. I've not tried it - I'm trying MS Anti-Spyware at the moment, which does a similar thing as part of its protection.

    10. Re:And if you enable... by A+beautiful+mind · · Score: 2, Insightful

      " ...the built in Windows XP firewall (enabled by default on SP2 and assuming you don't have any other services enabled or open) and/or have a $30 personal firewall/router, there is a 100% chance you won't get compromised."

      Sheer ignorance. You _will_ get compromised. Personally i believe that apart from tracking cookies, everything else infecting your system means that something is wrong with your system either on design or coding level. The problem is, that even if you run a software firewall, a realtime spyware scanner and try to filter bad sites through a proxy, even then you're not safe, but you've just installed a bunch of resource-stealing applications. The underlaying problem is, that these programs try to fix design flaws, which is obviously not fully possible.

      Let's imagine a computer scientist who got cast away to an island in the 1980s, before the Microsoft period. What would his reaction be, if he would be found now and tried to look at the computer operating systems? Probably he'd be amazed how much faster computers are today, etc etc. Secondly he'd try operating systems, so he gets a box with "windows" whatever it is because a lot of people are said to be using it. He starts using it for two minutes, but then he concludes that someone is playing a practical joke on him. Why? Because he is reasoning this way: if computers are so much faster now, why is it that this operating system is so slow to start up, if operating systems in the 1980s knew how to remain virus free, why this one has viruses, if operating systems in the 1980s provided more control and better architecture, then why is this "windows" or whatever is going backwards?

      Think of it, why do you need to deal with adware, spyware, anti-spyware software, antivirus software, mail worms, firewalls? Because the design is flawed. Firewalls are not supposed to be the only defense in networking, they are supposed to be ANOTHER, optional line of defense, IN CASE a particular daemon or tcp stack is buggy in MISSION CRITICAL environments or merely a privacy tool (ignoring new incoming connections instead of the standard rfc "refused" reply). Antivirus? If a virus managed to write itself on the system, your whole system is already compromised, it is unreasonable to assume that given a smart virus writer, antivirus software can do anything at all. If you're not already compromised, then why do you need an antivirus software in the first place?

      I decided 3-4 years ago that i don't want to deal with all this. I switched to linux, and since i'm using a desktop, i'm not running any daemons. So well, this means i don't need a firewall. Just to be on the safe side, i got one line in iptables, to drop all new connections initiated from outside. See, here a firewall is, what it's supposed to be: another line of defense, not a necessity. I almost forgot, I'm running as a non-priviledged user, using sudo if i need to do some root task. I have a simple backup script backing up my user's directory in /home every week, just to be on the safe side. I do not run untrusted binaries, since the chance of someone hacking a debian apt repository and generating the appropriate hash for it is much more remote than running a binary from "somewhere" which is practically a gamble. Life is much easier if you don't have to deal with broken architectures. That said, linux can do with a lot of coding improvements (like everything), but the overall design and philosophy is FINE. I also think it came a long way in the last 4 years.

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
  7. Not safe to buy a PC? by toupsie · · Score: 4, Insightful
    So what Sophos is saying is that buying a new PC and connecting it to the internet to access Windows Update is too dangerous. By the time the average PC/Windows users connects to Windows Update, they have a 50% chance of being compromised. It might be time for Microsoft to instruct Windows XP to firewall itself to Windows Update only until it has fully patched itself.

    You know, on second thought, the better idea is just get a Mac. The average PC user will find it safer and they can do 99% of what they were going to do anyways.

    --
    Strange women lying in ponds distributing swords is no basis for a system of government.
    1. Re:Not safe to buy a PC? by MustardMan · · Score: 4, Funny

      You can play a lot of great games on the mac that you just can't find for the PC. Like breakout... super breakout. That puzzle game with the apple logo. Plus, you already know which games are good for the mac, because you played them five or six years ago on the pc.

      BTW, I'm typing this on a dual G5 powermac and have been developing into quite the mac zealot lately, but it can still be entertaining to poke fun at the platform. Old habits die hard!!

  8. 8000? by modemboy · · Score: 4, Interesting

    8,000 new viruses? Say what?
    How many of those are just viruses edited by some script kiddy to say "0wn3d by Fr0g3r" or some such shit?
    Like sobig.a, sobig.b, sobig.c, sobig.d, sobig.e, etc...

    What I'd like to know is how many unique types of attacks are exploited by new viruses, that would be a useful statistic...

  9. How was the study conducted? by Synbiosis · · Score: 3, Insightful

    I'd like to see the actual numbers and the methodology of their study. It seems like all of the compromising attacks require action on the part of the user, like downloading unknown attachments, clicking spam links, and browsing shady porn sites.

    I don't see how any of those could be affect turning on your computer and using automatic updates.

    1. Re:How was the study conducted? by shoolz · · Score: 2, Insightful

      The days of having to 'do something' to get a virus are long gone my friend. Now all you have to do is be connected to the net on a Windows machine to get rocked.

      I got IRC Bot on a fresh install of XP in about 2 minutes.

      I was behind a NAT firewall but accidentally left on port forwarding for winMX. After initial log in, the very first thing I did was install Norton Antivirus 2005 which detected the virus.

  10. Impressive by dedazo · · Score: 5, Interesting
    And the last time someone "measured" this, it was 23 seconds or something like that.

    And the next time it will be 23 minutes. And so on.

    You could not pay me to put a Windows or Linux machine on my DMZ. They're all behind my $30 NAT router and they can be patched to my heart's content without having to worry about them getting p0wn3d. Oh, and to all you Linux fanboys who are going to be insulted by this - try putting a fresh RH9 (off ISOs) on your DMZ, and let's see how long it lasts.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  11. Took my machine exactly two minutes by jerkychew · · Score: 4, Informative

    I love telling this story to people that ask why they should run Windows Update / run a firewall / get antitivirus, etc.:

    I was at a client's site, and needed to do some testing on their backup DSL line. Since it was a backup meant to plug into the main firewall in case of an outage, the line had no firewall - It was wide open.

    I had a laptop I had just rebuilt for an employee. Win2K, SP4. Unpatched, no antivirus. I planned on jumping on the line for all of five minutes to do some quick IP testing, and I just didn't think about it being vulnerable.

    So, I change the IP and plug into the DSL line. I'm plugged in no more than two minutes, and I get the damn "Windows is shutting down" dialog box. It reboots, and all hell breaks loose. Within those two minutes the damn machine had contracted the Blaster worm. I formatted and reloaded it to be safe, and learned a fun lesson that day. Good thing the laptop didn't have any important data on it.

    1. Re:Took my machine exactly two minutes by jpostel · · Score: 2, Interesting

      When did the "Code Red" worm come out? July 2001? I consulting and setting up an Exchange 2000 server that summer at a client site and asked them what kind of firewall they had right before we started. They said, "Firewall?", and I said, "Oh $h!+". I built it offline and got whatever service pack and patches I had on CD loaded on the box. I plugged it in to WindowsUpdate and it was dead before the page started downloading the first update. I had to download all the patches to my laptop (fully patched of course) and then floppy them to the offline rebuilt Exchange server.

      The funniest part is that they still would not take my recommendation about getting a firewall. They thought I was trying to get more consulting for myself.

      "Penny wise. Pound foolish." is such an understatement.

      --
      Ummm, Jon, aren't you supposed to be dead...? - Otter(3800)
  12. Trojan anyone? by abes · · Score: 2, Insightful

    Perhaps part of the problem is people downloading their favourite infected app..

  13. Its true!!! by RootsLINUX · · Score: 2, Interesting

    This is what brought me to Linux in the first place. The story takes place in February 2004. After an old hard drive failed on my PC and I bought a replacement, I re-installed Windows XP Pro and proceeded about my business, but within half an hour of getting online I got a typical windows error message pop-up about so-and-so process unexpectadly terminating, then Windows said it had to restart and gave me a 60-second countdown to save my work. I was like WTF!?!? So after several reboots and having the same virus compromise my system, I reformat, re-install XP, and then the second I get online I start downloading Windows updates....but the virus is too fast! It sees the Windows update process and goes "Woops, you don't want to do that now do you?" and kills the critical updates, along with my system again. Then I go to plan C, which is installing Norton Antivirus BEFORE updating Windows. Only problem is, the antivirus software has to be downloaded from my campus nextwork. So I re-format, re-install, and literally browse-and-click as fast as my hand could move the mouse to install that antivirus software. And it worked. Or so I thought. The virus then started automatically deactivating the AV software while I was using the computer, and I would continually re-activate it. But I couldn't keep this up forever. I mean, isn't the point of having a computer to be able to do something PRODUCTIVE with it instead of fighting viruses? Well, after the AV had been deactivated for more than 2 minutes the virus would kill that Windows process again and force yet another shutdown. I went battling this virus/these viruses for 2 damn weeks trying everything I could. God forbid, I even went to the DOS command-line to try some things, but to no avail.

    And that frustration, my nerds, is what brought me out of the shadows and into the light that is GNU/Linux/OSS. It was the second best thing that happened to me in my life. I thank yee, virus writers, who allowed me to cast off the shackles of M$ and come to know the true meaning of computing and hacking. *salutes*

    --
    Hero of Allacrost, a FOSS RPG for *NIX/*BSD/OS X/Win
    1. Re:Its true!!! by RootsLINUX · · Score: 2

      FYI: At the time I was an undergraduate student and I had almost no money to spend at all, especially wasting money to buy hardware to fix an O/S that should work in the first place. I'm pretty sure I tried activating the firewall too, but I think it screwed up something with the campus network and I couldn't do anything online with it enabled. And furthemore I certainly didn't have any "junk PC" laying around to download updates and then install them to my other PC. Not bad suggestions you all gave that could have fixed my problem, but not everyone has those kinds of options at their disposal.

      --
      Hero of Allacrost, a FOSS RPG for *NIX/*BSD/OS X/Win
  14. Scaremongering by jfengel · · Score: 5, Insightful

    There are attacks which don't require your help; Sasser in particular goes through an open port rather than through Outlook or IE. There are a few others.

    But that's pretty unlikely with a new PC, which presumably comes with the latest service packs. The article is incredibly short on actual data. There's nothing to support their 12-minute average. I get the impression that they chose the scariest headline to support an article which is mostly about phishing attacks, trojans, etc: attacks that require your help.

    So for all I know they're talking about the fact that there are enough attackers that if you throw a Windows ME (or even unpatched XP) box on the Internet, yeah, you're hacked. That says a lot, but not about how insecure Windows is. It says that there are still plenty of computers running hacks like Sasser; if you're not protected against it, you're screwed.

    That's mostly scaremongering, since unless you're installing a very out-of-date Windows, you're protected. You're not protected against new attacks, nor are you protected against many trojans. They're trying to convince you to buy software for that, which is relevant, by using scary but irrelevant numbers.

    1. Re:Scaremongering by snuf23 · · Score: 4, Informative

      "So I brought it up again, pulled the network cable from it, setup the firewall and happily patched the box."

      I always make sure to be behind a firewall before bringing a Windows computer online. I use a hardware firewall in addtion to setting up a software one.
      Install Windows.
      Install latest service pack off CD.
      Instal anti-virus.
      Setup firewall.
      Plus into local router with firewall.
      Connect to net.
      Patch.

      --
      Sometimes my arms bend back.
  15. HAHAHA by PaternityTest · · Score: 2, Interesting

    I can believe it. Ive spent the past 2 years of my life doing support for Verizon..DSL/FIOS seriously I cant even keep track of the amount of times i helped a customer get connected and by the end of the call their pc would be shutting down... Most of the time its thier fault..I laughed my butt of when transfering someone to a billing office and thier pc already had a virus when i just told the to do thier updates before doing anything else..... besides this is just another reason to use linux

  16. Users Intelligence? by Waltre · · Score: 2, Insightful

    Surely the diligence of the user needs to be taken into account.

    Windows users are generally less inclined than linux users to work on securing their machines, and seem to be much less informed about whether they should really be downloading those smilies, or that cute pet that sits on their desktop.

    The intelligence/experience of the user has a lot to do with how easily the PC can be compromised, and this is regardless of their choice of OS.

  17. Ofcourse.. by majest!k · · Score: 4, Insightful

    First Kaspersky, now Sophos... I've lost all respect for AV vendors. Using scare tactics to sell software is just sad.

    Here's all it takes to keep your Windows box safe: a router (or SP2) and Firefox. Oh, and enough common sense to not run any executable file sent to you by a stranger.

    There, I let the secret out.

    --
    smattawichu
    1. Re:Ofcourse.. by master_p · · Score: 2, Insightful

      What if I am not a computer expert? what is a router, then? how do I install it? how do I operate it? etc etc. You see, it's not that simple.

      And admitting that one needs one device just to secure another speaks volumes about the design of that other device.

  18. Schrodinger's PC? by mikeophile · · Score: 4, Funny

    After 12 minutes, an unprotected PC running Windows is both compromised and uncompromised until a tech collapses the state vector by producing a hefty bill for checking.

  19. Just be sure to have Zone Alarm by unassimilatible · · Score: 2, Insightful
    or another firewall app on disk. Right after you install Windows, install Zone Alarm or other firewall, then connect your Net cable, then go to Windows update. Problem solved.

    Might be nice to have SP1 on disk too...

    --
    Slashdot "libertarians": Small government for me, big government for those I disagree with. -1, I disagree with you
  20. You mean to say... by Dunbal · · Score: 2, Insightful

    that actually it takes longer now to infect a Windows machine? It used to be 6 minutes...

    I guess it all depends where you are connected. When I connect in Costa Rica I get DOZENS of threats (using Zone Alarm), almost all from local IP's. A good guess would be the local internet cafe's running dirty pirated windows OSes. Here in the US I get maybe 1 a day.

    Since SP-2 I have run my Windows PC's with just the basic SP-2 firewall at times, with no intrusions.

    I am as anti-microsoft as the next slashdotter, but credit has to be given where it is due. Pre-SP2 was a wide open OS, which is now fixed. Now you have to make a special effort to get your box pwn3d. The article is bogus IMO.

    --
    Seven puppies were harmed during the making of this post.
  21. Someone enlighten me by ChadN · · Score: 2, Insightful

    How the heck is a Firewall necessary to keep a default Windows box secure? In other words, if a Windows firewall is there to disallow services (or protocols) from receiving connections from the outside world, then what are these services, and why are they running in the first place?

    I understand that by deceiving a user, a malicious service can be started up and listen on the internet, and become a vector for infecting your machine. But that requires an act of the user. If I NEVER enable any special services on my machine, than only the default services are running, and they must somehow be allowing malware to install, right? So, why aren't these services fixed, or disabled by default?

    Finally, if these servies are necessary to the proper running of my machine, then when I use them the Windows firewall software will ask if I do not want to block that port, service, etc. Once that occurs, am I not just as unprotected as if I never used the firewall software? How does it really help?

    So, that's a lot of questions, but I would appreciate an explanation. Are the attacks on windows solely due to users running malware directly, or are there vectors by which, without any user action (ie. no browsing w/ ActiveX controls, no javascript, no running malicious executables, no starting email attachments, etc) the machine can get infected anyway? If so, what are those services? It's not like a Windows machine, by default, needs to have an email/web/network disk/instant messaging service running, so why does it?

    NOTE - I googled "insecure windows services" and got some info; indeed windows does have a bunch of services open to the world by default (un-f'ing believable). Can anyone say which ones are primarily allowing machines to become zombies?

    http://www.ss64.com/ntsyntax/services.html

    --
    "It's overkill, of course. But you can never have too much overkill." - Anonymous Slashdot Coward
  22. Im the proof by future+assassin · · Score: 3, Interesting
    5 months ago I decided to get a new hd and reformat. Well got Win 2000 Server installed and went to the windows update site. 5 min into the updates I get the 25 seconds till shut down warning. I spent the next hour pulling out my hair while I tried to get the Blaster variant removed. Best part is I got hit with two other viruses that take over IE in that time.

    So I decided to start over gain but just being curious I wanted to see what would happen again. Well this time I made it past the windows updates when I got hit again and infected. After That I stuck the WIN box behind my IP Cop box and I was fine after that install.

    Yesterday I got a new box to mess with and started to install Win2000K Server. Got it installed and by the time I managed to go and download Outpost firewall I get hit with the some Blaster virus. I managed to delete it but with in minutes IE got hijacked and my CPU prosess's where being eaten up by WINAMP.EXE and other random letter exe files.

    Im not sure about you guys but its quite amazing how quickly a windows machine will get infected if its not behind a firewall. Now I'v had people tell me Im stupid and should have gotten the MS Patch CD but WTF is a single computer joe/jane windows user to do?. Wait a week for the patch cd before they can reinstall their OS?

    Anyways just an real world example of how quickly it can happen. Yes I do use windows for my daily computer as there is no other alternative that gives me the aps I need with out having to use alternatives or emulators which at the moment lack in features.


    I'm a cumputer user I dotn need to know how to spell or punctuate.

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
  23. Re:Fifty Percent... by Synbiosis · · Score: 2, Funny

    "Either it does, or it doesn't. Anything's fifty percent. Either I win the lottery, or I don't. Either I find that uber rare weapon in some random MMORPG, or I don't."

    Let me guess... You failed math in high school?

  24. Re:No lie by thinkliberty · · Score: 2, Informative

    http://www.microsoft.com/windowsserver2003/default .mspx

    It's like "Windows 95" "Windows 98" "Windows 2000" but Windows 2003

    -duh

  25. Had MS send a free WinXP SP2 CD by AHumbleOpinion · · Score: 3, Interesting

    I had Microsoft send me a free WinXP Service Pack 2 CD in anticipation of any future installations. This way I can get some of the patches, updated firewall, etc before going online to get more recent patches.

    http://www.microsoft.com/windowsxp/downloads/updat es/sp2/cdorder/en_us/default.mspx

  26. Imagine if Windows was a car... by Dzimas · · Score: 3, Interesting

    12 minutes after leaving the lot, 50% of new cars would be violently car-jacked, their owners left by the side of the road wondering why some zitty-faced kid just drove the shiny new car into a tree. And so car dealerships would stop selling cars without armour, bullet-proof glass and tires, and so on.

    1. Re:Imagine if Windows was a car... by Tim+Browse · · Score: 2, Insightful

      It takes a lot less than 12 minutes to break into just about any car.

      The reason Windows (and other OSs) fare so badly is the process is automated.

      Whenever I've seen security reports on car break-ins, there's usually like 1 or 2 models (not manufacturers) that get a special mention because it takes longer than 90 seconds to get into them or something ridiculous like that. Most cars succumb to the tame car thief in the tests in about 15 seconds or less. Compulsory immobilisers (in the UK, at least) on new cars are helping, but it's still trivial to break into a car to steal property.

      If there were armies of millions of car thief robots roaming the streets breaking into random cars at will and driving them into trees, then your analogy might be apt.

  27. The fifteen minute test... by ktakki · · Score: 4, Interesting
    I run a company that provides contract support and administration for small- to medium-sized businesses. We also do some work in the residential sector, but it's not our focus.

    In order to test the malware-busting skills of new employees, I would routinely infect a test machine with adware and spyware. I had two methods, based on the two most common scenarios we've encountered:
    1. Bored employee surfing pr0n and online casino sites or downloading free screensavers.
    2. Teenaged child using P2P apps or browsing sites that offer song lyrics or buddy icons for IM apps.

    I would use a stopwatch and time myself, stopping at 15 minutes. For Case 1, I'd search Google for "casino" or "sex" and hit those sites. For Case 2, I'd search for "lyrics" or "buddy icons" and hit the top ten or fifteen sites listed.

    At no time did I ever click "yes" when prompted to install software. The point was to attract the "drive-by" malware, the ones that didn't put an entry in "Add/Remove Programs", the ones that were the hardest to remove (e.g., randomly named polymorphs, malware that sees if one tries to terminate the process or remove a registry key and re-installs, malware that prevents anti-spyware programs from running, etc.).

    In fifteen minutes, I can infect an XP box with between 400 and 600 objects (by AdAware's count). That's the result of hitting between 10 and 15 sites. Often, that's enough to inflate the number of running processes from 30 or so to about 60. Pop-ups appear even if IE isn't explicitly running. Case 1 infections often leave the computer in an unusable state, and by unusable state I mean "tits and ass all over your screen".

    I give a prospective employee two hours to disinfect the computer, though I do cut major slack if it takes longer but they've got the right attitude and methodology. If hired, I show them how to get this down to under an hour (AdAware, Spybot, UBCD, manual cleaning, etc.).

    Malware removal is about 30% of our billable hours. Since our contracts with our clients call for a certain amount of hours of service and maintenance each quarter, bug hunting is a distraction from the real work of administration: keeping up to date with patches and software updates, implementing our infrastructure upgrade roadmap, and software support and training. In other words, nearly a third of the time we spend doing productive work for our clients is spent whacking malware that targets Windows PCs.

    Finally, we do try to come to terms with the fact that sometimes this is a human resources problem and not a technological problem. In Case 1, Employee X should not be surfing pr0n or playing Texas Hold-em on the job. As contractors, we try to block certain sites at the firewall, though that's a game of whack-a-mole, and we encourage all workstations to have monitors that face a common area (knowing someone can randomly shoulder-surf you is a big deterrent). Case 2, the residential case, is more problematic, since the sites that install drive-by malware are pretty innocent (lyrics, IM buddy icons). Permissions/ACLs would help, but there are so many applications that need admin rights to run that it's a joke. I've steered a few residential customers towards Apple Mac Minis and iMacs and have had no complaints after the fact.

    Bottom line: it's a fucking jungle out there.

    k.
    --
    "In spite of everything, I still believe that people are really good at heart." - Anne Frank
    1. Re:The fifteen minute test... by grcumb · · Score: 3, Interesting

      "Malware removal is about 30% of our billable hours."

      *BOGGLE*

      Dude, I am so in the wrong line of work. Here I am running systems so reliable my customers don't recognise me any more, when all along I should have been installing Windows and billing 30% more!

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
  28. Re:Windows Update Made Easy by quarkscat · · Score: 2, Insightful

    As I see it, there are only 4 solutions:

    (1) before going on-line for the first time, purchase a router and configure the firewall, then immediately download all necessary patches, plus a good anti-spyware program,

    (2) download all your Windows security atches, service packs, etcetra, third-party firewall and anti-spyware software from a friend's Mac OSX
    machine and burn them all to CD/DVD. Apply all necessary patches and third-party software before venturing out onto the internet,

    (3) choose not to play the MSFT security patch and upgrade revenue stream game - buy an Apple Mac, or reformat your hard drive and install any of these: linux, FreeBSD, OpenBSD, Solaris 10 x86, QNX. If in doubt, ask a knowledgeable friend for advice,
    or

    (4) buy the absolute fastest bad-ass big disk Wintel/AMD computer you can find to make that
    broadband connection. Make certain that you have the OS media and valid cd-key, make backups of all
    your important personal data, and figure on either (a) reformatting/reimaging your computer every three months, or (b) be prepared to buy a new computer every six months. Wash, rinse, repeat.

  29. Re:Since these thing don't tend to install themsel by Stormwatch · · Score: 2, Insightful

    They DO install themselves. Get online with a clean, unprotected install of XP, and it will be 0wn3d in a few minutes. Not "may be", it WILL be.

  30. Comment removed by account_deleted · · Score: 5, Funny

    Comment removed based on user account deletion

  31. Your Redhat knowledge is a few years out of date by freeweed · · Score: 2, Informative

    try putting a fresh RH9 (off ISOs) on your DMZ, and let's see how long it lasts.

    2.5 years and counting, here. Default workstation installs of RH8 and later don't leave any ports open. Same goes for every other Linux distro I've tried in the past couple of years.

    Nice troll, though.

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  32. The problem is MS, not users by spisska · · Score: 4, Insightful

    I really find it quite ironic that there's so many MS apologists in this discussion willing to say that getting infected is the user's fault for being too stupid to have a commercial A/V package installed (at additional expense) and have a hardware firewall (at additional expense) between their system and the internet.

    Yes, I know that AVG is free and very good, and Zone Alarm has a free version (I make sure both are on every MS box I have to look after).

    But this ignores at least two problems. First, OEM PCs don't come with AVG or ZA, they come with Norton or Symantec or McAfee and a very short period of free support. Two months after you bring your new PC home and the new NetskyBlaster.z hits your hotmailbox, you're SOL. Why, if MS is so focused on improving security, do MS customers need to rely on 3rd party vendors for A/V security software?

    Secondly, the firewall in XP SP2 is certainly an improvement over nothing at all (or over nothing useful, a category to which the the pre-SP2 firewall certainly belongs). So then why do I need to buy a $70 hardware firewall if XP has a firewall already?

    Why does ZA tell me about so many more applications that want to reach the internet than the XP firewall? Why the hell does rundll need the internet (let alone Nero, or my printer for that matter), and why doesn't the XP firewall tell me about it?

    For a commercial software vendor, MS's security record is beyond dismal. For a company that claims security as a priority, MS's poor performance would be laughable if it weren't so damned expensive and time consuming.

    Why is it that Linux vendors can provide fully configurable firewalls that block anything and everything (if that's what you want) out of the box, but MS Windows insists on leaving open ports, enabling ActiveX, and phoning home to download updates whether you want it or not?

    Why is it that wierdo hippy-commu-nazi Linux developers understand the difference between user and administrator but MS developers insist on every little widget having complete kernel access?

    Why is it that MS thinks security is something to tack on to an OS through SPs, weekly downloads (with requisite reboots), patches, and 3rd party products, rather than something that is built into the code?

  33. About 20 minutes, here by freeweed · · Score: 2, Interesting

    Unpatched Win95 will last about 20 minutes, from what I can see with Snort, IF you have file shares bound to TCP/IP. There's still a lot of Opaserv traffic on cable/DSL ISPs.

    (For those that don't remember/didn't know, Opaserv was a fun worm that can crack any unpatched Win95/98 box with file sharing turned on, and bound to TCP/IP. How does it get in? Easy. Until patched towards the end of 1998, Windows 9x shares only authenticated the first character of the password. Opaserv just tried the first 40 or so possibilities. Took Microsoft over 3 years to patch this one :)

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  34. Which services? by freeweed · · Score: 3, Informative

    A whole slew of services: RPC, SMB/CIFS (file sharing), UPNP...

    Ports: 135, 137, 138, 139, 145, 500, 1025...

    Windows 2000/XP has a TON of default listening services, most of which have been exploited over the years by various worms. Only way to turn most of these "off" (other than to render your system unusable) is to run a software firewall, Microsoft's or 3rd party. They're turned on and listening for "convenience", I imagine. I will admit that in a corporate environment it's handy as hell to be able to admin just about anything on a box without doing a thing. Why the hell these were left on for home users is beyond me.

    Ah, Blaster, Sasser, et al, you will always have special places in my heart.

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  35. What about before you install SP2? by Jafar00 · · Score: 2, Interesting

    Recently, when installing a friend's machine with windows, the damn thing got infected before I even had a chance to download and install SP2.
    Needless to say, both he and I were quite angry by the second attempt. He is now a happy Ubuntu Linux user! :)

    --
    RebateFX.com - Spread rebates for Forex traders
  36. Re:Way Out Of Preportion... by rjh · · Score: 2, Interesting

    Um, dude?

    Here's the thing: I can't tell if you're kidding or not. Because sure, there's something to be said for the "security companies are blowing problems out of proportion" idea.

    On the other hand, your nick is Saeed al-Sahaf.

    So I can't help but wonder if there's going to be a follow-up about how at this moment you're personally grilling the stomachs of script kiddies in hell or something.

    (For Slashdotters with no sense of history: Mohammed Saeed al-Sahaf was the Iraqi press secretary during the Gulf War. He was famous for his surrealistic press conferences which were completely detached from reality, like when he challenged reporters to claim there was even one American in Baghdad, as an M1A1 tank was clearly visible rolling down a street in the background.)

  37. Re:Why will linux be different? by sublimespot · · Score: 4, Insightful

    Lets talk apples to apples here. When we are talking about viruses/worms coming through open ports on a system running Linux, this is not a fault in *Linux*; this is other various open-source software running.

    Its not Linux that has your port 25 open; it's sendmail or exim. Its not Linux that has your port 22 open; its openssh. With Windows *IT IS* the operating system that has those ports open.

    It really depends on your distro how secure the system will be out of the box. What software is enabled, what configuration settings that system has.

    For example, Redhat ships SSH with default settings to downgrade the connection to v1 if v2 fails. This leaves Redhat open to SSH1 attacks. A system like Debian does not allow SSH1 by default.

    Some distributions are secure, some are not. You cant lump them all together. And you cant blame the kernel for the shortcomings of some other open source software. Put blame where blame is deserved.

    Secondly, with regard to malware - Linux systems are much less vulnerable simply because we dont surf the web or run our systems as the root or Administrator user. Yes, running as a limited account on Windows accomplishes the same thing, but less people actually do it.

  38. A firewall isn't a panacea by cgenman · · Score: 2, Insightful

    A firewall doesn't protect everything. A firewall with a clueless user at the helm won't protect you from quite a lot. It won't protect you from buffer overflows, system exploits, or a lot of other automated exploits. It won't protect you from a lot of spoof attacks. It will make you non-pingable, which helps, but anything you have enabled might still be a way in. Saying that having the built-in XP firewall running gives you a 100% chance of not being compromised is like saying that having antilock breaks gives you 100% chance of surviving a crash. It helps, but if it's your only line of defense, you're screwed. Quite frankly it's grossly inappropriate to tell people to not worry anymore. Everyone should pick up a free firewall (of the kind that can detect outgoing traffic, as opposed to SP2), a free AV software package, and a free spyware detector or two.

    We just had a bug fly around my work, owning the network. This was with a hardware firewall and AV. Both were working, it was just a bug that was too new and the AV vendor hadn't discovered it yet.

  39. Experienced exactly this. by Qbertino · · Score: 3, Insightful

    I set up a fresh workstation PC for my mother barely a year ago. New Linux compliant components, a top grade Asus Mobo, Infineon RAM, a nice case, etc. Time was getting short and I in the last moment I decided to screw Linux and install Win2K to avoid the driver setup hassle and have her a more stable DVD playback. (turns out that was pointless, since Win2k had more driver hassle than Linux later on)
    The first time it went onto the internet was across a brand new 56 anaog modem. I swear it was less than 15 Minutes when the first addware started to pop up - and we just had gone online for a very short period to test her mail account.
    My mother emphasised a clear "No go" and I felt the very same way. I went to the next convienience store, got a copy of Aurox (a european/polish magazine fedora-variant Linux distro) and installed it right away.
    I still use Win2K for the occasional task that can only be done with it, but I don't do anything mission critical with it anymore. Since 4 weeks ago my Mom has a Mac Mini (the PC had untracable power issues) and is happier than ever before.
    Bottom line:
    Mac to get the job done, x86 Debian or Ubuntu Linux for cheap PC workhorses/servers/tinkerboxes/old-hardware-recycl ing. Anything else I can't take serious anymore.

    --
    We suffer more in our imagination than in reality. - Seneca
  40. odds, half lives and fun with cancer. by Erris · · Score: 3, Insightful
    This isn't news. There have been reports out for months showing unprotected Windows machines being compromised within a few minutes on cable or dsl connections.

    Sure, and anyone working retail knows that Winblows has been getting creamed for years, cable or no. This puts a number on that you can use, and the number has gotten smaller.

    "But wait," you might plead, "I remember just a few months ago reading about a minimum time to exploit of four minutes. This is twelve, how can things be getting worse and how do you know?"

    Well, Sophos knows because they have the thankless and hopless task of "protecting" hundreds of thousands of Winblows computers around the world. They came up with their figure by studying what their little clients fold them for the last six months. With so many clients, it's easy to watch them pop and extrapolate rates of infection, just like you can with radioactive material.

    What they have told you is a Winblows computer now has a HALF LIFE of twelve minutes. That's much worse than a four minute minimum because half lives have a way of adding up quickly. In 24 minutes, a given machine has only a 25% chance of not being owned. In 36 minutes, the chances of being "factory new" are down to just 12.5%. After an hour, oh my, you have less than a one in fifty chance of being virus free. Needless to say, after a few hours on line, YOU WILL BE OWNED. This is why even dial up users are suffering quickly.

    Notice that Sophos can be off by an order of magnitude and the results will be about the same. If the half life were really 120 minutes instead of 12 minutes, you would still be owned after a few days on line. There's little practical difference to the average user between 10 hours on line and 10 days. It's doubtful they are off by that much, given ammount of data they have available.

    Just for fun, try this fun little half life game. It's a little fast and the lables are elements, but you can imagine different Winblows versions getting oowned and spewing out their toxic spam and trojans onto the rest of the world. Radioactivity, cancer and Microsoft, what great analogies. Given real world M$ performance and it's results, the cancer shoe fits much better on Steve Balmer than it does on any GPL'd project.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  41. Re:Am I just really lucky? by zero_offset · · Score: 2, Insightful

    So I downloaded Firefox, then had to download a zip program to unzip.

    Seems like it would have been smarter and easier to either (1) download the self-installing Firefox EXE, or (2) use the built-in support for ZIP files. (Since you were installing Firefox, I'm assuming you were installing WinXP which has always had native unzip capability.)

    This further leads me to wonder what unzip software you chose, or more precisely, where you chose to download it from, since there are plenty of freeware or try-before-you-buy shareware unzippers available from countless legit sites.

    Warez? Yeah, but it isn't your fault you got zapped...

    --

    Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  42. Re:HORSESHIT! by smellystudent · · Score: 2, Insightful
    with only the router hardware firewall between them and the net.
    Yeh. Really unprotected. After all, that NAT device stopping worms from hitting the open ports on the PC isn't really protection is it?

    Besides, these stats are for XP machines which, oddly enough, are what most of the worms are targeting.
    --
    Predictive text is shiv!
  43. Two much more important questions and comment by davidwr · · Score: 2

    1) How long does it take an out-of-the-box, default-install, brand new XP/SP2 machine to be infected, assuming the user only browses to www.microsoft.com, www.hispcmanufacturer.com, www.hisisp.com, and www.majorsecuritysoftwarevendor.com in the hours/days/years before his machine is fully hardened?

    2) How long does it take a Windows98-1st edition box to be infected if it's behind a hardware firewall that blocks all inbound ports, assuming the same browsing restrictions above before the machine is hardened?

    The former represents "new machines."

    The block-all-inbound-ports represents what most home routers do out-of-the-box and what ISPs SHOULD be giving to users, until the users specifically request a port be opened.

    Malware usually comes in one of the following ways:
    1) open inbound ports + buggy/exploitable software
    2) users browsing to web pages that force downloads using exploitable browsers
    3) users reading HTML email using exploitable email clients
    4) users doing whatever on the net using exploitable client software
    5) users accessing an infected file, via disk, network-mounted drive, or other means.

    2-5 usually require the user to take some affirmative step, such as loading a web page. #1 is the only one that "needs" to be locked down on freshly-installed systems. The rest just need to be locked down before the user starts doing things that could get him into trouble.

    Here's a third question:
    Why aren't ISPs blocking inbound traffic for customers that don't request it?

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.