Slashdot Mirror


Distributive Worm Blocking

wdebruij writes "According to this source (unfortunately in dutch), a number of dutch ISPs are bundling their forces to fight the spread of worms. The technology, called virbl, blocks all accesses from IP addresses from which at least 2 worms were sent for 24 hours, naturally excluding known large email servers. Background info on the project can be found at the developers' project site. So, does anyone have useful remarks on why this may succeed or fail? It appears to me as a simple to implement yet powerful, albeit stopgap, solution."

162 comments

  1. Security by shutdown? by LostCluster · · Score: 1, Interesting

    I've got it the ultimate virus aquisition prevention system...

    Whenever news of a worm is reported on Slashdot, the computer is locked down with the network connection halted, the disk drives unpowered, all processing stopped, and the video output suspsended. A nice side effect is that power consumption of the system is near zero when in this mode.

    1. Re:Security by shutdown? by Roguelazer · · Score: 5, Funny

      Or, you could just post a link on slashdot to all infected systems. Same end effect.

    2. Re:Security by shutdown? by Anonymous Coward · · Score: 0
    3. Re:Security by shutdown? by NanoGator · · Score: 1

      "I've got it the ultimate virus aquisition prevention system...

      Whenever news of a worm is reported on Slashdot, the computer is locked down with the network connection halted, the disk drives unpowered, all processing stopped, and the video output suspsended. A nice side effect is that power consumption of the system is near zero when in this mode. "


      I'd really like to have a few words with the guy who modded this 'Interesting'. His computer is probably off now, though.

      --
      "Derp de derp."
    4. Re:Security by shutdown? by ongeboren · · Score: 1

      This is a practice, that is a fact for years already in certain dutch speaking universities.
      Users have to make a https login in order to gain access to the intranet and internet from their home pc's. Once a worm or virus or any network distributed threat has been detected, the computer in question is revoked his access to the internet having routing rights only to a website containing some antivirus software and webmail. Also an e-mail with an explanation is sent to the e-mail address.

      At this point this news is nothing new for me. I've been blocked several times to use the internet when I was submitting some virus variants to cert (from linux).. But it is not a commercial internet access I had.

      If somebody is paying for the internet, does he have to get blocked each time his computer gets infected? One could have paid the 400 euro for a windows crap and not be willing to spend another 400 for an antivirus software, just keeps spreading viruses? Do we have to stop such people?

      --
      First I wanted to be a chef. Then I wanted to be Napoleon. My ambitions have continued to grow ever since.
    5. Re:Security by shutdown? by Anonymous Coward · · Score: 0

      Next time, put it in a password-protected zip file or something before sending it.

    6. Re:Security by shutdown? by Rick+the+Red · · Score: 1

      This is the story's first post, and it's modded "redundant"? WTF?

      --
      If all this should have a reason, we would be the last to know.
    7. Re:Security by shutdown? by rtp · · Score: 0

      Turn this around, how do we correct the problem once it's identified?

      Once we've detected an infection, and prevented its further spread via blacklist, the responsible network for the infected host needs to remidiate the problem.

      To quickly and easily block the infected host on its network, use a tool like:

      ipblocker.org (open source)
      enira from cprsoftware.com (commercial)

      With the above tools we get network quarantine, where an organization can isolate the infected host, locate it, clean it, patch it, and get it back online, lifting the quarantine.

      Once remidiated, the responsible network should be able to submit an "all-clear" to the blacklist.

  2. Zegnar by Zegnar · · Score: 5, Insightful

    Here is progress - still I imagine many companies will leave things as they are just to avoid having to deal with irate calls to the helpdesk, and carry on broadcasting viruses to the world. Collective defense is fine until it costs money.

    1. Re:Zegnar by unixbugs · · Score: 2, Interesting

      I agree. Imagine the feeling of not being able to fix your infected computer via online-update because your freakin ISP wont let you. One could possibly start a successful company fixing PCs doing house-calls anywhere this policy is enforced forever. Its like western medecine, treat the symptom, not the cause.

      --
      You are about to give someone a piece of your mind, something which you can ill afford...
    2. Re:Zegnar by Zegnar · · Score: 0, Offtopic
      No because in eastern medicine the sympton is cancer and the cause is misaligned chi and the cure is ground up slug hooves and the result is death.


      Word?

    3. Re:Zegnar by unixbugs · · Score: 2, Insightful

      Word...

      I still think its a step in the right direction though. It will keep users on their toes a little more, rather than hand feeding them the ease of operation that rots the brain. It puts responsibility where it should be, on the users, to keep their own(3d) machine from killing everyone elses.

      "Armies of worm-ridden broadband-connected windows boxes", as one of the funniest posts I've ever read put it, are out there and are part of a problem so large the underlying cause is hard to see even though its right under our noses: laziness.

      But if you want to get down to it, aside from CERT, there should be some kind of big ass computer out there that catches a worm propagating and automatically starts trying to find the source. Would be a nice project to contribute my time and free code to.

      --
      You are about to give someone a piece of your mind, something which you can ill afford...
    4. Re:Zegnar by angryLNX · · Score: 1

      On the other hand, would these same ISPs no longer be bombarded with users who think that they are the people who can help them fix the worm they got? I'd venture to say there would be more of those users than there would of angry users because of the worm blocking method.

    5. Re:Zegnar by mattyrobinson69 · · Score: 4, Interesting

      when freeserve depreciated one of their dial-up numbers, all attempts to access port 80 were forwarded to their http server on a page which explained how to change the number, and what to. - they blocked all other connections i think.

      pain in the arse, but it could be useful if the same kind of thing was implemented if you were showing characteristics of running a worm, to redirect you to their free online virus scanner (or somebody elses). that way, you cant infect anybody else, but you can still use the online vius scanner to remove virus's (using an OCX).

      this will carry on working, while nearly all worms are for windows. i imagine most people with other os's wouldn't get hit, not because of higher security neccessarily, but because they wouldn't spread well in a world where 90%+ boxes are windows, and even then, the less than 10% of boxes isn't one OS - there's mac, linux, free/open/net bsd, solaris, etc.

    6. Re:Zegnar by icedivr · · Score: 3, Interesting

      Perhaps a partial block could be instituted - allow only outbound http to Windows Update.

  3. That's not security, that's stupidity. by LostCluster · · Score: 0

    This will absolutely backfire under attack... during a virus crisis ISP mail servers will instantly get locked out after using their allotted virus attempts. However, a bot-created SMTP server will have a clean record and be allowed to send a few of its attacks through.

    Good messages thrown away, bad messages allowed through... this isn't going to get much done.

    1. Re:That's not security, that's stupidity. by [Lizard] · · Score: 5, Informative

      Ehm, not really, the system also uses a whitelist on which the mailservers of normal ISPs are listed.
      Furthermore a bot-created smtp will trigger the protection quick enough so it won't be able to send much. Personally I doubt it will backfire, but maybe there's some place for improvements, time will tell.

      (When I have some free time I'll try to translate the article in readable english :)

    2. Re:That's not security, that's stupidity. by Anonymous Coward · · Score: 0

      Not reading the article is normal for Slashdot users but the original submitter clearly stated that known mailservers of the providers are white listed.

      See http://virbl.bit.nl/ for more details.

      And this Graph for the amount of virusses sent per (dutch) provider that were blocked using this system.

      Alex

    3. Re:That's not security, that's stupidity. by justsomebody · · Score: 1

      Even Spamm RBL looks good on paper. Works the same as this one and it backfires.

      E-mail servers are trying to use SPF now (RBLs have been proclaimed as "TOO MANY FALSE POSITIVES, AND TOO LITTLE TRUE NEGATIVES"), which in fact is solution from the other side (in my opinion even worster, because it demands to many admin control for SPF to work as it should)

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
    4. Re:That's not security, that's stupidity. by RVley · · Score: 1

      I think most of the hosts in this list are actually end customer IPs (DLS/Cable). They block the machines that are worm infected with the kind of worm that has it's own SMTP engine.

      Whenever their mailservers scan a virus/worm, a script scans the mailheaders to see where it originated, and that ip is blocked. The ISP blocking problem is solved by putting ISPs on a whitelist.

      Under attack it depends if the worm has it's own SMTP engine. Most new ones have, I guess. If it would be sent through an ISP MTA which doesn't scan outgoing mail, then it would be on the list in no time. So the system will work if ISPs scan outbound mail. Then worms which do SMTP from the infected machine will be blocked by this list and the rest of the worms will be stopped at ISPs before getting anywhere.

      Definately a step in the right direction!

      --
      --- Woohooo!
  4. a new denial of service attack by pedantic+bore · · Score: 4, Interesting
    Now all you need to do is trick someone into sending you something that resembles a worm... (all it will take for some trickster to add a rule the worm signature files that says that all messages that contain
    ^Dear
    ).

    It seems like a good idea, but it seems like the threshold is too low and there ought to be a human in the loop (i.e., if the system suddenly decides to block half the IP numbers in the universe, a human should have to OK it).

    Unfortunately I don't read Dutch; maybe they've thought of this already.

    --
    Am I part of the core demographic for Swedish Fish?
    1. Re:a new denial of service attack by LostCluster · · Score: 1, Insightful

      How's this for a DOS...

      Attacker signs up for an account with Foo ISP, and then intentionally sends five virus-attachment e-mails to Bar.com. Foo's e-mail servers are suddenly blocked from communicating with Bar.com... and any legit business can't be transacted by e-mail.

    2. Re:a new denial of service attack by pedantic+bore · · Score: 5, Insightful

      It does say that they "exlude known large email servers" so presumably it would be hard to take out an ISP. But it sounds like you could DHCP-hop your way through a an address bank and make things pretty miserable for someone.

      --
      Am I part of the core demographic for Swedish Fish?
    3. Re:a new denial of service attack by Dark+Lord+Seth · · Score: 1

      It doesn't look like it. And yes, I can read dutch. So this system, in theory, would be vulnerable to what you just described.

      Then again, the ISP implementing this ( BIT ) is run by some very capable people. Adn even if they still manage to screw up, I could walk over there ( Considering BIT is in the same town as I am ) and throw a fit at them in person. Surely to be more effective then emailing and allot more fun, too...

    4. Re:a new denial of service attack by halaloszto · · Score: 2, Insightful
      "exlude known large email servers"
      And what about small, relatively unknows isps? They will suffer for sure.

      If this could be done, then all you would have to do against spam AND worms would be to use that great whitelist, and accept mail only from those "exlude known large email servers". v

    5. Re:a new denial of service attack by AndroidCat · · Score: 3, Insightful

      No, just the people trying to send mail directly from DHCP addresses, which are frequently blocked anyway. Hopefully this would put more pressure on ISPs to find and disconnect their infected customer before they poison more addresses for a day or two.

      --
      One line blog. I hear that they're called Twitters now.
    6. Re:a new denial of service attack by AcidPhish · · Score: 2, Funny
      a human should have to OK it

      The amount of stupid people outnumber the amount of any sensible life form. Therefore it will be impossible for people to protect themselves against people by the utilisation of people.

      Maybe if you get an army of well trained monkeys and begin breeding them, we'll have a chance. However, that also raises the question whether the people capable to train monkeys and their trained monkey throughput can compare with the amout of new worms and fake addresses.

      --
      Beta Sucks
    7. Re:a new denial of service attack by yuri+benjamin · · Score: 1
      It doesn't look like it. And yes, I can read dutch.

      Does this answer your question? (Quoting the article:)


      De ip-adressen van de mailservers van bekende providers worden overigens niet in de database gezet.
      --
      You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.
  5. Dutch DOS by Anonymous Coward · · Score: 1, Insightful

    I making this up completely, but will this lead to denial of service attacks using ip spoofing techniques?

    1. Re:Dutch DOS by AndroidCat · · Score: 5, Insightful

      If you can IP spoof with a TCP/IP connection, you could do a lot more damage than a DoS attack.

      --
      One line blog. I hear that they're called Twitters now.
    2. Re:Dutch DOS by Guus.der.Kinderen · · Score: 1

      That project has a public page of infested computers. Is every ISP that has clients listed actually blocking them? If not: isn't this a freeheaven for all kiddies that are looking for computers to expand their botnets?

    3. Re:Dutch DOS by cowbud · · Score: 1

      The question is what does this system define as a worm. SQL Slammer was considered a worm and it sent UDP traffic, which is spoofable.

    4. Re:Dutch DOS by AndroidCat · · Score: 1

      This seems to be attached to their virus scanner software. If it detects a virus in email, it creates a record for that IP address. Once the number detected passes the threshold, it gets added to the blocking zone--which then reduces the amount of email their servers and virus scanners have to handle.

      --
      One line blog. I hear that they're called Twitters now.
    5. Re:Dutch DOS by Anonymous Coward · · Score: 0

      I wonder how many ISPs let people spoof, think most of them here block it...

  6. Re:Not gonna work! by RidiculousPie · · Score: 3, Informative

    Did you even think about reading the article?

    The program provides a list of ip addresses to block email from. It doesn't only target dutch isp customers email, it allows email from known virus offenders to be blocked.

    Also in the faq for the program, a dutch ISP can apply to be whitelisted.

    So how does this constitute locking down their customers?

    In addition, do ISPs want virus spreading customers?

    --
    ah, mod points ... now where is my crack?
  7. Frea Speach! by AndroidCat · · Score: 5, Insightful

    The same people who complain when their ISP is blocked for sending spam will (no doubt) complain that this blocks their constitutional right to run an infested box on the Internet--complete with examples of how innocent people will be hurt by this. (Hmm, how about DHCP dynamic addresses?)

    --
    One line blog. I hear that they're called Twitters now.
    1. Re:Frea Speach! by Anonymous Coward · · Score: 0

      If you fly into a country carrying symptoms of a contagious virus, they put you into quarantine. This severely limits your right to move around freely. You may not even have the virus, just carry similar symptoms. The quarantined may complain, but in the end we all understand that it's for the good of all.

      IMHO, computer users (and especially computer geeks) have become a bunch of lazy whiny pussies. Learn to use the damn thing properly, and if your services get affected by temporary defensive measures, suck it up, even if you've done nothing wrong. You're not going to die without internet access!

    2. Re:Frea Speach! by AndroidCat · · Score: 2, Insightful

      I doubt such a right exists anywhere, but some spammers seem to feel they have such a right and that no one has the right to block them. No doubt they also feel that everyone must keep their mail servers on 24/7 to receive their turds.

      --
      One line blog. I hear that they're called Twitters now.
    3. Re:Frea Speach! by Anonymous Coward · · Score: 0

      The same people who complain when their ISP is blocked for sending spam will (no doubt) complain that this blocks their constitutional right to run an infested box on the Internet--complete with examples of how innocent people will be hurt by this. (Hmm, how about DHCP dynamic addresses?)

      Insightful?! There's no original thought at all here, just some whiny insults.

      The person who pointed out that this new technique could be abused to DoS a server was insightful (and answered this guy's challenge too!) It's hardly a constitutional issue (of course that was just a brain-dead insult, irregardless of what the moderators think), but does it make sense to block someone's access to every server which uses this new technique just because, say, their DHCP IP address just got renewed and they got a bad one?

      Here's a general rule: IP address-based filtering doesn't work because IP addresses can change, especially for home-user PCs (the ones which seem to be most often infected by worms). ISP's mail servers have much more stable IPs, so blacklisting them might work. But as for blocking worms, this technique won't work so well. (Think "thousands of support calls about why some user can't access this-or-that website")

    4. Re:Frea Speach! by AndroidCat · · Score: 0, Flamebait

      Ha ha. A whiny anonymous coward that never read the project description or he'd know that it doesn't block web access. (Or my other replies of why a DoS would be unlikely.)

      --
      One line blog. I hear that they're called Twitters now.
    5. Re:Frea Speach! by WindBourne · · Score: 1

      In fact, until we start holding ALL the servers responsible, this will continue. That also means that the large servers should be blocked if they exceed a certain threshold.

      If MSN is not doing a good enough job on blocking worms/virus, then they should be blocked. They will change messages quickly.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    6. Re:Frea Speach! by CptWheel · · Score: 1

      > that this blocks their constitutional right to run an infested box on the Internet

      it is my constitutional right to block him, isn't it?

  8. This is a sensible thing to do but.... by Sox2 · · Score: 5, Insightful

    how do users then download the patches to deal with the infection? Not everyone on the internet is computer literate; will the ISPs provide some help to these people?

    1. Re:This is a sensible thing to do but.... by AndroidCat · · Score: 3, Insightful

      This project only blocks incoming email from infected IP addresses. It doesn't block outgoing web access, so MS Update should still run. This is limited because it won't stop true worms that don't use email to spread, but it will reduce the load on email virus scanners: Rather than checking each email, they can do a quick lookup on the IP address after it's detected as a virus source.

      --
      One line blog. I hear that they're called Twitters now.
    2. Re:This is a sensible thing to do but.... by Anonymous Coward · · Score: 0

      I work for an ISP helpdesk. And we actually do shut people down who are infected with a virus or worm. They do get a credit for the time they are out but it's their computer so their responsibility to get the patches and fixes/removal tools. Our stance is you can 1. Format and re-install then we'll turn you on as long as you update your box and put on some antivirus package (we recomend a firewall too). 2. Take it in and have it fixed by a professional 3.Download any patches or fixes on someone elses computer and copy them to a CD and bring them back to your machine.

      Bottom line is you don't have a constitutional right to run an infested box ...well you would if you had a way to prevent ANYTHING from moving out onto the network thats owned by your isp. Read your liscence agreement folks. It's considered abuse of the service in most of them and you agreed to it.

  9. I Keep Telling You by NoNine · · Score: 0

    Server based computing is the only way to prevent this crap the way the "internet" is now designed.

    1. Re:I Keep Telling You by Anonymous Coward · · Score: 0

      Server based computing also destroys the whole distributed nature of the internet which gives it it's robustness.

    2. Re:I Keep Telling You by Anonymous Coward · · Score: 0

      And we keep telling you that you're wrong, but do you ever listen? Nooooo!

  10. We already had this in the NL by Anonymous Coward · · Score: 3, Funny

    We already have a system based on killing your internet access whenever you do something stupid. We call it "Chello" and being subscribed to it is considered very stupid/ A viscious, though effective, circle.

    I don't hate my ISP. Not at all. I love my cable internet with upload speeds that would make an ISDN user laugh...

  11. We use a similar concept @ work by jsav40 · · Score: 5, Informative

    Infected machines are locked out of the network entirely. Getting the machines reconnected is a fairly lengthy process and users have become *much* more interested in allowing field techs to patch machines since the lockdown process was initiated. We push patches out remotely so only 5% or so of the machines ever need to be manually patched. We also scan our subnet daily for vulnerable machines and proactively patch any machines that turn up that way. Personal laptops were a problem (briefly) but after an incident at another location where the offfending user was terminated folks have gotten the message that it is not OK to attach non company owned computers to the network.

    1. Re:We use a similar concept @ work by BigHungryJoe · · Score: 2, Insightful

      Are you serious? The guy was fired just for letting a foreign laptop connect to your network? Seems a bit extreme.

    2. Re:We use a similar concept @ work by jsav40 · · Score: 2, Interesting

      the individual was fired for connecting an infected foreign laptop to the network.

    3. Re:We use a similar concept @ work by Tripster · · Score: 2, Interesting

      I don't find it all that harsh really, if people are expected to work with a computer every day then people should be expected to be able to do so virus free. If the person is so freaking stupid to get infected in the first place then termination is likely a good way to show the rest of the staff that knowing how to properly use a computer will keep them their jobs.

      Staying virus free isn't tough, even without a virus scanner on the system it is easy, but first you must have some common sense when it comes to using the system. (proper patching, no preview pane in OE, don't click unknown attachments, etc.)

      Oh, and my wife is proof positive it isn't tough to NOT get infected .. 3 years on her own Win98 box and zero infections with no anti-virus suite running on the machine at all.

    4. Re:We use a similar concept @ work by kryptkpr · · Score: 4, Insightful

      zero infections with no anti-virus suite running on the machine at all.

      And how exactly do you know there have been zero infections.. without a virus scanner? Or is the machine not connected to the 'net?

      --
      DJ kRYPT's Free MP3s!
    5. Re:We use a similar concept @ work by Anonymous Coward · · Score: 0

      "and zero infections with no anti-virus suite running on the machine at all."

      More likely the machine _is_ infected and you're taking the ignorance is bliss method by not installing anti-virus and anti-spyware software.

    6. Re:We use a similar concept @ work by dmaxwell · · Score: 2, Interesting

      Oh, and my wife is proof positive it isn't tough to NOT get infected .. 3 years on her own Win98 box and zero infections with no anti-virus suite running on the machine at all.

      Then how do you know there are no viruses on the machine? Malware doesn't have to be obvious when it's running.

    7. Re:We use a similar concept @ work by djsmiley · · Score: 1

      no antivirus running..

      HOW You know shes not infected ^_^

      --
      - http://www.milkme.co.uk
    8. Re:We use a similar concept @ work by Cruciform · · Score: 1

      He said no suite running on the machine.

      That doesn't mean they couldn't use web based scanning like Trend Micro and Panda Softwares online scanners.

    9. Re:We use a similar concept @ work by Anonymous Coward · · Score: 0

      We occasionally (~ once a year) take a snapshot of each PC's hard drive and run a scanner like F-PROT against that snapshot on a non-network-connected machine. The snapshot and the scan are done from a booted-direct-from-CD OS like Slackware. The scans have never turned up any kind of malware in the last ten years.

      So yes, we manage to keep a secure, uninfected network without running any special "antivirus" protection, and we can prove it.

      (I Am Not The Original Poster.)

    10. Re:We use a similar concept @ work by Anonymous Coward · · Score: 0

      Oh, and my wife is proof positive it isn't tough to NOT get infected .. 3 years on her own Win98 box and zero infections with no anti-virus suite running on the machine at all.

      This is one of the most stupid comments I have read on Slashdot in awhile.. one has to wonder how it got modded up in the first place.

    11. Re:We use a similar concept @ work by Tripster · · Score: 2, Informative

      It's quite easy to know it is uninfected, as others have pointed out there are suites that can be run online plus having a suite installed but not running is another option.

      But, I know what is running on the machine as well, I know it is stable and I know there isn't some background task eating up the resources, I reboot her machine for her maybe once a month and it sits running 24/7.

      Now to be clear, her computer sits on a NAT network so it is not publically accessable, but hey, when I sell someone a computer these days I sell them a cable/dsl router to go with it if they want to be on broadband, so this type of protection is step one and very easy/cheap to implement.

      Next her email is scanned for viruses, so it is a little tougher to get any viruses to her that way. She also has the preview pane off and keeps OE up to date with Windows update.

      But, back to the original post here, if I had those protections in place at my office (and I would) I would then be quite hard on any employee who ends up infected by something anyway. I refuse to run an always active AV scanner on my computers because they cause too many headaches and use up too much resources I'd much rather let the intended apps have.

      Contrary to popular belief you do no need full time AV suites running on all your PCs to keep virus free, it takes some common sense, keeping your system up to date, etc. I expect anyone who uses a computer as a main part of their employment to have the common sense required to not get infected with viruses.

      Sorry guys, but the users DO need to take some responsibility and it doesn't take a rocket scientist to teach them some either, my in-laws were infected once, only once :)

    12. Re:We use a similar concept @ work by kryptkpr · · Score: 1

      Contrary to popular belief you do no need full time AV suites running on all your PCs to keep virus free, it takes some common sense, keeping your system up to date, etc.

      That's like saying you don't need to wear a condom to keep yourself STD-free, all it takes is "some common sense" about whom you sleep with, keeping yourself innoculated, etc.

      I've run a full-time AV suite for years, and 99.9% of the time it sits there eating my resources .. but it's that last 0.1%, when the big red dialog comes up out of nowhere informing you that you would have just gotten pwned without a resident scanner, that keeps it on my system. The only computer that doesn't need a resident virus scanner is one that isn't online.

      --
      DJ kRYPT's Free MP3s!
    13. Re:We use a similar concept @ work by Anonymous Coward · · Score: 0

      Then how do you know there are no viruses on the machine? Malware doesn't have to be obvious when it's running.

      I ran my laptop (main computer) without an antivirus for a couple years. Every so often I'd virus-scan it over the network when I took it into the lab. It never found any. Finally installed an antivirus when the university provided it for free. It has never been triggered. Later installed Adaware and all it found was cookies and such.

      What did I do? The simple, common sense stuff. Don't open any attachment, don't download random programs (no warez), say no to any IE install popups. That sort of things.

      I was (and still am) running as an administrator. Windows 2000. Nowadays I have to keep up with patches, but that's easy.

      I'm not suggesting random users should do this, but it's amazing how rare viruses are if you use your common sense.

      I do miss out on all the word-attachment chain letters. boo-hoo.
      Oh, and still have an old version of flash. I'm not going to bother upgrading so people can show me newer ads.

    14. Re:We use a similar concept @ work by Anonymous Coward · · Score: 0

      Obviously you've never seen Independence Day.

    15. Re:We use a similar concept @ work by Tripster · · Score: 1

      I tried a resident scanner for a while (McAfee), but that version kept nuking entire inboxes in OE, I lost over a year worth of mail thanks to that POS scanner.

      Considering I have never had a virus infection caused data loss I was a tad bit peeved to have the freaking solution to viruses delete the data instead.

      Like I said, no virus infections here and no resident scanner running, and this from a guy who has been using online services since 1988 or so.

      So just what has convinced you that you need that full time resident scanner running? Do you visit unsafe websites all day or something? I've seen a few people now who swear up and down that I need a AV scanner or my computer will explode, but after years of the same usage patterns I've never been infected.

      As for you sex analogy, yes I do believe some common sense helps there too, then again I'm married and don't need condoms anyway :)

    16. Re:We use a similar concept @ work by kryptkpr · · Score: 1

      So just what has convinced you that you need that full time resident scanner running? Do you visit unsafe websites all day or something?

      I have lots of friends, that send me all kinds of links over IM.. the sites that host the videos/flash animations/etc are generally hosting much more then that. Not only am I running a resident AV scanner (I run Norton, but AVG is good too, stay away from McCrappy), I've switched to FireFox (IE kept "growing" new search toolbars, it was getting to be a hassle) and I'm running a resident Spyware blocker too (Spybot S&D v1.3rc4), in case anything decides it wants to mess with my registry without my permission.

      If I stuck to only "safe" sites, then I would agree that a scanner is not as necessary.. but even "safe" sites have had malicious things popup on me sometimes.. probably from their JavaScript-run advertisements.

      Most viruses/worms will indeed not touch your data and are usually easily cleanable, but I have seen some really nasty "combinations" when a virus infected a worm's executable that had previously been infected by a different virus (this is on a system that hadn't had AV for the 2 years the woman owned it).

      It had gotten so bad that you couldn't even close the popups anymore (virus infected BHOs prevented IE windows from ever closing once opened), and running a scan revealed over 2,000 executables on her system to be infected with two PE-infecting viruses the name of which I forget. She had been using a pirated key'd copy of XP, so not even SP1 was installed. She was infected by Sasser, Netsky and god only knows what else. To top it off, she had installed *3* different versions of the CoolWWWSearch spyware-bar... all competing against one another.

      Out of pity, I only ended up charging her $100 (CDN) for a 5 hour clean-up and upgrade job (including changing her XP key to something non-pirated, applying a truckload of patches, and installing resident scanners).

      --
      DJ kRYPT's Free MP3s!
  12. Reduces the value of spam spewing owned boxen by G4from128k · · Score: 3, Insightful

    Technology such as this reduces the value of virus-created owned boxes. The creators of viruses that want to create spam-spewing machines would find their spam spewer useless. During the infection phase, the virus-spreading emails would get the infected box tagged and blocked. During the usage phase, the virus-creator/spam sender would find that the owned box is useless because all the messages get blocked.

    This tech does not preclude malaciously-motivated viruses, but it does reduce the profit potential of creating spam networks.

    --
    Two wrongs don't make a right, but three lefts do.
  13. Re:Not gonna work! by justsomebody · · Score: 1

    Yeah, I did. RBLs for known virus offenders.

    But the story will be the same as RBL lists for e-mail servers.

    Also in the faq for the program, a dutch ISP can apply to be whitelisted.

    What about people???

    So how does this constitute locking down their customers?

    So, do you really know who sent you virus??? Then, you are the only one on this world.

    RBLs don't work (at least without constant help of admin). Reason? Some admins are incompetent and they allow spam without knowing. Company gets reported and blocked. But there are other people that do depend on communication with *Spammer-Company* and would allow their mail servers to process their messages. Even I had to whitelist such companies for at least 10 times.

    In addition, do ISPs want virus spreading customers?

    In addition, does customer wants ISP that's blocking him to get to the net? NO!

    Imagine a little bit that you own a company and you depend on e-mail. Does this company want such ISP??? NO! I just imagine you running to the neighboor to send urgent mail, because you had worm and now you're blocked.

    --
    Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  14. IP Spoofing by b0lt · · Score: 1, Interesting

    If you IP spoof and send a virus to one of the servers using this technology, you could pretty much get every IP in the world blocked. That is a very Bad Thing (TM)

    --
    got sig?
    1. Re:IP Spoofing by slash-tard · · Score: 2, Informative

      That wont work. When a DOS (or whatever) spoofs an address they send to the destination with a forged source. When the destination replies to the forged source they dont get an answer, but they do waste bandwidth and computing time.

      The blocking is based on actually sending emails through this server which will require a complete TCP handshake.

    2. Re:IP Spoofing by b0lt · · Score: 1

      Yes, I am aware of that, but what if the spoofer tries to send MSBlaster or another virus? That would trigger the blocking (if it watched for that) wouldn't it?

      --
      got sig?
    3. Re:IP Spoofing by AndroidCat · · Score: 2, Informative

      MSBlaster was a direct worm that didn't go through email. This blocks email over a SMTP TCP/IP connection. If you could easily spoof the source of that connection, a paper on how you did it would earn you a footnote in Internet history.

      --
      One line blog. I hear that they're called Twitters now.
    4. Re:IP Spoofing by AndroidCat · · Score: 2, Informative
      I'll add a bit more detail to explain.

      With DoS attacks, you don't need to have a conversation/connection with the other end, you just drown the other end in packets. But to get a TCP connection, both sides have to exchange packets with a hard-to-spoof sequence number. If you spoof the IP address, you won't get the respose to your initial request because it was routed to the IP address that was spoofed. (I'll skip request and reflection attacks here.)

      So, without establishing a two-way TCP connection, there's no way to pass the virus as part of an email.

      --
      One line blog. I hear that they're called Twitters now.
  15. Spamhaus by AndyFewt · · Score: 5, Insightful

    Didn't Spamhaus recently launch the pretty much the same service called the XBL?

    "The Spamhaus Exploits Block List (XBL) is a realtime database of IP addresses of illegal 3rd party exploits, including open proxies (HTTP, socks, AnalogX, wingate, etc), worms/viruses with built-in spam engines, and other types of trojan-horse exploits." -- http://www.spamhaus.org/xbl/index.lasso

    The only thing I thought was weird about the Dutch system was: "An IP address gets listed after receiving at least 2 viruses".. I think that may be a typo as the system scans some email and grabs the ip from the headers if a virus/worm/trojan is found. But if it's not a typo, any email address that receives 2 viruses it gets listed (regardless of infection) is a pretty sucky system.

    1. Re:Spamhaus by vladj · · Score: 2, Informative

      Obviously, that's after receiving at least 2 viruses from that IP address.

    2. Re:Spamhaus by pe1chl · · Score: 1

      Yes, I think the XBL is essentially the same thing.

      There is one minor difference: the XBL seems to be targeting systems that relay spam mail, while the VIRBL targets systems that are actively spreading a mail virus/worm.

      Because most of these viruses are spread with the goal of opening the victim systems as a spam relay, there will be many duplicates between those lists.

  16. Translation for non-Dutchies by mrjb · · Score: 4, Informative

    Chello en Tiscali top-spreaders of viruses
    A database with infected pc's is the foundation of an ambitions project that should reduce the flood of virus emails
    A number of Dutch providers is currently testing a worm blocker based on an extensive database of infected pc's. This file has been kept up-to-date since 2 weeks ago by BIT, a provider for businesses. In this database, amongst other things, is visible from which IP address which virus is being spread.

    Other providers can use this database to inform their own customers that their computer is infected and bothering other people, explains Alex Bik of BIT. Self-propagating viruses (worms) are causing more and more trouble, both to private users and providers.

    BIT itself has been using the automatic blacklist-system since last week, to protect their customers against the ever growing stream of virus mails. By now, a large number of Dutch [internet] providers, including XS4ALL, Zonnet and IS Internet Services, also have access to the data.

    Port 25

    In its database, BIT keeps track from which IP addresses virus mails are sent. This sending [of emails] often takes place directly via port 25 from infected computers. As soon as more than 2 infected emails arrive at BIT within 25 hours, the IP address is blacklisted for 24 hours. However, the ip-addresses of mail servers of known providers are not added to the database.

    Chello tops the list

    The list shows that other providers, too, can benefit from the blacklist. Customers of Chello, Tiscali and @home top the list of major virus spreaders (over 1000 virus emails). The topper is an ip-address at Tiscali, from which as much as 12000 sober G-mails have been sent.

    In total, Chello leads with over 27000 sent virus mails with the 25 main 'spreaders', followed by Tiscali (almost 23000), @home (almost 20000), Wanadoo (over 14000), HCCnet (almost 13000) and Planet [internet] (almost 12000).

    --
    Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
    1. Re:Translation for non-Dutchies by mrjb · · Score: 1

      My first +5 :D :D :P :P *bounces around happily*

      --
      Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
  17. Quick Translation of the article by Anonymous Coward · · Score: 1, Informative

    A number of Dutch ISPs are currently testing a worm-blocker based on
    a extensive database with infected pc's. This database is currently
    being managed by BIT ISP. This databases contains ip-numbers of the
    pc's that are infected and spreading viruses.

    Other providers can use the database for their own customers to warn
    them that their pc is infected. BIT uses the database for automatic
    blacklisting and firewalling to protect their customers. It records from
    which pc's viruses are send (which usually occur by e-mail spreading).

    When at least 2 mails have been tagged as a virus the ip is blacklisted
    for 24 hours. The call this service: VIRBL.

  18. Tech support by Fullmetal+Edward · · Score: 3, Insightful

    "I can't send a file to my friend or even get to some website, whats wrong with my PC?"

    "You been virusing people, sending spam and being a git."

    "No I haven't..."

    I don't want to be that tech support guy because this is will happen and often.

    --
    --- [Insert intresting Sig here]
    1. Re:Tech support by AndroidCat · · Score: 1

      It doesn't block web access. Direct email to servers using this system will return "550 You're a virus infected git!" (probably in Dutch). Email to anyone else or through the ISP's servers will be as usual.

      --
      One line blog. I hear that they're called Twitters now.
    2. Re:Tech support by Anonymous Coward · · Score: 0

      I don't want to be that tech support guy because this is will happen and often.

      Then maybe its time for you to find another profession.

  19. Re:bundling "there" forces ? by Anonymous Coward · · Score: 0

    Uh, the guy is dutch. Make sure you are a perfect dutch speaker before calling him a pissant. Thaaank you.

  20. other alternatives to stopping worms by angryLNX · · Score: 3, Interesting

    I have been doing a high school science research class project on stopping the spreading of internet-borne worms though analysis of epidemic models and such. I have come across many different methods for stopping the distribution of vulnerability-based worms, so I'll share here (in order from most innovative to most obvious): First, a very ingenious method coming from Dartmouth's Institute for Security Technology Studies. They propose a method called monitoring the internet for plumes of ICMP unreachable messages. Software is installed on routers which records the ICMP unreachable messages being sent and sends data every once in a while to a central server which analyzes the data and sees which things are probably random-scanning worms. This is probably the best idea I've seen yet, but most likely the hardest to implement (as router software is usually tried to keep air-tight). The bad ports and such would then be filtered or turned off as appropriate. A second method which may have been talked about on here or not is "good" worms. Worms which sit around and listen for worm data would then send a copy of itself from the computer which was scanning them, therefore fixing another hole and having that computer be another "good" computer. The bad thing with this is that it will only really work when the worm is at its peak, when damage has already been done. It would be useful for cleanup, but of course there are issues with privacy and control would be rampant. Another "solution" is getting users to install firewalls and anti-virus software but thats a more obvious and hard to implement solution. I am modeling all of these possibilities using a mathematical model for epidemics, and seeing where which one would theoretically be most useful and such, and I'll take a look at the method used in the article.

  21. Worms or pretend-worms? by t_allardyce · · Score: 1

    Im confused (didnt RTFA) are they blocking real worms or VB-script outlook worms? because calling a VB-script outlook worm a worm is like calling a kid with a water-gun a crazed psychopathic killer. Microsoft could have solved every single VB-script 'worm' with about 4 lines of code.

    --
    This comment does not represent the views or opinions of the user.
  22. dynamic IP addresses by curator_thew · · Score: 3, Insightful


    Sorry to hear if you're on a dynamic IP address: be prepared for intermittent connectivity to peers in said networks running this technology.

    I don't think this is a good solution, anyway. The better solution is for ISP's to use SNORT or something else to real-time detect _outgoing_ viruses and worms from their own customers, and in response, send email to the customer warning them.

    This has a number of benefits: i.e. it actively works towards the source of the problem, not just "blocking" the problem out.

    1. Re:dynamic IP addresses by Turing+Machine · · Score: 1

      Hmm.... sounds interesting, but that would only work if the user was actually reading mail from the ISP.

      I don't use my ISP email account because I prefer having control of my own mail. Also, all I get on that account is spam (mostly from the ISP itself... no, I *don't* want "Yahoo DSL", thanks :-)).

      The users who are most likely to be infected, on the other hand, are also likely to be the ones using Hotmail or something like that.

    2. Re:dynamic IP addresses by Anonymous Coward · · Score: 0

      Of course your ISP doesn't have a clue who's who...so many wires going to all kinds of places!

      (Or maybe they aren't retarded, and update the list. "1.2.3.4 is a new user, stop blocking")

    3. Re:dynamic IP addresses by bigsteve@dstc · · Score: 1
      I don't think this is a good solution, anyway. The better solution is for ISP's to use SNORT or something else to real-time detect _outgoing_ viruses and worms from their own customers, and in response, send email to the customer warning them.

      Your "solution" assumes that all ISPs and everyone else with direct connections will do this checking. Fat chance. The only way that would happen would be if there was a large penalty for any ISP (or whoever) who allowed worms or viruses to spread out of their networks.

      This doesn't need to be a legislative penalty. If an ISP gets listed in a 'virus-infested' black list it should cause them to take the problem more seriously.

  23. Collaboration with DShield/ISC? by Anonymous Coward · · Score: 0

    I wonder if they exchange data with
    DShield.org or the Internet Storm Center (isc.sans.org). These two sites are my primary sources for information like that, and of course serve as "sinks" for all my firewall logs.

  24. Uhh, you mean like the old AOL and CompuServe... by Anonymous Coward · · Score: 0

    ...the way they used to be architected before the popularity of the Internet came along?

  25. Wait, why not email servers? by grasshoppa · · Score: 1

    naturally excluding known large email servers

    Why are they excluded? If the admins can't do their god damned jobs and run a secured email server, why should they be coddled?

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
    1. Re:Wait, why not email servers? by TheLink · · Score: 1

      One rule for the big guys and one rule for the little guys :).

      --
    2. Re:Wait, why not email servers? by BillX · · Score: 1

      Because it would not make sense to reject mail from every customer of a given ISP just because one of their users is wormed. Otherwise, every mail.ISP.com server would be immediately blocked for sourcing more than 2 viruses in 25 hours, since few ISPs will have a 0% infected customer base.

      --
      Caveat Emptor is not a business model.
    3. Re:Wait, why not email servers? by WindBourne · · Score: 1

      While 2 in 25 hours is silly for an ISP, 100 in an hour would make good sense to shut them down for 24 hours.

      --
      I prefer the "u" in honour as it seems to be missing these days.
  26. Worm blocking by IP address by jefp · · Score: 2, Informative

    I've been doing this for a few weeks now and it works great. I run clamav to initially recognize the worms. I keep the blockage for a week, though, not 24 hours, and I block for just one worm, not two. This may explain why my numbers come out better than these virbl folks - before IP blacklisting, worms were using up almost half my 1.5 Mbps incoming bandwidth; now it's down to around 15%.

    1. Re:Worm blocking by IP address by edudspg · · Score: 2, Interesting

      I just started doing something like this too. I 'tail -f' the maillog
      and have a simple perl script add any spammer / viral site into a pf
      (packet filter) table to block at the packet level. The maillog
      entries I look for are any rejections that look fishy (eg. mail to
      non-existent accounts, mail with MS attachments, mail from hosts with
      hostnames that contain ".dsl."/".cable.".

      In 7 days of operation I have accumulated ~20,000 machines that needed
      blocking and my spam-attempts have dropped from 7,000 per day to 1,400
      per month. In a few more days hopefully the figures will be even
      lower. These spammers were certainly chewing up a large amount of my
      bandwidth. (And this is only a two-person home system!)

  27. Email Privacy NOT by sciop101 · · Score: 0, Flamebait

    This will scan all email for viruses AND everything else.

    --
    The only thing new in this world is the history that you don't know.[Harry Truman]
  28. Grammar and Spell Check Please by Anonymous Coward · · Score: 0

    ...a number of dutch ISPs are bundling there forces to fight the spread of worms.

    Please, editors, screen the articles for these kinds of annoying and sophmoric errors. ...a number of Dutch ISPs are bundling their forces to fight the spread of worms.

    1. Re:Grammar and Spell Check Please by methano · · Score: 1

      Thank you! I'm 50 years old and I don't remember ever seeing such a complete breakdown in the populations inability to distunguish their, there and they're as I've seen in the last few years. Is it because we're being exposed to so many more (untrained) writers than we were a few years ago? Or, are we being exposed to so much more unedited writing. It's driving me crazy. Please stop.

    2. Re:Grammar and Spell Check Please by Anonymous Coward · · Score: 0

      My theory is that it is influenced by the speed at which most people type. On top of that throw some muscle memory into the mix. I often find my hands typing words not even close to what I intended.

    3. Re:Grammar and Spell Check Please by Anonymous Coward · · Score: 0

      You are pretty stupid if you think that all posters are native to English. I would actually think that most of us (yes me too) are not. So you should actually be thankful that we even try to make us understandable for you. How many languages, beside English, do you speak/write natively? Do you consider this forum as a native English only forum? And you always have the people with dyslexia and other writing dysfunctions. Are they not allowed in? Get a life man.

    4. Re:Grammar and Spell Check Please by whitis · · Score: 1

      The latest Dilbert cartoon is highly germane to this issue.
      http://www.dilbert.com/comics/dilbert/archive/imag es/dilbert2004060174316.jpg

      Or perhaps you should read any of a number of netiquette documents:

      Spelling Flames Considered Harmful.

      Every few months a plague descends on Usenet called the spelling flame. It starts out when someone posts an article correcting the spelling or grammar in some article. The immediate result seems to be for everyone on the net to turn into a 6th grade English teacher and pick apart each other's postings for a few weeks. This is not productive and tends to cause people who used to be friends to get angry with each other.

      It is important to remember that we all make mistakes, and that there are many users on the net who use English as a second language. There are also a number of people who suffer from dyslexia and who have difficulty noticing their spelling mistakes. If you feel that you must make a comment on the quality of a posting, please do so by mail, not on the network.

      If this really bothers you, maybe you should contribute a patch to slashdot for integrating aspell rather than wasting everyones time reading spelling flames? Or perhaps you I seriously doubt even a single reader had

      Or maybe someone else should add a bayesian filter to recognize spelling flames and cause those posts to require manual moderation.

      While it would be nice to see slashdot stories receive more careful attention during editing, I would rather see that directed towards checking the accuracy of submitted stories than spelling. For example, a recent posting sould have said that Microsoft patented launching an application by depressing a PDA button twice in rapid succession than saying they patented the double (mouse) click.

      Disclaimer: the preceeding posting may contain confidential spelling errors. If so you should delete them unread. :-)

  29. If you're interested in this... by gilgongo · · Score: 2, Interesting

    You might also have a look at Spam Cannibal.

    It's in the same sort of area - and interesting proactive approach to spam, and potentially worms as well.

    --
    "And the meaning of words; when they cease to function; when will it start worrying you?"
  30. Babelfish Translation by nfg05 · · Score: 1

    Here's a rather bad (and slightly humorous) babelfish translation of the site, but you can kind of get the gist... sort of...

    A number of Dutch providers has at present tested wormblokker on the basis of a vast database with contaminated pc.s this file for two weeks has been kept up BIT, provider business. In this database is see among others as from which ip-adres which virus is spread.

    Other providers can use this database to inform that their own customers their computer are contaminated and nuisance ensures, thus explains Alex chip of BIT . Themselves spreading viruses (maggots) appear ensure more and more nuisance, both at individuals and at providers.

    BIT itself has had to the automatic blacklist system since last week in use its protect customers against the always larger becoming flow to virus mails. Also a number of other Dutch providers, among which XS4ALL, Zonnet ARE and Interned services, have meanwhile the arrangement concerning the data.

    Port 25 BIT keeps up in its database as from which ip-adressen are virusmailtjes sent. This sends frequently directly place finds by means of poort 25 as from contaminated computers. As soon as there within 24 hours more than two contaminated mailtjes at BIT, ip-adres in the blacklist come in are put for 24 hours. Ip-adressen of the mail servers of well-known providers are not put moreover in the database.

    This system, baptised by the bed cherry VIRBL, after setting-up direct result has had, thus puts chip. The mail servers of BIT have been considerably relieved meanwhile already. Also Internet services IS is enthusiastically and calls the result ' staggeringly '. The provider use the list of BIT to relieve its mail server. Moreover customers are informed if she contaminates prove be.

    Chello to top From the list becomes clear that providers also other can from the blacklist. At the diffusers (more than thousand virusmailtjes) customers of the providers Chello, Tiscali and @Home dominate. By is ip-adres at Tiscali, waarvandaan no less than wide twaalfduizend sober G-mailtjes has been sent.

    In sum the crown (with wide 27,000 sent virusmailtjes at the 25 largest diffusers) stretches Chello, followed by Tiscali (almost 23.000), @Home (almost 20.000), Wanadoo (more than 14.000), HCCnet (almost 13.000) and Planet (almost 12.000).

  31. My ISP's approach... by Cobron · · Score: 2, Interesting

    I got this mail under linux which I was unsure it was legitimate or a virus. Not having ntfs support compiled in I mailed it to myself and rebooted to windows to scan it.
    Retrieving my mail I just got one: My ISP telling me I'm most likely infected and I noticed they blocked my access to their mailserver for about a day (I still was able to use http and such).
    I was quite impressed...

    ps: The ISP is Telenet (Belgium)

    1. Re:My ISP's approach... by Anonymous Coward · · Score: 0

      I work for an ISP that has a similar approach, however they only seem to do it when a large scale virus screws up a mail server or something. The difference in the approach is that they kill the user's access to the internet completely until the user calls in and speaks to the abuse department. The abuse department then tells the user that they have to get their system cleaned before they are allowed to access the internet again. I have no idea how they confirm whether the user has a clean system or not before allowing them access again.

  32. excuse me? by Anonymous Coward · · Score: 0

    bundling "there" forces?

    Here we go again. someone couldn't take thirty seconds to proofread their posting.

  33. worm RBLs by Anonymous Coward · · Score: 0

    There's already a lot of real-time monitoring of Internet attack traffic. How about a system where any IP address that generates Windows Networking traffic on the Internet gets its IP put into a DNS RBL automatically, and you can block based on that?

  34. Re:not going to work by SatanicPuppy · · Score: 2, Interesting

    Okay, so yea, parent is a troll, but he's completely correct. Shutdowns of this sort will cut out the big providers in a matter of minutes after the outbreak of a decent-sized worm. It takes no imagination to picture the response of the consumer who finds out that he can't get mail, or access a website. He's not going to care that it "improves his security/quality of service." All he's going to see is that his provider sucks, because it's not doing what he wants it to.

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
  35. Problems? by gmuslera · · Score: 3, Insightful
    • There are worms that don't have their own smtp engine. Ok, big mail servers are whitelisted, but what about small/medium mail servers? blocking entire mail servers because a single user of it is infected?
    • Modems/Dynamic IPs: an infected user uses an IP, gets blocked, and disconnects/gets another IP. The probably clean user that gets now the old IP gets also blocked. With enough ip rotation and certain percent of infected users you could end blocking entire ISPs (ok, the banning is only for 24 hours, but my ip rotation is every 12 hours, so i will surely hate if i can't do something if some clueless idiot got infected and blocked)
    • IP grouping: At least here internet cafes normally have one public IP for all computers, and that happens too even with companies with their entire traffic masqueraded thru one IP. If one gets infected (and eventually cleaned) the entire place is blocked
  36. What about worms sent via ISP's email relays? by DocSnyder · · Score: 1
    Many worms spread themselves by not sending emails directly but via configured email relays. The recipients will see them together with worm-relayed spam coming from ISP's email relays like smtp*.wanadoo.fr. Of course they can be blocked, too, but lots of legitimate emails would get rejected.

    OTOH with clueless ISPs like Wanadoo, their customers would suffer from severe delivery problems anyway and need to think about a third-party relay like a freemailer, or simply change ISP. But for this to occur, such worm-spitting relays would have to be blocked by a large number of correspondents and not only by a few individual admins. Only widely-used DNSBLs like SBL or SPEWS would be able to make Wanaspew work on their problems, not a new and barely known blacklist.

    1. Re:What about worms sent via ISP's email relays? by sabri · · Score: 1

      I work for BIT, the ISP who operates the virbl.

      In order to prevent collegue-ISP's relays to be blacklisted, we also have a whitelist containing a number of these relays. This list is available as nlwhitelist.dnsbl.bit.nl and can be fetched via AXFR. If you have questions, mail me in private.

      --
      I'm not a complete idiot... Some parts are missing.
  37. Ahem by waldoj · · Score: 2, Funny

    I proposed this 3.5 years ago on Advogato.

    Just calling it up, 'cuz I never get credit for nothin'. :)

    -Waldo Jaquith

  38. Re:Sad news ... Ronald Reagan, dead at 93 by xanadu-xtroot.com · · Score: 0, Flamebait

    George Bush ought to be ousted for lying to the American people

    Dubbya wasn't even elected...

    --
    I'm not a prophet or a stone-age man,
    I'm just a mortal with potential of a super man.
  39. Re:bundling "there" forces ? by Anonymous Coward · · Score: 0

    The rest of his post is fine. I think the mistake was just a typo. No reason to get upset and fly off the handle. Chill out a little.

  40. Amazing by Pan+T.+Hose · · Score: 1

    Note to self: in order to permanently disable any dutch server (naturally excluding known large email servers) or client, send two Blaster UDP packets with spoofed source IP to one of a number of dutch ISPs using virbl.

    Seriously, this is truly amazing. I have never heard of any other DoS attack in history which would need sending only one IP packet every 12 hours. Even 20000x smurf amplifier on a class-B broadcast saturating the entire T3 I once saw looks like nothing compared to the possibilities of exploiting this "worm blocking" system, which is much easier, cleaner and quieter than anything I have seen before. Truly amazing.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
    1. Re:Amazing by Anonymous Coward · · Score: 0

      > Seriously, this is truly amazing. I have never
      > heard of any other DoS attack in history which
      > would need sending only one IP packet every 12
      > hours

      Neither have I heard of that. But please enlighten me, how can you send a complete virus e-mail message to their smtp server with one single TCP/IP packet ?

  41. Re:Not gonna work! by thebigmacd · · Score: 1

    Where I work we have business DSL with a small ISP. In the past a laptop or two on the network have gotten worms. They just plain disconnected us from the net until we gave them reasonable evidence that the worm had been removed.

    It worked wonders...I got the job of installing Symantec Antivirus Corporate and doing Windows Update on the computers that didn't have it yet. Now they schedule a day about once a month when all laptops are to be plugged into the network at once to make sure they are updated.

    Used to have our laptops hit hard when we plugged into the local college network, but no problems now.

  42. We're doing something similar by bigberk · · Score: 3, Informative
    So, does anyone have useful remarks on why this may succeed or fail?
    The WPBL is a very similar effort, using distributed spam sightings to block IPs. We focus on spam, while virbl specializes in viruses. I think they'll have good success provided their method of virus detection is very accurate. In our case, statistical bayesian-like filters help us get accurate spam sightings.
  43. Re:Screw you pal by Anonymous Coward · · Score: 0
    Greatest? Please vote:
    • Running a defict is good,
    • Illegally trading drugs to fund arm sales to puppet dictatorships
    • Lying about one's involvment ("I don't recall")
    • Trees cause pollution
    • Funding a crazy, pie-in-the-sky "defense" programme that doesn't work.
    • Presiding over recession, caused by your own voodoo economic programmes
  44. Obviously DWB is at work... by rodney+dill · · Score: 1

    ...blocking me from getting all the moderator points I have earned from meta-moderating. (go ahead, mod it down, if you have the points)

    --

    Use your head, can't you, use your head,
    You're on earth, there's no cure for that
    - S. Beckett
  45. Stupid. by Anonymous Coward · · Score: 0

    Won't bother explaining why it's stupid, the rest of Slashdot has already done so.

    This has served my mail well.

  46. Not so clever idea for project... by Maljin+Jolt · · Score: 1

    So, does anyone have useful remarks on why this may succeed or fail?

    Yes. A simple fake IP will make a real havoc by denial of service of really big networks.

    --
    There you are, staring at me again.
  47. Re:Screw you pal by Anonymous Coward · · Score: 0

    Running a defict is good,

    Reagan sucessfully controlled and brought down the Carter-era inflation rocketship.

    Illegally trading drugs to fund arm sales to puppet dictatorships

    Not illegal and was doing what he could to promote freedom abroad

    Lying about one's involvment ("I don't recall")

    Unfounded. Please cite.

    Trees cause pollution

    Unfounded. Please cite.

    Funding a crazy, pie-in-the-sky "defense" programme that doesn't work.

    Its spelled program and his program, even if a bit quirky in some respects, brought down the Soviet Union.

    Presiding over recession, caused by your own voodoo economic programmes

    You are an economic ignoramous. The Regan-era economics kept inflation in check and kept the economy from worsening in the long run.

  48. I don't think this thecnique is effective. by TheBoostedBrain · · Score: 2, Interesting

    I am a dial-up user. Sometimes when I try to send email, I get a message from the SMTP server saying that my IP address is blocked from sending email because it's on a spam blacklist. Of course I'm not a spammer. All I have to do is to reconnect and I usually get a non blocked IP address and I can send email normally. I think you can avoid this thecnique the same way. Imagine the following scenario:

    1. A worm-infected b0x calls a dial-up server.
    2. Its IP address gets blocked.
    3. The same b0x reconnects and gets a non blocked address and gets blocked again
    4. GOTO 2.
    5. Another user with a non-infected b0x calls the dial up server and his IP address is blocked by the previous worm-infected b0x with that address.

    Maybe the whole dial-up IP pool could get blocked.

    --
    -- When did Ignorance Become a Point of View?
    1. Re:I don't think this thecnique is effective. by ongeboren · · Score: 2, Informative

      You didn't get it!

      You have to block the user's access!

      Every computer is provided with an account to connect.. and yes, there is a thing called MAC address.

      --
      First I wanted to be a chef. Then I wanted to be Napoleon. My ambitions have continued to grow ever since.
    2. Re:I don't think this thecnique is effective. by TheBoostedBrain · · Score: 1

      A modem doesn't have a MAC address.

      --
      -- When did Ignorance Become a Point of View?
  49. Better than anything else. by WindBourne · · Score: 1

    I have always thought that big central servers only make it easier to get around solutions. Think in terms of the homogeniety of Windows. Hopefully this will encourage a large number of small servers (home servers) that are not blocked, just for being on cable or dsl. Global Blockage should be based on worms or spam coming from a cracked system rather than from assumed guit.

    What is nice about this approach is that if somebodies system is blocked for being infected by a virus or worm, it will force these ppl to take care of the problem.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  50. Form letter by 0x0d0a · · Score: 1

    This is an idea for an authentication system or system containing an
    authentication system. Your idea will not work. This is because it:

    [ ] Fails to establish a trustable connection to its end-user.
    [ ] Fails to establish a trustable connection from the end-user
    interface to a system with knowledge to do the authentication.
    [X] Fails to contain a system that may be trusted.
    [ ] Is not finely-grained enough to distinguish between some entities
    that should pass authentication and some that shouldn't.
    [ ] Exposes data that should not be exposed.
    [X] May be easily DoSed.
    [ ] Will not be accepted by government.
    [X] Will not be accepted by end users.
    [X] Has an unacceptable degree of false positives.
    [ ] Has an unacceptable degree of false negatives.
    [ ] Prevents operation of necessary functionality.
    [ ] Has the potential to fail catastrophically.
    [ ] Is too hard to implement.

    Specifically, your suggestion fails to account for:

    [ ] Providing a *trustable* store for the system's authentication data.
    [ ] Brute-force attacks.
    [X] The fact that IP packet source addresses may be trivially forged.
    [ ] The fact that everyone within the population must use this system
    properly to keep it working properly.
    [ ] The fact that it requires end-users to go through more effort than
    they will be willing to undertake to use it.
    [X] Security breeches may not be easily repaired.
    [ ] CPU power available to attack your solution.
    [ ] Laws prohibiting implementation of your solution.
    [X] Asshats.
    [ ] Limited human memory.
    [ ] Small/portable devices.
    [ ] Willingness of the entity being authenticated to to ignore
    authentication failures.
    [ ] Windows.
    [ ] Willingness of users to bypass authentication systems.
    [ ] Ability of technically skilled hackers to distribute easy-to-use
    attacks on the system.
    [ ] User resistance to social change.
    [ ] Allowing entities other than the authenticating entity to
    determine associations between multiple identities that should be
    unassociated.
    [ ] Your blacklists do not scale to the necessary size.
    [ ] The need for implementation to be phased in.
    [X] Tainted authentication databases.

    And the following philosophical objections may also apply:

    [ ] Attempts to establish an artificial monopoly.
    [X] Ideas similar to yours are easy to come up with, yet none have
    ever been shown practical.
    [ ] Any system that allows complete government monitoring of behavior is
    unacceptable.
    [ ] Any system that allows complete corporate monitoring of behavior is
    unacceptable.
    [ ] Authentication systems should use technical solutions rather than
    legislative solutions.
    [ ] Biometrics suck.
    [X] Why should we have to trust you and your servers?
    [ ] Incompatibility with open source or open source licenses.
    [X] Feel-good measures do nothing to solve the problem.
    [ ] I don't want people monitoring me.

    Furthermore, this is what I think about you:

    [ ] Sorry dude, but I don't think it would work.
    [ ] This is a stupid idea, and you're a stupid person for suggesting
    it.
    [X] If you had bothered to ask anyone with any security knowledge
    first, your idea would have been immediately shot down.

    1. Re:Form letter by eggstasy · · Score: 1

      Your form letter, among others, fail to account for:
      - Worm bandwidth costs these companies a lot of money.
      - A partial solution is better than no solution. Morphine may not kill cancer cells but it sure as heck gives terminal patients some quality of life.
      - Fuck the lusers and their idiotic opinion, getting rid of users who detract from your other users' experience should be a priority in any sane company.
      Microsoft should be fined in proportion to the damage caused by these worms. That ought to teach them secure coding :)
      And the idiots who are running unpatched PCs should get their accounts suspended while their PC undergoes forcible maintenance.

  51. Extension of Port Knocking by MikeDawg · · Score: 1

    This sounds like what could be accomplished with port knocking, only, almost in reverse for already open ports. I imagine the port knocking software could be managed to do this for you.

    --

    YOU'RE WINNER !
    Another lame blog

  52. baby + bathwater by andr0meda · · Score: 1


    something..

    --
    With great power comes great electricity bills.
  53. come on, this story's fake. by h00dLuM · · Score: 1
    Why wouldn't they block users by account name or mac address? The ip addy is the ONLY part of the deal that get's shared between strangers, why wouldn't they use unique credentials?

    This story is bullshit.

    1. Re:come on, this story's fake. by AndroidCat · · Score: 0, Redundant

      What are you babbling about?

      --
      One line blog. I hear that they're called Twitters now.
    2. Re:come on, this story's fake. by h00dLuM · · Score: 1
      Maybe you're pissed at my dumb reply, i didn't mean to be dumb. But when I connect to my isp, they get my mac address and account name/pass. Those are unique and generally will be associated with my (infected) pc for quite some time.

      Why would they blacklist using the ip address (assuming dynamic), when they know they will be assigning it to any number of other users virtually at random?

      For an isp to consider the ip address as the identifier for specific workstations, when they've got far more specific identification available, seems moronic. If ip's in this case are static, obviously will work fine, maybe they are in the Netherlands, I don't read Dutch.

      Please tell me where I'm wrong if you feel like it, I must be, or this idea is bullshit. That's all I meant.

  54. Ancient (and incorrect) news by menscher · · Score: 1
    First, the incorrect part: it's blocking machines sending trojans, not worms. It would help if slashdot (and the rest of the world) could learn the distinction.

    Second, this has been done with worms (not trojans, as in the article) for years, courtesy of DShield. They provide a recommended blacklist of the top 20 attacking IPs.

  55. This is great until.. by Scooter · · Score: 1

    They start getting all kinds of false positives. My ISP started injecting re-directs into http documents as they "thought" I had a worm. It turned out to be nothing more harmful than stray CIFs messages coming from a Samba server on my network. Even worse, even with the plug pulled out of the ADSL sockets, it was still managing to re-direct browser sessions from all boxes when viewing internal web servers! The only solution was to restart every web server on my network (and every browser window).

    All very clever, but a bit drastic. After all, we'd all be very secure from worms if we just chopped the plugs off the power leads, but somehow I think the solution lacks soemthing.

  56. Oh sure, this will really work... by Anonymous Coward · · Score: 0

    Before...when some moron released yet another virus, the internet became slow, NOW when some moron releases yet another virus, large portions of the internet get blacked out...great work guy's!

    Implementation of NX bit support in Linux makes a WHOLE LOT more sense to me.

  57. naturally excluding known large email servers? by Fudge.Org · · Score: 1

    Exactly where is this list of "known large email servers"? If someone can explain where or how such a list is generated I would be delighted to see it.

    --
    http://fudge.org
    1. Re: naturally excluding known large email servers? by MavEtJu · · Score: 1

      It's in the FAQ at http://virbl.bit.nl/faq.php

      [~] edwin@k7>dig @nsauth1.bit.nl nlwhitelist.dnsbl.bit.nl axfr

      ; <<>> DiG 9.2.3 <<>> @nsauth1.bit.nl nlwhitelist.dnsbl.bit.nl axfr
      ;; global options: printcmd
      nlwhitelist.dnsbl.bit.nl. 86400 IN SOA nsauth1.bit.nl. hostmaster.bit.nl. 2004060701 28800 7200 604800 86400
      nlwhitelist.dnsbl.bit.nl. 86400 IN NS nsauth1.bit.nl.
      nlwhitelist.dnsbl.bit.nl. 86400 IN NS nsauth2.bit.nl.
      nlwhitelist.dnsbl.bit.nl. 86400 IN NS nsauth3.bit.nl.
      2.0.0.127.nlwhitelist.dnsbl.bit.n l. 86400 IN A 127.0.0.2
      133.103.125.129.nlwhitelist.dnsbl.bit.n l. 86400 IN A 127.0.0.2
      133.103.125.129.nlwhitelist.dnsbl.bit.n l. 86400 IN TXT "Customer SMTP for Exsilia"
      188.103.125.129.nlwhitelist.dnsbl.bit.nl . 86400 IN A 127.0.0.2
      188.103.125.129.nlwhitelist.dnsbl.bit.n l. 86400 IN TXT "Customer SMTP for Exsilia"
      90.224.7.145.nlwhitelist.dnsbl.bit.nl. 86400 IN A 127.0.0.2
      90.224.7.145.nlwhitelist.dnsbl.bit.nl. 86400 IN TXT "Customer SMTP for Planet"
      129.50.82.146.nlwhitelist.dnsbl.bit.nl. 86400 IN A 127.0.0.2
      129.50.82.146.nlwhitelist.dnsbl.bit.nl. 86400 IN TXT "Customer SMTP for Budgetel"
      27.50.82.146.nlwhitelist.dnsbl.bit.nl. 86400 IN A 127.0.0.2
      27.50.82.146.nlwhitelist.dnsbl.bit.nl. 86400 IN TXT "Customer SMTP for Budgetel"
      28.50.82.146.nlwhitelist.dnsbl.bit.nl. 86400 IN A 127.0.0.2
      28.50.82.146.nlwhitelist.dnsbl.bit.nl. 86400 IN TXT "Customer SMTP for Budgetel"

      --
      bash$ :(){ :|:&};:
    2. Re: naturally excluding known large email servers? by Fudge.Org · · Score: 1

      Hah! Thanks.

      Yes, I should have been more specific. I was expecting they had a massive listing of known "legitimate" servers worldwide.

      Whitelisting known large email servers would seem like a rather daunting task.

      --
      http://fudge.org
    3. Re: naturally excluding known large email servers? by MavEtJu · · Score: 1

      I was expecting they had a massive listing of known "legitimate" servers worldwide.

      Well that's not really needed since they're only monitoring the dutch IP space, so they only need the mail servers in that IP space.

      --
      bash$ :(){ :|:&};:
  58. Favors large ISPs by whitis · · Score: 1

    It appears that this system, by whitelisting major ISPs name servers, would unfairly permit traffic from large ISPs who didn't filter their customers outgoing email for viruses while blocking traffic from small ISPs and company mail servers which had a single infected user.

    As I understand it, this looks at the IP address of the machine transmitting the virus to an ISPs inbound mail filters, which is rarely the infected machine (particularly if your mail server is using
    one of the blacklists to block dialup/cable/dsl users). So, unless you are trying to force ISPs to filter their outgoing mail, this is a complete failure (and if you are trying to force outbound filtering then major ISPs should definitely not be excluded from blocking).

    If you want to cut the load on your virus filters, you can look at the Received: lines in the smtp headers for IP addresses and quickly lookup the ratio of good to bad mail from those addresses.
    If any of the "Received:" lines has a high bad to good ratio (with expiration), then you block. However, the possibility of forged "Received:" lines implicating an innocent site are a concern.
    Mailing lists also complicate processing of Received: lines. This could be what the
    system is already doing, but the descriptions
    here and on the virbl site are exceedingly vague.
    Still leaves a lot to be desired.

    A much less invasive virus scanning optimization would be to program your virus scanner to try check for particular worms first based on the last worm received from each IP address in the received
    lines. Then check those worms which have been getting a lot of hits lately and finally check the
    rest of the virus database. This way, for infected messages you will only need to check less than 1% of the database.

    Seriously, this kind of filtering needs to be done by ISPs on outbound traffic, not inbound. Your machine sends spam/viruses it gets quarantined
    restricting your net access to web access to antivirus sites and operating system vendors (for patch downloads) with other accesses redirected to a page that indicates access is blocked.

    Then after such filtering becomes more common (or at least it has been announced that filtering will begin at a particular date), sites could be blacklisted for failure to filter (if abused) to encourage ISPs to be responsible
    wit large ISPs (with better economies of scale)
    being more vulnerable to blacklisting than small ISPs. Maybe you compare the number of bad messages to the square root of the total number of messages from a given netblock.
    The idea is to push the problem back towards people who have some influence over correcting it (the offending ISP and their customers); it isn't perfect - passively innocent people get caught in the crossfire while people who are pro-actively innocent are protected.

  59. Comcast & port blocking by kyhwana · · Score: 1

    Bah! Comcast has this down already. They just block ports 135-139 and 445 at the cable modem, so you're safe from most of the windows worms out there..

    --
    My email addy? should be easy enough.
  60. MOD DOWN! by Anonymous Coward · · Score: 0

    Hey, mods... how about his first -1, Offtopic? :)

  61. Re:not going to work by WindBourne · · Score: 1

    Actually, if big providers were blocked, it would encourage them distribute rather than aggregate the way they do. This would allow a big more selectivity on where to block and perhaps allow them to focus on the trouble areas.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  62. Unfortunately? by blancolioni · · Score: 1

    (unfortunately in dutch)

    Eikel.