Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Gartner Group Suggests Dumping IIS For Now

Posted by timothy on Mon Sep 24, 2001 02:19 PM
from the dump-dump-dump dept.
sachmet is one of the many readers who contributed news that "Gartner Group is now recommending that IIS be replaced in corporate environments. This is based on the fact that TCO for IIS is rising due to the almost-weekly patches sent out by MS, and even then, it's nearly impossible to get patched quickly enough. Best part: 'Gartner remains concerned that viruses and worms will continue to attack IIS until Microsoft has released a completely rewritten, thoroughly and publicly tested, new release of IIS,' which they say has an 80% chance of happening by the end of next year." Gartner hasn't always said favorable things about Linux systems in the workplace, but the businesses that rely on this type of analysis to justify purchasing decisions may find this one interesting. Update: 09/24 22:04 GMT by T :As several people have pointed out, the 80% figure appears to be Gartner's odds that IIS won't be rewritten that soon, rather than the other way around (.673334 probability).
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • wow... (Score:4, Interesting)

    by Wakko Warner (324) on Monday September 24 2001, @02:22PM (#2342822) Homepage Journal
    Gartner Group is usually not this anti-Microsoft, but given the events of the past week (who DIDN'T get hit by Nimda?), I can see why they're advocating switching, at least for the time being.

    At work, we've been on-and-off contemplating switching a lot of our servers from IIS to something else. Our Linux and OpenBSD and Solaris boxes are all fine, but our unpatched IIS servers (the ones I don't admin, go fig) all got trashed. If you're gonna lose a day or two of work every month and you're paying the "cleanup people" $50 an hour or more, you can damn well bet you'll either start looking for new employees or new software.

    - A.P.
    • Re:wow... by Anonymous Coward (Score:1) Monday September 24 2001, @02:35PM
      • Re:wow... by SilentChris (Score:2) Monday September 24 2001, @10:43PM
    • Security (Score:5, Interesting)

      by quantum bit (225091) on Monday September 24 2001, @03:15PM (#2343002) Journal

      (who DIDN'T get hit by Nimda?)

      I didn't. IIS can be secured -- many things that MS releases patches for are not exploitable if you follow sane security practices. Stuff like deleting all the ISAPI crap that comes in the default setup, and putting your web root in a nonstandard location (preferably on a different partition), deleting all sample files, enforcing proper filesystem permissions, and running any applications in an isolated process.

      Of course, one of the advantages of Apache is that it ships in a relatively secure configuration by default, it's better for dummys who install stuff and plug it into the network without bothering to check the configuration. It's a whole lot better by default than IIS, that's for sure. Most of the MS patches are for various add-ons like index service that most people don't use anyway and should be shut off.

      DISCLAIMER: I use Apache for the primary web server for the business I work at. We run IIS as the secondary server for load-balancing and have yet to be compromised by anything, even though patches don't always get applied immediately (usually pretty soon after release though). I think Apache is great, but want to point out that anything can be secured if you put some effort into it.

      [ Parent ]
      • Re:Security by AugstWest (Score:1) Monday September 24 2001, @03:48PM
        • Re:Security by wcb4 (Score:1) Monday September 24 2001, @03:54PM
          • Re:Security by jallen02 (Score:1) Monday September 24 2001, @03:58PM
            • Re:Security by DavidJA (Score:1) Monday September 24 2001, @04:36PM
              • Re:Security by jallen02 (Score:1) Monday September 24 2001, @05:17PM
              • Re:Security by Blackneto (Score:1) Monday September 24 2001, @11:36PM
              • Re:Security by jallen02 (Score:1) Monday September 24 2001, @10:51PM
              • Re:Security by webcrafter (Score:1) Tuesday September 25 2001, @03:23AM
              • 1 reply beneath your current threshold.
          • Re:Security by AugstWest (Score:2) Monday September 24 2001, @04:06PM
          • Re:Security by sharkey (Score:2) Monday September 24 2001, @04:12PM
          • Re:Security by ncc74656 (Score:2) Monday September 24 2001, @04:15PM
            • Even simpler by dameatrius (Score:1) Monday September 24 2001, @04:56PM
            • Re:Security by larzgold (Score:1) Monday September 24 2001, @05:41PM
            • Re:Security by Paul Komarek (Score:2) Tuesday September 25 2001, @03:02AM
          • Re:Security by sphealey (Score:2) Monday September 24 2001, @06:29PM
          • Re:Security by shyster (Score:2) Monday September 24 2001, @07:41PM
      • Re:Security by biohazard99 (Score:1) Monday September 24 2001, @06:05PM
      • Re:Security by ttfkam (Score:2) Monday September 24 2001, @07:39PM
      • Re:Security (Score:4, Interesting)

        by plover (150551) on Monday September 24 2001, @07:49PM (#2344697) Homepage Journal
        That's all well and good, but you solved .001% of the problem.

        Like everyone else, I found myself gettting hammered by Code Red infested servers when this whole thing came down last month. So I went and did a few directories on several of those machines using the newly installed back doors just to see what was going on. Know what I found? They were ALL default installations of Win2K, and most were installed sometime early in August (based on the dates of some of the directories I found. Many of those machines still served up the IIS default page when I checked.) It was evident that someone simply dropped in the CD, clicked on some install button, and called it done. And *I* suffered for it.

        You cured ONE machine, and for that I thank you. As you say that a smart admin will prevent these problems, but that's not true enough. These machines are owned by cable-modem morons that don't understand that they've just become an admin. They dropped in a CD and checked a box that said "Make this computer a web server." Then they probably invited their friends over to see their awesome Quake playing machine.

        That's why IIS is not a winning recommendation, but the people who need to know this wouldn't know the Gartner group from a garter snake.

        [ Parent ]
        • A solution! by plover (Score:3) Monday September 24 2001, @10:35PM
          • Re:A solution! by PhilHibbs (Score:1) Tuesday September 25 2001, @03:15AM
            • Re:A solution! by Znork (Score:2) Tuesday September 25 2001, @03:44AM
            • Re:A solution! by Omnifarious (Score:1) Tuesday September 25 2001, @06:37AM
      • Re:Security by SimCash (Score:1) Tuesday September 25 2001, @11:10AM
      • Re:Security by KingAdrock (Score:1) Monday September 24 2001, @04:15PM
        • Re:Security by quantum bit (Score:1) Monday September 24 2001, @08:44PM
        • 1 reply beneath your current threshold.
      • Re:Security by iMMersE (Score:1) Tuesday September 25 2001, @08:41AM
        • 1 reply beneath your current threshold.
      • Re:Security by quantum bit (Score:1) Tuesday September 25 2001, @09:55AM
      • 2 replies beneath your current threshold.
    • New MS slogan.. by nickmdf (Score:2) Monday September 24 2001, @03:34PM
    • Re:wow... by sheldon (Score:3) Monday September 24 2001, @05:50PM
      • Re:wow... by Paul Komarek (Score:2) Tuesday September 25 2001, @03:16AM
        • Re:wow... by sheldon (Score:2) Tuesday September 25 2001, @12:59PM
    • Re:wow... by onki (Score:1) Monday September 24 2001, @06:54PM
    • For the time being? by crucini (Score:2) Monday September 24 2001, @08:52PM
      • 1 reply beneath your current threshold.
    • Re:wow... by n-baxley (Score:1) Tuesday September 25 2001, @11:10AM
    • Re:wow... by Non-Newtonian Fluid (Score:2) Monday September 24 2001, @02:38PM
      • Re:wow... by jiheison (Score:1) Monday September 24 2001, @03:38PM
    • Re:wow... by Anonymous Coward (Score:2) Monday September 24 2001, @04:41PM
    • 4 replies beneath your current threshold.
  • Dumping IIS? (Score:5, Funny)

    by Guillaume Ross (517391) <guillaume@aliencow.com> on Monday September 24 2001, @02:22PM (#2342824)
    Isn't it one of the greatest P2P app out there for automatic file sharing?
    • Re:Dumping IIS? by sharkey (Score:2) Monday September 24 2001, @05:36PM
    • 1 reply beneath your current threshold.
  • credibility by Anonymous Coward (Score:2) Monday September 24 2001, @02:22PM
  • by Rev.LoveJoy (136856) on Monday September 24 2001, @02:23PM (#2342832) Homepage Journal
    Are any of the linux companies activly promoting reviews such as this by offering to replace the *functionality* of IIS in corporate environs?

    Just curious,
    - RLJ

  • Gartner Leads Way (Score:3, Interesting)

    by gus goose (306978) on Monday September 24 2001, @02:23PM (#2342837) Journal
    At least they appear to not be using IIS themselves, although their web-server has no indication of what server is behind it. This in itself indicates that it is not IIS.

    Gartner wields a lot of influence, and this will raise heads. Congratulations.

    gus
  • Replace it with what tho? by purduephotog (Score:1) Monday September 24 2001, @02:24PM
  • by davidfsmith (81296) on Monday September 24 2001, @02:25PM (#2342850) Homepage
    To be honest i'm surprised it took this long for a report like this to appear, I maintain a small network in a small company, we have mainly win machines except for one server and my laptop... the overhead on keeping the win machines patched (5 on the network) is crazy, I spend too much of my valuable time hunting down patches for machines.... luckily at the moment IIS is shutdown as all of the dev work is being completed on linux. however I have to keep the patches up to date otherwise I'll be spending a week or 2 updating the server in a month or so time.

    Will MS really write a new IIS from scratch I doubt it, and if they did would it really improve on where things are now.... it would take n months to write, beta and then lauch IIS+ 1.0 then people would want to know it was ok, some would try it, but most people would want to see IIS+ 2.0 before moving their web applications to it..... timescale ? how long is a piece of string.... and would it be any better, would MS allow external code reviews (or opensource) to ensure that IIS+ was better / secure. I doubt it....

    Regards
    Dave
    ----
    "Iceberg dead ahead..... oh sorry, only joking !"
  • Now THATS Funny... (Score:4, Funny)

    by FatHogByTheAss (257292) on Monday September 24 2001, @02:27PM (#2342856)
    I've quit jobs due to PHB reliance on the morons over at Gartner.

    "Unix will be a dead OS in three years." Quoth one, on his reasoning behind implemening MS solutions for the enterprise. (~ 1995)

    An expensive Gartner "analyst" told him so.

    Shoulda gave me that budget...

    HooHa!
    • Re:Now THATS Funny... by Dexx (Score:1) Monday September 24 2001, @02:39PM
    • PHB ... by Midnight Thunder (Score:1) Monday September 24 2001, @04:15PM
      • Re:PHB ... by Lonath (Score:1) Tuesday September 25 2001, @03:10PM
      • 2 replies beneath your current threshold.
    • 2 replies beneath your current threshold.
  • Great but... by drodver (Score:2) Monday September 24 2001, @02:27PM
    • Re:Great but... by dreamquick (Score:1) Monday September 24 2001, @02:35PM
    • Re:Great but... by Mr. Slippery (Score:3) Monday September 24 2001, @03:33PM
    • Re:Great but... by daviddennis (Score:2) Monday September 24 2001, @03:37PM
    • Gimme a break! (Score:5, Informative)

      by JediTrainer (314273) on Monday September 24 2001, @03:50PM (#2343177)
      Rewriting is always an option. It's not a pretty one, but it CAN be done if you're dedicated enough.

      Case in point - last year I saw the dead-end coming for my company's Enterprise solution, which was written in ASP/COM. The argument (er... *ahem*, discussion) I had with the higher-ups concluded that we HAD to continue moving forward. We couldn't wait 6 months for a rewrite (ambitious at best).

      Fine, I said. Then let me do everything concurrently. Here's how it works:

      Install Tomcat [apache.org] onto your Windows NT Server running IIS, along with JRE 1.3 and the HotSpot Server.

      Link Tomcat in with IIS using the mod_isapi.dll you can get from the Tomcat site. Also install Tomcat as a service using jk_nt_service.exe.

      Keep your Java session abstracted. The main session remains as-is within your ASP application. Write a bit of java.net code to hook in through a custom ASP page (note: security - ordinary clients can't access this page) to retrieve and update any session variables. This can be done by reading the ASPSESSION cookie, and spoofing it in your requests to IIS.

      Any NEW components, write in Java. Remember - session variables get retrieved and saved from the ASP side still.

      As you're working on new components, when you can arrange it, convert old components to Java one by one. Session still remains on ASP.

      Wash, rinse, repeat until all components have been written in Java. Once this is done, convert your login into Java, and change your abstracted Session to be a Java session instead of hooking into IIS for the ASP one.

      Voila. You are now 100% Java. Now get rid of IIS and switch to something else. This is the approach that my team took to rid ourselves of the VB horror that someone left me when I joined. It took about 8 months of solid effort, but it worked. We are now rid of all reliance on MS technologies from our site. We also managed to do it quickly because of good code layout, and the use of the most wonderful Velocity templates also available from the Jakarta site. This helped a lot.

      The point is, you CAN do a rewrite. What you usually are NOT allowed to do is a code freeze. So... work around it! The beauty of this solution is that you are running two separate applications (technically) for a time. Keep a consistent look, and the users can't tell the difference between the ASP and the Java side. Change one function at a time, slowly, and eventually you'll reach the Utopia you're looking for.
      [ Parent ]
    • Re:Great but... by KC7GR (Score:1) Monday September 24 2001, @04:09PM
    • Re:Great but... by Teferi (Score:2) Monday September 24 2001, @04:40PM
    • 1 reply beneath your current threshold.
  • OH MY GOD! (Score:5, Funny)

    by Anonymous Coward on Monday September 24 2001, @02:27PM (#2342862)
    My PHB just saw this, screamed "MY PARADIGMS ARE MELTING!" and collapsed into a pile of goo. Many thanks to the Gartner Group!
  • Actually... (Score:5, Informative)

    by base2op (226729) <spambait@bunkergate.org> on Monday September 24 2001, @02:27PM (#2342866) Homepage
    There is an 80% chance of it not happening by the end of 2002:

    Gartner believes that this rewriting will not occur before year-end 2002 (0.8 probability).

  • There's TCO on Apache, too. (Score:4, Interesting)

    by iturbide (39881) on Monday September 24 2001, @02:29PM (#2342884) Homepage
    The problem is not just that IIS is a vulnerable piece of crap. The problem is the point and click admins who can only run setup and never ever will check for patches.

    So you ditch IIS and install Apache. Do you honestly think that the guy who couldn't be bothered to update it will be bothered to check for Apache vulnerabilities and fixes?

    Yes, because you will have to ditch that guy! And your new unix-savvy admin will be more expensive.

    Oh well, only a matter of time before they think of that. The product is only as good as it's admin, and certainly not better.
  • by Pinball Wizard (161942) on Monday September 24 2001, @02:32PM (#2342899) Homepage Journal
    From the article...


    using Internet-exposed IIS Web servers securely has a high cost of ownership. Enterprises using Microsoft's IIS Web server software have to update every IIS server with every Microsoft security patch that comes out -- almost weekly.


    I imagine you would need to patch Apache fairly regularly as well. Its not like its immune to worms or security holes. In fact, apache.org [apache.org] was compromised this year due to a security hole.


    I am in the process of converting from a Windows based web server to Debian/Apache, and the process is not without its problems. On the first try, Debian did not pick up both processors on my machine. Also, using mySQL, I can consistently crash my machine by trying to index a 5 million row table.


    So, I have some problems. As you might when converting from Windows to Linux. Where do I go? I can't just call my Debian rep and ask him to help me fix my problems. I have to hunt for the answers and spend a lot of time figuring out just what the heck is wrong with my system.


    So keep this in mind if you are switching because of TCO costs. Yes, you will need to patch once a week sticking with Windows. However, I don't think this report fully explains everything that may be involved when figuring out the TCO for a Linux system.


    That said, I expect to be able to solve my problems and end up with a very nice server.

  • Why you shouldn't just depend on one OS... by nairnr (Score:2) Monday September 24 2001, @02:32PM
  • 80% chance of brand new IIS next year??? by Khazunga (Score:1) Monday September 24 2001, @02:33PM
  • you know what'll happen (Score:5, Interesting)

    by Dr. Awktagon (233360) on Monday September 24 2001, @02:33PM (#2342913) Homepage
    More and more of these IIS "syadmins" (using the term loosely) will install Unix/Linux boxes, and forget about them, just like they installed the IIS boxes and forgot about them.

    Then someone somewhere will find some little bug in some pre-installed convenience, some PHP shopping cart, some admin tool, some default password, something that comes on each machine. Then we'll have the same problem with some crazy Linux worm. And this time I bet the clueless M$-0wn3d media won't call it an "Internet worm", they'll be sure to call it a "Linux worm"!

    Of course I could be wrong. Maybe Microsoft really can't code a proper webserver. But I think having sysadmins awake and at the wheel will help too.

    Hmm, how about a web server that emails the admin saying "This web server will shut down in 15 days unless you run the up2date tool" or something similar? To force people to check for upgrades.
  • Will anyone listen though by bryan1945 (Score:1) Monday September 24 2001, @02:34PM
  • will never happen by iguana (Score:1) Monday September 24 2001, @02:36PM
  • Will that make PHBs switch? by lightspawn (Score:1) Monday September 24 2001, @02:36PM
  • Probably NOT by consumer (Score:1) Monday September 24 2001, @02:37PM
  • Any step-by-step manuals out there? by jdgreen7 (Score:2) Monday September 24 2001, @02:37PM
  • 80% chance? by spagiola (Score:1) Monday September 24 2001, @02:37PM
  • Favoring Linux? by NitsujTPU (Score:2) Monday September 24 2001, @02:37PM
    • by MillionthMonkey (240664) on Monday September 24 2001, @04:02PM (#2343261) Journal
      Tim O'Reilly wrote a Salon article [salon.com] back in November 1999 about the obstacles M$ places in the path of people who want to run alternative web servers on NT:

      In fact, the rise of Microsoft's Internet Information Server (IIS) as the dominant Web server on NT shows much the same pattern as the rise of IE as the dominant browser: Microsoft got pole position by exercising its unique leverage as an operating system vendor.
      Originally IIS, Web server software that runs only on the NT operating system, was bundled "free" with a version of NT called NT Server. Web server vendors such as Netscape and O'Reilly responded by pointing out in our advertising and PR that if customers ran our third-party Web server software on NT Workstation (a less expensive version of NT, which came without the IIS Web server software), they would end up with a more powerful server than Microsoft's IIS running on NT Server -- and it would cost less too.
      Much as it had done by bundling the browser with Windows 98, Microsoft was bundling an application -- the IIS Web server -- as part of an operating system, (NT Server). But in this case, the company offered another version of the same operating system without the bundle, (NT Workstation). It seemed natural to competitors to offer our products on top of the version of the operating system that came without IIS.
      It did not, however, please Microsoft that we did so. In June 1996 Microsoft responded by changing [ora.com] the license to NT Workstation to prohibit its use as a server platform. (At first, the company went further, and actually crippled the version of TCP/IP provided in NT Workstation, but the outcry from users forced it to backtrack.)
      Microsoft argued, quite rightly, that it had the right to create two different versions of NT, with different price points, and different functionality. But the company went a step further, and used its operating system license (and more specifically the license to the parts of the operating system that implemented TCP/IP, an industry standard protocol) to prohibit the use of third-party applications that duplicated the functionality of Microsoft's more expensive platform.
      Microsoft's public rationale for the policy -- that it was protecting its customers because NT Workstation was not suitable for use as a server operating system -- was proven false by my colleague, former O'Reilly editor Andrew Schulman (working with Mark Russinovich). Shulman and Russinovich demonstrated [ora.com] that it was possible to convert NT Workstation to NT Server by changing only a few registry entries. NT Workstation contained all of the same program code as NT Server; the code was simply disabled, and some additional applications bundled.

      This is admittedly an old story; I don't know if M$ is still legally implementing this particular "innovative" license restriction nowadays. Does anybody know?
      [ Parent ]
    • 2 replies beneath your current threshold.
  • The problem (Score:3, Interesting)

    by Rick the Red (307103) <Rick...The...Red@@@gmail...com> on Monday September 24 2001, @02:37PM (#2342956) Journal
    The problem is that the crackers and script kiddies attack the lowest common denominator. In this case it's IIS and other Microsoft wares. But what if Gardner suceeds and the Fortune 500 dump IIS and switch to Apache? When that happens the safe thing to do will be to use the less-common and thus less-attacked IIS, because the crackers will make Apache too expensive to use. In other words, once again the best course of action is to do exactly the opposite of what Gardner recommends.

  • C|Net article by VP (Score:1) Monday September 24 2001, @02:38PM
  • by jsveiga (465473) on Monday September 24 2001, @02:38PM (#2342962)
    Take a look at the data at:
    http://www.securityspace.com/s_survey/data/20010 8/ index.html

    Since July IIS market share has been falling.

    Check the .mil, and .br graphs!

    The share is flowing to Apache and Netscape servers.

    Joao
  • Kind of ridiculous... by cowboy junkie (Score:2) Monday September 24 2001, @02:38PM
  • Foot in the door... (Score:4, Insightful)

    by Zergwyn (514693) on Monday September 24 2001, @02:39PM (#2342979)
    "...but the businesses that rely on this type of analysis to justify purchasing decisions may find this one interesting."


    One of the biggest problems with getting Linux, OpenBSD, or any new OS widely adopted is that it costs a great deal to switch to a new system once a business has standardized on a different solution. So many corporations decided to use WinNT, and having made the investment need a great deal to sway them to something better. It has to be something very big, and these virii may do it. This could be good news for OS's competing with M$, because the investment thing works both ways. Once Linux is installed, companies are less likely to go back to Windows NT...

  • 80% chance by pete-classic (Score:1) Monday September 24 2001, @02:40PM
  • Ummm... (Score:3, Insightful)

    by Kevinb (138146) on Monday September 24 2001, @02:40PM (#2342986) Homepage
    'Gartner remains concerned that viruses and worms will continue to attack IIS until Microsoft has released a completely rewritten, thoroughly and publicly tested, new release of IIS,'

    Am I the only one who thinks this is the absolute wrong thing to do? As vulnerable as IIS has proved as of late, completely rewriting any piece of software runs the risk of not only reintroducing old exploits but possibly generating new ones. IIS is a very complex piece of software with years of thorough public testing (in the form of live deployments) already in place. By completely rewriting it, you throw out that experience and start from zero.

    • Re:Ummm... by pkesel (Score:1) Monday September 24 2001, @03:46PM
    • Re:Ummm... by johnnyb (Score:2) Monday September 24 2001, @03:46PM
    • Re:Ummm... (Score:5, Interesting)

      by stilwebm (129567) on Monday September 24 2001, @03:51PM (#2343182)

      By completely rewriting it, you throw out that experience and start from zero.

      I'd have to disagree with you on that one. They won't throw away the old experiences, in fact they will prove quite valuable. Most programmers encounter parts of a project that they would change if there were not the possibility of breaking things or hurting backwords compatability. When they start from the ground up, they can look at what worked well and what did not work well. Features that were added to later releases had to be designed to use the existing code base, which is often suboptimal. When they have a good idea of the types of features they will use (and even trends for adding features) they can make those features more optimal. It also makes it easier to understand the code in the short term. It is hard to understand code written years ago by yourself, and it is especially hard to understand code written by someone who left the company years ago. I'm sure bugs will be introduced, but it is much easier to prevent security problems if you start from the scratch (hint: check for buffer/stack overflows everywhere). When you rewrite, you draw heavily on previous experience, and get the chance to write things with more knowledge than you had when you wrote them a long time ago the first time around.

      [ Parent ]
  • About to respond by NineNine (Score:1) Monday September 24 2001, @03:29PM
  • Dear Gartner (Score:5, Funny)

    by Anonymous Coward on Monday September 24 2001, @03:29PM (#2343020)
    Sorry I was late with the usual monthly cheque. I assure you that this will never happen again.


    Love,
    Bill

  • If It Weren't For Microsoft.... (Score:3, Redundant)

    by quakeaddict (94195) on Monday September 24 2001, @03:30PM (#2343023)
    What would /. use for stories?

    Think about it guys...1/2 of the discussion today involves MS.

    If you guys hate MS so much why do you spend so much energy talking about it?

  • Microsoft Revamping of Software by huckda (Score:1) Monday September 24 2001, @03:30PM
  • woah great. by garcia (Score:2) Monday September 24 2001, @03:30PM
  • A Dose of Reality by quakeaddict (Score:2) Monday September 24 2001, @03:35PM
  • by Sierpinski (266120) on Monday September 24 2001, @03:42PM (#2343113)
    In recent dealings with the latest worms, I found a tool from Microsoft called Hfnetchk [microsoft.com] that will, with a valid connection to the internet, tell you exactly what patches you do or do not have installed. They cross list them by article (eg Q123455) and also by another form (eg MS01-077).

    We're running Windows 2000 Adv Server (yeah yeah, I know, but we don't have the Cold Fusion package for Linux) with IIS 5, and were having an average of 30-45 minutes uptime before getting blasted by the worm(s).

    After using the hfnetchk and downloading quite a few patches (burn them to a CD, having to reload the system isn't out of the question, even if it is working now), we have had about 5 days uptime, and *knocks on wood* no infections, although the log says there have been attempts.

    Even though I'm spoiled to the ease at which I can find Linux updates, I found that the tool was very useful, especially since Microsoft's site is so unorganized when it comes to downloading patches and updates (I want a list, not having to search for something, especially when it never works right) that this tool was a big time saver for me.
  • Every week???? by tsmit (Score:1) Monday September 24 2001, @03:43PM
  • Gartner by RandomFactor (Score:1) Monday September 24 2001, @03:44PM
  • 80% or a rewrite by end of 2002 by Erore (Score:1) Monday September 24 2001, @03:45PM
  • TCO Stats? by scott1853 (Score:2) Monday September 24 2001, @03:45PM
    • Re:TCO Stats? by scott1853 (Score:1) Tuesday September 25 2001, @07:51AM
    • 1 reply beneath your current threshold.
  • brain-damaged sysadmins (Score:4, Interesting)

    by maxpublic (450413) on Monday September 24 2001, @03:46PM (#2343138) Homepage
    Imagine if business did dump all of it's IIS servers and replaced them with Apache - how many 'point and click' admins would suddenly be unemployed?

    I mean christ, I hear people complaining about how complicated Apache is in comparison to IIS and I think to myself "if you can't figure this shit out, you have no business being a network admin because YOU'RE TOO STUPID TO DO THE JOB!".

    Seriously, any network admin that bitches about Apache (which is bloody easy to use, in comparison to most previous tools) is too fucking braindead to be let anywhere near a server. Switching to Apache would at least show an organization where some of its dead weight is in the IS department.

    Max

  • Good news for Linux/Apache consultants by flatrock (Score:2) Monday September 24 2001, @03:46PM
  • Outlook should be non-recommended too by 101010 (Score:1) Monday September 24 2001, @03:47PM
    • 1 reply beneath your current threshold.
  • Hacked? by Pierre (Score:1) Monday September 24 2001, @03:47PM
  • Complete rewrite is exactly the wrong thing to do. by PhipleTroenix (Score:1) Monday September 24 2001, @03:50PM
  • by jd (1658) <[imipak] [at] [yahoo.com]> on Monday September 24 2001, @03:51PM (#2343184) Homepage Journal
    Firstly, this is one of the few times the Garner Group has openly critisised a Microsoft product. Given that they -are- a major group, this has to be taken seriously, whether you trust them to tie their own shoelaces or not.


    Secondly, the timing couldn't be worse for Microsoft. With XP only just hitting the shelves, this has the potential to seriously cripple the uptake of the new OS. (Note: I'm saying "potential" as you're bound to get plenty of execs who argue that nobody ever got fired for buying Microsoft. Even when it puts the entire company's public profile at risk.)


    Thirdly, this also comes at a critical point in time, with respect to the European Union anti-trust investigation, the British fair trading investigation, and the US' very own anti-trust Lawsuit Revisited. Should the market-share of IIS continue to grow at the current rate, competitors may be able to argue the case that companies aren't heeding the report because they can't. That could seriously jeapordise Microsoft's arguments that they are not a monopoly, and that "future threats" could affect their market-share.


    (Let's face it - if this isn't a "future threat", I don't know what is.)


    Fourthly, this comes at a time when the economy is seriously wounded, and yet Microsoft's pricing continues to rise. As other posters have noted, this might persuade some accounts departments to start pushing the alternatives.


    Lastly, homeless shelters are still pretty full, from the collapse of the dot-coms. This makes computer expertise very cheap. ("Will Code For Food" no longer sounds such a joke.) Thus, there is really little need to hold onto "old hands", who command high fees. You could probably pick up a webmaster and a couple of ASP/PHP/Perl gurus by going to the local K-Marts and asking the people collecting the carts. They'd cost a fraction of what most companies are paying for their IIS expert, and they'd probably worship the ground the management walk on.


    HOWEVER, this is purely speculative. Although what I've written is a plausable scenario, companies could equally well ignore the report, the anti-trust lawyers might deem it too tenuous to be usable in court (if they notice it at all), and Microsoft might remain King Of The Hill by sheer default.

  • New advert from M$ for servers shows sensitivity by ackthpt (Score:2) Monday September 24 2001, @03:56PM
  • So what you're saying.. by OblongPlatypus (Score:2) Monday September 24 2001, @03:56PM
  • What did they say before? by pkesel (Score:1) Monday September 24 2001, @03:58PM
  • Confused on this; help me (Score:4, Interesting)

    by ellem (147712) <.ellem52. .at. .gmail.com.> on Monday September 24 2001, @03:58PM (#2343231) Homepage Journal
    --Say you're a good MS admin and you ghave dutifully patched up your IIS machine and never got hit with Code Red or Nimda on your servers BUT your Win9x users who don't run Outlook (Express either) go to an infected webpage: How will not using IIS help?

    --Yes the patch was there for months; but SARC (et al) was cuaght off guard, .DAT files were'nt ready until the next day and the "Fix" is so-so at best.

    --I"m not blaming anti - virus companies but I am confused how IIS is the sole badguy.

    --You can get hit with this thing from many directions (assuming WinXX.)

    --Gartner even says you "Can't Patch Fast Enough"
  • My take - by Jeremiah Cornelius (Score:1) Monday September 24 2001, @03:58PM
  • by mikej (84735) on Monday September 24 2001, @03:59PM (#2343237) Homepage
    The submitter says that IIS needs to be rewritten, something that "[Gartner says] has an 80% chance of happening by the end of next year." This is incorrect.

    The actual quote is: "Gartner believes that this rewriting will not occur before year-end 2002 (0.8 probability)." That means there's an 80% probability that the preceeding statement is true, and that statement is that MS will _not_ have completed a rewrite in that timeframe.

    So instead of MS being 80% likely to fix the problem, they're 80% UNlikely to do so in the timeframe specified.

  • Configure, don't patch (Score:5, Insightful)

    by Ratbert42 (452340) on Monday September 24 2001, @04:01PM (#2343254)

    Do what I do. I'm too f-ing lazy to keep up with the weekly patches. So I spent a couple hours a year ago and properly configured my IIS servers, following the published checklists. Now I review bug after bug and say "ok, that one can't impact me so I'll patch it later."

    There is no reason a properly configured but completely unpatched IIS 4 or IIS 5 server could not have survived both the Nimda and Code Red worms.

    Nimda made use of the Unicode directory traversal bug, which only lets you move around on the drive where the web documents are stored. Move the wwwroot to another drive, set file permissions as tight as possible, remove the sample applications, and you would have been safe. Every one of those is on any decent IIS admin's checklist.

    Code Red made use of a bug in the Index Server. Removing unused mappings is near the top of every decent IIS admin's list. In fact, one IIS server I have didn't have the patch applied when Code Red hit. I didn't bother to apply it until almost a month later.

  • What does this mean for .Net? by PineHall (Score:1) Monday September 24 2001, @04:09PM
  • Gartner blah by drwho (Score:1) Monday September 24 2001, @04:09PM
  • by ballpoint (192660) on Monday September 24 2001, @04:09PM (#2343308) Homepage

    System 1: IIS on Windows NT:

    • monthly: download patch (click), execute it (click, click, click) and reboot (click, click, click)
    • quarterly: reboot crashed system
    • infected: never (yet)

    System 2: standard Mandrake-Linux distro with manual install of current versions of Apache, PHP, mySQL, OpenSSL and mod_ssl.

    • daily: Mandrake distro stuff:
      • Read email sent by Mandrake Security Announce .
      • Determine if the Security Announce concerns your installation. It does.
      • MandrakeUpdate the rpms as needed. Skip rpms that are wrongly marked as dependent on something you don't want to update. (Why is xyz dependent on emacs of all things ?)
      • Download the skipped rpms manually, and rpm -U.
    • fortnightly: other stuff:
      • Check apache.org, mysql.com, php.net, modssl.org and openssl.org for updates as your attention gets caught by security bulletins.
      • download source code, tar gxf; ./configure --with-abc=def .......; make; su; make install; exit. Repeat, repeat, repeat, repeat due to interdependencies and changed config options. su; apachectl stop; sleep 5; apachectl startssl; enter passphrase; exit; gedit broken .conf files and repeat, repeat, repeat.
    • yearly: reboot the system (uptime: 305 days and counting)
    • infected: never (yet)

    Now which system do you want to administer today ?

  • 80% chance of it NOT happening by eoy 2002 by Baboshka (Score:1) Monday September 24 2001, @04:18PM
  • At least one line is a load of crap... by Jayde Stargunner (Score:1) Monday September 24 2001, @04:19PM
  • *Sigh* by szcx (Score:2) Monday September 24 2001, @04:21PM
  • Gartner's crystal ball is broken (Score:4, Insightful)

    by Tony Shepps (333) on Monday September 24 2001, @04:39PM (#2343473) Homepage
    If there's anyone reading this who's in charge of "decision-making" at the "enterprise level" --

    The question you should be asking yourself is not "Should I be replacing my IIS systems with Linux+Apache?" but, rather, "If I am relying on Gartner for recommendations on conditions in the future, why didn't they see this coming a year ago?"

    Well more than a year ago, the security benefits of open source were explored not only by /. but by almost every pundit on the web. Where was Gartner? Wouldn't it have saved you a ton of money if they had pointed out the probability of problems with security and patching in 1999 instead of late 2001? Isn't it amazing that they were near last to the table with this finding?

    Why does Gartner put probabilities on their expectations without showing their work? Does anyone go back in history and look at these probabilities?

    Doesn't Gartner have an interest in pressing the solutions that people expect them to press? And here's a HUGE question... if you're using the exact same solutions as every one of your competitors, are you prepared to give up the idea that IT could give your company a competitive advantage? Do your bosses agree with this?
  • Simple Answer? by DavidJA (Score:1) Monday September 24 2001, @04:49PM
  • Dumping IIS? Not very realistic by Hooky1963 (Score:1) Monday September 24 2001, @04:57PM
  • Duh!? by --daz-- (Score:2) Monday September 24 2001, @05:07PM
  • Keep in mind that not using IIS is != Pro-Linux by OS24Ever (Score:1) Monday September 24 2001, @05:18PM
  • Keeping up with Patches is Hard in a Corp Evironme by larzgold (Score:1) Monday September 24 2001, @05:30PM
  • asp? by wobblie (Score:1) Monday September 24 2001, @06:18PM
  • Slagging of IIS: Poor sysadmin problem by HaggiZ (Score:1) Monday September 24 2001, @06:49PM
  • IIS and Updates by delus10n0 (Score:1) Monday September 24 2001, @07:04PM
  • I will say this much...it's an Admin issue by mbpark (Score:2) Monday September 24 2001, @07:06PM
  • Previous Advice by ClosedSource (Score:1) Monday September 24 2001, @10:15PM
  • Apache reverse proxy by spectro (Score:1) Monday September 24 2001, @11:44PM
  • Oh yeah, just switch.....no prob.... by zerofoo (Score:1) Tuesday September 25 2001, @12:31AM
  • Migration tool: ASP2PHP by Walles (Score:2) Tuesday September 25 2001, @01:52AM
  • This is finally a nice argument by lightweave (Score:1) Tuesday September 25 2001, @02:05AM
  • Microsoft 'not ready for prime time' by holdp (Score:1) Tuesday September 25 2001, @02:49AM
  • Gartner use... by PhilHibbs (Score:2) Tuesday September 25 2001, @03:29AM
  • Switching from IIS by linuxelf (Score:1) Tuesday September 25 2001, @06:10AM
  • Apache drop in replacement for IIS by criquet (Score:1) Tuesday September 25 2001, @07:50AM
  • Tim makes an understatement by Paul Bain (Score:1) Tuesday September 25 2001, @08:54AM
  • Blackhole these hits in Apache by babbage (Score:2) Tuesday September 25 2001, @01:28PM
  • Re:TCO? by rossz (Score:1) Monday September 24 2001, @02:32PM
    • Re:TCO? by np_geek (Score:1) Monday September 24 2001, @03:37PM
      • Re:TCO? by delus10n0 (Score:1) Monday September 24 2001, @07:09PM
    • 1 reply beneath your current threshold.
  • Riiight... by Svartalf (Score:2) Monday September 24 2001, @03:50PM
  • Re:WHAT BULL!!! by hyperstation (Score:1) Monday September 24 2001, @03:52PM
  • Re:Duh by ellem (Score:2) Monday September 24 2001, @04:03PM
  • 28 replies beneath your current threshold.
(1) | 2