Why you don't need a firewall [how to secure an open perimeter network]

I admit that the title was meant to be inflammatory.  However, there are use cases that aren’t terribly uncommon where an in-line security appliance is just not the correct tool for the job.  Someone once told me “a firewall protects a network like a fuse protects an electrical circuit”, and it’s mostly a correct statement.
Firewall vendors will probably argue this and enterprise folks may discount this as heresy and call for burning me at the stake.  I can say, though, that the use of a firewall, IPS or other inline security appliance has presented many problems in many environments in my years as a network and security engineer and architect.    To that end, there are mechanisms for replacing the functions of a firewall and IPS with other options, which in many cases have a lower capital expense [although they may have a higher initial operational expense].  I’ll outline them here, but before I do I want to re-iterate that NAT (PAT) is not a security tool, it’s a translation tool.  Nothing more.  So, I will leave that out.  If you don’t have appropriate IPv4 or IPv6 address space some of these things may need adjustments although they are still accomplishable by doing NAT on a border Layer 3 device.     Below is a talk that I gave at BroCon14 that is a rough outline of how to do this, if you don’t want to spend 30 minutes listening to me talk about it, the clifs notes are bulleted below, but the context is all in the video so I encourage you to watch it before responding to my post.
For those that want to take a look, here is the talk.

Here are the bullets.

  • Announce only necessary resources 

One can utilize routing to only expose the pieces of the network that need to be exposed.  If you have a /16 and on;y a /24 needs to be exposed, only announce that prefix.  This is not that different than a typical DMZ.

  • Filter access to network, storage and management hardware

Utilize best practice ingress filtering.  Follow BCP38. You should be doing this anyway.

  • Utilize host based firewalls

This is a no-brainer.  Firewall as close to the resource as possible.

  • Employ central host management

Make your life easy.  Cloud providers do it and it’s well documented nowadays.  There are many options.

  • Centralize logging and flow data collection

Another no brainer, you should be doing this anyway.

  • Create baselines for traffic and activity

Data is good.  Knowledge is power.  Baselines are useful for both anomaly detection and forecasting and it’s not that hard to do it.

  • Deploy and tune IDS

Passive IDS system[s] off of a TAP or SPAN are key to this kind of architecture.  See video for more details but there are a bunch of good options. I prefer Bro IDS but there are many players both commercial and FOSS.

  • Filter with black hole routing

I’ve talked about this before.  Automating this is key to making it function efficiently and it is a fantastic tool.  This can be done with BGP (traditionally) or with something innovative like OpenFlow.

  • Make use of regularly scheduled external vulnerability scanning

This is a great way to verify your exposure and works for any sized network.  Highly recommended.

 
Clearly this isn’t for everyone, and that’s ok.  For anyone that has struggled with issues involving security appliances either based on protocol, horsepower or interface speeds, there are options.

2 thoughts on “Why you don't need a firewall [how to secure an open perimeter network]

  1. Wow. I completely disagree. Just because a firewall can give you some headaches in your network environment it shouldn’t be a reason to just dump it. A very dangerous proposition, and your “alternatives” will not be enough. Fix your firewall if it causes issues.

  2. Like I said, it’s not for everyone, but there are very real use cases where there is no hardware firewall that does what is necessary. For example, how do you firewall 100G WAN connectivity and still retain the ability to do >10Gbps flows? What firewall can handle 40Gbps flows end to end for things like gridftp? How would a typical firewall handle experimental protocols like named data networking? For 95% of the normal users, a generic security appliance is probably fine. There are, however, things that they just don’t work for. I’m in no way proposing that some random bank go and remove its border firewall, but running without a perimeter device can be done and it is useful to think about because it’s really not that hard. I have done it in one way or another for more than a decade. That is not to say that there are not firewalls or appliances in the network somewhere, but they’re not at the perimeter and they are provisioned for extremely specific purposes. I could probably successfully argue that they are more efficient because of that alone.

Comments are closed.