Slashdot Mirror


Cisco Working to Block Viruses at the Router

macmouse writes "The San Francisco Chronicle has an article about Cisco and Anti-Virus companies working together to block viruses at the ISP (Router) level. It sounds like they will be using traffic shaping to block malicious traffic. Looking at it in an negative light however, it might mean that your required to have anti-virus software installed in order to use the internet. This can be a *big* problem for *nix/mac users which normally don't need or use AV software. Not to mention, being forced to purchase software from 'company x,y or z' in order to get online, regardless of platform. Hopefully, this is not going to happen."

369 comments

  1. And you though the internet was slow now by Anonymous Coward · · Score: 2, Insightful

    ...expect 3 second delays per packet with this new ill-conceived plan. Routers would now have be be stateful and learn to distinguish files (and compressed files) over TCP connections. This is doomed to fail either because of its slow speed or due to the numebr of false virus matches it will find.

    1. Re:And you though the internet was slow now by Anonymous Coward · · Score: 3, Informative

      You'll probably see this as a combination of the AV vendors products generating warningsand classifying new virii, and Cisco's Network Based Application Recognition extensions to IOS then filtering the same. See this link about Code Red

      http://www.cisco.com/warp/public/63/nbar_acl_cod er ed.shtml

      Of course, given enough traffic you could become CPU bound. Then you'll have to buy a Juniper :-)

    2. Re:And you though the internet was slow now by pyite · · Score: 3, Informative

      Did you read the article? The software doing the intelligent part will reside on the user's computer. The router will determine if the host attempting to make a connection has the relevant software installed. If not, it will be ACL'd. There's little the router is doing except creating the access control lists on the fly. Even if there was intelligence in the router, it would have to be done in a big box like a 6509 with a Content Switch card. FYI, the Content Switch card has a separate processor FOR EACH OSI LAYER. So, it can analyze each separately and do traffic shaping like that.

      --

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

    3. Re:And you though the internet was slow now by Anonymous Coward · · Score: 4, Informative
      Problems with Cisco's approach are numerous. It would be trivial for virus writers to work around these shortcomings. The only real way to block viruses is to be 100% stateful and reconstitute complete files from IP and TCP/IP somehow. This would suck CPU and memory like no tomorrow. It's also a losing proposition given all the protocols out there.

      NBAR Restrictions

      When using NBAR with the methods in this document, note that the following features are not supported by NBAR:

      • More than 24 concurrent URLs, HOSTs or MIME type matches

      • Matching beyond the first 400 bytes in a URL

      • Non-IP traffic

      • Multicast and other non-CEF switching modes

      • Fragmented packets

      • Pipelined persistent HTTP requests

      • URL/HOST/MIME/ classification with secure HTTP

      • Asymmetric flows with stateful protocols

      • Packets originating from or destined to the router running NBAR

    4. Re:And you though the internet was slow now by Anonymous Coward · · Score: 0

      "Traffic shaping" is a fucking joke right now. It's just a half-ass measure to get the low hanging fruit only. You don't know anything about protocols. Each OSI LAYER, eh? Who cares. How are you going to distinguish the individual files infected with viruses being transmitted if they use a proprietary protocol or compression or encryption of any kind.

    5. Re:And you though the internet was slow now by Anonymous Coward · · Score: 0

      "Virii", derived from the Swedish word "Virifluuven"

      See also "Viriiseses"

    6. Re:And you though the internet was slow now by Sasquatchtree · · Score: 1

      Unless someone actually knows how this technology works, why not try and be unbiased. It's a good idea that Cisco is trying to stop the ongoing virus problem. You don't know that it will slow it down at all. Everyone is afraid that something bad is going to happen to their precious download speed--I won't be able to talk on instant messenger--I won't be able to get my pron as fast.

      Why not view these technologies as which is the greatest good for the greates amount of people? Utilitarianism is the most common ethical view of governing bodies throughout the world and that's how this is going to pan out.

      There are too many people out there that just like to hear[or see in this case] themselves talk and say things because it only concerns themselves. Why not learn the facts first, and then create an opinion instead of proving your ignorance.

    7. Re:And you though the internet was slow now by rifter · · Score: 4, Informative

      "Traffic shaping" is a fucking joke right now. It's just a half-ass measure to get the low hanging fruit only. You don't know anything about protocols. Each OSI LAYER, eh? Who cares. How are you going to distinguish the individual files infected with viruses being transmitted if they use a proprietary protocol or compression or encryption of any kind.

      Simple. According to the article, and the post you replied to, they are not even going to try something as incredibly stupid as that. Instead, they will require authentication according to their own protocol which will allow them to determine whether you have antivirus software. Traffic from hosts without virus protection can then be treated differently than traffic from host which have it.

      As to Michael's comment about this requiring people to use Windows on every host, that's just silly. Cisco themselves use BSD and their customers are heavy into real OSs like Solaris, etc. They are not going to stop traffic from such hosts, even by default. I would be willing to bet that they are going to work in some way of identifying the type of host that they are getting the traffic from, and therefore allowing the administrator of the firewall to give Linux, Solaris, et al a pass in such cases.

      Cisco firewalls are not your little linksys router from Fry's or that 386 running OpenBSD over in the corner. They have pretty powerful hardware and very flexible software. You can construct some pretty neat rulesets and do very clever things, so this kind of thing is honestly not a surprise and certainly not beyond their capabilities.

    8. Re:And you though the internet was slow now by Anonymous Coward · · Score: 0

      You, sir, are the ignorant one. I parse high-speed protocols for a living. For a router to flag viruses at the packet level it would have to scan thousands of known viruses against it (or at least some hash of it). This is slow by definition. Nevermind the effect of encrypted or compressed information in fragmented packets. You obviously know nothing about the memory requirements of handling state for this problem. The goal is noble, but the method simply will not work. Only the end user's OS can truly block the non-trivial viruses. This is simply a marketting gimmick to dupe corporations into purchasing new router hardware.

    9. Re:And you though the internet was slow now by commander+salamander · · Score: 1

      Pshaw! Take your populist message elsewhere, drone!

      If we here at Slashdot represented the masses, we'd all be watching Friends right now. Especially since our computers crash a lot and Windows 97 always crashes when we click on the Internet.

      --
      Is this rock and roll, or a form of state control?
    10. Re:And you though the internet was slow now by Cramer · · Score: 1
      • Of course, given enough traffic you could become CPU bound. Then you'll have to buy a Juniper :-)
      Or an NSE based Cisco platform. I've tried this sort of nbar filtering on a 7401 with a few dozen MB/s flowing through it. The router didn't even notice it. That's the magic of PXF -- hardware assisted inspection.
    11. Re:And you though the internet was slow now by Anonymous Coward · · Score: 0

      You really are clueless. He said in his post the routers are doing NOTHING except creating access-lists on the fly. Simple permits and denies. That's it. Nothing about inspecting traffic. Basically, the AV software lets the router know it's secure, the router just gives a simple little permit to the IP address. That's nothing new. Many IDS's can update access lists to block addresses it sees attacks coming from, this does basically the same thing except you don't have access until your computer sends out that it's secure. That's All. No figuring out which files are infected on the fly. The router doesn't care. It routes anything if your computer has software installed that lets it know that your computer is secure.

      Back to Networking 101 for you. This time, bring a pen and paper, listen, and stop playing with yourself during class.

    12. Re:And you though the internet was slow now by Anonymous Coward · · Score: 0
      As to Michael's comment

      Michael didn't say anything. That was all macmouse. Note the use of italics.
    13. Re:And you though the internet was slow now by Anonymous Coward · · Score: 0

      rifter wrote:
      Cisco firewalls are not your little linksys router...

      Hello! McFly!!

      Fueling Broadband To The Consumer: Cisco Acquires Linksys

      That's from March 20th. Old news.

    14. Re:And you though the internet was slow now by DA-MAN · · Score: 1

      > Cisco firewalls are not your little linksys router from Fry's or that 386 running OpenBSD over in the corner.

      It appears you are mistaken on both counts! If you go to http://www.linksys.com/ you will see the Cisco logo at the bottom!

      Cisco's IOS is a modified BSD, you said so yourself, then in the next paragraph you state that it's nothing like the 386 running OpenBSD. Maybe the Cisco is more powerful, but it must have at least have common roots!

      --
      Can I get an eye poke?
      Dog House Forum
    15. Re:And you though the internet was slow now by Daniel_Staal · · Score: 1
      Cisco firewalls are not your little linksys router from Fry's or that 386 running OpenBSD over in the corner.


      Just as a sidenote: OpenBSD can do all this. Out of the box. Look into authpf and pf: you can identify hosts based on OS, whether they are running a login program, and shape the traffic resulting from this.

      (Though I wouldn't like to try running it on a 386. 486 sure.)

      Ok, I'm done being an OpenBSD shrill for the day.
      --
      'Sensible' is a curse word.
    16. Re:And you though the internet was slow now by monkeydo · · Score: 1

      If you had a clue what you were talking about you would know that this is going to be an extension to 802.1X (Extensible Authentication Protocol) which has nothing whatsoever to do with routers or stateful inspection. With EAP, the supplicant (read computer) is forced to authenticate to the network (read switch) before it is allowed to pass traffic. If the supplicant fails to authenticate, the switch can either disable the port or assign it to a special VLAN.

      EAP, PEAP, LEAP, etc. are already in wide use for securing WiFi and corporate LAN's. This will just extend the normal username/password or certificate exchange to include information about what AV/Patches/HIPS is running on the supplicant.

      --
      Si vis pacem, para bellum
      The only thing more annoying than a Libertarian is an (un|mis)informed Libertarian
    17. Re:And you though the internet was slow now by myg · · Score: 1
      Ciscos IOS is not a modified BSD at all. Its hard to explain. Originally it was some protocol stacks, device drivers, and a little scheduler. About the only thing BSD and IOS have in common is they are both compiled with GCC (yes, Cisco uses GCC internally).

      Eventually, CISCO reworked things to give it a modular architecture. The modular architecture means that it searches for a key in memory locations for a certain inverval for a marker and then links that module.

      What CISCO would probably do is make this yet another configurable option in the modular architecture to authenticate IP addresses, maybe as a form of ACL.

      What I am worried about is dumb-ass ISP's that turn this feature on assuming all their customers use Wintel.

      This could be a real nightmare for those of us who explain that we can't ever get a virus.

    18. Re:And you though the internet was slow now by DA-MAN · · Score: 1

      > What I am worried about is dumb-ass ISP's that turn this feature on assuming all their customers use Wintel.

      Yeah, like when MSN reworked their protocol to not allow open source clients on their IM network. I was a simple recompile away from getting back on the same day they did that.

      As long as it doesn't ask for serial numbers, it shouldn't be too hard to send back a dummy reply. In fact, I wouldn't be surprised if a later zero day virus goes out and forges the antivirus flag to bypass this authentication black magic marker style.

      --
      Can I get an eye poke?
      Dog House Forum
    19. Re:And you though the internet was slow now by rifter · · Score: 1

      Cisco firewalls are not your little linksys router from Fry's or that 386 running OpenBSD over in the corner.

      Just as a sidenote: OpenBSD can do all this. Out of the box. Look into authpf and pf: you can identify hosts based on OS, whether they are running a login program, and shape the traffic resulting from this.

      (Though I wouldn't like to try running it on a 386. 486 sure.)

      Ok, I'm done being an OpenBSD shrill for the day.

      Ok, did not mean to disparage OpenBSD, but was more pointing to the monster hardware used in Cisco equipment. To be fair, I wouldn't doubt that the Free Software crowd will also be able to come up with some free implementation of the above technologies.

    20. Re:And you though the internet was slow now by Daniel_Staal · · Score: 1

      Not a problem: I didn't think you meant to disparage the Open Source software crowd. My point actually was that this was/is not a new thing: other systems can do it already. (Though OpenBSD has only been able to do all of it stock for less than a month...)

      People are getting up in arms about Cisco doing this. Open Source has already done it. Seems there is a double standard.

      --
      'Sensible' is a curse word.
  2. The reason... by AllergicToMilk · · Score: 1

    Of course, the reason Linux and Mac users don't have to use AV software is because Windows presents a much larger and more inviting target. Maybe they deserve thanks?

    --
    There are only 6,863,795,529 types of people in the world.
    1. Re:The reason... by jaavaaguru · · Score: 1, Funny

      Maybe they should require an "execute bit" to be set on a file before it can be executed, then there will be nobody accidentally running an attached file that came with their e-mail.

    2. Re:The reason... by Anonymous Coward · · Score: 0

      Of course, the reason Linux and Mac users don't have to use AV software is because Windows presents a much larger and more inviting target. Maybe they deserve thanks?

      It has more to do with poor design than anything else, like it or not.

      Never the less, this is proably a good thing for companies that what more security and less wasted resources. Routers (and smart switches) already offer all kinds of security features that most people never know about nor use.

      I doubt the route will do more than demand authentication from the AV program, blocking access if it does not receive one. Feature that will be off by default and offers alsorts of expection.

    3. Re:The reason... by akedia · · Score: 1, Troll

      No, No, NO.

      The reason is NOT because Windows is more insecure, or easier to write viruses for, even if that is the case. The reason is the market saturation. 90% of the worlds desktops are running some 32-bit version of Windows, that's a helluva lot of machines to infect. People who write viruses with malicious intentions do it to bring down major infrastructure, and they can do this easily if they infect a few hundred thousand Windows boxes. And the more people that use Windows, the more viruses there will be.

      What if everyone used Linux or Macintosh, and there was no Windows boxes left? Then virus coders would work night and day on exploits and trojans for Linux and Mac. It's a matter of deciding on a goal ("to bring down a whole chunk of the global network infrastructure") and then forming a plan ("get all Windows machines to spew out compressed UDP packets of dumbass to every known host").

      In conclusion, don't be so smug with your Linux machine during the next round of Welchia or Klez, because if Linux had the desktop market share of Windows, then YOU'D be feeling the pain.

    4. Re:The reason... by FullClip · · Score: 0

      Hey, but we already have the evil bit ? :)

    5. Re:The reason... by nolife · · Score: 5, Insightful

      In conclusion, don't be so smug with your Linux machine during the next round of Welchia or Klez, because if Linux had the desktop market share of Windows, then YOU'D be feeling the pain.

      Bullshit. Could you describe how this would be possible? Is Pine or Balsa or [your email application here] integrated into the OS and have full access and scripting ability on your machine? Does it automatically run code and have the ability to add services to your computer that run automatically on startup? If this is possible I'd like to know how.

      --
      Bad boys rape our young girls but Violet gives willingly.
    6. Re:The reason... by vwjeff · · Score: 1

      Just because Linux and Macs don't get infected doesn't mean they can't spread to virus/trojan etc. to other users. This circumstance is very rare but I have seen it happen. I work at a school district with a good combination of Mac and Windows machines. As soon as someone gets a funny email (usually meaning it has an attachment) they pass it along to each other. The Mac users never get infected; however they act as a carrier in this chain of headaches for me.

    7. Re:The reason... by TheMidget · · Score: 4, Insightful
      The reason is NOT because Windows is more insecure, or easier to write viruses for, even if that is the case. The reason is the market saturation. 90%.

      Why the hell is this classical moronic Windows-astroturfer-tripe moderated as insightful?

      Let me tell you something: we don't have to speak in what-if's; we can look at an actual situation: Web server market.

      According to netcraft, the most widely used Webserver is Apache. Now, do you see any Code Red worms on Apache? No.
      Do you see any Nimda worms on Apache? No.
      Do you see any other kind of worm on Apache? No

      So there goes this nice theory. Next time a windows user trots out the old line of "windows is the primary target of viruses because of market penetration", smack him right into the face!

    8. Re:The reason... by Anonymous Coward · · Score: 0

      And Mac users are just as likely as PC users to open attachements from friends and ignore the warning about an Office document containing Macros, infecting every Office document they have access to. I've seen it so many times it is infuriating.

    9. Re:The reason... by Minna+Kirai · · Score: 1

      If Linux got even 30% marketshare on the desktop, Microsoft(tm) would release Outlook(r) for Linux, bringing along all the same vulnerabilities.

    10. Re:The reason... by andyrut · · Score: 1

      Maybe they should require an "execute bit" to be set on a file before it can be executed

      Not a bad idea, but probably unnecessary, considering the Evil Bit already identifies malicious packets.

    11. Re:The reason... by Minna+Kirai · · Score: 2, Insightful

      The reason is NOT because Windows is more insecure, or easier to write viruses for, even if that is the case.

      No, Windows(r) truely is less secure. Not for the reason many people think, though.

      Windows is insecure because the OS developer is also the #1 applications developer. Most Windows exploits are from apps like IIS, Word, IE, and especially Outlook. But since Microsoft(tm) blends the applications into the OS, application exploits become equivalent to OS exploits.

    12. Re:The reason... by StrawberryFrog · · Score: 1

      And few would use it, because we have mozilla or ximian evolution for free, not to mention plenty of other graphical and text mode email clients.

      On the Linux desktop there is no software monoculture - not even close, and the important players are in general security concious, and thier source is open.

      --

      My Karma: ran over your Dogma
      StrawberryFrog

    13. Re:The reason... by Spl0it · · Score: 1

      I think the whole point is there are thousands of virus/exploit writers that work on all operating systems. I used to know lots of guys in a group called gH, they all were raided the same day by the FBI. These guys wrote plenty of exploits,etc.. and I only know of 2 they every wrote for windows. The fact of the matter is, windows is less secure, and things seem to rarely get patched. So when someone writes something for windows it exists for months, as opposed to something written to exploit *BSD or some linux process which ends up being patched within a week. I understand that theres plenty of Windows boxes out there in comparison however I don't believe thats even a leading reason as to why they are so many 'efficient' and 'global' virus for windows. I would agree that the reason thers 234234324 virii for windows is because of this, mind you thats not the reason thers so many damaging (email) etc.. virii for windows, considering how losely the security is in the OS, and how it hasn't even been a concern for Microsoft in the past.

      --

      No, this is
    14. Re:The reason... by rifter · · Score: 1

      No, No, NO.

      The reason is NOT because Windows is more insecure, or easier to write viruses for, even if that is the case. The reason is the market saturation. 90% of the worlds desktops are running some 32-bit version of Windows, that's a helluva lot of machines to infect. People who write viruses with malicious intentions do it to bring down major infrastructure, and they can do this easily if they infect a few hundred thousand Windows boxes. And the more people that use Windows, the more viruses there will be.

      What if everyone used Linux or Macintosh, and there was no Windows boxes left? Then virus coders would work night and day on exploits and trojans for Linux and Mac. It's a matter of deciding on a goal ("to bring down a whole chunk of the global network infrastructure") and then forming a plan ("get all Windows machines to spew out compressed UDP packets of dumbass to every known host").

      In conclusion, don't be so smug with your Linux machine during the next round of Welchia or Klez, because if Linux had the desktop market share of Windows, then YOU'D be feeling the pain.

      That explains all those worms the script kiddies released last week to attack sendmail and apache. Oh, wait...

      Or, hey, let's infect all the Cisco Routers so we take down some major corporate sites and backbones. You know, with that IOS virus.

      Hmm, I guess market penetration has nothing to do with it. No, it is design, design, design. tellya what, I'll give you a cookie. It is easier to write viruses in and for Windows than any other OS and Microsoft has ensured that Windows will be readily available and familiar to script kiddies. So market penetration in terms of what the kiddies have may have something to do with it, but it would not be possible if it were not so easy to write viruses for Windows and so easy for worms to penetrate Windows environments. Programs to attack these other systems would be far more complex and with the exception of Linux less likely to be in teh hands of kiddies.

    15. Re:The reason... by NoMoreNicksLeft · · Score: 1

      All too true.

      But even if the argument were valid, it still speaks ill of Microsoft, or at least their customers. Customers should know better than to create a monoculture enviroment, if they want to be more virus-resilient.

      If you only have WinXP computers, and someone discovers a bad XP exploit (XPLoit???) then of course every single machine in your organization is going to be toast.

      Still, thanks for reminding me of Apache/IIS... I'm ashamed I didn't realize it myself.

    16. Re:The reason... by Minna+Kirai · · Score: 1

      Beware! Some of the most successful projects for pushing Linux to the desktop are already adopting some of Microsoft(tm)'s worst schemes!

      Just look at the Lindows style of running everything as root!

      (And, if Microsoft is wise, they could find ways to preserve application monoculture even if Linux displaces Windows on desktops. It's concievable that in a decade they might willingly retreat from the OS business and just write applications, which is where the big money is anyway)

    17. Re:The reason... by FuzzyBad-Mofo · · Score: 1

      Ah, that old canard. Frankly, that theory is disproven by the relative number of IIS exploits vs the ones for Apache, despite Apache's overwhelming market share.

    18. Re:The reason... by FuzzyBad-Mofo · · Score: 1

      Windows Apologist

      (n) One who makes an apology; one who speaks or writes in defense of a faith, a cause, or an institution; especially, one who argues in defense of Microsoft.

    19. Re:The reason... by azuretek · · Score: 1

      Apache is not an operating system, apache is much more simple. Comparing market use of an OS and a web server is like comparing apples and oranges, you cant compare them and end up with a logical argument.

      It is true that most exploits are going to be found on software that is being run the most. Mainly because it's there, how often do you see someone find an exploit for something like beOS? that's because only a limited amount of people use beOS so people really dont bother.

      Instead of moding you insightful it should have been troll, you obviously dont like windows and your just another fanboy out there thats saying "this is another reason windows sucks" (I run plenty of linux servers and a few windows ones, never been compromised. OS dosen't matter, it's about making it secure)

    20. Re:The reason... by Anonymous Coward · · Score: 0

      IIRC a thing like Code Red use a IIS exploit, on various systems. On the same systems you could have had apache running without being affected.

      Of course there is ALSO windows worms and exploits...

    21. Re:The reason... by TheMidget · · Score: 1
      Apache is not an operating system, apache is much more simple. Comparing market use of an OS and a web server is like comparing apples and oranges, you cant compare them and end up with a logical argument.

      True enough, you shouldn't compare apples and oranges, but that does not mean that both kinds of fruit can't share any common properties:

      Put a bad apple into a crate of apples, and you get a crate of spoiled apples.
      Put a bad orange into a crate of oranges, and you get a crate of spoiled oranges.

      Viruses do not necessarily affect the most common web server, they affect the least secure.
      It's not outrageous to extrapolate from there, and stipulate that viruses do not necessarily affect most most common OS but rather the least secure.

    22. Re:The reason... by ReTay · · Score: 1

      % of market share does not equal percentage of virus and or worms targeted at it.

      Apache or IIS

      Any questions?

    23. Re:The reason... by ReTay · · Score: 1

      "Apache is not an operating system, apache is much more simple."

      Fine IIS vs. Apache

      Any questions?

      "It is true that most exploits are going to be found on software that is being run the most."

      No it is not See the above discussion.
      Apache is the most widely used web server out there. And just like in the desktop market MS has the most holes.....

      MS Fanboy

    24. Re:The reason... by SCHecklerX · · Score: 1

      And what, exactly, is your explanation for the amount of remote exploits in IIS vs. Apache, mr. statistics?

    25. Re:The reason... by SCHecklerX · · Score: 1
      Bullshit. Could you describe how this would be possible? Is Pine or Balsa or [your email application here] integrated into the OS and have full access and scripting ability on your machine? Does it automatically run code and have the ability to add services to your computer that run automatically on startup? If this is possible I'd like to know how.

      well, in all fairness, if linux becomes popular, you'll get that crap on luser desktops eventually. It's already part of Star/Open Office.

    26. Re:The reason... by Anonymous Coward · · Score: 0

      If you have suggestions on how a virus could work more effectively on linux systems, please publish your idea in an article, and post a reply.

      Have you ever tried writing a linux virus ? I did.

      Once it was capable of infecting my box (debian unstable) I tried it on a relatively minor variation of the system (debian testing). It didn't work.

      Even when it did get in, I could not find a reliable way to gain root priveleges (every now and then there is indeed a hole, but apt-get upgrade and it disappears). So the virus couldn't really do any damage (it had to freaking start itself from ~/.bashrc and .xsession, even though I did find a way to hide where most of my friends couldn't find it*). Still, it could not do very much damage. (it sent me ssh keys and known_host files though).

      * if they didn't know something was there, they did not see it.

      This means that even if infection worked (which is quite rare a case, because infection over the network requires a BIG security hole) all it could do was erase some settings and mails. It could not even infect a single binary, so I imagine that once it gets discovered it will be easily removed.

      p.s. There was one exception. People who use sudo, dear god DO NOT USE SUDO. It is a disaster waiting to happen (btw that should be obvious even if you've only had marginal security training).

    27. Re:The reason... by nvrrobx · · Score: 1

      Okay, I will bite here.

      Let's see. Someone finds an exploit in Postfix/sendmail. *poof* all email goes away.

      Someone finds an exploit in pine, *poof* your home dir goes away, it nohups itself and starts sending out DDoSes.

      Pick anything that runs on your system suid root, and there ya go.

      So, yes, I agree with the parent poster. If Linux or MacOS-X had the marketshare of Windows, it would be a target. If you don't think so, you're completely blind and clueless. Get off the Internet, you're the kind that will be infecting others because "it can't possibly happen to you".

      Windows may be less secure than *NIX, but it doesn't mean that *NIX doesn't have security holes of its own that can be exploited. Can I name one off the top of my head? No. Could I have named the RPC vulnerability in Windows before Welchia or the Bugtraq info on it hit? No. Neither could you.

    28. Re:The reason... by Anonymous Coward · · Score: 0

      No it is not See the above discussion. Apache is the most widely used web server out there. And just like in the desktop market MS has the most holes.....

      Yeah but most skript kiddies, ie people in general are familiar with windows boxes, have windows boxes, etc so any service/server running on windows is most likely to get exploited.

    29. Re:The reason... by LnxAddct · · Score: 1

      Umm...how many script kiddies do you know that have access to a Windows 2000/2003 server to practice writing scripts for? Apache is much easier to obtain and test code with, as is Linux. Even though Apache/Linux are easier to obtain, they are harder to write exploits for, despite the fact that its all open source. Windows is closed and many exploits are still found, imagine how many are in there total? Its like trying to name objects in a closed box just by shaking it, I doubt we've even scratched the surface of Window's total number of holes. Windows has a disticnt security advantage(although as has been proven, not the best) that is security through obscurity. We can't see the code, we have to figure out how it works. With any open source application, we give you all the answers, and you still can't break it. Not that there hasnt ever been any security problems with Apache or Linux, but they are usually found by hackers goign through the code, and are fixed before their is a problem. 99% of the time they are soley theoretical, but fixed anyway. If a Windows hole is found you know it works because its the only way to find them.

    30. Re:The reason... by koa · · Score: 3, Insightful

      I'll jump in on this one if I may as well....

      Granted there are security flaws in Linux, and they have been exploited, and there are probably vulnerabilities that noone has seen as of yet.

      That being said, one of the distinct OS differences is that windows as an operating system that is homogenous by design, allowing a single worm to infect in a pre-determined way so that the likelyhood of mass infection is very high. Linux, on the other hand is heterogenous, I defy you to find identical email clients/servers database clients/servers etc. configurations across a large area that could possibly be effected by any one specific attack.

      I've said it before, and I'll say it again; windows is like what would happen if everyone on earth had the same exact immune system, one virus exploits a vulnerability in one host- it then moves on to the next. Linux/Unix is alot closer to what we see now in biology. What may infect one immune system will not neciserrily effect another.

      my .2

      --
      ....move along....nothing to see here....
    31. Re:The reason... by xchino · · Score: 1

      "Do you see any other kind of worm on Apache? No"

      This is just false. I myself got hit with the apache slapper worm, as did many other web servers. The worm would install itself as an executable in /tmp, scan and infect other hosts. This was a pretty widely known worm, so saying that there is no other kind of worm for apache is just plain false.

      --
      Everyone is entitled to their own opinion. It's just that yours is stupid.
  3. question by xao+gypsie · · Score: 3, Insightful

    how does the fact that the router uses a packet shaper require the end user to have AV software? at my university, they use a packet shaper, and clients on the on-campus network do not have to have such software installed. this sounds like a great idea, tho...

    xao

    --


    xao
    http://TheHillforum.hopto.org
    1. Re:question by LordKronos · · Score: 4, Informative

      RTFA:
      "The system under development will allow a computer network to check the safety of incoming traffic. Any device trying to connect to the network will be checked to see whether it has security measures already in place. Those that don't can be denied access, shunted off into a quarantined segment of the network or forced to download a security program. "

    2. Re:question by MindStalker · · Score: 2, Insightful

      "will be able to block network access to any computer or device that doesn't have its own security measures in place."

      The submitter is interpretting this to mean router will block any computer that can't say "I'm secure," But I think in reality it means that router will block any computer that seems to be doing bad thing.

    3. Re:question by DavidpFitz · · Score: 1
      how does the fact that the router uses a packet shaper require the end user to have AV software?


      I think the more correct term would be stateful packet inspection whereby the contents of packets are checked, rather than shaped. This would allow the router to see if there was "phone home" software on the client attempting to do somethign nasty.

      However, I am likely to be corrected :)
    4. Re:question by hazem · · Score: 5, Insightful

      Boy, and how long until a virus can make the response "yup, I'm secure"...

      I wonder if this is the next step in the "Trusted Secure Computing" world? Routers won't accept traffic from non-trusted computers?

    5. Re:question by TellItLikeItIs · · Score: 1

      //freeware

      public boolean isTakingRequestedPrecautions()
      {
      return true;
      }

    6. Re:question by CXI · · Score: 1

      I read that in completely the opposite meaning. It says incoming traffic is checked for safety. ISP A receives a packet from ISP B, so ISP A checks to make sure ISP B is a secure ISP and not a malicious group, known spammer/relay, etc. It doesn't sound like it deals with the user level at all.

    7. Re:question by yason · · Score: 1
      I wonder if this is the next step in the "Trusted Secure Computing" world? Routers won't accept traffic from non-trusted computers?

      Suppose this is the way it'll be in five years. There's another bad thing related: it'll still be the same Windows Next! boxen that spread viruses around, just like before. TCPA doesn't help if your un/trusted OS still leaks like a sieve.

    8. Re:question by LordKronos · · Score: 1

      Boy, and how long until a virus can make the response "yup, I'm secure"...

      I suspect these companies wouldn't be so foolish to make it that simple (but you never know). Off the top of my head, I was thinking they could do something like:

      1)When a first request is received from a computer, the router sends a random challenge text to the computer on the port where the AV should be listening.
      2)AV software forwards this challenge text on to the AV company's website (here the router would have to be able to identify this communication and let it pass through even though the user hasn't yet been certified as "protected")
      3)AV company's software digitally signs the challenge text and sends the signature back to the client.
      4)Client sends the signature to the router
      5)The router verifies the signature and approves or denies the client, and caches the result for future packets.

      A few issues. First in order to keep a virus from imitating AV software, you'd probably have to rely upon something like product activation (pass your license code to the server, and the server makes sure the code is valid and not in use by too many machines). Seems like a good way to force product activation down people's throats.

      Second, you'd need some way to work around this for existing NATs. I'm sure something could be worked out (possibly using triggered ports), but if not, I'm sure ISPs could say NATs were never officially supported so you'll have to upgrade if yours doesn't work.

      I'm sure there are other issues, but like I said, this is off the top of my head.

    9. Re:question by LordKronos · · Score: 1

      Read my post here for a way to prevent this:
      http://yro.slashdot.org/comments.pl?sid=86514&cid= 7519587

    10. Re:question by spanielrage · · Score: 1

      This sounds like something that could be spoofed pretty easily...

      Router: You running AV software?

      Spoofed Daemon: Sure!

      Not a good approach. I could understand something along the lines of the router checking for virus patterns (ie. 5000 packets from one machine on port n in a second), but checking to see if a machine is running certain software??

      What if I'm running a firewall on my PC that doesn't allow the router to query for the software??

    11. Re:question by SpaceLifeForm · · Score: 1
      I doubt it is stateful packet inspection.

      You don't normally want routers to be doing that too much due to overhead. More likely, this will be some bullshit idea that makes the machine attempted to obtain an IP address provide some type of cookie-like mechanism or some type of challenge-response handshake to indicate to the router that IP W.X.Y.Z has been Ok-ed.

      It won't solve the problem.

      More likely, this is a trial ballon to judge level of opposition to the entire idea. Personally, it fucking sucks to me. This is easily another way for the PTB to spy on you. It would be slippery slope to the point that you won't be able to get on the Internet unless you have Windows and have downloaded the Spyware^W AV software.

      This entire concept needs to be stopped!!!!

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
    12. Re:question by dekemoose · · Score: 1

      Not true. This is all about securing the network from the end users, but I don't see it being successful at the ISP level. I think this will be much more usable at the enterprise level. There are far too many variables involved ith the ISP business for this too work well in that market. I could see this as a real blessing to universities, requiring all users in the dorm networks to keep their machines up to date.

    13. Re:question by LordKronos · · Score: 1

      Read my post here for a way to prevent this:
      http://yro.slashdot.org/comments.pl?sid=86514&cid= 7519587

    14. Re:question by grahamm · · Score: 1

      An OS which leaks like a sieve should not be trusted, nor should you trust anyone or any other system which claims such an OS is trusted.

    15. Re:question by drinkypoo · · Score: 1

      You know, they might just be checking for various exploits. For example, it might detect your version of IE and railroad your TCP request if you have the DSO exploit, or it might let you know if you have a vulnetable version of MSRPC. Similarly, it could check your OpenSSH version. Though I doubt it will.

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

      2)AV software forwards this challenge text on to the AV company's website (here the router would have to be able to identify this communication and let it pass through even though the user hasn't yet been certified as "protected")


      Spoofing.

    17. Re:question by LordKronos · · Score: 1

      Did you even bother to read my post? For crying out loud, read it again, and THE WHOLE THING this time. See that comment at the bottom? The one where I mentioned viruses imitating the AV software? Do you really think a virus writer is going to buy a license for each copy of the virus? And preumably, if the virus software is installed on the machine, it's probably running and will detect the virus before it runs, so the virus would be unable to kill the AV process, grab it's stored license key, and spoof the AV software.

    18. Re:question by JohanV · · Score: 1

      You should be able to figure out how it is supposed to work from the following PowerPoint presentation:
      Enterprise Campus Security: Addressing the Imploding Perimeter (especially slides 23-27)

  4. nmap on a router? by x-router · · Score: 5, Interesting
    I think what they are 'trying' to say is the the router itself will scan your machine in a nmap way to see if it can find problems.

    If it finds issues then it will drop you from the network or block that port / problem.

    Rather than check if you have the latest version of norton installed..but perhaps I read it wrong?

    1. Re:nmap on a router? by Anonymous Coward · · Score: 0

      It looks like this is a set of protocols to establish the presence of some standard AV software on the user computer (it would have to be a standard AV of course; imagine how hard it is to reliably recognize the whole suite of existing AV. This is itself a problem, unless it allows modules) Scanning in an nmap way wouldn't do much against viruses, would it? (I think.)

      As such, yeah, there will probably be problems with various OS'es. Also, if the standard AV software isn't distributed with cryptographic signatures, can't we expect a lot of problems with malicious distribution sites? Without signatures (which is probably how it will go, given ...) it's either this or having only a centralized Cisco site and some automatic hardware keying.

    2. Re:nmap on a router? by Anonymous Coward · · Score: 0

      The author was more concerned about the companies' stocks than the tech details. Nmap style scan is what the article suggests. That _could_ reveal if a machine is infected by well-known/currently popular trojans etc. But first, indeed the router would need to keep track of the IPs it has scanned. Can the router handle this kind of load (or, perhaps Cisco gets to sell monsta routers)?

      Secondly, can this be done conclusively enough? Will there be too many false alarms? For example, the scnarios the ISP might care to check about are:

      1. Your Windoze box got trojaned and is squealing for a SQL server. (easy)

      2. Your Windoze box got trojaned and is now commencing a DDoS attack against XYZ. (less easy)

      3. Your Linux box got rooted and is now spamming everyone and their dog (difficult)

      And you have to distinguish this from, say:

      4. You run a web/smtp/ssh/vpn server on your home router/box...

      It could be tricky.

      This reminds me of the time when my company IT dept. sent around an email listing PCs on the LAN which were infected with Nachi/MSBlast virus, asking people to identify their's and patch them. Applause worthy spirit. Except that one of the IPs listed belonged to my laptop, which runs Linux.

      My curious emails about how they 'determined' that my laptop was infected, were replied to only with terse messages to patch my system with the M$ patch.

    3. Re:nmap on a router? by bmedwar · · Score: 2, Interesting

      My best guess is that you will VPN from your desktop to the edge router. This virtual connection will be signed so the router knows it can trust what your PC is reporting. The router won't establish the virtual connection unless you meet certain requirements in the info your PC sends during the handshake. After the connection is established, data will flow freely. This is my best (educated) guess.

      --
      --Brian
    4. Re:nmap on a router? by mplex · · Score: 1

      I wouldn't think the router would do any active scanning, that should be left to a seperate device. I would expect to router to be able to inspect traffic for signatures like an IDS, or how nbar works to block kazaa now on routers. I'm not sure about this, but I doubt the router will be doing any scanning itself, just listening.

    5. Re:nmap on a router? by Florian+Weimer · · Score: 2, Interesting

      I think what they are 'trying' to say is the the router itself will scan your machine in a nmap way to see if it can find problems.

      From what I've heard, it's some kind of 802.1x extension which takes the patch status of the system into account. It requires a fair deal of cooperation from the host, and we'll see if it makes a difference. I'm sure malware will be adapted accordingly if there's widespread use of this functionality.

      The "scan before connect" idea has already been implemented by the NetReg project and its contributors.

  5. Implications? by spektr · · Score: 5, Interesting

    Does this mean that I can't talk about viruses using code-samples over the internet? I can't download and study exploits anymore? If there is any possibility to encode the virus-code to circumvent the filter, then the virus can possibly do the same...

    1. Re:Implications? by GoofyBoy · · Score: 3, Interesting

      Maybe even worse, it could be used for filtering out non-virus data, such as copyright infringing files or controversal political opinions.

      Then again, that might be just "Doesn't this shiny metallic hat look good on me?" talk.

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    2. Re:Implications? by MoonFog · · Score: 2, Insightful

      The article doesn't say much in the technical sense, but I would guess you could still swap source code etc. No antivirus software I've ever used has stopped me from downloading and / or sending source code.
      As for already compiled files ? We'll need a bit more information about what this AV will do, but I rarely send just one simple .exe file over to my friends for testing/debugging.

    3. Re:Implications? by forrestt · · Score: 2, Insightful

      If you couldn't send code-samples, or study exploits anymore, you probably also couldn't download virus definition updates. I don't think that the anti-virus companies would agree to that since the updates are where they make their money.

    4. Re:Implications? by adeyadey · · Score: 1

      I would guess just zipping it up would do for that.

      Router/ISP-level virus blocking should only apply to themost prolific virii, which would probably have self-executing code in them..

      --
      "You lied to me! There is a Swansea!"
    5. Re:Implications? by Anonymous Coward · · Score: 0

      I would guess just zipping it up would do for that.

      Next logical step is that winzip and gzip are on the blocking-list.

    6. Re:Implications? by dekemoose · · Score: 1

      This isn't content filtering that's being discussed, its filtering based on your machine config. If your not running anti-virus and have all the updates, then you can't connect. As i said in another post, I really don't see this as being something that will happen at the ISP level.

    7. Re:Implications? by kwench · · Score: 1

      Why is this comment rated "funny"? I'd prefer "scary".
      Oh, brave new world...

    8. Re:Implications? by Anonymous Coward · · Score: 0

      From what I can tell of the article, this is how I can see it working. This is all speculation because the article was pretty light on details.

      AV software will come with ability to send an "I'm Secure" packet. It would have to be a broadcast because the AV soft would not know the ISP's router's IP. Trying to figure it out from routes on the PC wouldn't work in the event of that PC being behind a router. So it broadcasts 'I'm Secure', the AS or ISP's router sees that and adds the IP address to an access list. That access list is allowed to send and recieve data. It then sends back a packet saying OK (so the AV doesn't keep resending bcast packets, and so the AV software now knows what router it's dealing with). The ISP router caches the address and requests every once in a while that the "I'm Secure" packet be sent again.

      If you do not send out the "I'm Secure" packet, the router doesn't move your IP to permit access-list, leaves you in the deny access-list, and you can't go anywhere. If you don't respond to the request for the "I'm secure" packet, it retries a couple of times, and if still no response, your IP is moved to the deny access list.

      It doesn't seem to be any fancy filtering based on packet content, just simple permit or deny depending if the access router gets the "I'm Secure" packet or not. It doesn't look like you'll be hindered in transfering over those virus code samples to others, as long as your PC sends out the "I'm Secure" packet when it connects.

      Again, all speculation but it seems the easiest way of doing this.

    9. Re:Implications? by Aliencow · · Score: 1

      What about the dcom exploits? I had the source to a few of them and Norton did detect them as viruses...

    10. Re:Implications? by Anonymous Coward · · Score: 0

      I've experienced the same thing-- except it was a perl script for a Cisco vulnerability. The anti-virus software flagged it as a virus immeadiately. Quite irritating....

    11. Re:Implications? by Anonymous Coward · · Score: 0

      Why is this comment rated "funny"? I'd prefer "scary".

      Or "overly paranoid" would be an even more appropriate rating.

    12. Re:Implications? by copito · · Score: 1

      Password protected zip, PGP etc are all well established valid ways of sending viruses samples for legitimate research since virus filters can't decrypt payloads. Viruses can certainly use encryption but they either remain detectable due to other aspects of the packaging or require sufficient effort on the receiving end to decrypt and execute that they don't spread quickly.

      If end to end encryption in email or IP is ever widely adopted we can expect viruses, especially email viruses, to be much more difficult to detect in transit.

      --
      "L'IT c'est moi!"
  6. great by jtilak · · Score: 1

    so basically cisco is doing in routers today what microsoft should have done in the os 10 years ago. how many billions of dollars do viruses cost every year?

    1. Re:great by grub · · Score: 2, Insightful


      To me the suprising thing are all the antivirus companies chipping in to this project. They have a huge industry based on Microsoft's poor coding and won't give it up. This will (may?) slow down current viruses but there will be new types appearing. These companies have shareholders to appease.

      --
      Trolling is a art,
    2. Re:great by sdemelo · · Score: 1

      Right, and I saw no indication in the article that Microsoft was taking any part of this initiative. It's their operating system that's mostly being attacked, you'd think they'd chip in and help a little.

    3. Re:great by RustyTire · · Score: 1

      It is Microsoft's fault for producing poor code. It is not Microsoft's fault for producing viri. Its seems to me -- honestly -- that there is a prevasive thought in the Slashdot community that it's the product's fault, not the exploiter's. Could any clearify this for me? The virus writer is more at fault right? I mean, Bill Gates may be the biggest bastard ever, and he may have even broken anti-trust laws, but does that mean that virus writers aren't equally or even more so wrong?

      --
      I do not control the Sig, the Sig controls me.
    4. Re:great by Minna+Kirai · · Score: 1

      Its seems to me -- honestly -- that there is a prevasive thought in the Slashdot community that it's the product's fault, not the exploiter's. Could any clearify this for me?

      To the extent that attitude exists (and it's not really as universal as you seem to think), it's because that's the only viewpoint that is productive. In the real world, who is "wrong" is less important than "who could have prevented it".

      Blaming virus-authors won't help prevent viruses. Blaming someone for exploiting a vulnerability won't prevent exploits. But blaming the authors of vulnerable software will help.

      Maybe it's not obvious why this is. There are many factors that work together, and I don't have time to go through them all. Most importantly is that we live on a planet full of separate nations sharing high-speed data links. A virus-creator can be hidden anyplace on the planet. With a single copy of the vulnerable software, he can release a worm that'll flash around the world in seconds.

      Even if the US institutes a death-penalty for virus writers, it still just takes one guy facing that risk to create a disaster. The guy might be employed by an enemy government, and have zero risk of US arrest. (In fact, imagine what'd happen if the US managed to really crackdown on virus-authors. Over a few decades software would become more and more vulnerable, until a foreign-sponsored virus strikes and shuts down the entire country)

      But if selling a vulnerable application was punishable, then Microsoft would try much much harder to prevent their code from shipping with exploits. If the penalty was severe enough, they'd even cut back on features to ensure that they don't skip a hole.

      Am I saying the government should punish programmers who accidently leave a buffer overflow in software? No, I wouldn't advocate that (at least not yet).

      What I'd like is for the free market to have a chance to dish out this punishment. Let's see if customers will shun dangerous products. But... the free market can't take action if there's government interference- and the government interferes in software security!

      By arresting and punishing hackers and other exploiters of software holes, the government actually protects the authors of vulnerable programs from having to fix their own software. Imagine if writing a virus or hacking a computer only had a $50 fine the first time you were caught: then there'd be no way people would buy Microsoft's apps in their current vulnerable states.

    5. Re:great by rifter · · Score: 1

      It is Microsoft's fault for producing poor code. It is not Microsoft's fault for producing viri. Its seems to me -- honestly -- that there is a prevasive thought in the Slashdot community that it's the product's fault, not the exploiter's. Could any clearify this for me? The virus writer is more at fault right? I mean, Bill Gates may be the biggest bastard ever, and he may have even broken anti-trust laws, but does that mean that virus writers aren't equally or even more so wrong?

      You have it there, buddy. The problem, as Steve Ballmer so eloquently put it, is developers. Developers, developers, developers, developers, developers.

  7. LAN Systems by grahamm · · Score: 3, Interesting

    Will it check that every computer connected to an internal network, probably hidden behind an internal NATing router, has the appropriate protection installed?

    1. Re:LAN Systems by arth1 · · Score: 5, Insightful

      Also, how will the router check the security of devices where desktop security doesn't apply, like routers, printers, proxy servers, PDAs, or heck, even a promiscuous traffic logger?

      "Access to 'HP LaserJet 8000' on 10.16.2.88 denied. The Cisco DRM system has determined that this host listens to ports (80/tcp, 135/tcp, 515/tcp), but does not run approved virus protection software." Yes, I can imagine explaining that to a vice president at 7am...

      Regards,
      --
      *Art

    2. Re:LAN Systems by pyite · · Score: 1

      Most likely these devices will be exempt. The equipment doesn't really care at what you're trying to access unless someone configuring the router tells it to. In that case, complain to your ISP, not Cisco.

      --

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

    3. Re:LAN Systems by SMOC · · Score: 1, Funny

      or heck, even a promiscuous traffic logger

      What's that, a street hooker with a notepad?

      Oh, you meant ethereal. My bad.

      --
      All errors in this comment are mine. Corrections are considered a derivative work, and punishable under copyright law.
  8. Who said... by clifgriffin · · Score: 0

    This interface would become mandatory?

    This sounds to me like a possibly feature...not something that will change the world as we know it.

    Blogzine.net
    Fortress Of Insanity: Unix Dude

  9. Censorship in the Router? by Speare · · Score: 0, Troll

    The router is the new favorite device for censorship. It's the last single-point-of-diversion before the network spreads out again, into the home or office department.

    How long before libraries are forced to use scary, sealed products with cuddly names like RouterNanny or RightRoute or PopCop? Where librarians can't adjust or override those kill lists?

    --
    [ .sig file not found ]
    1. Re:Censorship in the Router? by Minna+Kirai · · Score: 2, Interesting
      I'm going to reproduce Speare's comment which was unfairly put at -1, because he's basically correct:
      1. The router is the new favorite device for censorship. It's the last single-point-of-diversion before the network spreads out again, into the home or office department.


      2. How long before libraries are forced to use scary, sealed products with cuddly names like RouterNanny or RightRoute or PopCop? Where librarians can't adjust or override those kill lists?


      Speare's right because the only way "virus scanning in the router" can work is if the routers have the ability to read the contents of all packets. That means that encrypted connections will be forbidden: the router can't check if there's a virus inside, so to play things safe it must assume the worst and drop the packet.

      Thus, government wiretappers, criminal eavesdroppers, and other nasty-types will have their livelihoods secured. Citizens won't be able to avoid surveillance by encrypting their own data, and Big Brother will watch over us all.
  10. Questions by popa · · Score: 2, Insightful

    Damnit... first 3 comments are all trolls. Anyway, what will this mean as far as licensing issues? Right now you get a corp edition of virus software and that covers X amount of desktops. What about the guy that doesn't want the virus software, can it be disabled/purchased without? How would this work? Also, if I get a simple mail sending virus, how does my cisco KNOW that the email to my wife, and the viral email to my wife are different? I guess I don't need to worry about this, Cisco seems to be able to do it all.

  11. Conspiracy Theories by nvlass · · Score: 1

    Maybe it's just a cover up for carniv*res and other traffic - spy tools...

    --
    How to Destroy Angels II
  12. Protection by proximity by G4from128k · · Score: 1

    If enough users install router-based virus blocking, then everyone will receive protection. This protection will be especially strong if routers at ISPs and in the backbone contain the filters. At the very least, a virus-hostile infrastructure will slow the spread of viruses - the doubling time for infected machines will be inversely proportional to the fraction of unfiltered virus messages.

    Mac users and *nix users need not worry as long as enough routers are configured and maintained to filter viruses.

    --
    Two wrongs don't make a right, but three lefts do.
  13. We kinda do this at Rutgers by pyite · · Score: 5, Interesting

    We sort of do this at Rutgers University This summer was absolutely crazy for the network, due to all the worms and such. A new policy was instituted which requires users to visit a website which checks their operating system. If they're running Windows, they are *required* to download a scanner that checks for the relevant worms and installs Anti-Virus software. Users running alternative operating systems are completely exempt. It just says "There are currently no additional requirements for running Linux on the residential network." We've just begun shutting people off who fail to comply with the policy. I, for one, like it. However, the routers start to get overloaded if they have too many access control lists because they have trouble running them on the ASICs. So, they have to run in software mode, which starts to slow things down.

    --

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

    1. Re:We kinda do this at Rutgers by Anonymous Coward · · Score: 0

      "However, the routers start to get overloaded if they have too many access control lists because they have trouble running them on the ASICs. "

      Sounds like you could use a few Junipers

    2. Re:We kinda do this at Rutgers by Anonymous Coward · · Score: 0

      it would take me 20 minutes to completely spoof your system into thinking that I am 100% in compliance.

      and if I can do it, a well written virus can do the same.

    3. Re:We kinda do this at Rutgers by pagz · · Score: 1

      Also of note was that the community backlashed over the required software and you just need to have your computer checked once.

      They accepted the security scan though

    4. Re:We kinda do this at Rutgers by pyite · · Score: 1

      I think it's a decent compromise. I mean, let's face it, most Windows users are far from competent. It's a nuisance for those that know enough to protect their system, but there needs to be some method to curb these outbreaks.

      --

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

    5. Re:We kinda do this at Rutgers by mplex · · Score: 1

      I would install an iptables box, possible a bridging firewall between the router and the switch. iptables can handle plenty of traffic with reasonably sized tables and scales better than acls on a router. Unless you are using gig connections, it should be alright with reasonable hardware, plus more configurable.

    6. Re:We kinda do this at Rutgers by pyite · · Score: 1

      I beg to differ that iptables scales better than ACLs. We're not talking cheap Cisco boxes here, some of these routers could be traded in for a nice luxury car and still get back some change. There is just a LOT of traffic on some of these boxes and there is no way in the world a PC could reliably handle all of it. Plus, a PC can't do any filtering in hardware at all.

      --

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

    7. Re:We kinda do this at Rutgers by vco123 · · Score: 1

      we use Cisco 3350s in-line with some of the more overloaded routers to do the ACLs. works nicely and 3350s are cheaper than upgrading routers.

    8. Re:We kinda do this at Rutgers by mikeage · · Score: 1

      Please don't hold up the rutgers system as good. Having worked for ECS (as well as spent my time as an undergrad there), I can tell you that the routers are so painfully slow... "start to get overloaded" is not quite accurate... "network crawls, routers crash, a lot of rebooting fixes everything, repeat" is a better summary of how things work. And TD's useless port scans have DoS's at least several older Sparc machines that couldn't keep up with the logging-- it appears that in order to finish the entire university in a reasonable time, they're running insanely fast port scans.

      --
      -- Is "Sig" copyrighted by www.sig.com?
    9. Re:We kinda do this at Rutgers by Anonymous Coward · · Score: 0

      An anonymous stud writes:
      it would take me 20 minutes to completely spoof your system into thinking that I am 100% in compliance.

      and if I can do it, a well written virus can do the same.


      Oooo, your virile response has completely overwhelmed my disgust at your cluelessness in thinking that if something can possibly be broken it is completely useless always.

      Spoof me, big boy!

    10. Re:We kinda do this at Rutgers by pyite · · Score: 1

      Couple of points. You probably speak of how things were when everything was on the legacy network. Yes, that equipment was very much overloaded. However, with RUNET2000, most routers are yawning most of the time, the dorm routers being the exception and even those don't overload under normal conditions. Also, TD doesn't do port scans. You're probably thinking of IPS, whom I have no affiliation with.

      --

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

    11. Re:We kinda do this at Rutgers by oobar · · Score: 1

      ... and with your last two sentences you just gave some Cisco sales rep a stiffie. He's probably looking up Rutgers' IT department's phone number now, eager to peddle faster and more expensive boxes. :-) There's always a faster and unbelievably more expensive model in the Cisco line, it seems.

    12. Re:We kinda do this at Rutgers by Discordia · · Score: 1

      It serves mentioning that going back through the past few directors, ECS has been much more iron-fisted with the control they want to place on the machines connected to their network than TD has been. Granted, it's like comparing apples to oranges, but isn't that what the original poster was doing in the first place?

      Side note...didn't know there were so many of us RU folks on slashdot...I myself work in td, for NetSys. Drop me a line.

  14. Perhaps no software needed... by DavidpFitz · · Score: 5, Insightful

    The article doesn't say that client software is required at all... it says that after some checks the user may be prompted to download some software (presumably from an internal source) before it can connec to the internet.

    However, if this original check is just done by some network secutiry checking (ie. looking to see if there is a vulnerable version of SSH or a misconfigured IIS etc) then all that would needed to be done would be to fix the potential exploit rather than install a piece of client software.

    Potentially, this would just be like running nmap and other similar tools against the machine in question to test it out fot net-worthiness.

    It could also check for open mail relays, which could help in the Fight Against Spam (tm).

    D.

    1. Re:Perhaps no software needed... by Shimbo · · Score: 1

      The article doesn't say that client software is required at all... it says that after some checks the user may be prompted to download some software (presumably from an internal source) before it can connect to the internet.

      What I imagine that they are tackling is the problem of people connecting to the network without the latest patches and virus definitions installed. New installs and laptops tend to bite you.

      The way I would implement it would to have a server machine sitting on the network, providing tickets to authorize at the router. I'm guessing the antivirus vendors will add something to their existing wokrgroup/enterprise level management to do this.

      If it provided a good way to enforce your existing policies it could be a valuable tool. With Cisco, there is hope for a clean, documented specification, which might be of general use.

    2. Re:Perhaps no software needed... by Shimbo · · Score: 1

      The article doesn't say that client software is required at all...

      More detail in a CNN article.

    3. Re:Perhaps no software needed... by DunbarTheInept · · Score: 1

      What about this problem:
      1 - You either don't have antivirus software installed, or you do but it's out of date and you need the latest patch to be compliant.
      2 - The way to get the patch is via download online.
      3 - Since you don't have the patch, the router won't let you get online.

      So.... How do you get the patch?

      I think the system would have to have an exception in the denial of access to handle this situation. Perhaps it would allow noncompliant machines to only be able to reach one destination - the server where the antivrius software is available. Or, perhaps the router itself could hold a copy of the software that the client computer could be given access to.

      My general complaint is that if it claims machines with virus software are more secure than ones without, that leads to the stupid conclusion that machines running OS'es that don't *HAVE* viruses made for them are less secure (and should be denied access) than insecure OS'es that need the band-aid of anti-virus software on them.)

      A linux machine without anti-virus software is more resistant to viruses than a windows machine with anti-virus software.

      And, leaving the OS argument out, there's the problem that the standard required antivirus software will be a organizational standard, and therefore typically a bit behind the cutting edge. This could lead to the stupid case where you have to DOWNGRADE your antivirus software to an older version in order to be compliant.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  15. How about DOS attacks? by onyxruby · · Score: 1

    This makes me wonder how hard it would be for ISP's to block DOS attacks at the router level. I've been studying my Cisco lately, and it does readily doable, especially if the source of a ping flood or the like is known.

  16. Routers are transparent to end systems by cpghost · · Score: 4, Interesting

    End systems are not affected by routers dropping IP packets with harmful content. All what end systems see are IP packets. They may see less of them, if filtering is enabled on the router, but the packets have nothing special about them that would need AV software on the clients.

    But, a router doesn't always have to drop packets. It could tag them with a special marker, and clients could then react accordingly, e.g. by dropping them in their TCP/IP stack.

    This could be somewhat similar to what SpamAssassin does, when tagging spam mail with an X-Spam header. It's up to the mail user agent to decide what to do with mails tagged that way.

    --
    cpghost at Cordula's Web.
    1. Re:Routers are transparent to end systems by Entrope · · Score: 1

      By a similar argument, end systems are not affected by routers delivering IP packets. It would be safe to not deliver IP packets at all, and not require any special software on the router or end system.

      TCP and IP header bits are not particularly safe to redefine; compare with the problems when MRTU discovery or ECN notification began to be adopted. You can be sure that not all devices will do the right thing.

      It is also considerably obnoxious (and fragile!) to split the detection and handling policies between two management entities like you suggest. Whoever decides what content is "bad" should also take the responsibility for dealing with it. As a modern case in point, how many times have you received a spam/virus email where the virus attachment was blocked by an intermediate mailer (maybe with a note attached)?

      That actually annoys me personally: My mail server rejects mail with .exe (or .pif, etc) attachments. When a "helpful" mail server removes that attachment from a virus email, it means I get the email and my time is wasted by having to deal with it manually.

    2. Re:Routers are transparent to end systems by cpghost · · Score: 1

      TCP and IP header bits are not particularly safe to redefine;

      Yes, that's true. The only bits that come to mind, would be the TOS flags (3 bits) in the IP header, which are not used anyway; not in routers, and certainly not in end systems.

      Whoever decides what content is "bad" should also take the responsibility for dealing with it.

      Routing, and eventually tagging IP packets is part of the networking layer responsibility. Deciding what to do with packets which are tagged as "probably harmful" would be done by software on the end systems; software which runs in the application layer (at least conceptually).

      Then again, tagging packets based on virus detection, seems like belonging in the application layer too, and routers should stay clear of it.

      The whole idea of having the router tag packets they deem "harmful" is kinda flawed:

      • Routers will have to be stateful, to examine TCP streams.
      • Processing overhead is so high, only edge routers (of rather small networks!) would be able to handle the (CPU) load.
      • There's no logical reason why a router should perform this task. Running as a router doesn't give it more insight into the logic of a virus, than normal hosts.

      This last point is interesting though: If some helper application (or process in the router) identified a virus in a TCP stream, it could dynamically notify the router that this special stream is currently carrying a virus. The router could then modify its ACL on the fly, or reset the TCP connection altogether; preventing the virus from reaching its destination.

      Using dynamic ACLs or connection resets is not new. Some intrusion detection systems provide hooks to do this, hooks that are currently rather clumsy (e.g. they use SNMP to instruct the router what to do), and coarse-grained. Better support in the router, like, say, a HOST to ROUTER protocol, could help here.

      Of course, the router requirement RFC will have to be modified, for all this to be standards-compliant!

      --
      cpghost at Cordula's Web.
    3. Re:Routers are transparent to end systems by jacksonyee · · Score: 1
      But, a router doesn't always have to drop packets. It could tag them with a special marker, and clients could then react accordingly, e.g. by dropping them in their TCP/IP stack.

      Well, I see that the evil bit is alive and kicking still...

    4. Re:Routers are transparent to end systems by cpghost · · Score: 1

      Yes, but unlike multiregion DVD players, which also ignore the region byte (somewhat illegally, but who cares anyway?), hosts will be free to decide wether they want to honor this bit or not. Consider this as a hint, a suggestion, not as a policy that is forced upon you. If you choose to ignore the hint, that's perfectly fine, and, most importantly, this bit wouldn't break backward compatibility in any way.

      --
      cpghost at Cordula's Web.
    5. Re:Routers are transparent to end systems by Anonymous Coward · · Score: 0
      Aha, the evil bit:

      RFC3514

    6. Re:Routers are transparent to end systems by dobedobedew · · Score: 1

      But we already have that! Just have the router set the "evil bit" and we are all set. Heck, we've been talking about that one for quite some time! That should take care of prior art...

  17. WHAT?!? by xanadu-xtroot.com · · Score: 1

    Hopefully, this is not going to happen.

    WHAT?!?

    I'll give someone a few bucks to help rid the entire planet of the crap that's out there. I don't know about you, but I'm sick and tired of ridding my clients (and freinds, family, etc.) of all the bugs they get. If the ISP's can stop this crap at the routing level, man, I'm there. I'll happily pay the extra few bucks a month/year to make EVERYONE'S life easier.

    Yes, I use Linux (Gentoo represent!), but what's your point? I got a great OS for 100% free (ok, ok, I bought the CD's for 1.4, but not the point), why would I not plunk down some cash to make not only *MY* "computing" experience prettier, but also all of those people that are fabled to exist on the other side of the window next to me?

    --
    I'm not a prophet or a stone-age man,
    I'm just a mortal with potential of a super man.
    1. Re:WHAT?!? by Anonymous Coward · · Score: 0

      And you would accept being forced to run windows, in order to let McAfee antivirus authenticate to your ISPs router, to be able to connect?

    2. Re:WHAT?!? by xanadu-xtroot.com · · Score: 1

      The AC said:

      And you would accept being forced to run windows, in order to let McAfee antivirus authenticate to your ISPs router, to be able to connect?

      If I could trust the code to sit and run in the background and I (read as: the (L)users) don't need to do anything, then I don't see the problem. Don't take it to literal, I'm no coder, but, I trust OSS because there's millions of people that are that look at the code.

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
    3. Re:WHAT?!? by Anonymous Coward · · Score: 0

      I'm sick and tired of ridding my clients (and freinds, family, etc.) of all the bugs they get.

      Translation: I'm too damn lazy to administer my computers properly - I want someone else to do it for me!

    4. Re:WHAT?!? by xanadu-xtroot.com · · Score: 1

      Translation: I'm too damn lazy to administer my computers properly - I want someone else to do it for me.

      I guess you can't read right. My point was that it's my phone that rings when my friedns and family have computing problems. Most of them desire to have that damn IE Icon on their desktop, despite everyinthing I'e shown them. I use Gentoo, I wish I could convince my friends to ditch Win*. /me shrugs.

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
  18. Locked in to a AV? by Jumper99 · · Score: 1

    The system under development will allow a computer network to check the safety of incoming traffic. Any device trying to connect to the network will be checked to see whether it has security measures already in place. Those that don't can be denied access, shunted off into a quarantined segment of the network or forced to download a security program.

    Forced to download who's program? Hate to seem paranoid, but anyone else think you will be forced to download from Symantec, McAfee etc.? Guess we don't get a choice of AV programs anymore.

    --
    The opinions expressed here are not mine, but those of these dang voices in my head.
  19. How about...? by mu-sly · · Score: 1

    Maybe Cisco could work to block packets from insecure, unpatched Windows machines for currently known exploits? That would pretty much kill the cause of the problem at it's root, although I'm sure it would introduce a whole bunch of other problems that I haven't thought of yet! (Here's just one problem - how would you get to windowsupdate.com if all your packets were being blocked?)

  20. You missed the point... by Anonymous Coward · · Score: 0

    The name of the game is not to lock ISP customers out, the name of the game is to provide security for corporate lans/wans. Way too often, you have contractors connecting their infected laptops on corporate lans/wans and spreading viruses. A tool to block those unprotected computers before they can do anything is an old dream, maybe Cisco will fullfill it now.

    Naturally, I wouldn't like to see it at ISP level, it would be against individual freedom.

  21. I work for an ISP... by Cytlid · · Score: 5, Insightful

    ... and got my CCNA in June. We have a saying... "Let routers route and servers serve." Anti-virus is clearly a IT problem, but it's also a server responsibility. Not a router responsibility. I can't imagine supporting this. Every once in a while, we get someone (customer, whomever) who says "Oh! This new virus works on port 7654! Please block port 7654!" ... then I say "What happens if I run my website on port 7654? You can't get to it?". Limiting the function of a routing device because it might carry malicious code on an application level is a bad idea. This isn't a solution to the problem, this is another band-aid.

    --
    FLR
    1. Re:I work for an ISP... by Gaewyn+L+Knight · · Score: 2, Insightful

      Amen... especially since blocking those ports only stops it until someone brings their infected laptop on the inside and BOOM you have an outbreak.

      I work for a private university and during the luvsan outbreak even with all the interdepartment routers blocking it's traffic we still ended up with rampant infections.

      The PHBs wondered how on earth that could happen... come to find out it was one of them... with their laptop and wireless card. They weren't even using the network at each location they went to but their connection was live and infecting everything locally.

      Goes to show... fix the PROBLEM... don't just slap a bandaid over it and hope the germs don't get in.

      --
      Telcos have alot of dark fibre in the States. Most people assume that's optical fibre...but it's actually moral fibre.
    2. Re:I work for an ISP... by sonofasailor · · Score: 2, Interesting

      So exactly how do I remove the viruses that don't reside on my computer? These are the ones that generate all the crap traffic. I can drop at my router, but why should I clog my pipe. For the matter why would an ISP want to deal with traffic congestion on their core due to crap traffic? My providor has placed traffic shaping on my stream before, both on their own because they were so congested (and they notified me), and also at my request. The police patrol the street not my house on a regular basis, think about it!

    3. Re:I work for an ISP... by pyite · · Score: 1

      Um. So you don't apply any ACLs? You let every machine behind your network apply its own filtering? If thats the case, then shame on you, you're crippling your network. There's a reason the big Cisco boxes can run ACLs on the ASICs. When you do that, there's basically zero performance degredation. Being able to get to a website on 7654 is no use if your whole network utilization is at 100% because of worm traffic propagating through that port.

      --

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

    4. Re:I work for an ISP... by Anonymous Coward · · Score: 0

      Until there's a solution to the problem of people bleeding and getting their wounds poluted with germs, band aids work out quite well.

    5. Re:I work for an ISP... by LostCluster · · Score: 1

      If you've got a CCNA, you know the difference between outbound and inbound ports. If the new virus works on port 7654, and I have nothing on my network that responds to inbound communications on port 7654, I have no need for that traffic. Rather than block it at my firewall, why not block it at my ISP to keep it off my inbound bandwidth?

    6. Re:I work for an ISP... by Cytlid · · Score: 1
      So exactly how do I remove the viruses that don't reside on my computer? These are the ones that generate all the crap traffic. I can drop at my router, but why should I clog my pipe. For the matter why would an ISP want to deal with traffic congestion on their core due to crap traffic? My providor has placed traffic shaping on my stream before, both on their own because they were so congested (and they notified me), and also at my request. The police patrol the street not my house on a regular basis, think about it!


      Very true! I must debunk my first statement... (It was a knee-jerk reaction to the implications of the post... after reading the article, it was rather vague.) Cisco believes in three layers for routing devices: The Core, Distribution and Access layers. I'm concerned about putting this equipment in the core or distribution layers. This actually might work if it's closest to the desktops, at the access level. The basic principle being... "deny any infected user access to the network". Again though, it doesn't solve the root cause of viruses, it only offers a way to contend with the cascade of effects viruses cause.
      --
      FLR
    7. Re:I work for an ISP... by sporty · · Score: 1

      You argue for one side of the coin, where a layer 2 router does just that, and a layer 3 router inspect its data. A level 4.. 5.. so on and so on.. Best device for it's job right?

      But you can argue the other way.

      All a router does is inspect a level of the network layer, pulls out some data, and pushes the traffic depending on that layer. So what's wrong with a router or switch inspecting one layer more? Routers and switches already do it on the mac and ip level. Nothing wrong w/ inspecting the application data level :)

      --

      -
      ping -f 255.255.255.255 # if only

    8. Re:I work for an ISP... by forrestt · · Score: 1

      Maybe I misunderstood something, but my understanding of the article was that it would block traffic that had a payload containing a virus. In other words, the router would periodically get a set of virus definitions, and scan all traffic. It would then only allow clean (non virus def matching) traffic through. I would imagine the overhead of such a system to be astronomical, but then again we are talking about Cisco routers, so that may not be a problem. I didn't get anything about blocking specific ports.

    9. Re:I work for an ISP... by Asprin · · Score: 2, Interesting


      Agreed, but I don't think we'll get a *complete* solution to this until MS un-activates all of their APIs and rolls new ones out to the existing 9x-XP desktops. I think they can see the handwriting on the wall about this (and that's really why Linux and DRM are so important to them right now) but they are slow to implement the changes, let's face it, their entire corporate business model is strategerized around making it easy for developers to script, code and remotely activate EVERYTHING, and this is a conflicting interest with that strategery.

      If we (the general universe of software buyers, not the /. audience) are going to stick with MS Windows as our #1 choice for A desktop OS, then the problem for us is that at whatever point MS decides to do "the right thing", we're probably three to five years from the ideal solution being fully implemented.

      --
      "Lawyers are for sucks."
      - Doug McKenzie
    10. Re:I work for an ISP... by Torrenc · · Score: 1
      You raise a good point, however you should note that the article isn't talking about blocking ports. More than a handful of my customers have found out the hard way that blocking ICMP is a bad thing on your internal network.

      Cisco has had "quarantine" capability like this for some time in their VPN3000 series of products. Those integration with things like Zonelabs Integrity, which in turn integrates with A/V software from the top 4 or 5 vendors. That's a powerful solution for securing remote access.

      This appears to simply be an extension of that approach to a LAN or WAN instead of just a VPN.

      The other thing to keep in mind here is that this is more an enterprise tool than an Internet/carrier tool. Your average ISP would have a tough time forcing this onto users. Big Corporation XYZ won't.

    11. Re:I work for an ISP... by duggy_92127 · · Score: 2, Interesting
      We have a saying... "Let routers route and servers serve."

      By and large, this is, of course, correct. But that's not to say that there aren't some sane roles for a router to play in network and even system security.

      Here's a random thing I thought of, tell me if this seems sane. You're running a network of machines; you want to make sure these machines all have a certain patchlevel in order to participate.

      So, each machine has software installed that keeps track of which patches are installed on the machine. When the machine starts up, it does the following: contact DHCP/router and get an address. Router goes into 'lockdown' mode for that addy, which means only letting it talk to one server. Machine contacts that server for a patch list. If the machine is up to date, it contacts the router and router turns off 'lockdown' mode. If it's not, software comes up to install patch from the server.

      Of course, I've left out some details on a proper implimentation, but isn't this a fairly sane way for a router to participate and cooperate in order to try and keep a network "safe"?

      Doug

    12. Re:I work for an ISP... by PitaBred · · Score: 1

      I think the point of the article is that they wouldn't have been on the wireless connection through the internal router until their computer was guaranteed clear or had AV software on it. It's not a bad idea, as long as we trust them to implement it correctly.

    13. Re:I work for an ISP... by cpghost · · Score: 1

      Agreed. Assume that an IDS system detects that a (lengthy) virus is just being transmitted. This IDS system could then notify the router to close the TCP connection, to prevent the virus from reaching in its entirety the victim host. The router would need a hook (SNMP?) to quickly close a connection, as long as it persists.

      This wouldn't catch small virii, that fit in a single IP packet, but the vast majority of them are transmitted in TCP and are large enough anyway. An IDS would still have plenty of time to instruct the router to reset the connection.

      OTOH, the router will not necessarily have to close the TCP connection itself. IDS could do this too, masquarading as the victim. There's no reason why the router should be bothered with this task, right? And it would be faster too.

      To summarize: "Let routers route, servers serve, and [AV-]detection systems stop virus TCP streams dead on their tracks.

      --
      cpghost at Cordula's Web.
    14. Re:I work for an ISP... by Gaewyn+L+Knight · · Score: 1

      Yes... but VERY few places have enough money to give a router port per connection....

      --
      Telcos have alot of dark fibre in the States. Most people assume that's optical fibre...but it's actually moral fibre.
    15. Re:I work for an ISP... by Anonymous Coward · · Score: 0

      Limiting the function of a routing device because it might carry malicious code on an application level is a bad idea. This isn't a solution to the problem, this is another band-aid.

      Any kind of fix you can think of, whether it is AntiVirus updates, OS updates, updates, updates, updates.. its all considered a band-aid. A solution would be to nuke any country that has people who are convicted of creating or distributing viruses. Eventually every country on the planet will be nuked and we wont have this problem anymore. Really though, any kind of solution you can think of will have to be re-applied over and over again because of the human element involved. Humans creating the problem and humans trying to fix the problem. Problems will always exist. It comes down to using the right tools, and there are routers out there that work at the application level, and are the perfect tools to help limit distribution of viruses, if implemented correctly.

    16. Re:I work for an ISP... by oobar · · Score: 1

      I wonder if you could do this effectively with DHCP leases? Configure your DHCP server to set a timeout on all DHCP assignments to, say, 12 hours. Then have a dedicated machine running ettercap or snort or something that looks for virus/worm traffic. If a signature is found for a certain IP address, pass that along to the DHCP server so that it will not allow that MAC address to renew its lease.

      You could even make this easy for the end user: Have the DHCP server assign an IP address on a special "blackhole" subnet, when notified that the person is spewing a worm. Configure this such that all outbound traffic on 80/tcp is redirected to a web server, and the rest dropped. The web server would send a basic page saying, "Sorry, your computer is infected and has been quarantined, please call the IT dept."

      With this method you maintain the "routers route, servers serve" mentality since you can do all of the checking and decision making in the snort and DHCP boxes. Leave the routers out of it...

  22. How does this affect free AntiVirus? by 0x457269 · · Score: 1
    If companies will have to pay a license fee to the consortium of AV companies named, will that not be passed on to the customers buying AV programs.

    Does this spell the end of free (as in beer) AV programs such as AVG from www.grisoft.cz or http://www.grisoft.com

  23. Lame by Smuj · · Score: 2

    Okay, first of all, this won't require anyone to install any client application anywhere. That's the point. The filters would steer away malware at the router, before it even reaches the user.

    Secondly, this is a good idea, so long as it's implemented only at gateways to private networks. Signature based filtering is bound to block some legit traffic, and network admins need to keep that in mind when implementing this kind of functionality.

    Third, Cisco routers already do this to some extent. You can block some malware using NBAR (network based application recognition) and ACL's. (It's a good thing. It helped me make Code Red go away on my network back in the day.) This feature is a logical next step.

    And finally, does anyone actually read these things before they post them (michael)? Even if you overlooked the grammatical errors, the factual inconsistencies alone should have kept this thing from ever hitting the front page.

    1. Re:Lame by Anonymous Coward · · Score: 0

      According to some of the more descriptive articles, this is not about inspecting packets. It is about requiring Symantec or McAfee antivirus-software to authenticate to the router, before ANY packets go through, except maybe packets to symantec.com

      If Symantec antivirus software doesn't run on your platform of choice, no internet access to you.

  24. different approach that may just work by pvt_medic · · Score: 2, Interesting

    This is an interesting approach that may prove to be effective. The problem in the past in fighting viruses is that you have to have each individual computer updated. Most computers just were not updated regularly, despite the development of automatic systems. But by placing stragic routers across the internet and having them filter through these you could effectively fight viruses as effectively as any AV software could. I know my university scans all incoming e-mails and cleanses them, i think i have only once in my career here then recieved an infected e-mail. You do get into some ethical dilemas if you implement this on a global scale though. is it ok for the backbone of the internet to filter content? Its one thing for an ISP to do this, but what if a country like china wants to deam certain traffic dangerous and have them cleansed by the routers as well. (maybe not the best example since they do have the great china firewall, but you get the picture)

    --
    30% Troll, 50% Underrated, 10% Interesting
    Score:5, Troll
    1. Re:different approach that may just work by bigtech · · Score: 1

      Maybe not that new -- What I read between the lines is a system like that used in some games, e.g., Unreal Tournament, to prevent cheating. You have to download a binary (that changes frequently), then when trying to connect to the server, there is an initial challenge/response that must be satisfied before access is granted. Cheat systems won't respond correctly, and as soon as a hacker discovers how to fake it out, a new version is presented.

  25. Would never work. by Raven42rac · · Score: 1

    This would just never work. I do not think people would be overjoyed at the prospect of needing "yet more security" to be purchased on top of their hardware and software. Why would running AV software be necessary if it gets stopped at the GW/ISP? Make it transparent to the user, in the end that is your customer, it should not be your job to make your customer jump through hoops in order to get the most out of their computer/internet connection, regardless of OS. Where would this leave the specialty operating systems? Screwed? Having to wait for Cisco to make AV software for their platform? There would be hell to pay from Universities/Businesses/Etc. The Internet is not something that one company should be able to control, it is not a quantifiable object like say, a diamond, a car, or a house. It is more of an abstract idea for how things interconnect. That would be like making a device for the brain, and if you didn't run the correct software, your feet would stop working correctly.

    --
    I hate sigs.
  26. Spelling still not required by worst_name_ever · · Score: 0
    it might mean that your required to have anti-virus software installed in order to use the internet.

    Luckily, there will be no such requirement to use proper spelling when submitting /. stories...

    --

    In Soviet Rush, today's Tom Sawyer gets high on you.
  27. Possibly Misleading Headline by cleetus · · Score: 1

    After reading the article, it seems like the router probes the source of 'suspect traffic' for known vulnerabilities, and if the source appears compromised, the router then quarantines/drops/whatevers the traffic until it can verify the source has been patched.

    Not a well written article though. Quite short on technical details; my interpretation could be wrong too.

    Cleetus

  28. If it stays on the router-side only, that's great! by shermanradio · · Score: 1

    This sounds like a promising idea to me, if the implementation stays on the router itself. It sounds like the router will look for packet sessions identical to those used by worms/viruses, and move those clients to a null-routed subnet. If it works, then by all means go for it. As long as moving customers from a live routed to null routed interface is simple, then I fully support any ISP implementing it.

  29. Just write a decent rule set by sonofasailor · · Score: 1

    We use Trend on our mail servers which is WONDERFUL. McAfee updates would crash our mail servers occasionally, Trend never has. Also it seems to have far better identification and irradication compared to McAfee. Though this partnership seems odd. It seems that you could achive similar results with an ids hooked into cisco ids ios that is already out there. I think the biggest problem is junk not getting blocked at the core. I don't have this problem with my provider they just wrote some rules that has really relieved Nachi congestion on my router. I know that some of the other provider REFUSE to do any traffic shapping for my other locations. I also do egress filtering to make sure I am not the source of the problem. Personally I think all the cable / dsl modems should BLOCK some of these ports, or at least slow the amount of traffic that is generated on these ports. Honestly why in the world should a home user need to send icmp traffic to more than a few addresses within seconds.

  30. Great Idea, but.... by Clinoti · · Score: 1
    It's becoming more and more increasing difficult to be a user on the internet without having to bow down in some way to Microsoft and their influence on the internet. Why suddenly do I have to suffer and do AV on my system(s) routers and local boxes when my network is secured like a transvestite in a holding cell?

    It's bad enough that I have to suffer with the net being slow due to MS's newest bug/worm/exploit that by right should have no effect on me as a *Nixite and now I have to deal with shunted traffic.

    While it's great that some of the bigger companies are going to clean up the mess for them, they need to realize that by the nature of the internet this is not going to happen.

    "In a conference call Tuesday, the chief executives of all four firms said virulent programs like Blaster and Slammer demanded a more coordinated defense, with security programs and hardware working together off a shared set of standards."

    Great another internet proprietary standard at the top level. Seems like Verisign started a trend of "How to drive business in segement of intra-commerce". I don't want to be forced to download program from someone who's business model I don't trust or depend on to do my business. More so in arenas where I never needed their products.

    How about instead we just start using ssh/https the way it was meant to be used? How about those companies work on what they are good at and let me worry about the network part of it?

    --

    Let's keep in mind that patents are in place to keep lawyers employed and keep them litigating. -CatGrep

  31. Huh? by FrostedWheat · · Score: 1

    If the virus is blocked at the router, why would you need anti-virus software?

    Still .. it's the wrong solution to the problem. Client-side virus scanners and better operating-systems are the best solution. Packet filtering can only go so far and may often have unintended side effects.

    1. Re:Huh? by pvt_medic · · Score: 1

      yeah but nothing is 100%.

      this will help with dealing with the large scale problem, you still have viruses that will get around these.

      --
      30% Troll, 50% Underrated, 10% Interesting
      Score:5, Troll
  32. Security measures by pjrc · · Score: 4, Interesting
    From the article:

    Any device trying to connect to the network will be checked to see whether it has security measures already in place.

    I just gotta wonder if this is going to look for any response on certain ports like 135-139, or if Cisco is specificly going to check for a proprietary response from the products of Network Asc, Symantec and Trend Micro?

    What it ought to do is a TCP fingerprint and look for any Microsoft Windows operating system.

    1. Re:Security measures by Progman3K · · Score: 1

      So of course the very first thing virus writers will do is write code that makes your computer look like it should for the routers scanning it.

      QED

      --
      I don't know the meaning of the word 'don't' - J
    2. Re:Security measures by tholomyes · · Score: 2, Insightful

      From what I've heard from Cisco (yesterday), it sounds like it is probably a proprietary response from the specific applications-- including Cisco's Security Agent, too, so you can't let the unprotected users get on (and infect) your internal network.

      I don't think Cisco's dumb enough to set it up so the response could be so easily faked. So it will take time to figure out how to, er, emulate those proprietary responses (*grin*).

      The OS fingerprinting is coming, too, a little further down the roadmap-- and then can prevent users from getting on the network unless they have the latest Windows patches et cetera.

      Don't know what this means for us BSD/*nix users...

      --
      When did the future switch from being a promise to a threat? -C. Palahniuk
  33. Viruses isnt a word by Numeric · · Score: 0

    Virus is already plural.

    --
    -- ladies and gentlemen we are floating in space!
    1. Re:Viruses isnt a word by Progman3K · · Score: 0, Troll

      I think you mean 'virii'

      --
      I don't know the meaning of the word 'don't' - J
    2. Re:Viruses isnt a word by Maznafein · · Score: 1

      Viruses is definately a word, it's the plural of virus. Virii isn't a word though. Perhaps you should read the dictionary again chief :)

      From dictionary.com:

      virus ( P ) Pronunciation Key (vrs)
      n. pl. viruses

      Any of various simple submicroscopic parasites of plants, animals, and bacteria that often cause disease and that consist essentially of a core of RNA or DNA surrounded by a protein coat. Unable to replicate without a host cell, viruses are typically not considered living organisms.
      A disease caused by a virus.
      Something that poisons one's soul or mind: the pernicious virus of racism.
      Computer Science. A computer virus.

      -maz

      --
      <happiness>beer</happiness>
    3. Re:Viruses isnt a word by Anonymous Coward · · Score: 0

      Dictionary.com shows n. pl. viruses

    4. Re:Viruses isnt a word by BubbaTheBarbarian · · Score: 1

      isnt ain't a word either... :)
      WAR TUX!

    5. Re:Viruses isnt a word by Trejkaz · · Score: 1

      Nice troll, sir. :-)

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
  34. Talk about paranoia by Anonymous Coward · · Score: 0

    Looking at it in an negative light however, it might mean that your required to have anti-virus software installed in order to use the internet. This can be a *big* problem for *nix/mac users which normally don't need or use AV software.

    Holy weasel words Batman. How you got that from the article to begin with totally escapes me. It says if you're scanned and found to be infected you may be required to download stuff. It doesn't say you're required to have anything installed to access the internet. Just chill out. This looks like a sane enough idea to me. Just look at the problem: A user with an infected computer connects to a LAN. Their computer then immediately begins infecting other computers on the LAN. The solution is exactly what Cisco is doing here. Check for infection first, then allow them on if they're clean. Where else are you going to do this but at the router?

  35. VPNs & encrypted email a risk? by G4from128k · · Score: 1

    Router-based virus filtering is unlikely to work if too much traffic is over VPNs or in encrypted e-mails. Viruses in encrypted transmissions would pass unfiltered through all the intermediate routers. Overlapping VPNs (such as when multiple companies interconnect in a supply chain) create a potentially unfiltered path for viruses to spread far and wide.

    VPN and encryption users could protect themselves with other virus filters (or virus filtering on internal routers that handle plaintext). But, we all know about the low rate of patch adoption.

    Ironic that one type of security measure, VPNs, makes another security measure, filtering routers, less effective.

    --
    Two wrongs don't make a right, but three lefts do.
    1. Re:VPNs & encrypted email a risk? by Peer · · Score: 1

      Overlapping VPNs (such as when multiple companies interconnect in a supply chain) create a potentially unfiltered path for viruses to spread far and wide.

      You would hope that people that can set up such VPN connections secure their systems without their router telling them to. If they don't, it's still their problem alone, so I'm not bothered.

  36. A new start for internet? by MrMr · · Score: 1

    ...checked to see whether it has security measures already in place. Those that don't can be denied access, shunted off into a quarantined segment of the network...

    Is it just me, or does this sound like the re-birth of the internet, where vulnerable OS-es are quarantined into a kind of proprietary subnet?

  37. Complaints Department, take a number by Anonymous Coward · · Score: 1, Insightful

    Lots of complaints, nobody looking on the bright side...cutting down the bandwidth used on your network, the internet and everywhere by silly viruses. I work for an ISP, this would be a Godsend in terms of saving on bandwidth both for us and for our customers.

    If we stop the viri at the router before it gets out, then it doesn't waste precious cycles and bandwidth elsewhere. Just my .02

  38. security measures by Nyh · · Score: 1

    Any device trying to connect to the network will be checked to see whether it has security measures already in place.

    Wich security measures?

    Isn't it the problem that the traffic containing the virus might be legitimate traffic? It won't help against hole n+1 in Outlook. You get an e-mail from your friend who is also using Windows XP extra secure. You receive it, virus installs itself and starts sending copies of itself through the net. Nothing to halt is because all traffic is comming from secure machines and networks.

    Only when the new virus definition is uploaded to all amchines the virus will be stopped. But a new virus needs only a few hourd to infect the whole world.

    It will only stop the exploid on known security holes.

    Nyh

  39. wrong place by Anonymous Coward · · Score: 0

    ...sounds like moving graphics code to the kernel for speed. Yeah, it might work, but it's a bad idea for MANY reasons.

  40. I don't mind this by digitalgimpus · · Score: 3, Interesting

    I'm sure a open source product will allow Mac/Nix users to access such networks (at no cost).

    Would make computing much more secure.

    It's still annoying for Mac/nix users to get thousands of annoying virus emails from their windows friends (if you can call them friends).

    Every product normally starts out with 1 company producing it... if it's good, normally clones come about.

    1. Re:I don't mind this by Anonymous Coward · · Score: 0

      It's still annoying for Mac/nix users to get thousands of annoying virus emails from their windows friends (if you can call them friends).

      I am a windows user and I never get virus emails from any users... yet "Mac/nix" users get them? I know you might have a problem, but you guys still need to stop responding to all those penis enlargement ads!

    2. Re:I don't mind this by digitalgimpus · · Score: 1

      all you need is to be in people's address books, and those people to open a virus attachment.

  41. RTFA: This isn't about blocking traffic... by romcabrera · · Score: 5, Insightful
    RTFA: This is about blocking "network access to any computer or device that doesn't have its own security measures in place".

    That is way veeery different. Stations will be ENFORCED to have installed this software in networks with this scheme. WTF???

    1. Re:RTFA: This isn't about blocking traffic... by Anonymous Coward · · Score: 0

      Don't forget the other two options..
      "Those that don't can be denied access, shunted off into a quarantined segment of the network or forced to download a security program. "

  42. Active filtering by Insipid+Trunculance · · Score: 1

    I am not sure if this is the right move.Even if viruses take a big toll on our mental peace by wreaking havoc i think that a small price to pay for what might follow.

    I dont think that the router should be doing anything else than routing the data.if today it scans the packets for viruses tomorrow it will be looking at subversive or unwanted content.we dont want a censor on the internet.

    Remember these words:Those who sacrifice liberty for safety deserve neither.

    --
    Wanted : A Signature.
  43. It might even work. by BuilderBob · · Score: 5, Insightful

    It's entirely possible this article and the security program is directed at Windows users only. Neither Cisco or the Anti-virus vendors are malicious enough (IMHO) to block Unix/Mac boxes because they don't need the anti-virus software the companies sell. The wild internet frontier of email-address-confirming porn and Gatorware is probably here to stay.

    It's also possible they might figure out a way to block certain version of programs, say WuFTPd, from having an unsecured link to the outside world. This could help prevent a university network being used as a DDOS tool because a student didn't upgrade his ftp server. Or a mail server which doesn't smart-relay through an authenticating server to stop student PC's spamming.

    It's not always a virus that brings a network down. But when a university is forced to print 10,000 CDs with anti-virus and windows worm-removing tools to give to new students (who aren't allowed access to the university network if their box looks active on port 137) this might look like an alternative.

    The evil that it does bring is in the form of anti-Free networking, where Linux boxes are used to form cheap routers and gateways, without a Cisco(R)-Symantec(R) licensed monitoring system, your access to the larger internet may be limited by your upstream provider, ala Verisign certs.

    This system is probably for the intranet users to stop an OE/ IE virus bringing down their system before the poor tech guy patches the boxes.

    1. Re:It might even work. by dbitter1 · · Score: 1
      The evil that it does bring is in the form of anti-Free networking, where Linux boxes are used to form cheap routers and gateways, without a Cisco(R)-Symantec(R) licensed monitoring system, your access to the larger internet may be limited by your upstream provider, ala Verisign certs.

      My "upstream provider" would be fired in a heartbeat. If I was high enough to be on a peer agreement, in would come the army of lawyers.

      --
      For us carnivores, "Sucking the marrow out of life" isn't a transcendentalist philosophy but a practical instruction.
    2. Re:It might even work. by djtack · · Score: 1

      The evil that it does bring is in the form of anti-Free networking, where Linux boxes are used to form cheap routers and gateways, without a Cisco(R)-Symantec(R) licensed monitoring system

      Don't worry, I'm sure there will eventually be a patch for Linux's iptables, so it can detect the evil bit.
      Your linux firewill could have something like this:
      /sbin/iptables -A INPUT -p tcp -m tcp --tcp-flags SYN,EVIL SYN,EVIL -j DROP

  44. Cool! by jav1231 · · Score: 1

    Now M$ need not be in such a hurry to fix code. They should love this!

  45. Corks in a Dam. by Adm1n · · Score: 2, Insightful

    Perhaps CISCO should concentrate on fixing the HOLES in IOS as opposed to the Fixing the HOLES in MS products? Either Way, if they enable said features, it will be the first thing I disable during installation. :)

    1. Re:Corks in a Dam. by Cramer · · Score: 1

      Which begs the question: how many people actually turn on this very feature in their cable/dsl router? Yes, netgear, linksys, and other vendor's consumer "routers" have virus software awareness built into them.

      Personally, I never load the firmware image with that (stupid) capability. Just because I have AV software installed and running doesn't mean nothing will get through. And AV software that does "passive" inspection of web and email traffic more often screws those things up more than protect anything -- that's why I removed PC-Cillin from my laptop; the web filter kept sending my requests to the wrong server (usually cisco, oddly enough.)

    2. Re:Corks in a Dam. by Anonymous Coward · · Score: 0

      And what holes would those be?

    3. Re:Corks in a Dam. by leifm · · Score: 1

      With my Linksys AP I used to turn this on, and then exempt my static IPs, my theory being if someone cracked my WEP key then they'd be presented with the Linksys "you don't have whatever av installed" screen. But then I figured spoofing my exempt IPs would be easy enough, so I stopped doing this.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
  46. Same domain, different problem by fraudrogic · · Score: 1

    Doesn't this fall in the same category as MS patching up they're OS to avoid hacker exploits? Isn't somebody going to find a way to exploit this? It seems that computer viruses(sp?) are going to behave, in a lot of ways, like bacteria. If you throw a lot of anti-bacteria out there, they'll just evolve and overcome and become a stronger nastier bacteria. Isn't some networking evil genius going to find a way to exploit this solution as well? Actually causing/stimulating the creation of an even nastier virus that is a lot harder to detect/destroy?

    --
    I only mod up parents of "mod parent up" posts...
  47. This is nothing new by arth1 · · Score: 4, Informative
    Rather than check if you have the latest version of norton installed..but perhaps I read it wrong?

    The way I read it, their marketing department has just found out that LinkSys (now Cisco's subsidiary) has had this functionality for years now, where the cheapo firewall routers can be configured to not give access to the outside unless certain AV software is installed on the host. So it's marketed as a new innovation -- there's probably half a dozen patents filed for it already, plus a bunch of different names under which this can be marketed.
    Problem is, it doesn't work except in very specific and small homogenous installations.

    Regards,
    --
    *Art
  48. I already have to deal with this... by ZackSchil · · Score: 0, Troll

    My school requires anti-virus software (Symantec) to be installed on every machine of the network or else your connection gets cut off. Has anyone here even USED the Mac OS X version? Apparently, all it does is throw up error messages on startup. "Live Update could not be found..." "Kernel Extention not loaded" blah blah blah! Ugh! Why would anone make a program that doesn't actually do anything but throw up errors?! I don't think I've ever seen it do anything but. Here's my $40, now give me that antivirus program that doesn't actually check for viruses that could hurt me because there aren't any! Another case of boneheaded IT... I wonder how much the site license set them back...

    1. Re:I already have to deal with this... by ZackSchil · · Score: 1

      Troll?! Obviously, whoever modded me down has also never used the damn program. Sometimes I wonder about this moderation system...

  49. How is this any different? by Nathan+Cassano · · Score: 1

    How is this any diffent than using iptables to block network viruses?

    # Block Code Red Virus
    iptables -t filter -A INPUT -i eth0 -p tcp --dport http -m string --string "/default.ida?" -j DROP

    --

    ---------
    This space for rent. Call 1-800-SIGADVT to place your ad.
  50. One of the worst idea I have seen (net-wise) by NevesisEF · · Score: 1

    Of all the things I have seen flying back and forth about this and that, this has got to be one of the worse ideas I have seen yet for the Internet community. Should this go through, we finally give up the internet as it was designed to be - a global network of open systems. Just because some software manufacturers cannot design a system that is open to one expoit after the next, do we start modifying our infrastructure to compensate? I think that is ludicrous! I can see the need to deal with ping floods and brodcast storms, but viruses at the router level? Some day, somebody's streaming video is going to fail because the router detected an anomaly in the bitstream - or worse yet, what if some SSL encrypted data gets trapped? Let the servers deal with their data. If they cannot handle it, well, that's just their problem. So much for a free, open internet... I have seen this concept getting buried more and more every day, but at least it was just being overshadowed by those who seek to exploit it's nature for the most part - but now we are placing such restrictions into the infrastructure.

  51. Cisco's product strategy by losttoy · · Score: 1

    If you look at the evolution of Cisco's products, you will see that they are heading towards one-in-all products.

    The routers now feature routing, limited switching (a switch module in the 3600), firewall (CBAC), IDS, VPN, VoIP, Limited IP telephony, caching (including HDDs) and streaming. So its no surprise that they are building in layer-7 awareness check into it also.

    Look at firewall vendors. They are also building in layer-7 awareness into the products rather than depend on an external IDS. Consolidation is the name of the game. IMHO, I don't think the one-in-all product is a good thing but I think its a hit with IT *managers* and bean counters. They can't seem to understand the plethora of boxes required to run a network safely.

  52. Evil Bit by jeffy210 · · Score: 1, Funny

    Nah, they're going to solve the packet shaping
    issue by appending the "Evil bit" to the
    virus packets :)

    --
    ------
    "And may your days be long upon the earth."
  53. DRM ? by MoonFog · · Score: 1

    From the article :
    Cisco, Network Associates, Symantec and Trend Micro will develop a new system for protecting networks against infection. The system, which the four firms hope to start selling early next year, will be able to block network access to any computer or device that doesn't have its own security measures in place.

    Isn't this sort of DRM related ? "it's own security measures in place". Don't like the sound of that...

  54. What a mess by hallie_ball · · Score: 1

    Before 1995 we didn't have such a mess on Internet like nowadays.
    In 8 years there is a lot of things happened with this medium, Microsoft has exploited it and we are getting the garbage, it's like a mining company who is poluting the surface where they mine.

    The question is:

    Why should we (the users, etc...) make the Internet to the standards of Miscrosoft's interpretation of using it.
    Let Microsoft get a kinda "certificate" before a Microsoft machine can connect to it.
    Better it is, give a router the "rule" to deny a Microsoft machine to connect to Internet without proper identification.

    What about that, instead of exploiting the Internet by a mining company from Redmond.

  55. Cisco trying to be a IPS provider by Anonymous Coward · · Score: 0

    They are just trying to grab a strong hold on the Intrusion Prevention market. Cisco can barely handle routing with a complex ACL in place. The Pix throughput is horrible. Not sure how they plan to do this with any level of success, especially at high bandwidth points.

    I'd be much happier if they would come out with a blade to insert into layer 2 devices that would block the problem(s) at the port level. They would likely have a better chance of sucess there too.

    I guess since they bought out Okena they see themselves as security experts in the IDS/IPS realm.

  56. Anti-Virus software cuts the speed of your system. by CKW · · Score: 1


    Anti-virus software cuts the speed and responsiveness of your system when starting processes in HALF. As a person who is always starting and stopping tools and utilities and apps, putting in AV would be a big no-go for me.

    I have a real firewall and a DSL Router, I don't use Outlook nor IE, my systems are patched, and I know how recognize the trust level to place in places I visit on the web and to scan every single thing I download from the net and save to my HDD before I toy with them.

    I've been on the net since 92, I've never had a virus and I probably never will - and if I do I know I have the capability to recognize it (bandwidth monitors, activity lights, etc etc) and clean it.

    I'll abandon any ISP who forces ALL of their users to run AV software. I will agree it would be a great idea for the unwashed masses. But I am clean and sharp :)

    I like Bell Sympatico High Speed's approach here in Ontario. They're giving a 3-12 month trials of and then selling cheap subscription firewall/anti-virus/anti-spam software. They're efforts to "market" this stuff keeps their "unwashed masses" quite well informed about the dangers of the internet.

    And everyone knows the first step to enlightenment is education.

  57. The worst virus is the antivirus software itself by truth_revealed · · Score: 4, Funny

    Antivirus software slows down your machine to a third of its original speed. Disable it and see for yourself. You'll never use that junk again.

    I have a much more comprehensive scheme for identifying viruses anyway. I have modified my OS to pop a dialog for each incoming letter and verify if I want to accept it or not:

    You have received the letter "G" from IP address 192.132.54.99 on port 492.
    Some viruses are known to have the letter "G".
    Would you like to accept it?
    Yes No

    You have received the letter "r" from IP address 192.132.54.99 on port 492.
    Some viruses are known to have the letter "r".
    Would you like to accept it?
    Yes No

    You have received the letter "e" from IP address 192.132.54.99 on port 492.
    Some viruses are known to have the letter "e".
    Would you like to accept it?
    Yes No

  58. I hope this doesn't mean... by barfarf · · Score: 1

    ..that every time a new virus comes out that now we have to patch our routers with new virus definitions too? Sounds like this in itself could potentially be exploited...

  59. Good idea.. by adeyadey · · Score: 1

    At one time I was getting 50 virii/day, all small variants of a few types. It would have been so much better for everyone to have them filtered at ISP level. Seems like an easy fix at router level.

    And no reason I can see why every one should have AV software because of this..

    --
    "You lied to me! There is a Swansea!"
  60. This is targeted at corporations by Katchina'404 · · Score: 1

    I hust happened to be at a Cisco / Synstar presentation on security and products yesterday. Some engineer from Cisco talked about that.

    It seems more like :
    - It is targeted at corporations who need to deal with more than just one entry point to their network, some of which are currently hard to deal with (VPNs from badly-secured home PCs, legacy dial-up access, laptops that have connected to other corporate networks and/or the Internet).
    - The idea seems more like having some sort of automated verification system that will check if you're remote computer / laptop is up to date with the current policy (patches, anti-virus...) before opening the firewall ports and allowing acces.

    My first thoughts were "OK, what verifies the verification system for compliance, attacks or tampering ?" and "What if some malicious software somehow manages to disrupt the communication and makes the system believe that the infected host is actually clean ?".

    OK, we don't really know yet what is the intented architecture behind the marketing linguo, but we soon will. Then we can start pondering if it's secure or not.

    --
    Ceci n'est pas une signature
  61. Re:Censorship in the Router? [mod parent up!] by Anonymous Coward · · Score: 0

    What is it, reverse-endian mod day? If the post isn't tragically insightful, at least run it by your humor neurons.

    Hehe..."RightRoute"..is that taken yet?

  62. sp? by Colonel+Cholling · · Score: 0, Offtopic

    it might mean that your required to have anti-virus software installed in order to use the internet.

    If only one would be required to know the difference between "your" and "you're" to use the internet...

    --

    I am Sartre of the Borg. Existence is futile.
  63. If a site is so MS-centric by shoppa · · Score: 2, Insightful

    If a site is so MS-centric that they require I use MS software to send them E-mail, then I don't want to send them E-mail. It's that simple. There is a well-established process (RFC's) for Internet standards. If someone chooses to ignore them, they're the ones going off into fantasy land.

  64. How about a variation on the theme ? by aspeer · · Score: 1

    Instead of building all that complexity into the switch/router, how about an option that allows the switch to send a snmp trap event to a "gatekeeper" machine on the network whenever a port comes live.

    The gatekeeper can run all the checks/tests it wants, then allow/disallow the device network access, signifying access allowed/denied via an snmp put to the switch (or some other simple protocol).

    During the time between link up and the gatekeeper machine allowing/disallowing access, the switch/router would be configured to only allow comms to certain devices, eg a dhcp server and perhaps (for MS clients) a domain controller etc.

    Of course for every complex problem there is one answer that is simple, clear and wrong. This post probably proves that there may be more than one wrong answer to a problem. What happens when a hub is cascaded off a switch for example ?

    I am not across the feature set of Cisco switches (my site is managed by EDS - no playing with switches for me), but I would like even the simple functionality of approving/denying access based on MAC address from a central machine. The gatekeeper concept would be the extension to that wish ... however feel free to slap me around if a similar feature already exists in Cisco switches.

  65. This is a job for IPS by brainvision · · Score: 1

    Malicious packets should be blocked on a case by case basis. If my host is infected with Slammer, for instance, I should be able to talk to your MS-SQL server, but have my Slammer packets blocked.

    It's called intrusion prevention (IPS). There are companies that offer this technology today, even in switches, but Cisco is not one of them.

  66. Use a Blackhole Router by Robert+Hayden · · Score: 2, Informative

    Use a blackhole routing system instead of ACLs. easier to manage and because it uses uRPF to do the drops, it's very hardware friendly. I posted a summary on NANOG about two weeks ago how I did this at the University of Wisconsin.

    1. Re:Use a Blackhole Router by pyite · · Score: 1

      Hmm... an interesting idea to say the least. However, what I'd be most worried about is the effect this technique has on route summarization, since you now have stuff being routed out of where it's originally supposed to be. I'm not familiar with uRPF so there certainly might be something I'm missing.

      --

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

    2. Re:Use a Blackhole Router by Robert+Hayden · · Score: 1

      The BH router will inject /32 into your internal routing table (we use OSPF) of those IPs that you want to block. At best, you might inject a couple hundred routes into the network. If you have heavy OSPF summarization, then things might not work where you summarize between areas.

      uRPF was originally designed to prevent IP spoofing by attaching it to edge interfaces. It can then be crowbared with the blackhole system to also drop traffic to and from a specific IP.

      email me at rhayden@nospam.geek.net and I can give you more information.

  67. Cisco routers can already do this by slash-tard · · Score: 0

    You just need an IDS product that will dynamically build ACL's if it detects a problem. Cisco sells a product and I think other IDS vendors have some support for doing this.

    If the software detects an intrusion, trojan, wirus, whatever, it can be configured to update routers ACL's to block the traffic.

  68. Cisco NAC by freebase · · Score: 1

    According to the white paper on CCO this relies more on port based authentication and policy settings than on stateful inspection of the traffic flows across the router.

    This systems used a piece of code called the "Cisco Security Agent", in standalone, or as part of certain AV software, to check the configuration of the pc, prior to authenticating to the switch, for access to the network. Port authentication is already available today, so this is a natural extension of the 802.1X technology.

    Once the 802.1X negotiation is started, credentials are exchanged (username/password, certificates, et al) and a AAA server is queried for authentication, and authorization as well as security policies to determine if the client machine has an organization approved config - i.e proper patch levels, current AV asoftware, etc.

    Depending on the outcome of this negotiation, the port access can be denied, put into an unsecure vlan, put into a remediation vlan, or put into a 'secure' vlan.

    This is more of a technology to allow enterprises to ensure security via better control of desktop system configs than anything else.

    --
    Sig??? I don't need no stinkin Sig!
  69. You cannot possibly keep up by Anonymous Coward · · Score: 0

    by making clever rulesets for the thousands of new viruses every month. The virus would have already infected your network by the time you handcraft one rule. Look at the shortcomings of the Cisco router rulesets. It's a joke. They only catch the low hanging fruit at best.

    1. Re:You cannot possibly keep up by rifter · · Score: 1

      by making clever rulesets for the thousands of new viruses every month. The virus would have already infected your network by the time you handcraft one rule. Look at the shortcomings of the Cisco router rulesets. It's a joke. They only catch the low hanging fruit at best.

      No, again, that is not what they are doing. Why don't you try reading the posts you are replayiung to, or maybe the article?

      They are not trying to filter the viruses. They are authenticating host traffic by checking whether they have virus software in place. The latter is incredibly simpler and more elegant than the former.

    2. Re:You cannot possibly keep up by Anonymous Coward · · Score: 0

      real great solution, what happens when i get that user that has win95 and a version of norton just as old. Your computers says "Hey big boy I have some super spanky AV installed. Let my mail through!"
      "Duh! ok boss"
      Great that they're tying something new, this just doesn't seem to hard to circumvent.

    3. Re:You cannot possibly keep up by rifter · · Score: 2, Informative

      real great solution, what happens when i get that user that has win95 and a version of norton just as old. Your computers says "Hey big boy I have some super spanky AV installed. Let my mail through!"
      "Duh! ok boss"
      Great that they're tying something new, this just doesn't seem to hard to circumvent.

      Win95's old Norton will not be able to authenticate to this system. You will have to buy the brand new sofware that ties into teh validation system. If they do this the smart way, that will include checking version of software and date of virus defs. You did notice that all the big antivirus manufacturers are part of the system, right?

      I think it will be circumventable, but not easily if they do this right, and any circumvention of the system will require a significant increase in virus payload. Besides, before the person who can be infected gets infected, they will notice they cannot connect to their ISP (or their work firewall) and get the updated software. It's a pretty elegant solution IMHO.

    4. Re:You cannot possibly keep up by Anonymous Coward · · Score: 0

      Oh, I can't connect to my ISP, cause my anti virus software needs updated. I can't update my anti virus software because I can't connect to my ISP.

      Yep, this is definately going to stop viruses from spreading, because nobody will be able to connect to the internet to spread a virus.

    5. Re:You cannot possibly keep up by FCKGW · · Score: 1

      Maybe the firewall can always leave all known virus definition update sites open, so they're the only thing the user can connect to.

      Of course, this whole scheme must be done exactly right or it will cause more problems than it solves, like ISPs forcing specific software on users and general inflexibility.

      --
      It's an operating system, not a religion.
    6. Re:You cannot possibly keep up by rifter · · Score: 1

      Oh, I can't connect to my ISP, cause my anti virus software needs updated. I can't update my anti virus software because I can't connect to my ISP.

      Yep, this is definately going to stop viruses from spreading, because nobody will be able to connect to the internet to spread a virus.

      You are incredibly dense.. let me spell it out for you. The router will be able to connect you to the antivirus vendor's site or to some other approved site so you can get the virus software/definitions. Or you can install Linux and have done. Even little linksys routers can do that much; do you think that the Cisco routers will be incapable of this? Heck, if they really want to get fancy they can have the router hold the software so you can download it right from the router.

      In other words, as long as the people administering the router are not complete morons this will work very well. Besides, they will have the option of dealing with clients that fail authentication however they want; anything from completely denying them in the case of a corporate router to only allowing them to access a specific part of the network where you are quarantined and/or can get the software you need to be authenticated.

  70. This is actually a BAD thing. by Mirk · · Score: 2, Insightful
    This is a bad thing. Why? Because routers are one of those appliances, like toasters, that are supposed to Just Work. No magic, no "intelligence", no attempt to outguess the user - just do the damned job already. Route packets.

    As soon as that model is compromised, you have a new source of uncertainty every time you have to debug a network problem. When packets don't make it to their destination, is the problem a firewall at this end? Or at that end? OR - new possibility - funky anti-virus software on ANY ONE of the routers between here and there. You just can't tell.

    This is a nightmare in the making.

    --

    --
    What short sigs we have -
    One hundred and twenty chars!
    Too short for haiku.
    1. Re:This is actually a BAD thing. by pe1chl · · Score: 1

      If you think that is a border that is being crossed just now, you have not been looking for a while.

      The days that boxes like Cisco routers just take a packet on one interface and forward it to another are long gone.

      And so are the days that debugging a network problem jist means looking at the routing table and interface status. Heck, even with a correct routing table and interface status there are kludges like "fast switching" and "express forwarding" that may be misrouting your packets under your hands...

  71. Not quite... by MoeMoe · · Score: 1

    I disagree... Why not just have the firmware inside the router programmed to read all incoming bits. Instead of just passing them, it would physically read the data coming through and just use the ISP as a relay to see if in fact this code is viral or not? The latency wouldn't be much of a big deal so long as the ISP puts up nice "big block" machines to handle the request loads...

    --
    Business \Busi"ness\, n.;
    A scam in which all people involved perceive as beneficial...
  72. Let's Role Play by GNUALMAFUERTE · · Score: 1

    All this "ideas" that are appearing day after day as "innovative", shows very well the war they are fighting to get over The Internet / Free Software / The Hole Fucking World.
    Some companys, that had a role in the NET at some point, and now are allmost dead, 'cause the function they was playing, is no more needed, are now doing desperated efforts to gain some new importance, to show that their "glorious past" that has "Forged The History of the Internet", makes them important to the future of the net / software / t-shirts / Universe. While those fight to continue alive, some other little companys, fight to kill the first ones, to take their place.
    All of Them Think They have some kind of "Legitim Right" over the others. They feel they are "Special", and so they have the moral right to decide over other's Freedom.
    SCO is a good example from the first Group, VeriSign is a good example from the second Group.
    Diferent History, Diferent Size, but the same methods, ideas, objetives and moral. (in other words, just the same shit)

    --
    WTF am I doing replying to an AC at 5 A.M on a Friday night?
  73. Corporate Networks, Not ISPs? by Mikkeles · · Score: 1
    According to this ZDNet article (also posted yesterday), this "security initiative" is intended for mobile devices on corporate networks:

    Cisco Systems has teamed up with three top antivirus companies in a security initiative intended to ban insecure mobile devices from corporate networks.

    The initiative, dubbed the Network Admission Control program, would allow companies to set their network devices to refuse connections from any mobile PCs or devices that fail to meet corporate security policies, such as not having the latest software patches and antivirus updates. Antivirus companies Network Associates, Symantec and Trend Micro joined Cisco in making the announcement Tuesday.

    If this is so, all the wailing and gnashing of teeth may be premature, although, should ISPs adopt it, it would probably not be good.
    --
    Great minds think alike; fools seldom differ.
  74. Stupid. by Quixadhal · · Score: 1

    And how, exactly, are they going to decide if my equipment is "secure"? I'll wager that if I hook my C64 up to the internet, it won't be susceptible to many viruses. I imagine the same is true of my vt340 terminal... but they probably aren't going to respond to some random probe that asks if they're secure.

    I'll say it again. A router's job is to ROUTE PACKETS. Nothing more, nothing less. If you want a firewall to keep virii out, get one. If your ISP wants a firewall to keep your virii off the net, THEY can get one and have IT filter traffic. That holds true all the way to the backbone. It doesn't belong in a router. It doesn't belong in a piece of consumer-end equipment that will be talking to whatever random equipment gets connected to it.

    1. Re:Stupid. by arminw · · Score: 1

      The safest common computing platform, as far as nasty programs go has always been and still is the Mac. I have been using Macs since 1986 and have never installed any anti-viral software on any of them and have never had a virus. Neither has any of my Mac using friends. Don't give me that old saw about the small number of installed Macs being the reason there are no viruses or worms for Macs, especially those running the new OSX. If Microsoft really cared, they could make their system just as secure. They can start by changing their defaults of running every conceivable service and opening every port which the vast majority of users never have need for.

      --
      All theory is gray
  75. Ummm, no. by Transcendent · · Score: 1

    Looking at it in an negative light however, it might mean that your required to have anti-virus software installed in order to use the internet.

    Ummm... no. YOU won't have to have any installed, your ROUTER will. And, of course, that is IF somehow they make it manditory for routers to contain some sort of an anti-virus protocol, which in my opinion and probably many others will never be manditory.

  76. bad idea by edstromp · · Score: 1

    This is a bad idea all the way around. Content filtering should happen at the endpoints of the network. Not by the network itself. What's to stop Cisco from deciding that cool-new-feature-of-the-internet is not a new and upcoming technologiy, but a virus? And what if they decide this because the new feature undercuts one of their businesses?

  77. Sonicwall firewalls do something like this. by rdn2 · · Score: 1

    Sonicwalls have available AV functionality that requires the client have a Mcafee install on it or be in a list of computers that are exempt to access the internet. In my experience it doesn't slow them client machine badly and it does keep your AV definitions current.

  78. The implications are large by Yaa+101 · · Score: 1

    This meens no more students making and testing software and/or protocols...

    Another step of corperate america to snatch away the net...

    I still think most virusses are writen by anti-virus companies...

    This all stinks, and no i do not and never will trust Cisco...

    1. Re:The implications are large by Anonymous Coward · · Score: 0

      This meens no more students making and testing software and/or protocols... Why do you say that?? If that is a legit thing that is supposed to be occurring on that network there will simply be exclusions created for those ports/users. Use your brain here folks. Another step of corperate america to snatch away the net... ..no it's another step in the direction corperations need to go in order to secure their internal networks. It's obvious that many people posting here have no idea what's required to secure an enterprise environment.

  79. Shield technology by jlar · · Score: 1

    Does anyone know if this has anything to do with the "Shield" technology Microsoft has recently been promoting (without saying what it is)?

    If so, I think there is reason to be worried about being shut off "The Secure Net (TM)" as a *nix, Mac or whatever user. Anyone remember the Microsoft Network?

  80. it also means by Anonymous Coward · · Score: 0

    It also means the government is looking for a cooler way to monitor traffic. i.e. carnivore Cisco wouldn't do this on their own. It only adds more cost and complexity to their systems, and more chance for breakage. They could care less if you get a virus. It doesn't affect their equipment other than increase usage when worms hit.

    Let me put it to you this way. If it can look for viruses, it can look for your signature too. Things as simple as words can be monitored. But you could hook this into all types of monitoring systems quite easily just by mirroring the ports at the router level.

    Granted you can do that already. Cisco is just providing a "cool solution" for the government to provide seamless integration with carnivore 2.

    1. Re:it also means by cavac · · Score: 1

      > It also means the government is looking for a cooler way to monitor traffic.

      That would be very good, because if you got the spying hardware in your hands you're able to analyze it - and then prepare it to match your own ideas of what the government should know about you. This theoretical hardware would have to send out information somehow - information that can be tampered.

      For example: You buy such a router and the NSA activates the spy-software. But because you have modified it a bit they only get to see that you are only doing perfectly legal things (even if you aren't). If it comes to a trial anyway, you can force them to show up all the logs which are in YOUR favor :-)

      --
      Look, this thing is totally safe! Built it myself, you know. You just press that button like this and then turn that lev
  81. Re:Cisco routers can already do this by mu-sly · · Score: 0

    That's not quite what I meant though. I was talking more about detecting exploitable machines as soon as they attempt to connect to the network, rather than blocking machines that are already sending out "evil" packets.

    For example, running a series of tests against a machine to see if it is susceptable to the RPC exploit (and so on) before allowing it to connect to your network, and then disallowing it access until it's security is tightened.

    This way, each machine would be forced to have a sensible security policy in place before being allowed to connect to the Internet - a kind of "internet roadworthiness" test to make sure that you can't just connect any old piece of crap to a public network and expect it not to get exploited.

    I'm sure there's a way of doing this without going the Palladium ("trusted" / proprietary) route. It wouldn't need to be built in at the hardware level or anything, just a series of tests to ensure that machines connecting to the Internet have at least some semblence of a security policy in place.

    If anything, it could at least alert users of unpatched Windows boxes that they are totally open to exploits, or alert people running open relays and so on.

  82. Can't wait for meta-moderation... by Anonymous Coward · · Score: 0

    So I used with my once in a lifetime mod points. Taco, I wish you'd let us report this now, so that the assclown that moderated it overrated could be banned outright, or at least never allowed a mod point again.

    Is there no way to do a decent moderation system, or is the world too full of idiots who try to participate in communities when they shouldn't ?

  83. Mod parent up! by unborn · · Score: 1

    Mod parent up,

    That's funny!

    1. Re:Mod parent up! by SCHecklerX · · Score: 1
      That's funny!

      But sadly true. Antivirus software IS a virus, IMO. Stealing system resources constantly. Adding wear to your hard drive, etc.

    2. Re:Mod parent up! by eidechse · · Score: 1

      Your anti-virus software replicates?

    3. Re:Mod parent up! by Anonymous Coward · · Score: 0

      Your anti-virus software replicates?

      Yes, through dumb ass people recommending others to install this garbage.

  84. Uh by autopr0n · · Score: 1

    It sounds like they are just checking to see if the machine is exploitable. All that means is that Linux and Mac users are going to have to keep up with pathces too (and yes, there *are* occasional holse for those systems, just not worms)

    --
    autopr0n is like, down and stuff.
    1. Re:Uh by julesh · · Score: 3, Interesting

      . All that means is that Linux and Mac users are going to have to keep up with pathces too (and yes, there *are* occasional holse for those systems, just not worms)

      Speaking as someone who was nearly infected by a Linux worm through a BIND exploit, I can confirm that such things do exist and are in the wild.

      The worm in question attempted to install a back door into my machine and was foiled by the greatest security measure ever taken: not having a LF on the end of /etc/inetd.conf (!)

    2. Re:Uh by achurch · · Score: 1

      The worm in question attempted to install a back door into my machine and was foiled by the greatest security measure ever taken: not having a LF on the end of /etc/inetd.conf (!)

      I had a similar thing happen once: I got bitten by the big imapd exploit back in 1998 or so, and the attacker added a new entry to inetd.conf (which did have a trailing LF) and restarted the daemon. Unfortunately for the attacker, I was running xinetd, and xinetd doesn't give a flying cowpie about the contents of inetd.conf. ;)

      Now that I don't run a provider anymore, I have my system firewalled, about half my network daemons are self-written, and BIND is safely chrooted away where it can (hopefully?) do no harm until I get around to writing a replacement . . .

    3. Re:Uh by Kevin+DeGraaf · · Score: 1

      BIND is safely chrooted away where it can (hopefully?) do no harm until I get around to writing a replacement

      Here you go.

      --
      We have more to fear from the bungling of the incompetent than from the machinations of the wicked.
  85. For the Confused or Speculative . . . by Maradine · · Score: 1

    What Cisco is developing is a Host Integrity System, something it lacks in its current offerings. A good example to use would be Sygate's Secure Enterprise.

    Cisco's new offering serves as a checkpoint at the router or L3 switch level. Hosts incoming must pass a certain set of criteria (MD5 hash of approved AV running, sig file at certain level, hotfix X installed) before they are allowed to pass. While previously used to protoct remote users (Aventail and Checkpoint are good examples), Cisco is moving to market the technology as an endpoint solution for all enterprise users.

    This is also a consolidation play. The new version of Cisco's Secure Agent will tie into the new gateway system as a required host integrity piece. If you add that to the new WebVPN SSL VPN code that is currently in beta 3 and will be out over the holidays as v4.1 of the 3000 series concentrator software, you get a pretty clear indication of where Cisco's going with this.

    All I can say is our Fortune clients dig the whole shebang. Keep in mind that once you start talking about enterprise security, the more authoritarian, the better.

    --

    trustedworlds.net - gaming, security, and the gunk that lives in between

  86. AV software on Unix/Linux by Juergen+Kreileder · · Score: 1
    This can be a *big* problem for *nix/mac users which normally don't need or use AV software.
    I actually use ClamAV (with exim4/exiscan) on a pure Linux network in order to get rid of annoying mails. Currently ClamAV is responisble for 40-50% of all rejected/discarded mails per day, here are the statistics for the last seven days:
    • 139 out of 338 discarded mails
    • 188 out of 423
    • 169 out of 397
    • 113 out of 267
    • 143 out of 238
    • 179 out of 347
    • 228 out of 424
    The remaining rejected/discared mails are mainly due to unrouteable addresses and high spam scores (exiscan+spamassassin).
  87. No AV on max/*nix? by grasshoppa · · Score: 1

    Hell, that's just irresponsible. Sure, mac/*nix have a dramatically decreased chance of virus infection ( argue why until you're blue in the face ), but that is no reason to be careless about it.

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
  88. I've been hoping for something like this! by Thwyx · · Score: 1

    First, speaking from a Corporate perspective, something like this would be a godsend. If you are a huge company (think 20,000+) desktops, that already uses Cisco and Symantec, and you can prevent machines with outdated virus defs or missing M$ patches from even getting on the network, this would be an answer to my prayers.

    Second, why is everyone such an alarmist? Do you honestly think Cisco wants to exclude any customers from using their equipment? This will be policy based, and certainly he-who-controls-the-routers will have the ability to turn off these security policies on or off a per-MAC or per-port basis. To take it a step further, what if they offered agents for your choice of *nix flavor, and these policies could check for patches, and disallow network access for machines missing vital security patches? How can that not be useful?!

    As far as ISPs go, sure, there might be ISPs that turn this on and require you to run client software, and that client software might not be available for your platform, but then guess what - change ISPs. Someone will always be there to fill the void.

    I think that this is an excellent development in Internet security, and I hope it comes to fruition as quickly as possible.

  89. Prediction... by Dr.+Evil · · Score: 1

    In the future, ISPs will no longer sell "Internet connections", they will instead sell AOL'esque access to the web and email. The access will be filtered against viruses, SPAM and will include parental controls and complete usage monitoring (which will deter kids from circumventing parental controls).

    People will pay money not to be SPAM'ed and not to have to worry about protecting their machine all the time. This will protect the net from most unprotected Windows machines.

    For home-workers, Cisco and similar big companies will offer proprietary VPN software which will interface with their proprietary 'almost the internet' software.

    However, because of the limited market in unfiltered connections, geeks will pay extra for an unfiltered connection, or will use a technology akin to SLIRP, only to have it blocked time and time again as virus/worm authors try to install such software on unsuspecting Windows machines, and ISP's try to block them.

  90. Problems... by hendridm · · Score: 1

    > This can be a *big* problem for *nix/mac users which normally don't need or use AV software.

    I don't think most major ISP would leave Mac users out in the cold, but I could easily see where they would give two rips about Lunix users (or require they upgrade to a "business" account which support such operating systems that were design to be used as "servers"). What I am more concerned with is freedom of choice:

    > In an unusual alliance among staunch competitors, Cisco Systems will collaborate with three of the largest computer security firms to fight virus and worm attacks.

    Ok, I see how it is. Your router creates more AV sales for us, so we give you a kickback. We both make more money! Meanwhile, the likes of AVG and Avast are left out in the cold, as are their users. Soon you will require a "Cisco license" to release Anti Virus software if you want it to work for the masses, for a fee of course.

    And what about personal routers/firewalls? Will we all have to upgrade to Cisco-AV(tm)-compliant home routers that report correctly to the ISP? Although this would be an extra expense (and I happen to like my SOHO router, thank you) I suppose it would allow you to run any sort of OS behind the firewall, include *nix.

    I'll pass, and I hope my ISP does too.

  91. Here's a much simpler system: by autopr0n · · Score: 1

    1) Router checks machine for known exploits.

    Anyway, how would the AV company even know if the machine was running the "real" software in your scenario? It wouldn't anymore then the router. The entire concept of checking for AV software is rediculous. They only mentioned "security mesures", they probably consider running Linux or MacOS a security mesure in and of itself like most people do. Only the most deranged person in the world would consider restricting a network to windows machines would be a good way to make it more secure!

    By the way, you can get AV software for the mac, and, linux and even OpenBSD . There are exploits and even viruses for Linux.

    --
    autopr0n is like, down and stuff.
  92. Hard to take hold by Mistlefoot · · Score: 1

    But if the other 98% of internet users followed the "rules" and installed anti-virus software, as the "rules might require", any viruses getting around this system would have a potentially more difficult time getting a foot hold world wide.

    For the simple reason that the average Joe would be forced to at least consider security or not get online, this is helpful.

  93. No, desktops would have SW agents by That_Dan_Guy · · Score: 1

    Reading the article over on ZDNet indicates that this technology is targeted on Corporations. Corporate desktops would have a SW agent installed that talked to the Cisco devices (Switches more likely than routers). This SW agent would be designed to communicate with various AntiVirus software out there to ensure it is up to date. If it is not the Agent would tell the Switch not to talk to this PC (or, I imagine, put it on a special VLAN that had an update server for the AV software as well as a patch server for Windows).

    Here is the Zdnet link:

    http://zdnet.com.com/2100-1105_2-5108883.html

    1. Re:No, desktops would have SW agents by jhoffoss · · Score: 1

      At the Univ. I worked at before, this would have completely mitigated the effects of Blaster, et. al. and saved us (support staff) two weeks of dealing with the sys. engineers' mis-configurations...

      --
      Linux: The world's best text-adventure game.
  94. Useless on the Internet. by cybergrue · · Score: 1

    The system under development will allow a computer network to check the safety of incoming traffic. Any device trying to connect to the network will be checked to see whether it has security measures already in place.
    The way I read this is that it only checks computers trying to connect to the hub/router (on a LAN) but what does it do to traffic that is already on the network? Does it assume that the other router has aready cleared it? or does it block all non-authenticated traffic? In either case, it is useless outside of a homogenous environement (Like a corperate Intranet) If Cisco thinks everyone on the Internet will suddenly replace all their routers with Cisco stuff, they are mistaken. Also, what is the authentication method? If it isn't heavy duty crypto, then it can be broken and spoofed far to easily. If it is using strong Encryption, then US law prevents its export. Mind you, there are people who would love to see a US controlled internet, even if it cuts off the rest of the world. What these people don't understand is the the Internet is too important, so that attempts to control it will be circuvented.

  95. Why not just stop people using their own PCs by Viol8 · · Score: 1

    Why do the pampered students need to be able to use their own PCs on the campus network anyway? Let them go to a computer centre where the
    machines have been set up correctly. Computers are not (yet) such a vital tool at uni that students need to be online 24/7, in fact I did a comp sci degree and didn't even OWN a computer
    much less have one plugged into the internet in my friggin room!

    1. Re:Why not just stop people using their own PCs by geoffspear · · Score: 1

      umm, because Universities are dependent on tuition money to stay open, and when one decides that students living on campus can't have Internet access, all of their potential students will enroll somewhere else?

      --
      Don't blame me; I'm never given mod points.
    2. Re:Why not just stop people using their own PCs by Viol8 · · Score: 1

      Why? I can't believe most uni students think connection to the internet is so important it
      would actually change their choice of place to study. Besides , you can't plug your own machines into office networks so why should uni's
      be any different.

    3. Re:Why not just stop people using their own PCs by Anonymous Coward · · Score: 0

      How old are you? Where did you go to school? In 1993, as an undergrad, part of what determined which dorm I wanted was that the one I went into had 10BASET to the room, so I could hook up. That was _10 years ago_, and pre-Mosaic, and I saw a huge use for it. If I'm at a "uni" today and need to do research on the net would I rather
      a) Wait in line for an hour to get on a public machine, or
      b) Use my own machine from my room?

      Every one of the students today has been using the 'net for years to do research for school, IM w/friends, etc.--how many of them are willing to give that up when going to a school where they are paying thousands of dollars a semester in room/board?

      Clueless... simply clueless...

    4. Re:Why not just stop people using their own PCs by slaad · · Score: 1

      I think it's a simple matter of economics. That is to say, people want to bring their own computers with them to college and be online in their rooms. If it is not allowed, then there would be a lot of people who would think twice about going there. Yes, it's a stupid thing to make a big difference, the education itself should be the important thing, but I think that it is true. There are a LOT of universities out there that don't stand out as being particularly better than another. A lot of students choose schools just because they are near by. They're looking to go to college, and they're not looking for the kind of school where they need to write 5 essays to get in so that they can compete with the other 20,000 people who have applied. I don't think most people view it as a luxury (a pampering). It's just something they expect to be able to do. I'd also say that it would be a hinderence in the whole idea of a university, where people are supposed to come together to learn.

      --


      ~Warning!~ The above is encrypted using rot676!
    5. Re:Why not just stop people using their own PCs by the_mad_poster · · Score: 1

      Besides , you can't plug your own machines into office networks so why should uni's be any different.

      Last time I checked, I wasn't paying the company to work here.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    6. Re:Why not just stop people using their own PCs by bnenning · · Score: 1
      Why do the pampered students need to be able to use their own PCs on the campus network anyway?


      Um, because it's 2003.

      --
      How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
    7. Re:Why not just stop people using their own PCs by ssstraub · · Score: 1

      Every one of my classes has an online counterpart--message board, syllabus, announcements, grades. Overall grades are viewable online, tuition is payable online, registration is done SOLEY online, communication with professors is often easiest done online.

      At just what point would you consider it "vital?"

    8. Re:Why not just stop people using their own PCs by Starve · · Score: 1

      at the point where he just got his hat eaten by the local "uni" dogs

      --
      You have been sig'd
    9. Re:Why not just stop people using their own PCs by Viol8 · · Score: 1

      "Every one of my classes has an online counterpart--message board, syllabus, announcements, grades. Overall grades are viewable online, tuition is payable online, registration is done SOLEY online, communication with professors is often easiest done online. "

      Thats just like saying , "every one of my classes has information posted on a notice board outside the canteen". How exactly does that make it vital?

    10. Re:Why not just stop people using their own PCs by ssstraub · · Score: 1

      Thats just like saying , "every one of my classes has information posted on a notice board outside the canteen". How exactly does that make it vital?

      No, because I can see every update posted to this canteen from anywhere in the world.

      I happen to live an hour away from school (this semester only), and I can hardly imagine having to "check the canteen" every time the prof updates it--which can be multiple times in a day.

      Sure, it's doable. But it's doable in about the same way that walking to school is doable.

  96. Only "appoved" Systems by nurb432 · · Score: 1

    If this is taken to its end conclusion, the HSD will get involved, and then mandate that you only use things that is on the 'approved' list.

    Be it hardware, OS, App software, tools.. your TV....

    And if you even TRY to run something else, your connection is severed, and the proper authorities are notified of the then illegal act...

    Yes, you will call me paranoid, just remember this in 5 years when it takes place... 10 Years ago people scoffed when I suggested 'data police'.. Now look, people are jailed for reverse engineering something they OWN.. courtesy of the DMCA..

    --
    ---- Booth was a patriot ----
  97. Give me a break! by Anonymous Coward · · Score: 0

    This poster of the previous comment needs to put their tin foil hat back on and STFU. I'm assuming this is a troll, as the poster has no idea what enterprise customers want. This sounds like the BEST way to deal with problems like infected hosts that are not supported by any given support group, yet still need to be tracked down and disabled.
    There are other ways to track a user, if your paranoia leads you to believe this is what it's all about.

  98. Realizing that this is /. by Anonymous Coward · · Score: 0

    someone should really read the actual docs on the technology. This is not a router system. It is a modification or use of 802.1x authentication at the switch level. The system uses an agent (currently only a Cisco agent, but soon to be included in most AV software packages) which verifies that the system is running current patches and antivirus software/signatures before it is allowed to connect to a switchport. This is not a home application, but is designed for enterprises that have deployed 802.1x capable switches across their networks, and have to deal with users who use mobile systems.

    The current implementation of the cisco agent runs under windows, and I believe it is also available for some *nix variants. It will be available for mac and the rest of the *nix world eventually.

  99. Except for service vulnerabilities by Anonymous Coward · · Score: 0

    > *nix/mac users which normally don't need or use AV
    > software.

    Before we start the usual self-congratulatory circle jerk for not running Windows, wouldn't the router block requests that might crash or cause a DOS for *nix/Mac-based web servers? FTP servers? SSH?

  100. Stupid. by AyeRoxor! · · Score: 1

    "This can be a *big* problem for *nix/mac users which normally don't need or use AV software. "

    I think a big problem is the PEOPLE who think they don't need AV software, regardless of the OS.

  101. More detailed information. by Moskit · · Score: 1

    I am always surprised anew by wild assumptions made not only by posters but "editors".

    Short search on the Web reveals a much more informative article:
    http://newsroom.cisco.com/dlls/prod_1118 03d.html

    1) it is NOT at all about traffic shaping or examining packets or running AV software on routers. Do not assume, you only make an ASS of U and ME.

    2) routers will be able to contact with enduser PC running Cisco Trust Agent. This piece of software checks against presence of AV, firewall or simply OS patchlevel:

    "A key component of the Cisco Network Admission Control program is innovative software developed by Cisco called the Cisco Trust Agent which resides on an endpoint system and communicates with the Cisco network. The Cisco Trust Agent collects security state information from multiple security software clients, such as anti-virus clients, and communicates this information to the connected Cisco network where access control decisions are made and enforced. Cisco has licensed its Cisco Trust Agent technology to Network Associates, Symantec and Trend Micro so it can be integrated with their security software client products."

    3) that ability is an OPTION that can be turned on and off by network administrator (who already decides what we can do in the network).

    4) it has been anounced for mid-2004, initially supporting only Windows.

    5) why don't we complain about "your rights" when it comes to filters and other traffic blocking methods that have been available for a long time in most router packages, including cheerished Linux? ;)

    6) speculative comments "it will certainly be insecure" are better saved till the implementation is here to be tested and analysed.

    It certainly will be (when/if it works) an interesting and promising feature for companies where IT personel had (and still has) to live through nightmares of virus outbreaks. Unfortunately it seems that people writing here are in majority some trigger-happy geeks who think only about their huge self-made home-grown two-box networks ;)

    Yes, the announcement is about selling (we live in a superextracommercial world after all), but nevertheless it is interesting and useful from the technical point of view.

  102. Minimum requirements for replying to this article by Anonymous Coward · · Score: 0

    The minimum requirements for replying to the article directly or to post in this article are:

    CCNA (Bare minimum)
    3 years working experience with Cisco routers
    A clue
    Having read the article.

    Thanks and have a nice day.

  103. Huh? by AyeRoxor! · · Score: 1

    " it might mean that your required to [...]"

    It might mean my what?

  104. I have a problem... by doublebackslash · · Score: 0

    with this. The latest and greatest cisco switches and routers have an internal speed switching fabric that runs at 222GB/s. Fast, yes, but this is bare switching. There was another article here a day or so ago (must comment and run, no time to find link) that was talking about using field programable gate arrays to process packets in parallel. It had a top speed of a couple of Gigabits per second. As net traffic increaces this sort of system will be nessary, but untill it can compete with 222GB/s there is no way to implement this, exept on the 'last mile'. For any corporation that deploys a lot of computers, they have HUGE switching stations every so many thousands of computers to get a decent speed. A high latency would mean they would need more of these, and they are expensive to start with. That is not even the word for it. 5" pipes going out in 8 directions full of cat 5. Oh yeah, this tech needs to be cheap enough or fast enough to be deployed on the last mile, or a a higher level. Till then this is a bit to slow and expensive. PS forgive any horrible errors in spelling or grammer, must go now.

    --
    md5sum /boot/vmlinuz
    d41d8cd98f00b204e9800998ecf8427e /boot/vmlinuz
  105. 1 meeelion processors by codepunk · · Score: 1

    To bad the router is going to need a million processors to scan the packets in near real time. Hell sounds like a good deal for cisco they can sell more expensive routers.

    --


    Got Code?
    1. Re:1 meeelion processors by Anonymous Coward · · Score: 0

      The average Cisco router is so underpowered (in raw CPU power) that this more likely would open the eyes of their customers and drive them towards "PC technology" based solutions...

      Midrange Cisco routers, that are cost-comparable to midrange PC servers, run on as little as a 200 MIPS processor. Small wonder that they need additional "coprocessor boards" for mundane tasks like encryption or compression.

      Lowrange stuff, comparable in price with a fat desktop PC, have to cope with as little as 80 MIPS.

  106. This Article is false and stupid by Anonymous Coward · · Score: 0
    No one is going to buy a router in the scenerio the article is talking about this will never happen. This is just some paranoid rambling.

    companies would figure out how to stream line this and make it viable for consumers, because no one is going to buy into it when you still have old routers available. The only way it would catch on is if it these routers where better then old ones at the same price. No one is going to pay more for a router just to have to pay *even more* for software and such. pure BS

  107. If I had a choice by Jack+Auf · · Score: 1

    I'd rather filter spam at the router. Viri typically only target Microsoft platforms, which I don't use and won't allow on my networks. However spam affects almost everyone with an email address and wastes far far more bandwidth overall, so why not build in configurable RBL controls to the routers?

    I get almost no spam through a combination of RBL, access file, procmail, and blocking spammer countries. But those measures do not prevent spam from wasting my bandwidth and taxing my mail server. If my ISP used spam filtering on their routers the amount of spam actually hitting my systems would drop by 70-80%.

    If my ISP did something like this I'd buy everyone in their IT department donuts on Friday.

    --
    "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety" - BF
  108. Stupid indeed by Neuroelectronic · · Score: 1

    it is intirely possible to make an OS virus-proof with out having to install 3rd party software.. anti-virus software today sucks anyway cause it can't catch new viruses, the only ones that really count.

  109. This article is false and stupid. by Neuroelectronic · · Score: 1
    No one is going to buy a router in the scenerio the article is talking about this will never happen. This is just some paranoid rambling.

    companies would figure out how to stream line this and make it viable for consumers, because no one is going to buy into it when you still have old routers available. The only way it would catch on is if it these routers where better then old ones at the same price. No one is going to pay more for a router just to have to pay *even more* for software and such. pure BS

  110. your right by Neuroelectronic · · Score: 1

    the poster of that article is a paranoid freak. No one is goign to buy a router in the senerio he is talking about. It just wouldn't happen.

  111. You would get blocked... by kandresen · · Score: 2, Insightful

    If you run a security scan against our server, you would get blocked instantly, thus no mail would be delivered, and you would loose the client confirmation we just sent you... I don't see corporations buying a router that would cut of their sales as well as the bad guys... I mean - I am not running the only server that ban security scans from unauthorized people and equipment.

    The only way you could check if a virus scanner had been used on the emails using our servers would be using header information inside the e-mail. A plain text header as is most common would be faked quickly, thus it would need to be a encrypted X-AV header or something that represent one of the latest AV definitions as well as the program. Now the routers would have to do all these lookups against the Antivirus vendors to verify it is valid - this is as easy as we currently look up spammer ip addresses on foreign servers today, thus makes business sence.

    The problem is that most businesses depends in some degree on e-mails for closing contracts etc. To loose out all clients that are not running selected brands of antivirus software and operating systems, would not make much business sence.

  112. impossible to stop viruses on windows for idiots by Neuroelectronic · · Score: 1

    the problem is windows is so much junk compaired to the up-to-date alternatives. It is entirley possible to make an OS that is virus-proof from the internet. it just has to not execute every bit of code it recieves with out permission. virus software dosn't block *new* viruses, the only ones that count. I don't use virus software and I use windows 98. I just don't run executables and net side code that is questionable.

  113. Re:impossible to stop viruses on windows for idiot by Timmmm · · Score: 1

    I don't use virus software and I use windows 98. I just don't run executables and net side code that is questionable.

    So all viruses require user interaction do they?

  114. Did I say this article is fucking stupid? by Neuroelectronic · · Score: 1
    No one is going to buy a router in the scenerio the article is talking about this will never happen.



    This is just some paranoid rambling.
    companies would figure out how to stream line this and make it viable for consumers, because no one is going to buy into it when you still have old routers available. The only way it would catch on is if it these routers where better then old ones at the same price. No one is going to pay more for a router just to have to pay *even more* for software and such. pure BS



    besides this would be a pain in the ass to use because the software would slow down the router and have to be updated all the time and wouldn't even stop viruses!!! virus software doesn't stop new viruses! the only ones that matter! damn, I can't even express how stupid this is.

  115. Yes, you misunderstood. There is NO packet checks by Anonymous Coward · · Score: 0

    You have misunderstood what this is about. You have a bit of sw on your PC that is responsible for doing an inventory of your AV dat files and potentially other bits of security related info. It sends a summary of this info to the router. If the router agrees with your configuration, it allows access beyond it's own port. If it doesn't you don't get access anywhere, except maybe to update your security related files.

    When talking about port blocking in this context it's not ports as in port 80, but rather port as in ethernet port.

  116. and this is why this is stupid by Neuroelectronic · · Score: 1

    the software would slow down the router and have to be updated all the time and wouldn't even stop viruses!!! virus software doesn't stop new viruses! the only ones that matter! damn, I can't even express how stupid this is.

  117. Re:The worst virus is the antivirus software itsel by ePIsOdEOnline · · Score: 1

    Can you tell me how to get to seseme street?

    This virus brought to you by the letters G, r, and e... and the numbers 0 and 1 .

  118. I hate it when ISPs require software to connect by smothra · · Score: 1

    Dammit. This is just like when my windows 3.1 machine had perfectly good netbios built into it and the ISP went and required something called a TC/PPI stack or soemthing. It just added CPU overhead to my machine, decreased throughput by adding all these headers and crap, and didn't solve 100% of my networking problems like it should have. Tehy can't force me to install some stupid standards software. What if I want to use SNA to access The Internet? I should have that right.

    This reminds me of a product that Recourse Technologies (since defunct, I think) proposed a few years back to push IDS out to the ISPs. Stopping DoS attacks further out sounded like a good idea at the time, but I think they never got past the huge number of technical hurdles either.

    --
    Look ma, no tpyos^H^H^H^H^H^H . . . oh crap.
  119. Don't Panic, people by BCoates · · Score: 1

    This is just a plan to implement RFC 3514.

    --
    Benjamin Coates

  120. Did anyone actually read the article? by Anonymous Coward · · Score: 0
    The system, which the four firms hope to start selling early next year, will be able to block network access to any computer or device that doesn't have its own security measures in place.
    There will be no virus scanning at the router level. The scanning will be to check for traces of security software installed on the machine. The implications here are enormously different.. These industry leaders will be collaborating to force us to purchase their software. What's to stop me from forging the software signature into my traffic, while having none of the software installed? What's to stop me from installing the software, but "breaking it" to increase system performance, so that I'm not really secured with their software? How will I get on the internet if I have a secure system without the use of their specific tools? What makes them think I need their commercial product in order to run a secure system? This just gives me a bad feeling; a group of companies getting together under the guise of goodwill, but resulting in money being wrenched from the pockets of MANY users.
  121. Article submitter didn't RTFA? by Hecubas · · Score: 1

    Looking at it in an negative light however, it might mean that your required to have anti-virus software installed in order to use the internet.

    What part of blocking at the router implies that you need AV software on your pc/mac? Besides, it's becoming typical to have this sort of stuff on proxies, mail gateways, etc. Considering the liability of thousands of unpatched home systems, this sounds like a good thing if it is done well.

    --
    Hecubas
    1. Re:Article submitter didn't RTFA? by Hecubas · · Score: 1

      Insert foot in mouth.

      The article does mention checking the client systems for security measures.

      I'll just shut up now :)

      --
      Hecubas
  122. Re:impossible to stop viruses on windows for idiot by Neuroelectronic · · Score: 1

    in my expirence, yes. prove me wrong

  123. This is called client compliancy.... by nvrrobx · · Score: 2, Interesting

    Okay... This setup is usually called "client compliancy" and is starting to become common amongst VPN solutions. The VPN server will check your machine upon connection for antivirus software, virus definition version / dates, and possibly client firewall software.

    Saying that ISPs will start requiring it is purely speculation and sensationalism.. Oh wait, I am on Slashdot.

    Anyhow, just because a Mac doesn't get targetted for viruses much doesn't mean you shouldn't run antivirus software. What happens the day a Mac virus DOES get out in the wild? The same goes for *NIX systems.

    And, umm, yes, a Linux machine can be susceptible to Windows viruses. Think about a MS Word macro virus if you're using CrossOver Office and happen to have an infected file...

    Disclaimer: I work for a major antivirus company. If you don't use our product, you should atleast have some sort of protection on your machine. There are some free alternatives, too.

    1. Re:This is called client compliancy.... by arminw · · Score: 1

      Is a virus or worm nothing more than another program, albeit a nasty one? I cannot install *any* program on my OSX Mac unless I have administrator rights. Therefore, if I open an e-mail and am suddenly asked for an admin password which I don't know or refuse to supply, whatever code wants to get installed cannot propagate and screw up the system. Am I not correct in this? For everyday computer use I don't need administrator rights and I suspect neither do most computer users.

      --
      All theory is gray
    2. Re:This is called client compliancy.... by Squozen · · Score: 1

      So what you're actually saying is that if you run Microsoft software, you need an antivirus program. I completely agree.

      I don't run Microsoft software on my PCs (except W2k itself, which is religiously patched and behind a Linux firewall) or Macs, and I've never been infected.

  124. yet another wrong approach by mabu · · Score: 2, Interesting

    This is yet another mafia subscription boondoggle that corporate america wants to foist on the public. It's also another security/business model that only is of value if worms and other undesireable traffic continues to propagate. The tech community should not buy into these schemes becuase they do not really cure the problem, merely promise a slightly-effective treatment (at best) that will require an ongoing investment of time, money and resources to even function.

    I keep saying, the best way to reduce worm propagation is through a sanctioned smtp whitelist since most compromised systems use smtp as the transmission vehicle, and most originate from spontaneous, unauthorized mail relays that the worms themselves introduce.

    As for other means of worm propagation, a compromised server would easily generate a typical DOS profile that a well-configured network should already identify and deal with, regardless of this client-server-extra-software provision Cisco is trying to impose, which would require constant updating and more money to maintain.

  125. does this break TCP? by ecklesweb · · Score: 1
    Those that don't can be denied access, shunted off into a quarantined segment of the network or forced to download a security program.
    How can they do that without basically changing TCP or just plain breaking the implementation of it?
    1. Re:does this break TCP? by freebase · · Score: 1

      Check out Port based security and User based VLAN's. With 802.1X, it's actually simple to change the VLAN a port is in based on AAA parameters returned from the Authentication server.

      --
      Sig??? I don't need no stinkin Sig!
  126. Cisco Microsoft by panic911 · · Score: 1

    I personally have a lot of respect for Cisco. They don't cater specifically to Microsoft and there is no way Cisco would stoop to that level. Even if it does require proprietary software to use their virus protection, they'll produce versions for every large OS, I'm sure.

    I think this may be an amazing, revolutionary technology Cisco is working on, especially if it doesn't require any proprietary software. Every backbone in the world will be using these, if that's the case - and it may rid the world of computer virus's transmitted over the internet, for good.

  127. Re:another question by gillbates · · Score: 1

    How long will it be before this "feature" will be used to disallow any non-Windows machine from connecting to the network?

    How long will it be before non-DRM enabled hardware is disallowed from network access.

    I don't believe that this would solve anything. What will happen is that viruses will be written to mimic the signature of a secure machine, thereby giving themselves unrestricted access to the network. Why would any CIO PHB purchase anti-virus software for his internal network if he believes viruses are being stopped at the router?

    Sorry, but I don't see any good coming from this...

    --
    The society for a thought-free internet welcomes you.
  128. Eh? by wytcld · · Score: 2, Informative

    So the Cisco tries to check if the computer trying to connect has approved AV software running. The Cisco itself isn't running the software, it's forcing the connecting system to. If the system connecting is a *nix router doing NAT, with a bunch of Windows boxes behind it, what's the Cisco's behavior? If it goes back to the IP it sees a *nix box, but the traffic is from a Windows box which just might have a virus, unless good AV software is running on it (despite the firewall - your travelling staff just plugged in their laptop in the office).

    The only way this does any good is if the Cisco has the *nix box prove that it is running AV software doing content analysis on the stream from the Windows box, or else software that relays to the Windows box the demand to show credentials. Either way this means that there will likely be a necessary licensing fee for AV or credentials checking software for whatever router you want to have talk to a Cisco.

    Very clever. Cisco doesn't take the load on their hardware (except for the trivial task of demanding your licensed credentials), and forces you to license software from one of its partners, and to take the load on your hardware.

    This is sort of like the police responding to a burglary epidemic by requiring all homeowners to install lead shielding on their doors and windows, with a kickback to the police atheletic fund for each shielding installation.

    --
    "with their freedom lost all virtue lose" - Milton
  129. Sounds to me like a plan to shut out other vendors by Brett+Glass · · Score: 1

    If Cisco were merely promoting a standard that anyone could implement, a scheme such as this would be reasonable. But if it requires that "approved" software be used, and that the vendor of the software buy a license from Cisco, it's anti-competitive and probably illegal.

  130. Does anyone RTFA? by kilbo · · Score: 1

    The word router isn't mentioned anywhere in the article. Cisco makes more than routing equipment. This is more than likely a product in their security portfolio.

  131. This is Not Anti-virus by Anonymous Coward · · Score: 0

    It is called Digital Rights Management and censorship - and be in no doubt that this is what it will be used for. Say goodbye to the control you have over your routers.

  132. TRUSTED COMPUTING ALERT! TRUSTED COMPUTING ALERT! by Alsee · · Score: 3, Insightful

    Cisco's Network Admission Control program would enable companies to install on every PC and mobile device a client, called the Cisco Trust Agent, which could attest to certain levels of security...
    However, the technology won't work unless security software can tell the Trusted Agent application the current state of security on the computer or mobile device.
    "This important problem can't be addressed individually," said John Thompson, CEO of Symantec. "Collaboration is a must."
    The technology might also spur sales of PCs and devices that use trusted-computing hardware--controversial technology that uses encryption, special memory and security software to lock away secrets on a PC from prying eyes.

    To lock away secrets on a PC from the OWNERS eyes! &%^#@! Trusted Computing!

    Symantec Corp. (Nasdaq:SYMC), today announced that it has joined forces with Cisco Systems to provide solutions that restrict network access to only compliant and trusted client machines including personal computers and PDAs.... Out-of-compliance machines may be denied access, quarantined, or sent to a separate location for remediation, while machines in compliance with the organizations' set policies will be granted access to the network.

    Trend Micro, Inc. (TSE:4704) (Nasdaq:TMIC), a leader in network antivirus and Internet content security software and services, today announced its support of the new Cisco(R) Network Admission Control Program

    THREE major router companies, Cisco, Symantec, and Trend Micro, are ALL supporting this inititave to lock non-TCPA computers out of the internet! #@%^$!

    If you are running Microsoft Windows you will be locked out of the internet unless you are running Palladium. If you are running Mac or Linux or anything else, you will be locked out of the internet unless you are running a Mac or Linux version of Palladium.

    I have repeatedly said in Trusted Computing discussions that sooner or later people not using it would start getting locked out of parts of the internet. Silly me, I thought that more and more websites would start using it and simply not serve you a page unless it was encrypted. I never considered that the basic internet hardware itself would deny you any connection at all! This is INSANE!

    The problem with Turusted Computing is easy to fix. There is absolutely nothing wrong with new hardware, but the owner has to have actual control over his machine. The owner MUST have his key. He could receive that key on a printed peice of paper, or he could get it somehow during the Take_Ownership command. There is no POSSIBLE justification to deny the owner this information. There is no POSSIBLE way that the owner could lose any protection. The hardware could be identical, therefore the hardware can do everything it could before. The only difference is that the computer can no longer be hijacked as a weapon against it's owner.

    This trivial difference preserves EVERY claimed benefit of Trusted Computing and eliminates EVERY possible abuse of TCPA. Those backing Trusted Computing will NEVER permit such a change in the system because the very purpose of Trusted Computing is to enforce DRM and other abuses.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  133. Re:impossible to stop viruses on windows for idiot by Anonymous Coward · · Score: 0

    W32.Welchia. Do a search for it.

    Oh, wait. Don't bother searching. If you're running a broadband connection without a firewall, you already have it.

  134. don't knock bandaids ... by Heisenbug · · Score: 1

    I dunno about you, but I've used bandaids on minor cuts and abrasions in the past, and found them very helpful. That doesn't mean I didn't kick the ass of whatever was cutting me ...

  135. Great solution by ahuq · · Score: 2, Interesting

    I think this would definetely be a good solution for Universities to manage the traffic on their network and in terms of preventing infections. There are too many students that come in with infected machines and are too ignorant to install antivirus software. I dont know how much more load it is going to place on routers but i hope it works better then writing ACLs.

  136. Because that would be stupid? by stewby18 · · Score: 1

    How exactly would that help? It means that universities would have to have hundreds of times as many public computers, and hire IT staff to maintain all of them, plus pay to keep them relatively up-to-date.

    Besides, I would strongly disagree that they are not a vital tool for universities (by 'vital' I mean extremely useful, not 'can't live without'--if the latter is what you meant, then we should ban pencils, erasers, and bookbags too, among other things). Just because you can't think of any real uses for networked computer in your room doesn't mean the rest of us can't think of hundreds. My education was vastly enriched by having convenient internet access. That's not even getting into the uses that don't exist yet, but will never be developed if people have to go to a computer lab, thus eliminating the on-demand convenience that makes so many things possible and popular on the net.

    But of course, you are just trolling, so what do you care about logic?

    1. Re:Because that would be stupid? by Viol8 · · Score: 1

      "How exactly would that help? It means that universities would have to have hundreds of times as many public computers, and hire IT staff to maintain all of them, plus pay to keep them relatively up-to-date."

      Why would there need to be hundreds? Do students NEED to get online? No. Most of its just idle
      fucking about. They don't need net access to do their dissertations , an unnetworked computer (their own) ould do just fine and I have no issue with that.
      But why should the uni have to provide infrastructure for them to connect up to the internet? And what if the students live off campus like many have to do?

      "But of course, you are just trolling, so what do you care about logic?"

      Yeah , that would be right , just because I don't follow the slashdot party line that the net is the most important thing in existance and anyone
      who doesn't have instant access to it leads a sub standard life is trolling. Yeah , whatever little boy...

  137. Re:impossible to stop viruses on windows for idiot by Anonymous Coward · · Score: 0

    It's my understanding that it would be a worm if it didn't require user interaction. Or an inside job.

  138. Catch-22 by Todd+Knarr · · Score: 1

    One catch: if I have proper security measures in place, any attempt by the router to connect to a server on my computer (eg. the AV software) will be blocked by the firewall on the client computer. What will the admins do if policy prohibits opening up client computers to incoming connections?

  139. Re:impossible to stop viruses on windows for idiot by danielsfca2 · · Score: 1

    Actually, he's lucky on that one. IIRC Welchia/MSBlast only infect Win2k/xp. Since he's running 98, he's immune.

    The ONLY WAY Win9x has any advantage, EVER over NT is not being vulnerable to those stupid worms.

  140. Access Control not traffic inspection by Anonymous Coward · · Score: 0

    It is important that people understand what this system is actually designed to do. As far as I understand, this press release has to do with a Cisco Security architecture that is designed to operate at the level of the Local Area Network.

    The system is designed as follows:

    Any time that a new host becomes active on a LAN, the switch will query the host and determine whether that host is running an "approved" image. If the image is approved - the host is running a secure operating system with the "correct" set of patches and security systems - then the host is granted full access privileges to the network. If the image is NOT approved then the host is isolated onto a VLAN until the appropriate set of patches can be applied.

    This proposal has nothing to do with "stateful" inspection of traffic that is traveling across the network.

  141. This is what we do at work: by edunbar93 · · Score: 2, Interesting

    I'm the sysadmin for a small ISP. Some of our customers (namely, the corporate ones with lots of cash) already have this on a smaller scale. Their firewall/router checks to see if VirusScan is running on the end-users' computer, and if it's not, it installs it. At least, if you've bought enough licenses to cover all the workstations you have. Excess workstations don't get antivirus, and they also don't get online - at least until you shut that feature off for that IP. Of course, it's desirable to upgrade the number of licenses. It's pretty scary to be running a corporate network with only one computer not virus scanning when you see headlines like this one.

    So that's our corporate customers. We also have qmailscanner filtering all our mail using F-prot (they have per-server licenses for decent rates, not the retarded per-client ones that would quickly bankrupt any ISP), which cuts problems on our ADSL network by about 75% or more. It's worth noting however that even with a 2.3 Ghz CPU, the server load is typically about 2.5 or 3.0 at any given time. This kind of scanning for the 150,000 messages a day we get would have been impossible only three years ago.

    Would we start using a router like the one Cisco came out with? Hell no. 10% of our customers actually have a clue, and they usually pay for a more expensive internet account. To lose hundreds of our best customers over something like this would be stupid. As well, if we used a router that required a specific virus scanner (like our corporate customers have), it could alienate as much as 60% of the people who have already bought a virus scanner that *isn't* the virus scanner the router requires.

    No. This is not something you subject the general public to.

    --
    "No problem. I have the capacity to do infinite work so long as you don't mind that my quality approaches zero."-Dilbert
  142. Re:Why stop people using their own PCs by Anonymous Coward · · Score: 0
    Besides , you can't plug your own machines into office networks...

    That's nonsense. Of course I can.

    How do guests visiting your office get access to the internet if the need it for a presentation? Here there are places they can connect to the office network and be comfortably in a DMZ where they can see the external network and part of our intranet with some demos of our product. Of course accounting and R&D are on different subnets.

    I guess some employers are just more up-tight than others.

    Perhaps the university has trade secrets so special they need to lock down the whole place?!?

  143. heh by ShadowRage · · Score: 1

    well, I dont think it will be a default option, I think it'll be in there for you to use (I hope, I'm in the training program)

    personally, I dont think many cisco techs would even know how to usei t properly in the first place, taht is, if half of them are cisco certified.
    I know some networks with cisco have microsoft certified people working on the routers,
    one australia isp I checked once had a elnet port open and it was to their main cisco router (isnt that supposed to be open to the internal network only?)

    personally, I'd never enable the option. if I had to, I'd prolly only enable it for a windows-based segment of the network (mainly the office)
    and maybe that's what it's for, you can use it for certain segments of the network, and there are some anti-viruses that dont lag your machine down to the point of crashing.
    I also suggest that corporate offices use deep freeze, which is used at my school, it doesnt allow any modifications to be down to the system, and you can only save to your network drive.
    so far, no viruses have infected any of the machines at school (except the ones with misconfigured deep freeze setups, and of course, the main server itself. which they COULD replace with linux and samba.)

  144. MOD PARENT UP by placeclicker · · Score: 0

    +5 trusted computing is bad.

    --

    Browse at -1, because trolls are often the most creative part of /.
    1. Re:MOD PARENT UP by Anonymous Coward · · Score: 0

      +5 trusted computing is bad.

      So are nuclear bombs. But they are irrelevant of this article just as parent post, so why the hell should it be modded up?

  145. Re:impossible to stop viruses on windows for idiot by Natzschen · · Score: 3, Funny

    We run some propetary hardware where I work that only currently has driver support for Windows NT. Thus, we have one box that runs NT. When we did a re-install on it, we installed NT, then immediately patched up everything. Before the patches had even finished installing, it had already caught blaster and a variety of other things. It was like leaving a gaping wound open in a cespool. I agree, virus software can only really work well as a reactive measure. In order to protect your machine, your OS needs a strict set of acces and execution permissions so, say, your mp3 player or web browser can't format your hard drive or add bizzare crap to your configuration files. That being said, there are plenty of viruses that infect you without having you run an unknown executable at all. They're called buffer overrun exploits, and if you think Windows 98 is free of them, then you're pretty deluded.

  146. Potential Implications by Anonymous Coward · · Score: 0

    The implication for a scheme like this, if it is implemented correctly (or incorrectly, depending on your position), is that it might effectively establish a widespread standard that could be used to block non-compliant communication of any sort. Suppose, for example, that rather than the certifying software being AV software, it could be a key to certify anything about you: your operating system, your political beliefs, your religion, your mail client, that you've paid your annual router per-user license, etc.

    Broadly speaking, it could be used by the router companies, or anyone with enough influence over them, to deny internet access (increasing this means "access to information & communication") to anyone for any reason, and certify compliance.

    It takes DRM to the next level. This is power over you -- not necessarily a feature to empower you.

    I think there are probably better more specific means to minimize virus transmission, if that alone were the narrowly construed goal.

  147. End-to-End nature of Internet Breaking by me.nick() · · Score: 1

    This is a horrible idea and I can't believe any proponent of freedom without control on the internet would ever think this is good.

    The nature of the internet that makes it so scalable to new innovations is its end-to-end nature meaning the infrastructure of routers does the most basic thing possible, route packets. The end hosts are required to do all the rest. If we start adding "security authentication" and other crap on the routers this breaks the end-to-end nature and basicly puts a system of control into the very heart of the internet.

    If microsoft came up with this idea, everyone would be screaming bloody murder, but Cisco and the Security companies are ok to trust with the control of the entire internet??! These are companies just like microsoft, part of the same capital system with agendas to profit the same as microsoft and don't think for a second this doesn't have ulterior motive written all over it.
    We do need to do something about the escalating security risks on the internet, but this is the wrong direction.

  148. Re:another question by dissy · · Score: 1

    > How long will it be before this "feature" will be used to disallow any
    > non-Windows machine from connecting to the network?

    The same day non-windows friendly ISPs start advertising that as a 'feature'

    > How long will it be before non-DRM enabled hardware is disallowed from network
    > access.

    The day that every last single network admin in the world agrees with and fully loves DRM. This will be never.

    Replace the backbone with people to enforce this type of restriction to not let ANYONE resell service without being authorized, and the current internet will simply die with noone to run it.
    A new network will form and be free of this restriction and either take the now unused name of Internet, or make some new name.

  149. It's just not the same... by Trejkaz · · Score: 1

    These viruses aren't Linux viruses though, I'm betting.

    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
    1. Re:It's just not the same... by Juergen+Kreileder · · Score: 1

      No, they're Windows viruses. As said, I use it to get rid of annoying messages. The mails are no real threat for my machines but I don't want to have my mailbox cluttered up with hundreds of these messages each day.

  150. Virus scanner for Linux! by Trejkaz · · Score: 1

    Here you go, folks... I've been using this for years and it's found every virus I've ever had on my Linux systems.

    #!/bin/sh
    echo No viruses found!

    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
  151. Disabling Feature by su2ge · · Score: 1

    Knowing Cisco and their current IOS settings, they usually have it to where you can turn something like this off if you do not want it/like it. They are also good at making it to where you can turn such features off for certain ports. It could also be used to the effect that if you know the user on the computer is a complete n00b, you can turn on this service for their computer because you know they'll probably get a virus from opening one of those emails from people they don't even know.

  152. Re:impossible to stop viruses on windows for idiot by Anonymous Coward · · Score: 0

    get off my internet

  153. I just hope by Anonymous Coward · · Score: 0

    That my favorite porn sites update their virus definitions.

  154. Re:UK National Demo - Open Letter to GW by Anonymous Coward · · Score: 0

    You lose, fagmo.

  155. Minor correction: by Alsee · · Score: 1

    Minor correction, I shouldn't have reffered to Symantec and Trend Micro as router companies. I hope no one dissmissed this Trusted Computing alert based on that error.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.