#206158 - 2012-11-08 03:39 PM
Re: What AV solution does your Company use
[Re: NTDOC]
|
Glenn Barnas
KiX Supporter
   
Registered: 2003-01-28
Posts: 4401
Loc: New Jersey
|
Doc,
Regarding performance of "software" vs "hardware", I can't speak for TMG (they haven't upgraded yet and that's our largest ISA/TMG client), but we used a pair of ISA 2006 firewalls in an NLB configuration at the travel agency HQ. Every user in North America (about 4000 in total) was connected to the HQ site and used the ISA array for content filtering and proxy services. A pair of dual-processor 2.33GHz servers with 4G RAM (32b O/S, as required by ISA) handled an average daytime load of 12,000 transactions per minute each, and rarely ran above 8% CPU load. Note that this is transaction/minute, not packets per second, which would be MUCH higher. In ISA/TMG, a "transaction" is every complete web connection, from initial request to final delivery of all page content, usually many dozens of packets.
Glenn
_________________________
Actually I am a Rocket Scientist!
|
Top
|
|
|
|
#206186 - 2012-11-11 04:22 PM
Re: What AV solution does your Company use
[Re: Arend_]
|
Robdutoit
Hey THIS is FUN
 
Registered: 2012-03-27
Posts: 363
Loc: London, England
|
Lonkero, Arend, I think that you are both essentially agreeing on the same thing, you are just using different terminology. A better way to explain it would be this:
A hardware firewall i just a piece of equipment that has the sole (not soul Arend) task of performing firewall duties and no other functions such as browsing the internet, checking your email etc. All devices contain a cpu, hard drive etc, the difference is the use the equipment is put to, rather than what it is inside the box ! Hence a software firewall would be like windows 7 firewall, where the computer does perform firewall functions in addition to many other things like Internet browsing, checking your email, arguing with people on kixtart ha ha !
The difference between a hardware firewall such as the infamous Cisco Box that Doc owns and the type of firewall that I am going to build - i.e. A slackware box that will provide the firewall functions that I want would be two things. Customisability and Power of the computer.
The problem with the Cisco is because its contained within a small enclosure, it must obey the laws of physics and be built to reduce heat output, so as such it will have a slower CPU, slower hard drive so in practice cannot be as fast as a normal sized computer box which could have a more powerful cpu and faster hard drives etc, because the enclosure has capacity to cool the computer down.
The second issue with the Cisco box is you are limited to customising whatever that small OS is capable of doing. so if the Cisco box doesn't support the feature, you're screwed.
These two advantages are why I would go with my Slackware Box which is a server based Linux distro.
Arend and Lonkero, I think that you are both in agreement in that when Lonkero is talking about a full OS, I think he means something like Slackware or your Suse box, not a windows 2008 server which installs loads of things that you don't need for the firewall. Slackware is so customisable with the installation, that you can virtually install just a command shell, with a very small gui to do whatever it is you need to setup your firewall. I don't think that anyone is implying that its desirable to setup windows 7 with a firewall program and call that a hardware firewall ! Because Arend is right, the more programs that get installed onto the OS and the bigger the OS, the more security holes there would be.
A good way to settle this issue, is to find some website or program that you can use to test your firewall and AV and content filtering and see how well it passes the test.
|
Top
|
|
|
|
#206190 - 2012-11-11 10:28 PM
Re: What AV solution does your Company use
[Re: Lonkero]
|
Arend_
MM club member
   
