Slashdot Mirror


1 In 3 Windows PCs Still Vulnerable To Worm Attack

CWmike writes "The worm that has infected several million Windows PCs, Downadup or 'Conficker,' is having a field day because nearly a third of all systems remain unpatched 80 days after Microsoft rolled out an emergency fix, security firm Qualys said. Downadup surged dramatically this week and has infected an estimated 3.5 million PCs so far, according to Finnish security company F-Secure Corp. The worm exploits a bug in the Windows Server service used in Windows 2000, XP, Vista, Server 2003, and Server 2008. Qualys' CTO said, 'These slow [corporate] patch cycles are simply not acceptable. They lead directly to these high infection rates.'" This is indicative of why some are calling for Microsoft to rethink Patch Tuesday, as reader buzzardsbay pointed out.

242 comments

  1. router by TheSHAD0W · · Score: 5, Insightful

    This is why I recommend everyone have a router installed on their internet connection, even if they have only one PC. Routers inherently block almost all worms.

    1. Re:router by the_humeister · · Score: 2, Insightful

      I find it easier to setup the internet connection with the router instead of using my own computer. I'm using Linux, and I find fiddling around with pppoe with the router is a lot easier than on my main computer.

    2. Re:router by Trevelyan · · Score: 4, Insightful

      You assume that the router has a some firewall, acl or nat set, ie its not inherent. Also this is more for home users. However this worm is doing well in corporate networks, spreading from one co. to another via latops, and so negating any external firewall.

    3. Re:router by 0racle · · Score: 3, Informative

      Routers do not require NAT, they never have and they never will. However, with the way customer ISP's are set up, small consumer routers would almost certainly have NAT functionality.

      --
      "I use a Mac because I'm just better than you are."
    4. Re:router by corsec67 · · Score: 5, Funny

      The very nature of a router is to use NAT.

      No, the very nature of a router is to... route.
      Or do the core internet routers also NAT?
      Is China behind a large NAT? (This will probably be true in 2015, so hello people from then)

      --
      If I have nothing to hide, don't search me
    5. Re:router by jrumney · · Score: 4, Informative

      All routers need to do some type of NAT period, it is how a router works.

      There are 14 routers between me and slashdot.org, not one of them is doing any type of NAT.

    6. Re:router by Muad'Dave · · Score: 4, Informative

      In recent parlance "router" implies a consumer level router/NAT appliance, but that's not necessarily so. Routers predated NAT by a zillion years, and routing is distinctly separate from any NAT functionality. There are plenty of routers using in large IT shops where requiring NAT would be a serious handicap.

      --
      Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
    7. Re:router by jrumney · · Score: 5, Funny

      My ISP has a router installed on my internet connection, so I must be safe right?

    8. Re:router by Xelios · · Score: 4, Informative

      Along with a router a software firewall is a handy thing to have. A router won't alert you when a program or service tries to access your connection, but a software firewall will. If something on my PC is trying to access the internet without me telling it to, I want to know about it.

      And it's great for all those annoying programs that try to phone home or check for updates at random times. What's that Acrobat Reader? You want to look for an update? No, I think I'll decide for myself when it's time to update you rather than have you nag me about it every time you're opened. Tick "create rule", hit "block". Enjoy your stay in the blacklist.

      ESET Smart Security. Best $50 I've ever spent on software (except maybe The Orange Box).

      --
      Murphey's fighting Occam, and we're in the stands.
    9. Re:router by Opportunist · · Score: 4, Interesting

      That works well in home scenarios where the router is the only possible entry point of a worm. In office environments, you have laptop users that travel. They may or may not connect from home, often with mobile access or from their private line. Something you cannot shield, and more often than not is not shielded.

      I've been lobbying in various consulting sessions that laptops from traveling workers are to be seen as "semi-trustworthy", if that. Because they can and do connect not only from within the trusted and firewalled network, but because of this very reason, they can connect in insecure scenarios and may be infected when they connect to the company networks. I have been lobbying to put them in a separate network ("separate but equal" has such a bad ring, but in this case it's pretty much what the idea is). If the worst case happens, it would at least only infect a usually very manageable number of computers instead of the whole corporate network.

      Well, I guess I finally have a real life example of what happens when you don't heed it. Companies are like little kids, you have to let them touch the stove once before they believe you it's hot. But fortunately, some companies are willing to learn from the mistake of others...

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    10. Re:router by YouWantFriesWithThat · · Score: 4, Interesting

      yes, yes, and yes.

      when something malicious got through AVG, spybot, and adaware i was clued in when fdsb423.exe started trying to connect with the internet. a software firewall is not a defense, but it is a good way to tell that you have something going on. i also agree it is fun to turn off the dial-home on software that doesn't need to talk to it's mommy. HP printer drivers, i am looking at you.

    11. Re:router by Ephemeriis · · Score: 4, Informative

      This is why I recommend everyone have a router installed on their internet connection, even if they have only one PC. Routers inherently block almost all worms.

      I think, what you're trying to say, is that it is important for everyone to have a firewall on their Internet connection... Not a router. Routers don't inherently offer any protection at all. Many home-grade routers come pre-configured with NAT, which does get you some basic protection... But not all routers do NAT, and not all of them give you any protection.

      And an external firewall on your Internet connection only protects you so far. It might keep a worm from crawling in through your Internet connection... But it won't stop a worm from spreading once it is inside your network.

      That's why it is important to control the traffic inside your network, as well as traffic to/from the Internet. Maybe it isn't necessary to run a firewall on each and every PC, but you sure as hell better be monitoring your traffic and keeping your machines patched.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    12. Re:router by toleraen · · Score: 4, Informative

      A router won't alert you when a program or service tries to access your connection, but a software firewall will.

      Turn on logging and your router can notify your PC, your email, your blackberry, etc etc.

    13. Re:router by Anonymous Coward · · Score: 0

      "A router won't alert you when a program or service tries to access your connection..."

      Never say never. When you roll your own firewall/router, there is all kinds of things you can do if you want.

    14. Re:router by MasterOfMagic · · Score: 0

      A software firewall is a defense, but defense in depth is the way to go.

    15. Re:router by Ephemeriis · · Score: 0, Redundant

      NAT must be set for a router to work. The very nature of a router is to use NAT. Ironically though it is a bigger issue on corporate networks as they are more likely to forward off ports. Not that NAT is a panacea by any means, but it is better then nothing. All routers need to do some type of NAT period, it is how a router works.

      Wrong.

      Routers route, that's what they do. They get traffic from one place to another. They do not require NAT. There were plenty of routers on the Internet long before NAT even existed.

      I remember when consumer-grade NAT routers were starting to get big... All the weird little headaches when NAT didn't work right... Trying to get FTP connections do do what they should do... And then folks started advertising their routers as having "transparent NAT", which generally worked the way it should.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    16. Re:router by Ephemeriis · · Score: 1

      A router won't alert you when a program or service tries to access your connection

      Depends on the router, I guess...

      Most routers have some kind of logging feature. Typically those logs can be directed to an email account, or maybe a syslog server or something like that. Normally those logs can also be filtered to some degree.

      Personally, I receive alerts from a few different routers when things start going weird.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    17. Re:router by Anonymous Coward · · Score: 0

      Please advise which current routers do not provide NAT, turned on by default.
      Jesus, give the OP a break, we all know what he meant and that it is applicable. The nit picking is just

      oh.
      Wait, it's /.

    18. Re:router by peragrin · · Score: 1

      As a friend of mine once remarked while playing a strategy game online.

      You need De-Fence to defend yourself. Firewall are one. NATt's are another layer. Ditching the Windows inyour fence is always good.

      --
      i thought once I was found, but it was only a dream.
    19. Re:router by PunchMonkey · · Score: 3, Insightful

      A router won't alert you when a program or service tries to access your connection, but a software firewall will.

      Turn on logging and your router can notify your PC, your email, your blackberry, etc etc.

      Hardware firewall via log entry/email:
      Alert! Your pc has initiated a connection with xyz.com on port 80. I already let this through since you told me to allow all http traffic from your pc, so if it's malicious, tough luck.

      Software firewall via immediate popup in current session:
      Alert! backorifice.exe is attempting to open a connection to xyz.com on port 80. Since you've never authorized this program for any type of network connectivity, I haven't allowed this connection to be made. Do you want to allow it?

      Your choice.

      Related to this... is there any software for linux that functions in this way? (Blocking connections by program, with gui notification)

      --
      I'll have something intelligent to add one of these days...
    20. Re:router by Wodin · · Score: 1

      The grandparent is so clueless it's got to be a troll.

      --
      -- Wodin
    21. Re:router by Tubal-Cain · · Score: 1

      Anybody know of a good iptables front-end that achieves the same result?

    22. Re:router by wastedlife · · Score: 2, Insightful

      The problem is that "router" to a home user and to an IT person (the latter including many of the Slashdot users responding to this) are very different things. To a home user, a "router" is a NAT router with a small layer-2 switch or hub built in to the LAN side (usually 4 ports) and that most likely has wireless(are there any consumer NAT routers still sold that are wired only?). To an IT person, a router is a layer-3 device that routes traffic. If you are going to post in a thread likely filled with IT guys, you should be a bit more specific. Is it pedantic? Probably. Is it nitpicking? Sure. Is it /.? FUCK YEAH!

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    23. Re:router by Anonymous Coward · · Score: 0

      Please advise which current routers do not provide NAT, turned on by default.

      All of the HP Procurve edge switches which do routing, do NOT provide NAT. eg: 5406zl which I've installed at many many companies. It routes wonderfully and fast, however it doesn't NAT.

    24. Re:router by YouWantFriesWithThat · · Score: 1

      yeah, surfing the web with linux would be safer (i am assuming you are talking about linux) but in the long run in would get less done and spend more time doing it. i like linux, i have a ubuntu box, but i will never ditch windows completely. there are a lot of apps that i find indispensable that are windows only.

      and if you are talking about apple, i just will refer you to my username...i don't have the cash for that.

    25. Re:router by Jerry+Smith · · Score: 1

      The grandparent is so clueless it's got to be a troll.

      whoosh?

      --
      All those moments will be lost in time, like tears in rain. Time to die.
    26. Re:router by toleraen · · Score: 1

      Why are you running as a user with the privileges to run backorifice.exe? Why didn't your AV scanner detect backorifice.exe already? Why are you using an insecure browser / running infected warez / etc that installed backorifice.exe in the first place? If you're that concerned with security, why are you running Windows? If backorifice.exe is hitting port 80 from inside your network, you failed several steps before that. A good last defense for sure, but you still failed.

      Besides, I was just correcting the parent that routers don't present their respective administrators with data logs, not submitting a SSP.

    27. Re:router by niw · · Score: 1

      (are there any consumer NAT routers still sold that are wired only?)

      There are, but they are normally more expensive and quite often have fewer features software features. I know that both Linksys (by Cisco Systems, Inc. :)) and D-link still make one or two wired only models.

      They are normally buried under/behind the Ethernet cables and Ethernet switches.

    28. Re:router by AliasMarlowe · · Score: 1

      i also agree it is fun to turn off the dial-home on software that doesn't need to talk to it's mommy. HP printer drivers, i am looking at you.

      Which is why our router/firewall does not allow either the HP printer or the Synology diskstation to access internet or to be accessed from internet. They can't call home, and nobody outside our home LAN can access them. What clown in HP thought that a network printer should be able to accept print jobs (photos, etc.) from the internet?

      Do the actual HP drivers call home on windows boxes? We're all Linux at home, so the drivers for our HP device only access the printer/fax/scanner.

      --
      Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    29. Re:router by WuphonsReach · · Score: 1

      Related to this... is there any software for linux that functions in this way? (Blocking connections by program, with gui notification)

      Probably SELinux handles that.

      --
      Wolde you bothe eate your cake, and have your cake?
    30. Re:router by YouWantFriesWithThat · · Score: 1

      yeah, my HP printer is not networked at all, just a vanilla USB local printer (C4440, if you care). the driver tries to dial home every hour or so. i thought it would stop if i let it check for updates, but it didn't. i am not willing to assume that it isn't doing something that i would find objectionable so i banned it from the net. for all i know it is sending copies of everything that i scan to HP or .ru

    31. Re:router by Anonymous Coward · · Score: 0

      I enjoy DD-WRT firmware for residential routers. Lots of features, plus totally customizable (open source). However, I think the days of slashdotters actually knowing anything beyond being a Vista or Ubuntu power-user are long gone. Fancy GUI's DHCP bonjure and UPnP have replaced the need for any sort of low level networking knowledge from a consumer standpoint.

    32. Re:router by halltk1983 · · Score: 1

      Cisco 7304?

      --
      Watch for Penguins, they eat Apples and throw rocks at Windows.
    33. Re:router by Ex-MislTech · · Score: 1

      Werd mai man !

      Internet routing doesn't do the NAT.

      --
      google "32 trillion offshore needs IRS attention"
    34. Re:router by peragrin · · Score: 1

      Um for the price of a mac you can get the exact same PC. There is very little price difference between and it has been that way for at least 6 years.

      The problem is Apple isn't dell Apple is Thinkpad, Apple is toshiba. Just because you can spend less and buy cheap Doesn't mean all computers that run windows are cheap.

      --
      i thought once I was found, but it was only a dream.
    35. Re:router by gfody · · Score: 1

      Why am I running as a user with privileges to run applications? Why don't I rely on anti-virus software to know what's safe and what isn't? If I'm concerned with security why am I using a computer?

      Seriously?

      --

      bite my glorious golden ass.
    36. Re:router by Anonymous Coward · · Score: 0
    37. Re:router by toleraen · · Score: 1

      Why am I running as a user with privileges to install applications?

      Fixed that for ya.

      Why don't I rely on anti-virus software to know what's safe and what isn't?

      Any AV software should be set up to scan exes when they're launched. Any AV software should have no trouble detecting backorifice.exe.

      If I'm concerned with security why am I using a computer?

      Have you ever tried to encrypt your file cabinet using AES? I tried once but gave up just trying to create the S-box.

    38. Re:router by 1s44c · · Score: 2, Insightful

      All routers need to do some type of NAT period, it is how a router works.

      Your ignorance is shocking. There are some good books and many internet sites explaining basic networking. There is even a 'for Dummies' book.

    39. Re:router by Ex-MislTech · · Score: 1

      IPcop or Smoothwall I think have the ability you are seeking.

      --
      google "32 trillion offshore needs IRS attention"
    40. Re:router by Ilgaz · · Score: 1

      You guys are way technical users so you manually forward ports etc.

      In reality, a goodly coded, end user friendly application such as P2P stuff, Quicktime, Real transparently opens their ports on home routers. So a worm can be clever and open a port on router before running which user (who wonders around with never changed admin pwd) will need to read cryptic looking logs.

    41. Re:router by Ilgaz · · Score: 1

      I recently saw something amazing. Software Update checker coming with "multimedia support" of older blackberry sw (2008, not that old) disables the Windows firewall while checking for updates and enables it back. You see an automatically ignored (by user) "Windows firewall has turned off" warning. That is all.

      So, the firewall which most of Windows users trust can be software disabled that easy. Same company will also bundle AV with their OS instead of disabling the freaking server service and we will see how many users will live the hassle of downloading a free AV while "it is already there".

    42. Re:router by YouWantFriesWithThat · · Score: 1

      wow. i guess that is a good reason to use a 3rd party firewall & AV, right? hopefully they won't allow random programs to disable the firewall.

    43. Re:router by canuck57 · · Score: 1

      This is why I recommend everyone have a router installed on their internet connection, even if they have only one PC. Routers inherently block almost all worms.

      Don't get too comfortable about that thought. While many routers block what comes in quite nicely, they often ignore what goes out just as nicely. So if the browser or email client, or some other user land app goes out because it has been compromised then it will not help.

      Effective firewalling watches what goes out, and what comes in and not on the same host where it can be disabled.

    44. Re:router by Bipoha · · Score: 1

      http://www.shorewall.net/ - Once you use it, you'll never go back.

    45. Re:router by Anonymous Coward · · Score: 0

      Funny... I run linux and haven't had any virus and haven't paid for any software...

  2. Genuine Advantage Validation by RichMan · · Score: 5, Interesting

    I know a lot of people who are afraid of updates because of the genuine advantage validation. They got student priced versions of the software 5 years ago and are no longer students. They don't want to risk losing Visio/Word/PowerPoint or having some other software disabled on their computer.

    The fear factor of automated reporting/validation is stopping a lot of people from running the updates.

    1. Re:Genuine Advantage Validation by Anonymous Coward · · Score: 0

      XP x64 has two major advantages.

      1. It's user base is small so viruses tend not to target it.

      2. It's user base is small so MS doesn't deploy WGA on it.

    2. Re:Genuine Advantage Validation by Anonymous Coward · · Score: 0

      The user base is so small, Microsoft won't even release Zune software for it. From a simple Google search, I know that the overlap between XP x64 and Zune users is at least 3.

    3. Re:Genuine Advantage Validation by Anonymous Coward · · Score: 2, Funny

      Thank you Captain Widely-Spanning Representative Sample!

    4. Re:Genuine Advantage Validation by smooth+wombat · · Score: 2, Informative

      So don't go through the automated process. Send them to Microsoft's Security Bulletin Search and they can search for the updates by hand.

      I do this for my 2K system and my parents XP systems. Not because the systems aren't legitimate but because we have dial-up and getting automated updates would take forever. I just d/l the patches at work, plop them on my thumb drive and install.

      One caveat. Every so often there is a patch/update which does require you to validate your system. You are notified so you have the option of not getting that update (or have a friend get it for you).

      --
      We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
    5. Re:Genuine Advantage Validation by 0prime · · Score: 5, Insightful

      Uhhh as a former student, this seems pretty silly. I haven't had any problems with XP or the Office 2003 Suite at all. What are these people expecting Windows to do, pull their personal info, poll it to Microsoft through WGA, and have Microsoft check College enrollment records?

      I do know of one other reason why people would be afraid of WGA, though.

      --
      I am not a *blank*, but I did stay at a Holiday Inn Express last night.
    6. Re:Genuine Advantage Validation by cbiltcliffe · · Score: 2, Informative

      They shouldn't be. WGA is pathetically easy to get around, even on pirated copies of Windows.

      Don't know for sure about Office, because I've never looked into it, but for Windows XP, it's about a 30 second job to disable it, permanently.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    7. Re:Genuine Advantage Validation by Ephemeriis · · Score: 3, Insightful

      I know a lot of people who are afraid of updates because of the genuine advantage validation. They got student priced versions of the software 5 years ago and are no longer students. They don't want to risk losing Visio/Word/PowerPoint or having some other software disabled on their computer.

      The fear factor of automated reporting/validation is stopping a lot of people from running the updates.

      I'm not sure how many people there are that are aware they should be running updates but actively decide not to because of WGA. I'm sure there are some folks, but I can't imagine it's all that many.

      But you are correct, updates don't happen nearly enough, which is why machines are still vulnerable.

      You've got updates for Windows, updates for Office, updates for whatever antivirus you're running... All those updates take a decent bite out of your productivity. They eat some of your bandwidth, then eat some of your computing power, then they ask for a reboot.

      I know plenty of people who just ignore all the update notices. Unless the machine does all its updating completely automatically without interrupting the user, frequently it just doesn't happen.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    8. Re:Genuine Advantage Validation by Anonymous Coward · · Score: 1, Insightful

      You're missing the point, though. Yes, it is pretty silly: people are pretty silly in general. The point is, it happens, whether or not it "should" be happening.

    9. Re:Genuine Advantage Validation by Chabo · · Score: 3, Informative

      Personally, I set Windows updates to "notify only". Then I do a Custom Install, and uncheck all WGA updates. I have a valid copy, but I don't feel like running those.

      --
      Convert FLACs to a portable format with FlacSquisher
    10. Re:Genuine Advantage Validation by gad_zuki! · · Score: 1

      Automatic updates doesn't do this. Just turn it on from my control panel. The web version of automatic updates will try to install WGA, but you can not allow the package.

      If their office installs are not valid then they'll just get a warning when they try to download any new features (templates and stuff). It wont shut them off.

      MS allows critical and security updates to come through even on machines that have known pirated installs and keys. Its pretty safe to do.

    11. Re:Genuine Advantage Validation by Anonymous Coward · · Score: 0

      autopatcher.com

      use it, love it, live it

      though they're usually several days late with patchesm, lazy bastiges

      on another note, secunia/belarc (personal = free versions) is nice... though belarc told me about this security patch and secunia had dementia because it doesn't drink enough coffee, and simply forgot to mention it. belarc personal though requires you run it manually to find out.

    12. Re:Genuine Advantage Validation by Anne+Thwacks · · Score: 1, Interesting
      IMHO WGA gets it wrong 100% of the time, so naturally I am not tempted to enable it. All the machines I know to have pirate copies of windows flag as OK, while those wiht known legit copies are rejected. It is a typical piece of MS quality software.

      However, the lesson from the original story is that Windows is unfit for corporate use, and probably for home use as well.

      Written from Opera on FreeBSD.

      --
      Sent from my ASR33 using ASCII
    13. Re:Genuine Advantage Validation by drinkypoo · · Score: 1

      So, you disable it, and now you can't download or install Windows Defender or IE7, you can't in fact download any non-critical updates or even use the windows update website, though if you have automatic updates turned on it will install the security fixes. I went the other way and installed the WGA plugin on my system so that I could download this crap through Firefox, but then I have a legal copy of XP Pro (with the sticker on the bottom of the system, and the OS reloaded from the CD from the vendor.)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    14. Re:Genuine Advantage Validation by koreanbabykilla · · Score: 1

      it takes you 30 seconds to add mpa.one.microsoft.com 127.0.0.1 to your hosts file?

    15. Re:Genuine Advantage Validation by Anonymous Coward · · Score: 0

      The easiest way around WGA is to reactivate over the phone. You ring up, the automated system fails, and then one of two things happens.
      1) You get to speak to a person, and they'll activate you from just the first part of the code (they only ask for the first group or two of numbers).
      2) or you get to answer a few questions with keypresses (answer that you're running it on one computer, it came with the computer, you're running it on the original computer), then it'll give you an activation code.
      That will sync your activation with the WGA servers, and your problems will go away

      I've used this technique to move licenses from one computer to another many times, never had a problem.

    16. Re:Genuine Advantage Validation by duguk · · Score: 1

      XP x64 has two major advantages.

      1. It's user base is small so viruses tend not to target it.

      2. It's user base is small so MS doesn't deploy WGA on it.

      You forgot the most important one:

      3. No manufacturers make drivers for XP 64, so your network won't work anyway.

    17. Re:Genuine Advantage Validation by duguk · · Score: 1

      I recently had a PC lose network connectivity due to an automatic update installing a new Rhine II network driver. It broke the network driver and I ended up being called out to fix it. Not that I mind, but it is a real inconvenience if Microsoft can't even get driver updates working right on Windows Update.

    18. Re:Genuine Advantage Validation by cbiltcliffe · · Score: 1

      No.

      I've got a method to bypass activation and WGA that makes every copy of Windows look legit to MS. There's only one very small requirement, that I'm not going to divulge, as I'm not telling you how to pirate software.

      It would, however, be simple for even a non-technical person to meet this requirement.

      After that, the Windows update website works just fine, IE7 and Windows Defender will both install, and if you do install the WGA control from the site, it validates your copy of Windows as legitimate.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    19. Re:Genuine Advantage Validation by cbiltcliffe · · Score: 1

      I've never tried it that way.

      Does that also bypass product activation?

      My method does.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    20. Re:Genuine Advantage Validation by cbiltcliffe · · Score: 1

      I don't need to call anybody to get around WGA.

      If I were so inclined, I could install the same copy of Windows XP Home or Pro (non-corporate version) on 5000 machines, bypass the activation on all of them, and have them all seen as legitimate by the Windows Update website.

      But I'm not telling you how to do it.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    21. Re:Genuine Advantage Validation by e4g4 · · Score: 1

      I know that the overlap between XP x64 and Zune users is at least 3.

      Huh. How 'bout that - everyone who owns a Zune runs XP x64... :P

      --
      The secret to creativity is knowing how to hide your sources. - Albert Einstein
    22. Re:Genuine Advantage Validation by nabsltd · · Score: 1

      So, you disable it, and now you can't download or install Windows Defender or IE7

      I guess this has changed, because earlier this week I downloaded IE7 without any validation check, and I don't have any WGA installed on the system that did the download.

      Of course, it might be that they bypass some checks if you aren't using IE to do the download (I used Firefox 3.0.5). I only needed IE7 for a few minutes to check the behavior of a Java applet, and didn't even think about using IE6 to perform the download.

    23. Re:Genuine Advantage Validation by drinkypoo · · Score: 1, Troll

      I've got a method to bypass activation and WGA that makes every copy of Windows look legit to MS. There's only one very small requirement, that I'm not going to divulge, as I'm not telling you how to pirate software.

      I've got a foolproof method for producing free energy in the lab, but I'm not going to demonstrate it because I'm not going to teach you how to violate the laws of thermodynamics.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    24. Re:Genuine Advantage Validation by gparent · · Score: 1

      Why was this clown rated informative? He's not gonna tell you how to crack WGA because it's illegal. There are however various ways to do it, and it's known by the non-clueless IT crowd.

      If you want more details than that, you're going to have to do a bit more research yourself.

    25. Re:Genuine Advantage Validation by drinkypoo · · Score: 1

      I just wanted to successfully capture his air of arrogance. "I'm not going to teach you how to pirate software" is right up there with "I'm not going to teach you how to make a sharpened stick."

      P.S. The non-clueless I.T. crowd has managed to make a living without getting mired in Microsoft. But that's apparently neither him, nor me. I supposed if I worked in places that didn't properly license windows, and if I didn't have my own valid windows license that came with my machine, I might know how to do that, too.

      P.P.S. Cracking WGA has substantial non-infringing use, which is to say, Microsoft occasionally gets it wrong and you need to make an end run around them to get your job done (or so I hear, though it has never happened to me.) So teaching someone how to defeat it is arguably not illegal.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    26. Re:Genuine Advantage Validation by gparent · · Score: 1

      License probably says no one way or another, so I'm going to assume it's illegal. Whether it has a "good" use or not is irrelevant. The way I saw YOUR post, you were calling bullshit on his, implying that cracking WGA and having a seemingly genuine copy as a result was impossible. I never implied his attitude was correct or not, in fact I didn't even notice any arrogance in his post.

    27. Re:Genuine Advantage Validation by Erikderzweite · · Score: 1

      The very reason I have switched my family PCs to Linux -- my parents and my aunt got dial-up and they really don't need more (broadband is expensive where they live and all they need Internet for is VoIP, instant messaging and e-mail wich occasional surfing). As I live abroad, I can visit them (and bring updates) twice a year tops. They are much better with Linux in the meantime. Besides, I can still hand-pick and install most needed security downloads via ssh. Works flawlessly so far.

    28. Re:Genuine Advantage Validation by Erikderzweite · · Score: 1

      Why bother? If I need to install the very same copy of my OS to a different PC, I'll frigging *copy* it and still get all the updates, bells and whistles, no strings attached!
      Genuine Advantage who?..

    29. Re:Genuine Advantage Validation by Ilgaz · · Score: 1

      Interestingly a free tool coded by a white hat that only prevents horrible boot time wga check is marked as "trojan" in Clam database while actual people from very respected AV vendors personally say "It isn't".

      So we also have a vendor sparing time to poison a free, open source apps database instead of thinking why their legal users want the tool. I submitted this information to Clam people many times but they somehow ignore that false positive. If I were them, I would do a full investigation about the jerk/company submitted it.

      ps: Tool just disables the boot time "check" portion, it is no way a cracker or anything. Genuine Advantage apps will still refuse to run.

    30. Re:Genuine Advantage Validation by Ilgaz · · Score: 1

      Unsuspecting users were tricked to install WGA to their systems (it is still done) via security update.

      Don't you understand that people will never, ever trust to their vendor again?

      Install free MS Virtual PC or Sun Virtual Box, install XP Pro clean, the third update with a cryptic KB number is Windows Genuine Advantage. Ask yourself if you would trust to that company ever again?

      Also watch the CPU/Disk activity next time XP boots thanks to that WGA junk.

    31. Re:Genuine Advantage Validation by cbiltcliffe · · Score: 1

      Oh, I'm definitely arrogant! :)

      But you're right. I didn't tell him because it's at least arguably illegal.

      And drinkypoo: I make quite a nice living without getting mired in Microsoft. But there are reasons that I want to be able to do things like this, regardless of licencing. If I have 10 loaner machines, and I need to reinstall Windows on them frequently, I don't want to have to call MS for each one, every time. Sure, I can image them, but there are times I would need to do a clean install from scratch. There are plenty of other reasons to do things like this. Maybe I work for Microsoft, and research ways to break the security of current products, so they can be improved for future versions.

      But the fact that it can, and very likely will be used for pirating Windows, leads me to not want to divulge such information in an open forum like /.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    32. Re:Genuine Advantage Validation by Anonymous Coward · · Score: 0

          Don't be a wimp. I just won't say where to get the files.

          The files: wga-fix.exe ; Windows XP Keygen.exe ; keyfinder.exe ; MGADiag.exe

          1) run MGADiag.exe . See if you're genuine. If you already are, don't bother to continue.

          2) run wga-fix.exe . Hit "OK" (it's written in some foreign language).

          3) Run MGADiag.exe again. If you're ok now, you're fine.

          4) If necessary, use Windows XP Keygen.exe to generate a new key. Use keyfinder to locate your existing key, and replace it with this new random key.

          5) Run MGADiag.exe again. You should be ok. If not, try another key (return to step #3)

          I've always been fine with just steps 2 and 3.

          And my disclaimer... When you have a computer with a licensed XP on it (say preinstalled by the manufacturer), but it died (like, the hard drive takes a dump), and all the owner has is the computer itself with no media or license, when they bring it to my house to reinstall, I don't have much of a choice. I'm not going to tell them to go to the store and buy a new copy of Windows.

          It's not piracy. It's repair. And in one night, I can have them back online, versus several days for the manufacturer to send out a CD to reimage the drive with. With all the crap that they preinstall, the machine runs faster with a plain vanilla (+ manufacturer drivers) install.

  3. Get any work done? by drewzhrodague · · Score: 3, Funny

    Jeez, with virus scanners, several types of automatic updates, and other gadgety things polluting the standard corporate desktop, it is a wonder that people can get any work done on their PCs anyway. Six Inches of Air.

    --
    Zhrodague.net - I do projects and stuff too.
    1. Re:Get any work done? by Spazztastic · · Score: 1

      Jeez, with virus scanners, several types of automatic updates, and other gadgety things polluting the standard corporate desktop, it is a wonder that people can get any work done on their PCs anyway. Six Inches of Air.

      It keeps plenty of business open for people like me who repair them in their spare time to make some extra cash. :)

      --
      Posts not to be taken literally. Almost everything is sarcasm.
    2. Re:Get any work done? by sgt+scrub · · Score: 1

      Not to mention all of the people in third world countries that depend on the income from phishing scams.

      See! Microsoft has love and respect for the little people!

      --
      Having to work for a living is the root of all evil.
    3. Re:Get any work done? by Ephemeriis · · Score: 4, Insightful

      Jeez, with virus scanners, several types of automatic updates, and other gadgety things polluting the standard corporate desktop, it is a wonder that people can get any work done on their PCs anyway. Six Inches of Air.

      Corporate desktops aren't that bad. I mean, they can be... But usually there's at least a little oversight. You don't typically see people with eleven different smiley-toolbars in a business... It happens, but not so much.

      Home users, on the other hand, can be a true nightmare. Plugins for various web pages... Piles of downloaded crapware games... IncrediMail... Several different media players and a pile of music or movies... A couple different P2P programs... A couple different malware scanners... I cringe just thinking about it.

      You're right though. Entirely too many different bits of software want to do their own updates. Windows Updates, Office Updates, anti-malware updates, updates for Adobe Reader, updates for Flash, updates for Java, updates for Real Player, updates for HP's drivers and suites, updates for QuickTime and iTunes...

      It's ridiculous. I'll routinely see at least a half-dozen updaters running in the background.

      That's one of the things I really like about most Linux distributions... Generally you've got a single package manager that takes care of everything for you.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    4. Re:Get any work done? by SBrach · · Score: 1

      Yeah, but at least automatic updates are enabled my default. How many home users have a group policy that disables automatic updates and an IT department that rolls out there own updates months after they are released. My home machines update Windows, Office, and Avast while I sleep. I never have to touch it.

    5. Re:Get any work done? by Anonymous Coward · · Score: 0

      Smiley toolbars on the office system? None. Symantec AV, Novell Groupwise, Spybot, HP printer updater, etc? You betcha (and it's against the rules to turn any of that crap off)! The first 30 minutes after a reboot are best spent drinking coffee, talking football, etc.

      Sorry to go AC on you, but business stinks so I need to keep the job!

    6. Re:Get any work done? by bendodge · · Score: 1

      I'd recommend you check out Secunia PSI. Nothing compares for keeping a handle on the Windows & Apps patch circus.

      --
      The government can't save you.
  4. Not that bad considering it's Windows by jerep · · Score: 5, Funny

    If my years of tech support taught me anything it's that 9 out of 10 Windows users are more damaging to computers than anything else.

    1. Re:Not that bad considering it's Windows by ColdWetDog · · Score: 5, Funny
      Worse than that... It's OPEN SOURCE's fault:

      "By using the exploit from the Metasploit module as the code base, a virus/worm programmer only needs to implement functions for automatic downloading and spreading," said Xiao Chen, a McAfee security researcher, in an entry to the company's blog. "We believe that this can be accomplished by an average programmer who understands the basics of exploitation and has decent programming skills.

      "It's obvious that worm writers are abusing open-source tools to their advantage to make their work easier," Chen added.

      You all ought to be ashamed of yourselves...

      --
      Faster! Faster! Faster would be better!
    2. Re:Not that bad considering it's Windows by nschubach · · Score: 1

      (sarcasm alert)

      Why not? I mean, Ubuntu kept that poor woman from going back to school. As we've been properly educated by far more intelligent people, Open Source is a cancer and should be exterminated. The Internet would be much safer without it. In fact, I doubt we'd even have a problem with some Windows worm if Open Source never even existed to route those evil packets around the world like that.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    3. Re:Not that bad considering it's Windows by Opportunist · · Score: 3, Insightful

      Why does anyone take anything coming out of McAfee still serious? Has nobody ever used their software? Well? And you STILL believe anything they say about security?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    4. Re:Not that bad considering it's Windows by Hyppy · · Score: 1

      Unfortunately, I still have to "use" their software.

      Hey, it's just a job. With the economy and all...

    5. Re:Not that bad considering it's Windows by Anonymous Coward · · Score: 0

      As long as they manage to blow up their computers before it blasts spam email into the net, it's not that bad (except for the tech support guy who has to deal with them...)

    6. Re:Not that bad considering it's Windows by Anonymous Coward · · Score: 0

      Like terrorists abuse public transportation to make their work easier.

    7. Re:Not that bad considering it's Windows by sgt+scrub · · Score: 1

      Oops! Thanks to you, my earlier post about it being Microsoft that has love for the little people was wrong. Now I know it is the open source folks allowing deprived third world people income from phishing scams. Thank you sir/madam/pooch for showing me the error of my ways.

      --
      Having to work for a living is the root of all evil.
    8. Re:Not that bad considering it's Windows by Taagehornet · · Score: 1

      Just for the record, most of the IRC bots out there are based on either the SDBot or the Agobot/Phatbot code base. Both source bundles are actually released under the GPL, though of course it really doesn't make any sense once you think about it. Getting hold of the source doesn't require much effort. Just Google for phatbot+agobot+rapidshare and the first hit will give you 23.5MB of source code, documentation, and build tools.

      I've never bothered to take a look at the SDBot source, but the Agobot source bundle packs quite a lot of punch, including among other things: the required IRC client and command interpreter, code for harvesting information from the host, packet sniffing, for orchestrating a DDoS attack, for acting as a web-proxy, and an already large collection of target exploits. The design is straightforward and I'd say that most people with a bit of coding experience would be able to add the new exploit.

      So, in this case I'd say that McAfee are spot on.

    9. Re:Not that bad considering it's Windows by Anonymous Coward · · Score: 0

      Oh, please. A tool is a tool. Chen isn't saying tools are evil; he's saying evil people use tools to do bad stuff. Get a grip.

  5. blackhat thoughts by Kartoffel · · Score: 4, Funny

    With all this talk of Microsoft losing money, maybe they should get into the botnet business for themselves. Vertical integration!

    1. Re:blackhat thoughts by Anonymous Coward · · Score: 1, Interesting

      > With all this talk of Microsoft losing money, maybe they should get into the botnet
      > business for themselves.

      Perhaps they already are.

    2. Re:blackhat thoughts by mxs · · Score: 1

      It's called Grid computing. Millions of people, every day, allow unknown other people to run software on their computers. (worldcommunitygrid.org, seti@home, folding@home, distributed.net, and dozens of other networks). Microsoft could easily leverage these people (who, for the most part, simply do not care about their power bills, apparently) by offering grid computing under another brand -- or, alternatively, to offset the licensing cost of Windows. Don't want to pay for Windows 7 ? Just agree to run their client 12 hours a day.

      The idea is not as far-fetched as you may think.

    3. Re:blackhat thoughts by sgt+scrub · · Score: 3, Funny

      I can hear it now.

      worm developers!
      worm developers!
      worm developers!

      --
      Having to work for a living is the root of all evil.
    4. Re:blackhat thoughts by ArhcAngel · · Score: 2, Funny

      I don't think McAfee or Symantec would like Microsoft worming in on their territory.

      --
      "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    5. Re:blackhat thoughts by Anonymous Coward · · Score: 0

      With all this talk of Microsoft losing money, maybe they should get into the botnet business for themselves. Vertical integration!

      Who knows that they haven't?

      [head explodes]

      so kidding.

    6. Re:blackhat thoughts by Ilgaz · · Score: 1

      They already did. Windows "Onecare" and the bundled AV of Windows 7.

      Instead of getting the basic idea of "A client should serve only if user wants", they bundle an AV and milk the "windows registry cleaning" fake market.

      If every single windows boots with something called "server service" enabled, they are already coding ideal platform to spread bots. Just imagine if every single OS X came with everything enabled in "Sharing" preference pane.

  6. Not an easy calculation by einer · · Score: 2, Informative

    How much downtime is caused (money is lost) by patches that break things versus how much money is lost when machines get hacked? This isn't a windows only issue. I've seen Debian security releases break things too. They're a bit easier to rollback, but the problem is fundamentally an ROI or EV problem, not a technical one.

    1. Re:Not an easy calculation by turbidostato · · Score: 2, Informative

      "I've seen Debian security releases break things too."

      Can you provide an example, please?

    2. Re:Not an easy calculation by KasperMeerts · · Score: 1

      Remember the broken private key generator?

      --
      As long as there are slaughterhouses, there will be battlefields.
    3. Re:Not an easy calculation by Hyppy · · Score: 1

      It wasn't a security patch that did that.

    4. Re:Not an easy calculation by Anonymous Coward · · Score: 1, Funny

      Ubuntu

    5. Re:Not an easy calculation by bugi · · Score: 1

      Do you mean money lost by the idiot who didn't patch windows, or money lost by all the people against whom their hijacked machine was used?

  7. Weekly updates? Still not enough. by hendrix2k · · Score: 1

    I've often encountered companies who run windows updates on a weekly or bi-weekly basis, thinking this will be enough. It is not. And not to promote the idea of the lazy IT worker (though I consider myself to be one), but situations like this truly do require a machine-by-machine check. So all you folks out there who rely on Saturday night updates, well, you might want to do a quick check on that.

    1. Re:Weekly updates? Still not enough. by cavtroop · · Score: 4, Informative

      Have you ever tried managing 17,000 desktops? No, didn't think so.

      Most large corps run WSUS, with updates on a weekly schedule, at most. To do otherwise would cripple the network, or require such an investment in equipment and manpower as to be nearly impossible to pull off.

      Having said that, most large companies also have a mechanism for quick-release of highly critical patches. I know we rolled out the MS08-067 patch to our desktops immediately, and had a 98% acceptance rate within 3 days.

    2. Re:Weekly updates? Still not enough. by Hyppy · · Score: 1

      At 17,000 desktops, you should probably be running SMS or at least a tiered WSUS environment. It's not that hard to patch machines nightly, as long as you don't have them all going to a single poor WSUS server.

    3. Re:Weekly updates? Still not enough. by QuantumRiff · · Score: 1

      Sure, I'll just run out to the 40 or so client sites within a 75 mile radius that all my employees are working onsite at, and double check their laptops. Then, I'll go visit the employees that are working at home. Of course, I'll drive the two hours to our remote office, to check all desktops and laptops there... I'll get right on that...

      Weekly updates is more than good enough. MS Only pushes updates out Monthly anyways. If they do occasional do an out of order patch, I make it a higher priority. This bug was patched 2 MONTHS ago by MS. Weekly or bi-weekly patches mean all of your computers should be fine.

      --

      What are we going to do tonight Brain?
    4. Re:Weekly updates? Still not enough. by Clover_Kicker · · Score: 3, Insightful

      In really big shops the bottleneck is usually testing patches against a zillion weird|old|crazy applications that someone, somewhere absolutely needs.

    5. Re:Weekly updates? Still not enough. by wastedlife · · Score: 1

      Bingo. Doubly so for schools and other government entities.

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    6. Re:Weekly updates? Still not enough. by Anonymous Coward · · Score: 0

      "Having said that, most large companies also have a mechanism for quick-release of highly critical patches"

      Oh, HOW do you do that? I'm interested.

    7. Re:Weekly updates? Still not enough. by greerga · · Score: 1

      Where I work, the servers are getting their October security patches this month. They're inside a firewalled corporate network, but still...

    8. Re:Weekly updates? Still not enough. by Hyppy · · Score: 1

      The way we do it at my office is to have one workstation in each department deemed a "Patch test" computer. 3 work days of use is more than enough to detect major issues. That just leaves us with servers to manually test.

  8. That's nothing by ZeroExistenZ · · Score: 1, Funny

    My PC is vulnurable to butterflies. I estimate 90% of all windowsmachines could be as well.

    --
    I think we can keep recursing like this until someone returns 1
  9. Patches are good, not bad! by Anonymous Coward · · Score: 4, Interesting

    What drives me absolutely nuts is how people who are not computer professionals talk about patches with contempt. In any magazine article about an operating system, whether it be from the Windows family, Mac OS X, or Linux, when the subject of patches comes up, the writer will usually say something to the effect that a downside of using this operating system is the high frequency of patches.
     
    In a perfect world, software would have zero bugs (security holes are bugs, too, if you think about it). No product would have any problems. Everything would be perfect. There would be no need for patches.
     
    But unfortunately we do not live in a perfect world, and software does have bugs. When patches are available at a frequency such as daily (as is sometimes the case if you use Ubuntu, patches not only for the OS but for any programs you have installed too), or every few weeks as is the case with Mac OS X, you know that people behind the product are responsible, are continuing to develop and refine the software, and you benefit from those refinements at the frequency of the patches.
     
    We all know this, yet because many people feel contempt toward software patches, and because magazines and newspapers write inaccurately about this subject, many boxes out there are vulnerable to many types of attack, and this won't change any time soon. I think some effort needs to be expended by the marketing departments of various software companies to convince people that patches are good, not bad.
     
    I just had one additional thought about this Windows patch. Perhaps some of these boxes are using illegitimate copies of Windows and are therefore ineligible for the patch?

    1. Re:Patches are good, not bad! by zach297 · · Score: 1

      I am pretty sure that you don't need a legit copy of windows to get security fixes.

    2. Re:Patches are good, not bad! by joelmax · · Score: 1

      All too true... for security fixes and windows updates... all you need to know is the MS fix number (In this case it is MS08-067) and then you can pop that into the kb and download the particular file direct from the article. No windows update, no WGA; however, there are a few of them out there that still may do the check, but it has been ages since I have seen anything like that.

    3. Re:Patches are good, not bad! by Zerth · · Score: 3, Insightful

      When patches are available at a frequency such as daily (as is sometimes the case if you use Ubuntu, patches not only for the OS but for any programs you have installed too), or

      .

      Your mistaking speed of availibility with frequency of occurance. I like patches to come out as soon as possible. I do not like patches to come out as frequently as possible.

      If a bug is found and the patch is available the next day, that is a good thing.

      If patches come out every day because there are bugs found when somebody just glances at the code, that is a bad thing because the code either had incompetant QA or is so chock full of bugs it took that long to work down the list that QA returned.

    4. Re:Patches are good, not bad! by King_TJ · · Score: 3, Insightful

      Honestly, users wouldn't feel nearly as much contempt over patches if they were less obtrusive.

      The number of times a Windows update patch requires a system restart is ridiculous.

      Even with WSUS pushing out all the updates in the middle of the night, and auto rebooting boxes, it irritates people who purposely left a PC logged in, with the screen password-locked, before going home at night for one reason or another. They come in the next morning to find they were forcibly logged out, with work potentially lost or some operation not finished they intended to let run overnight.

      (And let's be fair here. This is ALSO a big issue with Mac OS X. Most, if not all, of their required reboots could be eliminated if they'd stop and restart the appropriate services, instead of just doing a restart as an "easy way" to accomplish the same thing.)

    5. Re:Patches are good, not bad! by Anonymous Coward · · Score: 0

      I recently discovered that my mom has been avoiding patching since before the last service pack.... she's pretty smart on a computer too. I guess she just didn't want to reboot or waste even more time on her slow-ass computer (512MB RAM, haha). I don't blame her.

    6. Re:Patches are good, not bad! by Anonymous Coward · · Score: 1, Insightful

      And you DO realise that our problem in the Open source world is that much of the code outside of the operating system really IS that bad.

      And that in the closed-source world, it is just as bad if not worse, but people don't get to see and fix it (but they DO get to find the holes and write explits, obviously).

      So give me daily updates! If I want to just apply them on the weekend, it is my problem, but at least I am given a choice!

    7. Re:Patches are good, not bad! by Mr.+Vage · · Score: 1

      I just had one additional thought about this Windows patch. Perhaps some of these boxes are using illegitimate copies of Windows and are therefore ineligible for the patch?

      Even pirated copies of Windows can get patches. Microsoft wants everyone to have a fully patched system because of the massive problems infected computers can cause.

    8. Re:Patches are good, not bad! by ion.simon.c · · Score: 1

      Meh. I must run less buggy software than you do.

      I check for security updates every day. (In the distro that I use, these are known as GLSAs) On average, I see one security update that applies to any of my systems every other week.

    9. Re:Patches are good, not bad! by ion.simon.c · · Score: 1

      My email and internet machine at work runs XP Pro and has 512 MB of RAM.
      When the corporate updater instructs me to reboot, I take a minute or so to close Firefox and Outlook, then reboot. I'll get up, make some breakfast, and be back in five minutes to log in. I'll take five minutes to finish my breakfast, another five or so to wash my dishes, and come back to my computer (which has autostarted Outlook and Firefox for me, so's I'm ready to go.)

      Your mom isn't willing to sacrifice fifteen minutes of downtime per month for the cause of increased security? You might wanna give her a pep-talk.

    10. Re:Patches are good, not bad! by cnettel · · Score: 1

      It all depends on where the problem is. If it is in a shared library loaded in multiple processes, a reboot or true hotpatching are the only sure ways to do it. Deleting the file, replacing it with the new one and letting existing processes keep the dangling inode won't protect those processes.

      Vista, from SP1 and up, has hotpatching support for some modules, but it's only used for a few patches. Doing it for general libraries that can be loaded by any user code (like netapi32.dll, which was affected in MS08-067) is tricky, to say the least. That DLL supports much of the file sharing functionality in one way or another, which also means that just about any system widget or module that's supposed to be file sharing aware will have it loaded.

      Of course, in some cases the specific bug is only affecting some possible consumers of an OS library, but sometimes it might be hard to tell. If the vulnerable codepath is accessible from the public API, there is really no way to tell, so your options for this patch would have been to kill almost every GUI or server process and restarting all of them, or taking the time to develop and test a true hotpatch. The first option is awfully close to a reboot.

    11. Re:Patches are good, not bad! by Anonymous Coward · · Score: 0

      every few weeks as is the case with Mac OS X

      They actually don't come out that frequently.

      10.5.1 - Nov 2007
      10.5.2 - Feb 2008
      10.5.3 - May 2008
      10.5.4 - June 2008
      10.5.5 - Sep 2008
      10.5.6 - Dec 2008

      The smaller security updates are number chronologically and only eight were released in 2008.

      - lowell v

    12. Re:Patches are good, not bad! by hilather · · Score: 1

      I believe microsoft will allow critical updates even to pirated versions of their software. As not doing so would result in a massive infection rate.

    13. Re:Patches are good, not bad! by Anonymous Coward · · Score: 0

      Your mistaking speed of availibility with frequency of occurance.

      You're mistaking your for you're... I feel that to keep with the current meme I need to tell you something about Yo dawg or something :D

    14. Re:Patches are good, not bad! by Anonymous Coward · · Score: 0

      by that logic, Microsoft must have developed some high-quality software, since finding a bug is so rare for them...

  10. Immune by Alsee · · Score: 5, Funny

    I'm immune to the worm. I'm still running Windows98 and it doesn't have "Windows Server service" and all that other wormbait crap.

    Oh, hold on.... I'll be right back. I've been online 40 minutes and I need to reboot.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    1. Re:Immune by jbeale53 · · Score: 1

      We had a system admin for a department at an organization I worked for that absolutely refused to upgrade his Novell 3.12 server. (This was in 2006). His justification was always that all these viruses that we were getting elsewhere in the organization never affected him, because they didn't hurt his old as dirt system.

    2. Re:Immune by oahazmatt · · Score: 3, Funny

      And here I thought you didn't attract worms because you walk without rhythm.

      --
      Those who believe the Internet is private,
      find their privates are on the Internet.
    3. Re:Immune by acohen1 · · Score: 0, Redundant

      And here I thought you didn't attract worms because you walk without rhythm.

      Awesome Dune Reference

    4. Re:Immune by Hyppy · · Score: 1

      A subtle reference is not as awesome once you point it out clear as day.

    5. Re:Immune by PitaBred · · Score: 1

      Sounds like my old boss... we drug him kicking and screaming from Windows NT4 to Windows XP about a year ago. And that was only because we agreed to put progman.exe in his startup folder and did our best to migrate everything and reset everything so it looked as identical to NT4 as we could make it.

    6. Re:Immune by drinkypoo · · Score: 2, Informative

      If you don't do it preemptively, Windows 98 reboots without rhythm. Although in my experience, if you have all the patches and updates installed, it will bluescreen instead of rebooting. Windows XP is truly a gigantic step forwards, as by default it usually reboots when it bluescreens, too.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  11. Not Acceptable? by PolyDwarf · · Score: 5, Insightful

    Qualys' CTO said, 'These slow [corporate] patch cycles are simply not acceptable. They lead directly to these high infection rates.'"

    It's also not acceptable that corporate desktops become useless because of an update that MS rolled out that broke mission-critical software.

    There's a reason there's an IT vetting process with patches (fool me once, shame on you... fool me twice, three times, every patch tuesday, shame on me). There's also a reason why those processes take a while. If you disagree with IT workers doing their jobs and making sure that an update won't screw up the network/application/productivity/company, take it up with software vendors and MS, not with the people who are trying to make sure their company stays functioning. Or will you be willing to pay for their time in fixing problems if they apply patches that break things?

    1. Re:Not Acceptable? by Anonymous Coward · · Score: 0

      Is your company willing to pay for the damage to others when your machines get pwned? You're responsible for what your computers do. Are you taking that responsibility seriously?

      Did you think about this when you picked the software and designed the network?

      The rest of the world doesn't care about your mission.

    2. Re:Not Acceptable? by MobyDisk · · Score: 2, Interesting

      I've worked at several places that didn't roll out patches right away. It wasn't because the IT department was busily testing the patches. It was because they were afraid of the patches, but had no time to test them.

      For one example, we had a farm of servers. I suggested that they let the developers patch their machines first, then the test servers, then the staging servers, then production. That way there was no risk, and no need to go about with extra testing effort. They agreed -- but nothing happened. The internet-facing production servers were sometimes a year out of date, while all the dev and test machines were running the latest stuff just fine.

    3. Re:Not Acceptable? by jbeale53 · · Score: 1

      But his point is that the corporate patch cycles are too slow, not that they shouldn't test the patches. IT folks need to test their systems when the patches come out, not 3 months later when they get around to it.

    4. Re:Not Acceptable? by mulvane · · Score: 1

      What if my mission was handling your money and my mission crashed because of a patch that I didn't have an immediate fix for? Its easier to fix a system in a state you know than the state a patch potentially puts it in.

    5. Re:Not Acceptable? by ACMENEWSLLC · · Score: 1

      Patch Tuesday broke a mission semi-critical server. Removing the patches did not fix it. It had to be FDisked and rebuilt.

      And our backup guy forgot to add it to his new backup server rotation.

      The vendor who built the server software (one off custom) did charge for his 12 hours to rebuild it.

      Should we charge that back to Microsoft? The same patches only broke one other machine. 600 others were fine.

      Too bad this OS wasn't written properly in the first place. At $300 a pop, the development quality assurance department should check every line of code for failure to check for buffer under or over flows, imo.

    6. Re:Not Acceptable? by PitaBred · · Score: 1

      Microsoft isn't willing to pay his company for the damages their patches cause. Why should he be willing to do the same to other companies? It comes down from the top. If Microsoft wouldn't build systems out of swiss cheese, there wouldn't be nearly as many recalcitrant patchers.

    7. Re:Not Acceptable? by Ephemeriis · · Score: 3, Informative

      I've worked at several places that didn't roll out patches right away. It wasn't because the IT department was busily testing the patches. It was because they were afraid of the patches, but had no time to test them.

      That's typically the problem around here. We've got plenty to keep us busy on a day-to-day basis... Something is always broken, or requiring replacement, or testing, or whatever.

      I hate to just roll out a patch and hope for the best. That's bit me in the ass far too many times. But I find it hard to actually come up with time to read over the patch notes, apply the patch in a test environment, and then watch to see if something happens.

      Sure, this particular patch is a few months old... And it was released with enough obvious urgency that we've pushed it through and updated most of our systems... But we're still sitting on some updates that are just as old, but don't seem quite as necessary.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
  12. I bet a lot of the infected... by Anonymous Coward · · Score: 0

    ..are the 1337 ones who tell all and sundry that they don't need to update their OS because they're a "pro" or "power" user.

  13. How about installing updates? by HerculesMO · · Score: 4, Insightful

    The update was issued in October.

    If you haven't patched, there's no fault of anybody but your own.

    If your car has a recall for a safety belt problem, and you don't get it fixed and get into an accident, is it suddenly the car manufacturer's fault? No.

    And likewise it's not MS's fault if you can't install patches on your OS.

    --
    The price is always right if someone else is paying.
    1. Re:How about installing updates? by Chris+Mattern · · Score: 1

      If your car has a recall for a safety belt problem, and you don't get it fixed and get into an accident, is it suddenly the car manufacturer's fault? No.

      It is when you can point to a past recall for a safety belt problem that caused the car to fail to start.

    2. Re:How about installing updates? by Anonymous Coward · · Score: 0

      And likewise it's not MS's fault if you can't install patches on your OS.

      Ummmm WGA? (Yeah yeah I know it's because of an illegit copy and all but that's besides the point. No chance in hell I'm using the legit vista that came with my pc, even if I only use windows for gaming!)

    3. Re:How about installing updates? by Anonymous Coward · · Score: 2, Insightful

      Well, yeah.

      But now imagine that cars are recalled literally EVERY SINGLE MONTH, for SEVERAL life-threatening problems each and every time. Would you still say that the manufacturer is doing their job well?

      Of course not; you'd switch away from that manufacturer ASAP.

      But wait! Now imagine that there's only one large car manufacturer that controls 95% of the market, and the only other cars are either luxury cars that are totally different (Apple) or home-built hobbyist cars.

      And also imagine that the dominant manufacturer has secretly blackmailed road builders to make sure only THEIR cars work on roads. And now imagine that they were convicted of these illegal practices and others, too, but that when the government changed, suddenly, interest in actually holding them accountable suddenly waned, with the result that the average Joe Sixpack still can't change manufacturers and still has to return his car EVERY SINGLE MONTH for SEVERAL life-threatening problems to get fixed.

      And now imagine that things have gotten to a point where Joe Sixpack assumes that this is normal and acceptable - if he knows about it in the first case, that is.

      Oh, and imagine that when the manufacturer fixes these life-threatening problems with your car, they will also - for all that Joe Sixpack knows - check that he didn't give his car - his OWN car! - an unauthorised paint job or any other kind of modification.

      Would you still say that this car manufacturer is not in the wrong?

    4. Re:How about installing updates? by Anonymous Coward · · Score: 0

      Actually it is Microsoft's fault in the case of PC's that are running pirated copies of XP, by technicality, and these are likely the PC's that are really causing the problem (sorry MS fanboy). If Microsoft were interested in global computer security they would recognize this and rethink WGA, rather than Patch Tuesday.

      Then there's the cases of WGA invalidating real, authentic keys for XP (you can look that one up on Google if you want, it's not exactly a small problem). Is it Microsoft's fault if WGA blocks your LEGITIMATE key and you can't install patches? Why yes, yes it is. Sorry again fanboy.

      I won't even get into your car example because it's so fundamentally flawed that I have to wonder whether or not you're just some Microsoft shill altogether.

    5. Re:How about installing updates? by Anonymous Coward · · Score: 0

      I work for a company that just suffered from this attack. By policy, we have automatic windows updates configured to run on our machines. Once the attack was on (last week), I manually did an update and found I was 32 patches behind. Many people were behind by 10 to 25 patches. All of them had automatic updates enabled. We're still baffled but this indicates that the windows update system is not very reliable.

    6. Re:How about installing updates? by Rutefoot · · Score: 1

      To take that analogy further, this car of yours would have an autodrive feature that drives itself back to the dealership to be fixed in the event a recall is ordered. You of course intentionally deactivated this default safety feature.

    7. Re:How about installing updates? by SBrach · · Score: 1

      Great, what OS manufacturer puts out updates less often than once a month? There is a reason that car analogies have the reputation they do around here, they make you look like an idiot. In other words, it's like comparing a Ferrari to a Prius.

    8. Re:How about installing updates? by Anonymous Coward · · Score: 0

      Just a fast note on my experience. Being patched is NOT enough. I had 80 percent of my machine patched and they still got hit. This thing has a password attack that can be used to infect fully patched machines. The media's reporting of this thing points to unpatched machines - that's not the whole truth. Dictionary passwords on admin account, watch out.

    9. Re:How about installing updates? by Anonymous Coward · · Score: 0

      there are many ways around the WGA check, just do a little google-fu

    10. Re:How about installing updates? by Captain+Spam · · Score: 1

      If your car has a recall for a safety belt problem, and you don't get it fixed and get into an accident, is it suddenly the car manufacturer's fault? No.

      But if that one manufacturer has a long, chronic history of their safety belts breaking, bursting into flames, draining the fuel, smearing the washer fluid, letting the air out of the tires, and providing easy access for criminals to hotwire the engine, one has to start to believe there's a limit to customer responsibility and start to wonder just what's going on with QA in the seat belt department in the first place.

      --
      Demanding constant attention will only lead to attention.
    11. Re:How about installing updates? by SBrach · · Score: 1

      Yeah, cause the 10minute phone call to Microsoft is such a hassle.

    12. Re:How about installing updates? by SBrach · · Score: 1

      Bullshit. Either your network was owned before you turned on auto updates or your leaving out the part about how it is set to run at 3am and you turn off your PC every night.

    13. Re:How about installing updates? by xra · · Score: 1

      If your car has a recall for a safety belt problem, and you don't get it fixed and get into an accident, is it suddenly the car manufacturer's fault? No.

      If my car had a recall every week, I would be feed-up and stop following on them.

    14. Re:How about installing updates? by Carnildo · · Score: 1

      OpenBSD seems to be averaging one patch every month and a half, and they've only issued two critical patches in ten years.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    15. Re:How about installing updates? by Wildclaw · · Score: 2, Interesting

      Here are a few reasons why computers should be expected to have more updates than cars:

      * Unlike cars you don't have to recall the car to refit it, but can instead send the refit to the customer and have it install itself. (This is mostly an argument for more non security updates)

      * Computers connected to the internet exist in a hostile environment unlike cars that exist in a relativly friendly environment. (Imagine if other drivers could earn money by pushing your car of the road, and rarely would get punished for it. I would think that you would be more willing to get the car manufacturers latest anti pushing fixes installed)

      * Cars mostly exist in a more restricted environment, while the computer environment is more generic. (You'll need far more maintenance on your car if you run offroad, and far less maintenance on your computer if it runs in a lockdowned environment)

    16. Re:How about installing updates? by Anonymous Coward · · Score: 0

      Look, you M$ shills can cut the crap. We know the M$ pays you; either as stealth-marketing, or as M$ employees holding MSFT that are encouraged to join in the marketing in your "down-time".

      This idea that Linux, OSX, etc.. users are just mean haters; and that, M$ is just an innocent company trying to produce good products is BS. We all know it. We know that you post this garbage in your futile attempt to maintain your ponzi scam. But, it's ending! Face it, you're not necessary, you're not wanted; and noone will remember you in 15 years.

      But, keep running your damage control program like robots. It's entertaining; and kinda sad all at once.

  14. Talk about glasses being half full by zappepcs · · Score: 1

    Really? 1 in 3? That's the most optimistic statement I've heard in a month, and that includes a 5 year old's wish list.

    This morning, I'm lamenting the issues I'm having with flash video on AMD-64 Ubuntu 8.10... then I read the story of the latest "Worm on Windows"(tm) and thought "thank fsck I am using Linux".

    Yeah, I know that abbreviates to WoW... so what? I don't play games.

    1. Re:Talk about glasses being half full by Yvan256 · · Score: 1

      You could always play WoG instead.

    2. Re:Talk about glasses being half full by nschubach · · Score: 1

      If you follow the directions for copying the files to the specific .mozilla folder of your home directory... Flash 64 works great. At least it does for me. I have yet to witness a crash, but I do get some tearing in full screen.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    3. Re:Talk about glasses being half full by zappepcs · · Score: 1

      Well, it 'works' if you call it that. It seems like the buffering is done on some other machine... in India or something. I can download with flashgot etc. and all plays fine. For some reason the buffering SUCKS. Also, not all flash plays. If anyone has really good links for help, it would be appreciated. I'm not finding the bestest latest greatest tutorials on this.

  15. Count 3. by Benanov · · Score: 1, Informative

    You know of my parents and I, then.

    They switched to Ubuntu and I to gNewSense as a result.

    1. Re:Count 3. by Larry+Lightbulb · · Score: 1

      There's a difference between knowing someone and knowing of someone - I don't know you or your parents, but now I know of you.

  16. 12:00 ..... 12:00 .... 12:00 by madbavarian · · Score: 1

    Is this the same ratio as the number of VCR's that are flashing 12:00?

    1. Re:12:00 ..... 12:00 .... 12:00 by jcuervo · · Score: 1

      What's a "VCR"? ;)

      --
      Assume I was drunk when I posted this.
  17. Our site had 350 machines infected in 4 hours by Anonymous Coward · · Score: 1, Interesting

    We had better than 95 percent MS08-067 patch coverage and the infection still went that fast. Due to the random date stamping of dropped files, I can't tell who was infected first, and I can only speculate as to how it spread so fast. I believe it would actually use logged on credentials first before trying the exploit, and we have poor local permissions(lots of local admins). Still, I have about 30 machines that were patched and no one is local admin on(except domain admins), and they were infected with everyone else.

    1. Re:Our site had 350 machines infected in 4 hours by SBrach · · Score: 1

      So the only computers that can get owned are the ones used by the only people that can own your entire network. Sweet.

    2. Re:Our site had 350 machines infected in 4 hours by El_Oscuro · · Score: 1

      When I saw the alert, I applied the patch to my remaining XP machine at home. Then as a safeguard, I disabled the "server" service and installed ssh for my file sharing needs. All I need now is to replace the explorer/IE shell with KDE.

      --
      "Be grateful for what you have. You may never know when you may lose it."
    3. Re:Our site had 350 machines infected in 4 hours by Anonymous Coward · · Score: 0

      Not exactly, as there are only about 7 people who are local admins on ALL machines. Any given user might be local admin on 1 desktop, or a handful. The point I was making is that being patched for MS08-067 doesn't really matter if the majority of your users run as local admin. This is why plenty of corporate networks will get owned. If you don't have a full time package builder making sure all apps function 100% as non-privileged user, your kind of screwed.

      I know this is changing, UAC is forcing developers hands, just as XP's implementation of slightly less insane %windir%\system32 permissions did before. More and more apps work fine running as non-admin.

  18. Turn off rpc? by abigor · · Score: 1

    I'm not a huge Windows user, but I know you can turn off the rpc service via msconfig. Why don't more companies do this? Or is it needed for certain things, like maybe Exchange? I confess my ignorance here.

    1. Re:Turn off rpc? by cbiltcliffe · · Score: 2, Informative

      Killing the RPC service effectively kills the computer. Pretty much everything is dependent on it.

      It's basically like running in safe mode, but without the "Safe Mode" in the corner of the screen, and with more stuff that doesn't work.

      Like the Event Viewer. You can't even see the list of events in the viewer if the RPC service isn't running.

      It's ugly. Don't do it.

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    2. Re:Turn off rpc? by King_TJ · · Score: 2, Informative

      Although I do use and support Windows every day, I don't claim to be an expert on the Windows services and the apps that need them....

      But yes, I *do* believe you need to leave the RPC service running in most circumstances. The fact it is called "remote" doesn't imply it only relates to remote computers on a network. Rather, it means separate program modules, even running on the SAME machine. Service Pack 2 for XP turns it on by default, and even grays out the option to disable it - which is a strong hint that you're supposed to leave it running.

      A list I found on the net of things that require RPC in Windows include:

      Background Intelligent Transfer Service (Used by Windows automatic updates)
      Cryptographic Services (Used by Windows updates, both automatic and manual)
      Distributed Link Tracking Client (Maintains links between NTFS files)
      Help and Support System
      Logical Disk Manager
      MS Software Shadow Copy Service (MS Backup requires this)
      Network Connections
      Print Spooler
      Protected Storage
      Shell Hardware Detection (Do you want to play a music CD? You need this)
      System Restore Service
      Task Scheduler
      TrueVector Internet Monitor (Required by ZoneAlarm, and probably other apps)
      Volume Shadow Copy (Backup uses this)
      Windows Audio
      Windows Installer
      Windows Management Instrumentation (Many apps depend on this service)

    3. Re:Turn off rpc? by jgtg32a · · Score: 1

      Don't file shares require rpc?

    4. Re:Turn off rpc? by abigor · · Score: 1

      Interesting, thanks for looking that up.

    5. Re:Turn off rpc? by dotgain · · Score: 1

      I confess my ignorance here.

      Mod informative. In this case, it's the "Server Service", not the RPC service. And yeah, they sure are needed for certain things. Did you think these services were only included to provide an attack vector? Oh wait, don't answer that.

    6. Re:Turn off rpc? by abigor · · Score: 1

      You might want to read this: http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx

      This indicates it's the Server service's handling of rpc requests that's at fault. Does the Server service not use the rpc service to handle rpc requests? I assumed it did. Can you definitively say it doesn't? How do you know, just out of curiosity?

    7. Re:Turn off rpc? by dotgain · · Score: 1

      Believe me, I like thousands of others here that are responsible for more computers than their own read that article before the ink was dry, and immediately acted upon it. The interaction of Server and RPC services is beside the point, and for many machines if you're going to disable RPC, you might as well unplug it from the network - it'd be practically useless.

  19. I'm sick of hearing about Windows bugs by DBAN · · Score: 1

    Everything has bugs, flaws needs patching etc.. but because Microsnot creates buzz the headlines are pushed and IT geeks have to pet our managers and assure them things will be okay. We all know "its" much worse than this headline. MS is not the flaw.. it's the users!

    --
    It is what it is
    1. Re:I'm sick of hearing about Windows bugs by 1s44c · · Score: 1

      MS is not the flaw.. it's the users!

      Just because average users are at fault does not imply Microsoft is not also at fault.

  20. Conflicker? How about Sasser? by Opportunist · · Score: 1

    Remember it? I know, over 4 years now, but it's still pounding at my firewall.

    And anyone is wondering that 1/3 of the machines running Windows are still unpatched for a threat that's not even half a year old? I'd rather wonder if it's the same 1/3 of machines that pound against my door trying to sell me Sasser and Mydoom.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  21. whoa.. by TuomasK · · Score: 1

    F-Secure estimates 8.9 million infected machines.. http://www.f-secure.com/weblog/archives/00001584.html

    --
    The truth or interpretation..
  22. Obligatory bad car analogy by PPH · · Score: 1

    If your car has a recall for a safety belt problem, and you don't get it fixed and get into an accident, is it suddenly the car manufacturer's fault? No.

    I can just see it now .... recall Tuesday.

    --
    Have gnu, will travel.
  23. What the hell? by Amasuriel · · Score: 1

    The summary states "This is indicative of why some are calling for Microsoft to rethink Patch Tuesday, as reader buzzardsbay pointed out."

    I know this is /., but really, how is a company not patching their systems eighty days after the patch was release in any way the fault of Microsoft?

    Patch Tuesday is great for planning compatibility testing and patch management. MS also releases the odd patch out of cycle if it is important enough, so what's the issue?

  24. pink floyd by shvytejimas · · Score: 1

    Tag: ateintohisbrain
    The reference is pure genius. I'd mod up a tag if I could.

  25. Not patched, not worried by myxiplx · · Score: 1

    As I've said many times, patches are nowhere near as high a concern if you lock things down in the first place, and Microsoft do provide some pretty good tools for doing that in Windows (namely Group Policy).

    Our protection against viruses is pretty thorough, and we've not had a sniff of an infection in 3+ years:

    - All of our machines have filtered access to the outside world
    - Staff can only visit work related sites during working hours (enforced at the firewall)
    - No website can run any kind of script unless approved by IT (takes 5 mins or so to approve)
    - All CD-ROM drives are disabled on machines.
    - Users do not have permission to install USB drives
    - Autorun is disabled site wide via group policy
    - Downloads of executables, zips, etc is disabled at the firewall
    - Emails are also filtered, and in addition all Office Documents are quarantined before manual release.
    - Oh, and AV on all desktops (Sophos), updating within 15 mins of new virus definitions coming out.

    Over the last 2 years, I've only seen three security warnings from Microsoft which we're not already exempt from because of the mitigating factors, and while this might sound over the top, it doesn't get in the way of our users doing their work, and takes under a single man hour each day for the IT department to manage. Quiet days probably only take up 15 mins or so.

    Although to be honest, I still don't consider this a final solution. Future plans include:

    - Whitelisting of all executable software
    - Full DR procedure for desktops (to allow quick recovery when we do get hit by a virus)
    - Physical isolation of key machines to protect them in case of an outbreak

    1. Re:Not patched, not worried by codepunk · · Score: 1

      That is a example of a fairly good security policy, however if someone really wishes to own your network they will.

      --


      Got Code?
    2. Re:Not patched, not worried by drzoo2 · · Score: 1

      As I've said many times, patches are nowhere near as high a concern if you lock things down in the first place, and Microsoft do provide some pretty good tools for doing that in Windows (namely Group Policy).

      As I've said many times, might as well go back to testing with a pad and pen if my work computer is no better than a portable heater. If I had to ask for permission every time I need access to services on my own machine it would double the time it already takes me to get things done. Network security is important. It isn't more important that the reason the network exists in the first place. Locking everything down is the easy way out and not always the most productive. Is slashdot on your list of approved web sites or are you just invoking IT GOD power?

    3. Re:Not patched, not worried by myxiplx · · Score: 1

      Yup, that's why I want to improve our backups.

      However, we're pretty low key, and I don't think I've annoyed anybody that much yet :-)

    4. Re:Not patched, not worried by myxiplx · · Score: 1

      Yup, that'll be IT god power. Folks like me who need web access to do their job have it, but it's definately not the standard configuration. And we don't have any problems with productivity thanks, everything people need to perform their jobs is on their machines, tested and working, and because IT aren't constantly firefighting problems we can respond to requests quickly.

      Locked down computers might not work for you, but for an awful lot of jobs they work just fine.

    5. Re:Not patched, not worried by The+MESMERIC · · Score: 1

      What a fun place to work!
      Can I have a job there please?

    6. Re:Not patched, not worried by bendodge · · Score: 1

      I don't think that will scale well past a couple dozen machines. You'll end up with a bloat of IT people who do nothing but act as live firewalls.

      --
      The government can't save you.
  26. XP SP2 by jgtg32a · · Score: 2, Informative

    All that does is drops unsolicited messages, kinda like the windows fire wall does, which has been activated by default for almost 4.5 years.

  27. I sense a decoy by Anonymous Coward · · Score: 0

    People are always harping on about how every patch breaks all their mission critical software. I think that's bollocks. A Windows patch never broke any piece of software on my system, and the work-related stories I hear from friends are remarkably void of Patch Tuesday horror stories. The only thing I've heard in ten years that qualifies and wasn't fully apocryphal was a botched Solaris update on the local University. 15 minutes downtime, boohoo, cry me a river.
    If your software were really so hackishly written that it breaks when the OS gets a security fix, you've got bigger problems. Hire some real programmers, it'll save you money in the long run. But we all know that that isn't really the case. At the heart of the matter is but one cause: laziness. Stubborn, numb-minded, the-world-be-damned, laziness. 80 days after rollout... let that sink in for a bit.
    EXECUTION: ZERO POINTS
    EXCUSE: ALSO ZERO POINTS

  28. I blame Vista Update Service by Anonymous Coward · · Score: 1, Interesting

    We've had more than 30% of Vista machines come up with a error code 80070424 that stopped the machines from downloading updates from microsoft or our WSUS server. The only solution to it after becoming aware of it has been to completely re-install the OS.

    With update services like that, I'm not surprised that the number isn't higher.

    1. Re:I blame Vista Update Service by Anonymous Coward · · Score: 0

      The only solution to it after becoming aware of it has been to completely re-install the OS.

      That's not the only solution. If you google the error code you'll find a fix.

    2. Re:I blame Vista Update Service by Anonymous Coward · · Score: 0

      We did google the error, tried all the fixes, called MSPS and none of them worked. In fact a few of the fixes borked the test machines even more by removing the patch lists on them.

      We still have the issue persisting which leads to needing to re-image 5 or so machines a week just because of this one issue.

  29. Re:wouldn't it be simpler to run a Linux distro .. by myxiplx · · Score: 2, Insightful

    lol, trust me, it would take a lot longer to get this network working under linux than windows, and that's before you count the couple of dozen specialist apps that simply don't exist in Linux. Linux is good, but it really isn't the answer to everything. I'm not aware of anything that as easy to use and effective as group policy for securing computers and deploying software. I can rollout new versions of some of our apps to 100+ computers in under ten minutes of my time (and that includes the download!).

    Having said that, my own workstation is running Ubuntu 8.10, and we have a good few Linux servers now :-)

    However, I think you'd be surprised just how low maintenance this lot is. Yes, it took some setting up, but we're reaping the benefits now. To give just one example, patching software is something we can do in our own sweet time, even though we use WSUS we run 2-3 months behind and let other people do the testing :)

  30. Its M$ fault by hesaigo999ca · · Score: 0, Troll

    I say, if M$ were to actually offer these patches freely sort of like "use our product because like Linux you get free stuff..." not only would they get a more secure overall experience for the user, but you would also see less infection rates...and this would lead to them being able to learn who still uses windows xp...even if it isn't legit copy.

    At some point they could trigger a more effective update scenario..."we have updated your system but see you are not using a legit copy of windows, if you want to be legal, we can send you a key for 49$."

    You would see millions of people line up for that, because not only would it mean they are safe, but everyone who has a copy of windows illegally can now rest assured they won't be penalized...and in this unstable economy, how do you convince someone to get a legit key, if it isn't by making it very cheap. I know I will never get legit xp or vista because i can go linux. If M$ came to my door and said "hey uninstall or pay" I wuold uninstall unless it was cheap enough. 49$ is cheap enough.

  31. Hosed by Duadup...and lusers. by mweep · · Score: 1

    Just got this nasty lil bastard off a clients' Win 2003 SBS. Idiot disabled Kaspersky and SpyBot on his laptop 'cause "It was slowing down my MP3 downloads at home.", and plugged into the LAN, thence instantly infecting the server, which hasn't been patched since 12/23/08. I intend to stagger through the office after lunch, screaming "CENTOS on the server this weekend, and XUBUNTU on ALL laptops by Monday!!!!!!!!!!!!!!!" Mweep

    --
    mweep:the sound made by the system bell on a SPARC workstation.
  32. Good luck with that by Mr.+Firewall · · Score: 1

    So don't go through the automated process. Send them to Microsoft's Security Bulletin Search and they can search for the updates by hand.

    Ri-i-i-i-i-ght. We both know that most people won't go to that much work.

    Instead, they'll wait until they're Pwnd, then throw their hands up in the air and go buy a new PC.

    A new PC running Windoze, of course.

    Shaking my head in disbelief while quoting Shakespeare: "What fools these mortals be!"

    --
    In times of universal deceit, telling the truth gets you modded -1 Troll
  33. Worm attack is for pussies by gatkinso · · Score: 0, Redundant

    SNAKE attack... now that is scarey.

    --
    I am very small, utmostly microscopic.
  34. Household Routers by dunc78 · · Score: 2

    I believe the original poster meant to say "Household Routers". I would say 99.9 and probably even a higher percent of "Household Routers" do NAT since most if not all people that use them do so to share one IP address among all their home computers.

  35. YAY CAR ANALOGY by poot_rootbeer · · Score: 1

    If your car has a recall for a safety belt problem, and you don't get it fixed and get into an accident, is it suddenly the car manufacturer's fault? No.

    What if my car's safety belt has a design or manufacturing flaw, but the manufacturer has not yet acknowledged it by issuing a recall notice? If I sustain injuries that can be proven to have been caused by the defective belt, can the manufacturer be held liable? Yes! Now can you imagine if a software publisher had to pay restitution to customers every time a bug in their code occurred?

    Software is not like a car. For one thing, it doesn't have windshield wipers.

  36. 1 in 3 is an improvement by SupremoMan · · Score: 1

    from the 3 in 3 I expected. Yes I use a windows machine, and I have automatic updates on, but I have no high expectations for Microsoft to sweep in to the rescue with a timely patch. I tend to practice safe surfing by using FireFox with various script blocks, not clicking on stuff that I shouldn't be clicking on, and of course keeping the g/f away from my computer.

  37. Rethink Patch Tuesday? by cheros · · Score: 1

    "This is indicative of why some are calling for Microsoft to rethink Patch Tuesday, as reader buzzardsbay pointed out."

    Oh, for crying out loud, AFAIK the weekly cycle had NOTHING to do with security in the first place so calling for abandoning it isn't going to help unless you address the actual motives.

    The whole idea behind patch Tuesday was to batch the never ending stream of updates so Windows looked less than the leaking ship it is. I'm glad they have at least partially abandoned the bundling of security problems so the marketing droids could claim "less problems than Linux/Apple/whatever" (which nobody believed), but the weekly cycle's main function has zero to do with it's alleged purpose to bring some stability to corporate computing.

    It is(/was) IMHO quite simply a marketing exercise, a way to batch all those updates so you get hit once a week rather than hourly/daily, with the eternal reboot prompt threatening to lose your work. Only when you make clear to MS that you have seen through that deception are you likely to get some sense out of them.

    The model has been broken repeatedly of late anyway so they might as well bite the bullet and go back to what they did before, but allow the CUSTOMERS to decide on batching. That way the risk management choices are made at the point where the thinking is available to balance the benefit of uninterrupted computing vs. instant updates. That is not a decision that can be made by the vendor IMHO.

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  38. Re:wouldn't it be simpler to run a Linux distro .. by myxiplx · · Score: 1

    > Do you really expect us to believe that the only secure way of accessing an Office Doc is to quarantine it.
    > I thought you had the system totally locked down and AV on all desktops?

    As far as I'm concerned, yes. There are far too many vulnerabilities in office docs, and no way for me to lock those programs down. The primary aim of our security practices is to stop malware coming into the building, once it's in we're pretty much screwed. AV is the last line of defence, and one I don't particularly trust these days.

    Blocking executable viruses and securing the web browser is easy. Securing Outlook and Office programs is a pain, but fortunately it's not proving too much hassle to manually vet these and we catch 5-6 documents a week that aren't caught by the AV scanning on our email gateway.

    I just don't trust AV scanning these days, there's always a window of opportunity for any new virus, and too many viruses are sneaking in under the radar. In the last 18 months I've submitted four previously unknown viruses to the AV companies, two of which weren't detected at all by either Sophos, Symantec or AVG after booting from recovery CD's.

    > What are those specialist apps. Do you mind telling me what sector your business is in?

    Our sector - structural steelwork, and off the top of my head a quick list of some of our specialist software would be: AutoCAD, Design Review, Strucad, Xsteel, GoData, Farm Design, Multisuite, Procad, Fabtrol, Dema, Union2, Fastrak, Tedds.

    None of these are minor, most are absolutely core programs that are vital to our business. To the best of my knowledge, *none* are available under Linux, and at least 4 require some serious graphics capabilities that rule out virtual machines or wine.

    > http://www.linuxjournal.com/article/6266 [linuxjournal.com]
    > http://en.wikipedia.org/wiki/OpenLDAP [wikipedia.org]
    > http://www.bayour.com/LDAPv3-HOWTO.html [bayour.com]

    Ok, you've got open LDAP authentication. Now make it as easy to use as Active Directory Users & Computers, with all the functionality (we use a *lot* of it - have you got support for Microsofts IAS there?). You're also missing Group Policy. That sets all our security policies, it configures our computers, and installs all our software.

    > http://www.howtogeek.com/howto/ubuntu/configure-how-often-ubuntu-checks-for-automatic-updates/ [howtogeek.com]

    Ok, you can do security updates. How about deploying software? What about configuring policies for things like disabling CD-ROM drives, enforcing screensaver timeouts, etc.

    > I am surprised as my personal experience is a bit different

    I've been doing this a while :) Most of this lot is second nature to me.

    > What else do you do apart from locking down and patching?

    Everything :-) I'm your proverbial jack of all trades, responsible for:
    Servers, Databases, Intranet, Security, Backups, Software Development, Helpdesk, Software Installation, Printers (up to A0), Fax machines, Scanners

    We have 13 servers and over 100 individual pieces of software on this network. There are also a further 20+ legacy in house applications in use (mainly visual C++ v5, with the odd visual basic v5 one), and about half a dozen modern ones (developed with visual studio .net or 2005). We have five database servers, a wiki, an intranet, an email server, two firewalls. We run Windows (NT - 2003), Linux, OpenSolaris and ESX, with the Citrix server having been retired.

    And believe me, I've simplified things wherever possible. This network is horribly, horribly complex. It took me nearly two years to familiarise myself with it, and we really do use everything I've

  39. Theory by Ifthir · · Score: 1

    What if the point of all these attacks isn't to steal passwords or credit card information or anything? What if the intent of this massive 'takeover' is to create a database of information, that stores oh let's say...Microsoft's encryption in relation to a specific terminal, in comparison to how the attackers know the system is truly identified? Would this allow them to brute force determine how Microsoft encrypts computer information on a broad, rather than granular spectrum? I mean, if you give me a database of information, and in one recordset I have the unencrypted records, and in recordset two I have encrypted records, couldn't I then start to break down the encryption process more easily based on the huge amount of data I have?

  40. What is the drawback to this security method? by Ifthir · · Score: 1

    Do you see extended support times in the instances where you need legitimate outside access to the PC in question? Also, what do you do when the "work-related" site gets infected and the user then uploads (unknowingly) the worm into your (poorly patched) network? Have any other users been burnt with this method?

    1. Re:What is the drawback to this security method? by myxiplx · · Score: 1

      Not really, we have an SSL VPN which we can use to grant external access if needed, and for one or two users we do have 3rd party remote support software enabled. Access is generally granted a day at a time, and it's a few seconds work to enable it as needed.

      Yes, there's still a risk of a work related site being infected, but bear in mind that to infect us it's got to get past:
      - A work related site must be infected (generally quite specialist sites, without a lot of traffic, so not prime hacking targets)
      - That site must also be one on our trusted list and able to run scripts
      - The virus scripts have to be running from that site (and not just redirected from elsewhere)
      - The virus can't download anything (we whitelist file downloads too - executable content isn't allowed)
      - The virus will have to be able to work with user permissions
      - It will also have to avoid a very up to date AV install and firewalls on our individual machines.

      Generally, anything that can get past that lot is going to be very new, and probably capable of infecting our machines using current 0-day vulnerabilities.

      However, so far we've been lucky, and yes, I do consider it luck. While I think ours is better than most, no AV protection scheme is perfect and I think it's only a matter of time until we do get infected by a virus. That's why we're looking to improve our backups and response times. All our work and servers are thoroughly backed up, the next stage is to improve backups of desktop computers so that we can recover from a site wide virus outbreak in a couple of hours.

      The aim here is not to stop infection completely, that's impossible, our aim is to reduce downtime. We've done the first step which is to minimise our risk of infection, the next step is to minimise the recovery time when that happens.

  41. Newsworthy? by dov_0 · · Score: 0, Troll

    So what actually makes this news? Microsoft's security model is faulty by design. What's new?

    --
    sudo mount --milk --sugar /cup/tea /mouth /etc/init.d/relax start
  42. Use Mac already by MikePlacid · · Score: 0, Flamebait

    This worm spreads through laptops? My MacBook laughs at that.

    1. Re:Use Mac already by Ilgaz · · Score: 1

      Run a never updated virtual machine in it which traditionally has no anti virus and see what happens. You would never do it? Well, strange amount of people does it. Bootcamp should really warn people TWICE and even install a licensed/free antivirus to Windows on first boot along with drivers. That troll like small caps warning on boot camp page is not enough. Mac people didn't see an actual virus/worm and degree of things it can do since 1990s. It is really hard to convince them so better is, install a light weight AV with it.

      I am not a Windows user but every single Windows user who doesn't update or spare a 3-4 mp3 or single youtube video sized download to free AV is a threat to entire Internet.

  43. A router/firewall is not enough by gwolf · · Score: 1

    ...I do have a firewall at my workplace. We were bitten hard - Quite probably, thanks to a USB key, careless email or to one of the three machines I had to leave with SMB access to dependencies outside my own.
    And yes, the computers are configured to auto-update the OS, and they all have an up-to-date antivirus. Still, an overly fertile virus will defeat those updates.

  44. 3 In 3 Windows PCs Still Vulnerable To Something by 1s44c · · Score: 2, Interesting

    Every single windows systems is vulnerable to something, it's just a matter of time until the right attack vector is tried.

    If you use windows you will get some kind of malware sooner or later. If you are lucky this will be something relatively harmless. If you are unlucky you have already been sending personal and company data to organized crime groups for some time.

    The big picture has not changed in many years. Windows is not fit to hold anything you don't want made public. Anti-virus software and firewalls are a band-aid not a fix.

  45. Patches suck by drx · · Score: 1

    Patches suck because it interrupts the user, gives the user the impression of being remotely controlled by some unknown entity and frequently patches break stuff for the user.

    Of course they fix security holes, but it seems people seem to mind less to be infected than being nagged with stupid patch messages popping up.

    The design of patch systems still has a long way to go before they really work,

  46. Re:wouldn't it be simpler to run a Linux distro .. by Anonymous Coward · · Score: 0

    Ok, you can do security updates. How about deploying software? What about configuring policies for things like disabling CD-ROM drives, enforcing screensaver timeouts, etc.

    Your post says more about your training and abilities than anything else. Apart from applications it's trivial and fast to do all the things you imply Linux can't do.

    In addition your "horribly, horribly complex" sounds like a management problem, not a software problem.

  47. Re:wouldn't it be simpler to run a Linux distro .. by rs232 · · Score: 1

    "There are far too many vulnerabilities in office docs, and no way for me to lock those programs down"

    I do this, set the msWord Viewer as the default for opening msWord docs, set normal.dot as readonly and use Open Office for editing msWord docs. Use Firefox and noscript for browsing and use anything but Outlook for email.

    "Ok, you've got open LDAP authentication .. You're also missing Group Policy"

    It really amazes me that Windows users need so many 'tools' for ding the simplest thing. The standard Linux directory structure allows for setting access to directories under a per group basis. Users can be members of a number of groups. All you have to do is set some rights on a directory.

    http://www.freeos.com/articles/3127/

    "Ok, you can do security updates. How about deploying software? What about configuring policies for things like disabling CD-ROM drives, enforcing screensaver timeouts, etc."

    Disabling CD-ROM drives is the same as setting access rights on a directory. See, no special 'tool' to do the job. All you do is set owner of the CD-ROM to group cdusers and deny access to all others. Similar for USB access.

    "We have 13 servers and over 100 individual pieces of software"

    Jeez, sounds a bit over designed for a few autocad drawings .. :)

    "our IT team is essentially two people"

    Given the size an complexity of your network that does surprise me. I have worked in a f400 international consultancy where they had an IT dept consisting of twelve people on the helpdesk, a senior IT manager, a networking guy, and someone who traveled round the building with a case load of install CDs. Reinstalling was such a regular occurrence, that they set up a dedicated Ghost server. Each desktop station had two Ethernet connections, one for the Internet and one directly connected to the Ghost server, plug in the Ghost server and reboot and in went into install mode.

    The support staff spent most of their time remaking Exchange profiles. Every so often the Fax server and printers would go offline, and no one could figure out why?

    "and we have enough free time to do things properly, actively planning and testing projects for future deployment"

    I have a box running openSuSE 9.0 as a SMB server, I haven't had to touch it on over ten months ...

    --
    davecb5620@gmail.com
  48. overpaid for free by woolio · · Score: 1

    ESET Smart Security. Best $50 I've ever spent on software (except maybe The Orange Box).

    ZoneAlarm. Best $0 I've ever spent for Windows software.

  49. RPC -- can be enabled but not bound! by woolio · · Score: 1

    What this thread is missing is that RPC need not be bound to a network interface! It is possible to close virtually every port off based upon windows configuration alone (i.e. without firewall software or the XP/Vista firewall). Heck, RPC listening on a network interface is not even necessary to access windows file shares.

  50. Re:Has anyone seen my bagels? by badkarmadayaccount · · Score: 1

    This is new. Interesting... I wonder who they target... Oh, wait... NVMND

    --
    I know tobacco is bad for you, so I smoke weed with crack.
  51. Re:Worm Holes by JWSmythe · · Score: 1

        For some reason, when I read the question, I thought "tiny elephants".

        Either that, or an elephant with tapeworms, but I don't think that was the purpose of this mental exercise. :)

    --
    Serious? Seriousness is well above my pay grade.