Slashdot Mirror


Comcast Cuts Infected PCs' Network Connections

fidget42 writes "I just noticed this article over at Infoworld. It seems that Comcast is finally doing something about the machines on their network that are being used by spammers. They are now cutting off service to those customers who have computers that have been hijacked by spammers. Now, if only other broadband ISPs would start policing their user base ..."

592 comments

  1. Other ISPs start to do this? by garcia · · Score: 5, Interesting

    Now, if only other broadband ISPs would start policing their user base ..."

    ATTBI (back in 2002) was disabling people's account for being infected with worms... People's modem CFG file would be set to disabled.cfg and they would have block sync but wouldn't be permitted onto the network.

    If Comcast took over from ATTBI and is using parts of their existing network, I just can't understand why modems were not being disabled recently for infection by worms.

    1. Re:Other ISPs start to do this? by mikeophile · · Score: 3, Interesting
      It seems like it would be pretty trivial for a virus to re-write the modem CFG file to get back on the network.


      Hell, it might as well uncap the modem while it's at it too.

    2. Re:Other ISPs start to do this? by avdp · · Score: 1, Insightful

      in modem, he means cable modem. It's not an integrated piece of hardware but a little box that sits somewhere outside of the PC. I can't really imagine a virus being able to reconfigure the modem, no. At least not trivially.

    3. Re:Other ISPs start to do this? by mikeophile · · Score: 5, Informative

      Take a look at this site and you will be able to imagine it quite easily.

    4. Re:Other ISPs start to do this? by interiot · · Score: 2, Interesting

      For one, aren't there enough ISP- and cable-modem-specific issues with updating the CFG file (eg. different community strings and cable-modem IPs) that one virus is unlikely to work for a majority of cable modem connections?

      For two, it'd be pretty trivial for the cable company to detect the change and cut off that connection at the CO, limiting the damage to just the users on the same physical cable connection, no?

    5. Re:Other ISPs start to do this? by Short+Circuit · · Score: 2, Interesting

      That would require a show of skill beyond what a lot of virus writers have been showing. Of course, once one example exists, there will be knockoffs.

    6. Re:Other ISPs start to do this? by Short+Circuit · · Score: 0, Redundant

      I wouldn't be surprised to see a virus that actually infects cable modems

      I'd be pleased, actually. Since the lack of a monoculture could demonstrably reduce the damage.

    7. Re:Other ISPs start to do this? by JohnnyBigodes · · Score: 1

      Too bad it only ever works for modems that look for their configuration file on the PC side as well as on the cable provider's side.

    8. Re:Other ISPs start to do this? by interiot · · Score: 1

      mikeophile isn't talking about infecting cable modems per-se (eg. he wasn't suggesting running arbitrary code on the processor inside cable modems). If a virus changed the DOCSIS cfg file, it would be more akin to killing any processes that look like known firewall software (something they do already), just to enhance the effectiveness of the PC-based infection. If it's an easy thing to do, at least a few viruses would do eventually do it. I'm just not sure it's that trivial to do, at least in an automated fashion that would work for a reasonable number of computers.

    9. Re:Other ISPs start to do this? by Anonymous Coward · · Score: 0

      These accounts should be disabled. Re-enabling them is easy to do, but the owners need to wake up and secure their systems instead of saying "I put in patches last year, isn't that enough?"

      Moreover, the article is out of date and dead wrong: Comcast has been blocking typical virus ports for at least three weeks if not longer, as my 47eBnt probes from a buddy's home system show.

    10. Re:Other ISPs start to do this? by andy+landy · · Score: 2, Informative

      Some ISPs worth their salt do this already. I had a mate (who uses the same ISP that I do) and got disconnected as one of his housemates got a spam-relay trojan.

      They had no hesitation reconnecting him once he'd fixed the problem, but the fact is that they noticed and acted.

      The ISP in question is Eclipse Networking (UK) who are a really good ADSL supplier. (I've got 8 public IPs and reverse-DNS)

      It would be good if more ISPs took the time to sort this stuff out, often it's people who don't even know their machine has been hijacked.

      --
      perl -e 'print "Just another Perl newbie\n";'
    11. Re:Other ISPs start to do this? by drinkypoo · · Score: 5, Informative
      Unless you have supplied the cable modem, this only works when your cable provider is stupid. I worked for Cisco (interesting that their name crops up so many times on that page) and I happen to know that as they shipped the software to their licensees (among them sony and samsung) it looks for a configuration file only on the cable interface, and never on the ethernet, so in order to hijack the modem you would need your own cable head end (cisco calls them a uBR) and an up-converter, and you would have to hook it up to that head end at least every time you started it up.

      Now, most cable modems have solder pads for a diagnostic connector, which is usually a 3 wire RS-232 serial connection. Sometimes it uses an unusual voltage, and you need a little box to change the levels. If you got access to the diagnostic connector, and your modem had the proper flash image in it, then you could program it through the diagnostic interface.

      I can imagine that some modems you purchase from Fry's or what have you will look for config on ethernet, though I doubt many of them do.

      For more insight on why this typically won't work, the default route on the device typically points to the cable interface, or does not exist if the cable interface is not hot, and the device has two modes of operation with regard to IP addresses on the internal interface; either it sets itself to 192.168.100.1, or it sets itself to whatever the config file tells it, and it starts proxying DHCP requests. Either way it is not going to be able to find your bogus TFTP server on the network unless it is badly misconfigured to begin with.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    12. Re:Other ISPs start to do this? by TykeClone · · Score: 5, Interesting

      But that's a bummer to get disconnected if you were to need to download stuff like updated antivirus signatures or fixit tools to get the machine back into shape.

      --
      A fine is a tax you pay for doing wrong and a tax is a fine you pay for doing all right.
    13. Re:Other ISPs start to do this? by EvilAlien · · Score: 2, Interesting
      "Back in 2002"... thats funny. Modems were being disabled for abuse before AT&T got into the broadband business when they did a chestburster to @Home.

      I don't recall having ever actually shut off someone's DSL modem back in 1997/1998 when we deployed it at ISP Employer At The Time, but back then we were just happy when the shit worked for any length of time.

      Suspending modems for abuse is nothing new... what is new is the level of worm activity that makes it really difficult to scale for any ISP of a respectible size. Don't blame the ISP's abuse departments, blame the marketing people who refuse to educate customers and prospective customers about security basics.

      --
      perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
    14. Re:Other ISPs start to do this? by DR+SoB · · Score: 1

      Other ISP's have been doing this for a while. Rogers Communications [rogers.com] has been doing this for a while in Canada, I know of a few friends that actually had their service cut after 2 warning emails.

      --
      Mod +5 Drunk
    15. Re:Other ISPs start to do this? by caseydk · · Score: 3, Insightful


      While activating my Cox Cable access the other evening, they actually require you to disable all firewalls (hardware and software) and connect to the internet.

      Then, if you have problems once you turn on your firewalls, multiple techs have recommended, "Just turn it off, the connection will work fine!"

      Right.... here, let me put this un-firewalled box on the internet.

      I don't care what OS you're using, this is a bad idead.

    16. Re:Other ISPs start to do this? by phaze3000 · · Score: 1
      I used to have a Motorola Surfboard 4100 and I can confirm that this does work - it was quite happy to get my specially crafted file from my PC via ethernet.

      I must say I always wondered why the device wasn't made in the way you describe though..

      --
      Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
    17. Re:Other ISPs start to do this? by mustangsal66 · · Score: 1

      Uncapping will become more and more difficult as time passes. We're a DOCSIS 2.0 ISP for a national cable company. The firmware we use on our cable modems only allows tftp access (the method cable modems get their config file) through the RF port on the modem. Older firmware / modems would allow tftp through either the ethernet port ot the RF port.

      Once an hour, modem data is collected, and checked against our DB of configs. If there is a difference in the MD5 checksums, the modem gets bumped, and the customer notified.

      We also do shutdown modems that are passing viral/worm traffic. Customers get one warning and 24 hours to clean it up.

      We've also started blocking out bound SMTP traffic to other then our servers (There are ways to request access if you host your own email elsewhere)

      Oh, and the writer of Beagle.k is on my shitlist. The number of support calls that the call center had to take because of this virus is amazing.

      "No sir, we did not and will never send you an email attachment. Please delete it."

      --
      Why worry? Each of us is wearing an unlicensed "nucular" accelerator on his back.
      Sig changed for readability by G.W.
    18. Re:Other ISPs start to do this? by ookabooka · · Score: 2, Informative

      I dunno, i hacked my cable modem just through the ethernet port, its a motorola surfboard something (4600? not too sure about the number, not at home). For those of you who are skeptical i will give u a brief overview of what i did. I first found out what the ip was for the TFTP server on comcast for their cfg file something like 10.32.14.1. I then used tftp client on my computer and downloaded their config files and MD5 encryption keys ( i think i had to set my computers ip to that of my cable modem to do it, another 10.32 ip) Then i just set my comp's ip to their tftp servers ip, and set up a tftp server (after modding the config files of course, i had the encryption key in hand, so this wasnt difficult). Rebooted my cable modem using the http interface, about 50% of the time it would correctly load from my tftp, the other 50% from their tftp. Had 1500kb/sec down, 700kb/sec up. . . after about 2 months comcast caught me and gave me slap on the wrist, no job offer though:(, they realzed there was a hog on their network, and checked their modem's config files. . . mine was a tad suspicous :) Everyone i have told this to yells at me for being a liar and that you really cant do it. . .I dont know why it went through the ethernet, but it did, perhaps the newer modems dont, but mine does. I feel like Einstein. . . the universe does too expand.

      Getting to the topic, it would be possible for me to write a program to do that all automatically, but it would be extremely ornate, and probably not worth the trouble.

      --
      If you are about to mod me down, keep in mind that this post was most likely sarcastic.
    19. Re:Other ISPs start to do this? by The-Perl-CD-Bookshel · · Score: 2, Interesting

      I work at Circuit City and people come in all the time and ask me for Norton or Mcafee. They say that their isp told them to get it or they can't turn their internet connection back on. Most of the people in my area are Patriot media or Comcast (both cable modem). I know for a fact that Patriot will shut your service off if they detect that you have a virus that could harm the network, or others.

      --
      I don't keep a lid on my coffee so when I walk around I look busy -me
    20. Re:Other ISPs start to do this? by cayenne8 · · Score: 1
      "While activating my Cox Cable access the other evening, they actually require you to disable all firewalls (hardware and software) and connect to the internet."

      They (Cox) never made any type request like this to me....Just hooked up the modem to my Wireless Router...and voila...it was up and running.

      This was about a month or two ago I got hooked up.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    21. Re:Other ISPs start to do this? by runderwo · · Score: 2, Informative
      You can argue from authority all day long, but you're still wrong. The Surfboard series (at least those manufactured up until 2002) were vulnerable to an ARP poisoning attack.

      I verified this myself. Set up a TFTP server on an interface with the same IP address as the headend. Then as you reboot the modem, be constantly pinging the modem's HFC IP address through the spoofed interface you created. The cable modem, when it comes up, will then try to TFTP its config file from YOUR machine and not the headend, because you have injected your MAC address into its ARP table for that IP address.

      The encryption on the configuration file wasn't a big deal either, because you could get most of the needed information via SNMP IIRC. Most ISPs now disable SNMP and have bots scanning for connections where the actual speed doesn't match the account information.

    22. Re:Other ISPs start to do this? by Chutzpah · · Score: 2, Interesting

      Theoretically, if you are willing to mess with your diagnostic connector, you could use it to get the firmware off the modem, edit the binary and make the modem get 2 config files, one off the ethernet, and one off the cable Then use the one off the ethernet for the actual config, and if the cable company requests the config file, send them the one from cable connection.

      It wouldn't be the first time someone modified hardware by editing binary firmware.

    23. Re:Other ISPs start to do this? by valkraider · · Score: 1

      If it is indeed trivial, can someone please write a "worm" that will get friggen "Port Forwarding" to work on my Piece-of-Sh1t ActionTec 1520 DSL modem?

    24. Re:Other ISPs start to do this? by Anonymous Coward · · Score: 0

      Disable the virus, get re-connected, and then really clean it from your systems using the online tools...

    25. Re:Other ISPs start to do this? by The+Vulture · · Score: 1

      If your modem is an older one, it is quite possible that you were able to do this. That's why a lot of the hacks telling you how to do this mention that you need a specific version of the firmware.

      The cause for it was that you would poison the ARP cache, and when the TFTP request went out, the modem had to then ARP for the TFTP server. If you timed it carefully enough (and your TFTP server matched the IP address of the real TFTP server), the request over Ethernet would typically come back before the request over the cable interface (your PC is right next to you, the cable operator's TFTP server is many hops away).

      Simple fix: Newer firmwares just don't accept any TFTP traffic over the ethernet port during those critical stages (as the simplest, hackiest fix).

      -- Joe

    26. Re:Other ISPs start to do this? by avdp · · Score: 1

      I am very familiar with uncapping methods (not that I've done it myself, hem, I wouldn't want to break my ISP's TOS). And they're are not particularly trivial for a virus to do (or a user for that matter), especially when pressing power buttons, unplugging cables, and/or reconfiguring routers (if you have one between the modem and the virus infected PC). I would say it would be amazing feat of social engineering for a virus to manage to convince a user to do these things.

    27. Re:Other ISPs start to do this? by ookabooka · · Score: 1

      AH!, your totally right, i completely forgot about ARP poisoning. I remember that at the time i would have better results if i were to ping the modem right before it synced with the server. I thought it was just superstistion but i was actually on to something (I was like 15 at the time 3 years ago, had no clue what i was doing really, just trial and error and some logic)

      anyway, its definately possible, thats all i kno.

      --
      If you are about to mod me down, keep in mind that this post was most likely sarcastic.
    28. Re:Other ISPs start to do this? by Anonymous Coward · · Score: 0

      STFU.

    29. Re:Other ISPs start to do this? by drinkypoo · · Score: 1

      Interestingly all three anecdotal data points which disagree with me deal with the Surfboard. I guess GI/Moto are the only guys who couldn't get it right. If there are any cable providers out there reading this, they are almost certainly making sure their next modem is based on a cisco reference design :)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    30. Re:Other ISPs start to do this? by Kahm-Hime · · Score: 1
      Well, they can hardly say "Well, turn it on and our network tech will be at your house immediately to reconfigure your malfuntioning software firewall", and "We won't let you on the internet until you get that fixed because running without one is unthinkable" isn't much better.


      Most of these people don't have the know-how to fix it themselves, and tech support can't be expected to fix the regurgitated pap that passes for operating systems that some of these people use. (Like 7year old installs of Windows 95, or Windows XP with 4 virus scanners and a dozen spyware programs.)


      I work tech support for a big ISP in Canada, and the number of problems caused by broken or incorrectly configured firewalls are staggering.

    31. Re:Other ISPs start to do this? by Anonymous Coward · · Score: 0

      Well, those AOL CDs have to be good for something.

      Seriously, if you let yourself get infected (because, seriously, at least 90% of the time they're preventable) and then let it keep running long enough for your ISP to notice and cut you off (it's gotta take a couple weeks, at least)... you don't exactly have a lot of excuses left.

      Format, reinstall, if you really are that clueless. Otherwise, suck it up and fix your system, and don't bitch about doing something you should have done a long, long time ago.

    32. Re:Other ISPs start to do this? by Brendan+Byrd · · Score: 1

      Spoken like a true non-user of broadband. *smack* As an employee of a broadband company, I'll just quietly snicker at this comment.

    33. Re:Other ISPs start to do this? by Anonymous Coward · · Score: 0

      I'm pretty sure that attitude has more to do with two things:
      1) Poor Windows-based "firewall" software that just plain doesn't work as advertised
      2) Novice users who don't understand why they have a firewall
      3) Novice users who don't know how to configure their firewall

      A lot of the blame certainly rests on the part of the user, but there's some "Firewall" software out there for windows that's just plain ridiculous.

  2. Yes Yes! by canwaf · · Score: 5, Insightful

    Because we all know Corporations policing is a VERY GOOD THING!tm

    1. Re:Yes Yes! by p2sam · · Score: 5, Insightful

      Here is my preference for internet "policing" in decreasing order:

      1. user self-policing
      2. ISP self-policing
      3. federal government "pound-me-in-the-ass" policing

    2. Re:Yes Yes! by Anonymous Coward · · Score: 5, Interesting

      Because we all know Corporations policing is a VERY GOOD THING!tm

      It's presumably a terms-of-service violation so technically you're in breach of contract and they can do what the hell they want.

    3. Re:Yes Yes! by OECD · · Score: 5, Interesting

      Because we all know Corporations policing is a VERY GOOD THING!tm

      Well, a coworker brought in his virus-ridden computer for me to take a look at, precisely because Comcast threatened to turn off his pipe. The interesting thing is that he knew he had a problem, but because he could work with a slower computer he didn't take care of it. So at least one zombie box that would have been 'put up with' by its owner is now off the net.

      OTOH, I'm worried about the precedent this sets. Who knows what other things will bring the 'death penalty' from the ISPs? What ports will be shut down because 'you don't need them'?

      --
      One man's -1 Flamebait is another man's +5 Funny.
    4. Re:Yes Yes! by nacturation · · Score: 3, Insightful

      Because we all know Corporations policing is a VERY GOOD THING!tm


      It's their service and you're likely violating their AUP by allowing (through ignorance) your machine to be a spamming source. They have every right to police their own network to enforce their TOS.

      After all, we've seen how well relying on users to police themselves has worked.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    5. Re:Yes Yes! by thales · · Score: 2, Interesting

      As a Matter of fact yes, having the owners of Networks policing them from abuse that affects other people on the Network as well as third parties is a very good thing, even if they are Corporations. Much better than having a knee jerk reaction of "a business did it so it's evil".

      --
      Quemadmodum gladius neminem occidit, occidentis telum est
    6. Re:Yes Yes! by ThisIsFred · · Score: 2, Insightful

      Well, because one corporation can't police its own defective products, I guess this is the better alternative. And I wish they would start throwing the switch on accounts that are sending out dozens of virus-infected e-mail messages. I'm sick of deleting them from my inbox, and so are my users.

      --
      Fred

      "A fool and his freedom are soon parted"
      -RMS
    7. Re:Yes Yes! by DaHat · · Score: 1

      As for your second point... come to south dakota on the midco network... According to the ISP... residential customers no longer need ICMP traffic. Boy I miss being able to ping out!

    8. Re:Yes Yes! by thegrommit · · Score: 5, Insightful

      Here is my preference for internet "policing" in decreasing order:

      1. user self-policing


      That might be true in an ideal world. However, these users were disconnected because they failed to police themselves.

      I know someone who's running a Win98 box thats been infected with SoBig.F for over a month. Yet his copy of Norton AV has been sitting on his desk for the past year. His excuse for not cleaning it up? No time and he doesn't want to reinstall everything.

      I'd say it's fair to assume that the vast majority of these Comcast customers are just like him - clueless and happy that way.

    9. Re:Yes Yes! by dillon_rinker · · Score: 4, Insightful

      Would you be willing to pay more for ICMP?

      I don't mind so much if consumers are offered consumer-grade access. It does bug me, though, that EVERYONE was once offered geek-level access for $9.95/month and now you get port 80 inbound for $21.95/month. If you cut your service, you should cut your pricing.

    10. Re:Yes Yes! by 47PHA60 · · Score: 4, Interesting

      I agree with you on your second point. I am a comcast customer because they let me connect out to any port and leave all inbound ports open, which I need to test things as part of my job.

      My dream ISP service agreement would be one that guarantees full access to all ports and protocols, but the ISP reserves the right to shut off my connection if it is hijacked.

    11. Re:Yes Yes! by principio · · Score: 1

      I worry about ISP's shutting down connections for people who are sending out virus e-mails. A lot of the newer viruses going around forge the headers, making it harder to identify the person who is actually sending the e-mail.
      Just yesterday, one of my customers got an e-mail from someone at cox that, well, would have made a longshoreman blush. A string of profanity, followed by threats because the sender waas certain that my customner was sending him "virus spam". She is an 80 year old Mac user.

    12. Re:Yes Yes! by DroopyStonx · · Score: 4, Interesting

      Because we all know Corporations policing is a VERY GOOD THING!tm

      Wow, you make it sound like a conspiracy theory as if your rights are being taken away. What they're doing is right. It's THEIR network, they can do whatever you want. It's not like you have a right to use the internet.

      If I owned an ISP and some computer illiterate moron failed to keep up with patches, I would dump them too. People need to start getting with it and taking responsibility for their own actions. How many years now have all kinds of viruses and worms been glorified in the media? Far back as I can remember.. so saying, "Well, I didn't know" no longer cuts it.

      If you're gonna go on someone's network, the least you could do is be kind enough to educate yourself about how to update/protect your own PC.

      --
      We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
    13. Re:Yes Yes! by KC7GR · · Score: 4, Interesting

      You're obviously not a SysAdmin, or someone else who runs mail servers. Otherwise, you'd be cheering very loudly (and a lot less sarcastically) in response to this (as I am!)

      I've lost count of the number of times a virus-infested "spammer zombie" Comcast box has tried to hit our mail servers, and the problem's been going on for at least the last six months. In fact, it has gotten bad enough that I have two entire domains (client.comcast.net and client2.comcast.net) blocked out of our servers altogether.

      If Comcast's cable broadband customers are too ignorant or too stupid to take even the most basic of computing security precautions, why should the rest of the 'net have to suffer for their utter lack of responsibility for their systems? If they lose their connection until they TAKE RESPONSIBILITY for cleaning up their system, they have only themselves to blame.

      I, for one, am stunned that Comcrap actually DID something useful! Their abuse-handling unit has, in times past, shown all the responsiveness of a sun-warmed snail on vallium.

      --

      Bruce Lane, KC7GR,

      Blue Feather Technologies

    14. Re:Yes Yes! by SW6 · · Score: 1
      My dream ISP service agreement would be one that guarantees full access to all ports and protocols, but the ISP reserves the right to shut off my connection if it is hijacked.

      Like my ISP? Slightly less than 28 of your Earth pounds a month for the 500kb/s connection, and I've got a couple of /28 networks hanging off it.

    15. Re:Yes Yes! by tomstdenis · · Score: 1

      Um only if you're a moron sysop [oh wait... yeah ok I can see your point ;-)]

      The top line of the received headers will be the last hop where the email came from. You can't forge that [unless your smtp server has been exploited]. So you just pick on the dude at the top [which is most likely the infected user].

      Tom

      --
      Someday, I'll have a real sig.
    16. Re:Yes Yes! by xfrosch · · Score: 1

      hmm. Comcast shut me down for listening on common ports (admittedly this was shortly before @Home packed it in).

      Frankly, I haven't checked the TOS lately, but they also used to prohibit business use on residential accounts; they've never screwed with my VPN connections though.

    17. Re:Yes Yes! by ThisIsFred · · Score: 1

      The answer to this is a line that the receiving SMTP server adds to the headers that indicates the origin. If the SMTP server does a lookup on this, and finds it is being hostname or IP spoofed, it should dump the connection.

      --
      Fred

      "A fool and his freedom are soon parted"
      -RMS
    18. Re:Yes Yes! by David_W · · Score: 2, Insightful
      It's presumably a terms-of-service violation so technically you're in breach of contract and they can do what the hell they want.

      I think you missed the point of the parent entirely... just because you can do something doesn't mean you should do something. Yes, the contract allows Comcast to cut off users like that, but do we want them to? And, in what other situations do we want them to (or not to)?

    19. Re:Yes Yes! by principio · · Score: 1

      Yes, which I explained in datail to the sender. My concern is that people like his will start reporting to her ISP that she is sending out spam and viruses, and instead of investigating the matter, they'll just shut off her pipe until she proves herself innocent.

    20. Re:Yes Yes! by 47PHA60 · · Score: 1

      Yeah, here in the US we don't really have any competition in the market. My choices are Comcast for bandwidth, and RCN for a more reliable service agreement, but slower speeds.

      My Comcast connection is 3Mb, and RCM would be 384Kb.

      I would certainly like an ISP that would connect to a residence and would allow what they call "business use."

    21. Re:Yes Yes! by tomstdenis · · Score: 1

      Well most sysops I know [like for my ISP] require you to send the full header details so they can check it themselves.

      I mean there is of course potential for people to be ignorant/lazy. That's when you switch providers or sue or BWABFCB.

      I'd personally have no problem with ISPs doing this. When @home moved to rogers.com my account went down for 3 weeks. I got that month for free and a few other months for 1/2 price as their little "re-payment". It worked. I've been with the very same ISP ever since and their service has otherwise been very very good [e.g. I can't recall the last time it went down].

      So the moral I guess I'm getting at here is in the end things will work themselves out. ISPs with clueless sysops will fold or lose business and ISPs with clued in sysops will fare better.

      Tom

      --
      Someday, I'll have a real sig.
    22. Re:Yes Yes! by dAzED1 · · Score: 1
      well your point is bad. The ISP will know if she is sending out traffic. People can forge whatever headers they like, but her ISP will know if she's participating in a known DDoS (since the targets are well known soon) and they'll know if she's throwing out a lot of smtp traffic.

      So...your point is pretty flawed. The headers only fool the recipient, not the sender or the sender's isp.

    23. Re:Yes Yes! by lynx_user_abroad · · Score: 2, Insightful
      However, these users were disconnected because they failed to police themselves.

      How do you know that?

      I had thought one of the things us enlightened slashdotters loved about the Internet was that we could set up our machines to do whatever we wanted them to do without approval from our ISP. While I hate spam and spammers as much as I hate Illinois Nazis, I've always accepted that a free Internet demanded that we allow people to configure, mis-configure, or allow to become misconfigured any way they wanted to.

      This is yet another bad precedent we're being encouraged to believe is good for us.

      Freedom demands eternal vigilance, and you just gotta do it for yourself. That doesn't mean you can demand others apply that vigilance to their own lives; their concept of Freedom might just be different than yours.

      There are valid reasons why I shouldn't run a spambot. But are there any valid reasons why I shouldn't be allowed to run a spambot?

      --

      The thing about things we don't know is we often don't know we don't know them.

    24. Re:Yes Yes! by JDBrechtel · · Score: 1

      I think he agrees with you. Clearly many users are like your example thus the next level of acceptable policing is corporate....so that the government doesn't come in with "pound-me-in-the-ass" policing.

    25. Re:Yes Yes! by JDBrechtel · · Score: 3, Insightful

      What exactly would you prefer?? The users are NOT going to take care of this themselves unless they're forced to. It's like having a car with a really bad emissions leak...it's screwing up the environment for everyone else. Only in that case the government steps in and makes them fix it....not doing so is ILLEGAL. I'd rather it be a corporate policy than a law personally.

    26. Re:Yes Yes! by Anonymous Coward · · Score: 5, Funny

      Are there any valid reasons why I shouldn't be allowed to stand on the street corner and quietly slip dog crap into the pockets of people walking by?

    27. Re:Yes Yes! by Pointer80 · · Score: 5, Insightful

      > There are valid reasons why I shouldn't run a
      > spambot. But are there any valid reasons why I
      > shouldn't be allowed to run a spambot?

      Yes, because it _will_ (NOTE: not 'can') be used to relay spam to other networks. This is costing other people time and money.

      /pointer

      --
      [%- PROCESS life -%]
    28. Re:Yes Yes! by the_mad_poster · · Score: 4, Insightful

      Yes, the contract allows Comcast to cut off users like that, but do we want them to?

      What an easy question. Yes.

      These people DO have the capability to take care of themselves. However, they have repeatedly shirked the responsibility of learning the basic tenets of computer use on a connected, global network.

      Comcast is cutting these people off and basically walking them through the process of using their computer like they're helpless small children because, frankly, when it comes to computing, they are. There are plenty of resources out there to teach you some very basic safeguards that require only common sense and a few guided mouse clicks to eliminate a huge portion of this problem. These people consistently refuse to use these resources, or simply choose to ignore them when it becomes slightly inconvenient to do otherwise. How many people ran out to find out how to turn off the deep-sixing of executables in Outlook when Microsoft added that feature? Did these idiots run out to find out why their PC was rebooting, how they got infected, and how they could prevent similar attacks in the future when Blaster hit? Of course not. They still don't patch, they still execute attachments, they still download and run crap like Gator, they're still grabbing executables off of Kazaa, and they STILL aren't turning on ICF. I could understand people getting burned once, but these imbeciles are getting burned again and again and again by the same thing over and over. I mean, look how lazy these spam-virus writers are now. They have the ultimate exploit: people with an IQ of about 2 when they're around computers. Shit... the goddamn viruses come with instructions on how to install them now and these morons are STILL getting infected!

      Look, I'm sorry, but we don't let mentally retarded people do a lot of dangerous things in "real" life, why should we let the Internet equivalent do the equivalent things on the net? It's not exactlyl a matter of freedom, it's a matter of truly incompetent people repeatedly failing to live up to even the most basic obligations of owning a broadband connection.

      I see no problem with this, whatsoever. In fact, I hope they start barring chronic offenders from the network permanently if they can't even take basic care of the connection.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    29. Re:Yes Yes! by JudicatorX · · Score: 2, Insightful
      Yes, the contract allows Comcast to cut off users like that, but do we want them to?

      If you'd see the piles of spam everyday that my coworkers and I get, even the filtered stuff, every day, in addition to the stuff on all my other accounts, you'd want them shut down too.

      Let's not even start on the virus-spewing zombies...

      --
      "It is a good divine that follows his own instructions" - Portia, The Merchant of Venice
    30. Re:Yes Yes! by the_mad_poster · · Score: 5, Insightful

      Would you be willing to pay more for ICMP?

      Absolutely not. I signed a contract that said "internet access". Correct me if I'm wrong, but ICMP is still an internet protocol, is it not?

      Earthlink started blocking outbound 25. I dropped the sum'bitches like a bad habit. If I want "web access" I'll go waste my money on AOL. If I signed up for "internet access" you can be damn sure I'd better be getting. I think there's a potential breach of contract case if my ISP decides to start chopping out protocols, depending on other wording in the agreement (and "we can do whatever we want without telling you" isn't absolute in the eyes of a court - those kind of sweeping, general clauses are meant to scare consumers, not withstand a lawsuit).

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    31. Re:Yes Yes! by loftis · · Score: 2, Interesting

      I have to interject here that we have a major lack of education problem.

      It's hard enough for us as techno-people to keep up with configuring and patching our systems, and keeping the virus defs updated, and the firewall secure. Now we expect John and Jane User to do it while they still think that the E-icon on the desktop 'IS THE INTERNET.'

      While it is good that Comcast is doing something about the problem, this is a bad solution to the problem.

      We as the People-Who-Know need to be spending time helping those who don't to become self-reliant, rather than telling them 'Sorry. You can't access the net until you clean up your system. Sorry, I can't really help you do it. Call someone else.'

      Anyone agree with this?

      --
      Developing Retail Point-of-Sale Software
    32. Re:Yes Yes! by Anonymous Coward · · Score: 0

      At least some of Earthlink's dial-up PoPs have begun blocking ICMP as well.

    33. Re:Yes Yes! by lone_marauder · · Score: 1
      It's interesting to see what cost technology people put on freedom:
      • Death of a multi-billion dollar media distribution industry == OK.
      • I have to add a few lines to my blocklist == More power to The Man!
      I am not saying what Comcast is doing is wrong in this case, if they are doing what they say they are. I just find it interesting how and when we stop looking at issues critically because of how they line up with our prejudices.
      --
      who are those slashdot people? they swept over like Mongol-Tartars.
    34. Re:Yes Yes! by Anonymous Coward · · Score: 5, Insightful

      I had thought one of the things us enlightened slashdotters loved about the Internet was that we could set up our machines to do whatever we wanted them to do without approval from our ISP. While I hate spam and spammers as much as I hate Illinois Nazis, I've always accepted that a free Internet demanded that we allow people to configure, mis-configure, or allow to become misconfigured any way they wanted to.

      Since when is the internet free? Freedom of speech is a whole lot different from the freedom to use/abuse the connection you purchased from your ISP in a manner which violates the contract you have with your ISP.

      This is yet another bad precedent we're being encouraged to believe is good for us.

      Bullshit.

      Freedom demands eternal vigilance, and you just gotta do it for yourself. That doesn't mean you can demand others apply that vigilance to their own lives; their concept of Freedom might just be different than yours.

      There are valid reasons why I shouldn't run a spambot. But are there any valid reasons why I shouldn't be allowed to run a spambot?


      Sure, because as part of your internet service you agreed to follow an Acceptable Use Policy given by your ISP. If you then violate your agreement, you give up your right to the freedoms your ISP granted to you.

      This isn't some kind of constitutional right. You are paying for a commercial service. Part of that transaction involves certain restrictions in what you're able to do with the service. If you do not like those restrictions, you can choose to not use the service and either start your own or find an alternate service more to your liking.

      But don't whine about how your supposed freedoms are being trampled on. It's nothing of the sort.

    35. Re:Yes Yes! by DaHat · · Score: 1

      One problem you can end up with is the contract/user agreement its self, I'd have to do some digging, but midco like many does not guarantee quality of service, nor what type of service they permit, as well as the bi%# clause, that they can change the user agreement at any time, for any reason with out notice.

    36. Re:Yes Yes! by Anonymous Coward · · Score: 1, Redundant

      If you have a highly contagious disease, and the medical community knows you are highly contagious, is it right for them to allow you to go see a movie?

      There is no such thing as absolute freedom. We can't jump off a cliff and exempt the law of gravity.

      Society puts limits on like these to protect the majority from the misdeeds (whether active or passive) of the minority.

      The question is, are these limits excessive?

    37. Re:Yes Yes! by Anonymous Coward · · Score: 0

      If you believe the contract, they can do whatever the hell they want whenever, whether you are in breach of contract or not. That's the modern US business model for consumers.

    38. Re:Yes Yes! by Anonymous Coward · · Score: 2, Funny

      OTOH, I'm worried about the precedent this sets. Who knows what other things will bring the 'death penalty' from the ISPs? What ports will be shut down because 'you don't need them'?

      Then look at the next step. Your ISP will come to your house and KILL you!!! OMG, ISP's are going to kill people!!! It's all Bush's fault!!! He wants to KILL YOU!!!! Run Run, Fear, Panic!!!!

      At least that's how I see things will progress.

    39. Re:Yes Yes! by southpolesammy · · Score: 4, Insightful

      By any chance, would you be willing to CC this extremely excellent posting to all of the major ISP's, starting with RoadRunner? I was dealing with them regarding on of their users who most likely had an infected PC that he/she didn't know anything about, but was sending me virus-infected email for six months, and all the while, repeated attempts at communication with RoadRunner were totally useless. Their abuse@rr.com is an auto-responder, there is no telephone number for info-security, and the online techs could offer no assistance either.

      I'm sure my cust-serv problems are more related to the whole "No Help Helpdesk" thread of a few weeks back, but at what point do/can we start holding the ISP's liable for their users?

      --
      Rule #1 -- Politics always trumps technology.
    40. Re:Yes Yes! by arivanov · · Score: 5, Insightful
      But are there any valid reasons why I shouldn't be allowed to run a spambot?

      Why not. But you should be made responsible for all done with it. That includes, but is not limited to selling controlled substances, assisting the sale and smuggling of controlled substances across country borders, selling counterfeit/pirated software, financial and mail fraud.

      So if you have deliberately decided that it is OK for you to run a SPAM bot, you should also agree to be held responsible for what it is used for.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    41. Re:Yes Yes! by thegrommit · · Score: 5, Insightful

      From the article (you did read it didn't you?):

      40 Comcast customers who have sent out more than 100,000 e-mail messages a day, with many sending close to 1 million daily e-mail messages

      The net is a shared resource. When your "misconfiguration" screws it up for the rest of us, you get no sympathy from me.

      I'm no fan of corporate policing, but these people had the same opportunities to lock down their machines as everyone else. They failed to exercise that ability, and are now paying the price.

    42. Re:Yes Yes! by Anonymous Coward · · Score: 0

      Get a T1. They're only about $600/month, and if it's that important to you, it's worth it.

    43. Re:Yes Yes! by 4of12 · · Score: 4, Insightful

      You think you're funny, but you're damn right!

      Enforcement should be delegated and hierarchal, just like DNS lookups.

      If a clueless and lazy user can't bother to patch up their box, then the ISP should cut `em off.

      If the ISP is too cheap and lazy to enforce good network behavior on their users, then their broadband provider should cut `em off.

      All the way to the backbone, to the biggest router!

      Start with the premise of responsibility, enforce only when responsibility is not exercised.

      --
      "Provided by the management for your protection."
    44. Re:Yes Yes! by drinkypoo · · Score: 5, Insightful

      I sure don't agree with you. Use of the internet is a privilege, not a right - like everything else in this world. Think you have a right to life, liberty, and the pursuit of happiness? That's poppycock, because if your pursuit of happiness infringes on someone else's, let alone their life or liberty, society might decide to take away your life or liberty in turn, because you have abused it. You must have a license to drive, even though you pay for the car. Why should the internet be any different? The lack of education problem is not the responsibility of those in the know, it's the responsibility of the user, just as knowing how to drive is the responsibility of the driver, not of people who know how to drive. If it were, then race car drivers would never have time to race, because obviously they know more about driving than the rest of us, and they should be teaching people how to drive, right?

      There is such a thing as lack of malicious intent, which is why it's reasonable to prevent these people from spamming, but not to take away their computer. If you pick up a gun, knowing it is deadly but not knowing how to operate it, and you kill someone with it accidentally, you are still guilty of manslaughter. You should really have not picked the thing up since it's deadly and you have no idea what you're doing. If you operate a computer, and you leave it unprotected and you spam people, you are still guilty of spamming. You should really not have plugged the thing in to the internet since you don't know what you're doing.

      In both cases, there is no law that says you must be certified before you operate the device in question; in both cases, no one can take responsibility for your education but you. In both cases, you should pay the price for your lack of responsibility because an action once taken cannot be undone.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    45. Re:Yes Yes! by GreyPoopon · · Score: 4, Informative
      While it is good that Comcast is doing something about the problem, this is a bad solution to the problem.

      We as the People-Who-Know need to be spending time helping those who don't to become self-reliant, rather than telling them 'Sorry. You can't access the net until you clean up your system. Sorry, I can't really help you do it. Call someone else.'

      Comcast is already doing this. From the article:

      "Comcast says that it is aware of the problem, is alerting customers who were hacked and helping them secure their computers."
      So, they block their access to trigger the support call, and then help them secure their machine. I think this is the right approach.
      --

      GreyPoopon
      --
      Why is it I can write insightful comments but can't come up with a clever signature?

    46. Re:Yes Yes! by hendridm · · Score: 1

      > What they're doing is right. It's THEIR network, they can do whatever you want. It's not like you have a right to use the internet.

      Should the same concept apply to the power company? How about Microsoft? I would agree completely if there were choices, but since broadband constitutes a natural monopoly in some areas, it's not like we have much choice. I want to use the Internet as a well-intentioned consumer, but I don't want to be abused by my provider. The fact that it is a natural monopoly means they can't just "do what they want". It has to be reasonable.

      I support the idea of shutting off zombie machines, however, if my provider restricts my access, am I just supposed to live with it? Perhaps. I just hope the local power company doesn't decide to shut off my power for an hour per day to conserve. It is their network, after all, and I can live without power for an hour (in the warmer months anyway).

      Before you say, "well, move to an area that has cable AND DSL," I would say that having two mega corporations in charge instead of one doesn't make much of a difference in quality or choice.

      All we're asking for is for the cable providers to be reasonable. Shut off offenders, offer some explanation why, and please allow those of us who know how to take care of our machines access to the ports and protocols we need.

    47. Re:Yes Yes! by CKW · · Score: 2, Funny


      Maybe you should claim that you are the author of some (benign) sub-component of the Virus, and as such you'll be able to send them a DMCA request for the identity of the user.

      Betcha the tech who saw that would get a laugh, and probably put it through!!

    48. Re:Yes Yes! by BlankTim · · Score: 2, Interesting

      Nope.

      I've spent the last 6 years "educating" computer/internet users.
      With very few exceptions, the vast majority of them still "don't get it".
      I'm more than happy to help people with this stuff, but I won't do it for free any longer. Better to be a well-paid whore, than just a whore.

      As an ISP, Yes, I expect my customers to keep their machines patched, their AV up to date, and their firewall configured properly.
      If their system becomes compromised, it is THIER responsibility to clean it up. Not mine.

      All that spam grandma's compromised emachine is spewing may lead to my mail servers being blacklisted. At the very least it increases my workload. Sorry. Not going to put up with it.

      Once they've cleaned thier mess up (and yes, it IS THEIR mess), I'll let them back on the network.
      Hell, I dropped a customer entirely a few weeks ago because they kept getting pwned. 10 incidents in 3 months. Sorry, but your $20.00 a month isn't worth *that* much work.

      --
      Just once, I'd like it if someone called me "Sir".
      Without adding, "You're creating a scene."
    49. Re:Yes Yes! by DR+SoB · · Score: 1

      You make some good points.. VSAT users should pay attention, as I've had it out with some VSAT tech's before. Many VSAT networks DO NOT properly support ICMP protocol. They say it is too much of a burden on there network. If you want true IP, stay away from Satellite internet access!!!

      --
      Mod +5 Drunk
    50. Re:Yes Yes! by goatan · · Score: 0
      There are valid reasons why I shouldn't run a spambot. But are there any valid reasons why I shouldn't be allowed to run a spambot

      the resons you shouldn't run on in the first place talk about ansewring your own question. do you have a valid reson for you to be allowed to run a spam bot.

      --
      Saying Apple is better than MS is like saying Botulism is better than rabies.

    51. Re:Yes Yes! by SlydogSZ · · Score: 0, Troll

      "So if you have deliberately decided that it is OK for you to run a SPAM bot, you should also agree to be held responsible for what it is used for." Just like gun makers are responsable for what their guns are used for ?

    52. Re:Yes Yes! by gamgee5273 · · Score: 4, Insightful
      As with all things free: when your freedoms begin to infringe upon my life and my freedoms, you are abusing them.

      Secondly, Comcast is a company. They are in business to make money, not to allow you the freedom to do with your net connection in any way you see fit. The way you express your thoughts in such a matter is via freedom of choice and you leave Comcast for another company.

      The Internet may indeed be free, but access is not. Pay the company you prefer to go with or go into business yourself. However, don't attempt to cloud the discussion with a foggy definition of what "freedom" means and what your responsibilities are within a "free" system.

    53. Re:Yes Yes! by caseydk · · Score: 1


      What's an Illinois Nazi?

    54. Re:Yes Yes! by Anonymous Coward · · Score: 0

      haha you're comparing electricity to the internet? are you retarded? you don't need to be online, period. you *need* electricity, unless you want to be amish.

    55. Re:Yes Yes! by Corngood · · Score: 1

      Just like gun makers are responsable for what their guns are used for ?

      No, not like that at all, actually. Please pay attention.

    56. Re:Yes Yes! by SlydogSZ · · Score: 0, Redundant

      enlighten me on how this is different.

    57. Re:Yes Yes! by MysteriousPreacher · · Score: 1

      Gun makers aren't held responsible for same reason that Esso aren't held responsible if I buy a litre of petrol and use if to make a molotov cocktail.

      --
      -- Using the preview button since 2005
    58. Re:Yes Yes! by Anonymous Coward · · Score: 0

      You're right. I guess I'll just give up my career and become a farmer.

    59. Re:Yes Yes! by SlydogSZ · · Score: 1

      My point exactly. If I, as the previous poster sugested, run a spam bot and others use it to email out info on how to get arms or drugs, why should I be held responsable for their actions.

    60. Re:Yes Yes! by DroopyStonx · · Score: 1

      What are you talking about?

      I'm talking about infected computers with worms/viruses. They most certainly should be cut off from the ISP and any argument against it is asinine.

      If a neighbor was doing something to his power lines causing everyone else's power to be affected, then yes, I'd sure as hell hope the electric company shuts them off.

      If you don't have the knowledge to get that virus/worm off your machine, then you really shouldn't be using the internet. Get the damn thing off your machine, get some anti-virus/firewall software, then talk to your ISP about giving you access.

      --
      We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
    61. Re:Yes Yes! by krgallagher · · Score: 1

      "are there any valid reasons why I shouldn't be allowed to run a spambot?" Yes there are. It is illegal. While I am all in favor of freedom, the distibution of either spam or malicious software (viri, trojans etc.) is illegal. As such it violates the ISP's acceptable use policy.

      --

      Insert Generic Sig Here:

    62. Re:Yes Yes! by IANAAC · · Score: 0, Offtopic

      Computers aren't made to commit fraud and other crimes, although they are certainly used for it. Guns, on the other hand are made to kill or injure. That is their purpose.

    63. Re:Yes Yes! by louferd · · Score: 1

      I had a similar problem with a few ISPs when the virus outbreak of last fall took place. Weeks of almost daily attempts at contacting them were in vain. Finally I wrote a small perl script to send them an email every time one of the virus-infected systems on their network attempted to establish a connection (blocked by iptables). Within a week, all three ISPs fixed the problem. Something about ten or twenty emails a day appeals to the base animal nature of the people who make the decisions there or something.

    64. Re:Yes Yes! by walt-sjc · · Score: 2, Insightful

      I think you and the parent are missing the point entirely. These compromised machines are a HUGE problem on the net, stealing bandwidth away from other users, attacking other users / servers, spreading malware and spam, etc. ISP's that don't enforce their AUP's are as much of a problem as the users with compromised machines. In fact, maybe ISP's need to go one step further - start charging users a fee - like $200 for dealing with the issue - reconnection charge or something.

      ISP's also need to start taking more responsibility though. They should be shipping their modems with a built-in firewall pre-configured to block all inbound connections (and allow the customer to manage it via a decent web-based interface or something,) and running AV on their email servers. VERY few ISP's do either.

    65. Re:Yes Yes! by leob · · Score: 2, Interesting
      Freedom demands eternal vigilance, and you just gotta do it for yourself. That doesn't mean you can demand others apply that vigilance to their own lives; their concept of Freedom might just be different than yours.

      There are valid reasons why I shouldn't run a spambot. But are there any valid reasons why I shouldn't be allowed to run a spambot?

      There are none. Make yourself an intranet and run spambots there to your heart's content. Your freedom to run spambots ends at my incoming port 25.

    66. Re:Yes Yes! by MysteriousPreacher · · Score: 2, Insightful

      I think I wasn't completely clear there.. The point I was making is that Gun companies can't be held liable unless they break the law. For example, if the gun company sell a gun legally to someone who then commits an illegal act, the gun company is not liable. If on the other hand, the gun company sells a box of guns to FARC, IRA, Hamas or a similar illegal group, then the gun company should have some kind of liablity. If you knowingly allow your computer to be used for illegal purposes then you should be liable just as a bar owner who allows knowlingly allows drug dealers to use his premises will be punished.

      --
      -- Using the preview button since 2005
    67. Re:Yes Yes! by coupland · · Score: 1

      I share your frustration, and for the most part agree with everything you say. Really the problem isn't people who aren't computer-literate, it's people who are stupid. Whenever a big worm scare makes it onto CNN I invariably get phone calls from relatives who have internet but know nothing WHATSOEVER about computers. The conversation usually goes like this:

      "David, I haven't used my computer in a few days because I'm afraid of getting that worm. What should I do, is it safe to use the computer?"

      Usually I end up chuckling and telling them they're perfectly safe. Sometimes I have to go for a visit and patch their machine for them. But hell, at least they're smart enough and responsible enough to realize there's a problem and they should make a concerted effort to do something about it. Hell, my 77-year-old grandmother has the smarts not to install Gator or Incredimail, and to call me if she hears about a new worm making the rounds. Sure she wouldn't be able to run Windows update if you paid her, but she knows to call someone and ask for help!

      By the same token I also end up getting the phone call from the same people every 2 months complaining their computer stopped working. "Stop screwing with it then," I say. "Oh I didn't!" they protest. Sure enough, I have to go by their house and uninstall twenty screensavers, Gator, a bunch of spyware, crappy games, useless demos, the P2P flavour of the month. "Your computer is working now, do you like the fact that it's working?" 'Yes.' "So there's absolutely no reason for you to install new software once I leave, right?" 'Right.' "So you won't install anything, right?" 'Ok.'

      Two months later I'm back to fix it again. @#$%$%!

    68. Re:Yes Yes! by walt-sjc · · Score: 1

      You can buy business service (like I do) for a residence just fine. It costs more, but comes with an SLA, great support, no restrictions on servers in the AUP, etc. Hell, you can probably find an ISP willing to sell you an OC3 line if you are willing to pay for it.

    69. Re:Yes Yes! by whittrash · · Score: 1

      these users were disconnected because they failed to police themselves.

      Many users do not have a clue. The small office where I work, some people are so clueless they click on the executable attachments like candy. Perhaps the solution is not cutting them off, the solution is caning the idiots, maybe they would learn then.

    70. Re:Yes Yes! by Have+Blue · · Score: 2, Insightful

      Sorry, I think I'd prefer a usable Internet over the freedom to get thousands of viruses a day from idiot Comcast users. You should not be allowed to run a spambot for the same reason you can't hold a rock concert in your living room at 1 in the morning- the pain and inconvenience it causes everyone else (who *also* have rights and privileges and, in the case of Internet access, services they are paying for and not receiving because of the viruses) outweighs any possible benefit to you. Absolute freedom leads to anarchy and tragedy of the commons.

    71. Re:Yes Yes! by Anonymous Coward · · Score: 0

      Try thinking of it this way.

      Gun manufacturers == Spambot creator
      Gun user == spambot user

      If spambot user puts his spambot on the net and it gets used for *insert bad stuff here* then the spambot user is going to be the one in trouble and not the spambot creator. It would be like you putting a loaded pistol with the safety off on a table in a pre-school. The authorities are more likely to come after you directly than they are the gun manufacturer when "Timmy" grabs it and starts waving it around and shooting.

    72. Re:Yes Yes! by Anonymous Coward · · Score: 0

      "Caning the idiots?"

      WOW! Singaporean-style justice! I like that! 20 lashes for spam, 30 for DDoS...

    73. Re:Yes Yes! by Ryan+Amos · · Score: 2, Interesting

      Obvious troll, but I'll bite. They're not Nazis, they're in business to make money. They have AUPs that probably explicitly state that they're able to cut your service if it's deemed abusive. You also seem to have a warped concept of freedom here. You're paying to use a service, and that service comes with certain rules designed to protect both you and the provider of that service. These terms are agreed upon before you ever pay anything (it's up to you to read them or not, but by signing a contract you agree to follow them,) and if you don't want to abide by the rules, you're free not to have a cable modem. Spambots are destructive; they eat bandwidth and are a pain in the ass to other people. They're also often against the AUP of most broadband providers.

      Contracts exist for this very reason; to make sure that the terms of the agreement are fair for both sides. If you don't think they're fair, don't sign the contract. It's that simple. But you probably won't get broadband either.

    74. Re:Yes Yes! by Cromac · · Score: 1, Offtopic
      Just like gun makers are responsable for what their guns are used for ?

      Gun manufacturers aren't and shouldn't be held responsible for what guns are used for any more than Honda should be held responsible for what their cars are used for.

    75. Re:Yes Yes! by Anonymous Coward · · Score: 0
      All the way to the backbone, to the biggest router!

      That's the attitude that makes people hate SPEWs.

    76. Re:Yes Yes! by Unregistered · · Score: 1

      Uh, won't Earthlink unblock your port 25 if you call and threaten to drop? I never have since i don't run a mail server, but i've heard of it being done. Anyway, if you need more mailboxes than they allow (10 now?) there is a pretty good argument for you not being an end user anymore.

    77. Re:Yes Yes! by loftis · · Score: 1

      I have to say that I agree with all of you about users having a responsibility to keep their machines patched, etc. But as an industry we really haven't set up the tools to help them.

      Windows Update. Need I say more? The thing doesn't really work.

      Everything else is arcane to a new or uneducated user.

      I'm not advocating that Comcast is wrong. God knows, their $20 is not worth the hell that is removing the blaster worm, but...

      Directly to the spam-bot question... Why do open SMTP relays still exist on the Internet? Where is the working group that is making an authenticated (=~secure protocol) for mail transport?

      It seems to me that booting users due to spam-bots is like putting a band-aid over a compound fracture. Why not work to fix the real problem and build an authenticated (and less hackable) e-mail system with a new protocol? One that prevents a user from setting up a new relay server in minutes, on someone else's machine?

      We've built a lot of tools that are powerful, but once we find the unintended consequences, we blame the user. Is that fair?

      --
      Developing Retail Point-of-Sale Software
    78. Re:Yes Yes! by solarce · · Score: 1

      What in the hell are you talking about? I can ping just fine from any of the three Linux machines and the OpenBSD machine, the MacOS X machine, and the various Windows Machines, all sitting on one Midco provided cable modem in Brookings, SD. Not sure what your problem, but icmp in and out works fine for me and Midco is a great company, their tech that installed my stuff didn't give two hoots that I had an OpenBSD router, he just sat there will we figured out why things wouldn't work initially, which turned out to be me needed to add Midco's DNS Servers to my /etc/resolv.conf

      --
      Is a Sig really an expression of the person behind the post or just random nonsense?
    79. Re:Yes Yes! by Demonspawn · · Score: 1

      A firearm is an inanimate tool. No more, no less. It has no purpose; it can only be given one by the directive of a living, thinking human. To say otherwise is to admit you have a substantial discord with reality.

      --Demonspawn

    80. Re:Yes Yes! by tiger99 · · Score: 1
      Quite right. I am sick of spambots, it seems that there are at least 200 infected PCs with me in the Outlook address book, and none of them have bothered to do anything about it. If they are disconnected, and banned for ever from the net, I will be very happy.

      Why should we all pay for other people's stupidity?

      Of course, if it were up to me, the first time someone sent an email from Outlook, they would receive compulsory psychiatric treatment, the second time they would be banned for life. It is in fact the fault of Sir Bill and his cowboys that we are in this mess. His Criminal Monopoly has brainwashed so many people that, even when explained in words of one syllable, they can't understand that Outlook is a serious security problem, or that it can quickly, easily and at no cost be replaced by any one of a number of decent alternative email clients.

      What may start to drive a change is that IE has stagnated, in fact having done its illegal job of killing Netscape, it is of no value to M$, so it has been all but abandoned, and standards compliance (which always was number one priority with competent webmasters, who of course never use FrontPage) is becoming important again, so there is a slow but discernible swing back towards either Mozilla (or a variant thereof) or Opera, in the Windoze world. Most people who install Mozilla go for the full package, and get a decent email client. Some will even learn to use it.

      I use Ximian Evolution, currently under SuSE 9.0, at home and for my own company business, sadly have only NT and Lotus Notes at the present work site. I gave up browsing or emailing from Windoze at home about a year ago, except maybe for the occasional software download. Far less trouble, hardly ever a crash, none of them serious, and no risk of spambots on my machine, just a load of trash emails with a nice block of Windoze virus or worm code attached every day!

    81. Re:Yes Yes! by Anonymous Coward · · Score: 1, Funny

      Correct me if I'm wrong, but ICMP is still an internet protocol, is it not?

      As a general rule of thumb, anything that begins in "Internet" and ends in "protocol" is most likely an Internet protocol. :)

    82. Re:Yes Yes! by Anonymous Coward · · Score: 0

      In most places (such as Dorchester, MA) Comcast is your only choice. They f*cking know it and they exploit it. In any argument, I side against Comcast.

    83. Re:Yes Yes! by Grayputer · · Score: 1

      --Because we all know Corporations policing is a VERY GOOD THING!tm

      OK, corporate policing is a bad thing, so any spammer should be able to get an account on any ISP and send out spam in violation of the AUP agreement and the corporation shouldn't police it. Excellent plan!

      Do you work for a spammer? Do you live on planet earth? Do you actually use an email account? Do you resemble the second word of 'knee jerk'?

      Yes, arbitrary ISP restrictions suck, justified ISP restrictions do not. Yes, justified is frequently defined by the ISP but it is also policed by the users (via ISP change). Let the free market do the free market thing.

    84. Re:Yes Yes! by the_mad_poster · · Score: 1

      The problem was that I wanted to use a remote coloc SMTP server instead of the earthlink one because Earthlink's crummy server kept passing off the e-mail to 1 of something like 26 machines. At any given time, you could pretty much expect 3/4 of those machines to be queuing messages because the dumbasses weren't doing any virus scanning (the "reason" from their oh-so-brilliantly trained technical support: "legitimate attachments might be blocked by the virus scanner"... no shit? Like legitimately infected ones, dumbass?) and the goddamn servers were constantly trying to move thousands and thousands of copies of 400kb infections.

      I couldn't even get a straight answer out of the assholes when I just asked if they were blocking it or not at first, I had to verify that I was losing the packets on any port 25 connection going off their network by trying to telnet to various servers, and more or less proved that's what earthlink was doing when I ran some nmaps on loopback that showed 25 open, but showed 25 as closed when I tried to scan the assigned IP instead.

      That's what REALLY pissed me off - the morons not even being able to just answer such a simple yes or no question - so I dropped them and gleefully explained why when they asked me why I wanted to cancel. Of course, the rep had no clue what I was babbling about, so I can only imagine what he actually noted as my cancel reason. "Customer is a nerd", maybe.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    85. Re:Yes Yes! by cayenne8 · · Score: 1
      "Guns, on the other hand are made to kill or injure. "

      Not necessarily...target practice. I hear they use them specifically for this in such sporting events at 'The Olympics'.

      They are legal to use for killing....animals, or hunting in other words. They can be used in a number of other ways...many illegal. But, that honda of yours if you think about it..could be a MUCH more effective killing machine...drive it about 100MPH into a crowd on a sidewalk...

      So...sure, guns can be used illegally..but, then again, so can most things. A knife is primarily for cutting...food, animals, people...

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    86. Re:Yes Yes! by tiger99 · · Score: 1
      Very well said indeed, and my sentiments exactly, when an irresponsible idiot first of all emailed me, from his PC, (at my work!) a warning that his PC had a virus (it had!), followed later by another infected email saying that an "expert" had assured him that it was only a hoax. A few months later, he sibscribed to a seemingly useful service that helps to keep your Outlook address book up to date, known as Plaxo, which was running lots of expensive servers at a number of world-wide locations, had no visible income, so should have aroused suspicion in any reasonable person. It was, and AFAIK still is, in fact an email harvesting operation, they fund their server farms by selling emails to the spamming scumbags, so of course I have been innundated with spam, mostly infected with the latest worm, ever since.

      People who are as irresponsible and reckless as that should not be allowed near anything which is the least bit technical, as they are certain to do damage to others.

    87. Re:Yes Yes! by IANAAC · · Score: 1

      OK, my post was rightly modded offtopic, but I'll respond regardless. A firearm was indeed invented with a purpose. What do you suppose that purpose is? War. Now it's also used for hunting, among other things, but surely you don't believe its purpose is to remain inanimate.

    88. Re:Yes Yes! by Anonymous Coward · · Score: 1, Informative

      Well, this IS insightful, but you were TROLLED. Don't feed the trolls!

    89. Re:Yes Yes! by hiryuu · · Score: 1

      ...because an action once taken cannot be undone.

      Sure it can! That's why there's ctrl-Z!

      --
      Karma: Excellent, but still won't get you laid.
    90. Re:Yes Yes! by Demonspawn · · Score: 1

      A reconnect fee would never work:

      1) pay $200 to reconnect to "ISP that I'm pissed off at"
      2) pay normal instal fees to connect to a new ISP (usually free or waved)

      Simple way to lose customer base.

      --Demonspawn

    91. Re:Yes Yes! by Brandybuck · · Score: 1

      Comcast is cutting these people off and basically walking them through the process of using their computer like they're helpless small children because, frankly, when it comes to computing, they are.

      I'm so glad my company doesn't go through Comcast. We would be cut off, because our IT departments, whether local, national or international, are all a bunch of children.

      --
      Don't blame me, I didn't vote for either of them!
    92. Re:Yes Yes! by poot_rootbeer · · Score: 1

      I'm worried about the precedent this sets. Who knows what other things will bring the 'death penalty' from the ISPs? What ports will be shut down because 'you don't need them'?

      Short answer: whatever the ISP network admins and policy wonks decide is acceptable process.

      It's the cable companies' network, thus it's their rules. If you don't like it, have MCI run a T3 to your house.

    93. Re:Yes Yes! by gamgee5273 · · Score: 1
      Your local cable commission is just as much to blame if Comcast is your only choice. I really do not respect Comcast, but join us in the real world, please. That also means quit censoring the word "fuck" (we're all adults - we can read that word with an open mind) and quit hiding as an AC. Doing things like that makes you almost as respectable as Comcast is in my mind.

      My cable choice is only Comcast, and I live smack-dab next to Detroit in one of the more affluent areas. No DSL - I'm too far from the CO. I could go with DirecTV's DirecWay, but I'm not paying $99/month for slow access.

      So, I have a choice: Comcast or free dial-in with the university I work for. I like high speed connections, therefore I CHOOSE to go with Comcast. If Comcast getsto the point where I cannot stomach them, then I go back to dial-up.

      Or I stop surfing from home.

      One always has choices, even if you don't like what they are.

    94. Re:Yes Yes! by Eskarel · · Score: 1
      Someone has to do the policing and we know the users won't do it to themselves, and the difference between companies policing and the government doing so doesn't seem to be that different these days what with government policing serving the interests of companies over those of people. Of course in an ideal world we'd be happiest with government policing because then we'd know at least that everyong was getting screwed equally.

      On a less cynical note, while I understand that it's in the best interests of all that such computers not be allowed onto the internet, might it not be better for the ISP which, unless something really odd is going on, has access to the users contact information to call said user and tell them that there's a problem with their machine.

      Not only would this minimize the resultant maze of phone calls, screaming, and threats which is normally associated with a company cutting off a users service, but it might also provide the company with an added source of revenue. If the user can't fix themselves you offer to send a tech out there to do it for them for a nominal fee, saves you time and money all round with a small potential for profit. Cut a distribution deal with a good AV client/firewall vendor and you're doing even better.

      Of course on occaision you'll run into someone who won't rather than can't fix it or who wants to spam or commit DoS attacks or whatever the case may be. Then your phonecall gives you a recorded copy of the user willfully violating the terms of service and you can boot em with impunity and keep the money.

      Seems a pretty good idea to me, so long as it doesn't get out of hand(though companies who called you up when there wasn't any sort of problem would soon have no customers). Fewer spammers, people aren't disconnected for no reason, more tech jobs(someone has to go fix the computers), everyone wins.

    95. Re:Yes Yes! by Demonspawn · · Score: 0, Flamebait

      Again I must contend that an inanimate object has no decision-making capability, and therefore cannot have a purpose. The object cannot act on it's own, it can only do what it's user directs.

      Therefore, a user of a tool decides it's purpose, not the tool itself. A carpenter's purpose for a hammer is to have a handy tool to drive nails into boards. The designer of the display downstairs definitely intended the purpose of the hammer there to remain inanimate on display. A child's purpose for a hammer may be to smash the heck out of whatever he has on had at the moment. A murder's purpose for a hammer is a nifty device to inflict damage to a human body.

      Or are you one of those anti-gun nuts who somehow rationalize that firearms are somehow created with intelligence, and instinctively seek to kill people?

      --Demonspawn

    96. Re:Yes Yes! by Draknor · · Score: 1

      This isn't some kind of constitutional right. You are paying for a commercial service. Part of that transaction involves certain restrictions in what you're able to do with the service. If you do not like those restrictions, you can choose to not use the service and either start your own or find an alternate service more to your liking.

      What I find really ironic is that this is exactly opposite of what many /.'ers said back when we had those stories about broadband and "unlimited access" (and of course I'm too lazy to find the exact articles & comments & link to them). A slightly different beast, but it just seems hypocritical:

      • Download too many bits on your "unlimited" account, which degrades service in violation of your AUP, and get charged fees / disconnected = Bad ISP!
      • Get infected with a spam-relay worm, which degrades service in violation of your AUP, and get your account temporarily disabled = Good ISP!

      They both amount to the same thing - you are degrading service for the ISP and its customers in violation of your AUP.

    97. Re:Yes Yes! by greenrd · · Score: 1
      The problem with creating a new protocol for email is always going to be: how do you get people to use it?

      Can you imagine going to a party, making an important business/personal connection with someone, and then saying "Oh sorry I don't have an email address, I have this new EMAIL-PLUS address - it's much better, but it's completely incompatible!"

      Get back to me when you work out the back-compatibility problem.

    98. Re:Yes Yes! by David_W · · Score: 1
      I think you and the parent are missing the point entirely.

      You'd be wrong then. :) When did I ever say I disagreed with what Comcast was doing? Assuming they are following a sane procedure, I have no problem with them temporarily blocking access until you fix things. (Although, some of the other posts around here have even better ideas I think, like walling off the systems but still allowing them to get to cleaning tools like anti-virus software.)

      What I do have a problem with are people who rationalize any action an ISP takes with the statement "It's OK, it's in the TOS/contract/AUP/whatever, so they can do that" without showing any evidence of having though about whether they should be doing that.

    99. Re:Yes Yes! by Robert+The+Coward · · Score: 1

      Not quiet true. I no longer work for comcast but I did and can tell you. They try to call the custmer 1st. No answer or the custmer doesn't responed quick enfoe then his connection gets turned off until they reponsed and abuse turns them back on.

    100. Re:Yes Yes! by Anonymous Coward · · Score: 0
      > Gun makers aren't held responsible for same > reason that Esso aren't held responsible if I > buy a litre of petrol and use if to make a > molotov cocktail.

      Close. The big difference is that when the gun kills someone the product is being used for its intended purpose -- some say even its *marketed purpose*. The petrol in the molotov cocktail is without dispute being used for an unintended purpose that is simply a byproduct of the nature of gasoline.

      Lets imagine that I create a handheld machine called the Instant Killer(tm) that creates usually-fatal holes in anybody that I point it at, within a 300m range. Am I, as the manufacturer, not liable for how it is used in any way simply becasue I can say, "Instant Killer's don't kill people, people use the Instant Killer to kill people"?

      Now, instead, I go into business creating "Bull-Crap Brand Amazing Fertilizer(tm)". It's used by millions worldwide in their garden's and farms to grow plants. A militant kook combines "Bull Crap Brand Amazing Fertilizer(tm)" with diesel fuel to create bomb that blows up a building killing hundreds.

      Are saying that each of my companies should have the same liability for the death of people killed in situations where these products are involved?

      --------

      This whole thing reminds me of an old SNL skit with Dan Akroyd as a city-tough toy store owner who trys to sell a customer a "bag of glass" (which is nothing but a paper bag filled with broken glass) for the guy's kid. You'd aparently say that the manufacturer of the "Bag of Glass" has no responsibility for designing, manufacturing, marketing, and selling "Bags of Glass". If a kid gets cut or killed, that's the purchaser's fault.

      Try again.

    101. Re:Yes Yes! by Talence · · Score: 1

      Well, if someone advertises something as "unlimited", then it doesn't look so good when "unlimited" doesn't mean "unlimited". When an ISP tells its customers and others that it fights against spam and it then actually fights spams, then they are doing as promised.

      --
      I plan to plan / Dutch course in The Hague
    102. Re:Yes Yes! by Anonymous Coward · · Score: 0

      Your problems are exactly why real time block lists were created. Some ISPs executives don't care, unless it hurts their bottom line. And if some RBL operators are (or were) over-aggressive about blacklisting an entire block, they probably have been in your shoes. Not that that excuses their behaviour, just makes it understandable.

      By the way, Spamhous now has a blocklist of zombie machines, as well as open relays.

    103. Re:Yes Yes! by Anonymous Coward · · Score: 0

      I thought most broadband ISPs were still blocking inbound port 80 after the Nimda thing.

      What region are you in?

      B

    104. Re:Yes Yes! by The+Vulture · · Score: 1

      I think that it's completely fair to blame the user.

      Warning... Obligatory analogy to cars coming up...

      Users should understand how their computers work, and the consequences of using a computer. I'm not saying that they should know how everything works down to the circuit level, but they should understand that a computer will do whatever a program that is running on it tells the machine to do. They should understand that without proper precautions, other people can "hi-jack" their machine.

      I'm a tech guy, but honestly, I don't know completely how my car works. I know some of the basics, like what the buttons on the consoles do, how to check my fluid levels, and the sound that my engine makes. Granted, I can't change my own oil or brakes, but I do know who I can take the car to in order to get that done, and I do have the common sense to listen for strange sounds. If I have questions, I find the answer (whether that means reading a book, searching on Google, or talking to a mechanic).

      At the same time, I also understand that while my car can get me from point A to point B, I also understand that it can be an instrument of destruction if I don't take proper precautions. If I don't have the brakes serviced regularly, I can hit something causing damage (or death). If I don't top-up/change the oil on a regular basis, the car's engine can seize up.

      Oh, and if Windows Update doesn't work (funny though, it seems to work for me on the machine I have here at work, and my desktop at home), then maybe people should be bitching to Microsoft to fix it? And if Microsoft won't fix it, then maybe don't buy their products, use something else?

      Computers (at the moment anyway) are not simple little tools that play games, let you send e-mails or surf the Internet. They are very complex machines that can do those things, and more. It's the "more" part that you have to realize is there. If you don't understand the "more" part, then you should be talking to people who do, even if it means buying a book, buying some software, or paying a professional for their time. Just like how I bought a repair manual for my car, and I pay a mechanic to change the brakes or the oil.

      -- Joe

    105. Re:Yes Yes! by Anonymous Coward · · Score: 0
      Earthlink started blocking outbound 25. I dropped the sum'bitches like a bad habit.

      Um.. Earthlink's email servers will forward outbound mail for any of your email addresses. For example, setting up an account similar to the following:
      Address: email@domain.com
      Inbound: pop.domain.com
      Outbound: mail.earthlink.net
      ..will work just fine from within Earthlink's network.

      In fact, Mozilla mail's outbound server setting is seperate from the incoming ones - because by default it expects you to use only one outbound mail server (no matter how many incoming POP / IMAP servers you have configured for incoming mail). I'm sure the various mail transport server programs can be configured to do the same.

      If this approach stops users from sending spam (because they can now easily monitor the volume of outgoing mail - and trace offenders), that's absolutely fine by me - I'm happy to support such a company.

      And if you've got any privacy concerns with all your mail passing through their servers - use encryption, that's what it's for.
    106. Re:Yes Yes! by The+Vulture · · Score: 1

      Ah. But see, there are very few providers of broadband out there (not that this is a good thing).

      If the customer is really bone-headed and doesn't address the issue, they'll eventually run out of providers in their area, as they keep getting kicked off. Then they'll either have to fix the problem, or be without internet service.

      Of course, the bad side of this is that cable providers might start sharing information with each other and creating blacklists. It has it's advantages and disadvantages.

      Plus, as a (potential) customer myself, I'd probably sign up for an ISP that could provide me extra bandwidth because the wasters aren't on the network.

      -- Joe

    107. Re:Yes Yes! by acidrain69 · · Score: 1

      Would you be willing to pay more for ICMP?

      If anything, I should be offered lower cost because I am able to police my own setup. I incur lower charges on their network by not being part of the problem.

      Yeah, I know everyone will want the lower cost becuase they are cheap/thrifty, but they should have to pass a test to see if they are elligible for the lower cost. problem solved.

      --
      -- Having a Creationist Museum is like having an Atheist place of worship
    108. Re:Yes Yes! by FreakWent · · Score: 1

      Let's pause a second and read what you wrote.

      All tools that we manufacture are designed and engineered to meet a purpose or a small range of purposes.

      Guns aren't purposed and marketed by society to drink beer from, or to eat, or to use to undo phillips head screws.

      It's not very practical as a necktie, although you could attach it to one.

      It's designed and marketed to launch metal bullets at high speed.

      The main idea behind the concept it to kill and wound living animals. It can be used to chop down trees, but that's not why cops carry them.

      Now, if you say that a gun has no purpose; you are likening it to a stone. A shotgun can be left loaded and unattended and triggered by a curious dog; no living, thinking human involved.

      The bloody things are dangerous and for as long as firearms are regarded as less dangerous and more suitable in the bedroom than pot, I will contiune to regard the leaders of the US as having a substantial discord with reality.

    109. Re:Yes Yes! by FreakWent · · Score: 1

      Yep.

      They can pay the slash bots a couple of hundred bucks per PC, I'm sure there's many takers.

      Perhaps we could even get corporate marketing onside, since a lot of ompanies would be better off without a million zombies.....

    110. Re:Yes Yes! by Demonspawn · · Score: 1

      While my other reply was marked 'flamebait' (riiiight) I'll go ahead and reply to this one as well.

      >All tools that we manufacture are designed and engineered to meet a purpose or a small range of purposes.

      Change 'purpose' to 'use' and I'll agree with you. There is a important difference between the words in my vocabulary. A tool can very well have an intended use, but it cannot have an intended purpose.

      >Guns aren't purposed and marketed by society to drink beer from, or to eat, or to use to undo phillips head screws.

      >It's not very practical as a necktie, although you could attach it to one.

      While I'll disagree jokingly about the first sentence (trust me, you WILL remove a phillips head screw, depending on what it is mounted in), I will agree with the points.

      >It's designed and marketed to launch metal bullets at high speed.

      A firearm is designed to be a slug-thrower. It is generally marketed to be a tool to allow its owner/user to present deadly force regardless of the physical size of the user/owner. However, the user, and only the user, decides its purpose. It is no different than any other inanimate object. I've got a bunch of those AOL disks that I fill the purpose of protecting my wood table from condensation (i.e. drink coasters). Is that what they were designed or marketed for? No. Is that their purpose? Yes, since I, as the user, have decided that.

      >Now, if you say that a gun has no purpose; you are likening it to a stone. A shotgun can be left loaded and unattended and triggered by a curious dog; no living, thinking human involved.

      A gun has no more purpose than a stone. A gun is capable of no more rational thought than a stone. Someone can leave a stone on top of a building and when some bird lands on it and causes it to fall off, serious injuring someone, the fault lies in the same place as in your example: The person who left it in that situation. Neither a firearm nor a stone can leave itself in a potentially deadly situation, only a person can.

      >The bloody things are dangerous and for as long as firearms are regarded as less dangerous and more suitable in the bedroom than pot, I will continue to regard the leaders of the US as having a substantial discord with reality.

      A firearm is not dangerous, a stone is not dangerous, a computer is not dangerous (woot, back on topic!). Only the negligence of the user/owner can leave it in a dangerous situation. If you honestly think that one inanimate object is inherently more dangerous than another, by simply existing rather than the intentions of its owner, then you really do need to snap back into reality. Having a gun in my bedroom does nothing; smoking pot in my bedroom screws up my decision-making capabilities. Admittedly, so do alcohol and other over-the-counter drugs when taken. A firearm just sits there.

      Honestly, which is more dangerous? An inanimate object, or a drug that alters my perception of reality?

      --Demonspawn

    111. Re:Yes Yes! by FreakWent · · Score: 1

      how long before we get viruses which

      infect;if other virus found then erase machine; else attempt infect other machines for 24 hours and remove self.

      I reckon that'd help.

    112. Re:Yes Yes! by Anonymous Coward · · Score: 0

      Friend, that "geek-level access" for $9.95/month was a 14.4 kbaud modem line, with a supported mail-spool of a Meg or two. Now, you get DSL and cable-modems, live streaming, dozens of Megabytes of mailspools, a web site, etc. And the companies that tried to shoe-string their budget for $9.95/month for real access lost their shirts because you *cannot* provide reliable, open software for that price: the spammers and scammers will suck down all your bandwidth and drive you right out of business.

      Over 50% of all email is now spam: this problem is not going away without putting in some restrictions on what is absolutely clearly abuse and misuse.

    113. Re:Yes Yes! by Anonymous Coward · · Score: 0

      Comcast is blocking 3127, 3128, 317, 318, 319, and some others, due to the tremendous viral traffic load on those ports. It's helping cut down the spread of a lot of these viruses and spambot viruses.

    114. Re:Yes Yes! by Anonymous Coward · · Score: 0

      i work for roadrunner. we send out an email, then we do a abuse ticket, send the number to the customer, and finally if and only if they are sending large amount's of spam, then we turn them off. curretnly in the system that i work (roughly 50+/-k people) we only have 10 modems offline any given day for spemming...

    115. Re:Yes Yes! by fanatic · · Score: 1
      I would certainly like an ISP that would connect to a residence and would allow what they call "business use."

      I've got Speakeasy, 1,.5M down 384K up all the ports I can handle, a static globally unique IP. I think it's 60$/mo before I added 2 more IPs ($%/mo ea). Not real cheap but good features and policies.

      --
      "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
    116. Re:Yes Yes! by Kahm-Hime · · Score: 1

      Yes, we want them to. I do phone support for a large ISP, and I have talked to people that would rather drop their high speed connection in favor of dial up instead of cleaning a virus off of their computer (The connection over dial up felt faster than their virus saturated high speed)

      The people causing the problems don't know, don't care, and can't be made to care.

    117. Re:Yes Yes! by mr.+methane · · Score: 1

      ... and it looks like that's about how things have ended up, at least in this case. Users who don't run windows update (or up3date, or apt-get, etc.) get a gentle reminder from the ISP, in the form of NO CARRIER :-)

    118. Re:Yes Yes! by Big+Diluth · · Score: 1

      "So if you have deliberately decided that it is OK for you to run a SPAM bot, you should also agree to be held responsible for what it is used for." Just like gun makers are responsable for what their guns are used for ?

      Installing a Spambot implies that you are actively in control of the situation. You installed it, you did not uninstall it or shut down access to it. You knowingly kept it online.

      IMHO, the only way this is the same thing as gun manufacturers is if the sales rep were standing next to you, giving you tips and reloading for you.

      "No, you need to control your breathing more and quit pulling to the right. *blam* There! You got it!"

    119. Re:Yes Yes! by Anonymous Coward · · Score: 0

      For better luck (at least it worked for me), try
      localissues@xxxxxxxx.rr.com
      where the xxxxxxxx is your local RR account/link/server.

    120. Re:Yes Yes! by silvwolf · · Score: 1

      So at least one zombie box that would have been 'put up with' by its owner is now off the net.

      I had to deal with a girl like this last fall when I was doing tech support for my school's housing dept. Towards the end of October the Network Operations guys started turning off ports that were spewing out Blaster & Nachi packets. Girl called in saying that her connection was down, so I got her MAC address and found it listed.. I explained she had been turned off because she had a virus. Her reply, "Oh, I know, I just haven't had time to get rid of it."

      I tell her the port (one per room) won't get turned back on until she cleans it up and brings us a print out of McAfee's Stinger showing the virus has been removed. She argues for a bit, but finally just says she'll get to it sometime later in the week.

      About an hour later her roommate calls and I explain that the port has been disabled because the other roommate has a virus, and that no, we can't just turn the uninfected computer back on. Later that day the owner of the infected computer brings us the print out.. Peer pressure can work wonders :)

    121. Re:Yes Yes! by gordlea · · Score: 1

      Your right to net freedom ends where my inbox begins.

      The point is that running a spambot is bothering other people.

      --

      Choose yer poison: Prophets or Profits

    122. Re:Yes Yes! by scottgfx · · Score: 1

      I had the same problem with RoadRunner. I started calling every number I could find for them and finally got through to a support call center. I told them I was trying to reach the NOC. They happily transfered my call to the NOC where the techs were saying things like... "Why did Canada transfer you down here?". They were actually very nice, I quickly explained my story and they then gave me a number for RoadRunner Abuse.

      Past that point, it still took months!

      --
      It's mandatory to wash your hands before returning to the land of Dairy Queen.
    123. Re:Yes Yes! by 47PHA60 · · Score: 1

      Based on comments like yours, I called Speakeasy yesterday and they're going to set me up. They seem a much more techie-friendly ISP than the main choice in my area.

    124. Re:Yes Yes! by lynx_user_abroad · · Score: 1
      I'll replay to this one as the most concise summary I've seen. (with kudos to the author)

      Your right to net freedom ends where my inbox begins.

      Absolutely. I'd say it stops at the dmarc of your network, but I think we agree at least.

      The point is that running a spambot is bothering other people.

      ...but now your talking about bothing other people. And that's where you (and the multituds of other posters) have crossed the line. And it's that tendency to cross the line which I find so disturbing.

      If I'm spamming your inbox, you've got fair reason to LART me whether I'm using some sort of spambot to do it or not. On the other hand, you have no cause of action against me no matter how many spambots I'm running so long as I'm not touching your inbox. You have no right to say what I'm sending to someone elses inbox is spam; they need to decide that for themsleves.

      And yes, it's all SPAM, and nobody wants to get it, except that if that were true spammers wouldn't bother sending spam in the first place. They do because some people incomprehensibly READ spam, reply to spam, and mail off their credit cards to make a purchase, too. In short, we have a problem with spam because we tolerate it.

      When you decide for others what is or isn't spam, you run the risk of having others make the same decision for you.

      Some rhetorical questions here:

      • Do you get upset when someone else decides that you won't be allowed to see the contents of a web page because you're not running the latest Internet Explorer?
      • ...or that you must be a music pirate because you're running a p2p app?
      • ...or that you must be a DVD pirate (and a felon, too) because you downloaded DeCSS?
      • ...or that yuu should be sued as a DirecTV satellite signal pirate because you purchased a smart card programmer?
      • ...or that you shouldn't be allowed to run a certain game because you have some other CD ghosting software installed?
      • ...or that you can't play StarCraft (with legitimate copies) on a free Bnetd server because you might be planning to play pirated WarCraftIII games as well?
      • ...or that you won't be allowed to send legitimate email directly to a friend at another ISP because you'd need to use port 25 (which everyone knows is only used by evil spammers...

      These are all manifestations of the same "thought crime" logic which our system of innocent until proven guilty evolved to combat.

      The strength of the Internet lies in that it doesn't necessarily have to be SMTP just because it's travelling on port 25. That means, for example, trying to stop spam by blocking port 25 will both a) block a lot of stuff which isn't spam, and b) fail even to block spam effectively. We can't stop spam if we shoot before we know it's really spam, and only the end user can make that decision.

      The alternative is a rat race we can, at best, lose slowly. There are many forces seeking to divide-up the Internet into smaller and smaller (and thus more locally profitable) pieces. Yes, we can block port 25 to everywhere, which will force spammers to peddle their wares over IM. We can spend a couple months (or years, or decades) blocking that exchange protocol (like we're doing with email) or we can abandon the protocol as a spam wasteland (as we've had to do with USENET) but in the end we'll lose a portion of the Internet's functionality either way.

      The only way out of this I see is to educate people to the point where spam is no longer effective. And despite what many people want or believe, masking the problem with simple technological solutions like these is not helping to solve the problem. It's a hard thing to do, it might take years (we've been fighting spam for a decade at least) and it may require re-wiring the Internet from the ground up, but it's not going to get done unti

      --

      The thing about things we don't know is we often don't know we don't know them.

    125. Re:Yes Yes! by normalpeoplescareme · · Score: 1

      There are basically three types of people on the internet today.

      1. The people who are so clueless they can harm their computer, their company's computers, other computers on the internet, etc. without even trying.

      2. The people who are not clueless and get to deal with all the problems the clueless people created.

      3. The people who are not clueless and get to have fun with all the clueless people.

      Thus the Cycle Begins...

      1 are the people you gotta watch out for.

      3 are the people who get to laugh at the whole mess.

      2 are the people who try and fix 1's problems and then blame it on 1 who blames it on 3, 2 rebuts by saying that it was dumb for 1 to open that e-mail in the first place.

      And so on and so forth.

      --
      I burned out a floppy drive once.
    126. Re:Yes Yes! by GreyPoopon · · Score: 1
      They try to call the custmer 1st.

      This sounds even better. Looks like Comcast is doing the right thing. (This time)

      --

      GreyPoopon
      --
      Why is it I can write insightful comments but can't come up with a clever signature?

    127. Re:Yes Yes! by fanatic · · Score: 1

      I can honestly say I've no complaints w/ Speakeasy. One of their namservers was flakey one day. Every once in a long while I have to power-cycle my DSL modem, esp. if the've doen somehting at the CO end. Oither than that, all is cool.

      --
      "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
    128. Re:Yes Yes! by arivanov · · Score: 1

      Nope you got it wrong.

      Wrong part of the law.

      Gun has legitimate use. As such it may be a subject to various protection provisions. SPAMBOTS have not legitimate use whatsofucking ever.

      Also you are mistaking the protection offered to the manufacturer of the gun with the protection offered to the owner. Continuing the gun analogy: if you offer your gun freely for people to come borrow it and kill with it as long as they give the gun back to you, you are likely to spend 7+ years as an accomplice to murder under any legal system anywhere in the world.

      So any gun analogies are wrong, fallacious and people who deliberately run SPAMBOTS (note the deliberately) should be held responsible for what these SPAMbots are used for. No point to invent new laws for that. The current laws are good enough. They will deliver anything between 7 and 15 years in jail if used properly.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
  3. if everyone did this by Anonymous Coward · · Score: 5, Insightful

    Now, if only other broadband ISPs would start policing their user base


    You'd be first in line to moan about them 'infringing' on your interweb right!
    1. Re:if everyone did this by Anonymous Coward · · Score: 0

      And what about to allow setting "protection level" by customers? With default being "high protection". Whoever wants or needs less/no filtration, can set it up.

    2. Re:if everyone did this by Anonymous Coward · · Score: 0

      You'd be first in line to moan about them 'infringing' on your interweb right!

      No, if you break their terms-of-service then it's up to them if they continue serving you. Your rights were set out in the ToS.

  4. wtf by Anonymous Coward · · Score: 4, Insightful

    which side of the fence are we on? We don't like bandwidth limits, but we do like automatically triggered cutoffs, because we all know there is no such thing as a false positive.

    also, say grandma gets infected. She is best off downloading updated definitions for her old version of symantec, and letting AV take care of it. how do you do that with no intarweb?

    1. Re:wtf by JaredOfEuropa · · Score: 2, Insightful
      also, say grandma gets infected. She is best off downloading updated definitions for her old version of symantec, and letting AV take care of it. how do you do that with no intarweb?
      Grandma will get a friendly warning first, according to the article: "Fix the crap on your box asap or have your access terminated". That will give her time to get the update for her virus scanner.
      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    2. Re:wtf by sleazyrider · · Score: 1

      She can ask sonny who built the computer for her and forgot to set up the auto update for the antivirus to fix it for her. I really don't care how she gets it fixed, as long as it quits scanning my ports, relaying me spam and spreading the simplest to clean virii. Maybe, just maybe, we can get some of the crud under semi-control if this happens to the offenders. Oh, Comcast will send you notice that you are infected and to patch your machine to the latest update. I got one myself while running a test copy of Windows 2000 Server. They noticed it very shortly after install and let me know there were several updates to be had and I should take care of it ASAP.

    3. Re:wtf by beegle · · Score: 1

      also, say grandma gets infected. She is best off downloading updated definitions for her old version of symantec, and letting AV take care of it. how do you do that with no intarweb?

      Almost every AV vendor out there offers an "offline download" of full definitions for machines that aren't on the network. Grandma had better find another computer or call someone and get those definitions.

      A pain in the ass? Youbetcha. But after she's suffered through the pain once, you can be sure that she'll keep her machine up to date.

      --
      --
    4. Re:wtf by Anonymous Coward · · Score: 0

      You do what NTL did in the UK. When an infected PC is detected they redirect all web access to a quarantined area with antivirus tool downloads and disinfection instructions. Everything else is blocked till the PC is disinfected.

      Impossible to ignore and not disastrous on false positives - the unlucky user knows what broke and who to call to get it fixed. So far there's been no obvious flood of complaints.

    5. Re:wtf by Anonymous Coward · · Score: 0

      They'll open the pipe for grandma while she is on the phone with them, fixing it. A bit of handholding for these customers is vastly appreciated by the customers, and helps keep spam off the Comcast servers submitted from inside their address space where it can't be blacklisted.

      This is a *BIG DEAL* for Comcast customers.

    6. Re:wtf by Egekrusher2K · · Score: 1

      You don't take care of it. I work for an ISP (I'll choose to remain anonymous, thanks). AFAIK, what we do to monitor viral activity is, for the most part, to monitor outgoing mail connections. When we see that a certain IP address is attempting, say, 200 connections at once to our outgoing mail server, there's a very good chance that that user is infected with a mass mailing worm/virus. We shut down their cable modem, call them and tell them what the situation is, email them links to online virus scans and McAfee Stinger, and then turn their modem back on. If we still detect viral activity up to 12 hours of the modem being turned back on, they are shut off again. Now, this is just what I know. I'm a lowly level 1 Tech Support guy. There might be other detection methods that I am not aware of.

      --
      Listen to my experimental-industrial-techno!
    7. Re:wtf by Anonymous Coward · · Score: 0

      also, say grandma gets infected.

      Yeah, that's not surprising. I heard that your Grandma takes spammers and script kiddies in *any* port, ten at a time.

      Ugh, I wish I hadn't thought of that now.

    8. Re:wtf by dasmegabyte · · Score: 1

      How does gramma get her warning? And how long does she have after being warned?

      I mean, if you send her an email, and she only checks twice a week, you have to wait a week before cutting her off. And she might not even check her ISP's email account (I don't check mine...it got choked with spam at one point, and it tied me to my provider anyway).

      Your best bet is to call her. And for that you'd probably need some executive to clear the budget for phone calls. Since you're looking at a massive call volume.

      Which is why I bet Gramma didn't get warned. Instead, they cut her off and waited for her to call tech support. Make those "fifteen minutes or less" guys do all the work...and in the end, the effects of the virus just got a lot worse.

      --
      Hey freaks: now you're ju
    9. Re:wtf by NeoSkandranon · · Score: 1

      How do you propose there be a false positive to sending out hundreds of thousands of emails with executable attachments?

      --
      If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
    10. Re:wtf by poot_rootbeer · · Score: 1

      She is best off downloading updated definitions for her old version of symantec, and letting AV take care of it. how do you do that with no intarweb?

      I'm sure the ISP would be happy to send a technician to her home with a CD-R full of updated virus definitions -- for a service call fee, of course.

    11. Re:wtf by Anonymous Coward · · Score: 0

      > also, say grandma gets infected. She is best off downloading updated definitions for her old version of symantec, and letting AV take care
      > of it. how do you do that with no intarweb?

      She calls her daughter, who calls her husband (me) who if he wants to get any peace in the next month drops everything, runs over to Grandma's, and spends the next few hours figuring out what's wrong and how to fix it.

  5. Thank you! Next, please take out the virus-infect by purduephotog · · Score: 0, Troll

    One down, one to go. Just think of all those logs your firewall generates that show time 300,000 connections from the SAME IP with the SAME VIRUS SIGNATURE... and Time Warner won't do anything about it (say, for instance, shutting off their cable).

    Comcast has taken the right steps here. So again, thank you... maybe that'll be enough to get other providers to start 'assisting' in preventing the continued harassment of my router.

  6. Plot by virus scan companies? by ObviousGuy · · Score: 5, Insightful

    Doesn't this force those users to go out to CompUSA and buy a copy of McAfee or Norton antivirus?

    Blocking web access also means that those users aren't able to download good, free virus scanners like Grisoft's AVG.

    --
    I have been pwned because my /. password was too easy to guess.
    1. Re:Plot by virus scan companies? by El_Ge_Ex · · Score: 1

      Doesn't this force those users to go out to CompUSA and buy a copy of McAfee or Norton antivirus?

      Not really, I don't have time to RTFA (stupid paper I have to write) but, unless there's a _really_ good form of notification when this happens, all you'll have is people who think their Comcast service has gone downhill lately and switch... ...hmmm, not the best solution for Comcast but certainly works for us! :)

      Darwinism of your ISP. Interesting...

      -B

    2. Re:Plot by virus scan companies? by akintayo · · Score: 2, Interesting

      It also means that those users cannot download the latest anti virus definitions, if they use Viruscan or NAV. On the other hand, the argument can be made that they should've taken steps sooner, before their machine became part of the problem.

      --
      Woe be on to them, all who rise against poor people, shall perish in a the end. Buju Banton
    3. Re:Plot by virus scan companies? by CdBee · · Score: 1

      If users are too stupid to provide for themselves either a working AV or an infection-proof system (OSX) then they don't deserve internet access.

      Most are probably incapable of finding and installing a free AV anyway. The ISPs are doing the right thing. They should make AV mandatory for use of their services.

      --
      I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    4. Re:Plot by virus scan companies? by rebeka+thomas · · Score: 5, Interesting

      I think so.

      My sister's university would not allow her PC back on the school network after they cut ALL student network access in the wake of MyDoom, until it could be verified by a tech at the school that she was running Norton AV.

      Her PC runs Debian and only Debian. It took more than a month for her to find a sane enough tech in admin to realise that it was pointless trying to do so. All of the rest tried the different bullshit techniques telling her why all PCs are a problem regardless of OS.

      The most classic was one of the last techs, a supposedly bright 35 year old guy who came around with a warezed copy of NAV to attempt installing on her PC. He not only knew what Linux was when he recognised it, but told her to make her PC secure she'd have to install Windows and THEN put NAV on.

      --
      RST
    5. Re:Plot by virus scan companies? by gl4ss · · Score: 1

      that didn't stop the isp from selling the system to them as easy to use, "anyone can use this", system.

      --
      world was created 5 seconds before this post as it is.
    6. Re:Plot by virus scan companies? by boomer_rehfield · · Score: 1

      And if the exploit wasn't publicly known? Then what, leave it up to the ISP to decide if you could have prevented it? And even if you let them cut the connection, what are you supposed to do? Buy Norton or whatever and have them snailmail you the latest definitions? I just see this creating a metric shit ton of problems.

      --
      Carpe Canem - Seize the Dog
    7. Re:Plot by virus scan companies? by ThisIsFred · · Score: 1

      Incompetent users will have to pay money to keep their PC running smoothly. That is a constant, no matter which area of computing we discuss.

      Both McAfee and NAV have gone way downhill, and don't pick up or clean as many viruses as AVG. Apparently the user will receive a warning, plenty of time to grap the latest AVG update.

      --
      Fred

      "A fool and his freedom are soon parted"
      -RMS
    8. Re:Plot by virus scan companies? by Nurseman · · Score: 1
      Blocking web access also means that those users aren't able to download good, free virus scanners like Grisoft's AVG.

      I recently set up my sisters TWC/RR and inside the modem box was a install disk with AVG. The woman said customers can D/L it free, or come to the office for a free install disk.

      --
      Save a Life. Donate Blood. Please.
    9. Re:Plot by virus scan companies? by evilviper · · Score: 1

      AVG isn't free anymore.

      The internet isn't the only way to suck things into your computer... Floppy discs, CD-Rs, USB drives, Flash Memory, all work quite well.

      Besides, it isn't much use to go buy antivirus programs, since worms are usually the problem, and antivirus programs don't work quite so well on removing worms.

      My god, people are so demented... Everyone is pissed-off insanely because Windows users don't update their boxes, and thereby cause problems with the likes of SQLSlammer, and spammer bots. Now some ISPs are implimenting the only possible solution to the problem, and people have to complain that it's a big conspiracy.

      Yeah, it's one big conspiracy to make sure your computer isn't spewing crap onto the internet constantly for months at a time... Big damn conspiracy...

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    10. Re:Plot by virus scan companies? by Inuchance · · Score: 1

      Or it could force them to go out and buy Mandrake or a Mac. ;p

    11. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0

      Um, yes AVG Free Edition is still free (for home use) - there are terms & conditions as usual so go read it up on http://www.grisoft.com/us/us_dwnl_free.php.

      Even when paid for, AVG is a lot cheaper than the big names, especially for multiple licence deals.

      Jolyon

    12. Re:Plot by virus scan companies? by barzok · · Score: 1

      Worse than that. Blocking access means that brand-new copy of McAfee or Norton can't be updated to catch the worm that came out this week and infected the machine yesterday.

    13. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0

      That sounds like a stretch. For one schools have a liscence for installing antivirus apps onto student computers that are on the network. So it wasn't a 'warez' version.

    14. Re:Plot by virus scan companies? by Zak3056 · · Score: 4, Interesting

      The most classic was one of the last techs, a supposedly bright 35 year old guy who came around with a warezed copy of NAV to attempt installing on her PC. He not only knew what Linux was when he recognised it, but told her to make her PC secure she'd have to install Windows and THEN put NAV on.

      If the school was insisting that all user PCs had to be running NAV, it's possible they bought a site license, so it wasn't necessarily a warezed copy of the software, just something on a CD-R. Also, Symantec does make a linux version of their command line scanner, so it's not absurd that they require she install "NAV" on her machine.

      That said, the guy mentioned above is a dumbass on par with a tech at Adelphia cable I once spoke to when my modem lost sync. "We don't support Linux. You need to get a REAL operating system before I can help you."

      --
      What part of "shall not be infringed" is so hard to understand?
    15. Re:Plot by virus scan companies? by drinkypoo · · Score: 2, Informative

      NAV didn't protect people from Novarg A anyway, what is forcing people to install it supposed to accomplish?

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    16. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0

      They actually have to *run* the virus software, and they also have to do the Windows Updates. Most home users don't. They install the viruses and patches maybe once when they have to, then leave it unused for a year. This misses the new viruses, which have been crafted to be missed by anti-virus software or Windows patches until it can be updated.

      I've had computer scientists with PhD's and lots of patents tell me they refuse to do the security patches on their laptops because they're afraid of breaking it just before the trade show. Then they come back with the infected laptop and been pulled out of a meeting with their foreign investors, because their laptop is spewing virus all over my network and I just cut off their wireless access. "Gee, it did seem kinda slow...." was the response.

      Not good. Not good at all.

      Comcast is giving these victims plenty of time, days even, to fix these infected boxes. It's helping a lot to control spam and viral traffic from inside Comcast.

    17. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0
      Doesn't this force those users to go out to CompUSA and buy a copy of McAfee or Norton antivirus?
      Nah, they could go here, here or here instead, and never have to worry about viruses again.
    18. Re:Plot by virus scan companies? by Lumpy · · Score: 1

      not at all.

      they have many more options...

      they can format their hard drive and reinatll their OS and patch it.

      they can take it to a computer professional to have the work done.

      they can also download many free virus scanners of the internet. AVG and antivir are two awesome ones.

      and finally they can get a Macintosh or install linux and not worry about it again.

      they have gobs of options.. I know that "they" will have a friend or an IT person at work that will download and burn to CD a free antivirus scanner...

      --
      Do not look at laser with remaining good eye.
    19. Re:Plot by virus scan companies? by hendridm · · Score: 1

      > Blocking web access also means that those users aren't able to download good, free virus scanners like Grisoft's AVG.

      1. They (or whomever set up their computer) had a chance for the free option before letting their computers get infected, thus contributing to the toxic waste on the Internet.
      2. So what if they have to buy something? It contributes to the economy, creates jobs, and teaches them a lesson.
      3. There's always the "smart friend" who can give you AVG on CD-ROM. Don't have a smart friend? See #2.
      4. Why are people so against computer maintenance but have no problem budgeting for regular car maintenance?

    20. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0
      That said, the guy mentioned above is a dumbass on par with a tech at Adelphia cable I once spoke to when my modem lost sync. "We don't support Linux. You need to get a REAL operating system before I can help you."


      I've had a similar experience. I was trying to reconnect (of all things) my Comcast broadband Internet access after making a short move.

      The tech comes out, gets the cable hooked up, goes over to my computer, and starts looking for the IE icon. After about a minute, he slowly begins to realize that the spartan KDE 3.2 desktop is not, in fact, Windows.

      He takes the change like a trooper, though, letting me change the proxy settings the way he would have in IE, in order to access their internal unblock-this-MAC-address page.

      Unfortunately, the coding of that page (either by Comcast or AT&T Broadband before them) turned out to be very IE-specific, causing infinite redirection errors or timeouts in both Konqueror and Firefox. I had to use my old computer which still had Windows to connect the Internet, and then I cloned its MAC address with my router to keep the Comcast proxy from being tripped again. *sigh*

      I am very glad that Comcast is blocking virus-ridden boxes from the 'net. I suppose that means that any attempts I get are probably from my neighbors, owing to nature of cable Internet? :-)
    21. Re:Plot by virus scan companies? by jskiff · · Score: 1

      Not at all. There's no reason they can't ask a friend to download it for them and burn it onto a CD, along with AdAware, Firefox, Thunderbird, etc.

      Let's face it: most of the folks who this will happen to will have no idea that AVG is out there, so it's up to people like us /. geeks to help educate them. Perhaps we should start replacing the AOL CDs at supermarket checkout stands with homebrew CDs cotaining better internet applications?

      --
      It's "no one," not "noone." Who the hell is noone anyway?
    22. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0

      say what?!? install windows to be secure? thf is this tech smoking? even a chimp with half a pea for a brain can tell you that debian is more secure than winblows. and what is with only being able to use norton AV? is this a bad idea or what? i mean if this is a plot from av companys, norton stock will go thru the roof, and it also may kill the little guys

    23. Re:Plot by virus scan companies? by gmhowell · · Score: 1

      Why are people so against computer maintenance but have no problem budgeting for regular car maintenance?

      The average price for a new car is $20,000, whereas the average price for a new computer is about $800?

      Also, people don't budget for car maintenance. Go to edmunds or any other auto site, and witness people bitching about auto repairs. 9/10 times, the repair they are bitching about is something that could have been prevented with routine maintenance.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    24. Re:Plot by virus scan companies? by An+Onerous+Coward · · Score: 1

      Excluding #2, I agree.

      Having to buy something when there is a more efficient way to get the same result doesn't contribute to the economy.

      That assumption makes the same mistake that I would be making if I said I was contributing to the economy by wandering down the street smashing in car windows. The mistake is in thinking that, if the victims of my economically-induced crime spree hadn't spent the money replacing their car windows, that money would have been lost to the economy.

      In fact, it would merely be re-routed, either into other goods and services, or into a bank account (which isn't lost to the economy either, since the bank just loans it out again).

      I find #4 especially interesting. The budget for computer maintenance is primarily intellectual, not financial. People just don't want to be bothered with understanding how the computer actually works, and I just don't get it. People put all this valuable data onto their machines, and then do nothing to ensure that the data is protected.

      --

      You want the truthiness? You can't handle the truthiness!

    25. Re:Plot by virus scan companies? by Maul · · Score: 1

      This is in no way a plot by Symantec, McAfee or otherwise.

      I can see Comcast's point of view, and while I don't agree 100% with everything they're doing, they know that if they just gave users a warning and didn't follow through about this, nothing would happen.

      If Comcast sent a letter to Joe User saying, "Hi You're computer is compromised by MyDoom. Download this AV software..." more than likely Joe User would ignore it.

      The only way Joe User will get AV software is if Comcast physically blocks him so he is forced to take action.

      --

      "You spoony bard!" -Tellah

    26. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0

      really?

    27. Re:Plot by virus scan companies? by danielsfca2 · · Score: 1

      > those users aren't able to download good, free virus scanners like Grisoft's AVG.

      Do you really like AVG? Free it is, but I really dislike its interface and think it looks exactly like a really cheap program.

      I like AntiVir better; also free, and has a good interface, and doesn't look like it's so...free.

      But yeah, it is a bummer that the users have to go to a lot of trouble without net access, because the easiest solution is to just install a copy of Anti-Vir or AVG.

      It'd be cool if they'd give infected customers access to only one (preferably mnemonic) IP, and NO DNS servers, so the support call would go like this:

      Caller: My Internet Explorer doesn't work. And my computer is slow too. Why?
      Tech: Do you have anti-virus software running?
      Caller: No/I don't know.
      Tech: Open Internet Explorer and type this address in the little box where you usually type www.yahoo.com: 12.12.12.12
      Caller: It says here to download these four programs and then I will have my access restored.
      Tech: That's right. Bye.
      ----
      Page on HTTP server at 12.12.12.12:
      ----
      You have been infected with:
      VARIOUS VIRUSES AND SPAMBOTS
      !

      You need to download and run these programs to clean and protect your computer:

      Link 1: FREE VIRUS SCANNER (AVG/AntiVir/whatever)

      Link 2: (detect based on user-agent:)
      Either: Little app that enables XP's firewall
      Or: free firewall software

      Link 3: FREE COMPUTER SPEED-UP TOOL (translation: spyware remover)
      Ad-aware personal with the latest definitions

      Link 4: Little custom app that verifies all these apps are installed and running, that a complete virus scan has cleaned all viruses and does a challenge-response authentication on 12.12.12.12 on some nonstandard port, signaling ISP to automatically re-instate customer. Pops up note to restart their computer to re-gain access.

    28. Re:Plot by virus scan companies? by Anonymous Coward · · Score: 0

      NAV isn't worth shit. I've used it on all my systems for years, after using AVP, F-Prot and others. NAV came with SystemWorks so that was good enough. Updated it daily. Scanned weekly, not many virus issues other than inbound email attacks which it handled.

      Just on a lark, I installed AVG on my system because everyone spoke so highly of it, and guess what it found? Yep. Viruses. Stuff that had been there for at least six months, which Norton never saw, never found, never said a word about.

      Dammit, I did what I was supposed to do: updated the def files, used email scanning, used active scanning, used weekly scans, and Norton stabbed me in the back and told me everything was fine.

      Meanwhile at work, NAV Corporate has gone nuts. Every "full machine scan" company wide (probably 5,000 PCs) is creating gigantic NAV log files mostly logging nothing in particular. NAV keeps turning out these log files until the hard drives fill up and the machine crashes.

      Hmmm... you know, that sounds like a virus-like activity to me. Thanks a pantload Norton.

      PS: you're fired. Get the hell off my computers.

  7. Nice but... by Anonymous Coward · · Score: 5, Insightful

    ...I'd like to know that the customers are all made aware of exactly what circumstances will cause their connection to be pulled.

    For example, I administer a mail server, and occasionally have to mail a virus or spam to myself to check that the filters are operating correctly. It would be very inconvenient if I got my connection pulled each time that happened.

    1. Re:Nice but... by sk8king · · Score: 1

      That's crazy. They probably only disconnect AFTER receiving complaints about an IP address at a certain time. I've seen people on dialup that are infected and have generated 3000+ complaints from AOL customers after only being online for a few hours. What is the ISP supposed to do? Let them continue getting IP addresses blacklisted and sending out thousands more emails!!

    2. Re:Nice but... by cryan7755 · · Score: 0

      I can say with certainty that they would not block you account for mailing youself a virus file. Simply because you are not infecting your system. The systems being blocked are seriously infected and trying to infect others. signed a comcast engineer.

    3. Re:Nice but... by Flashbak · · Score: 3, Informative

      Why would you need to send test email, be they viruses or spam, via your isp's network? If you need to test filters or anti-virus configuration on your mail server do it locally - surely that's the responsible thing to do. I wouldn't want to propogate a virus even the eicar test virus outside of the networks I directly control. (Yes, I'm well aware the eicar test is benign, but that's not the point.)

    4. Re:Nice but... by caino59 · · Score: 4, Informative
      this is for the people's machines that are constantly trying to hit other machines and infect them....

      you know, where you see stuff like this recurring in your web server's logs...offending ip removed...

      .client.comcast.net - - [09/Mar/2004:14:43:56 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 302 332

      .client.comcast.net - - [09/Mar/2004:14:43:56 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 302 332

      .client.comcast.net - - [09/Mar/2004:14:43:57 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 302 346

      .client.comcast.net - - [09/Mar/2004:14:43:57 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 302 346

      .client.comcast.net - - [09/Mar/2004:14:43:57 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 302 356

      .client.comcast.net - - [09/Mar/2004:14:43:58 -0500] "GET /_vti_bin/..%255c../..%255c../..%255c../winnt/syst em32/cmd.exe?/c+dir HTTP/1.0" 302 376

      .client.comcast.net - - [09/Mar/2004:14:43:58 -0500] "GET /_mem_bin/..%255c../..%255c../..%255c../winnt/syst em32/cmd.exe?/c+dir HTTP/1.0" 302 376

      .client.comcast.net - - [09/Mar/2004:14:43:58 -0500] "GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c 1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 1941

      .client.comcast.net - - [09/Mar/2004:14:43:59 -0500] "GET /scripts/..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 302 357

      .client.comcast.net - - [09/Mar/2004:14:43:59 -0500] "GET /scripts/..%c0%2f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 1941

      .client.comcast.net - - [09/Mar/2004:14:44:00 -0500] "GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 302 357

      .client.comcast.net - - [09/Mar/2004:14:44:00 -0500] "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 302 357

      .client.comcast.net - - [09/Mar/2004:14:44:01 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 337

      .client.comcast.net - - [09/Mar/2004:14:44:01 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 337

      .client.comcast.net - - [09/Mar/2004:14:44:02 -0500] "GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+d ir HTTP/1.0" 302 356

      .client.comcast.net - - [09/Mar/2004:14:44:02 -0500] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 302 356

      the people they are cutting off are sending out daily attacks to multiple machines, not just once or twice sending out crap here and there. i think you'll be ok.

    5. Re:Nice but... by Anonymous Coward · · Score: 0

      If you need to test filters or anti-virus configuration on your mail server do it locally - surely that's the responsible thing to do.

      That's nice in theory, but in practice, many mail servers treat external hosts differently to local users (as they usually should).

      You argument is a bit like saying "why bother with browser testing when you can just validate your HTML?"

    6. Re:Nice but... by PhxBlue · · Score: 1

      I suggest R'ing T F'ing A.

      Direct quote from the article:

      Comcast says that it is aware of the problem, is alerting customers who were hacked and helping them secure their computers.

      --
      !#@%*)anks for hanging up the phone, dear.
    7. Re:Nice but... by Flashbak · · Score: 1
      Why not do your tests from the DMZ (that still counts as territory you control, but is surely treated as outside to all intents and purposes.) Even if we assume you have an SMTP box in the DMZ forwarding to an internal "real" mailserver the theory still holds.

      I'm going to skip the HTML comment, as that gets into a whole other discussion...

    8. Re:Nice but... by DR+SoB · · Score: 3, Informative

      No it's not, that's some bozo trying to "root" your machine. That's a traverse directory attack they are attempting. It happens all day, every day, and it's NOT what Comcast is going after. Webserver logs show you who is trying to connect to your WEBSITE, it has NOTHING to do with SPAM. If you want to see who these bozo's are just look at the header of your spam email and do a TRACERT (or TRACERTE) to there IP address and see if it's a Comcast subnet (or names resolve...). It may be a cheap virus, it may be some hackers scanning tool, but most Comcast customers are not running old versions of IIS (which is what they are trying to infect by the weblog you posted.).. Check out the Security Focus website for more information..

      --
      Mod +5 Drunk
    9. Re:Nice but... by nfgaida · · Score: 1

      Heard of Nimba? That log looks a lot like how Nimba/codered exploit IIS.

      --
      *elevator music plays*
    10. Re:Nice but... by DR+SoB · · Score: 1

      Umm, NO! I've never heard of "Nimba" I've heard of "nimDa" though! Look at it backwards "Admin".. Many, many, virus use the Traverse directory hack for IIS. Too bad it was patched in 1999.. IMHO it is pointless to even encode this type of attack now-a-days, everyone who cares is patched.. 5 years is a LONG time to go without attempting any patches on a webserver!

      Still Nimda wasn't meant as a spammers tool..

      Also, what does codered mean??

      --
      Mod +5 Drunk
    11. Re:Nice but... by Anonymous Coward · · Score: 0

      It is related: some spammers infect machines with all sorts of worms to install a port-forwarding utility or backdoor, which they can later scan and use to send their spam.

      Take a look at the constant hits on firewalls for typical ports used by these back-door installed, zombie machines. 3127 and 3128 are quite popular right now, although Comcast claims to be blocking them.

      It only takes a few ancient, infected machines inside a nice, big, fat corporate pipe to spew spam or viruses at a tremendous rate both across the Net and throughout Comcast itself, which will suffer the greatest hit. Comcast is protecting their own asses by these means, lest they be stuck (deservedly) in major blacklists and start having their own customers blocked from sending mail.

    12. Re:Nice but... by Anonymous Coward · · Score: 0
      If you want to see who these bozo's are just look at the header of your spam email and do a TRACERT (or TRACERTE) to there IP address
      [botis@box botis]$ tracert c-24-0-102-160.client.comcast.net
      bash: tracert: command not found
      [botis@box botis]$ tracerte c-24-0-102-160.client.comcast.net
      bash: tracerte: command not found

      Weird. Do I need to type it in caps, or something??
    13. Re:Nice but... by DR+SoB · · Score: 1

      It depends on your OS.

      tracert = Windows, DOS

      tracerte = os/390, z/OS

      traceroute = Unix (some flavours)

      Or you can do it online:

      http://www.visualware.com/personal/products/visu al route/index.html

      --
      Mod +5 Drunk
  8. HA! Qwest disables accounts... by daft_one · · Score: 2, Funny

    completely at random, just in case they might be infected!
    They do the same with phone lines, in case you might be using that line to dial an infected machine up!

    Ahh, Qwest... thine spirit of service doth truly amaze.

    1. Re:HA! Qwest disables accounts... by El+Torico · · Score: 1

      A tale from the Telecom crash -

      I worked at the Qwest Customer NOC (now closed) in Arlington, Virginia for a while; one day, a ticket came to me where an entire OC-48 from New York, USA to Amsterdam, Netherlands was down and no one knew who to contact. This ticket was passed to me from the Backbone NOC (BBNMC), where it had been languishing for two days!
      I looked up everything we had on this circuit and drew blanks. Finally, I was able to determine that this was a backbone OC-48 between Qwest and KPN/Qwest (it originally belonged to Ebone).
      I called the KPN/Qwest NOC in the Netherlands 6 or 7 times each half hour and got no answer. It turns out the entire KPN/Qwest NOC literally walked away and turned out the lights.

      Hilarious.

      --
      In the land of the blind, the one-eyed man is usually crucified.
  9. Cox does this... by h0mer · · Score: 5, Informative

    I know anecdotal evidence is pretty much worthless, but my friend got infected with all sorts of nasty ad/malwares, along with Blaster and a couple other worms. Cox deactivated his cable modem, he had to call them and go through phone hell to get his service back. So I'm not really sure it's only Comcast doing this.

    --


    I'm on top of my game like I'm standin' on Xbox.
    1. Re:Cox does this... by Anonymous Coward · · Score: 0

      I'd rather they warn. My ISP (A local one in regional australia) has now sent me three stern warnings about how they've detected I'm infected with the virus/worm du jour, and information about what I should and should not be doing to prevent infection.

      I only have an iMac and a Macintosh IIfx on my connection. I wonder which one it was with SoBig :P. If they had disconnected me three times I wouldn't be with them any more.

    2. Re:Cox does this... by AbbyNormal · · Score: 2, Interesting

      go through phone hell

      I am also a Cox subscriber and I believe that their phone "service" should be labeled cruel and unusual punishment.

      Also, has any other Cox users noticed a decent amount of Port Scanning from Cox? Is this part of their scanning for Viruses/worms? After one weekend where I was scanned twice in a matter of hours, I sent my logs to their "abuse" address. I have yet to hear back from them. Coincidentally, I have yet to be scanned since then.

      --
      Sig it.
    3. Re:Cox does this... by Skater · · Score: 1

      Really? I've had decent luck with their phone service during business hours (got a clueful tech right away). In off-hours, I got someone who didn't know as much -- she wanted to check my software config immediately after admitting that service was down in my area -- but she wasn't THAT bad.

      I've gotten some scans from Cox, maybe once a month. Tripwire blocked the scan and my firewall now drops their IP. :)

      --RJ

    4. Re:Cox does this... by nfsilkey · · Score: 2, Interesting

      I have heard as much. And I have experienced Time Warner Cable / Roadrunner in Austin, TX doing the same to their customers infected with MyDoom, Blaster, and other nasty remote exploits and trojans. Apparently their engineers pulled the plug on everyone in the area (Buda, Georgetown, Round Rock, Lake Austin, etc.) at once after theyd completed scanning for the exploited.

      I know because in that 'pulling of the plug', certain blocks went down completely. Their tech support center was frickin slammed by incoming voice calls. A tech commented that upwards of 95% of his calls were people who complained theyd been cut off, and upon his inspection of the blacklist, were disabled due to vulnerabilities or exploits.

    5. Re:Cox does this... by LoudMusic · · Score: 2, Interesting

      Agreed. My roommate worked for a large broadband ISP in Arkansas which was regularly shutting off connections for usage abuse. Though they didn't have tools to help them. For the most part they just watched the load, checked the logs, and updated router configs manually.

      But it worked. And they blacklisted addresses and names of repeat spammer offenders and refused service to them in the future. He said they had the same people buying ISDN lines under different names all the time. Or the same name at a neighbor's house - presumably as an agreement, "I'll provide you with internet if you let me keep a computer in your house". Or maybe the dude just lived on a country road and could set up all the addresses he wanted (:

      --
      No sig for you. YOU GET NO SIG!
    6. Re:Cox does this... by AnonymousNoMore · · Score: 1

      "I am also a Cox subscriber and I believe that their phone "service" should be labeled cruel and unusual punishment."

      I've had cox as an ISP for about 18months now and I've had a few service issues, as one would expect from any ISP. I've always found their customer service to be very good. Why? Because I go right past first level service immediately by telling them I run linux and describing the 16 things I already tried. Often I've tried more things than their first tier guys even know to try. They always bump me up a few levels right away and those guys generally have their shit together and actually know linux.

      I've had some pretty severe anger management issues related to spam. When I talked to the higher tier service folks at cox, while they did not encourage bad behavior, they recommended some **cough**attacks**cough***, uhm behavior, that would be satisfying without putting me in breech of my service contract.

    7. Re:Cox does this... by marmstro · · Score: 2, Informative

      Yup, Cox cut off my cable modem once for having port 25 opened for relay (shame on me, I did a temporary port forwarding to Cox's email server because my normal SMTP server was down, and forgot to un-forward it). I ended up talking to a good tech support person (the good ones are only available after normal business hours) and I fixed the problem, he port scanned me, and turned me back on.

      --
      "Burn the land and boil the sea You can't take the sky from me" -- Joss Whedon - Firefly
    8. Re:Cox does this... by phazei · · Score: 1

      I do tech support for cox.

      If a customer does something against the AUP, then their acct will eventually be suspended until the problem is resolved.

      spam and viruses are against the AUP

  10. Is this right? by Millbuddah · · Score: 3, Interesting

    Are these guys even allowed to do this based on the user agreement they get their subscribers to sign? I'm sure most of these computers that get hijacked are used by Joe Somebody who probably has no idea that his computer has been hijacked. If Comcast and other ISPs are so keen on cutting off access to spammers, why not provide a firewall and antivirus programs along with their subscriptions? I'm sure it'd cost them a pidly amount and wouldn't really be all that hard to work out a deal with these software vendors to bundle them into the deal. Maybe I'm way off base here but it just doesn't sound right to just cut off acess.

    1. Re:Is this right? by sleazyrider · · Score: 1

      They do provide access to the McAfee firewall for free. Also, they point out where free AV programs can be downloaded. So, it's fair for the Comcast folks who just ignore all this to have their syphilitic infected systems cut from public access. Think of it as a public service from Comcast.

    2. Re:Is this right? by Depili · · Score: 2, Informative

      Well, many finnish ISPs offer bundle deals on AV and firewall software with their connections, and atleast the campus network of Helsinki University of Technics cuts infected machines. And IMO cutting spam drones is the right thing to do, but determinating what is infected and what ain't can be little tricky at times.

    3. Re:Is this right? by evilviper · · Score: 1
      why not provide a firewall and antivirus programs along with their subscriptions?

      Because the brain-dead users won't download the updates to either, just like they didn't download the updates for the OS, even though they are completely free, direct from Microsoft...
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    4. Re:Is this right? by C10H14N2 · · Score: 1

      I have Comcast cable service and it amazes me that they use a modem, which upon grabbing a valid, public address sends that address out over DHCP and turns into nothing more than a repeater.

      I had Covad DSL before and they provided a router/firewall. I still ran it through a DMZ, but come on, most people will just "plug-in" and by default handing them public addresses with no firewall is just idiotic.

    5. Re:Is this right? by Secrity · · Score: 2, Insightful

      Yes it well within the ISP's right (at least for users without pink contracts). The user is bound to the ISP's TOS/other agreements and if the user is in violation of those agreements the ISP can suspend or terminate service. I believe that sending spam and viruses is against the TOS of all legitimate ISPs (even on a hijacked machine). Remember that ISPs are NOT common carriers. I just wish that broadband providers would restrict SMTP traffic only to the ISP's mail relay for residential accounts. Most, if not all, dialup providers now restrict port 25 and it has dramatically cut down on the spam and virus propogation from dialup machines.

  11. I'm glad. by jellomizer · · Score: 4, Insightful

    Although a lot of of the spammer are not spammers but people with infected computers. But they wont do anything unless they have to. Cutting net access to them will force them to fix the problem one way or an other. Most people who are hacked will go well it is not affecting me so I wont fix it. But with their connection gone then it is affecting them. Now they can fix it them self or hire someone to do it. But this is a good first step.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:I'm glad. by jtwJGuevara · · Score: 1
      Is this really the right way to go about making users take steps in doing this? The last thing I'd want is to have my customer base calling support screaming over their connection being cut. Of course, I didn't RTFA, so I don't know if the customers are informed prior or concurrent to their connection being cut. But if there is no notification and a all of a sudden a customer has a dead connection, you are going to have one unhappy customer.

      A viable solution could have a snail mail or phone call made to the subscriber detailing the situation along with a warning that if it isn't alleviated within a fixed amount of time, then the connection is cut, while at the same time providing some sort of basic initial consulting to the customer about how to "fix" their computer. If the service provider is going to go about cutting people's connections because of virii and worms, they should also be responsible for providing the user help in cleaning their system.

      This is of particular concern to me because I myself am considering switching to Comcast from a dialup and definitely wouldn't want the possiblity of this happening to me or those that I live with.

    2. Re:I'm glad. by liquidsin · · Score: 1

      Maybe a nice non-routable subnet could let you get some info and some AV updates. That'd be great, actually. Email warning, once or maybe twice, sub ignores it, then one day finds that Explorer automatically goes to a nice Comcast site that says "j00 g0t 0wnz0r3d" or something similar. A little run-down on how to secure your machine, a mirror of current NAV/Macaffee definitions, a free AV prog, Zone Alarm, and a web based scan like Norton has on their site. You follow the directions and run the scan. If you pass, they let you back onto the internet at large. All automatic, no human intervention required.

      --
      do not read this line twice.
  12. A good decision here by DarkFencer · · Score: 4, Insightful

    I applaud this decision. Even though it will possibly cost them customers or cost them additional tech support time, they will be cutting off peoples owned windows boxes.

    Lets hope they hold to this once the calls start coming in from people who have everything from Bagle to Netsky (along with probably a heavy dose of spyware too)

  13. Whose fault is this really? by Amiga+Lover · · Score: 3, Insightful

    wtf? How is this going to benefit the people who're running the machines?

    Try sending out an ISP bulletin with the simple tips on how to avoid getting exploited in the first place. It's dead simple.

    1. install patches regularly
    2. virus scan
    3. don't open attachments
    4. don't install spyware.

    If people used these 4 simple techniques, while it wouldn't be perfect, it would by my thoughts drop the number of infected machines down by three quarters, which will DRAMATICALLY reduce the efficiency and productivity of running a spamming business, and spammers won't have any choice but to leave you alone.

    Cutting people off is just going to get them to take infected machines somewhere else.

    1. Re:Whose fault is this really? by phats+garage · · Score: 0
      You could send some people an email with a button embossed with the most deadly looking skull and crossbone icon that flashes the words DON'T CLICK OR I WILL EAT YOUR COMPUTER and its been my experience that button is going to get clicked anyways.

      However, I like your optimistic tone.

    2. Re:Whose fault is this really? by realmolo · · Score: 4, Insightful

      You obviously have never worked as tech support.

      You could send out that email every day, with detailed instructions, and it would have very, VERY little effect on the number of infected/hijacked machines.

      Most users just won't do that stuff. Especially if it involves anything more complicated than "Click here". Multi-step instructions are not going to be followed. Unless, of course, it's going to win them a free trip to Disneyland.

      As far as "don't install spyware"...well, spyware is hard to classify, and a lot of it installs pretty silently. Expecting users to be able to distinguish between "bad" pop-up dialogs asking to install Gator and "good" pop-up windows asking to install Flash (or whatever) is asking too much.

      Attachments in emails are just going to be opened, period. No one ever learns their lesson in that regard.

    3. Re:Whose fault is this really? by Anonymous Coward · · Score: 0

      As an Amiga user you might be interested in some of my auctions for Amiga parts.

      see here

    4. Re:Whose fault is this really? by ThePretender · · Score: 2, Insightful

      If they don't just delete the bulletin right off, they probably won't follow it 100% anyway. If they do:

      1. install patches regularly ...or set it up to happen automagically. However, most n00bs are still going to get tripped up by this no matter how easy you *think* it is for them.

      2. virus scan
      Again, automagic updates would be nice too. This one would probably work out most of the time.

      3. don't open attachments
      'But it was from my mother/sister/brother/son and they said they loved me!'... This won't work.

      4. don't install spyware.
      'Gator is spyware? Wait. What is spyware again? It just prefills forms and makes life easier. What? No, it didn't install anything else...' Continue this thought process yourself.

      Hate to be cynical, but giving them a warning then shutting them off is probably the best solution. I would also recommend the ISP send out a CD with some cleanup tools since they've effectively cut off these people's access to some of the tools to help themselves.

    5. Re:Whose fault is this really? by CdBee · · Score: 1

      Ahh, commonsense solutions

      If AOL, Comcast, freeserve etc all packed their ISP sign-up disks with the latest XP Service pack, the latest version of Internet Explorer (or even better, Mozilla) and all security updates to date of shipping, that would be a real help

      Even better, they should require systems to be patched in order for their software to install, or apply the patches during install.

      --
      I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    6. Re:Whose fault is this really? by microcars · · Score: 2, Insightful
      Try sending out an ISP bulletin with the simple tips on how to avoid getting exploited in the first place. It's dead simple.

      People don't read these. If their machine is still up and running, they don't care. The only time they will do anything is if their machine useless or their service is cut off.

      Also- I'd make a little change to your list:

      1: Get a Mac

      OR

      2. install patches regularly
      3. virus scan
      4. don't open attachments
      5. don't install spyware.

      If people used these 4 simple techniques,...

      They won't, which why they should use #1 instead.

      If Grandma is just using the Interweb for email and browsing and such there is NO good reason for NOT using a Mac! These people are not interested in constantly updating their machines, they just expect them to work.

      I have one friend who uses a Windows box that is constantly getting hosed by trojans and worms and viruses and he keeps using it until it grinds to a halt. Then he invites a tech friend over for dinner and the guy "cleans out" his machine and updates his system.

      And this is how it is until it gets all farked again in a month or so. He keeps saying he'll get a Mac "one of these days...."

      that day will be when his system is down and his tech friend is no longer available.

      There are SO MANY people that are just "home users" that are NOT interested in all the maintenance involved with a Windows PC, but they have no clue what they are in for when they go shopping for one.

      --
      I like microcars
    7. Re:Whose fault is this really? by ThisIsFred · · Score: 1

      Sorry, these don't universally apply.

      1. install patches regularly
      Better make that critical updates only, so the user's MP3s don't suddenly stop working because of some DRM control embedded in an update.

      2. virus scan
      Picking the best scanner is really important. The two most commercially successful products just happen to be the worst. Virus scanners also miss most of the malware/spyware out there.

      3. don't open attachments
      If the user has Outlook or OE, he can still be infected without actually viewing the attachment, but by simply opening the body of the attachment.

      4. don't install spyware.
      The only way to completely prevent this is by no longer using IE.

      --
      Fred

      "A fool and his freedom are soon parted"
      -RMS
    8. Re:Whose fault is this really? by jfengel · · Score: 1

      wtf? How is this going to benefit the people who're running the machines?

      It doesn't. It benefits Comcast: they spend less time dealing with the nastygrams they get from the recipients of the spam relayed through these machines.

      It also benefits you. Of the 437 spam emails you received today, how many of them came from an infected machine inside Comcast?

      As for the people? Well, I guess they take it in the shorts. Actually, they've already taken it in the shorts: they're infected with a worm. It'll cost 'em $50 to buy NAV or similar and they'll be permitted to rejoin polite society.

      That's a lot easier than joining a new ISP. The real benefit to these users is that it's an unpleasant but apparently necessary wakeup call. I don't think they've been reading the ISP bulletins. Or the news.

      I'd be curious to see if there's a measurable drop in spam due to this. There's always been a strong suspicion that much of the world's spam comes through relays installed by worms. Comcast is only one of several very large ISPs, but one can imagine cutting Comcast's relays as making a noticeable dent.

    9. Re:Whose fault is this really? by Xian97 · · Score: 1

      Attachments in emails are just going to be opened, period. No one ever learns their lesson in that regard.

      I strongly agree with that. When the I Love You virus was going around 5-6 years ago we had one girl that opened the attachment 3 times, even after a lecture from the IT staff the first time.

    10. Re:Whose fault is this really? by Anonymous Coward · · Score: 0
      Most users just won't do that stuff. Especially if it involves anything more complicated than "Click here". Multi-step instructions are not going to be followed. Unless, of course, it's going to win them a free trip to Disneyland.

      If Comcast succeeds in buying Disney, maybe some "keep your computer virus free and win a trip to Disneyland" contests are just what we need to get people to take some responsibility.

    11. Re:Whose fault is this really? by Idarubicin · · Score: 1
      If people used these 4 simple techniques, while it wouldn't be perfect, it would by my thoughts drop the number of infected machines down by three quarters, which will DRAMATICALLY reduce the efficiency and productivity of running a spamming business, and spammers won't have any choice but to leave you alone.

      Tragically, people don't use those four simple techniques. Even after being told, they'll say "I'll do it tomorrow", or "it's too hard".

      How do you get drunk drivers off the road?*

      Polite programs in high schools from friendly, helpful city officials that say "please don't drink and drive, it's dangerous" are all well and good, and effective with a portion of the population. Past a certain point, you have to start saying, "we're going to pull you over and make you blow in the machine. If you've been drinking, we're going to take away your license and impound your car."

      In this situation, these people are operating their computers in a way that makes them a menace to the rest of the users of the internet. Comcast has temporarily suspended their license until they can sober up.

      *Obvious joke: Make them President and give them their own airplane...

      --
      ~Idarubicin
    12. Re:Whose fault is this really? by mwood · · Score: 1

      Well, that's why there's rule 3A: don't use Outlook or OE, and do write Microsoft asking for a way to remove them completely.

    13. Re:Whose fault is this really? by johnw · · Score: 1

      I agree with you that in 99% of cases the e-mail warning will have no effect. Nonetheless it should still be sent, because:

      a) 1% of users will act on it and thus avoid an inconvenient disconnection. This may not make a big difference to the outside world but it will make a difference to them.

      b) You then have an excuse to use with the remaining irate 99%. "We tried e-mailing you but got no response. We were left with no option but to disconnect you."

      It's a question of being seen to do the right thing.

      John

    14. Re:Whose fault is this really? by ahodgson · · Score: 1

      Comcast-connected proxies are responsible for about 10% of the spam I bounce, across multiple mail servers. This number has been consistent for months, and involves literally tens of thousands of trojanned machines. This will have an impact.

  14. A better solution... by SmackCrackandPot · · Score: 5, Interesting

    ... would be to put the network connection onto a quarantined sub-net where all the necessary virus removal tools were available. Once the machine was cleaned up, it would be allowed general network access again.

    1. Re:A better solution... by daveewart · · Score: 4, Interesting

      quarantined sub-net

      My ISP, NTL, did this during the Blaster epidemic. They used some kind of portscan to determine which machines were infected and then put their connections in a 'walled garden'. All web traffic that went through this 'walled garden' resulted in a page describing what the problem was and included lots of pretty pictures explaining how to fix the problem.

      The portscanning caused some alarm to those of us with firewalls, until it became clear what they were doing.

      I believe their patching instructions were:

      • Download debian-3.0r2-woody.iso
      • Burn to CD
      • Reboot ...
      :-)
      --
      "If you think the problem is bad now, just wait until we've solved it." --- Arthur Kasspe
    2. Re:A better solution... by phillyclaude · · Score: 1

      that what Drexel does. any new machine to the network is on a quarantined subnet which only has access to windowsupdate and AV software. Once you are cool, you need to register your jack #, dorm #, phone. pretty painless, and seems to work pretty well

      --
      A computer without a Microsoft operating system is like a dog without bricks tied to its head
    3. Re:A better solution... by pmc · · Score: 1

      They used some kind of portscan to determine which machines were infected and then put their connections in a 'walled garden'. All web traffic that went through this 'walled garden' resulted in a page describing what the problem was and included lots of pretty pictures explaining how to fix the problem.

      No quite - they looked (and still look) for "excessive" port 135 traffic and put you in the walled garden (i.e. changed your DNS server settings next time your DHCP address updated, which was every eight hours).

      There were several problems with this. Firstly the process was indiscrimiate and I am still getting put in the walled garden due to excessive 135 traffic (and no, I don't have any viruses). Not that is has any effect anymore as my DNS is fixed. Secondly you were directed to an http page ending in ntli.com, which claimed to be NTL world, which asked you to download some MS patches for your machine. This has obvious problems - why does this person want me to run executables from this web site when I have no idea who owns the website? This struck me as highly suspicious the first time it happened (and dumb all the other times - why not ntlworld and https?). Anyway I finally got through to someone sensible (after getting a script reader trying to claim "there is not ever legitimate reason what-so-ever that any computer ever would ever use port 135. Ever. At all." at which point he was asked to transfer me to someone who knew what port 135 was used for) I finally got them to agree to send the logs from the walled garden to me next time it happened so I could work out what was causing the problem. (Naturally, it hasn't happened since then).

      Interestingly, last time I was on the phone to them (actually trying to find the phone number for their helpdesk) I found NLTworld which appears to be a typo site, but quite what it is doing I'm not sure.

    4. Re:A better solution... by danila · · Score: 1

      An even better solution would be to block all offending ports and leave only web (80 and 80-something), POP3, SMTP (ISP server only, with or without traffic limits) and may be some IM ports. This would make these pwned boxen harmless to the rest of the Net, while still perfectly functional for most practical purposes. Let's face it, your grandma doesn't care if her private e-mail and grandkids' photos are exposed to evil haxors.

      If you are still worried about security, then your quarantined sub-net default page should allow the user a choice between using crippled access if he is too lazy/doesn't care and cleaning the machine with explicit instructions.

      P.S. I once messed up e-mail forwarding filters at home and they started recursively forwarding spam with addresses in C? field (more and more copies of the same spam, which targeted a number of ISP users). I was not cut off, I was sent an e-mail from the tech. support and relatively quickly fixed the problem on my side.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
  15. Re:Thank you! Next, please take out the virus-infe by cbelt3 · · Score: 4, Interesting

    Fine, stop the infected machines from DDOs'ing. But hey, can the SERVICE be a little more SERVICE friendly ? Like this: DHCP Message comes up: "Dear Comca$t customer. Your computer seems to be infected with a computer virus. We will only allow you access to our FREE antivirus tools site until you have resolved this problem. Please contact us at blah,. blah, blah". Then let 'em into a site that they control with standard tools to detect and blow away those worms." Might make the customers happy instead of ticked off.

  16. Happened to me. by Anonymous Coward · · Score: 3, Informative

    I had a machine on AT&T (now Comcast) that was infected by a worm. Bummer. I'll tell you, you have to keep up with those service packs even if you're going to directly connect to the network for "just a few hours".

    Anyhow, my friends at AT&T Broadband (the ones that never answered their phone) sent me a nastygram telling me that I was doing a bit too much port scanning for their liking (duh...)

    So I ripped the machine of the network and poked around. Yep, it turned out that my machine was infected a few hours after I installed the OS, and it was doing it's bad thing for WEEKS.

    At the time, AT&T just "informed me" that I should stop doing bad things. I think it would have been prudent for them to kill my service until I took corrective action.

    Of course, this was 3 years ago or so... a more innocent time...

  17. That explains it by gowen · · Score: 4, Funny

    That explains why I haven't been spammed by a Comcast box for ... 36 minutes :(

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  18. Policing their users? by damitbill · · Score: 1

    Now, if only other broadband ISPs would start policing their user base ..."

    I'm not sure ISP should be 'policing' their users. This could lead to them 'policing' for many things. i.e. P2P, content, blogs....

    It sounds like a slippery slope.

    1. Re:Policing their users? by Anonymous Coward · · Score: 0

      Great idea! Who'll join my campaign for ISPs to cut the net access of 'bloggers'.

  19. I for one... by Sentosus · · Score: 4, Interesting

    I for one welcome our new connection blocking ISP overlords?

    First time for me...

    I agree that this should be done in extreme cases where the customer is CONTACTED before so that information and education can be PROVIDED. Simply clipping the wire does not fix the issue for anyone but the ISP.

    Second, Backroads.net implemented the policy above with much success. I was happy as a customer of theirs.

    It is unfortunate that this has to be done, but wouldn't a more effective solution be to block all ports but 80 or maybe even force all their traffic to a URL with an explaination of the virus and let them know that they can not do anything on the web until it is fixed?

    SP

    1. Re:I for one... by mccalli · · Score: 4, Insightful
      Simply clipping the wire does not fix the issue for anyone but the ISP.

      It fixes the issue for me as well. And you. And, in fact, anyone at all who isn't the person infected.

      Having said that, I agree with your point about prior contact. I'm fully in favour of cutting off virused connections however, and in a reasonably swift time limit too.

      Cheers,
      Ian

    2. Re:I for one... by evilviper · · Score: 1
      I agree that this should be done in extreme cases where the customer is CONTACTED before so that information and education can be PROVIDED. Simply clipping the wire does not fix the issue for anyone but the ISP.

      It solves the problem for the ISP, and me, and you, and the internet at large. The only one it doesn't solve the problem for is the end-user, who apparently isn't too interested in getting security updates.

      What else would you have them do? Just leave the pipe open for hours or days, while you try to contact them? Leaving all that time for your machine to continue spewing-out loads of spam, infecting other machines, etc...
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:I for one... by jrutley · · Score: 1

      The problem with blocking everything but 80 is that people would still believe that they have an Internet connection, so they wouldn't be forced to do anything about it.

    4. Re:I for one... by MarcQuadra · · Score: 1

      I agree. I'm on abusy cable ring, and when these worms get around my activity light stays lit and my access speeds plummet. If people don't have their shit together enough to install and run AV software they shouldn't have Windows boxes in the first place, they need 'managed computing' and a locked-down user account.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
  20. Overkill by Anonymous Coward · · Score: 2, Insightful

    Why disable the account when they could just block certain ports?

    1. Re:Overkill by PepsiProgrammer · · Score: 2, Insightful

      I admin a small non profit wireless isp, and this is what I generally try to do, although our user base is small enough (~110 right now) that I can do this and call them up to tell them they have a virus. But this wont work for all types of viruses, if you block someones smtp access you might cause more trouble than just shutting them down outright.

      --
      "The United States has no right, no desire, and no intention to impose our form of government on anyone else." - Bush 05
    2. Re:Overkill by sk8king · · Score: 1

      Well, by disconnecting them you block certain ports....on the customers machine.

      Is this something you want to get into if you're the size of Comcast? I have no idea how many customers they have, but you can't block specific ports for every customer that's infected. First of all, there are too many customers and second of all, there are too many ports. It would be a logistical nightmare.

    3. Re:Overkill by alcmena · · Score: 1

      The problem with this idea that I often send mail through my work SMTP server. This way, no matter where I am, I can always send email without having to constantly switch my mail server for whatever ISP I happen to be using on my laptop at the moment.

    4. Re:Overkill by sk8king · · Score: 1

      Never mind paying for the regular licensing for anti-virus software, but you're going to significantly increase the amount of email you have to scan.

      More hardware is required to do this extra scanning. Several anti-virus packages limit how many messages/hour you can scan [I realize there are free ones, but that is beside the point].
      This is all part of the cost of spam/viruses. A new mail server/virus scanner [or many more], more licensing for anti-virus software and more bandwidth to handle the spam/viruses that get out there.

      No matter how much we would like it, not everything is free.

    5. Re:Overkill by drinkypoo · · Score: 1

      You're right about extra hardware. However:

      ClamAV seems to have the best reviews.

      I snarfed all this out of a /. comment or two a little while back, and mailed the links to my boss, who was recently complaining about the high cost of email server antivirus software. I haven't tested any of them because I don't have a colocated server and comcast does not offer static IP addresses for love nor money (or at least, I haven't found the right person to make the offer to yet) so I don't run a mail server these days.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:Overkill by tokul · · Score: 1
      Why disable the account when they could just block certain ports?

      how many ports you are have to block?

      It takes only one open port to break all your blocks.

    7. Re:Overkill by shamino0 · · Score: 1
      I admin a small non profit wireless isp, and this is what I generally try to do, although our user base is small enough (~110 right now) that I can do this and call them up to tell them they have a virus. But this wont work for all types of viruses, if you block someones smtp access you might cause more trouble than just shutting them down outright.

      Depends on what you're blocking.

      Cutting off someone's SMTP altogether is probably a bit too draconian.

      On the other hand, cutting off SMTP access to anything other than their own ISP's mail servers (like Earthlink and a great many other ISPs do) doesn't seem that bad. This is something that should be done all the time, not just when a customer is discovered to be hosting a virus.

      If a virus is sending its spam directly to recipients, this completely blocks it. If it is reading your system settings and starts sending through the ISP's server, this is something the ISP can catch through standard anti-virus filters.

      There is really no good reason why individual hosts need to send SMTP directly to recipients' mailboxes. Even if they want to run a local copy of sendmail (or other MTA), they can configure it to forward all non-local mail to the ISP's server.

  21. Code Red Lives! by ChrisKnight · · Score: 3, Interesting

    Code Red showed up in August of 2001. Anti-virus vendors, and even Microsoft, released detection and cleaning tools. To this day, two and a half years later, I am still getting Code Red hits from infected machines.

    It is about bloody time that a large provider has become willing to proactively cut off infected machines. Now if only UUNet would do the same, as most of the Code Red hits I receive come from within my own NSP's network.

    -Chris

    --
    -- This sig is only a test. If this were a real sig it would say something witty. --
  22. So if we take a "blaster" scenario... by Osrin · · Score: 3, Insightful

    How is an infected user supposed to resolve the issues that they have if they can't get to an update or patch?

    1. Re:So if we take a "blaster" scenario... by evilviper · · Score: 1
      How is an infected user supposed to resolve the issues that they have if they can't get to an update or patch?

      The same way you get home after taking your car in to a shop for repairs...

      Would you prefer the alternative? (Hint: there is no alternative)
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    2. Re:So if we take a "blaster" scenario... by Osrin · · Score: 1

      So you can pick up your patch on some sort of Microsoft shuttle bus?!?

    3. Re:So if we take a "blaster" scenario... by Phrogz · · Score: 1

      When Speakeasy cut my connection for an MSSQL2k infection a few years ago, I called them, they explained the situation, and turned the connection back on and gave me 48 hours' immunity to get it patched before shutting it down again if it was still broken.

      It worked well, I was embarrassed and thankful to them. I applaud this sort of effort.

    4. Re:So if we take a "blaster" scenario... by hellopoe · · Score: 1

      In many cases whe the offender is a mail proxy, only the outoing mail port is shut off. These people can still reach site to get updates. Once it's been verified, the filter is lifted. At least that's how it works with my ISP.

    5. Re:So if we take a "blaster" scenario... by rtconner · · Score: 1

      How is an infected user supposed to resolve the issues that they have if they can't get to an update or patch? Did you mean, how do they do it without paying money. Sorry If these people have to actually pay money to take their computer somewhere to get fixed, but that America for you - money, money, money.

      --
      023AD01("Child", "Evil");
    6. Re:So if we take a "blaster" scenario... by evilviper · · Score: 1

      There's a real problem with that... When a worm infects a system, it has full access. As soon as programmers hear that some are blocking port 25, they'll just program the worm to do something else if e-mails aren't getting through (like DDoS the ISP, or something similarly bad).

      Cutting off the connection is the only complete solution.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  23. Debtor's Prison by Anonymous Coward · · Score: 5, Insightful

    This reminds me of the idea of putting people in jail for debt. Bankruptcy amounts to a life sentence, since there was no possible way a person could make up the sum of money while in jail, away from the work force.

    How can these people fix the problem without access to up-to-date patches and virus scans?

    1. Re:Debtor's Prison by mental666 · · Score: 1

      Easy, they use one of those free intarweb things from AOL that come in the mail. THen they download a newer copy of a virus with an newer signature that comcast cant find!!! See!! Its MAGIClA opadufalkfjal;sdfjk

    2. Re:Debtor's Prison by Anonymous Coward · · Score: 0

      This reminds me of the idea of putting people in jail for debt. Bankruptcy amounts to a life sentence, since there was no possible way a person could make up the sum of money while in jail, away from the work force.

      How can these people fix the problem without access to up-to-date patches and virus scans?


      Oh, please...

      Anyone on the net HAS access to these tools - you can even go to major software vendors like NA or Symantec who have FREE VIRUS SCANNERS available. FREE!!

      Every major OS vendor on the planet (yes, EVEN Microsoft!) has vulnerability patches available for download FREEEEEEEE!!!

      ZIP! ZERO! NADAAAA!!!

      Every single Linux distro makes FREEEEE vulnerability patches for their stuff! FOR NOTHING!

      Debtor's prison? What kind of analogy is that?

      Where do people get this logic?

  24. Provide anti-virus software by catherder_finleyd · · Score: 1

    I would hope that Comcast would start providing anti-virus software. If for no other reason that its DSL competitors are doing so, and advertising that fact!

  25. How To Take Care of Comcast by jchawk · · Score: 2, Interesting

    Mail Admins do yourself a favor.

    Just nuke the following -

    client.comcast.net

    and

    client2.comcast.net

    And for good measure - client.attbi.com

    That should take care of most of the zombie / virus / idiot mail. None of their residential customers should be sending email directly from a dymamic IP address. This will seriously cut a good bite of the spam / viruses you are receiving, and you don't have to worry about missing email because they should be relaying through central mail servers.

    1. Re:How To Take Care of Comcast by Corbets · · Score: 1

      None of their residential customers should be sending email directly from a dymamic IP address.

      Oh really? I do. For one, my OBSD box sends daily log files to my work address directly. Yes, I could relay the mail instead, but I don't... and I don't think there's a real good reason for me to do so.

      Back on the topic, I'm glad Comcast did this. If I managed to get infected by a virus/worm/attacker, I'd want my box cut off from the 'Net too. As long as we keep making life simple for the people that do these things, we keep bending over....

      Corbets

    2. Re:How To Take Care of Comcast by jchawk · · Score: 1

      You're free to do whatever you want, just as I as a mail admin am free to not accept mail from dynamic users. You have no idea how much junk / spam / virus emails come from dynamic ranges. Your ISP provides you with email servers that you can use to send email where ever you like. They also have a static IP address so if there are problems they can be tracked back to them, and they are able to isolate where it came from within their network.

      If you choose to send email from a dynamic range we have no way to tell where it came from, other then that dynamic address. Sure we can monitor for spam runs, but so what? We nuke the offending IP address, and then what? You reboot and get another IP address.

      Relay email through a static server, or get yourself a static IP address and run your own mail server.

  26. any way out for those cut off ? by selderrr · · Score: 1

    how are they supposed to update their virus definitions ? I find this a very narrow sighted policy.

  27. Re:Thank you! Next, please take out the virus-infe by BrookHarty · · Score: 1

    Or have an automated computer call the customer, and inform them they need to clean their computer.

  28. possibly hard stuff to clean by v1 · · Score: 1

    If they are mainly targetting "hijacked" computers that are spam engines, this sort of problem may be more difficult for the average user to fix than say a virus. If a spamhaus is remoting maybe 200 computers, is that enough to catch Symantec's attention and make a definition for? Possibly not. Removal of this sort of "low incidence" non-viral back door would then require the user to nuke and pave their system unless they were/knew someone familiar with registry editing etc.

    --
    I work for the Department of Redundancy Department.
  29. well... by circletimessquare · · Score: 1, Insightful

    don't cut them off

    send them an email saying something like "type ftp://blah.blah.blah in your internet explorer (would they be using any other browser?) and run the virus remover exe you see there"

    then dump them into a quarantine subnet with access to nothing else except that ftp address

    that email would be the last email in their inbox

    just cutting them off leaves them no recourse

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    1. Re:well... by Joecuba · · Score: 1
      send them an email saying something like "type ftp://blah.blah.blah in your internet explorer (would they be using any other browser?) and run the virus remover exe you see there"

      And how the hell is the user supposed to know that is a genuine email? We are trying to STOP people clicking and instaling things, also we are trying to stop people beleiving everything they read in an email message.

      Cut the idiots off and MAIL them a CD with all the patches / updates / anti-virus.
    2. Re:well... by circletimessquare · · Score: 1

      "this cd doesn't work on my stereo"

      "did you email me the cd? i haven't gotten it yet in regular mail"

      "my son said i should never put a cd in my computer, it might have viruses"

      etc...

      teehee ;-P

      --
      intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    3. Re:well... by PalmerEldritch42 · · Score: 1

      You realize of course that the last email in their inbox that Comcast sent them will go unread, since they cut their internet access. So the user will not be able to check email. Especially if they use Comcast's webmail. But apart from that, good idea.

      --
      Ceci n'est pas une sig.

      :wq!

    4. Re:well... by lairpie · · Score: 1

      it doesn't strike people as a funny idea to send the same people that open attachements and download stuff just because a opoup or an email tell them to, and email telling them to go out and download something. i mean, yeh, so they're likely to do it because their email said so, but lending any credibility to the thought of doing whatever an email tells you is just not a good idea.

  30. Good by Joecuba · · Score: 1

    They should fine them as well. The great unwashed who think all there is to opersting a computer is pressing the start button and firing up their email program should be scared into GETTING A CLUE. I have to say, the number of PC's I see full to the brim with viri, trojans, spyware, adware etc is frightening. These machines are almost grinding to a hault because of all the malware on them. Its pathetic.

  31. One Good Result by VernonNemitz · · Score: 4, Insightful

    To me, this sounds like an OK idea, because I bet this will be the ONLY way that many users FIND OUT that their computers have become zombie spambots.

  32. 'Net Users Need a Certain Amount of Responsibility by ausoleil · · Score: 5, Insightful

    There is a certain responsibility that comes with being a part of the internet, one that has become greatly understated since the commoditization and commercialization of the 'net as a whole: do not become a danger or a malfeasance to the rest of the machines that are also connected.

    Unfortunately, this is something that seems to be lost on the clients of broadband always-on connections, especially those that are used by folks with little or no proficiency. While they have no intention of becoming spam-hosts, or DDOS platforms, by not keeping their machines protected against the various evils that lie in waiting out there, they unwittingly become part of the problem.

    This does not reduce the hassles and costs to other sysadmins and users of the 'net as a whole. That said, it seems only fair for an ISP to mitigate the problem by pulling the connection of a user whose systems(s) are spewing out malware.

    There are reasonable precautions one should take, that is, having a good firewall, keeping the machine patched and having good virus protection. No, this does not come without some effort and not always without cost. But, to be connected to the internet full-time, it is a cost of doing business, not unlike having insurance for your car in case you cause an accident. Liability insurance is to protect the public, and you from losing everything should you do harm to others. Keeping worms, trojans and viruses off of your machine also protect not only you but others as well.

    So, it is really a matter of responsibility.

  33. Why not... by Shirov · · Score: 3, Insightful

    Require the installation of a "personal firewall" when the users sign up for an account. Hell, everything else and the kitchen sink was on that CD when I signed up for Comcast... This would probably cut 99% of the problems out. If not a software based solution, how about a hardware based one? How hard would it be to put a firewall in the router they charge 4.95/m to use? Hell, tech support could configure it for grandma, grandpa, mom, dad, ...

    But I guess it is easier to just shut them off, and then charge a reconnection fee... eh?

    --ryan

    1. Re:Why not... by YomikoReadman · · Score: 1
      Well, if you are on Comcast@Home, you don't get a router; all you get is a modem. If you sign up for Comcast Business, you do get a router, and it is configured to act as a firewall. However, the catch is that the routers they used cost about $50 each, and generally suck at everything they do, and have a host of their own problems. Comcast Business Communications recommends that you use a seperate hardware firewall, or a software firewall on any machines utilizing the connection.

      FWIW, I was a subcontracter for CBC up until about a year ago.

      --
      I have no regrets, this is the only path.
      My whole life has been "UNLIMITED BLADE WORKS"
    2. Re:Why not... by CrankyFool · · Score: 2, Interesting

      Why not require a personal firewall? How about prior restraint (the concept, not the legal definition)?

      If I'm putting a Solaris box on their network, I don't want to have to install ZoneAlarm on it. I know how to secure Solaris boxes, thankyouverymuch. If they see a problem coming from my IP, they have my permission to nuke it, but until then, leave me alone.

      In other words, presume innocent and assume the user will deal with it until proven otherwise -- and then respond with extreme prejudice.

    3. Re:Why not... by kindbud · · Score: 2, Insightful

      Require the installation of a "personal firewall" when the users sign up for an account.

      Personal firewalls are crap. They cannot - by design - interfere with the other operations of the PC, so they won't allocate a large enough pool of memory for keeping state on active connections. This results in lots of false alerts if TCP FINs are retransmitted, and on our busy ad banner servers, they sometimes are retransmitted. The PC firewalls think this is a FIN scan, because they have already purged the session when they see the first FIN. Dumb, dumb, dumb!

      McCrappy is especially vulnerable to this, and not only that, in it's popup alert it uses the language "Your PC is under attack from ..." even if it was just one TCP FIN. Users of this sorry piece of crap call me (hostmaster/abuse contact) in a rage, yelling and screaming at me because their McCrappy software has gone "beep beep" and accused my employer of attacking them.

      To make matters worse, McCrappy doesn't provide the user with enough information to respond reasonably, even if it were a legitimate attack. I don't know how many people have sent me a McCrappy firewall alert, which contained nothing but a dump of our WHOIS records, headed by a paragraph accusing the listed party of attacking the user.

      "Yes sir. That's our WHOIS record. Yes sir, I am already aware of that information, since I put it there."

      --
      Edith Keeler Must Die
    4. Re:Why not... by vogonity · · Score: 1
      McCrappy is especially vulnerable to this, and not only that, in it's popup alert it uses the language "Your PC is under attack from ..."

      Amen brother, I cannot tell you how many times that customers, friends, clients have told me that their PC was "under attack" because of some incidental port scan that was detected by their "firewall" (sneer quotes intentional). Under attack? I guess those marketing people want to make their products seem important, but damn... My crappy old P133 running FreeBSD has been "under attack" for years.

    5. Re:Why not... by Anonymous Coward · · Score: 0

      And for those of use who don't connect windows boxen directly to the net, we should just find another provider? Most providers don't "support" non-windows machines, and so won't be content to see that your firewall is iptables, or any of the other non-windows pc-based firewalls.

  34. It is a good thing... by JaredOfEuropa · · Score: 3, Insightful
    Because we all know Corporations policing is a VERY GOOD THING!
    It sounds scary if you put it that way...

    Lets put it another way: the ISP states in their terms & conditions something like: "Subscribers are not allowed to distribute spam or worms over their connection, nor are they allowed to carry out DDOS attacks.". Doesn't sound too unreasonable, does it? Not even if the user breaks this rule unwittingly, because his computer is infected with something nasty.

    A rule like this puts the responsibility for the cleanliness of the subscriber's computer firmly with that subscriber. Rightly so, since that user is in an excellent position to do something about it. It sucks being disconnected because of a worm on your machine, but the alternative is to allow the worm to continue to spread.

    The only things I worry about is the accuracy of the detection mechanism used on the ISP's side, and the promptness with which they reconnect you after you fix the problem on your machine.
    --
    If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
  35. This applies to the whole "freedom has its limits" by Xystance · · Score: 1

    The fundamental conflict here is freedom.

    Freedom of access no matter what the activity.

    The problem with that, is some activities infringe on the freedoms of others. In my humble opinion (and I really mean that), once you start infringing on the freedoms of others on the Internet by your activity (or inactivity to solve your virus problem), you lose your access.

    The biggest problem with all these worms is that they don't just infect a single computer, they spread, threatening thousands of people per computer infected (if not more). That's not fair to the others on the Internet.

    Bottom Line: If you can't keep your computer from pounding mine, AND reducing the total amount of bandwidth available to me on the network and on our node, then you don't deserve access until you've rectified the situation.

    If it's poor grandma who gets cutoff... she wouldn't be able to solve the problem herself even if she did have Internet access. Do you really expect her to update her virus definitions, grab the necessary Windows Updates, boot into safe mode, disable System Restore, run the VirusScan, remove everything, then run the Windows Updates, THEN reboot into regular mode?

    That's a lot to expect of -anyone- unfortunately. It's not a hard process to follow, but computers intimidate the most intelligent people out there... (sigh)

  36. Don't cut, cripple by Anonymous Coward · · Score: 0

    As some have pointed out, cutting off someone's connection can be too drastic (no more antivirus updates, for example). Instead, why not reduce it to "barely usable", maybe even gradually tightening? Here are some ideas:

    1) Throttle traffic, especially outbound.
    2) Increase latency.
    3) Disable ports.
    4) Restrict IP addresses.

    Any suggestions? Problems?

    1. Re:Don't cut, cripple by cbmeeks · · Score: 2, Insightful

      Because the "Little Old Granny" wouldn't have a clue that she was being throttled. Blocking is a good idea. However, the blocked message should be something like "We have detected your machine has a virus. Please CALL Comcast at..." Then, the customer support person could help out. cb

      --
      Remember, licking doorknobs is illegal on other planets.
    2. Re:Don't cut, cripple by sk8king · · Score: 1

      Throttling just informs the customer of a problem with their machine [maybe]. As I mentioned earlier, I've seen thousands of complaints generated from a simple 1-2 hour dialup session. Not a whole lot of bandwidth there and you can bet not everyone who received an email complained. So, if you do throttle down a high speed connection to dialup speeds, you're still leaving the window open for sending out thousands of spam emails by the virus. And everyone shows all these steps...increase latency, disable ports, restricting this and that. This is unreasonable for any business with more than a few hundred customers.

  37. SCO by bjoeg · · Score: 1

    Now we only need SCO to start sueing spammers, cause spam is their patented source code. But honestly, good job from ComCast, but yes there might be a problem fixing the whole damn thing when you need the tools from the net. But again "Format C:" usually takes care of that.

  38. We only support Windows by Anonymous Coward · · Score: 0

    So much for only supporting Windows. They just added some more non-depreciable costs to their bottom line.

  39. Self Inflicted DDOS by manganese4 · · Score: 1

    Until they fix their computer, just block their ability to send email except to their ISP and bounce all spam back to the email address registered with the ISP. Of course, this would simply end up being a DDOS against MSN and Yahoo.

    --
    I make my face look like this and concerned words come out.
  40. bullshit in protection? by Vo0k · · Score: 0, Offtopic


    Do your ISPs use bogus antivirus counter-measures?

    Mine:
    -disallows attachments with .js extension
    -disallows connections not-through-proxy and does some filtering there
    -disallows mail with From: other than their own mailserver
    -requires written permission for starting your own mailserver
    -allows connections matching your IP against your MAC address (despite lack of DHCP) - you need to "register" your new network card
    -limits ICMP to 2/s so if 3 people (out of hundreds) launch ping at the same time, packets start vanishing.

    --
    Anagram("United States of America") == "Dine out, taste a Mac, fries"
  41. Comcast Terms Of Service / Acceptable Use Policy by SignalFreq · · Score: 3, Informative

    Here is Comcast's Terms Of Service.

    From the AUP:
    Note: Comcast reserves the right to immediately terminate the Service and the Subscriber Agreement if you engage in any of the prohibited activities listed in this AUP or if you use the Comcast Equipment or Service in a way which is contrary to any Comcast policies or any of Comcast's suppliers' policies. You must strictly adhere to any policy set forth by another service provider accessed through the Service.

    So they can terminate service, based on violation of the subarticles:

    (vii) restrict, inhibit, or otherwise interfere with the ability of any other person, regardless of intent, purpose or knowledge, to use or enjoy the Service, including, without limitation, posting or transmitting any information or software which contains a worm, virus, or other harmful feature, or generating levels of traffic sufficient to impede others' ability to send or retrieve information;

    And transmitting a virus is definitely a violation. Still, it would be nice if there was more information on what will cause them to pull the plug.

  42. Overkill by Albanach · · Score: 5, Insightful
    I know of at least one ISP in the UK who respond promptly to omplaints about spamming and worm infections. Their response is that user gets informed of the situations and port 25 gets blocked. No outgoing mail.

    It's about the easiest thing ion the world for the ISP to and it's _very_ effective. Another option would be for ISP's to force all SMTP traffic through their own mailserver and virus scan it. They could easily spot a home user sending a couple of thousand messages in an hour or one spreading infected email everywhere.

    If you want unfettered access you can pay for a co-lo box and take the responsibility too. People can't keep hiding behind their ISP and dynamic IPs. I'm all for personal freedoms on the net, but with freedom comes responsibility. Deal with it.

  43. Doesn't just apply to viruses... by Xystance · · Score: 2, Informative

    Oh come on now...

    As much as I love OS X (sitting on it right now), it is not "infection-proof".

    BSD/OS X is just as vulnerable to hacking as any other Unix system if left unpatched and unmaintained.

    Just because there hasn't been a working worm written for BSD/OS X doesn't mean there won't be one.

    PLUS, -just- having an updated AntiVirus doesn't solve the problem! It's the patch level too, it's the non-configured software or hardware firewalls, it's the complete dearth of knowledge of the basics of computer security! Everyone has to learn to drive, so everyone has to learn to keep things at a baseline level of security.

    Why don't you do your part and instead of calling people stupid, educate those you know, and tell them to educate others?

    1. Re:Doesn't just apply to viruses... by CdBee · · Score: 3, Insightful

      Oh, but I do

      I work in system support. This conviction of mine that the numbers out stupid people outweigh the power users is borne of considerable experience and many thousands of hours of fixing things for those friends who only call when they have a problem.

      There is a massive hard core of people who just DO NOT LEARN from their mistakes. Frankly if ISPs are going to let these dangerously ill-educated people onto the web they should have a duty to deal with the consequences

      Anything ISPs do to protect these people or us techies from their side-effects is a good thing.

      This isn't a whinger or an outsider speaking. I've got the T-shirt and it wasn't worth what they charged.

      --
      I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
  44. ISPs blocking infected users by DFJA · · Score: 1

    Some ISPs periodically scan their users' computers to see if they are exhibiting open relay behaviour, then inform the user that they will be disconnected unless they fix the problem. Now I'm sure it can't be difficult for them to test for a whole load of possible infections/configuration problems on their networks and take an appropriate action. If they all did this, then the spam problem would be dramatically reduced.

    --
    43 - For those who require slightly more than the answer to life, the universe and everything.
  45. Or maybe... by jjhplus9 · · Score: 2, Insightful
    They should just block the OFFENDING traffic, and help the identified users clean, reconfigure, and protect themselves...

    Now that would be a ' Good Thing !

    1. Re:Or maybe... by dreamchaser · · Score: 3, Insightful

      That would be a nice thing for them to do, but they aren't being paid to provide PC support, they are being paid to provide and Internet pipe.

      Maybe if people start losing service they'll finally start to educate themselves. Education is still the best weapon to use to further secure the 'Joe User' PC's out there.

    2. Re:Or maybe... by Chalybeous · · Score: 3, Informative

      Grandparent has a fair point, but parent reflects the situation where I am.
      I use my university's network for internet access, paying UK60 a year for access in my room. At the start of the year there were a lot of virus-related problems, mostly people bringing machines in from home and plugging them in without a firewall or AV software.
      Network Services don't insist on this. They don't insist on a virus scan first. What they DO do is cut you off if your PC is causing a nuisance to the network, because they're only three men taking care of the main servers and staff terminals (public terminals are someone else's responsibility).
      A lot of people whine about it, but IMHO it's fair policy. They're busy enough without having to help the blissfully clueless. That said, it wouldn't kill them if your 60 included a CD with, say, ZoneAlarm and AVG on... (I distributed similar CDs to friends, with Mozilla Firebird, just so they didn't pick up anything nasty.)

      The moral of the story: well, there are two. The first is "You're paying us for the service, not for us to hold your hand and show you how to use your computer." The second is that some people really need to be beaten around the head with a clue-by-four.

      --

      "It is dark. You are likely to be eaten by a grue." -- Zork

    3. Re:Or maybe... by silas_moeckel · · Score: 1

      Better yet cut service till a message saying it's fixed I'm sorry, also offer some help in the paid manner to fix it.

      --
      No sir I dont like it.
  46. No warning? by breakinbearx · · Score: 1

    As a whole, this is a very good move by Comcast, and, should other ISPs pick up the slack, could make the internet a much more civil place for me and my inbox. However, I certainly hope that they are giving forwarning to the people who are having their accounts disabled. There are many tech inepts out there that have no idea that their computer is laden with viruses and such. So when Comcast disables their account, you get the "Oh no! The Internet is broke!" Hopefully, Comcast gives these people warning and has a good help service for those who don't know how to purge their computers of the viruses.

    --
    Skill is successfully walking a tightrope over Niagara Falls. Intelligence is not trying. -- Anonymous
  47. A suggestion: by scorp1us · · Score: 1

    Put these users on their own vlan. Give them access to their web email servers and send them a message with a download link to fprot or whatever virusscan package is out there. Let them download it. Once the spamming stops, put them back on the regular internet.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
  48. We all love the ISP network police - NOT by Anonymous Coward · · Score: 0

    I remember, I was too poor to pay $300 for business cable, and when code red rolled around they blocked my webserver and mailserver. I tried explaining to the technical support that I wasn't GNU/Linux is not vulnerable to Code Red but to no avail. This made my customers (our family business really happy.

    The worst part is they had said I was allowed to run a server.

  49. block egress 25, enable smtp auth by Anonymous Coward · · Score: 1, Interesting

    Wouldn't this be better served by simply blocking egress port 25 (eg, users can't send email out on port 25 to anything other than the ISP's own email server) and also enable SMTP auth on the ISP's server?

    That way, any SMTP engine isn't going to be able to connect at random to various mail servers, and if they try to connect to the user's ISP mail server, it will have to know the username/password. And if it happens to get that info (or uses the user's own mail client) the ISP should be able to log large scale email traffic based on username.

    1. Re:block egress 25, enable smtp auth by ajs318 · · Score: 1

      Freeserve already does that. Any traffic you send to any IP address on port 25 is diverted to Freeserve's SMTP server. I know this because I work for an ISP and was getting complaints about "our" SMTP server, I did tail -f /var/log/maillog and had the customer send an e-mail. Nothing, but he got a bounce message -- and it was nothing like the ones our sendmail generates -- so he must have got on to some server somewhere. Wasn't running any anti-virus software either. Made him change the server addresses from words to figures (so as to eliminate DNS from the equation) and try again. Same response, some SMTP server somewhere barfing. Had to bell Freeserve to find out what the hell was going on.

      --
      Je fume. Tu fumes. Nous fûmes!
    2. Re:block egress 25, enable smtp auth by Anonymous Coward · · Score: 0

      That's not exactly what I originally meant, but that works, too. Essentially you're describing redirecting all port 25 requests through another server, not just blocking them outright.

      That will work assuming the server you're filtering through does forwarding correctly...

    3. Re:block egress 25, enable smtp auth by ajs318 · · Score: 1

      What I'd like to see would be that legitimate SMTP servers insisted on SMTP AUTH. Any message not originating from a known authentication-enabled server could be blocked.

      There are only 4 billion or so IP addresses. It takes one bit per address to say yea or nay -- that's 512MB. It's conceivable for a big, meaty server to keep that in RAM, so it wouldn't be unnnecessarily slow.

      Actually, what this means is that something equivalent to the IP addresses of all those machines that aren't supposed to be running mail servers, would fit on a single CD-ROM. Hmmmm ..... that is not an unrealistic proposition ..... !

      --
      Je fume. Tu fumes. Nous fûmes!
  50. Whups... by boomer_rehfield · · Score: 1

    I was concentrating on your last statement and forgot your comment about downloading the definitions....

    --
    Carpe Canem - Seize the Dog
  51. DHCP message? Since when? by purduephotog · · Score: 4, Interesting

    You can't send a message with DHCP- thats a network assignment protocol. As in, you get your IP from them with that.

    It would be even better to send them a "Net Send " but thats been disabled due to viruses and spam.

    Frankly those users have ignored all the obvious aspects of being infected (100% cable light flashing) and have probably consumed more bandwidth than an army of teenagers downloading MP3s. That cable *should* be cut and I stand by my comments about desiring cable access being denied to them UNTIL they remove their virus.

    Frankly, they AREN't running a virus scanner because... obviously... the logs go on for days. Weeks. A few for months. So how exactly do you want to make them call in for more information? Why, you cut out their access. Very quickly they call in. If they don't, well, they weren't using the service and they will call in when they want to... at which point a qualified technician can 'walk them thru' downloading a virus scanner and installing it.

    Because lets face it- if they are spamming the net with a virus thats been on their machine for months, a little DHCP message (hah) ain't gonna do nothing to stop them.

    1. Re:DHCP message? Since when? by 91degrees · · Score: 1

      Frankly those users have ignored all the obvious aspects of being infected (100% cable light flashing) and have probably consumed more bandwidth than an army of teenagers downloading MP3s. That cable *should* be cut and I stand by my comments about desiring cable access being denied to them UNTIL they remove their virus.

      I think you're expecting a little too much technical competence from people. They don't even realise that their computer can be hijacked, and they certainly don't know what to expect from the mysterious flashing lights on their modem.

      It should be possible to connect them to a router that resolves *.*.*.* to a server that contains only a website with information on why they have been disconnected, and how to remove the virus/trojan from their system. Most users use the web at some point. This would be the only page they could access.

    2. Re:DHCP message? Since when? by cristofer8 · · Score: 3, Interesting

      I think he's talking about sending them a different gateway and dns server. this way, the gateway ensures they can ONLY get to the virusscan page, and dns helps by only returning its ip, no matter what webpage they asked for. So when they open ie to msn.com, they actually get the "Hey! you have a virus! Here's how to fix it!" page.

    3. Re:DHCP message? Since when? by xaoslaad · · Score: 1

      This wouldn't be a bad thing. Except allow them to just that one page with a list of (and access to)every AV company under the sun whether free or not. Then they can still download AV programs & updates. Gives them just enough breathing room to fix the computer before calling to get their service hooked back up.

    4. Re:DHCP message? Since when? by roystgnr · · Score: 3, Informative

      Frankly those users have ignored all the obvious aspects of being infected (100% cable light flashing)

      My cable light has been flashing intermittently ever since the latest Windows worm. It's not because my (Fedora Linux) computer is infected, it's because every other infected computer on the net is periodically scanning my entire block of IP addresses. Every time they try to infect an unused address in that block, our helpful routers send an ARP packet to every cable modem user. I've seen more than a hundred per second during bad periods.

      Maybe DSL users (who don't have to share the same bandwidth with everyone in their neighborhood) or users at smarter cable modem companies (who could be caching these things a bit longer, not sending out ARP requests for the same IP address every few seconds) would see a difference if they were infected by a virus, but at least Road Runner Austin users are probably all used to constantly flickering cable modem lights by now.

    5. Re:DHCP message? Since when? by phillymacmike · · Score: 1

      Hey! I get those pages all the time! I thought I was supposed to ignore them! ;)

      --
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _>8
      Too many errors in one post (make fewer).
    6. Re:DHCP message? Since when? by stor · · Score: 1

      It should be possible to connect them to a router that resolves *.*.*.* to a server that contains only a website with information on why they have been disconnected, and how to remove the virus/trojan from their system.

      Well maybe not exactly. If you're talking about name resolution the client machine will use whatever nameservers it is configured to use, whether that be via dhcp or set manually.

      You *could* do that with some funky routing and packet mangling but I'd avoid that. You could also just get your nameservers to return bogus stuff to their IP Address when queried, like resolving a worm's target address e.g. www.sco.com to 127.0.0.1. But as above, the user can easily circumvent that by entering nameservers manually or running their own dns.

      Using a proxy/ transparent proxy is more appropriate: you can do funky stuff with a proxy without disrupting the routing or dns by introducing (admittedly harmless and localised if properly configured) bogons.

      Another alternative (or addition, depending...) could be performing selective port forwarding to content filtering proxies. Check out amavisd-new, spamassassin, vipul's razor, postfix/exim's proxying abilities...

      Just remember: force all troublesome traffic through a proxy/content filter and filter the stuff.

      None of this is rocket science. The main problem to the business is the initial and ongoing costs of the system. It certainly wouldn't be trivial to do this at a large ISP: you've got bucketloads of important traffic to deal with. That means a large, highly-available, costly system.

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    7. Re:DHCP message? Since when? by Anonymous Coward · · Score: 0

      My light always flashes at 100% because of arp requests. Not a good indicator.

    8. Re:DHCP message? Since when? by BandwidthHog · · Score: 1

      I happen to recall noticing that the weekend Code Red originally hit, the activity light on my modem started going nuts. I figured it would die down in a few days... it's been what, 2+ years? I still get hit by Code Red and Nimda on a daily basis. I keep a translucent green-on-black terminal window running over my desktop, so the clueless Windows users provide me with a cheap-n-cheezy Matrix-esque effect.

      --

      Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
    9. Re:DHCP message? Since when? by Lost+Race · · Score: 1

      Same here, constant LEDs flashing ever since ATTBI took over from @Home. How I miss @Home.... They sure knew how to run a large high speed network.

    10. Re:DHCP message? Since when? by 91degrees · · Score: 1

      Well maybe not exactly. If you're talking about name resolution the client machine will use whatever nameservers it is configured to use, whether that be via dhcp or set manually.

      Yep. Resolve was the wrong term. My bad. What was the term I'm after? Basically, the client should be connected to a local intranet where the other machine is every IP address.

    11. Re:DHCP message? Since when? by stor · · Score: 1

      Yep. Resolve was the wrong term. My bad. What was the term I'm after? Basically, the client should be connected to a local intranet where the other machine is every IP address.

      I'm unsure as to whether there's a special term for that: it's just configuring the routing in a bogus fashion to "send the client to a sink" so to speak. You may need to use source routing to make it work.

      Packet mangling and/or dynamic translation would also be tools in your arsenal to take care of this.

      You tend to find in ISPs that Border and Core routers are fairly overloaded as-is, with large routing tables (incl. OSPF/RIP/BGP) and a lot of traffic to deal with so introducing this seems a bit risky and ugly. I'd tend to investigate using a proxy especially since the goal is really to filter the content, not disrupt network services.

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    12. Re:DHCP message? Since when? by Student_Tech · · Score: 1

      Or perhaps they could just have the head-end router hi-jack their webconnections and redirect to a disconnect page of some sort. Disable anything outgoing that was non-web durring that time as well. (At least the college campus I am on does that, lots better than just shutting off the port on the wall so you are left wondering what the problem is like last year. Although it only affects your off campus access, so you are still free to bombard the computers inside the campus)

    13. Re:DHCP message? Since when? by cristofer8 · · Score: 1

      My campus actually does this the first time you connect using an unknown MAC address. DNS won't tell you anything (although you can still get at on-campus machines by ip) and keeps redirecting you to a registration page, where you have to put in you student id etc, so they can associate your mac address with a particular student. from then on, dhcp gives you the same ip each time you connect.

      I think this would be easy to implement (as you've said) for disconnected people, exactly so they aren't left wondering what's wrong with the internet.

  52. TDC does that too... by LowerThanZero · · Score: 1

    Now, if only other broadband ISPs would start policing their user base

    TDC (Danish telco) started doing this and it really pisses me off! I mean my Linux machines will never get infected (I'm way to paranoid) yet they've blindly cut port 25 for all ADSLs! I have to use now their stupid mail relay with 10MB limit, tinfoil hat required etc.

  53. NTL did something similar to me... by rob.sharp · · Score: 1

    I'm a little hazy on the details as it was a while ago, and I don't boot into windows that often these days, but they sent an email to my NTL email account asking me to install virus software, as they thought I may be infected. Which was nice of them!

  54. Finally! by Anonymous Coward · · Score: 1, Interesting

    I used to kick users off of the dial-up ISP I managed when I'd catch them running the Back Orifice client. I made a few kids cry. One of them said his mom was going to beat the crap out of him when she found out why their Internet service didn't work anymore.

    If you're running Windows without a firewall or antivirus software on Comcast's network, getting the plug pulled on your access should be the least of your concerns. What you really deserve is a serious flogging.

  55. It's just like Orwell...agian by till3y · · Score: 1

    So all of the sudden a music lable can enter my home and search the place becuase I might have an illegal mp3 or I might have burned a CD for a friend. Wow! is it me or does it seem like the goverment is a big fan of the book 1984? I don't understnad why you have to use commandos aremd to the teeth with army choppers to get a 12 year old to stop downlaoading Hillary Duff. I think that my rights on-line shoudln't be sold out for profit, and I shouldn't have to spend life in jail all because I sampled a CD.

    --
    let's not flame but instead celebrate our love of technology
    1. Re:It's just like Orwell...agian by gothzilla · · Score: 1

      Please, lets all try to understand whats going on before donning the tinfoil hats. (And this is for all the posts trying to equate this story with MPAA/Copyright/MP3's/Big Brother).
      Nobody is looking at your data. Comcast and the other ISP's blocking infected machines can tell by traffic patterns or by what ports your computer tries to connect to, that you're infected. As soon as a computer connects to the net, there are very predictable traffic patterns that happen and its very VERY easy to tell if a computer is infected by what could be called a traffic fingerprint without snooping a single piece of actual data. Of course, (don tinfoil hats now) Comcast or any isp can look at any piece of data they want if it's traveling through the network *they own* if they believe its gumming up the works, say to see if all 3,348,823 outgoing connections from your computer are emails being fired off from 12,498 variants of the viruses out that are happily running on your pc.

  56. When the policing keeps their own customers... by sczimme · · Score: 1


    from harming others, yes it is a good thing.

    I hope you weren't trying to compare this to the RIAA version of policing; that would be ridiculous.

    --
    I want to drag this out as long as possible. Bring me my protractor.
  57. False alarms by Anonymous Coward · · Score: 1, Interesting

    Tell me about it. During the NIMDA virus hysteria, my ISP cut off my internet connection because it said I had the NIMDA virus. Since I was running Linux, that was impossible but it tooks weeks to settle the issue.

    The really irony was that one of the support agents suggested that this whole mixup wouldn't have happened if I was just using a "normal" operating system like Windows or the Mac!

    1. Re:False alarms by Anonymous Coward · · Score: 0
      The really irony was that one of the support agents suggested that this whole mixup wouldn't have happened if I was just using a "normal" operating system like Windows or the Mac!

      Almost certainly true.

    2. Re:False alarms by Anonymous Coward · · Score: 0

      Yeah there would have been no mixup; he probably would have been infected with NIMDA!

  58. Policing and illegal application and VISA/MC by lsw · · Score: 1, Interesting



    a problem is that spammer are nasty and if you're a geek you would do anything to stop them and so on. but what about people who trade copyrighted material? If you're an ip lawyer for the MPAA your position would be to ask comcast to block internet access to those pc (because morals aside, it's illegal in the US).

    A major issue in spam is the credit card processing facilities. actually visa and mc have an immense power to stop spammers. they could simply block the processing of credit cards of companies engaging in spam. amex did it for porn and no-one complained.

    --
    Ironclad Security only exists when you have Chuck Norris on the shift. Do we really have to discuss this? (Plutonite)
  59. I AGREE! by Asprin · · Score: 0


    Those lousy, no good, ignorant users deserve to have their service cut off! How stupid do you have to be to get your self infected with a spamming viruses **AND** **THEN** not do anything about it?!?! Sending online greeting cards would be SOOOO much easier if I didn't have all these stupid popup ads and 350 pieces of spam in my inbox every day! Why I think they oughta take all these people and tie them up by their eX###vcrs and bludg))f*&893####89fjvnv0q3 )*((@)#@)RFF)

    ))(A*U+_FCI_)WGFU {@WFJ'w3Vs

    *** NO CARRIER ***


    [/feh, it's prolly already been done today, but I'm too lazy to cheX0r!]

    --
    "Lawyers are for sucks."
    - Doug McKenzie
  60. Some already do this by GuruHal · · Score: 1

    Other ISPs do this already under the guise of bandwidth abuse and aceptable use policy. If the traffic sent by spammers is high or there are complaints pointing back to a specific user they drop the connection until they call in to fix their connection.

    The problem is explained and fixed or if its virus related they are pointed at a few good antivirus software titles. If the problem returns they get warned that its happened before and the next time they will be turned off completely.

    3 steps until they go entirely offline and it makes them aware that they are responsible for what goes on with their Internet connection. Even without their knowledge they could be exploited to hurt/bother others.

    The internet has a lot of potentially damaging aspects to it for users who don't know anything about it. Its best if the companies try in some small way to educate the users on their system so that the problems are reduced not just punished. It would be difficult, for example, to explain to my mother that shes responsible for some bulk emailer who routes through Singapore, abusing her connection by spamming through it after she picked up a virus that turns her system into an open relay. Its the users responsibility to control acess to their systems, and the only way it can be controlled at the ISP level is if thats the way it remains.

    --
    "Quando Omni Flunkus Moritati" -- Red Green
  61. Much better than blocking by Anonymous Coward · · Score: 0

    Blocking the whole internet access won't help anyone.
    Much better would be to block all besides HTTP and redirect all HTTP accesses to a ISP information page that informs about viruses and offers downloadable virus scanners and OS updates

    Don't punish - Help!

  62. Someone cares... by CFBMoo1 · · Score: 2, Interesting

    Nice to see some companies caring about their customers by notifying them there's a problem. I wish Sprint/Earthlink was as good as Comcast in the customer service, hell the one tech guy who came out to work on our line even recomended Comcast over his company. oO

    Here's a little story about Sprint/Earthlink you may all enjoy. Last year at around Febuary. They got a hold of my home and said that DSL was available. We signed up and they called a month later saying the 1.5 DSL was available so we signed up for that.

    Well for 7 months we had no problems. Everything worked perfectly. Then they decided that individual computers at a home must now go through a router and switched the system over to that. This caused regular disconnects at my house because they neglected to send us any notification of the service change.

    After the router was installed and we went through it, we still got regular disconnects from the service. After about 3 month, 3 Sprint technicians, and 1 Earthlink tecnician.

    Finally the conclusion was reached that the 1.5 DSL was the problem cause we were about 24,000 feet from the office or just outside the bubble. And we could only get the lower speed. Which doesn't explain why it worked for 7 months w/out a hitch before their connection policy change.

    We asked if it was possible to be switched to a closer office, they said there was one closer but it wasn't ready to handle connections. We asked if they could notify us of when it will be ready so we can switch and have better service. The technician said they wouldn't and no reason was given.

    At this point your probebly wondering why we didn't switch to Comcast. Well they neglected to send us a bill for about 3 months and repeated calls were getting nowhere so switching was on hold. A carrier pigeon would have been more of an option.

    Finally in Febuary another Sprint tecnician came out. This guy knew exactly what he was doing and said that the office closer to use was ready to take connections after he heard our story. He hooked us right up to the closer office thats only 10,000ft away and we've been picture perfect since. I'd like to thank that fellow, but I didn't get his name cause I was at work when he stopped out.

    Anyway, it's fellows like that and the ones that take the time to call people about problems that should get the good pay checks. Not the idiots who could careless and leave you hanging.

    Sorry for the long winded story. But seeing this article made me think of what happened to me and especially of that one tech guy recomending Comcast over their company.

    --
    ~~ Behold the flying cow with a rail gun! ~~
    1. Re:Someone cares... by Anonymous Coward · · Score: 0

      Decaf, man. Use the decaf.

  63. It's about time! by csoto · · Score: 1

    The University of Texas has been filtering infected systems at the border routers for over a year now. It helps immeasurably.

    The best filter is to eliminate Windows. Install Linux. Better yet, swap that silly Dell for a Mac!

    --
    There exists no way of exchanging information without making judgments. --Bene Gesserit Axiom
    1. Re:It's about time! by dave420 · · Score: 2, Funny

      Don't you mean swap about 3 dells for 1 mac? :-P

  64. Well... by portwojc · · Score: 1

    The one I use to work for did this sort of thing all the time. It's nice to see the rest of the world is trying to catch up to the little guys.

    In our case though we'd contact the customer first (if possible) and try to get it resolved before shutting them down. For a BIG company I guess this is at least a start.

  65. trust them? no way! by twitter · · Score: 1
    put the network connection onto a quarantined sub-net where all the necessary virus removal tools were available.

    Like I'd trust tools from Cox. When those idiots took over from Excite@home, they sent everyone a crappy win32 CD that rooted your machine with remote access tools and other spyware, obstensively to help their customers fix their broken PCs. It did not work, of course, because it simply introduced a new hole to exploit. The customer is better off at the local computer store where there's someone who has experience using the tools and is not interested in your surfing and TV watching habits.

    Anti-virus tools for Windoze only go so far anyway. When a machine is rooted, the only answer is wipe and reload. It's impossible for anti-virus people to keep up with the worm writers and all the places they hide crap in the registry. A real solution is to simply move people to free software.

    --

    Friends don't help friends install M$ junk.

  66. This is responsible behaviour by nurb432 · · Score: 1

    Unlike the insane suggestion that would say it was ok for an ISP to come in and make changes in my equipment.

    But to cut off an offending user, that is ok to do....

    --
    ---- Booth was a patriot ----
  67. Sympatico.ca starting doing something similar. by nabil_IQ · · Score: 1

    2 days ago a friend sent me a link to some SCO page (for comic value, nothing is actully usefull in there), the moment I hit go on my browser, my connection dies and the red led on the modem goes on (indicates a disconenction). I never thought that my ISP actully dropping the connection of anyone who requests anything from SCO.com.

    if you are a sympatico.ca subscriber, try it ;)

    ciao

    --

    Won't somebody please think of the Karma!
  68. Giving helping hand to grandma by puhuri · · Score: 3, Insightful
    how do you do that with no intarweb?

    ISP could set up captive portal (like on WLANs) with information and pointers to AV software updates. Either all traffic is relayed through proxy or then packets are allowed to AV sites.

    But false positives are the problem, of course. But once you get confirmed spam, virus or worm traffic, then you can be quite sure.

  69. Re:Thank you! Next, please take out the virus-infe by evilviper · · Score: 1

    It's your responsibility to take care of your own computer. You think the cops should pull you over when your car is billowing smoke and offer to fix it for FREE for you?

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  70. No Windows Boxen by CowboyBob500 · · Score: 1

    This may sound like flamebait, but I don't allow Windows boxen on my network, period. While I'm not an ISP, I do do some limited hosting, provide e-mail services etc. Quite simply, if you have a Windows box, you're not coming in. No-one's been spamming through my network, and nor are there any "0wnz0red" boxen connected to it.

    Bob

    1. Re:No Windows Boxen by dave420 · · Score: 1

      That's a seriously draconian stance to take :-P I've been on networks with nothing but windows machines, and they work fine. The problem with windows machines (just like any other) is when the person in control of it is a muppet, things go wrong. As you get less n00bs on linux boxes (owing to their complexity), simple logic dictates you get less muppets on linux boxes. Playing the odds like that offers a quick solution, but by no means the best. If you can't work with windows boxes, the problem isn't windows ;)

  71. Adelphia by Anonymous Coward · · Score: 3, Informative

    The ISP I work for (Adelphia, thus Anon :) ) is working on a way to handle customers like these.

    -First, the customer is identified, then placed into a 'walled zone'.
    -This walled zone will route/allow the cable modem to go only to one specific location, a certain web page in this case.
    -Said web page will include downloads for virus fixes and such. Customer goes there, downloads, and cleans up his computer.
    -When it has been verified that the customer has gone there and cleaned up, they check his system, then reactivate his account.

    To me it seems like a pretty nifty way of stopping virus spreading while keeping the customer informed of what's going on.

  72. They do provide a free firewall by Anonymous Coward · · Score: 0

    If you have a comcast account, sign into comcast.net and you download mcafee free (only for 1 year, but it is there)

  73. Re:Thank you! Next, please take out the virus-infe by alhaz · · Score: 5, Insightful

    That's all well and good, but . . .

    I work for one of the largest meta-ISPs. To put things simply, my employer operates the back-end of of a few hundred interest services. Said employer shall remain nameless, and no, my email address does not reflect said employer.

    Anyway. I'm a graveyard shift network operator. There isn't a whole lot to do on the graveyard shift except make sure nothing bursts into flames. So I'm pretty bored until about 5am when our authentication logs gets rolled into the database.

    And this is when i can go through all the complaints about spam, viruses, port scans, and whatever else our teeming masses of end users have perpetrated, and figure out exactly who's computer is doing what. And then shut 'em off.

    I agree completely that it would be great if there were some way i could efficiently get the end user to disinfect or secure their systems without having to resort to strong-arm tactics, but the truth is that, for 99.99999% of home users, disabling their supply of email and porn is the only way we can get them to sit up and pay attention.

    Think about it. If you got some popup on your screen that said you have a virus and your internet connection is at risk, you'd just close it and go about your business. Unless your connection didn't work, and then you'd call customer service and try and get it 'fixed'.

    Heck, most people get popups that tell them that sort of thing all the time.

    Would a smart person trust that the 'free' antivirus tools are indeed what they claim to be without some way of independently verifying that? I sure wouldn't.

    Would an *average end user be able to use them effectively? That joke isn't even funny. I did my time in tech support - the sheer number of people who have asked me what a comma is while I'm trying to help them disable call waiting on their phone line are shadowed only by the monumental stupidity of the woman who was overheard - on several calls - shouting at her husband - over and over - "IT'S THE A IN THE CIRCLE! THE *A* IN THE *CIRCLE*!!!". It would be funnier if it didn't make one lose all faith in the future of humanity.

    Furthermore, have you considered the liability issues here? You want a corporation to tell a user to run a program that proports to remove a virus from their system? a FREE program? What happens when it runs across some new variant of some virus, thinks it's the old variant, does the wrong thing to remove it, and ends up rendering the whole system inoperable? I'll tell you what, some arm-chair attorney is going to threaten legal action. You have no idea how frequently this really happens. Even if you so much as recommend third party software.

    So we cut 'em off. Just to force them to call us. And then we tell them, essentially, "Look, buddy. Your computer has this problem. And your computer's problem is our problem. And that makes it your problem. We don't care what you do to solve this problem, but you better do it. We suggest antivirus software as a first step. We hear that you can get a free version of something called AVG."

    And then, if they seem to understand, we turn their connection back on, so that they can update their norton or download avg or whatever.

    And every week, there's two or three end users who get their accounts totally closed because we've been over this with them three times already and they haven't managed to get the picture.

    I wish there were a kinder, gentler way to do it. So far, I don't think there is.

    --
    This is just like television, only you can see much further.
  74. the better way to do this by CAIMLAS · · Score: 3, Insightful

    instead of cutting off net access entirely, why not provide a means to actually fix the problem instead of alienating their customers?

    why not (say) decrease the dhcp lease time from whatever to an hour or so. when whatever mechanism they're using to detect spam/whatever infection (hope to god they're not just listening for smtp traffic, that'd be evil but sadly likely) goes off, it would tell the cable modem ot use a different config which would then allow the user to get a different dhcp lease. this lease would set their router to something different, which would then pipe a single page to the user - similar to what many universities install for when users try and access pr0n or something like that from a school computer.

    some mechanism ('m not familiar with routing protocols unfortunately) would then be provided to drop all traffic at the router except for http traffic through a specific gateway, possibly to specific hosts such as mcaffee, symantec, windowsupdate.microsoft.com, and the vairous other free virus and malware scanning packages.

    This is a bit more complex, but surely it's possible - I've seen and/or read about all the various mechanisms I mentioned above.

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    1. Re:the better way to do this by repetty · · Score: 1

      "instead of cutting off net access entirely, why not provide a means to actually fix the problem instead of alienating their customers?"

      According to the article that _I_ read, the guys that are getting cut off have already been contacted about their problem before.

      So, to answer your question, the reason that they cut off their net access entirely is to get their fucking attention.

      And it works.

      --Richard

  75. ISP client software? by Lehk228 · · Score: 1

    Am I the only one who thinks a particular port should be blocked off from inter-ISP and inter-client access and used exclusively for ISP -> client and Client -> ISP communications, add support to new operating systems and provide a patch to all old OS's It would have to be intrusive enough that a user would not ignore it and somewhat persistant in case a message was recieved right before a system crash on the client side... It would allow ISP's to securely communicate with Clients/customers and allow people to not be "in the dark" about sceduled network downtime even if they never check their ISP email address, somewhat like a MOTD for the ISP. If killing access to a port is unacceptable then perhapse setting up a new installed protocol for this exclusive purpose.

    --
    Snowden and Manning are heroes.
  76. We do this by PhraudulentOne · · Score: 3, Informative

    I administer a large DSL/dialup userbase and I monitor upstream bandwidth as much as I can. If I notice a DSL customer that has 100% of their upstream bandwidth used I usually check the traffic to see if its email. I will notify the customer and give them a day or two to rectify the problem. If the problem is not fixed within 48 hours I will disable that PVC which will effectively drop sync from the users modem. When the customer comes home, they are now forced to fix the problem. I try to explain to them as politely as possible that they are contributing to the junk mail problem that they are always complaining about and that we had to disable their connection to prevent this. Most people understand and the lack of internet connection gives them the initiative to get up and go purchase some AV software and to run Spybot or some similar program. They phone back once their computer is clean and I turn the circuit back on.

    --
    You create your own reality - Leave mine to me.
  77. credit cards... by trifster · · Score: 1

    the parallel i see here is when my credit card cuts off my card b/c they suspect it may be being used by others. I like this even if I have to call them when at a computer show racking up component purchases. a little conveinence is acceptable espically when shutting down infected pc's helps everyone else on the network.

  78. self defeating by twitter · · Score: 2
    you don't have to worry about missing email because they should be relaying through central mail servers.

    Sooner or later, mail admins, the target will be you. Today, it's the "clueless" home user. Tomorrow, it will be the clueless admin at a small company. In the end it will be everyone but AOL/M$N/McDisneyNet.

    All praise for Comcast. Comcast's actions will make blocking their clients redundant. This makes it so you won't, in the future, need a license to send email. As a cable subscriber, I want the ability to send my own mail, encrypted, by direct connection, just like IM can, thank you.

    Doing things the other way fragments the net and sets up 99% of the world's "mail admins" for being fired because their company lost it's license to email.

    --

    Friends don't help friends install M$ junk.

    1. Re:self defeating by Anonymous Coward · · Score: 0
      Tomorrow, it will be the clueless admin at a small company. In the end it will be everyone but AOL/M$N/McDisneyNet.
      Wow. Theres so little meat (or even evidence of thought) behind this argument that I can't decide if its an archetypal "slippery slope", or just a non sequitor of biblical proportions.
    2. Re:self defeating by Anonymous Coward · · Score: 0
      Moderators: Please note that "twitter" is a known fanatical psycophant whose obnoxious offtopic rants are legend here on Slashdot. It doesn't matter what the topic is, he'll find a way to scrape in some pointless Microsoft bashing. While nobody expects us to love Microsoft in any way, his particularly tepid style of calling anyone he replies to "troll" or "liar" because he happens to disagree with whatever they're saying is well documented and should not be rewarded. If anything, twitter is the type of person that should not be part of the open source/free software community. He is an anathema to all that is good about free software.

      I'm posting this so that you (the moderator) have some context to consider twitter and not mod him up whenever he posts his filler preformatted rants about installing Knoppix or whatever that unfortunately get him karma every single time and allow him to continue posting his trademark toxic crap (read on) day in and day out. You may consider this a troll - I consider it community service. And I ain't kidding.

      If you're a /. subscriber, I invite you to look through some of his posting history. I guarantee that you'll be hard pressed to find someone that is more "out there" than twitter. You'll also probably notice he's got quite an AC following. Don't just read his posts, make sure you go through the replies.

      For example, in this recent post twitter not only calls the OP a troll but attempts to "tell it like it is" while making some vague argument about "GNU". Yes, if you're confused, you're not alone. The reply (modded +4) proceeds to simply destroy his bogus argument. You will notice he did not reply. This is what some people call "drive-by advocacy". A sort of I'll just leave you with my thoughts here and move on to the next flamebait kind of deal. In fact, he almost never replies because he knows that his fanatical arguments simply do not hold up to any sort of discussion. It's not that he's chosen the wrong cause - he's just going at it in a completely wrong way.

      More? Just read though this post and the subsequent replies. I guess this stands on its own.

      More? Bad spelling in astounding conspiracy theories, more offtopic FUD and uninformed "I'm right, look at me" rants, promptly proven wrong. Worse even, twitter wants to be RMS, apparently (that first one is a winner). I mean, really. You think?

      FUD, FUD, FUD, FUD, offtopic FUD, and more FUD. This guy is like the Monty Python SPAM skit, but with FUD and more FUD instead of canned meat. Amazed

  79. Happens with RoadRunner too. by normal_guy · · Score: 1

    When an employee's home machine was infected with one of the recent viruses, Time Warner (roadrunner) eventually shut down his service - to the tune of 'blinking connect light'. Made it terribly difficult to download new virus definitions. At least they're still willing to turn it back on if you tell them why.

    --

    Linux: Free if your time is worthless.
  80. Re:trust them? no way! by Anonymous Coward · · Score: 0

    STFU about free software you GNU/fag!

  81. Lay the burden by the one causing the trouble by Raindeer · · Score: 2, Interesting

    You ask why we don't like bandwidth limits and like automatically triggered cut offs, like the two are equal. I don't mind bandwidth limits as long as they are clear, since you pay for your usage, if you use more, you pay. You're generally not pestering other people when you use more and the burden falls on you as well.

    With cut offs it is different. An infected machine is a pain to the entire internet community except (often) the person whose machine got infected. If such a machine gets blocked from the internet, the community benefits and the burden is returned to the owner of the machine. It is all about who carries the burden of the unprotected machine.

    Now I do have some experience in working with cut offs, since helped run a campus network when I was a student. Abusers of the network, be they bandwidth hoggers or unprotected systems could get kicked of the network if they didn't update their behaviour. It had in general a good effect on the behaviour of people.

    When you do a cut off I would love to see a proper implementation of it. That would mean that a persons connection is not cut off outright, but that only certain services will be available for instance on a private, non-routable subnet. In this way the luser can get the updates nescessary, will be automagically guided through the right steps and then once a scan is done of the system released onto the wild internet again. This doesn't require much human assistance.

    As a side note I would also like to mention that I wouldn't mind filtering of users connections for instance on port 25 as long as the user him/herself can disable that feature too... It would be like the speedlimiter on cars which limit them to 250km/h. You can remove it and go faster, but for most people 250 is good enough.

    1. Re:Lay the burden by the one causing the trouble by Anonymous Coward · · Score: 0

      The thing about Comcast is that they have a bandwidth limit but refuse to tell customers what that limit is. When you exceed the secret limit you are sent a letter saying that you should use less bandwidth but neglects to tell you how much you have been using or how much you should cut your usage by. When the second letter arrives your service is disconected. There was an investigation to find this secret limit but I forget what the results were. Whatever it was it was much lower than the limits of Comcast's competitors.

  82. Re:Yes Yes! (I have to dissent) by Beithir · · Score: 4, Insightful

    I'm one of the sysadmins for a company with a large number of remote employees. Recently, one called me saying Comcast told them they had a trojan. Well, I couldn't fly out to look at the laptop and the employee couldn't exactly just send the computer and work from nothing. I had this person seek local help, and after several attempts Comcast still shut down internet service.

    I understand that techies across the world think this is super-fantabulous, but this is horrendous for the average end-user. Comcast doesn't (I will refrain from saying can't or won't) say what a user's system is infected with, or what exactly it's doing...just that there's some "illicit traffic" coming from that IP. That's great, now how am I supposed to diagnose the problem? It wouldn't be that difficult if the machine were in front of me, but how to I walk Mary End User through complicated tasks over the phone while she's already frustrated? If Comcast were doing more - i.e. they told you what the problem was and the steps you can take to remedy it - I would be more supportive of this. As it stands, it's just going to make a lot of end-users get cheated by shady local PC repair places while they get the run-around from fifteen different vendors. Make jokes about virus scans all you want, but nothing is fool-proof...and since any fool is equipped with a computer these days, infections will happen and malicious attacks will succeed. So +1 to Comcast for taking some initiative, and -2 for crappy execution and not giving half as much of a flying foo as they'd leave their customers to believe.

  83. Bad Idea by Underholdning · · Score: 4, Insightful

    This is a very bad idea! The best source for antivirus and spyware-removal software is on the internet. To me, it looks like they're burring the problem instead of fixing it.
    Now, here's my humble suggestion for a better solution. If a PC is identified as a compromised machine, it's added to a pool of machines that all gets a special IP and special DNS servers (I assume they run DHCP - if they don't they should). Now, the new DNS servers resolve all addresses to a special page dedicated to downloading anti-spyware and virus checkers. Maybe even an online scanner like housecall. So, when Joe Luser fires up his web browser, he reaches this page no matter what he types. Once he's machine is cleaned, he will be removed from the compromised pool.

    1. Re:Bad Idea by Anonymous Coward · · Score: 2, Interesting

      You cannot reasonably force people to a specific set of anti-viral tools. That *is* censorship, it's monopolistic, and it's extremely anti-competitive.

      Look, they use DHCP. But have you ever *TRIED* to build a custom routing and firewall table to deal with local exceptions? Or manipulated DNS tables on anything approaching this sort of scale? It's even more impossible because some of the biggest patch and virus sites (such as support.microsoft.com) are using Akamai, and their DNS information is dynamically published by that company to point to the web cache nearest them. Try putting *that* in the routing tables for this little subnet.

      A solution that might work in a single office does *NOT* scale well to this size, believe me!

    2. Re:Bad Idea by Anonymous Coward · · Score: 1, Informative

      Comcast already has the infrastructure in place to do something like this. When you first plug your cable modem into their network you are assigned a regular IP address from their DHCP servers. However, DNS is routed to a special registration page where you have to enter your account number and an activation code to register your modem on their network before full connectivity is allowed.

    3. Re:Bad Idea by Skapare · · Score: 1

      Actually, it's rather easy to do with just a few pieces of the right equipment and a little bit of programming. The account would be flagged in the database for this, and their DHCP assigned IP would become a 10.X.X.X address. Then all SMTP attempts would hit a null route, and all HTTP attempts would hit a proxy server that intercepts any connection and puts up a page to explain the problem, and that they need to take action (clear the virus, call a special support number, etc).

      As to scaling, sure, as big as Comcast is, and as many infected customers that they have, they'd need to have several of those proxy servers. But it is relatively easy to do. How many infected customers do you think they have? The more they have, the more important it is to do this.

      --
      now we need to go OSS in diesel cars
    4. Re:Bad Idea by Anonymous Coward · · Score: 0

      the ISP doesnt care if you get it fixed. thats the point

      the person failed to fix it while online and they are negatively affecting everyone else. no its not about the customer, its about everyone else.

      that customer can figure it out

  84. Spamcast no longer? by Anonymous Coward · · Score: 0

    Finally they're doing something about a problem which has been causing the rest of the 'net serious grief for months upon months as the great Spewcast botnet vomited forth v1agra spam upon the world.

    Let's not forget these are *not* innocent users. They're morons who don't update their PCs or click unsolicited attachments with abandon.

  85. Business Plan by bludstone · · Score: 5, Interesting

    I have a suggestion.

    Write up a small business plan based around these knocked-off-the-network infected PCs.

    You can charge "$50 + travel fees. Usually under $100" to clean their computer, and get them back online. Yeah. It's a fee, and many people wont be happy about paying it. But, at the same time, it'll teach them a lesson about security on their pc. If they dont want to pay it again, theyll have to do their own security stuff.

    You see politics, I see opportunity.

    The only real trick to this would be streamlining with comcast, which is next to impossible.

    --

    no .sig
    1. Re:Business Plan by Foreign16 · · Score: 1

      Non-Computer Person Joe doesn't see security as their responsibility. They're doing good if they update windows twice a year. If they do know about Antivirus software they don't update it as much as they should and if their computer gets scanned at all its in the neighborhood of once a month. Seen it more often than not. Now to impose a fee on them for not protecting their computer or knowing what a worm or virus does, is detrimental to peoples stress levels.

      Not everyone is a /.'er

    2. Re:Business Plan by bludstone · · Score: 1

      "Now to impose a fee on them for not protecting their computer or knowing what a worm or virus does, is detrimental to peoples stress levels."

      Stress levels?! STRESS LEVELS?! Cry me a fucking river. Honestly.

      Look. The ISP cutting them off suddenly means they have a responsibility. If they cant fulfill it themselves, then they have to get someone else to do it. That someone can be you. That _is_ responsibility. Yes. The companies are forcing people to be responsible, but sometimes thats what it takes.

      Lets say your car was running strange and pumping out tons of smoke, blocking the view for people behind you. Now, its not affecting your driving, but its damaging to the people behind you.

      Would you be suprised if a cop forces this guy off the road? I wouldnt be.

      Its the same thing. The cop doesnt care WHO fixes the car, just that it needs to be fixed. If the guy knows how to do it himself, more power to him, otherwise, its an extra dollar for the auto mechanic.

      --

      no .sig
    3. Re:Business Plan by Anonymous Coward · · Score: 0

      As a matter of fact, I already do something like this. Over the last year, I have had many, many calls to clean machines for people. Standard rate: $50; more if I have to reload Windows. Blaster was actually a blessing because it usually caused the machine to stop working altogether. Then the user would panic and call me. In every Blaster case that I saw, Blaster was just the last in a long series of infections/compromises. One machine had 30-some viruses detected by Trend Micro and 70 instances of spyware as detected by Ad-Aware and Spybot.

    4. Re:Business Plan by stor · · Score: 1

      See this: /|

      That's the world's smallest violin, playing just for Joe Infected.

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    5. Re:Business Plan by tswann01 · · Score: 1

      A friend of a friend of a friend can get your message out for a very reasonable fee!

    6. Re:Business Plan by tswann01 · · Score: 1

      His name is Obbay Ilavay.

  86. AWESOME FOR MAC!!! by Eric_Cartman_South_P · · Score: 0, Flamebait
    More bandwith for all the Max OS X users out there :)

    Seriously!

  87. Qwest needs to police their own mail servers by Anonymous Coward · · Score: 0

    Several ISPs are blocking e-mail from Qwest, because Qwest leaves their mail servers wide-open for spammers.

  88. Fair enough! by Xystance · · Score: 0, Offtopic

    Same here brother!!!

    (Excessively long and sappy hug goes here)

  89. Re:Yes Yes! (I have to dissent) by DZign · · Score: 1

    And if you're unlucky the cable provider will shut him down because he's using a VPN to connect to your company..

  90. Send them a thank you note. by csoto · · Score: 2, Insightful

    I sent one here.

    --
    There exists no way of exchanging information without making judgments. --Bene Gesserit Axiom
  91. There are ways you can help by alhaz · · Score: 1

    As an aside to my previous comment - you have to understand that most internet services don't own the whole path between you and the internet. They own a bunch of important pieces of it, but there's a lot of cooperation involved. There usually isn't a really effective way to proactively detect if a user's computer is pulling some crap or other online.

    So we depend on complaints.

    A lot of those - largely, the most effective of those - come through SpamCop and through a comany called MyNetWatchman.

    SpamCop isn't perfect, but it's effective when it works properly, and relatively innocuous when their header parsing is wrong. And yes, i've seen it be demonstrably wrong.

    I am in no way affiliated with MyNetWatchman. I've never seen their product. I dunno how much it costs, if anything. All I know is, aparantly, their product/service collects incident reports from end user systems running their software, traces them to the originating network, and notifies whoever is responsible for them. When they tell us that one of our dialup users has a computer spreading MyDoom, we pretty much believe them. It always lines up nicely with what we know about when our users were online and with what address. It's effective.

    The MyNetWatchman concept is a good one - someone should come up with something free-as-in-freedom that does the same thing. Having a centralized clearinghouse for incident reports helps a lot.

    Wouldn't that be great? just let it parse through your firewall logs, run the data by you just in case you want to edit out some auditing you did for your own security, and then funnel it off to something like spamcop to be aggregated.

    Anyway, I'm done.

    --
    This is just like television, only you can see much further.
  92. Except that... by YrWrstNtmr · · Score: 2, Insightful

    this last round of worms came in an email that pretty much said exactly that.

    "Hi, I'm the admin from [YourISP]. We think you have a virus. Please run the attached program, and blah blah blah."

    The next round will have something like "Please type in [EvilURL].com and run the 'virus remover' you see there."

    How is Joe Averages' Grandma supposed to tell the difference?

  93. Trust your ISP? by blystovski · · Score: 1

    Apparently someone trusts their ISP a great deal if they're going to let them govern your internet connection!

    Personally I find the concept quite troublesome - as someone above pointed out, where are they going to stop? Turn off all ports below 1024 becuase they're "not needed"? Just give me a connection, and let me do with it what I please! Even if this means being a spam-bot, I don't care - it's not the ISP's place to say how I used my bandwidth.

    1. Re:Trust your ISP? by Anonymous Coward · · Score: 0

      Its not "your bandwidth". Companies like Comcast can make money because they have more customers than they have bandwidth to provide their full advertised speeds for. They bank on the fact that you're not going to be using all of it 24/7 so there will be enough for everyone to get at or near the rated speeds when they use it.

      If you want your own bandwidth, get a DS3, install an open relay and see how far you get. Don't bitch when you get blacklisted 9 ways to Sunday.

    2. Re:Trust your ISP? by PhxBlue · · Score: 1

      I don't care - it's not the ISP's place to say how I used my bandwidth.

      Perhaps not. But it is their place to provide the bandwidth as they see fit - and, by your logic, it's not your place to tell them how to provide it. If you don't like how your provider offers service, find another provider.

      --
      !#@%*)anks for hanging up the phone, dear.
  94. start policing their user base... by OSgod · · Score: 1

    and kill you if your connection is used more than 30% more than your neighbors..

    Or

    Immediately break your connection when you view porn, right wing web pages (or left wing, as case may be) or anything related to Martha Stewart

    Or

    Notify the FBI whenever you check out The Catcher in the Rye... (wait, they already do that)

    Point: do you really want your ISP to "police" your connection?

    1. Re:start policing their user base... by Anonymous Coward · · Score: 0

      Nobody wants them to "police" your connection based on what sites you visit. I don't think that is Comcast's aim here. I think they are trying to prevent abuse of their network, and by doing so improve their service for the majority of their paying customers.
      I am a little concerned about the criteria they use to determine when to shutdown someone, I would like to see more information.
      Overall I think this is a good policy.

  95. Look around. by Ketnar · · Score: 1

    Just look at some ISP's EULA and service agreements and whatnot.

    A large number of them have started putting in a (rather breif and fuzzy) comment about things that can get you cut off (short of not paying your bills)

    Many of them are starting to include refrences to 'unathorized use of account' in such a way that would most easily be pointed at trojans and backdoors and other such nasties.

    Now comes the funny part:
    These are the same ISP's who nolonger bundle browsers with their products on a CD. How many times have I run across people who have become infected by these nasties due to IE and outlook? I'v lost count!

    Nevermind the fact none of them have any virus protection what so ever. (And the mail servers for their provider doesnt even filter the bugs out, either.)

    Truth of the matter is, users who end up getting cut off because they are too lazy, stupid, or completely without clue, would benifit from having a CD filled with safer software.

    I personaly can't hand out copys of mozilla or thunderbird fast enough.. Every time I get calls from a user about viri, its the same routine. VNC in, fix and upgrade, install moz, remove IE/outlook shortcuts (all with the users permission)

    Most of them are more than happy once they see that 'those other browsers' are no harder to use than the one they already know.

    Cutting access, granted, is half the fix, not all of it. ISP's need to make a little more effort in protecting its uers. And why not? Plenty of NICE and FREE alternatives out there they could hand out!

    Now, I would go and edit this post a few more times, but I'm going to go watch clam eat viri-mails for breakfest. (Yummy!)

    --
    My new top secret key -> C>N|KB
  96. not just comcast by dthree · · Score: 1

    DSLnet has done this to us in the past. We've got a bunch of static IPs with our dsl account. They informed us of the problematic IP and told us they would disable just that IP (not the entire modem) until we informed them that the PC on that IP was cleaned. Considering we have a bunch of non-firewalled boxes on the net through this modem, I was grateful they didn't shut the whole modem off. They even told me what port they detected a problem on and what virus was associated with that port.

    --
    "I forgot my mantra."
  97. All ISP's should do this! by Bho · · Score: 1

    I've been begging for Charter to do this too. We get thousands of attacks a week because too many nimrods are infected with everything from Code Red to MyDoom. It is not the ISP's responsibility to inform you that your machine is fubar, it's called personal responsibility!

    The analogy I use to explain this to EU's is: Would you drive a car without knowing what type of fuel it takes? Where the pedals are? If it's an automatic or a manual? Then why would you use a computer without at least the most basic knowledge like antivirus software, or knowing NOT to open unknown attachments, or doing something so simple as running Windoze Update a couple of times a month?!

    You don't leave your front door wide open when you go on vacation, so don't leave your computer bent over and grabbing it's ankles in the prison shower!

  98. Re:Thank you! Next, please take out the virus-infe by JosKarith · · Score: 1

    You know that looks exactly like a spam mail I get every now and again. It usually leads to a site bristling with trojans. Jos

    --
    'Don't worry' said the trees when they saw the axe coming, 'The handle is one of us.'
  99. Re:Yes Yes! (I have to dissent) by spincycle1953 · · Score: 5, Insightful

    "I couldn't fly out to look at the laptop and the employee couldn't exactly just send the computer and work from nothing. I had this person seek local help, and after several attempts Comcast still shut down internet service....this is horrendous for the average end-user." What's horrendous for the end user you speak of is not that Comcast acted responsibly by cutting off a spam zombie's access, but that your IT department has not provided adequate support for remote users.

    --
    My other machine is a lever.
  100. Monitoring... by gr8_phk · · Score: 1
    "Now, if only other broadband ISPs would start policing their user base ..."

    Nothing like having all the ISPs think it's OK to monitor every packet you send. It's like TIA in the name of virus prevention.

  101. Excellent by Luminous+Coward · · Score: 2, Interesting

    Comcast is, hands down, the largest spam source of the Internet with approximately 640 million messages every day. Personally, 25% of the spam I receive comes from the Comcast network. Of course, users are unaware that the latest virus has turned their computer into an open proxy sending millions of messages every day. I hope other major ISPs such as Road Runner (180 million), AT&T (150 million), and AOL (140 million) follow suit, and disconnect open proxies and zombies when they are found.

  102. Re:Yes Yes! (I have to dissent) by SillyNickName4me · · Score: 2, Interesting

    > Recently, one called me saying Comcast told them they had a trojan. ... and a bit further on ...

    > Comcast doesn't (I will refrain from saying can't or won't) say what a user's system is infected with, or what exactly it's doing...just that there's some "illicit traffic" coming from that IP.

    It might be me but it seems you are contradicting yourself here.

    Maybe they are not sayign what trojan it is infected with, could be.

    Matter of fact is however that if Comcasts cuttign of the connection affected your business in this specific case, you have a huge problem. Why? Because you were obviously intending to let this user work with a trojaned PC. Have you any clue whatsoever what that means?

    No, if you had a business user there on the other end, Comcast may actually have saved you from breach of security and intergity of your company, and possible liability for damage done by this infected PC.

    That said, of course it is possible to do this a lot better then Comcast do.

  103. How to annoy slashdotters... by slipgun · · Score: 1

    Now, if only other broadband ISPs would start policing their user base ...

    Score: -1, Troll

    --
    SpamNet - a spam blocker that really works
  104. Listen...do you hear that? by slycer9 · · Score: 1

    It's the screams of 10,000 Banzai Buddy fans wondering why their downloads of Southpark Divx's were suddenly cut off.

    --
    Don't park drunk, accidents cause people.
  105. probably burned at the stake for this... by httpdotcom · · Score: 1

    it would be very simple for [insert ISP here] to simply block outbound SMTP in their DSL pool from their core routers, except from their designated mail server ip(s). then, if a user required outbound SMTP (like a business), they would simply need to ask for it, having met certain requirements set by the ISP, including that the port will be terminated upon location of an open relay.

  106. It's not as easy as you think... by The_Systech · · Score: 2, Interesting

    I work in the Network Operations Center for an ISP in the midwest. Trying to police these types of things isn't near as easy as you would think. We are considered a "mid-sized" ISP with around 15,000 customers. Unless we happen to notice an increase in traffic from one of the customers, it's not easy to catch when a user's PC is infected with one of these worms. With the increasing amount of Spam out there, and the fact that the average internet user can't figure out how to dig through the headers to find out for sure where an email originated, we just don't get hear about our users "spamming". When a case is brought to our attention, either through a complaint or by us noticing the increased mail traffic from a user, we immediately take action to get the problem resolved. However even with a properly documented abuse address, we just don't get feedback. There have been at least three different occasions when the first feedback we had that one of our users was "spamming" was when another ISP blocked mail coming from our IP's. We can't track the infected users down if we don't know about them...

    --
    To err is human, but to really foul things up requires a computer
    1. Re:It's not as easy as you think... by mabu · · Score: 1

      Unless we happen to notice an increase in traffic from one of the customers, it's not easy to catch when a user's PC is infected with one of these worms.

      Almost every one of these worms turns the local PC into an SMTP relay. All you have to do is monitor port 25 traffic and if it's not going to your SMTP relay, there's a good chance the user's PC is infected. How difficult is that? Other ISPs, including AOL started controlling this stuff years ago.

    2. Re:It's not as easy as you think... by The_Systech · · Score: 1

      You haven't been paying as close attention as you though then.. The newer worms don't actually turn your local PC into an SMTP relay at all. A lot of them actually are designed to contact various sites on the internet, download a list of email addresses and a message to send, and then start pumping them out, using the users default smtp server. The other issue here is that with 15,000 customers, we actually have many of them who use SMTP servers other than ours. A lot of our customers are business people who use our service at home and use an authenticated SMTP server at their business to send email and don't have their software set to use our SMTP servers at all. The other obvious case that comes to mind is mail clients like Mutt in linux, where they actually look up the mx record for the mail address you are sending to and connect directly there without having to specify any default smtp server.

      --
      To err is human, but to really foul things up requires a computer
    3. Re:It's not as easy as you think... by mabu · · Score: 1

      Which worms are routing through the user's SMTP server? I don't know of any, and if there are, then the ISP's SMTP relay is set up to catch this and stop it.

      I contend the vast majority of worms do the following:

      1. open up a back door, turn the PC into a proxy/spammer

      2. act as an smtp relay and start propagating themselves

      I have seen only a handful of worms that go through the preset SMTP relay.. most don't do that.

  107. roger that, ghostrider by The+Tyro · · Score: 1

    I get scanned from hosts within Cox's IP block all the time, and it's often the same IP doing it.

    I sent cox an Email about it (I have their business service) and never received a reply.

    So no, it's not just you... incidently, their phone support folks have been pretty reasonable when I've talked with them. They even knew what linux was... and they ceased to ask me the entry-level support tree questions when I began reading them the logs from Snort and TCPdump.

    They're not all clueless... dunno, maybe I got the only good one.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
  108. Heh by The+Tyro · · Score: 2, Insightful

    same situation with a neighbor... I cleaned Mydoom, Netsky, and Beagle (the J variant) out of his computer... his computer was slower and more unstable than usual, so he asked me to look at it for him (it's a win98 box... 'nuff said).

    I've already set them up with a good firewall... controlling what they do with their Email attachments is a bit more problematic.

    I support cutting off accounts for abuse, whether intentional or simply clueless/negligent. Hell, I'd be delighted if somebody warned me that something was up with my connection, for a couple of reasons. One: I have more than a passing interest in net security, so if my box just got pwned, I want to know about it, including how they did it. Two: I try to be a good netizen, and just like I'd expect one of my neighbors to call me if he noticed my house was on fire, I'd hope somebody would tell me if I was polluting the 'net.

    This is comcast doing the user and their fellows a favor.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
  109. future issues by Anonymous Coward · · Score: 0

    I definately disagree with spam, but if an isp can cut an account for that, then couldn't they cut an account for a virus that creates spam? Then, couldn't they also cut an account for piracy? Then, couldn't they cut an account for anything else they want?
    Just a thought.
    JJ

  110. NTL by Anonymous Coward · · Score: 0

    But the 55 megs of web space they give you is broken -- it doesn't interpret PHP, and execution of CGI scripts is disabled. Yes, even if you try using a .htaccess file to turn it back on -- they have put AllowOverride none in their httpd.conf. Oh, and their DHCP server goes T.U. at inconvenient times. And the modem is combined in with my CATV receiver {they put the ADSL over the TV cable} so unplugging it to get my channel guide back messes up the internet.

    That being said, I have kept the same IP address long enough to dare to register a domain name to point at it {though not the MX, which is set to a different ISP's POP3 server; I don't mind losing inbound web/ftp for 48 hours while the changes propagate through DNS, but not my e-mail}. And I suppose I should be grateful that they follow vaguely-RFC-compliant standards, unlike some ISPs who only provide software for Windows. Still, if they annoy me one more time, I'm going to go with Andrews and Arnold and get a /29 to myself.

  111. Re:Yes Yes! (I have to dissent) by jsfetzik · · Score: 1

    Here, here. When we have users with serious laptop problems they just FedEx it in same or next day. The problem gets fixed sent back to them again same or next day. Time without laptop is usually 3 days, basically a long weekend.

    Anyone that has allowed their PC to get infected will just have to live without it for a couple days or walk through all the steps over the phone.

  112. Road Runner is offering protection, too by The+Spoonman · · Score: 1

    I submitted a story on this last week, but it was rejected (as an aside, it would be really nice to know WHY articles are rejected by the staff, so if it's something as stupid as poor spelling, it could be corrected). RoadRunner is offering free firewall/AV software to all its customers. Not a perfect solution, but a nice start.

    --
    Which is more painful? Going to work or gouging your eye out with a spoon? Find out!
    http://www.workorspoon.com
  113. Cox shut me down just yesterday by Anonymous Coward · · Score: 0

    My computer has never *once* been infected or set up to relay mail, but they suspended my account yesterday because I simply had a few ports open that they considered a violation of their acceptable use policy. I think they were particularly focused on port 81 being open. I've run a web server on port 81 for almost 3 years as a Cox subscriber and it's never been a problem.

    They refused to re-activate my service until they were able to do a full port scan on my computer while I was on the phone with them and saw that all of my ports were closed. I checked my firewall logs and sure enough, they've been hitting my system multiple times a day scanning ports like crazy.

    I think it's pretty retarded if you ask me. If they seriously don't want "servers" on their @home network, than they could simply block all incoming port requests - such as they've been doing on port 80 for 2 years now.

    But nooooo, apparently they're requiring that I...the customer, block the ports myself, and if I don't, BAM - no more service for you. All I know is I'm paying $140 a month to those bastards, they should give me a little more respect.

  114. Charter by bytor4232 · · Score: 1

    Comcast is actually playing catch-up right now. Charter Communications has been doing this since last november.

    --
    -- 4 8 15 16 23 42
  115. Yet another car analogy by Anonymous Coward · · Score: 0

    The govenrment/ISP provides the roads/pipe, they don't provide car/PC maintenance. On the other hand, the goverment (through the police) / ISP (through detection software) tells me to fix my car/PC. They can and will suspend my ability to use my vehicle/PC, even though I pay my taxes/fees.

    Without ANY sarcasm - this IS a GOOD THING.

    Clear enough?

  116. nothing new by frieked · · Score: 1

    This has been company policy for Cablevision's Optimum Online for quite some time. Back when I was working tech support for them we'd get calls from users who lost their internet access for one reason or another. Upon opening their case files we'd find out the reason and everyone once in a while the reason was 'virus'. This meant automatic elevation to second level support. We'd get off with the user, send email to second level and they would then call them back, reactivate their service and then work with them to get rid of the anti-virus. Note: They only did this for worm based viruses that had easy removal tools from symantec.

    --

    I have often regretted my speech, never my silence.
    -Xenocrates
  117. Re:Thank you! Next, please take out the virus-infe by Anonymous Coward · · Score: 0

    No, this can't be done. DHCP doesn't issue messages like that, and it's impossible to guess in advance what tools or sites the customer will need access to to fix their machine. And rebuilding the router/filter tables to provide such restricted access is an administrative nightmare, prone to failure.

    They're already blocking the popular virus ports, and they do email and call the customer before cutting them off, giving them plenty of time (days!) to get their system fixed.

    The customers are *thrilled* with this, over all.

  118. Limit e-mails by JohnWiney · · Score: 1

    It seems to me that a substantial solution to the zombie problem on "home" machines would be for ISPs to limit the number of e-mails a user can send per day (counting all addressed recipients). For upwards of 95% of customers a limit of, say, 25 or 50 would never be noticed unless they were infected. If they were infected, they would almost always be unable to mail, and would quickly address the problem. Customres who hit their limit could easily be identified by the ISP for special help in dealing with their problems. (Even better, provide a "fuzzy" limit, where customers can go over it somewhat, on occasion, but not regularly.) For people who need more, they would just call the helldesk and get their limit raised - at least up to a certain value, there should be no charge for more (although that would be the ISP's business decision). The limit isn't intended to restrict usage, it is just meant to serve as a simple check that the machines are behaving normally. It would also make the zombie concept nearly useless - the number of spams an infected machine could send, and the amount of time it would remain infected, would both be so low as to not be worth the effort. This would also stop a lot of other spammers' abuses of ISP accounts. This can be implemented locally by ISPs without affecting mail protocols, and with almost no impact on their customers or anyone else.

  119. They'd better get it right by sqlrob · · Score: 3, Insightful

    A few weeks ago, I got a warning from RR saying "you are doing a DDOS attack and are probably infected with a trojan"

    Considering a) I'm running Linux and b) I do forensics on trojans at work, I'm not going to be infected.

    I checked my wife's box which was Windows at the time, and it was clean. I checked mine and it was clean.

    A little more digging and the "attack" comes down to SpamAssassin. Anyone who was running SpamAssassin or MailWasher got these warnings because RR couldn't manage their freaking DNS servers correctly.

    I for one do not want to get cut off because of the incompetence of the ISP.

    1. Re:They'd better get it right by poot_rootbeer · · Score: 1

      I for one do not want to get cut off because of the incompetence of the ISP.

      Then I advise you not to give your business to an incompetent ISP.

    2. Re:They'd better get it right by sqlrob · · Score: 1

      Works when there's actually competent high speed ones around. There isn't.

    3. Re:They'd better get it right by repetty · · Score: 1

      "Considering a) I'm running Linux and b) I do forensics on trojans at work, I'm not going to be infected."

      I'm sure you're head and shoulder above me, technically, but I could not help but snort a laugh when I considered your logic.

      It's kinda similar to this: I work at the Center for Disease Control, therefore I'm not going to be infected with a disease.

    4. Re:They'd better get it right by twistedcubic · · Score: 1

      O.k., that analogy looks questionable, but since a) virus infected Linux machines are relatively rare, and b) people who know what they're doing are less likely to have a virus, the original post, though arrogant, isn't far off the mark.

  120. Re:Thank you! Next, please take out the virus-infe by Anonymous Coward · · Score: 0

    Screw stupid users. There is a perfectly excellent Free antivirus solution on the net, its Trend Micro's Housecall.

    And of course, there are the favorites, McAfee and Symantec, but although it appears that these stupid people would be too stupid to update their definitions, and wouldn't benefit from McAfee and Symantec without those updates (in fact, these stupid stupid people would probably feel a false sense of security). Therefore, a once a month check at Trend Micro would be better than these solutions because they don't have to check the virus definition dates, update it themselves, etc.

    And of course, these stupid stupid people should stop opening up mail from unknown senders, should stop trusting Microsoft and should buy a goddamn router!

    Trend Micro Housecall: $Free, Linksys Router: $50, not pissing off every technically competent person they bring their stupid problems to: $Priceless

  121. How are they notifying people? by bsd4me · · Score: 1

    How are they notifying their customers that they are infected? I hope it's not by email since a lot of the newer worms masquarade(sp?) as legitimate admin messages.

    --

    (S(SKK)(SKK))(S(SKK)(SKK))

  122. Other ISP's do by Anonymous Coward · · Score: 0

    Speakeasy has been doing this for years. Now, if only other broadband users would get a real ISP and a real OS.

  123. I for one do not see this as a good thing by MC_Cancer_Pants · · Score: 1

    Now, if only other broadband ISPs would start policing their user base

    Catch me where I err, But is it really a good thing when ISPs go around watching what you do? Don't make me put on my tin-foil hat. I'd rather use a spam-filter or an anti-virus program than know that my packets are being monitored for anything short of an FBI subpoena.

    Honestly, you're an ISP and some of your customers are filling your pipe with spam from some script kiddie and you're getting complaints. What do you do? Kill the hostages? They'll just find more helplessly stupid broadband users. All you're doing is kicking off legal customers and outright telling the rest of your customers that you are monitoring them.

    1. Re:I for one do not see this as a good thing by ahodgson · · Score: 1

      They aren't monitoring what you do. They're (finally) responding to probably millions of complaints regarding tens of thousands of trojanned machines spewing spam.

  124. My experience with this by MobyDisk · · Score: 4, Informative

    The problem here is that Comcast is doing shutting down people's connections with no recourse to find out why or to re-enable it.

    I received an email and an automated phone call from Comcast stating that I had an infected computer and I must clean it up. I was immediately pleased that they noticed, but frustrated that I could be infected. 5 PCs with varying OSs, all with firewalls and/or antivirus software, so I thought it was unlikely but possible. After doing a full scan I found no viruses.

    So I called Comcast's 800 number. They said I need to call a different long-distance number. That number is an automated system with nothing but dead ends. If I select the option about "Viruses and spam emails" then it tells me to email abuse at comcast.net if I get a bad email. But I don't want to report a spam, I received a report. All the options did approximately the same thing: Told me something I already know then hung up. Several calls later, I used the "leave a message" option. A week goes by and I received no call back. I replied to the email but received no response. Nobody on the service number would talk to me about it.

    So I receive another email telling me that my service may be disabled if I don't fix the problem. So what do I do now?

    To top it off, this isn't the first time. About 8 months ago, Comcast calle and told me I was reported for sending spam. When the read me part of the SpamCop report (which they refused to do many times) it turned out to be a SpamCop report that my roommate made! We _reported_ the spam, we didn't _send_ it! After much arguing, the guy finally got it and left us alone. Mistakes happen, but what irks me the most is that they wanted to tell me I sent a spam, and make sure I corrected my behavior, but refused to tell me the source of the report, or what the email was, or when it was sent, or anything!

    Below is the email Comcast sent me. It looks like a form email, with no specific statement about what went wrong.

    ***PLEASE READ FULLY***

    Comcast has received complaints about your computer. We believe it may be:

    * Infected with a virus

    * Sending "spam" email that you are unaware of

    * Allowing spammers to use your connection to send their spam

    * Trying to infect other computers on the Internet with viruses

    The health of your computer is your responsibility. Consult your computer's manufacturer if you are unable to remedy the situation.

    ***************
    EXPLANATION
    ***************

    This message was sent by the Comcast Network Abuse and Policy Observance Team. We investigate reports of Internet Abuse by our customers. We have received such a report identifying your computer.

    The complaint(s) we have received were from other users of the Internet, who are receiving email from you, which they did not request. We understand that you may not be aware of any such email, and you will not see it in your normal email program.

    Typically these types of emails are caused, or are allowed to be sent by, viruses. They are either trying to infect other user's computers, or they allow spammers to connect to YOUR computer to send their spam.

    If you have anti-virus software on your computer, we recommend visiting the manufacturer's website to update it, as it may be out of date and unable to find the virus that's causing the problem. New viruses come out frequently, so it is important to update the software often, or automatically if possible. We also recommend a security software solution, such as a firewall to further restrict access to your system. Firewalls help to prevent such activity by allowing only the software and transactions that you choose to utilize your Internet connection.

    If you are deliberately sending these emails, we ask you to stop. Further complaints will require us to suspend or even terminate your service.

    If you have further questions or would like to notif

    1. Re:My experience with this by twistedcubic · · Score: 1

      Is it possible that there exists a virus that your software can't detect? Why don't you just keep logs of all your outgoing connections (on a non-Windows router) and see for yourself. If what your ISP says is wrong, you can present them contrary evidence.

  125. Re:Thank you! Next, please take out the virus-infe by jazman · · Score: 1

    no, my email address does not reflect said employer.

    True, but a WHOIS on your domain identifies an ISP. Of course, there is no way of knowing if this is who you work for.

    Would a smart person trust that the 'free' antivirus tools are indeed what they claim to be without some way of independently verifying that? I sure wouldn't.

    Good question. Here's one for you: Would a smart person trust a corporation whose raison d'etre is profit, and whose profits depend on a steady stream of new viruses making it into the public domain? How exactly do you know that Symantec doesn't have a department, or secret links to one, that does what is necessary to ensure continued profit?

    Your approach sounds good though. If you just popup a message, it will be ignored. A previous poster suggested redirecting people to a sandbox where they could only download virus killers, and otherwise do no harm - is that approach feasible?

  126. Responsibility by enkil76 · · Score: 1

    I want to start by saying what Comcast has done is great. However, I think in doing something like this, they also have a responsibilty to their users. Their service should include access to free spyware, spamware and antivirus software. Technicians should install the software when they install the modem/service. The software should auto-update and also be availble for download to existing users.

    You can't assume everyone understands computers. Offer a way to help everyone.

  127. So are the ISP's now liable.. by SlashDread · · Score: 1

    If they FAIL to block a user? And said user infects, oh, I dunno, the Home Land Security Dept. orso?

    Just wondering...

    "/Dread"

  128. Re:Yes Yes! (I have to dissent) by Anonymous Coward · · Score: 0

    So what you are saying is that you have a lot of remote employees you can't support effectively. This goes largely unnoticed because the lack of support hasn't resulted in complete work stoppage before.

    If "several attempts" at local help failed, it sounds like enough time passed before the connection was cut that the user could have downloaded VNC. Or you could use remote assistance unless your users are really behind on their OS (assuming an infected PC is a windows PC). No need to walk the user through anything.

  129. I work for Comcast by ironicsky · · Score: 4, Informative
    I agree with our cut-off policy for people infected with worms. Right now, we're not actually terminating their service, we're just blocking their SMTP and POP access so they cannot transmit viruses. In the rare case, our system will disable a customers account if they are transmitting a virus.

    But, users are dumb, and I'll agree with that. Last summer when the blaster worm came out, we emailed out customers ahead of time telling them they need to download the microsoft patch.

    On top of that, the Microsoft Windows Update popup that comes up by default, once a week, users still continue to ignore it because they don't know what it does.

    Personally, I'd like to see more type of this internet policing by ISP's. They should also be blocking people who have open SMB shares on their Windows Networks. I cant count the number of times I've purposely went in Someones SMB share and dropped a text file telling them how to fix it.

    I, however, disagree with the Government policing of the internet. I believe the internet should be policed by the people who pay for it to be there. That would be us and the ISP's

    1. Re:I work for Comcast by Anonymous Coward · · Score: 0

      I've purposely went in Someones SMB share and dropped a text file telling them how to fix it. I'm sure you do this with their full permission, and not on your own, violating federal laws, right?

    2. Re:I work for Comcast by mabu · · Score: 2, Insightful

      Personally, I'd like to see more type of this internet policing by ISP's. They should also be blocking people who have open SMB shares on their Windows Networks. I cant count the number of times I've purposely went in Someones SMB share and dropped a text file telling them how to fix it.

      While I can appreciate the nobility of such an act, unless it's part of Comcast's user agreement that they are allowed to have control over, and the ability to deposit data on their customer's computers, you just violated a bunch of laws. Anyone who had this happen to them could probably sue the crap out of Comcast.

  130. Re:Thank you! Next, please take out the virus-infe by hkmwbz · · Score: 1

    I think I'm in love. With your employer.

    --
    Clever signature text goes here.
  131. HOw will they update? by Martigan80 · · Score: 1

    If the average Joe's computer is cut off, how will they then get the "stuff" needed to fix the computer? Go to a neighbor and ask "Sorry but I was cut off the Internet cuz my PC has some virus, can I use your connection to get the needed update?" that is if they even know how to do it.

    Sure there needs to be some control on everyone part, how about making a system the if an infection is detected then an email service will notify the person on how to correct the the problem and if after 15 days no action is done-then cut them off.

    --
    This SIG pulled due to lack of funding. (This damn war is costing too much!)
  132. No, No by dunham · · Score: 1
    You're obviously not a SysAdmin, or someone else who runs mail servers. Otherwise, you'd be cheering very loudly (and a lot less sarcastically) in response to this (as I am!)

    On the other hand, I have a friend who was cut off when somebody complained to Cox claiming he was infected. The "infected" box in question was a Linux machine. (This was on a business - not residential class line.)

    So, it's a nice idea until you get your own systems cut off because the cable company can't tell an infected box from an uninfected one.

    1. Re:No, No by The_Mr_Flibble · · Score: 1

      What I don't like is working for an isp as a sysadmin then getting home to my cable modem to find that because every idiot with an infected pc has been spamming my dynamic ip has been tarred with the same brush. My mail server at home can no longer send out mails because nearly all of comcasts ip's have been blacklisted even by the company I work for. Anyway most isp's I know wouldn't cut off a connection on the grounds of one complaint without proof. And as most of this spam being generated is spoofing almost everything the spam email is not proof enough to disconect someone.

    2. Re:No, No by cyt0plas · · Score: 0, Troll

      You obviously don't know Cox. Just today, I got blacklisted for "spamming", because someone added my IP to a header and sent it to them (it looks like webmail - they don't allow port 25). My _job_ is mail servers - people buy them for the anti-spam functionality. I think spammers should die.

      I also once had it disconnected for "cheating". I write anti-cheat software! (Granted, I also write cheat software, but I don't run it on other people's server.) When I want to be god, I have my own server.

      --
      Contact Me (got tired of viruses emailing me).
  133. Re:Yes Yes! (I have to dissent) by NexusTw1n · · Score: 1
    That's great, now how am I supposed to diagnose the problem? It wouldn't be that difficult if the machine were in front of me, but how to I walk Mary End User through complicated tasks over the phone while she's already frustrated?
    Well when Comcast issued the warning about the trojan and before they cut the user off, you could have ssh'd or used remote desktop to access the users PC.

    After the cut off, you could have used a dial up ISP to do the same.

    If you really are the sys admin for a large number of remote employees, then you need to re-evaluate your policies.

    You need to be able to offer some form of remote assistance, either via remote desktop, ssh or whatever.
    You need to have decent virus and spyware tools installed on all laptops to make sure your network isn't exposed to trojans when remote users attach.
    If you have large numbers of remote employees, then having a dial up number in emergencies seems prudent.
    You need some kind of fed-ex overnight policy for last resort return to base fixes, either to repair hardware or to reinstall a hosed system.

    I don't think you can blame Comcast for your problems, your company needs a long hard look at the remote user policy.
    However your point about lack of support is well made. If comcast are going to cut people off they need to offer people a CD with the fixes on it. Informing someone they have a virus and then cutting them off from the means of downloading a new signature file is irresponsible.
    --
    It has become appallingly obvious that our technology has exceeded our humanity. --Albert Einstein
  134. Re:Yes Yes! (I have to dissent) by Karl+Cocknozzle · · Score: 1
    Comcast doesn't (I will refrain from saying can't or won't) say what a user's system is infected with, or what exactly it's doing...just that there's some "illicit traffic" coming from that IP.

    It isn't the function of the ISP to support every workstation's unpatched buggy operating system(s), diganose your virus infections, or determine why you keep getting whacked in CounterStrike. Running an ISP is a support-intensive affair, and the admins and engineers at Comcast have more than enough work to do keeping their own infrastructure running to be expected to also admin your eMachines box running Windows ME. A more appropriate (and effective) course of action would be to train their techs in the operation and config of two or three basic internet firewalls and package them with the cable modems they deploy to their customers.

    This would be responsible on Comcast's part and, combined with the fact that most consumer PCs come bundled with some sort of virus protection would start to stem the nightmare tide of crapola that flows out of the cable modem subnets...
    That's great, now how am I supposed to diagnose the problem? It wouldn't be that difficult if the machine were in front of me, but how to I walk Mary End User through complicated tasks over the phone while she's already frustrated? If Comcast were doing more - i.e. they told you what the problem was and the steps you can take to remedy it - I would be more supportive of this.

    If you're expecting Comcast to do your work for you, you'll get no sympathy from me. If your story of your customer/user having a warning before service was cut-off was true, why didn't you use PC Anywhere, RAdmin, VNC, or Remote Desktop to update her virus defs and scan the machine? Or run AdAware personal on the workstation using VNC to look for known spamware/crapware that might be generating nefarious traffic?

    Your points ring hollow with this Network Admin who deals with dozens of remote users on a daily basis. It isn't always as easy as having it on my desk, but the business reality is that some functions only require one person, and require very little or no face to face interaction with co-workers. Economically, it doesn't make sense to move these people back to the office just because you can't or won't google for "Windows VNC Server."

    I'm not trying to insult you, troll, or start a flame-war here, but the things you're complaining about are a standard part of my business day that I have little difficulty with.
    --
    Who did what now?
  135. I'd be more concerned.... by H8X55 · · Score: 1

    Personally i'd be more concerned about the hoops that one would have to jump through to get my access restored. i'd bet it's not a simple, quick call to customer service to get the shit cut back on after resolving the problem.

    i have enough problems w/ my isp if i have a new MAC address to be added.

  136. Optimum Online's been doing this for awhile. by Gldm · · Score: 1

    They block spam seperately with a port 25 filter if it detects you're sending a large amount of emails. I think it's > 500/day.

    They also cut the entire connection if it detects a virus/worm trying to use the network to spread. They haven't got the system setup to automaticly inform the user WHY their connection is down though.

    When I was doing support there I had this one customer call in who expected us to pay for her down time (which we would if it had been something like a network outage) AND what she paid to have some "technicians" (probably the neighbors' kids) look at her machine and try and figure out what the problem was for 2 weeks. I was like "Why did you wait 2 weeks before calling if your connection was down?"

    I know that the internet is the primary place to get virus updates, but most people who run into this problem are running NO antivirus at all, so they need to go out and buy it anyway. In the rare case someone has AV that just wasn't updated, they need to bring the machine to someone else or go download the update somewhere else and bring it to the machine. I think the inconvenience goes a long way to giving them incentive to keep up to date in the future.

    --

    Introducing the new Occam Fusion! Now with sqrt(-1) fewer blades!

  137. Re:'Net Users Need a Certain Amount of Responsibil by bludstone · · Score: 1

    Remember, this "responsibility" can take form in paying someone to secure their pc. That person could be you.

    If anything, this action is great for out-of-work tech people. Theres money to be made.

    --

    no .sig
  138. Re:Yes Yes! (I have to dissent) by VivianC · · Score: 1

    I'm one of the sysadmins for a company with a large number of remote employees. Recently, one called me saying Comcast told them they had a trojan.

    So you work for a company that has a large base of remote users and you don't provide any anti-virus or firewall solutions? And you feel that it is Comcast's responsibility to provide this support for you? Shame on your user for getting infected. Double shame on your deparment for not taking any action to prevent or correct the infection.

    I saw McAfee Antivirus for $9.99 after rebate last weekend. If that is too expensive or complicated for your client, "Mary End User" probably shouldn't be on the internet. If it is too expensive or complicated for your IT support staff, you might consider asking for a refund on your MCSE.

    --
    Viv

    Gmail invites for ip
  139. This is no different than spam. by Mustang+Matt · · Score: 1

    I'm on the same side as comcast.

    If someone was sending spam and you reported it you would hope that they would lose their connection. This is no different except comcast is detecting who's sending the virus out and taking care of it without forcing the person to be reported.

    Three cheers for comcast, I wish every ISP did this.

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  140. Yes Yes!-F(T)ool users. by Anonymous Coward · · Score: 0

    "Look, I'm sorry, but we don't let mentally retarded people do a lot of dangerous things in "real" life, why should we let the Internet equivalent do the equivalent things on the net? It's not exactlyl a matter of freedom, it's a matter of truly incompetent people repeatedly failing to live up to even the most basic obligations of owning a broadband connection."

    Maybe they're doing it under the "It's a tool. I don't have to understand my computer, you insensitive clod" excuse.

    1. Re:Yes Yes!-F(T)ool users. by BlankTim · · Score: 1

      They probably are.
      When I hear my customers say that, my first response is "What do you do for a living?" MY second response is "Do you know how to use 'x' tool?"

      I pretty much tell them flat out that yes, it is a tool. A computer is just like a hammer. It lets you do a particular job, IE get email. Learn to use the fucking tool (the hammer) to do the job, or get another job.

      It usually gets the point across, but people still wont take the time to learn this stuff. It's NEVER going to happen. So, we're going to have to administer the tools for them.

      Go comcast!
      It would be nice if RoadRunnner would do the same thing.

      --
      Just once, I'd like it if someone called me "Sir".
      Without adding, "You're creating a scene."
    2. Re:Yes Yes!-F(T)ool users. by Anonymous Coward · · Score: 0

      Ok let's try to make a crude analogy here. Would you not agree that the same people use a car as a tool and don't really want to learn how it works??

      Ok a computer is the same thing. They don't need to know how it works but they do need to know how to use it properly. You don't just give car keys to a 16 year-old and say use it. You teach them how to use it and they're expected to do it properly. You get penalized for not stoping at a red light so why shouldn't you get penalized for doing something wrong in the computer world????

    3. Re:Yes Yes!-F(T)ool users. by FreakWent · · Score: 1

      because running a red light gives a high chance of killing someone compared to sending a million spams.

    4. Re:Yes Yes!-F(T)ool users. by jnicholson · · Score: 1

      Fortunately we don't have to choose the lesser of the two evils, but can decide we want neither. Neat, huh!

      --
      "Do not drill any holes in your cat - it will not like it."
      -- Nick Davies
  141. good deal by pair-a-noyd · · Score: 1

    They do this same thing at the college where my son is, they shut down the entire dorm building and go from room to room with a clipboard and a walkie-talkie to manually certify each machine clean. (When they came in and found my son is running Linux they said "Oh, never mind" and moved on :)

    Once the building is certified "clean" they turn it back on. They had to do this because the entire building (as all the others on campus too) had become massive petri dishes and choked the entire university offline.

    Now, Road Runner is virus scanning my incoming email, which for joe average is fine but it pisses me off. I have people all the time trying to forward email to me for "autopsy" but RR deletes it before it gets to me. I NEED to have those viruses sent to me so I can examine them for the people that I support. I've had to find a third party email provider that does not filter email and it costs me extra each month.

    I've asked RR to cease and desist on filtering my email.

    One last thing that RR does that pisses me off is that they blacklist email. I have people that send from certain locations that are 100% legit but because that service may host someone that is a spammer, RR blocks ALL email coming from that domain(s) and RR does not even having the freaking courtesy to notify me they are blocking my email. I had to find out when people call me on the phone and complain that RR is bouncing all their mail back as "rejected due to policy violations"...

    I want an OPT OUT of the BIG BROTHER / NANNY policy. I don't need them to protect me from the big scary internet..

  142. Others do this. by papasui · · Score: 1

    I know for a fact that other broadband companies do this. Viruses create all kinds of problems with the routers since they create a lot more traffic.

  143. E-mail account disabling warning by Anonymous Coward · · Score: 1, Funny

    Hello user of Comcast.com e-mail server,

    Our antivirus software has detected a large ammount of viruses outgoing
    from your email account, you may use our free anti-virus tool to clean up
    your computer software.

    For more information see the attached file.

    For security purposes the attached file is password protected. Password is "37546".

    Sincerely,
    The Comcast.com team

  144. Related Story? I think so... by Necromancyr · · Score: 1

    Why is it that this story (http://slashdot.org/article.pl?sid=04/01/29/22572 59&mode=thread) regarding internet 'abusers' seems to me to tie into this. Comcast: Oh, well the usage of this person is incredibly high. They must have an infected computer. Disconnect them. User: Uhm...no. My computer isn't infected, I'm 'streaming video' instead of watching cable tv. Comcast: Account...DELETED.

  145. Cox will also cut you off by kathgar1 · · Score: 1

    Cox Cable (used to be @home) recently cut off one of their users that had a worm. It was one of the nice ones that sends out spam. They gave her a few days to fix the problem, or be disconnected. Funny thing is she did have NAV installed, someone just clicked 'leave alone' to the dialog when it came up. Ah, the joys of spending 2 hours cleaning up spyware, viruses, and gigs of pr0n of 'questionable' tastes that the wife did not know about.

  146. Yes Yes!-CA-Right to the Internet. by Anonymous Coward · · Score: 0

    "Wow, you make it sound like a conspiracy theory as if your rights are being taken away. What they're doing is right. It's THEIR network, they can do whatever you want. It's not like you have a right to use the internet."

    And yet such an attitude is propogated every time we have a story on Slashdot about people who abuse P2P.

    "They sold me an unlimited pipe. By God I'm going to run it 24/7 at maximumn. Fuck the rest of you."

    Or my favourite when the ISP's turn over the info on copyright violaters. Yeah! It's their network.

    1. Re:Yes Yes!-CA-Right to the Internet. by DroopyStonx · · Score: 1

      ...what does P2P have to do with spreading worms/viruses? Using the bandwidth you pay for vs. needlessly bringing down a network because you knowingly or not help spread of worms/viruses are two completely different things.

      I believe ISPs have no right to cut you off from the bandwidth you pay for, however, if you get something as damaging as a worm/virus that spread to other machines and in turn eat up even more bandwidth, then the ISP can cut them off.

      We're not talking about ISPs telling you what you can/cannot run as ISPs have pretty much no right telling you what programs you can/cannot use, and they never will. You don't knowingly USE worms/virues. They are unwelcome intruders whose only purpose is to wreak havok and cause unnecessary damage.

      --
      We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
  147. Hell Hath Frozen Over by thedbp · · Score: 1

    Now, if only other broadband ISPs would start policing their user base ...

    Did I really just read that on Slashdot? The sky is falling and I want my mommy!

    1. Re:Hell Hath Frozen Over by hyperstation · · Score: 1

      taken out of context. policing userbase on technical/security issues, not content issues...

  148. ack by TrekkieGod · · Score: 1
    What they're doing is right. It's THEIR network, they can do whatever you want. It's not like you have a right to use the internet.

    While you get no argument from me that cutting off infected machines is a good thing, I'm afraid that ISP's will start cutting off your service for all sorts of reasons they don't like.

    Although it is their network, it's not like you're hijacking it, or they're letting you use it. You're paying for it. That does give you the right to use the internet and there's definitely a line they can cross.

    In the ideal world, people wouldn't be morons and they'd take basic precautions to prevent their machines from getting infected. In an ideal world, corporations wouldn't abuse their power and screw their customers...I want a ticket to that world, I really do.

    --

    Warning: Opinions known to be heavily biased.

  149. Last night by papasui · · Score: 1

    I spoke with a customer who got emailed the message "Is it true?" and the attachment nakedpicsofyou.zip and they immediately opened because they thought someone took their picture through the monitor. I swear to god this is why turning off peoples internet for having a virus needs to be done. 98% of the PC users only know something is wrong when either A.) the mouse pointer won't go or B.) They can't check their email.

  150. I love how it's only the BIG ISPs....... by Anonymous Coward · · Score: 0

    I own a small ISP in the bay area with national dialup access and bay area DSL. I've been doing this for YEARS. And I mean YEARS. Ever since the first MM virus came out.

    Users get informed twice when I detect viruses coming from their machines, They even get pointed to Norton's removal tools if I happen to know which virus they have. If they fail to take care of it by either self removal or bringing it in to me to remove it, then I will disable their account until they fix the problem. I've only had to do that twice now.

    There's this little thing called customer care. Most ISPs don't have it, I specialize in it. It's one of the biggest reasons why once we get a customer, they don't leave. Not only do we help keep their machines in good running order, we also try to educate them about things such as spam, spam reporting, viruses, and phishing.

  151. two-edged sword by ajagci · · Score: 1

    The problem is determining who is infected. I've run nmap from my home machine to test some servers at work; this might be classified as "infected". Or a mailing list manager running on a home machine might be judged to be a spammer just because it makes a lot of outgoing port 25 connections. Even if you base things based on human complaints, people might still try to cause you trouble by claiming incorrectly that your machine spams. I'm not convinced that turning off spammers and other network abusers can be done correctly.

  152. I think it's not only fine by Sycraft-fu · · Score: 1

    But necessary, provided they give users reasonable warning and help. Let a person know there's a problem, if they ignore it, cut the connection. It's all you CAN do in some cases. We have to do that where I work (university department). Some people just insist on ignoring what we tell them. Not for viruses actually, those we just go and fix (we are computer support after all) and then lecture them about opening attachments. It's for things like open servers and IP misconfigurations.

    For example one group is ALWAYS assigning static IPs from the DHCP range. This causes the DHCP server to trip over them and a professor to have an IP conflict. The inital resolution was to talk to them about it. The response was, predictably "ok, we'll fix it", followed by them NOT fixing it. So we pulled the net access to their lab. Amazing how fast shit gets fixed when that happens. They did it again, we pulled access again. They've finally stopped doing it.

    The problem is that people are often just apathetic and/or uncaring about viruses, trojans, hacks, etc. They don't want to have to spend the time to fix it, or be bothered to learn how. Well it is NOT far to ISPs or the Internet community at large to have to put up with this shit. ISPs shouldn't have to shell out for extra bandwidth because your computer is spewing blaster traffic all over. Likewise, people shouldn't have to put up with SPAM because you can't be bothered to keep your system up to date and are running an open mail relay.

    If the user won't respond, the only option is to terminate service.

  153. Finally! by PinkFreud · · Score: 1

    It takes ISPs long enough to wake up. Users in general *are* clueless - now that the ISPs are finally wielding the cluebat, perhaps some of these users will finally get a clue!

    Yeah, one can dream...

  154. Some other ISPs do it, also. by Phrogz · · Score: 1

    A few years ago my MS SQL server was cracked into by a worm going around then. (I don't remember which...it was my fault for using really stupidly lax security.)

    Speakeasy quite quickly cut my connection and pleasantly provided me information on how to fix it. I applaud providers who do this sort of thing.

  155. IMHO by KaiserZoze_860 · · Score: 1

    I have comcast for my home network. The speed was clocked at 4.1 Mbps 2 days ago in the speed test from bandwidthplace.com. If one of the 6 machines I have on my personal network got infected, all of that beautiful bandwidth would be at the disposal of spammers.

    I take the necessary (and some unnecessary) steps to keep it clean, but my neighbors may not be so vigilant. If someone on my node of the comcast network gets infected it pulls down the usable range for all of us.

    Think of how many viruses, worms, trojans and spam messages can be sent in a day with that much available bandwidth. Now imagine they are all aimed at your parents' inbox with your email address as the reply-to.

    When you are repeatedly reckless with a car, they take it away from you. The same should be true of community technologies like an Internet connection. I know the analogy is a stretch but there is a very real community impact to taking a lax stance on security for broadband-connected machines.

    --KS

  156. Well let's see here by Sycraft-fu · · Score: 1

    1) They could call the ISP and ask the line be reactivated, so they can download it. Worked in my case. Roomate got blaster, Cox shut off our line (they couldn't get a hold of me since my cellphone was broke and that was their point-of-contact). I called them, they told me the problem. Guy turned on the line, with the understanding I'd fix the system. Told me if I didn't, it'd get turned off again.

    2) They could ask a friend/co-worker/IT group/kid for help. There are things called "floppies" and "CD-ROMS" and "USB drives" all of which can have the fix loaded on them, and then installed on their computer. If any of the users where I worked asked for a fix on CD-ROM, for home we'd happily provide it to them, we'd even offer advice on how to prevent this in the future.

    3) They could pay for tech support. Yes, GASP!, spend MONEY! Plenty of tech places willing to clean up their system. Of course you probably see this as evil as paying for something like, say, car repair since god forbid someone should have to spend money to get service they lack the skills to perform themselves.

    4) Along the horrible money-spending lines, they could go buy a commercial virus scanner. There are only tons of them on the shelves of every major software store.

    There are PLENTY of solution, many of them no cost ones. However even if they have to pay, how is this so problematic? If I need my car or heater or plumbing fixed, I get charged for the service. I lack the skills to do it myself, which is why I have someone else come and do it. Are they ripping me off just because they want money for their time?

    I'm not sure why there is the expectation that computer service should be free for clueless users. It's not for anything else you're clueless in. They can either learn how to do it themselves, find a friend willing to do it for free, or pay someone to do it. Just like you do with anything else.

  157. No...... by Sycraft-fu · · Score: 1

    You take it to a service centre like any of the hundreds of local mom and pop shops or a big chain like CompUSA and pay them to fix it. Most mom and pop shops even do house calls. Just like with any other service that you lack the skills, tools, time, or will to do, you can elect to pay someone else to do it.

    Also you could always get a CD-R or USB key, drive to your local university or library, and use their net access to get the patch.

    1. Re:No...... by barzok · · Score: 1
      And after shelling out $50 3 or 4 times to get things fixed, maybe they'll get the message that they either need to be more careful or learn to fix it themselves?

      One can only dream.

  158. I want to do this!! by macdaddy · · Score: 1

    I've been getting just under a dozen or so abuse@ messages a day thanks to our infected customers. I REALLY want to redirect all outbound tcp/25 to our own mail server where we can disinfect and log all outbound mail. That's my grand goal. I wouldn't mind just cutting the customers off though. I wish we'd had the foresight to require customers to purchase an AV utility as part of their signing the AUP. That would have been nice.

  159. Blues Brothers by lonesome+phreak · · Score: 4, Informative

    It's a reference to the Blues Brothers, one of the greatest movies ever made. If you haven't seen it then you just don't understand the blues.

    Jake: "Hey what's goin' on?"
    Cop: "Oh those bums won their court case so they're marching today"
    Jake: "What bums?"
    Cop: "The fucking Nazi party!"
    Jake: "Illinois Nazis"
    Elwood: "I hate Illinois Nazis!"

    --
    Maybe we DID take the blue pill. You wouldn't remember anyway.
    1. Re:Blues Brothers by Clubber+Lang · · Score: 1

      Haven't seen it in a month or so... but I think you've got Jake and Elwood backwards... at least the last 2 lines.

      --
      Actuaries - making accountants look interesting since 1949
    2. Re:Blues Brothers by lonesome+phreak · · Score: 1

      maybe...I just copied it off a site I found. I haven't seen it in a bit either.

      --
      Maybe we DID take the blue pill. You wouldn't remember anyway.
    3. Re:Blues Brothers by caseydk · · Score: 1


      gotcha. Haven't watched it in quite a while.

      I like the gun-toting Carrie Fisher more...

  160. This is crazy by bobbabemagnet · · Score: 1

    So I can't check my mail to find out why my connection has been cut off, I can't download a virus scanner or remover, and I HAVE to call them to get anything done.

    Wouldn't it be a lot easier and efficient for them to put you on a redirect list so that every page you visit takes you to the same comcast page that explains what is happening? It could restrict the IPs you can visit to only some limited ones and block all other traffic. It would drastically reduce calls, make patching far easier, and solve the spamming problem.

  161. still being fought in courts by SethJohnson · · Score: 1


    Actually, gun manufacturers are constantly defending themselves in court against liability suits. The gun lobby has succesfully lobbied to get a bunch of states to pass laws protecting them from wrongful death lawsuits.

    From CNN:

    Since 1998, at least 33 municipalities, counties and states have sued gun makers, many claiming that manufacturers, through irresponsible marketing, allowed weapons to reach criminals. None of the suits has resulted in a manufacturer or distributor paying any damages.

    While you don't think the gun manufacturers are responsible, there are many relatives of gun violence victims who think they are for a variety of reasons. It isn't as simple as, "Well, the gun manufactuerer didn't pull the trigger." Cases like these can focus on business practices that allowed a gun manufacturer to sell restricted weapons through certain channels to effectively circumvent restrictions.
    1. Re:still being fought in courts by MysteriousPreacher · · Score: 1

      That raises the question about the ISPs liability. If an ISP takes no action to prevent their users from screwing other people about, could they themselves be sued.

      Maybe that's another reason why the ISPs should disconnect users who don't play well with others. I know I'd like to sue a certain Turkish telecom company if I could get change back from a 20 Euro note.

      --
      -- Using the preview button since 2005
  162. Coming in sick by phorm · · Score: 1

    Knowingly infected internet users are like the kids that keep coming to school sick. They're not getting better, and at some point you have to send them home because they keep coughing on the other kids.

    These people are blocked for a reason: think of it more like a quarantine for the safety/comfort of other net users. They pay too, and nobody wants your bugs.

  163. Re:Thank you! Next, please take out the virus-infe by jskiff · · Score: 1

    Here's one for you: Would a smart person trust a corporation whose raison d'etre is profit, and whose profits depend on a steady stream of new viruses making it into the public domain? How exactly do you know that Symantec doesn't have a department, or secret links to one, that does what is necessary to ensure continued profit?

    Does that tinfoil hat mess up your hair?

    --
    It's "no one," not "noone." Who the hell is noone anyway?
  164. Don't think so by macdaddy · · Score: 5, Insightful

    A few minutes before I found this thread today I received an automated message from lafn.org. In that message it stated very clearly that it was an automated process that was blacklisting a /24 around a machine on one of our dialup netblocks that was caught sending mail to one of their spamtraps. That user is of course infected as are probably 50% IF NOT MORE of our customers. Our customers, no matter how big they are, no matter how big a customer they *think* they are, no matter what service they pay for have the right to cause 252 other customers at any given moment to be blacklisted. If they think they are that important then we sure as hell don't need them as a customer.

  165. Easy? by phorm · · Score: 1

    Cut off the users from outgoing port 25 connections... and perhaps other virus ridden ports. Allow general web traffic... or restrict it but all it to major antivirus sites.

    There are lots of way to partially block out he users while still allowing core functionality

  166. Adelphia does this too... by antdude · · Score: 1

    Adelphia forces people to call the abuse department if users' cable modem service was disabled.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  167. Yea ! Those nasty worms. and traders..and porn.. by siberian · · Score: 1

    When Comcast cuts people off for using too much bandwidth, trading child porn or stealing music, movies and software everyone screams 'BIG BROTHER! THIS IS EVIL!'

    Comcast cuts of a worm and everyone says 'Good show Mr Comcast Corporate Citizen! I wish everyone would do this.'

    Worm or warez, its the same thing in my opinion. You either support Comcast's right to mess with your connection without warning or you do not.

    Maybe I WANTED to run the worm, maybe I am a scientist experiementing, maybe its my hobby to watch worm traffic. You don't know, just like you don't know if I am REALLY stealing music and movies and if that girl in the picture is REALLY under 18...

  168. Re:Yes Yes! (I have to dissent) by walt-sjc · · Score: 2

    If comcast are going to cut people off they need to offer people a CD with the fixes on it. Informing someone they have a virus and then cutting them off from the means of downloading a new signature file is irresponsible.

    It's not comcast's responsibility to provide patches. Are they going to support OSX, Debian, RH, Win98, win2K, winxP, os/2, Xbox, etc.? How often do they need to release this CD, every day? No. That's insane. You are not thinking this through.

    If you get your machine compromised because you are too lazy to keep it updated, run AV or a firewall, it's YOUR problem. Not Comcast's. If they cut you off, you are going to have to get off your ass and visit a computer store, friend, or get dialup somewhere to get patches. After all, how long should they wait for you to get your machine fixed before cutting you off? 24 hours? 48? a week? Your system can inflict massive damage on others in just a few minutes. They need to cut you off ASAP.

    Comcast is selling INTERNET CONNECTIVITY, not OS support. If you need OS support, you need to go elsewhere. I don't want MY rates to go up to pay for support personel troubleshooting clueless people's virus problems.

  169. Use a dialup account for that by Skapare · · Score: 1

    Just use a dialup account for that. It can even be within your own IP space, or if you are not an ISP, one from that same ISP (explain to them what you are doing and why you need a wide open access). Then just don't include that IP address in the list of those that the mail server accepts mail from for relaying (to test incoming).

    --
    now we need to go OSS in diesel cars
  170. A thought experiment by Anonymous Coward · · Score: 0

    Suppose there was a virus or worm which looked up the IP address to see which major ISP's netblocks the machine was part of, and launched a DDoS on the appropriate ISP's main customer web site.

    I think we'd see the rest of the major ISPs start to take an interest in cleaning up their dozer customers' computers.

  171. Not too hard by phorm · · Score: 1

    On my boxen, it would be (and I'm sure that there's non-linux equivilents):

    Assign special DHCP address to known infected machines:

    IPTABLES -A PREROUTING -s $INFECTED_IP_BLOCK -p tcp --dport www -j DNAT --to $REDIRECT_MACHINE
    IPTABLES -A PREROUTING -s $INFECTED_IP_BLOCK -p tcp --dport smtp -j DNAT --to $REDIRECT_MACHINE

    Then, at $REDIRECT_MACHINE, have a www page that basically says: You are infected with a virus. Please go here for cleaning/removal instructions, and information on protecting your PC.
    And of course, the SMTP server would just be a dead address that will cause their email client to visible bork on any sending operation.

  172. They already did that by metamatic · · Score: 1

    Comcast already sent out clear instructions, both as an e-mail bulletin, and as a booklet included with the bill for people who weren't reading their e-mail.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  173. analogy by ajs318 · · Score: 1

    If you want to drive your car on the roads, it has to pass a roadworthiness test. If the brakes are defective, or the steering is not straight, or the clutch is slipping, or a light bulb is out, or any one of a long list of things are wrong with it, then it might cause a danger to others, so it is not allowed on the Queen's highway until you get it fixed. Nobody has a problem with that. If you want to drive a death trap, you have to do it on your own property where you aren't causing a hazard for other people.

    I don't think it's inherently unreasonable to impose a "networthiness" test on PCs. OTOH, this should be done by a properly accountable body; otherwise it's not policing, just vigilantism. Insisting on specific items of closed-source commercial software, for instance, is unacceptable. Nobody should ever be forced to be tied to a particular software product: I should always remain free to write my own software as long as I am able to prove that it meets the regulations, just as I am free to build my own road-going vehicle as long as I can prove that it meets the regulations. I am also free to challenge the regulations through the democratic process. I'm saying regulate the ends, not the means, and have the regulators know for sure that we, the public, pay their wages.

    The real, long-term solution will begin when all forms of unsolicited commercial advertising on the Internet are forbidden {no more spam, no more popups; not even banner ads unless the user chooses to see them}; and when software vendors are legally obliged to offer either a guarantee that their software will perform as stated and only as stated or the complete source code.

    --
    Je fume. Tu fumes. Nous fûmes!
  174. It's about fuckin' time! by Electric+Eye · · Score: 1

    I've been forwarding a LOT of spam coming from Comcast.net, Adelphia, net and a couple of other cable operators. It seems to take these crackers DAYS to do something about it. At least they're nice enough to tell me the problem with specific user has ben dealt with.

    Makes you wonder if it's really possible to get even the dumbest of PC users to patch their machines. I mean, how difficult is it to do? It's like 3 mouse clicks. Yet, even the lowest common denominator sits there and says, "Uhhhhhhhhhhhhh..."

  175. Most people won't do it any other way by Skapare · · Score: 1

    I'm sure the cable companies loath having more customers calling support, and that this is why they've been reluctant to do this until now. But the fact remains that 95% of people won't do anything at all about the problem for various reasons:

    • Their computer still works fine (if it ain't broke, don't fix it)
    • They simply don't understand (they know that they aren't spamming)
    • Friends have told them to never install unknown software
    Of course it would help if the provider gives them some support, and I think they should. But the provider is not obligated to do so. This is all probably already in the terms of service. It is the customer's responsibility to do whatever it takes to ensure that they are not enabling abuse on the internet. Just because they are ignorant about how this happens only means someone has to help them out; but it is not the provider's obligation to compensate for ignorance.

    So, if you switch to Comcast, would you be doing anything stupid like letting your machine be used for abuse by others? Would you run an unsecured OS? The very fact that you are posting to /. suggests the probability of that is a lot lower for you than for the general population. So maybe you don't have to worry about it. As to those you live with ... if any of them fit the category described above, then maybe it is you who need to provide that support.

    --
    now we need to go OSS in diesel cars
  176. Business idea by metamatic · · Score: 1

    Start an ISP which offers reduced prices to people who can pass a basic competency test on Internet security and computer usage. Give them an extra bonus discount if they're not running Windows.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  177. Re:Yes Yes! (I have to dissent) by walt-sjc · · Score: 1

    ... Or you maintain a pool of loaners and send one out same / next day. Down time even less. Then you pop-out the HD, stick in as a second into your analysis machine, scan it or what ever. Or just image the thing back to a known state.

    Laptops are Very prone to problems by nature, and your users need to know that they need to backup their documents to a CD, zip, network, etc. on a very regular basis. Any IT department that isn't totally clueless knows this, and maintains stock images that they can just blast out with ease.

    You can also provide users with a "rescue" cd that can boot the machine into a known state where you can remotely troubleshoot.

    All things that Good IT people know about and can do.

  178. Users? Vendors? Evil Dogs in the forest? by jpellino · · Score: 1

    Let's see about

    How about he retail boxes ship secure and go thru a very simple startup, something between OSX and Eddie in demeanor and attention to detail...

    1. Do you want to surf the web on this computer? Great. I'll enable that for you.
    2. Do you want to send and receive mail on this computer? Great. I'll do that - I'm going to ask you for some info from your online service. You can click "later" if you don't have that right now.
    3. Lots of viruses get sent by email. You have a trial version of (something) you can use for 30 days. Do you want to start that now (it's a very good idea...)? Great. This could take a minute...
    4. I can make sure you have all the security and viirus updates that may have changed since they packed this computer back at the factory. Do you want me to do that now?

    Etc...

    This links to the 'mom's computer' article a little ways back - My mom headed over to Staples and bought a journeyman Compaq with XP on it. She wants to surf, email her 6 kids and their families, balance her checkbook, listen to CDs and write her life story. She does not want to be a sysadmin, she wants it to work.

    It needed a fair amount of work just to make sure it was current out of the box. Dialup & Window updates - Mmmmm! After spending an afternoon doing my impersonation of Side Show Bob stepping on an near-infinite number of rakes, I tied it to a cable modem and .... done.

    I run a small campus with an assortment of Macs and PCs - I'm no uber-anything, but I can keep the place running and occasionally can make stuff sign and dance and stand on its head. I try and keep up.

    So just like with my staff and kids, there's the calls for the win-skinned popups & emails that claim there's something wrong with her computer - and the lovely answe is that the things that tell you there's something wrong are wrong - and when there IS something wrong, well, you won't know it until someone releases a patch for it waaaay after the fact ( where 0sec waaaay 30day ) and you're already screwed.

    If mom had cable service, and barring the availablilty of decent wizards, she'd be more at risk of infections, trojans, with no real way to know how much tropuible she was getting into (BTW roll the clock back 20 years and try to explain THAT sentence). And should she?

    We (by which I mean the professional OS, coding, support, Very Clever Problem Solvers community) should be able to make this more mal-proof.

    Here I have to side with the Volvo survey that said 'weld the hood shut' - and to invoke an old analogy, my mother needs no more to know why she has to even think about what's under the hood than she does the car. Make sure it works, and stay ahead of things. For instance - how about the cable companies or major ISPs or OS vendors to put a x-number of machines completely unprotected (inbound) which would look like user systems to honeypot the next new malware? Is this how the virus vendors already operate (you know, if you want to catch a mouse, make a noise like cheese...)

    Anyhoo...

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  179. Re:Yea ! Those nasty worms. and traders..and porn. by pclminion · · Score: 1
    Maybe I WANTED to run the worm, maybe I am a scientist experiementing, maybe its my hobby to watch worm traffic.

    No responsible hobbyist or scientist would do something as idiotic as testing a worm on a net-connected machine.

    As for cutting off the connections of those who download warez 24/7, I say fucking go for it. More bandwidth for my legitimate uses.

  180. Obligatory Office Space by Anonymous Coward · · Score: 0

    Lawrence: Hey Peter! Watch out for your corn hole ok?

  181. incompetent IT by Anonymous Coward · · Score: 0

    Fed-ex priority overnight.

    One night to get it to you, one day for you to fix it, one night back to the user. Total end-user downtime = 1 day.

    If even one day of downtime is to much then you need a hotswap system in place. Send them a replacement system.

  182. Re:Yes Yes! (I have to dissent) by LetterJ · · Score: 2

    Exactly. Every machine I own or work (except where workplace policy prohibits) on has UltraVNC server installed. On some of them, I've never used it, but as a minimum it's always there. It's been a really rare situation where one of these machines can't be accessible.

    For machines where it might be a security problem to have it accessible, I also install OpenSSH (yes, even on Windows) and only allow VNC connections from localhost via port forwarding.

    Basically, if a machine is company-owned, it should already be locked down as far as firewall and virus protection goes and if that machine is roaming the world, it should also have some way to remotely administer it.

  183. Yes Yes!-CA-Right to the Internet.-Resources by Anonymous Coward · · Score: 0

    " ...what does P2P have to do with spreading worms/viruses? Using the bandwidth you pay for vs. needlessly bringing down a network because you knowingly or not help spread of worms/viruses are two completely different things."

    From a "consumption of resources" standpoint they are not. P2P 'abuse' can affect others on a shared network (which the Internet is), just as virus can.

  184. the list of Comcast offenders by wmt · · Score: 2, Informative
    1. Re:the list of Comcast offenders by twistedcubic · · Score: 1

      Wow! Comcast handles 50% more email than Yahoo!? Is that accurate?

  185. Redundant... so, so redundant. by Anonymous Coward · · Score: 0

    You know it is!

  186. Re:No No! by Secrity · · Score: 2, Interesting

    No, Earthlink will not unblock your port 25 if you call and threaten to drop -- and this is a Good thing. Allowing open port 25 on consumer (and most other classes of users too) is a BAD thing. I believe that if all dialup and broadband consumer users had port 25 blocked that it would stop almost all viruses that are spread via email. Tough titties if somebody doesn't want to use their ISP's mail server -- I don't want to drive 55 either.

  187. Wow, the tech community has MPD by Svet-Am · · Score: 1

    I absolutely love how the Slashdot community (And the tech community as a whole) seems to suffer from MPD about topics such as this.

    When it's convenient to us, we *love* for Big Brother to step in and clean things up. That's the case here. No one likes viruses or spammers, so we're happy to let the big ISPs lock things down.

    But, as soon as people start enforcing policies that we don't like, you see these forums all ablaze with how unethical and **evil** commercial internet providers are. This is the case where the ISPs do port blocking or connection speed throttling and the like.

    Make up you damned minds, people! You can't have it both ways.

    --
    [move .sig! for great justice, take off every .sig!]
  188. Re:Yes Yes! (I have to dissent) by Beithir · · Score: 1

    Well, there is more to the story that hasn't been said, namely problems we've had with this particular end-user. I don't have any remote access tools installed because the user is adamant about not sending back the pc, and had this position long before it was infected with anything, let alone before I had even started with this company. It has NAV Corporate installed and LiveUpdate configured properly...thus my frustration with the Comcast diagnosis of "trojan". For all I know, she has a FunFunBackstreetBoys.exe game that hits a port they don't like. Again, something I do not and cannot know without access to the machine.

    My point is simply that this user's pc was reasonably-well protected, perhaps not against anything self-inflicted (I will certainly own that the tools I normally have availible are not availible on this laptop, but it's a machine that pre-dates my employment), but how is the average home user going to stand a chance against a policy like this? You (and several replies under my parent) somewhat skirted the issue...my dissent lies in the fact that saying "you might be doing something bad, so I have to make sure you can't do it" is on par with impounding a driver's car because they run a curb when pulling a turn. If a home user is told "you have a trojan" and told to fix it or get the boot, what do they do? This user went to four different repair vendors (several mega-conglomerate shops as well) and came back clean. I can't trust work I don't do myself, but I'm pretty sure at least one of them should have fixed whatever the problem was, assuming there was one at all. How is the average home user going to be able to check this/deal with this/ensure their safety?

  189. Re:Yes Yes! (I have to dissent) by Rupert · · Score: 1

    Have the end user call into a modem at your office. That way your coworker gets to pollute your intranet rather than the internet, and not only will you be able to VNC into the box to fix it without cooperation from Comcast, you will have an excellent incentive to do so!

    --

    --
    E_NOSIG
  190. Why not let supply and demand work? by caramuru · · Score: 1

    If subscribers paid for the bandwidth that they use instead of paying flat monthly fees, they would receive a message that even the most technically unsophisticated user would understand: a higher cable/DSL bill. Not doing something about it is like not fixing a leaky faucet and paying exorbitant water bills. Imagine what sending 100,000 or even a million e-mails would cost.

  191. finally by mabu · · Score: 1

    wow! It only took Comcast two years to deal with this problem, when they were made aware of it within seconds.

    Congrats Comcast! I look forward to hearing about your customers getting decent DVRs with Tivo some time in 2137.

  192. Better late than never by Nastard · · Score: 1

    This company has been doing it since blaster. They probably weren't the first, but this is hardly a new idea.

  193. Every ISP has an abuse desk by wobblie · · Score: 1

    Nothing to see here at all, this isn't even news. Every ISP, whether dial up or one leasing OC-3's has an abuse desk. When a customer generates enough abuse complaints and does not respond, you get cut off. They ALL do that.

  194. Do it like phone service by Anonymous Coward · · Score: 0

    I think this is a role that the ISP is necessarily forced to do to prevent their entire netblock from getting blackholed eventually.

    But I would do it like phone service. In the US, if your phone service is cut off for whatever reason, you can still dial 911. This was mandated by the FCC some time ago. Same with cell phones.

    I would have all ports closed to them and whenever they tried to go out on port 80, return an html page that tells them what is going on. Let them get to web-mail to corospond with tech support, and tech support pages, FAQs, cleaning instructions, etc.... but block everything else.

  195. Re:Thank you! Next, please take out the virus-infe by vraicovi · · Score: 1

    You're right. It would be nice if there was a kinder, gentler way to do it, but at some point, people have to accept responsibility. With the purchase of a computer and a broadband connection that's always on, you have to stay on top of things like virus software and security patches.

    Being the network administrator for a school district, we got hit hard and are still getting hit by computers on the local cable companies subnets (Cablevision's OptimumOnline). Luckily, they've been working with us. We supply the IP of the offending machine and they make contact for us. Believe it or not, but most of the machines in question have been from district employees! We've been logging offending IP's and if we call again on a repeat offender, CV (like other cable companies) is turning off their modems, until the customer calls and reports that they've corrected their problem.

  196. Re:No No! by runderwo · · Score: 1
    Why is this a good thing? What kind of user would be clueless enough to install a virus on their machine AND demand that their port 25 be unblocked so that they can run their own mail server? Why not just have the customer give a good reason and put it on file, like my ISP does?

  197. Re:Thank you! Next, please take out the virus-infe by alhaz · · Score: 1

    True, but a WHOIS on your domain identifies an ISP. Of course, there is no way of knowing if this is who you work for.

    Sure aint. But thanks for playing.

    How exactly do you know that Symantec doesn't have a department, or secret links to one, that does what is necessary to ensure continued profit?

    I wouldn't put that past Peter Norton, actually. I'm old enough to remember when downloaded a bunch of public domain programs from BBSes and called it "Norton Utilities". This was not illegal at the time.

    I certainly wouldn't put it past John McAfee either, there's even allegations that he did just that in the early days, which i have no way of substantiating.

    But these two shysters still also depend on their antivirus apps Actually Working, and if they wrote the virus, we can be pretty sure they know how to remove it.

    Your approach sounds good though. If you just popup a message, it will be ignored. A previous poster suggested redirecting people to a sandbox where they could only download virus killers, and otherwise do no harm - is that approach feasible?

    It's trickier than it sounds. For ComCast, it's probably possible, since like the old days of independent ISPs, they control the pipe until it reaches their router.

    In the world of aggregate dialup - and if you use a national dialup ISP that isn't also a telco, you're using aggregate dialup - it's pretty much impossible.

    By 'aggregate' I mean, the modem that answers when you dial up probably doesn't belong to the company that bills you each month. And someone the next town over probably dials into one owned by a different company still. There are dozens of these companies. And most telcos fit into this category as well.

    Not only that, the route it takes usually doesn't belong to them either. SOME - but not all - dialup equipment supports some sort of filtering, but it's generally port based. My employer's radius server requests of the NAS (the equipment you dial into) that it block port 25 inbound on your connection, for example. But support for this sort of feature is spotty at best, and you can't get very fancy with it.

    In some cases the IP you get assigned is owned by the company you pay to be your ISP, but the ISP generally doesn't control the routing.

    AT&T Worldnet is probably the only national dialup isp that owns an actual world-wide dialup network, because they bought one from IBM some years back. I dunno if they still own all of it, though.

    National DSL services are in much the same boat, but I'm not sure to what extent. There's issues like the legality of inter-LATA atm fabric going over state lines that I don't comprehend at all. This is something my employer does, that's a few too many eschelons of engineering above me for me to osmote - at least during the graveyard shift.

    --
    This is just like television, only you can see much further.
  198. It sounds nice by Atroxodisse · · Score: 1

    But how do people with infected machines then download software to become uninfected? Comcast better be sending them free software in the mail.

    --
    Read my short stories - You won't regret it.
  199. Re:Yes Yes! (I have to dissent) by NexusTw1n · · Score: 1

    If Comcast is selling INTERNET CONNECTIVITY then they shouldn't interfere when users start sending out RPC blaster packets, or tons of data on port 25. Once you decide that mail server = OK, trojaned spambot = blocked, then you aren't just selling connectivity, you have crossed the line and are diagnosing individual machines on your network, and by monitoring them are offering a limited form of support.

    All ISPs offer some OS support anyway, how do most people figure out how to connect to the pop3 or news servers for example if they don't?
    If you decide to start blocking people who appear to have a virus, then it takes far less time and money to send out a CD with basic free tools and a FAQ sheet, or lock them into a walled off subnet with only a free AV tools ftp server for company than it does to field the thousands of irate calls which you will get and which will have people demanding your help to clean the PC.
    You may as well be proactive and help, because it is going to cost you money and time even if you don't.

    Rates will only go up if you annoy enough virus infected users that they leave, economies of scale will slowly reduce and prices will rise. If paying for support bothers you so much, you shouldn't be with a generic ISP like comcast/AOL and so on anyway. Find a more tech friendly provider that presumably has reduced rates due to the limited number of "lusers" subscribing.

    --
    It has become appallingly obvious that our technology has exceeded our humanity. --Albert Einstein
  200. So they're going.... by np_bernstein · · Score: 2, Insightful

    ... to get the new virus definitions from where exactly? What are they expecting people to do call symantic and have them snail mail them a floppy. Why don't they do the responsible thing, and partner with someone like sophos, and have free virus software as part of their install/update procedure.

    That's like in Britten when they used to put paupers in jail for not paying their taxes. Not a lot of people got a lot of high paying jobs in prison, so they never paid the taxes.

    --
    RandomAndInteresting.comdefending the world from stupidity since 1979
  201. The problems with all of this by krray · · Score: 1

    The problems with all of this comes into play how I run things at home. Fortunately I refused to go w/ Comcast (or more to the point wait for them -- this month they are now available in my area). My ISP knows what I run (Linux, BSD, and OS X) and doesn't take much issue w/ me on a fixed IP -- I send my own mail directly and don't use their relay as my 'smarthost' (yet?). I may be forced to do this -- but will of course do whatever becomes the "norm" out there and apply those changes to my own domain (@ home as well).

    I use my home connection/domain as my first place test bed before rolling anything out to the networks @ the offices. Thankfully I don't sit in the normal seat a end/home user does -- as my job _is_ IT admin. :)

    Just FYI -- due to the simple volume of spam I personally gave up on reporting a long time ago ... about the time I figured out what was really happening out there (Windows boxes being infected and used as their relays). The mechanism now in place is rather simple and effective -- sure bayesian filtering @ the clients (fed into the system for blocking) as well as many harvesting address' peppered about. When the spam does hit the entire subnet that IP is at is blocked. Typical dialup/dsl type infected boxes may re-connect, but usually at a very close IP (already blocked).

    The normal end users email (even on a infected box) would go through their ISP email server (probably not blocked :). Advanced type end users with fixed IP's are usually on other subnets and not a problem either. Once in a blue moon there is a conflict (about 1 in every 10,000 spams processed) ... and I have to manually "OK" a IP in the access file which otherwise dynamically takes care of itself and moves subnets into larger block groups as identified and looked up. My 'squelch' is set to 15 /24 subnets being blocked before a potential /16 block is done.

    Real problem children were easy to identify as well -- 210., 211., and 212. ring a bell?

    But without notification you just got blocked. Sorry...
    Those that KNOW ME and are blocked can usually just pick up the phone and say WASSSUUUPPPP??? 1 per 10,000 spam comes to two calls a year for my networks. Ok...

  202. speakeasy? by oneiros27 · · Score: 1

    Take a look at Speakeasy. They offer a number of different packages for residential DSL, and they cater to the sysadmin and gamer crowd. (multiple static IPs, allow NAT, allow servers, etc)

    --
    Build it, and they will come^Hplain.
  203. lol by Anonymous Coward · · Score: 0

    no you tool, it forces users to get a fucking clue and not open 12_YR_OLD_NUDE.JPG.EXE

  204. This is NOT a good thing by Anonymous Coward · · Score: 1, Insightful

    Yes, I'm all for getting people who are infected by viruses and spammers and thus make the Internet suck for the rest of us, but this is setting a bad PRECEDENT.

    Comcast has already gotten lambasted here for cutting off "abusive" downloaders who have "unlimited" access. If Comcast not only is allowed to but also is *encouraged* to handle this problem simply by dropping the users' access, then there's no reason they won't feel like they can address the other problem by continuing to cut off those using a large amount of bandwidth under unlimited plans.

  205. This is Right by PonyHome · · Score: 2, Interesting

    Back when I was a clueless newbie, years ago, I set up a server, innocently leaving it as an open relay (this was the base configuration for Sendmail at that time). Within a few weeks, I got irate messages from people being spammed, some of whom, fortunately, included an informative snippet from one of the blackhole servers that told me what the problem was. I secured my servers, and I have learned to periodically check the open relay testers when I do reconfiguration (to make sure I didn't miss anything).

    What most cable modem people don't realize when they connect to a broadband line is that every one of them is potentially a server, capable of spewing all kinds of crap. They see a machine on their desk, not really grokking its connectedness to the rest of the world, and that that connectedness is a two-way street.

    As for rights, it's no different from using the public highways, except that the possible consequence to the public of ignorance is only monetary, not fatal. If they won't take the responsibility to educate themselves, then somebody else has to do it for them, or "take them off the road."

    While cleaning up my spam traps this morning, about 1/3 of it was from attbi.com and comcast.com. They need to climb down the ladder a ways, and start looking seriously at those who are only sending out maybe 10,000 emails a day. It should be easy to identify and whitelist those who are legitimately running very busy mailing lists, and detect which are unwitting spam fountains.

  206. Re:No No! by elemental23 · · Score: 1

    Maybe not, but many many users would request the port be unblocked and then run an insecure mail server (ie, open relay).

    If you want to run a mail server, spring for a static IP address. Mail servers shouldn't be run on temporary connections anyway. If you're just sending mail out and not receiving it, smarthost through your ISP's SMTP servers. If you want to use some other off-site SMTP server for whatever reason, either use a VPN or SMTP AUTH on a different port. Problem solved.

    --
    I like my women like my coffee... pale and bitter.
  207. Other Companies by Anonymous Coward · · Score: 1, Informative

    FYI, I am posting AC for a reason. The company I work for does roll-outs and tech support for small cable companies. Scripts are in place to automatically deactivate accounts with high upload/download bandwidth (meaning trojan p2p programs) and techs monitor e-mail usage. Problem with an account? Notify account holder and de-activate account. If the account holder can't be notified, the account is de-activated anyways.

    It's time people start taking responsibility for their actions when using a computer. Computers need to be patched frequently with Windows Update. AntiVirus programs such as Norton Antivirus, Mcafee VirusScan, or Trend Micro PC-Cillin (my personal favorite) are needed with updates and scans run, at the very least, weekly. Computers also need anti-trojan programs such as The Cleaner and anti-spyware programs such as Spybot Search & Destroy and Adaware. Even go as far not to use the default Internet programs, Internet Explorer and Outlook Express. Instead, use free, open source programs such as Mozilla Firefox (browser) and Thunderbird (e-mail).

    Naturally, the majority of people on /. know this, but we need to spread the word.

  208. Know Why You're a "Gun Nut"? by the_mad_poster · · Score: 1

    I think the difference between responsible gun owners and slack-jawed, wild-eyed goobers like you is the fact that the responsible owners can tell the difference between a car and a gun, whereas you whackjobs keep drawing irrelevant parallels between the two.

    Unless, of course, Honda has been building consumer vehicles specifically meant to kill things or crash into targets and I haven't heard about it...

    --
    Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
  209. Re:Yes Yes! (I have to dissent) by c0bw3b · · Score: 1

    why not conference in with the customer and Comcast's abuse team? Surely there are better ways to go about supporting the customer...

    --
    ||:|::
  210. End User by Anonymous Coward · · Score: 0

    Seems everyone is attacking this sysadmin for his remote IT management tactics or lack there of, but his post in my opinion was focused more on the END USER at home... These are people who ordered broadband internet connections from their provider and just want to use the internet... They are not techies, and I totally sympathise with them...

    Maybe the INTERNET as a whole needs to be policed and the people creating the trojans or viruses and spammers should be held responsible... Ofcourse since being an Anonymouse Coward on the internet is so easy, that's hard to do... You can only go after the suckers (basic end users)...

    Maybe the internet should be shut down as a public service since no good method for keeping it safe has been developed...

    This whole situation bugs me it's as if someone planted a self detonating bomb on my car, and when that bomb explodes and kills a few people I am to be responsible... ? Because I didn't check under my car, under my seat, in the trunk etc... NO... I think that's wrong... Just my opinion...

    Now I know some of you are saying; Well the End-User is installing the virus voluntarily by clicking on the *.pif attachment... I wonder if you'd be equally as hard on those people that opened letters filled with anthrax...

    Lata
    u
    k
    a

  211. Um, your trusting them to get this right?!? by Anonymous Coward · · Score: 1, Funny

    The same people who couldn't fix, delete, or recreate my mailbox which they screwed up because (and I qoute), "Nobody in tech support has a superuser account or authorization to do that."?

    Yep, they won't get no false positives alright - after our sun turns itself into diamond, that is...

  212. Simple solution by dghcasp · · Score: 1
    I was reading the replies, and just wondering if there wasn't a simpler solution.

    So how's this:

    1. ISP's set in their policies "To prevent spam, customers are limited to 20 emails per hour. If you need to send more than this, visit this URL: xxxxx"
    2. Customer visits URL, which is a CGI script that connects to port 25 on the REMOTE_ADDR.
    3. If the connection fails, customer gets permission to send more email.
    4. If the connection succeeds, script tries to send email to itself and says "We'll let you know in 24 hours."
    5. If the email is received by the provider, the increase in traffic is denied with a URL explaining why and steps to take to fix the problem.
    6. If the email never arrives, give the customer the permission.
  213. A suggestion by Anonymous Coward · · Score: 0

    Instead of cutting off ALL internet access, why don't they do this?

    Block all incoming service ports & all outgoing mail ports.

    When they try to visit the web, use the "walled garden" concept posted by another user to direct them to a page explaining things, including links to free anti-virus scanners for Windows.

    Doing this should also let them download anti-virus updates, right?

  214. Yahoo gets the prize by BalloonMan · · Score: 2, Informative

    I'm a Comcast subscriber and a supporter of DShield, so I have a pretty good idea of the problems at Comcast and I'm glad to see Comcast getting more aggressive about stomping infected machines.

    However, SenderBase says Yahoo's 6 MTA's are all in the top 10 senders of e-mail. Only XO Communications and thehdhd.com out-send them. thehdhd.com (at #6) seems to be openly dedicated to producing spam.

    So, when will Yahoo clean up its act? Is it even possible for them to take the same kind of stance that Comcast is?

  215. Internet policing by KMSelf · · Score: 2, Interesting

    You omitted an option. 2.5: peer policing. Other networks deciding they're not going to put up with your sh*t and drop your packets. Viz: SPEWS, SpamCop, Spamhaus, etc.

    SPEWS listed over 9 million Comcast IP addresses a few weeks ago due to ongoing mishandling of network abuse (the entry reads "Poster child of how not to run a broadband network company". This may have had some impact.

    I've been going rounds myself with an indivdual manning a /16 for which no postmaster or abuse record exists, and IP WHOIS contacts fail. He still doesn't seem to understand just why this is a problem. However several of the issues were cleared up after customer mail started being blocked by sites referencing RFC-Ignorant.

    --

    What part of "gestalt" don't you understand?

  216. speakeasy by Anonymous Coward · · Score: 0

    speakeasy.net has done this for years.

  217. Re:Yes Yes! (I have to dissent) by degerrit1 · · Score: 1

    I'm a bit surprised by the criticism you received on this point, and I can totally understand your point of view, being on the receiving end of crap like this.

    I wonder in honesty how many laptops are really Fedexed all over the place for something which, given correct information (for example, by the ISP) could be solved in under twenty minutes, depending on the end-user.
    How some people expect "IT" solve problems when blindfolded with one arm behind their backs, and given dodgy descriptions of what is wrong fascinates me.

    We were also informed once by our ISP that one of our 100-or so PC's was infected with "something" by a remote network admin, although our firewall logs and a subsequent remote-virus scan (machines already all equipped with AV) never brought anything up.

    They're wasting our time sending us looking for alleged needles in supposed haystacks.

  218. Spammers know this, and are adapting by seppy · · Score: 2, Interesting

    Comcast certainly isn't the only ISP doing this and newer viruses/spam trojans are starting to show a trend that spammers are aware that they will be disconnected if they are obvious in their spamming behaviour. So instead of a lot of messages from a lot of machines all at once, it's a lot of machines sending a bit of mail at a constant steady rate but low enough to stay under the radar.

    --

    Brian Seppanen

    Minister of Information and Propaganda
    Area 54 The Secret Government Disco Labs Provo

  219. I Agree Wholeheartedly by Timmy+D+Programmer · · Score: 1

    So long as Comcast is quick to inform the customer as to why they have been cut off, and helpful about getting them back on. I think this is a excellent first step.

    --


    (If at first you don't succeed, do it different next time!)
  220. Re:Yes Yes! (I have to dissent) by FreakWent · · Score: 1

    cheated by shady local PC repair places

    If you call charging money to fix the problem cheating, and if you mean not part of a franchise to be shady, then this is probably what will happen.

    Why the hell would any PC shop give someone the run around for a simple virus/spyware clean? $100 bucks, or $50 if you buy the virus scanner.

    Seems fair enough to me, so long as they actually fix the problem.

  221. Re:trust them? no way! by Anonymous Coward · · Score: 0
    Moderators: Please note that "twitter" is a known fanatical psycophant whose obnoxious offtopic rants are legend here on Slashdot. It doesn't matter what the topic is, he'll find a way to scrape in some pointless Microsoft bashing. While nobody expects us to love Microsoft in any way, his particularly tepid style of calling anyone he replies to "troll" or "liar" because he happens to disagree with whatever they're saying is well documented and should not be rewarded. If anything, twitter is the type of person that should not be part of the open source/free software community. He is an anathema to all that is good about free software.

    I'm posting this so that you (the moderator) have some context to consider twitter and not mod him up whenever he posts his filler preformatted rants about installing Knoppix or whatever that unfortunately get him karma every single time and allow him to continue posting his trademark toxic crap (read on) day in and day out. You may consider this a troll - I consider it community service. And I ain't kidding.

    If you're a /. subscriber, I invite you to look through some of his posting history. I guarantee that you'll be hard pressed to find someone that is more "out there" than twitter. You'll also probably notice he's got quite an AC following. Don't just read his posts, make sure you go through the replies.

    For example, in this recent post twitter not only calls the OP a troll but attempts to "tell it like it is" while making some vague argument about "GNU". Yes, if you're confused, you're not alone. The reply (modded +4) proceeds to simply destroy his bogus argument. You will notice he did not reply. This is what some people call "drive-by advocacy". A sort of I'll just leave you with my thoughts here and move on to the next flamebait kind of deal. In fact, he almost never replies because he knows that his fanatical arguments simply do not hold up to any sort of discussion. It's not that he's chosen the wrong cause - he's just going at it in a completely wrong way.

    More? Just read though this post and the subsequent replies. I guess this stands on its own.

    More? Bad spelling in astounding conspiracy theories, more offtopic FUD and uninformed "I'm right, look at me" rants, promptly proven wrong. Worse even, twitter wants to be RMS, apparently (that first one is a winner). I mean, really. You think?

    FUD, FUD, FUD, FUD, offtopic FUD, and more FUD. This guy is like the Monty Python SPAM skit, but with FUD and more FUD instead of canned meat. Amazed

  222. TYPO by macdaddy · · Score: 1
    My Bad(tm). I made a rather horrible word ommision that drastically changes the meaning of one of my sentences. Sorry about that:

    Replace: they pay for have the right
    With: they pay for DO NOT have the right

    Whoops! Now that's better. Read what I meant to say and not what I actually wrote. :)

  223. I wish more ISP's would... by morethanapapercert · · Score: 2, Informative

    I work tech support for a major cable ISP and my employer, at least DOES police it's customers (albeit with a light hand). There are four basic ways an account gets disabled or throttled. (aside from the obvious non-payment) 1. an e-mail account attempts to send more than a certain, but undisclosed, number of e-mails within a 12 hour period. result : smtp server rejects all further e-mails from source for 24 hours. 2. infected e-mails are traced back to a customers computer. result: customer given a warning e-mail from the security dept and a very short deadline. failure to get cleaned results in ALL internet access being disabled 3. if a customer keeps maxing out bandwidth, the local office has the choice of either dialing down the access or disabling the modem completely 4. if a technician spots the fact that a customers modem is not using a bin file appropriate to the account. ( a fact which can be scanned for automatically with DOCSIS 2.0 compliant modems) When the ISP decides to disable an account, the most common way is indeed to send an updated disabled.bin file to the modem, however, it is possible to "de-provision" a modem. Essentially, the CMTS at the headend gets told that the MAC ID does not have permission to get on the network. One final note, most DOCSIS 2.0 compliant modems, will NOT accept a updated .bin file from the ethernet side....

    --
    I need a wheelchair van for my son. Help me get the word out. https://www.gofundme.com/wheelchair-van-for-jj
  224. im one of the idiots that got shut off by Anonymous Coward · · Score: 0

    i am a comcast customer in DFW area and i was shut off for having a trojan setup a spam server. (i have wiped my drive and reloaded everything and loaded antivirus and firewall software since and do recognize myself as an idiot) i must say that comcast was exceptionally understanding and went out of thier way to help me BEFORE shutting off my service. (which i agreed to while i went and picked up some antivirus software)
    any fears about this being some machiavelian form of corporate control are unfounded....

  225. Re:Yes Yes! (I have to dissent) by walt-sjc · · Score: 1

    Except that the viruses and trojans violate the AUP and are damaging others. It's not legit usage.

    Second, telling people how to setup their software to use the internet is a far cry from offering patches and troublshooting worm infestations.

    Finally, the excess bandwidth used and problems caused by infected machines far outweighs the money received. It's a no brainer. You actually may get MORE users if the service isn't as worm and spam infested.

    Your logic just doesn't make sense.

  226. Off for spam, off for P2P, off for FTP, off by greggman · · Score: 1

    I can't believe the slashdot crowd thinks this is a good idea. If they can knock you off the net at all they can knock you off for any reason they choose. Running BitTorrent to download the latest ditro ISOs? "Your connection has been terminated as we have decided you are a pirate!"

    gees!

    1. Re:Off for spam, off for P2P, off for FTP, off by Anonymous Coward · · Score: 0
      Clue time. Its THEIR network, they can do whatever they please with it. Don't like it? Get your connection and bandwidth from elsewhere.

      Some of you think you have some RIGHT when in fact its a PRIVILEGE.

      Morons.

  227. Better:No Windows Boxen directly on the Internet by AnotherScratchMonkey · · Score: 1

    You can have a Windows box. Just don't connect it directly to the Internet. Use a consumer router with NAT (what I call an Internet condom) to effectively hide the Windows box's open ports and vulnerable services from outsiders.

    This won't protect you from Trojans you get via email, but it at least protects your box long enough to download necessary patches and a copy of Mozilla or Opera.

  228. Why are you using the ISP's DNS?! by AnotherScratchMonkey · · Score: 1

    If you're smart enough to run SpamAssassin, shouldn't you also be running your own copy of BIND with root hints and skipping your ISP altogether? At most, forward only queries for your ISP's domain to its internal nameservers, just to get any special addresses that are only available to customers.

    When ATTBI first acquired part of @Home's network, I was one of the fortunate few not plagued by ATTBI's misconfigured backup name servers, because I had BIND running with root hints on my LAN. (Win2k has a habit of failing over when a reply packet is missed and locking on to a backup server.)

  229. Shaw Cable in Canada cuts off customers by Anonymous Coward · · Score: 0

    My girlfriend's net connection has been cut off multiple times, without *any* notification, due to her brother's computer having Kazaa running on it. Another time it was disconnected, also without any notification to them, because one of the computer had a single worm on it. They finally called the cable company after three days of non-connection to figure out wtf was going on with the network, to see if maybe the ISP was having issues, etc. only to find out their acount has been suspended due to one of the the computers supposedly being used by hackers.

    This wouldn't have been such a big deal if the company had actually contacted them to tell them about their account suspension.

    If major ISPs in other areas ever implement this kind of retardedness, the least they can do is ensure they properly notify customers when they are disconnected, including all information relating to the case...

  230. BellSouth's been doing it for a while. by EtherBoo · · Score: 1

    When I used to work for Tech Support for BellSouth FastAccess DSL, we would get calls of people loosing sync. After further investigation, it turns out BellSouth suspected them of spamming via email and they would cancel people's accounts if they thought they were spamming. The only way to get your connection back would be to speak with a rep in the abuse dept. It happended to a friend of mine when a glitch in a Beta version of trillian hit the BellSouth mail servers 1,000,000 times in an hour to check his mail. They still practice this to my knowledge. It's been going on with them for 3 years I think.

  231. Telewest in the UK have done it for years by Rogerborg · · Score: 1

    They had a big push on Code Red and Nimda, and disconnected a colleage for being infected.

    Unfortunately, he was running Linux, and they'd simply screwed up. Which kind of highlights the problem. What's an acceptable rate of friendly fire, and at what point does the cost of pissing off your own customers (infected or otherwise) outweigh the benefits of doing so?

    --
    If you were blocking sigs, you wouldn't have to read this.
  232. I have to wonder... by krray · · Score: 1

    Comcast is doing something about their Windows infected users who have been infected with virus', worms, and trojans (oh my!) and used to relay spam spam spam? Really? I have to wonder...

    I was curious -- as I just got a email, no problem, from a Mac (regardless) subscriber who has DSL. Their email, of course, went through Comcast's mailhost on a different subnet with no problem.

    I just happened to look a day after this article -- and TODAY here's the infected Comcast machines trying to contact me:
    bgp01395060bgs.parads01.nm.comcast.net c-67-162-123-56.client.comcast.net
    c-24-10-149-23 5.client.comcast.net c-67-163-212-62.client.comcast.net
    c-24-10-175-24 4.client.comcast.net c-67-165-36-98.client.comcast.net
    c-24-11-186-201 .client.comcast.net c-67-166-36-12.client.comcast.net
    c-24-11-227-178 .client.comcast.net c-67-168-221-55.client.comcast.net
    c-24-11-235-61 .client.comcast.net c-67-170-233-139.client.comcast.net
    c-24-1-196-18 8.client.comcast.net c-67-170-252-250.client.comcast.net
    c-24-12-199-1 70.client.comcast.net c-67-170-31-53.client.comcast.net
    c-24-12-232-211 .client.comcast.net c-67-171-17-151.client.comcast.net
    c-24-13-137-23 4.client.comcast.net c-67-172-156-210.client.comcast.net
    c-24-13-89-25 .client.comcast.net c-67-172-160-14.client.comcast.net
    c-24-14-222-13 2.client.comcast.net c-67-172-204-10.client.comcast.net
    c-24-14-39-97. client.comcast.net c-67-172-48-34.client.comcast.net
    c-24-15-101-212 .client.comcast.net c-67-172-64-245.client.comcast.net
    c-24-15-145-19 0.client.comcast.net c-67-173-126-210.client.comcast.net
    c-24-17-206-1 79.client.comcast.net c-67-173-238-235.client.comcast.net
    c-24-19-18-13 9.client.comcast.net c-67-173-251-246.client.comcast.net
    c-24-19-81-66 .client.comcast.net c-67-173-25-77.client.comcast.net
    c-24-20-8-120.c lient.comcast.net c-67-174-68-215.client.comcast.net
    c-24-21-196-1. client.comcast.net pcp01011096pcs.mplsnt01.sc.comcast.net
    c-24-2-251 -240.client.comcast.net pcp01156604pcs.newhav01.mi.comcast.net
    c-24-2-57- 9.client.comcast.net pcp01502078pcs.coatsv01.pa.comcast.net
    c-24-2-80- 172.client.comcast.net pcp01555191pcs.gdlett01.fl.comcast.net
    c-24-3-100 -65.client.comcast.net pcp01559252pcs.nftmyr01.fl.comcast.net
    c-24-3-235 -148.client.comcast.net pcp02678389pcs.ewndsr01.nj.comcast.net
    c-24-3-33- 242.client.comcast.net pcp035458pcs.aberdn01.md.comcast.net
    c-24-3-41-12 6.client.comcast.net pcp03910323pcs.summit01.tn.comcast.net
    c-24-3-43- 161.client.comcast.net pcp04095933pcs.mtsano01.ga.comcast.net
    c-24-3-45- 30.client.comcast.net pcp04096552pcs.mtsano01.ga.comcast.net
    c-24-6-153 -90.client.comcast.net pcp04098763pcs.neave01.pa.comcast.net
    c-24-6-175- 49.client.comcast.net pcp04301582pcs.prtmry01.nj.comcast.net
    c-24-7-149 -103.client.comcast.net pcp04386886pcs.nromeo01.mi.comcast.net
    c-24-7-241 -32.client.comcast.net pcp05184350pcs.salsbr01.md.comcast.net
    c-24-7-32- 20.client.comcast.net pcp06586966pcs.nrockv01.md.comcast.net
    c-24-8-33- 143.client.comcast.net pcp09045523pcs.rocsth01.mi.comcast.net
    c-24-9-153 -191.client.comcast.net pcp424540pcs.naugus01.ga.comcast.net
    c-24-9-233-7 1.client.comcast.net pcp690755pcs.rtchrd01.md.comcast.net
    c-67-160-215 -149.client.comcast.net pcp780241pcs.gnscrp01.va.comcast.

  233. Nah, that's just Foundstone trying to rewt Apache by Anonymous Coward · · Score: 0

    Super-genius.