Packet Level Virus Scanning Network Appliances?
Tiber asks: "I had the pleasure of locking down the servers for a large company against the Slapper/Sapphire worm over the weekend. It wasn't enjoyable, less so because I knew I'd have to face it again come Monday when all our users brought their business laptops in. Sure enough, Monday morning, all hell broke loose on our networks. It got me thinking, instead of routers 'dumb' routers, does someone make a network appliance that does worm scanning inside the packets and log attacks? Perhaps someone has a project they know of that does this?"
Here's a link
-1: flamebait should really be -1: inciteful
how did your users laptops bring SQL slammer in the building? first off, it only infects MS SQL servers, which isn't very typical for an average laptop install. secondly, the virus is memory resident only, which means that when they turned off their laptops to bring them into work, they also removed the worm from their systems. and did you try patching your companies sql servers, or did you just reboot them all at once to get rid of the worm for a few minutes?
So do you delete ALL word attachments or scan them all for known virus? Or do you attempt some sort of AI that figures out virus / worm from none virus / worm?
In the case of using AI, I just don't think it is quite there yet. Yes it may be possible, but not cheap enough for the general public. I wish!
In the case of deleteing all attachements, you could set up a quarentine place for them. I think Norton utilities has a virus scanner that does this for email. My dad once mentioned something about this. He loves it. I no longer get MS virus email from him ;-). Of course I run Linux at home so even when I did get them they did not work cause the binaries just would not run under Linux without wine and me manually running them, and even then I don't think they could have done anything without enough permissions.
Depending on how many servers you have, one thing would be to setup some of the servers as read only. Not sure if you can do that with windows. I.E. Create an account for the mail system and give it access to only certain things on the system and then lock down the rest of the system. Using permsissions restict the mail from screwing up the rest of the server. I don't know enough about windows to know if this can be done? I know you can restrict accounts from accessing data, but can you restict the email admin account? Can windows run entirely off a cdrom? Can windows run in a memory filesystem? Maybe embedded windows can do this, and you may be able to make an embedded windows mail server. Or search the internet for embedded devices and windows servers or somehting.
In unix I know I can run my whole filesystem off a cdrom ( I am doing this with my freebsd home based router). Worst case senerio I have to reboot the router. There are a few problems in my current approach (swap errors in FreeBSD), but it works. Turn it on and it boots up in less than 2 minutes. To shut down just hit the power button, no shudwown required.
My suggestion is to look for embedded devices and make an embedded mail server of your own. You may try using http://www.intrinsyc.com/products/cerfcube/ to create an embeded window mail server. The OS should hopefully be protected in flash ROM, but since I have not tried I cannot say. It may be possible to use this and create a device that you just have to reboot to fix the problem.
Best thing to do NOW if you have not already, is to install Anti virus utilities like Norton and Mcafee stuff on your laptops and servers and use them if they are windows machine which I suspect they are. KEEP THEM UP TO DATE. Our sys-admins send out emails at LEAST once a week with new virus updates.
Lastly educate the people in the company, with weekly emails on the latest virus. If they are aware that they could get a virus that could f*** up their project and screw their deadline they may be more cautious about their email. Not everyone will, but it may be just enough people that it would make your life a little easier.
Only 'flamers' flame!
First, why do notebooks have SQL server running? Why weren't the "real" servers patched and protected in the first place?
OK, off my rant. They do make appliances that detect and log attacks. They are called Intrusion Detection systems. That's the whole idea of network IDS. Cisco makes them... You can make one on any linux box with Snort. ISS makes software that runs on NT/2K.... The list goes on.
A virus scanning appliance is harder. What if the virus is in a zip file or other archive? Lots of problems with that. It's best just to get good AV out on the network with central management to make SURE they are updated and functioning.
For anyone wanting good Exchange Server AV I can't recommend Antigen by Sybari enough. It makes everything else look really bad. For the desktops/servers we've used Norton w/ their central manager and it is performing great. Much better than any of the McAfee installations I've ever seen.
Easy. Put packet filters in your switch. How often do SQL servers make outgoing connections to other SQL servers?
I want to delete my account but Slashdot doesn't allow it.
Because it would be slow. And I do mean slooooow. Routers try to do as little as possible in software plus look at the packets as little as possible to get high throughput. Your device would be hard taxed by just normal traffic, the latest worm attack - esp. when coming from several sources within your network - would make it choke in no time, because it would have to check each packet on a saturated network.
Lars T.
To the guy who modded me down from perfect to terrible Karma - Apple haters still suck
--
For packet level filtering, there's one box I've found and like quite a bit. eAladdin makes eSafe Gateway, which can act as a bridge or router tossed in front of your network (directly after the firewall). It scans all http, ftp, and smtp traffic...but they had a fix out to also look for slammer a few hours into the mess.
While it's not true packet level, it's pretty fast and gives you a bit more protection and configurability that I think a raw router might be able to do. Granted, this won't help much if you've got internal laptops or something bringing the bug with you...though it would prevent you from attacking others with it.
Not a sales pitch, just a satisfied customer...
www.esafe.com
-----------------
-Barkeep, a draft of your most hazardous brew, for the world is slowly stepping into focus, and I don't like what I see.
There's a company called Tipping Point that sells a network appliance that does basically what you're looking for. When a new attack is noticed, they provide a "Digital Vaccine", or a ruleset that drops the attack packets. I haven't tried it...But apparently their customers were protected from Slammer a couple hours after it hit the 'Net. (Not that it mattered - upstream was screwed anyway).
Not so novel idea: use a dedicated snort box that uses its alerts to add rules to a firewall, switch, and/or router. Check out the snort FAQ and contrib directory for ideas.
assert(expired(knowledge));
Sorry. I'm sorry, but I have 0 sympathy for you. You--or your bosses, or their bosses--have chosen Microsoft homogenuity. Losing your weekends to patching their crap is the price you pay for making that recommendation.
More constructively--instead of figuring out how to do Microsoft's work for them, how about getting an open source solution working on, say, OS X or Linux? Then at least the whole problem is yours--and you're not trying to fix someone else's crap, which you paid a dear price for, afterall.
Or you can spend your weekends that way, and your Mondays, too. I prefer doing other things with my time off, so I recommend other solutions.
--
$tar -xvf
Some important things to consider when looking at an inline IDS are:
Now for the shameless plug, NetScreen sells a kickass inline IDS which I, as an employee/developer highly suggest you check out:
http://www.netscreen.com/products/idp.html
I already use Snort /w Snortcenter to do this at work. It is very effective.