By Jörg Fritsch
Firewalls used to be the pride of any security department. A well-designed firewall protected the internal network, and a lot of ports needed to be open on the firewall. Servers advertised their services to anyone on the LAN.
This black and white view of the secure internal network and the evil external network was never really as simple as it looked - identity thieves and disgruntled colleagues have always been a part of the corporate scene - still, the system seemed to work somehow. Without firewalls, the current conception of the Internet - with online shopping, home banking, and VPNs - would be totally unthinkable.
On today's networks, security specialists have a difficult time enforcing the traditional segregation of "inside" and "outside." New borders are opening up all over the place. Remote access via VPN, cellphones, PDAs, roaming notebooks, web services, and Web 2.0 technologies are slowly rendering the firewall obsolete. In the past, each server application had a clearly defined port and was easily controlled at the firewall, but almost all services in today's web service model use http/https and port 80 or 443. This emphasis on http makes it difficult to disambiguate services at the network perimeter.
Although this problem sounds like a serious threat, some experts believe this paradigm shift is an opportunity. Instead of repeating past errors by refining and extending the outdated firewall concept, why not devise a whole new approach to security that is tailored to the more complex reality of today's networks?
The Jericho Forum [1] is an international security organization dedicated to advancing a new vision for network security. At the center of that vision is a concept they call de-perimeterization, which overturns the traditional view of the network as a finite space with an inside, an outside, and a perimeter. According to the Jericho Forum, the threats faced by today's networks are so vast and varied that "...The only reliable security strategy is to protect the information itself, rather than the network and the rest of the IT infrastructure."
The Jericho Forum is a loose grouping of ISM (Information Security Management) experts affiliated with the Open Group [2], an umbrella organization comprising the joint forces of the Open Software Foundation [3] and X/Open Limited. Open Group is well known for its Single Unix Specification and other initiatives.
The Open Group trademarked the term "Boundaryless Information Flow" to echo this theme that modern networks should not depend on perimeter boundaries for protection. (According to unofficial sources, the trademark was necessary to avoid vendors misusing the term for advertising purposes without actually adhering to the principles.)
This vision of a secure network without borders is embodied in the Jericho Forum's "Commandments," which are available in PDF form from the Jericho Forum web page (see the box titled "Commandments").
The commandments are a collection of security principles - some equivalent to contemporary "best practices" advice and others quite radical and new. The work of the Forum boils down to an emphasis on four areas: encryption; secure protocols - above all, SSL/TLS; secure systems; and authentication and authorization at the data level
The concept of protecting the data itself, rather than simply restricting access to the machine that holds the data, is a fundamental feature of this new approach. Another tenet of this de-perimeterized reality is that all networks are untrusted. Each device must be capable of defending itself - even when placed on the open Internet.
Figure 1 sketches this new vision of the data-independent network. At the top, you can see legacy data and information with clearly defined perimeters. The Rings of Trust model is designed to support communication from the secure side (i.e., the side closer to the core) to the insecure side. At the bottom of the image is the new model. Data exists independently of network boundaries and must not rely on any application, computer, or network for security.
In a perfect world, information would possess attributes to make sure that viewing or modifying data was restricted to authorized persons only. Data would be useless in the wrong hands. This approach, often referred to as Information Rights Management, IRM [4], entails more than just encrypting the data.
At present, many manufacturers are working on frameworks that support authentication and authorization directly at the data level - Oracle, EMC/RSA, and Microsoft DRM to name just a few. Some solutions are already available in part, although they are frequently tied in too closely to the DRM model. Thus far, it is hard to say which technology will assert itself. Standalone solutions are pointless; after all, de-perimeterization aims to facilitate the flow of information.
Some critical elements required to implement the vision of the perimeterless network are still missing - first and foremost, secure terminal devices. Although Linux has an excellent reputation in this respect, it is still too vulnerable.
The inherently secure systems that de-perimeterization relies on should not be vulnerable to hijacking attacks on account of a minor programming error. And there is much to do on the application front. Web browsers in particular are continually in the news with critical security holes.
If you are a road warrior who works with a portable computer in hotel rooms, on customer premises, or at conferences, you know that today's Internet is not far removed from the ideal of de-perimeterization. But danger lurks around every corner, whether from laptop theft or a carefully crafted attack on a protocol, application, or system. Let's hope that de-perimeterization will give us better protection than today's assortment of firewalls, virus scanners, and VPNs.
Commandments |
The Jericho Forum's vision for de-perimeterization is embodied in a document known as the Jericho Forum Commandments, which is available through the Jericho Forum page (Figure 2) of the Open Group website [1]. The 11 commandments of the Jericho Forum are: 1. The scope and level of protection should be specific and appropriate to the asset at risk.
2. Security mechanisms must be pervasive, simple, scalable, and easy to manage.
3. Assume context at your peril.
4. Devices and applications must communicate using open, secure protocols.
5. All devices must be capable of maintaining their security policy on an untrusted network.
6. All people, processes, and technology must have declared and transparent levels of trust for any transaction to take place.
7. Mutual trust assurance levels must be determinable.
8. Authentication, authorization, and accountability must interoperate/exchange outside of your locus/area of control.
9. Access to data should be controlled by security attributes of the data itself.
10. Data privacy (and security of any asset of sufficiently high value) requires a segregation of duties/privileges.
11. By default, data must be appropriately secured when stored, in transit, and in use.
|
INFO |
[1] Jericho Forum: http://www.jerichoforum.org
[2] Open Group: http://www.opengroup.org [3] Open Software Foundation: http://en.wikipedia.org/wiki/Open_Software_Foundation [4] Oracle Information Rights Management: http://www.oracle.com/technology/products/content-management/irm/ |