Slashdot Mirror


Universities Taken Offline to Fight Worms, Viruses

chrismg2003 writes "Nationwide universities are opening their doors to new students but closing off their network services. The Blaster worm has caused universities to take drastic actions to protect their campus networks. Universities have gone as far as shutting down their entire resnet network and bringing it back up dorm-by-dorm after each computer has been certified worm-free. The ICMP ping requests alone have brought down my university's resnet multiple times and we are scrambling to clean the worm from all computers before it forces us to follow suit with other universities."

92 of 450 comments (clear)

  1. Can ISPs get with it too? by inertia187 · · Score: 4, Interesting

    Can we get the ISPs to do this too? It'd be really great if they'd just turn off a tiny manageable chunk of infected users and wait for them to call support. Support could then tell them to patch, or upgrade, or get some other type of clue. A really with-it ISP could just replace the web page the user wanted with a page that tells them to get with it.

    Problem is, any plan will cost money to support. Worse, it might prompt the users to just cancel their service. I can't imagine ISPs like that idea. At least with the universities, the students have no choice, pretty much.

    --
    A programmer is a machine for converting coffee into code.
    1. Re:Can ISPs get with it too? by The_K4 · · Score: 5, Funny

      ISP Guy: Your coputers Infected, get a patch.
      Customer: I can't download the patch, you've turned off my internet access

      That could be a problem :)

    2. Re:Can ISPs get with it too? by AuMatar · · Score: 3, Insightful

      No. My computer is patched, and I pay for web access. I will NOT put up with being shut down for no reason. Either they need to target the virus vectors, or don't do it at all. The minute my machine is ever turned off because someone near me has a virus is the minute I cancel my account and change providers.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    3. Re:Can ISPs get with it too? by dexter+riley · · Score: 4, Funny

      ISP Guy: In that case, let me E-mail it to you.

    4. Re:Can ISPs get with it too? by Anonymous Coward · · Score: 2, Interesting

      Sbcglobal is doing something very similar. They redirect all http requests (of computers with high traffic on port 135) to a page they have set up that tells how to download and install the correct patch.

    5. Re:Can ISPs get with it too? by Anonymous Coward · · Score: 3, Interesting

      Last night I installed W2K on a VMware virtual machine. The vmnetX devices weren't playing nice with iptables so I disabled my host based firewall to download SP4. This morning I got an e-mail from Speakeasy telling me they've recieved complaints about Blaster propagating from my ip! They gave instructions on how to fight the thing and told me they might have to block my service until the problem was taken care of. So yes, ISPs are willing to do what it takes.

    6. Re:Can ISPs get with it too? by colinramsay · · Score: 5, Interesting

      Here in the UK, NTL did just that. I'd taken down our firewall for about five minutes and in that time we contracted Blaster, which promptly got eaten by Welchia. I scanned for Blaster and applied the MS patch but didn't scan for Welchia...

      Next day, we try and go online only to be redirected to http://outbreak.ntli.net/ which told us they'd found that we were transmitting loads of data... they gave us links to blaster and welchia scanners and the MS patch. Until we stopped transmitting we weren't going to be allowed onto the net at large.

      Upon removing Welchia we were promptly allowed back online. I've never been very impressed with NTL before, but this sort of decisive action was very impressive.

    7. Re:Can ISPs get with it too? by BRTB · · Score: 3, Interesting

      They did, it's called W32/Nachi. Useless, just as destructive as the first one. Completely flooded out the network at the local Comm College here, we were sending out 20Mbit worth of random ICMP traffic Tuesday morning within about 15 minutes of the usual work-start-time before we caught it. Still working on getting rid of it internally... (no I'm not the sysadmin, just helpdesk)

    8. Re:Can ISPs get with it too? by dazk · · Score: 5, Interesting

      Where's the problem to shut people down but allow them to reach a server where all the relevant patches for the malware causing a shutdown is available? Might even be a proxy to official MS sites.

    9. Re:Can ISPs get with it too? by Lemmy+Caution · · Score: 3, Insightful

      Of course, you get to go right past airport security without stopping, too, because you know you're not a terrorist. Right?

    10. Re:Can ISPs get with it too? by Abcd1234 · · Score: 5, Interesting

      A few hours. You honestly think it'd take just a few hours to 1) take all the calls from a bunch of people who's net connection are shut down and 2) instruct them (and potentially walk them through) how to disinfect and patch their systems? Really. Frankly, I find it remarkable how naive you are...

      I absolutely agree with the original poster... if some idiot doesn't patch his box, I shouldn't suffer. If anything, set up rules at the upstream router to shut down his, and only his, connection (hell, you could automate this if you wanted). But don't you dare touch mine.

    11. Re:Can ISPs get with it too? by Grishnakh · · Score: 4, Insightful

      Sorry, I don't buy this argument. Suppose there's some terrible disease going around. However, there's a freely-available vaccine available for anyone who's not so lazy that they can't call a number and have a county health worker at their front door in 10 minutes to personally give them a shot. There's enough vaccine available for everyone in the whole country, and then some; however, the county health workers will only come if you call. There's public service announcements all over radio, TV, the internet, and public highway signs telling you all of this, so there's no way you can't know of it. Everyone at work talks about it. Lastly, this disease only affects some people. People with green eyes are naturally immune.

      But even with all this, lots of people for some reason are just too lazy or too stupid to get this vaccine. According to you, every place should be quarantined to make sure the disease doesn't spread further, even though this is going to be a major PITA to all those people who got vaccines, and all the green-eyed people who don't have any problem in the first place. This is stupid. What should be done is just let the disease run its course, just like we do with the flu every year. Anyone too lazy or stupid to protect themselves, given how easy it is to do and how impossible it is to not know better, deserves to die.

    12. Re:Can ISPs get with it too? by joebubba · · Score: 2, Informative
      ISPs are with it:

      access-list 100 deny udp any any eq 69
      access-list 100 deny tcp any any eq 135
      access-list 100 deny udp any any eq 135
      access-list 100 deny tcp any any eq 139
      access-list 100 deny udp any any eq 139
      access-list 100 deny tcp any any eq 445
      access-list 100 deny udp any any eq 445
      access-list 101 deny udp any any eq 1433
      access-list 101 deny udp any any eq 1434
      access-list 100 deny tcp any any eq 4444
      access-list 100 permit ip any any

      Add another one to block ping (temporarily until the viruses fizzle out) and Bob's your uncle. No need to cut innocent users off, just drop the packets.

    13. Re:Can ISPs get with it too? by DarkBlackFox · · Score: 2, Informative

      At my brother's campus, they distributed CD's with the necessary patches and scripts to remove the Blaster worm. A number of CDs were dispatched to each dorm with instructions to install, patch up, and pass on. Once this was done, a netadmin would come by to ensure everything was applied properly, and once checked off, internet access would be authorized for that MAC address.

    14. Re:Can ISPs get with it too? by Tripster · · Score: 2, Insightful

      As someone managing 2 cable plants with dialup and wireless pools mixed in I couldn't agree more. As soon as we saw our routers get wonky I investigated to see what it was, saw more than a dozen cable clients spewing garbage like crazy and promptly blocked them at the routers.

      Next I investigated what the worm was, it was Blaster and it was brand new, we noticed it before the virus companies released a thing. I found out what ports they were using and blocked those, those ports are now permanently closed since they have no use on the public internet and can easily be handled with a VPN connection.

      Then came SoBig.F, our mail servers became bogged down as infected hosts would send a message per minute or so, so now I have instructed the mail scanner to simply discard any incoming email with a .pif/.bat/.scr attachment, everything else is still clear and still goes through a virus scanner. The blocked extensions can be legitimately sent via .zip if someone really does want to send such a file.

      Oh, our users, appreciate the steps being taken to ultimately protect their systems and to help keep the network stable as possible.

      More broadband services need to actively block certain ports and strip attachments at the door. For those that don't want blocking then feel free to get your own T1 instead.

    15. Re:Can ISPs get with it too? by Thaelon · · Score: 2, Informative
      I live/attend school at a college with this very problem. Here's how we handle it:
      1. Shut off the ports in the infected individuals dorm ROOM (yes, we can do that).
      2. Wait for that person to whine (call or come in to the helpdesk) that their internet connection doesn't work.
      3. Make them run the patches that an email was sent out about back in Mid-August (Before school started).
      Even if it's the hapless uninfected roommate that calls, through him we can get his idiot roommate's computer cleaned and both of them back online in no time. (I mean if the idiot's machine is still infected at this point he's not very responsible anyway, so the roommate may be the only way to get it taken care of)

      We can even give them all to the person on a cd. Anybody who says:
      ISP Guy: Your coputers Infected, get a patch.
      Customer: I can't download the patch, you've turned off my internet access
      has obviously not had to deal with this, or is not very smart. I mean that is a "duh"-level problem.
      --

      Question everything

  2. Linux by Anonymous Coward · · Score: 5, Interesting

    This situation has affected me. I wonder how they will certify my Linux computer. They can't run their security checker stuff on it, as it doesn't even run windows. I may have to put up a patched XP install just to regain network access. Anyone got a spare copy to donate?

    1. Re:Linux by Odin's+Raven · · Score: 2, Informative
      Salo2112: That being said, on my network I used a free tool from MS that scanned all ip addresses on the subnet and it told me which PCs were vulnerable and which were not by ip address.

      geekoid: and the name of that tool is.....??

      I believe Salo2112 is referring to DCOM-KB826369-X86-ENU.exe

      The direct link is probably too long to avoid the /. lameness filters, so just go to Microsoft's Blaster Page and follow the link in the section for network administrators.

      --
      A marriage is always made up of two people who are prepared to swear that only the other one snores.
    2. Re:Linux by afidel · · Score: 4, Informative

      Sounds like the BSA audits. A company a friend works for runs all critical systems on some form of UNIX, the idiot "technician" from the BSA didn't understand that a company could run something other than windows and tried to find some way to install their scanner. He wouldn't leave for several days and the company couldn't use their systems during that time because the BSA guys were accompanied by sheriffs officers and a warrant specifying nothing be touched until the audit was completed so that no evidence was eliminited. Eventually the IT people at the company got the state crime lab computer people to tell the sheriff that the guy from the BSA was an idiot and that the company should be allowed to use their systems.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  3. Re:Places of Wisdom? by abh · · Score: 5, Insightful

    > upgrade to a more secure operating system. If you mean Linux, I assume you somehow are going to fund training all the students how to use it, along with getting all of the school's faculty and staff to support it, along with providing for Linux patch management efforts. Yeah, right. Back to the real world we go...

  4. Re:They should have patched IN JULY by dicepackage · · Score: 2, Insightful

    It doesn't work when most students bring computers in from home that are unpatched.

  5. Non-windows Students by fupeg · · Score: 5, Funny

    You should get a partial tuition refund if you don't use Windows, and thus the university's IT doesn't have to worry about you.

    1. Re:Non-windows Students by dboyles · · Score: 2, Insightful

      You should get a partial tuition refund if you don't use Windows, and thus the university's IT doesn't have to worry about you.

      Since when does using Linux mean IT doesn't have to worry about you? A friend of mine set up a Linux box a few years ago. ITS showed up at his office and shut his computer down because it was (unintentionally) DDoSing the DHCP server.

      I'm a Linux user as well, but I certainly don't think that it solves all problems. Should knowledgeable Windows users who keep their systems patched receive a tuition discount too? And students who use more than their share of network resources, should they pay more?

      --
      -- "Complacency is a far more dangerous attitude than outrage." -Naomi Littlebear
  6. Say what? by ldm · · Score: 5, Insightful
    "I think we really need to groom a new type of student who is responsible for their computer security," said Kathy Gillette, manager of George Mason University's beleaguered tech support center. "A lot of them lived at home and mom or dad took care of the computer so they've never learned how to fix them, but hopefully we'll be able to teach them that too."
    *blink* I have yet to encounter a situation where a college-level student has their home computer taken care of by a parent... quite the opposite, usually. WTF?
    1. Re:Say what? by RatBastard · · Score: 2, Insightful

      What you don't understand is that most of these computers are never repaired. They aren't patched and they are never cleaned of virii or spyware.

      --
      Boobies never hurt anyone. - Sherry Glaser.
  7. Well, if the students patched their boxes... by bastard01 · · Score: 2, Interesting

    I actually am a network technician at a university right now, and basically the problem with the current issues, is that the students don't know the proper security measures, like patching their systems. The majority of students that I have disinfected, haven't run windows update, ever! They usually also have out of date anti-virus definitions, and now a firewall is looking like more of a necessity. If they would realize this, then the problems wouldn't be as wide spread.

  8. This is being done or discussed widely by lordbry · · Score: 3, Interesting

    At the University I work at, this year they are just restricting resnet students from running what are deemed "Server" services on ports below 1024, such as shared drives or telnet dameons. However, above 1024, the students can run whatever services they want, so the ones who know what they are doing will run ssh up there. Also, the school has central servers that can run things (like web pages) for the students that are quite sufficent (speaking as a former student).

    Next year, however, there is discussion of implementing something like checking all the dorm machines before they are allowed on the network... We have 40,000 undergrad students, so if even 1/4 are living on campus that will be quite a chore, but it is being discussed, and will happen.

    One of the computing directors even told me the only reason it wasn't done this year was because they could not get the cd's for staff cut in time. I just want to know where they are going to get the army of staff that would be needed on Labor day weekend to do this.

  9. Re:Places of Wisdom? by caluml · · Score: 2, Funny

    Aren't university students supposed to be intelligent?

  10. Our Solution by RedSynapse · · Score: 5, Interesting

    I posted this before but it's still relevant..

    I work for tech support for a large (30,000+ students) university. This fall we're expecting as many of 30 percent of the machines coming to residence to be infected with a worm.

    To defend against this we're going scan all machines over the network during the registration process and if the machine is vulnerable the browser will get redirected to a webpage with the relevant patches which the client must apply. If they don't apply the patch they won't be able to connect to anything but our internal authentication vlan.

    One of the reasons our networks get hammered during any worm incident is that there are so many machines connected to the network that just aren't patched ever.. Eventually we just have to manually shut down the ports infected machines are connected to and wait till clients call to complain to explain why they've been disconnected.

  11. Re:They should have patched IN JULY by joe52 · · Score: 4, Informative

    Except that most students weren't around in July. You can't make students apply patches while they are off for the summer.

    Of course you can try to educate them so that they will understand the need for these patches and apply them on their own, but actually achieving that goal is not a trivial task (and perhaps drastic actions like kicking machines off university networks are the first step in a tough love approach that might just work).

  12. We got hit by Nachi ... by BabyDave · · Score: 3, Funny

    At the university where I work, the main campus is in the middle of an XP rollout, and the builds being installed didn't have the patch applied. Hosed the network so badly that remote updating wasn't possible - all the techs have been frantically running around with patch disks for the last few days.

    Fortunately, the campus where I'm based is mostly on Win 9x, and we managed to get most of the rest of them patched before many were infected. We thought that we'd got them all, but we were still seeing ridiculous ICMP traffic. The networking people checked the traffic logs, and the PCs were identified.

    They belonged to two of the Technical Support staff.

    1. Re:We got hit by Nachi ... by Skweetis · · Score: 2, Interesting
      We got hit by Nachi as well. Students came in Saturday. We figured there would be problems with these, but didn't realize the extent of it, so we weren't too proactive. We made a CD image with the MS patch and the Symantec cleaners for the different variants, and a batch file and autorun.inf to make sure it all ran when the CD was inserted. 5,000 or so copies were distributed (I love the high-speed duplicator with robotic arm) to be handed out at dormitory check-in with an instruction sheet that basically said, "Would you mind awfully cleaning your machine with this CD before you connect to the network."

      In retrospect, we should have been a little more proactive like GMU was. At 1:52:28 on Saturday, an infected machine was connected. Before 2:00, all the dormitory subnets were basically unreachable, and I was seeing broadcast traffic (the arp storm from all the pings) rates approaching 2000/second. We got lucky and our institutional machines (the Windows ones anyway, we have a lot of Suns and Linux boxes and such around) were already patched, due to vigilance on the part of our technicians. I managed to get the academic buildings back by temporarily stopping all ICMP at the building routers (I had to go around to most of them with a laptop and a serial cable). We have a "class B" IP range (yep, we're one of the evil institutions causing the shortage in China or wherever it is) which fits exactly into what Nachi starts to scan, so this actually helped. I finally ended up bringing down all eighteen dormitories down once we figured out for certain what it was (I thought it was a failed router or something spewing garbage onto its segments at first), then we brought up one building at a time, and sent a quick bit of Perl through the segment disabling all the ports with vulnerable machines on them (about 70% of the W2K/XP machines were vulnerable, and about 40% were infected).

      At that point, we co-opted the resident assistant staff and had them going door-to-door with our techs (we called in all 60 or so at that point) cleaning and patching machines, and reactivating ports. Amazingly enough, we actually had everything more or less back to normal by the time classes started on Monday.

      Things I learned from the experience:

      1. Never underestimate the impact of a remote-root vulnerability in an OS with 90%+ marketshare again.
      2. Perl is a godsend (well, I knew that one), and the exploit detection code someone else wrote was a real timesaver.
      3. I should have replaced that last crappy Cabletron SSR a year ago when I knew it didn't work for shit.
      4. Always have a protocol analyser handy. When your network is falling in ruins around you, messing around with the library dependencies for Ethereal is the last thing you want to be doing.
  13. My university, and how they dealt with the worms by I_am_Rambi · · Score: 2, Interesting

    I go to a decent size university (about 3000 students) they recently got hit by all the worms. Working for the computer services department, we were busy with the back to school issues and also with the worm. In creating our images, we have set the virus software to update daily around 9am (I think) with a randomization of about 3 hours. This was one defense against the worm.

    Another defence was through the problem reports, since the campus provides computers for every dorm room. Upon submission of the problem, sometimes we would go reimage the system with the fix. Other times we would run some virus software to remove it and then the fix. After a few days, after we had figured out the fix, we sent out an email to the entire student body with the fix and with a removal program.

    On the network end, port 139 is still currently blocked since that was one way that it spread. We have yet to totally get rid of the worms, but we are almost there.

    With the other viruses, the server team quickly blocked all attachments with the pif extension, and a few others. This worm was pretty much stopped before it had a chance to grow on the network.

    My university never shut down dorms or the network of any sort to stop the worm. We have maintained a active roll with virus software with our own ftp server for the definitions. Our server is also update twice a day to help prevent any more outbreaks.

    Even though the worms were all acrossed campus, having many people work on the stopping and blocking the transmission of the worm, I think help keep my universitys network up.

  14. UC Berkeley by rritterson · · Score: 3, Interesting

    At UCB the campus wide network (not just the resnet) is on alert for infected machines. If one is found, it is denied access until a sysadmin comes out and cleans it. They've sent several warning messages prior to doing this. The news release is here

    --
    -Ryan
    AUWYHSTOT (Acronyms are Useless When You Have to Spell Them Out Too)
  15. Comment removed by account_deleted · · Score: 5, Funny

    Comment removed based on user account deletion

  16. Too mechanical by Tor · · Score: 4, Interesting

    Tech support services are basically overhead at an ISP (as far as increased service burden, ultimately cost to you). The easier you make the service, and the less dependent on tech support, the better for its consumers.

    Indeed, if you call your favorite big ISPs tech support, they are unlikely to provide real help anyway (little technical insight, low pay, high turnover). Adding the extra burden of instructing the user how to un-infect their computer on something mechanical like individual telephone tech support would not help matters.

    I favor the idea of cutting off infected customers. But I think the mechanism of getting customers back online should not involve the customer having to figure out that they need to call tech support - at least not first. The better way to support them is to redirect ALL HTTP requests from these customers to a ISP-provided site, which in turn informs the customer that they are seeing this page because their network access has been lost due to a virus problem on their computer.

    That's the way that AT&T got customers off their @Home services (e.g. static IP addresses, dns/nntp/pop3/imap server information, etc etc). All HTTP requests went to a canned page. All usenet newsgroups at the old NNTP server contained a single message - one that instructed the customer to reconfigure their NNTP settings. All requests from non-DHCP provided IP addresses were directed to an appropriate placeholder.

  17. North Dakota State University's Solution by mitchkeller · · Score: 2, Interesting

    I'm at NDSU in Fargo (insert obligatory joke here), and for once ITS had a semi-intelligent solution. They found some way (haven't had a chance to ask for specifics) to find out when a computer was infected (or even vulnerable, I hear), and then they just denied that MAC address an IP from the DHCP server. Once it's cleaned up, you call or email them and they put you on the list to be reactivated. Of course, it's a bit bothersome when you have to wait overnight to get a PC back online, but it's better then losing all network access while you wait for them to check everything. (Of course, this solution only came about when they didn't get the patch rolled out in the computer clusters and most of them were shut down to getting infected.)

    I'm the SysAdmin for the math department, and we're still facing sporadic infection on computers that didn't get patched when I sent out an email this summer. (Would have patched them myself, but I was 1500 miles away.) Fortunately, our lab got patched the night before Blaster was triggered, so we were safe there. Only a couple faculty members who could wait a day or two to get back online.

    --

    "You will only be remembered for two things: the problems you solve or the ones you create." Mike Murdock

  18. Re:Places of Wisdom? by shepd · · Score: 2

    Seems to me that students coming from the Mac world (many highschools are Mac only) have no problems switching to windows when their university requires it.

    What makes it so difficult for them to run lindows instead?

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  19. OK, great. At least there are funny quotes by randyest · · Score: 4, Insightful

    The action seems perfectly reasonable to me:

    To get the school's message across, all students were asked to sign a document confirming that their computers were updated with all the needed security upgrades. Not enough students confirmed that their machines were updated, prompting the GMU action today. Administrators said they would try later today to reconnect dorms, weeding out students with infected PCs. Students living off campus can continue to dial in to the campus computer network.

    Looks like the kids are getting a decent deal on virus-removal and system updates too:

    Students are being charged $30 if a university technician is called in to clean an infected machine, a school spokesman said. Students can go to off-campus experts for a fix but must certify that their computers are updated with the latest security fixes before being allowed to access the campus network.

    Hmph, I can't find anything wrong here. Of course, there are a couple of choice quotes from the kids who, I believe, are our future:

    Kimberly Borchert, a 19-year-old sophomore, said her computer "freaked out" as soon as she plugged it into the school's network last week.

    Freshman Andrew Canose was one of several GMU students who encountered problems after installing the university-provided anti-virus software. Canose found the new program conflicted with an older anti-virus program already on his computer. "My computer is like at war with itself and won't work," he said.


    But my favorite lines are from the admins, such as this gem:

    "I think we really need to groom a new type of student who is responsible for their computer security," said Kathy Gillette, manager of George Mason University's beleaguered tech support center. "A lot of them lived at home and mom or dad took care of the computer so they've never learned how to fix them, but hopefully we'll be able to teach them that too."

    And the classic:

    "There were a certain percentage of students that wouldn't listen to us unless we hit them upside the head with a lockout," he said. "You simply can't deal with these problems until you've got your network under control."


    --
    everything in moderation
  20. Switching Operating Systems is not the answer. by dustinmarc · · Score: 2, Insightful

    Saying that everyone should switch operating systems is not the answer to the problem. Although Windows has more than it's share of problems, other operating systems aren't flawless. If everyone went out tomorrow and switched to a Mac or Linux I can promise you that the number of viruses and worms for these systems would go through the roof. Considering that an average user either a. doesn't know how, or b. even bothers trying to use something as simple as Windows Update, do you really think they are going to know how to secure a Unix based system.

    --


    Microsoft should hire me. I can write code that doesn't work faster than the guys they have doing it now.
  21. Re:Won't someone please think of the children? by afidel · · Score: 2, Funny

    By telling them to go out and socialize, drink, and fornicate? Either that or tell em to study their textbooks. Guess it depends on if it's a liberal arts college or a tech school.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  22. MSN Messenger... argh. by Empiric · · Score: 3, Interesting

    I got hit with the W32.Wechia.Worm today.

    Yes, yes... install all patches, etc. The thing is, Microsoft is releasing security patches at an alarming rate at this point, and XP's Automatic Update seems profoundly dumb... I could swear I've downloaded the same security updates 3 times now, since it apparently either doesn't detect whether you already downloaded them (I can't always install-and-reboot in the middle of my work), or there's a ongoing stream of new revs to the patches, without them stating such.

    And now, MSN Messenger keeps informing me that there's a "Critical Security Update" with a link to a download page (naturally, I can't reply to the message...), and going there informs me that I must set up a .NET Passport before I can do anything.

    All I want to do is turn MSN Messenger off. Close, disable, whatever. Version 7 seems to have no method of preventing it from connecting and giving me a bunch of messages when I connect to the internet. Try exiting it, it says it's in use by another application, even when I have none open. Select anything regarding its startup options in the options menu, still comes up. I've now went ahead and uninstalled it using Add/Remove Programs, though I'm reluctant to do that in case I need to communicate with a client using it at some point.

    This is truly annoying. It seems that in effect, Microsoft is zealously forcing me to maintain my vulnerability to exploits, by insisting I continually use their Messenger (Yahoo IM works just fine for me, thank you...). They nicely give me the alternative of updating, to do which I need to sign up for .NET Passport, which has also been cracked, and potentially sensitive user information taken.

    At least in most areas, you can choose to avoid a vulnerability-laden application. It seems the Microsoft solution to their insecure software is just to go ahead and force you to use it.

    Argh. Does anyone know how I can just turn off MSN Messenger? TIA!

    (Disclaimer: My personal experience, Microsoft used fictionally, MS lawyers are good people, etc...)

    --
    ~ Whence do you come, slayer of men, or where are you going, conqueror of space?
    1. Re:MSN Messenger... argh. by Spy+Hunter · · Score: 4, Informative
      msconfig.

      msconfig is the answer to all your problems with stupid applications running at startup (like messenger, realplayer, etc). Start->Run, type in msconfig, hit enter. Go to the rightmost tab, "Startup", and uncheck all the boxes. Your computer will start up and run faster and more reliably, and you won't get retarded MSN messenger starting up (though you can still start it manually if you really have a burning desire to use it). You have to do this periodically since whenever you install a program nowadays it adds something to this list. Some programs are even adding Windows services, which aren't disabled by this screen. Luckily the next tab to the left is "Services", and it even has an option to hide all the default ones that come with Windows so you can selectively disable the ones installed by programs (And while you're at it, disable the deceptively named "Messenger" service from Microsoft to stop those stupid gray popup ads from appearing).

      The constant use of msconfig is practically essential to running a decent windows system these days, so it's something everyone should know about. The combined use of msconfig and AdAware can keep a windows system reasonably clean of useless commercial junk, extending the time before you need to do a reinstall to remove all the crap.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    2. Re:MSN Messenger... argh. by thebigmacd · · Score: 2, Informative

      Edit C:/WINNT/inf/sysoc.inf in notepad, replace all the
      "HIDE" with nothing but don't remove the ","

      before : msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
      afte r : msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7

      go to "Add/Remove programs" and "Add/remove Windows Components" then uncheck "Windows Messenger"

      if you removed all the "hide"s from the file, you can uninstall many many other unnecessary components as well

    3. Re:MSN Messenger... argh. by Kris_J · · Score: 2, Informative

      To turn off MSN Messenger, open it, go to tools-options (or similar) and uncheck "Run in background" and "Run at Startup". Then close it. If you've got XP SP1 you can uninstall it from the control panel.

  23. Similar thing happening in Mexico by ChocoboKnight · · Score: 2, Interesting

    Here in Mexico, at my university (ITESM), there is a scanner running every 30 minutes. If it detects you are infected with the Blaster worm, your network access is revoked. You have to go to the IT department so they can check your computer and certify it virus-free.
    Also, every time you go into the school's web site, a pop-up window appears with instructions on how to install Norton AV and keep it updated.
    Because of these worms/virii, the network has been down intermittently for the last 4 weeks.

  24. Re:OK, great. At least there are funny quotes by wretched22 · · Score: 2, Funny

    About time for Apple to bust out with a new series of Switch ads.

  25. Universities And Linux by KingKaneOfNod · · Score: 2, Interesting

    > If you mean Linux, I assume you somehow are going to fund training all the students how to use it, along with getting all of the school's faculty and staff to support it, along with providing for Linux patch management efforts. Yeah, right. Back to the real world we go...

    Insightful? That isn't insightful, that's just plain flamebait. Obviously you've never even tried using Linux! There's nothing difficult about it at all - KDE and Gnome look enough like Windows that anyone familiar with Windows can figure out how to use it for what they want. Let's not forget that in universities, most of the students just want to use word processing for reports and stuff. KOffice, OpenOffice, etc. really don't look much different to Microsoft Word which is what most people are used to using, so I don't see any retraining costs there. And the suggestion that perhaps staff wouldn't WANT to use Linux? You're forgetting that universities are where Linux came from! RMS started the GNU project in the labs at MIT, Linus was still a student when he started Linux. I know most of the staff at my university prefer Linux but don't use it on their destktops because stupid coroporate policy dictates that they must use Windows for their desktop!

    As for computer science students - should they be made to use Linux? Yes! Unix (and thus Linux) was first designed as a programmer's OS, so if they can't figure out how to use it they sure as hell won't have a chance in their computer science course!

    What was all this about again? Worms? What are they? I wouldn't know, I use Linux, never had any problems with worms, trojans, viruses, etc. Everytime I see the headline "virus causes $200 trillion damage" or some other ridiculously over-inflated estimate, I just laugh. I guess it's their fault for continuing to use an OS that has so many times caused so much trouble for them.

  26. This ISP does by nathana · · Score: 4, Interesting

    I work in Technical Support for a local ISP here that provides access via dial-up, DSL, and terrestrial wireless (802.11b mostly, but also Turbocell, Trango & Motorola 5GHz solutions as well for backhaul links and bigger clients), and we also supply net access to a few apartment complexes and student housing facilities in the area (college town ISP).

    Ever since Welchia hit, we have been doing exactly what is being described here: kicking off individual customers and even shutting off entire chunks of our network when it is discovered that a particular user or a large group of users are infected with Welchia and spewing their worm-related ICMP crap all over creation. We've had to take down entire apartment complexes and have people go door-to-door with CDs containing the removal tools and MS patches before bringing them back up.

    I'm not certain how many people outside of the ISP technical support world know just how much of a PAIN Blaster and Welchia have been FOR technical support departments. Welchia came out, what, 2-3 weeks ago?, and although for the most part the majority of people are not seeing their effects anymore, these worms *are* still alive and kicking, and I don't see the end in sight anytime soon...our incoming calls have skyrocketed ever since the worms were released and especially after we found we had to take the drastic actions that we have had to take, and they have not waned yet!

    We're going to be forced to continue to deal with these annoyances (-- understatement) for a long time to come.

  27. Here's a solution by geekoid · · Score: 2, Insightful

    Toss a webpage up that says:
    "We detected MSblaster on you machine, please goto to microsoft wupport, and download the appropriet patch"

    Just let it sit there for 60 seconds, then let them conintue on.

    After they hey the site three times, send them an email with directions. always point towards microsoft support.
    all this can be automated pretty darn quickly.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:Here's a solution by Karl+Cocknozzle · · Score: 4, Insightful
      Toss a webpage up that says:
      "We detected MSblaster on you machine, please goto to microsoft wupport, and download the appropriet patch"

      I think this is a brilliant world. Unfortunately, there are already some sleazy companies who have pop-up ads that say the same thing. (ie. "You're infected with MSBlaster, patch your machine, then protect yourself permanently with (whatever the company's product is called.)"

      You could also exploit a common NT hole by sending an NTMESSENGER message to them. (ie. "Message from Root@yourdomain.com: Your machine has been infected with a virus, please visit Windows Update to apply the patch ASAP.) ...But of course that would probably not have much in the way of positive effect, and would annoy plenty of people as well.
      --
      Who did what now?
  28. Re:Places of Wisdom? by cperciva · · Score: 2, Insightful

    people using Windows are just about as insensitive to their peers as people who, say, smoke

    No. People who don't apply security patches are about that insensitive. There are a lot of mismanaged Windows machines in the world; there are also a lot of mismanaged linux and BSD machines.

    We see Windows worms because that's a big target; but let's not delude ourselves into thinking that our favourite operating systems are immune.

  29. Funny, that. by wretched22 · · Score: 2, Interesting

    It's not just universities doing this. My girlfriend lives in an apartment complex (primarily students) in which they have a complex-wide wireless network (Airwave, I believe). Anyhow, their network has not worked longer than 15 minutes at a time for the past 2 weeks. The apartment managers turned off the network access to everyone this past Friday and required everyone to install patches, virus scanners, "Service Pack 1", etc., and turn in a signed affidavit that this has been done in order to get internet access back...
    More power to 'em!

    Anyhow, my university sucks. Our campus email is flooded by upwards of 200 emails a day with "Re: Your application" in the subject line. Why can't this type of thing be handled more appropriately by the tech people at a friggin' university?

  30. Re:outlaw windows? by caffeine_monkey · · Score: 2, Interesting

    they've done this at Brandeis. unpatched windows xp/2000 computers are banned from the network.

  31. UW Labs by jeeryg_flashaccess · · Score: 5, Interesting

    The UW labs in Seattle were hit real hard by the Blaster worm. Thus, the UW campus network was a mess for a bit. Main causes: First, students can use the computers for whatever they want... i.e. the computers are very open. Second, IT didn't patch the computer.

    Now you may wonder why I said "computer" and not "computers". Well here is why...the UW has an imaged drive lab. So one computer is used to push updates to EVERY single computer. Everytime a student logs off a computer the hard drive is made fresh again (cleaned) by the master server. That ensures proper working order and minimum IT staff work. Anything the student installed is erased too.

    Single point of failure anyone?

    --
    Life is like pants... fit in or you don't fit in.
  32. Re:Easily avoided, your' right! by TheAwfulTruth · · Score: 3, Insightful

    And far FAR easier than "switching" to Linux.

    Anyone "retarded" enough to get infected with a virus on Windows is FAR too "retarded" to not get their linux box rooted. Especially with the blaster virus. It could be blocked by two compeltely seperate and simple prevention schemes.

    If you have your linux box, unsecured on the net, then you are the "retarded" one. You have either been rooted already and don't know it or it will happen soon.

    If you HAVE secured it, I guarantee you did more work to do so that it would have taken anyone to prevent being infected with Blaster.

    --
    Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
  33. Re:Seems kinda stupid...not really by mabhatter654 · · Score: 2, Interesting
    They can and do accept responsibility for their networks. Most Unis pay for site licenses of MS software so they can let students use it for cheap ...I'd assume other companies make the same deals.


    The idea of Quarantining users in a "update" sandbox sounds really cool. As long as the ISP can locally host the patches, it sounds like the perfect solution to the virus problem. I'd think we'll see virus scanning being included with ISPs in the very near future. Unfourtnately, MS is only interested in Monopoly, not fixing the problem. Most ISPs can't afford MS solution to the problem (i.e. pay MS lots of $$$ for expensive servers that still wipe out because MS can't keep up) Until Windows Update server API is untied from Windows servers (andd secret protocols, CALS, stupid patch changed EULAs, etc) it will always be a problem because no one will pay for "protection" for an insecure OS that should have been right to begin with.


    Until Windows update can be written from scratch in PHP or Perl, and hosted on Linux without any other MS "restrictions" you'll continue to see the horrible virus problem. They're still trying to tie-in to the monopoly, it's about time they were forced to give it up for security!

  34. Make Standards, Hold Students Responsible by reallocate · · Score: 2, Interesting

    Colleges, like the rest of society, expect students to behave in accord with established standards, or face the consequences. Violate those standards -- steal test questions, set fire to the library, etc. -- and you will be held responsible for your behavior.

    There's no reason why behavior with a computer should be exempt.

    If some college kid physically damaged hardware in his school's server farm and took the network down, the school might very well sue him to recover their financial losses.

    Likewise, any student who deliberately releases a virus, worm, etc., on a school network ought to be held financially responsible for the damage.

    Schools (and any other institutions) should establish "standards of behavior" (e.g., required protective software, avoidance of banner servers, etc.) and hold students who violate those standards responsible for their share of the damages.

    --
    -- Slashdot: When Public Access TV Says "No"
  35. Ow. But you know... by JimmytheGeek · · Score: 4, Insightful

    sometimes the techs are so harried for time that they don't get around to patching their own shit.

    Sometimes they are so lame they can't be bothered to wipe their own asses, either...

    Still, what a professional embarassment!

  36. Re:Whats the point of a virus by shepd · · Score: 2, Insightful

    What's missing is the time duration:

    >Scenario A-

    Probably about 2 hours. That's a 25% total productivity loss for a day, if you happen to include lunch as being productive.

    >Scenario B-

    Okay, lets say the virus hangs about for a week, and causes a 10% productivity loss. Compressed to one day, that's a 50% productivity loss.

    Seems to be scenario A is the best choice...

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  37. Off campus by CaptBubba · · Score: 2, Funny

    Don't forget what happens off campus as well.

    I'm connected to a WISP for my off campus internet, and they got taken totally offline by the worms. They eventually blacklisted all MAC addresses in the logs and went door-to-door with CDRs containing patches and removal tools. I feel sorry for them, because this was during the time when both a lot of people were logging on for the first time and they were installing more bandwidth, so they were torn three ways.

    The result is that the "tweaking" that would have happened durning the week or so after move in is only now starting. The WiFi networks are still pressed by all the people on them. Everything (except, suspiciously, at their office) is slow, but getting better. DHCP in particular is down a lot. My ping and tracert commands are still blocked though.

    One thing I've learned from this is that wireless networks do not fail gracefully under extreme loads, they just die. And, they allways die at night, after the office is closed, when you need to VPN into the campus network to start a program you have to use for your homework which is due the next morning. Or right now, when instead of posting when I press submit all the computer does is blink at me...

  38. Problem solving, by miffo.swe · · Score: 2, Insightful

    Identify what is the source of the problem and then get rid of it. In this case i think demanding safer systems would be a wise solution. Just cut off the bosos who have infected computers.

    That should make linux etc popular. Every windows user has stare at their empty nic while the nerds just keeps using the network as usual.

    --
    HTTP/1.1 400
  39. RIT's Solution -- Working well by LogicX · · Score: 4, Interesting

    I work for RESNet at Rochester Institute of Technology. We've implemented a pretty good solution which has stopped no-one from internet access for any extended period of time.

    Every PC on our network must go to start.rit.edu (when they plug in they get a temporary 10. IP, which can only access select servers, and other machines on their subnet). At the start.rit.edu page we've coded an activex control which checks the version numbers of the RPC DCOM patched files (We compiled a list of every major windows version, every service pack, pre/post RPC DCOM patch). If the user is not patched, they are redirected to a page indicating which patches they must download/install off our server -- we also have allowed the users to access windows update through a proxy (if IE auto proxy detection is turned on).

    Finally we've coded a program, and put it on a CD entitled the RIT Windows Resource Kit. The program automatically detects their OS version, and upon them clicking a button, runs ipconfig /release to get them off the network, installs any and all necessary patches, installs the university-licensed mcafee antivirus, updates the definitions, and prompts them to restart at appropriate moments. Also on the CD for severe cases we have all the individual updates, and the Stinger virus remover.

    We also have RIT servers on campus who's logs are parsed on an hourly basis, and any machine which has connected to it in an attempt to spread the worm is blocked from the network. We then have a new custom-coded web interface which correlates with our network registration database: IPEdit that we can use to look up users who can't get online, explain to them to get the CD, patch their PC, run stinger, and then we can reeanble them. Most users are back online within an hour.

    So far we've distributed over 5,000 copies of the CDs to each incoming freshmen and returning upperclassmen. (15,000 students at the college). As can be seen, our bandwidth usage is very much under control. Although we've experienced a lot of call volume (300 students a day) this last weekend as 2500 freshmen moved in, I'm happy to say that over 4000 students are registered on the network, and the phone in our office hasn't rung for the last hour.

    --
    May this post be indexed by spiders, and archived for all to see as my Internet epitaph.
    1. Re:RIT's Solution -- Working well by LogicX · · Score: 2, Informative

      I forgot to mention that RIT has blocked no ports or services. It is very much against our policy. The only port blocked is port 25 (SMTP) so that there's no spam problem.
      We've also not had any issues with the SoBig virus due to our mail servers filtering out questionable attachments, and port 25 being blocked.

      --
      May this post be indexed by spiders, and archived for all to see as my Internet epitaph.
    2. Re:RIT's Solution -- Working well by LogicX · · Score: 2, Informative

      Actually the page is dynamic, and loads a page w/o the activx control for non-windows systems -- all mac users, unix users, etc. get a page w/o the test your computer button (that calls the activex control). No Waiting.

      --
      May this post be indexed by spiders, and archived for all to see as my Internet epitaph.
  40. Microsoft must update... by Anonymous Coward · · Score: 2, Funny

    all of their TCO studies! This certainly puts the lie to their previous TCO studies!

  41. Not so simple as just scanning before access by Tofof · · Score: 2, Interesting

    I'm a student and restech staff at Washington University (St. Louis - not the state school in the article). Our master plan before move-in was to program in a check for the Blaster/Welchia vulnerability as students attempted to register online for their ethernet connection. However, this caused numerous problems. Firewalls prevented us from seeing the vulnerability and forced the restech consultant for each dorm to go check individual computers. This also did nothing about already-infected computers, but we programmed in an automatic disabling system to take care of those. The biggest problem, however, was that our registration subnet turned into a cesspool of infection, as people plugged in and turned on their computers and then left them unpatched and unregistered for internet access. These quickly became infected and we didn't have anything trolling through the registration subnets to automatically disable people. The resulting campuswide infection overloaded our router so much that the network-based swipe card door locks and heating/cooling systems stopped functioning. This produced lots and lots (60-80 hrs) of unpaid overtime as the small restech staff went computer-by-computer over the course of two days with a large stack of CDs programmed to patch and disinfect computers automatically, and then reenable each individual computer. Needless to say, we're still suffering from a lot of difficulties. Welchia is particularly troublesome because the Symantec/Norton fixwelchia tool often misses copies lurking in system restore points and whatnot that reinfect computers.

  42. RIAA Virus?? by Pro_Piracy_Guy · · Score: 2, Funny
    A squad of jack-booted men in black with RIAA badges just came to my dorm room and 'Disinfected' my computer (msblaster virus they said). The university gave me my network acess back, but KaZaa dosen't work anymore and all my mp3's are gone? Any idea what might have happened?

    Paranoia is merely a heightened sense of reality.

  43. A couple of incorrect premises by Tor · · Score: 3, Insightful
    Interesting article. It misses a couple of noteworthy points, though, perhaps out of the author's ignorance rather than oversight.

    • Symantec (and other anti-virus vendors), like now Microsoft, use Akamai to proxy their web site. A DDoS against the main Symantec site will only be so effective; a DDoS attack against Akamai will be severely "washed out" due to the sheer number of Akamai servers out there (some 13,000?)

    • Similarly, a DDoS against FBI or the "Department of Homeland Defense" will only be able to target their public presence (e.g. the main FBI website), not the thousands of disparate computers used by FBI agents out there. Even if FBI as an organization are served behind a single net.presence (router, dns, etc) (are they?), it would be trivial for agents to temporarily or permanently gain access through other channels (e.g. as individual customers of an ISP).

    • The article mentions "whois" as a mechanized way of obtaining domain names. However, public WHOIS servers (at least those that are hosted by domain name providers) do not provide a means to obtain a list of domains - only to query for information about a given record (domain name, IP address, contact handle, etc..). In other words, "whois" lookups will not work the way that the author presumes.

    • The author also mentions open mail relays as a means for the virus [sic -- it would be a worm, not a virus] to propagate itself. This can certainly be done, but for little benefit. Most mail transport agents (MTAs) record the IP address of the connecting client in its Received: header -- by tracing the Received: header trail, one can usually get all the way back to the originating IP. Sure, this IP belongs to an "innocent" third party whose computer is infected, but, unlike the case with spam, relaying the mail through open relays will not help very much in its effort to spread.

    • The author mentions using P2P network to spread the virus via MP3 files. As far as I know, this is not possible - no MP3 player will execute malicious code given in a filename opened as a music file.

    • The author mentions putting entries into the [Windows] system registry to make the system appear to have the latest patches, when, in fact, it does not, thus disabling the "Windows Update" application from functioning properly. This will work with the version of Windows Update included in XP and earlier versions, but if the user is actually using the Windows Update application, (s)he will by now have obtained a version for which this exploit does not work.


    I'm only on page 3 of 7.. but think I have made enough comments to show that we should take this article with more than a grain of salt. I'm going to read the rest of the article now.

    -tor
  44. Re:They should have patched IN JULY by the+eric+conspiracy · · Score: 2, Informative

    You know, July. A whole month before.

    Right - Microsoft itself can't keep up with all the patching required to keep it's systems clean.

    http://www.cnn.com/2003/TECH/biztech/01/28/micro so ft.worm.ap/

  45. Take a cue from roguelike games! by Black+Parrot · · Score: 2, Funny


    I always fight worms with bolt or ball spells, though you can clear them out by hand if you you have a potion of speed or a weapon that allows multiple attacks per round.

    --
    Sheesh, evil *and* a jerk. -- Jade
  46. Re:At UMCP by Odin's+Raven · · Score: 2, Funny
    One of the requirements of registration is that you have to apply all of the patches for the recent Blaster, SoBig, etc. viruses.

    Out of curiosity, how do they verify that these patches have been applied?

    After the main registration session ends, the university will release a custom DCOM worm of their own. After infecting an unpatched machine, it automatically contacts the university's online registration site and unregisters the student from all of their classes. Students who come back to re-register afterwards will be required to wear Microsoft Bob t-shirts for the next two weeks, and perform community service consisting of 20 hours staffing the IT department's Help Desk.

    --
    A marriage is always made up of two people who are prepared to swear that only the other one snores.
  47. To keep blaster infected computers from rebooting. by Stonent1 · · Score: 2, Informative

    run dcomcnfg.exe and disable distributed COM. That will allow you to be able to go online and get kb823980 from microsoft and then use a removal tool such as fixblast from Symantec. Make sure to re-enable distributed COM when you are done.

  48. UConn. by Grendel+Drago · · Score: 2, Interesting

    At the University of Connecticut, ResNet officials actually keyed into rooms. Didn't unplug the machines from the router, didn't block the MAC address.

    I'm aware that this is an awful problem, but how on earth does it justify keying into someone's room?

    (I'm not kidding. dailycampus.com has the story in its 8/28 back issue. They don't take external links, though this will take you to a registration page. Also notice the article on 3/6/2003 where ResNet threatens to boot warez kiddies out of housing. Real nice fellas, these guys...)

    --grendel drago

    --
    Laws do not persuade just because they threaten. --Seneca
  49. Comp Sci students... by chill · · Score: 2, Insightful

    Any upper level (Junior/Senior) CompSci students who were infected and notified by the automated bot should be ASHAMED!

    It should also be noted in their record. (Wants to run a network, but can figure out Windows Update, personal firewalls or anti-virus software...)

    --
    Learning HOW to think is more important than learning WHAT to think.
    1. Re:Comp Sci students... by freeweed · · Score: 2, Insightful

      I think you'd be surprised just how many Comp Sci students don't even know what the C: drive is in windows, or what a firewall even is. I agree with your sentiment, but at least 50% of the kids I'm in school with (just finished 3rd year) still store everything in 'My Documents', use default everything within Windows, and whine and bitch every time they have to do homework using anything other than WindowsXP and Java.

      Doesn't bother me though, because the lack of competition has meant that I have gotten top pick out of any co-op jobs I've applied for :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  50. Good for us? by zbuffered · · Score: 3, Funny

    Is all the extra work that these worms and what not are causing for us IT folks, good for our industry in general? Certainly it keeps us busy just keeping everything running, and that's gotta keep a few people on the payroll.

    If that's the case, I'd like to send a shout-out to all the virus and worm authors out there: you infect my computer and I'll pop a cap in yo azz, but as long as you just infect the clueless newbies, and it helps me separate them from their cash, I give you the thumbs up.

    --
    Synergy is your friend
  51. People do this now by The+Tyro · · Score: 3, Interesting

    At my medical school, a bunch of students did a free vaccine drive for inner city kids. All their mothers had to do was show up with their little ones... no fee, no hassle, no problem.

    Well, one problem... only about six people showed up, and this was after they advertised beforehand, posted it in the innner-city clinics, etc.

    So yes, some people could care less... it was a very eye-opening experience for a group of well-meaning young physicians.

    But to address the original point, there is NO justification to sanction the whole because of the actions of the few... that's a lazy and ineffective strategy.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
  52. Re:Why Not Just Require All Students To Use MacInt by WasterDave · · Score: 2, Insightful

    Insightful? How about entirely wrong?

    Certainly there are far fewer OS X virii, but it's far from true to say it can't be done.

    Dave

    --
    I write a blog now, you should be afraid.
  53. Notre Dame did something like this by Samari711 · · Score: 2, Interesting

    i'm one of the student techs so i've been dealing with this since move in time. what the networking people did was purge all the computer registrations from the database and updated the registration page with instructions and downloads on how to protect/fix systems and told people to run them before they registered. of course not everyone could figure it out/ bothered and got infected. to handle that they've been blocking all the problem ports across network segments to minimize the spread and traffic. then the packet sniffers have been identifying infected computers and emailing the owners notifying them that they have 72 hours to get the computer cleaned or have their ethernet jack disabled. i've been having to make a lot of dorm visits to clean up systems but so far our network hasn't taken a noticeable hit. also with the recently installed webserver, every attachment is scanned for known viruses and those are deleted, and every suspect attachement has _unknown appended to them so that they can't be "accidently" run.

    --

    I never said I was smart, I just said I was smarter than you

  54. Re:Places of Wisdom? by shepd · · Score: 2, Interesting

    >Ok, first off, Lindows is a garbage OS.

    Maybe it is, but it *IS* linux based, and *IS* a shining example of "desktopizing" linux. Once it's installed, it's so easy to use it's a joke.

    If admins were to take some time and secure it up, while maintaining the simplicity, it'd be a great option. This blaster virus shows that admins are already taking copius amounts of time doing it for windows -- why not just do it right in the first place, once?

    >Secondly, what the hell is wrong with you thinking that in school is the only place high school students use a computer, and what makes you think that if they use a computer at home that their family has enough money to afford a mac!?

    Alright, no problem. I think you're just proving that computers are so easy to use that learning two OSes, one of them "untaught" (that being the windows PC at home) that expecting someone to learn another that is comparable in simplicity isn't too much to ask.

    >Thrid, suppose Linux were mandatory at Universities, are you volunteering your time to explain to students how to properly secure their machines, and explain that all those little .exe programs aren't going to run on their computers anymore?

    No, and it wouldn't need to be mandatory. It wouldn't make any sense for it to be mandatory. A university is a learning institute. Learning takes place using computers of many forms, from windows, to Mac, to Linux, to mainframe. Simply offering a good linux distro as an option should be fair enough.

    >And you're going to tell them personally that the $700+ office software mommy bought them can't be used?

    ROTFLMAO! I run a computer store and I can tell you "mommy" is so cheap with their kid's computer that simply getting them not to pirate the OS is a task and a half itself. 90% of the systems that come through my doors for repair won't install SP1 and are going to get infected OVER and OVER because they use the windows pirate key. Sure, I turn on the firewall, but the users just shut that feature down when they get it home and kazaa seems "slower". No, I won't help them fix their pirate OS to work like a normal one. I don't assist in piracy.

    I've not sold a single copy of office, despite the fact that the real price of it is about $289.99 CDN. Although I'm a new store, openoffice (Free, of course) is turning out to be a hugely popular alternative, even if the computer just gets a pirated copy of office installed by the user when it leaves the store. Even my $259.99 CDN special is a tough sell to some parents. A lot of them are buying used systems for less from me.

    The fact is a fully supported, even if optional, linux install at a university will help break it into the desktop market. And that can only be a good thing for society (and my store -- my profit margins on software are next to nil, so I don't care to sell it anyways).

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  55. Well by chrisgeleven · · Score: 2, Interesting

    I'm a senior at SNHU and this is what I have observed.

    There was a noticable slowdown on Saturday and Sunday (when all freshmen moved in), but the network didn't go down. I imagine probably some of it was the normal freshman Internet traffic since many of them never had fast internet before, the rest was from Blaster.

    Returning students arrived on Monday and Tuesday. Tuesday the network got slower and SLOWER and SLOOOOWEERRR then crashed about mid-afternoon. Didn't come up until yesterday morning.

    RA's and orientation leaders were given CD's with the patch, fix tool, and virus definition files for various popular virus scanners.

    Knowing this university, there will still be people unpatched come next May since no one has gone door-to-door to verify everyone's computers.

    Oh and some students randomly can't get on the internet. Noticed today I had an IP address conflict, so I got a suspcion that the DHCP server has also ran out of IP addresses.

    My girlfriend goes to NEC and their network has been totally down since Sunday. Basically they are going to go to each computer and patch it before they turn the network on. For some reason they insisted on attempting to patch her computer even though she showed them it was running Windows 98 SE (which isn't effected by Blaster), just like I told her to do. *sigh*

  56. Honestly, you'd be surprised by The+Tyro · · Score: 2, Interesting

    how many parents are against vaccination programs... I'm not even talking MANDATORY vaccination programs, I'm talking vaccines in general. Probably as many are motivated by fear as are motivated by religion.

    There are people out there who preach that vaccines are a scam; nothing but evil, drug company money-makers. They look at the very small numbers of adverse reactions, where vaccines make people sick (a few hundred cases, generally out of millions of doses), and use those incidents to frighten parents into avoiding vaccination. Some use the logic that "if everyone else is vaccinated, you won't have to be, because you'll never come into contact with a diseased person!" Well, that might have been true before the jet age... but I've seen rare-in-the-US diseases in my ER, sometimes in immigrants, (sitting next to your child in the waiting room), sometimes not. Some vaccines don't induce an immune response in certain people, so they are potential infectious sources. Bottom line: there is always a small reservoir of people out there who can infect you. The choice of whether to get a shot or not is really up to the individual.

    Personally, I'm generally a fan of vaccinations (with some exceptions)... but not all doctors are. If you meet one who's not a fan, ask him why. If he starts spieling some wide-eyed conspiracy theory stuff, RUN the other way. On the other hand, If he starts talking about odds ratios, attack rates, and slightly increased complication rates for certain age groups, he may know what he's talking about... consider listening, then check it out for yourself.

    Just remember, not all doctors who are against certain vaccines are crackpots.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
  57. Re:What is "resnet"? by the_bard17 · · Score: 2, Informative

    In my experience, "resnet" = "residential network". In other words, the network that serves the dorms/apartments/on-campus student housing.

  58. jerk out that fiber by neverpsyked · · Score: 2, Interesting

    This is what my school did with Blaster...
    They just pulled the fiber from the routers down in the basement (IT's standard location). We spent the next 6 days (weekend included) going from door to door with a bevy of CD's (one for each OS, created by our poor MCSE). Each CD had a little batch job that scanned the PC, removed the infection (if it existed), and then installed the appropriate patch.
    This was made more complicated by the University's privacy policy, which mandates that a school employee cannot enter a student's room alone. We had to travel in teams, and with a small school's IT department, that meant we had 3 teams for 2,500+ PC's. That comes out to over $5K in manhours alone.
    The infection rate was approx. 68%. I think we need a class on how to install patches.

    --
    What if this weren't a hypothetical question?
  59. Causing major PIX issues by pyite · · Score: 2, Interesting

    At the University I work/attend school at, we've been experiencing major problems with the load on our PIX firewall. The primary fails and rolls to the secondary a couple dozen times per day. I would assume that this is happening in many places.

    This summer has been very very busy (fun) for us. In the middle of a MAJOR Cisco IOS upgrade, several worms get unleashed. Then while combatting those things, we get hit by the massive power failure that reveals that some of Cisco's new code doesn't recover perfectly after a power failure... as in... DOESN'T WORK. Ah woohoo!

    --

    "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

  60. Re:Places of Wisdom? by cperciva · · Score: 2, Insightful

    This bug has been in Windows for over a decade

    Yes, and there are bugs which were in Sendmail for over a decade before they were discovered. Ditto for BIND. And BSD. And it would almost certainly be the same for linux, if linux were old enough.

    My employer (who keeps up with security patches) was only halfway through the desktop update cycle.

    For some value of "keeps up with security patches" meaning "is halfway through applying security patches which were released four weeks ago".

  61. UConn saved our tail by Prep · · Score: 4, Informative

    Here at Denison University, we were lucky enough to catch wind of this perl script, written by Josh Richard of the University of Minnesota-Duluth and enhanced by Mike Lang of the University of Connecticut enhanced it. We modified our standard registration web page (unknown mac-addresses are handed a dummy ip and all traffic redirects to a registration page. Once they register, DHCP hands them a "real" ip) to scan for the DCOM vulnerability using the UCONN script. Users that fail the test are redirected to a page offering links to the patches. Users that pass are directed to the standard registration page, including virus scanning downloads. UConn also includes handy suggestions for using TCP dump to listen on port 135 and for ICMP, note it in a log, giving you a great list of IPs that need to be cleaned. Read UConn's entire summary page here. It saved us.

    --
    This comment was not generated by Uber Elephants...
    1. Re:UConn saved our tail by silvwolf · · Score: 2, Interesting

      I was reading through this discussion and was about to post about the work UCONN did. I think one of their admins posted the link to their page to resnet-l last week and I was impressed.

      They did a very nice job containing the spread of the worm. Kudos to them.

      On the other hand, the response from our office (Housing Tech Support at a school in Indiana, we just help students get online, don't deal w/ switches and routers) has been somewhere between nothing and next to nothing. I asked my boss to go buy us some blank CD's as it became apparent that Blaster was going to be a huge problem, she just ignored me. Sigh. Luckily I'll be unemployed in December (when I graduate), and won't have to deal with my boss' incompetence any more.

  62. Re:Places of Wisdom? by cperciva · · Score: 2, Insightful

    A bit over half the world's domain names are hosted on Apache servers. If you look at big targets (companies running https, for example), there isn't much difference between Apache and IIS.

    This is, however, rather irrelevant to the question of worms; most of the machines hit by Code Red had IIS running (and weren't patched, of course) but weren't actually hosting any web sites.

  63. Is it just me... by RedBear · · Score: 2, Interesting

    Am I the only one that thinks this whole strategy, the whole situation of having to shut down the entire network and clean each individual node (PC) before you start up the network again, is quite literally insane? Every time I read about something like this it reminds me of someone trying to plug up enough holes in a sieve to make it hold water. Next time some idiot (i.e., the Dean) brings in his infected personal computer and hooks up to the university's internal network, don't they just get to start this whole Chinese Fire Drill all over again?

    Madness. Isn't there a better way to do things? Why does anyone in the IT world even put up with this? Why does *anyone* put up with this? Would having everyone run Linux/UNIX/MacOS X even make any difference, or would it just be a matter of time before some new worm broke out and they had to take down the whole network and clean every Linux PC the same way they're doing with Windows PCs? Or, to rephrase, if you took Microsoft out of the equation, would this situation even be possible?

    I'm looking for some serious discussion, not jokes.

  64. the little details... by alizard · · Score: 2, Insightful
    A person who doesn't understand how things work at the detail level has no business trying to do high-level design. Your suggestion that an EE doesn't need to know how to solder is appalling.

    The "gentleman scholar" approach you advocate to teaching engineering has been tried.

    It results in highly trained people with degrees who design and build things that don't work in the real world.