Registered: 2005-01-17
Posts: 1896
Loc: Hilversum, The Netherlands
|
Rob, yeah I know it's sole and not soul, just a Freudian slip so to speak  When I mentioned SuSE in my previous explanation it was because SuSE allows for a internet based installation where you only install what is needed ans not a thing more. Has nothing to do with the distro itself. Apart from that Lonk and I usually have these type of discussions, we both are right but we love to split hairs 
Lonk, you know as well as I do that when I mention a "full OS" that I mean the basic installation of the distro media. I know we agree, I just disagree with how you read it 
Btw, since we're on the subject, there are a lot of VMware Appliances nowadays that cover the role of firewall with minimalistic OS's even smaller then the "hardware firewalls". I'll call them Virtual Firewalls for now that don't have the CPU/MEM boundaries of the hardware variants But the downside is that you have to configure your Hardware internet access to get to it NAT/Open ports etc.
|
Top
|
|
|
|
#206193 - 2012-11-11 10:56 PM
Re: What AV solution does your Company use
[Re: Lonkero]
|
Arend_
MM club member
   
Registered: 2005-01-17
Posts: 1896
Loc: Hilversum, The Netherlands
|
Hahaha, well he has got a proper motorcycle and more importantly he can drive it properly Not as good as my motorcycle though  But his expertise IS internet security!
|
Top
|
|
|
|
#206194 - 2012-11-12 06:47 AM
Re: What AV solution does your Company use
[Re: Arend_]
|
Björn
Korg Regular
   
Registered: 2005-12-07
Posts: 953
Loc: Stockholm, Sweden.
|
I've spent a couple of mins trying to get the hang of what you've been chatting about (this is an oooold thread :P ). To start with defending myself, I know nothing about volvos (but I do know some of their infrastructure :p) , and sadly not much about smaller motorcycles ;).
I have to agree with Arend on the term of the description for a hardware firewall - it's purpose built.
A sole firewall simply allows or drop/rejects packets at the specific OSI level (transport layer), SPI features where included in this segment. Most firewalls now tho got UTM features, pushing it up to the application level, making 'em aware of ie content, meaning they can identify the content type as well, and also granting logic for (N)IDS/(N)IDP. If you're talking with a sales person, they'd sell you a NG firewall, because it has added features when it comes to the UTM department, and is, well, usually also stacked with proxy features... Still, they are purpose built, dedicated boxes (some release it as vm's..) etc.
I've already been sniffing on this, but when it comes to 0-day stuff, it's either related to IDS/IPS features, or AV-feats in a UTM fw. This is the part that does the actual identification on what kind of traffic, may it be binaries that traverse through the network.
A ISA server for example is not purpose built, neither is a Linux system installation - since it's not "bare metal". Hardware firewalls, at least most of the more high end segment today comes with off-loading chips that accelerate traffic once it been identified. Giving them a great benefit over fw's where packets still have to be handled by the kernel/network stack. Edit: Now, I know someone might argue that the ISA is purpose built, but since it's such a poor implementation, and not something you ever should put facing a WAN, I do wanna highlight that MS might wished it was, but I can't see how it ever could be..
A "NAT" box, well, now we've talking routing features. This is related to UTM fw's/NG fw's.
Here's the thing - a good device is a device that you fully understand and can manage/prevent with. There is (expensive) stuff you can buy now that actually can act as a MiTM device and run all non identified binaries etc before they hit your org (or rather, it can be run at the same time as it's "original", giving the sysadmin a PoC of the effects of it, if it's deemed as possible malware/etc). And it gives you a full report of what it did ;).
Do remember, a "correct" segmented and filtered LAN wins over the best and most powerful FW, just granting every direction and every source a full out communication with the world.
Not sure what I am expected to add to the discussion here :p. But nice to see so many of you alive!
Edited by Björn (2012-11-12 09:57 AM) Edit Reason: Added some ISA nonsense.
_________________________
as long as it works - why fix it? If it doesn't work - kix-it!
|
Top
|
|
|
|
#206208 - 2012-11-13 09:09 AM
Re: What AV solution does your Company use
[Re: Lonkero]
|
Arend_
MM club member
   
Registered: 2005-01-17
Posts: 1896
Loc: Hilversum, The Netherlands
|
Rob, your slackware box should be more then sufficient, don't worry
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 1574 anonymous users online.
|
|
|