The present invention relates to securing message traffic in a data network, and more particularly to a service layer approach to implementing group security functions.
The following definitions are used in this document:
“Securing” implies both encryption of data in transit as well as authenticating that the data has not been manipulated in transit.
A “security policy” (or “policy”) defines data (or “traffic”) to be secured by a source IP address, a destination IP address, a port number, and/or a protocol. They also define the type of security to be performed.
A “security group” is a group of one or more nodes in a network that are assigned a common policy.
A “key” for a secure tunnel is the secret information used to encrypt and decrypt (or to authenticate and to verify) data in one direction of traffic in the secure tunnel.
A “Management and Policy Server” (MAP) is a device that is used to define high level security policies, which it then distributes to one or more Key Authority Points (KAPs).
A “Key Authority Point” (KAP) is a device that generates detailed policies from high level policies, which it then distributes to one or more Policy Enforcement Points (PEPs).
A “Policy Enforcement Point” (PEP) is a device or a function that secures data based on the policies.
Existing Network Security Technology
Data traffic in most computer networks is normally sent unsecured without encryption or strong authentication of the sender and receiver. This allows the traffic to be intercepted, inspected, modified, or redirected. Either the sender or receiver can falsify their identity. In order to allow private traffic to be sent in a secure manner, a number of security schemes have been proposed and are in use. Some are application dependent, as with a specific program performing password authentication, while others, such as TLS, are designed to provide comprehensive security to whole classes of traffic such as HTTP (Hyper-Text Transfer Protocol) and FTP (File Transfer Protocol).
IPsec is a protocol that was developed to address a broader security need. As the majority of network traffic today is over Internet Protocol (IP), IPsec was designed to provide encryption and authentication services to this traffic regardless of the application or transport protocol. This is done, in IPsec transport or tunnel modes. In either mode, the process involves encrypting a data packet (if encryption is required), performing a secure hash (authentication) on the packet, and wrapping the resulting packet in a new IP packet indicating it has been secured using IPsec.
Encryption keys (secrets) and other required configuration information must be exchanged by the parties involved in order for IPsec to work. This is accomplished using Internet Key Exchange (IKE), which is done in two phases.
In a first phase (IKE Phase 1), a connection between two parties is started in the clear. Using public key cryptographic mechanisms, where two parties may agree on a secret key by exchanging public data without a third party being able to determine the key, each party may determine a secret for use in the negotiation. Public key cryptography requires that each party either share secret information (pre-shared key) or exchange public keys for which they retain a private matching key. This is normally done with certificates, e.g., Public Key Infrastructure (PKI). Either of these methods authenticates the identity of the peer to some degree.
Once a secret has been agreed upon in IKE Phase 1, a second phase (IKE Phase 2) may begin and the specific secret and cryptographic parameters of a specific tunnel are developed. All traffic in IKE Phase 2 negotiations is encrypted by the secret from IKE Phase 1. When these negotiations are complete, a set of secrets and parameters for security have been agreed upon by the two parties and IPsec secured traffic may commence.
Security Gateways (SGWs) may be implemented at routers and other internetworking devices to implement IPsec in a tunnel mode, alleviating some of the responsibility for security from end nodes. When a packet is detected at a SGW with a source/destination pair that requires IPsec protection, the secret and other security association (SA) information are determined based on the Security Policy Database (SPD) and IPsec encryption and authentication is performed. The packet is then directed to a SGW that can perform decryption. At the receiving SGW, the IPsec packet is detected, and its security parameters are determined by a Security Packet Index (SPI) in the outer header. This is associated with the SA, and the secrets are found for decryption and authentication. If the resulting packet matches the policy, it is forwarded to the original recipient.
General Limitations of IPsec
Although IPsec tunnel mode has been used effectively in securing direct data links and small collections of gateways in networks, a number of practical limitations have acted as a barrier to more complete acceptance of IPsec as a primary security solution throughout the industry.
Configuration of Policies—Using the above approach, each SGW must be configured with each pair of source and destination IP addresses or subnets that must be secured (or allowed in the clear or dropped). For example, 11 SGW units fully meshed, each protecting 10 subnets, would require 1000 policies in the SPD. This is a challenge in terms of the user setting up the policies, the time required to load the policies, the memory and speed difficulties in implementing the policies, and the increase in network time spent performing negotiations and rekey. The time required for initial IKE negotiations in this example may exceed ten minutes.
In addition, even smaller networks would require the user to have a complete knowledge of all protected subnets and their security requirements, and any additions or modifications would need to be implemented at each gateway.
Installation of an IPsec/IKE Stack on Individual PCs—With the variety of available operating systems (Windows XP, XP Service Pack 1 and 2, Linux and all of its kernel releases, etc.) and hardware platforms, a software implementation of the IPsec stack, which is dependent on both of these, must be designed, compiled, tested, and supported for each implementation. Hardware solutions, such as IPsec on a NIC, provide some separation from these issues, but preclude automated remote installation of the IPsec stack.
In addition, the computer with the installation must be configured with the user certificate and the policy configuration. Ideally, the user would be identified in some way other than a machine based certificate, but unfortunately, all existing implementations require the computer to be configured directly, normally by a network security manager. IKE also offers methods for remote access using certificate based authentication combined with RADIUS and XAUTH for the user ID as well as mode configuration to supply the user with a local network identification.
The present invention is an approach that separates network security functions in into three functional layers. In general, the three layers are respectively responsible for (1) management of security groups and encryption policies; (2) key and policy distribution to security group members, and (3) policy enforcement. In one embodiment, the layers include:
(1) Management And Policy Server (MAP)—responsible for coordinating the definition and coordination of encryption policies and communication entitlements across an enterprise (e.g., which data processors are assigned to which groups, which users are allowed to access which applications, etc.)
(2) Key Authority Point (KAP)—responsible for generation of keys, and secure distribution of keys and policies in the enterprise, such as through Policy Enforcement Points (PEPs).
(3) Policy Enforcement Points (PEPs)—responsible for enforcement of security in the network. The PEPs may be distributed somewhere along the data path, including at network end points (embedded in personal computers, PDAs, storage servers, VPN clients), internetworking devices (routers, gateways, and the like that perform traffic inspection); or other network enabled devices and/or locations. The PEPs perform packet encryption and decryption as well as IPsec header generation on outgoing and incoming packets according to security policies.
By dividing policy management, key generation and exchange, and policy enforcement into these three separate layers, one may solve some of the limitations of existing IPsec/IKE and other network security approaches.
The architecture permits enforcement of data protection across enterprise environments as a security overlay that operates independently of the network. It provides a number of advantages over standard IKE/IPsec security, including but not limited to:
Simplified Configuration of Policies—The definition of policies (local and remote) combined with policy linkage provides simplified secure network definition. This is enhanced by the ability to load individual policies to the PEP(s).
Multicast/Broadcast Traffic—Separating Key Distribution from Policy Enforcement allows for support of these traffic types independent of network protocols.
Firewalls/Intrusion Detection Systems (IDS)—These may be surrounded with a decrypt/encrypt barrier to provide a clear packet to a firewall or IDS. This is supported with a configuration that performs key distribution from a central authority to multiple PEPs.
Resiliency—The invention improves secure network resiliency by providing multiple identically keyed paths and by providing low-state controllers for easy failover. Approaches with complex states in units other than the PEP(s) will offer greater resiliency challenges.
Installation of an IPsec/IKE Stack on Individual PCs—By separating Policy Definition and Key Generation and Distribution from the PEP, the requirements of each PC installation are greatly reduced.
In one method for securing message traffic in a data network using a security protocol, a security policy definition to be applied to traffic in the network is determined at a Management and Policy Server (MAP) within a network. The policy definition includes at least a definition of traffic to be secured and parameters to be applied to the secured traffic. At least one security policy definition from the MAP is received at a Key Authority Point (KAP) within the network. The KAP generates one or more keys to be used in securing the traffic according to the policy definition, and distributes the security policy definition and the keys to two or more peer Policy Enforcement Points (PEPs). The security policy definition and the keys from the KAP are received at a PEP within the network. The PEP receives a network traffic packet, determines if the network traffic packet falls within the definition of traffic to be secured, and applies security processing to the network traffic packet according to the keys and the parameters of the security policy definition.
The MAP may authenticate each KAP and PEP, and provide a visualization of security groups. The security policy definition may include a definition of groups/communities of interest, and may include a definition of membership and permissions of groups.
The KAP may use IPsec to distribute the security policy definition and the keys to two or more peer PEPs, and may communicate with the peer PEPs via an Application Programming Interface (API). The KAP may also monitor the operation of the peer PEPs. It should be noted that in one system, the MAP and KAP may be centralized on a single physical machine.
The PEP may be embedded in a network connected device or may be implemented as a process running on a network appliance. Additionally, the PEP may encrypt outbound packets, may decrypt inbound packets, and may store and process security packet index (SPI) data associated with the packets.
The foregoing and other objects, features, and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings in which like reference characters refer to the same parts throughout the different views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention.
A description of preferred embodiments of the invention follows.
The MAP 100 is a data processing device, typically a PC or workstation, through which an administrative user may input and configure security policies. The MAP 100 may be thought of as a network management layer device that acts as a secure server storing and providing access to security policies by other elements of the system. The MAP 100 thus provides a single unified interface for definition and enforcement of policies in a network of data processors, such as may be spread across an enterprise. In addition to the functions listed in
The functions provided by the MAP 100 include authentication of other functional layers, i.e., authentication of each Key Authority Point 200 and Policy Enforcement Point 300 through existing authentication services such as an Authentication, Authorization, and Accounting (AAA) protocol per RFC 2903 (e.g., Diameter, RADIUS, TACAS, etc.); pushing and enforcing policies out to the Key Authority Points 200; and providing support for definition of groups or communities of interest of various elements of the enterprise.
As is key to the present invention, the MAP 100 provides for aggregation and unification of security group definitions across an enterprise. The security groups define permitted (or prohibited) user to user communications, network to network communication, user to application level communication user to data, and so forth.
The MAP 100 thus has an interface to allow for the definition of security group policies that describe how and when members of groups may communicate. These may include management of privileges in defining user roles and group roles, memberships and permissions of particular groups, (i.e., as defined to specific machines, applications or users), assignments of privileged users and applications or data centers which in turn may be rule and policy based.
Security group identity and creation, that is, determining who belongs to which security groups, may be provided in a number of ways. This can be created from user data filled into templates, or imported from business applications, i.e., from human resources or information technology operations in an enterprise. The data may be provided by such other applications as CRM, ARP/SEM software, or LDAP Microsoft Active Directory applications.
Additionally, the MAP 100 provides coordination of provided security group functions, such as network traffic (data) protection, network validation, change control, and the like.
The MAP 100 may also be used to configure the KAP 200 and PEP 300 appliances, (e.g., one function is to configure IPsec tunnel policies to be used for communication between the KAPs 200 and the PEPs 300.)
The MAP 100 user interface may also provide visualization of security groups (i.e., a visualization of what is protected.) Security infrastructure information may also be provided to administrative users to show a snapshot of the present status of the MAP 100, KAPs 200, and PEPs 300 in particular.
The Key Authority Points (KAPs) 200 provide for generation and distribution of keys and security policies to the Policy Enforcement Points (PEPs) 300. The KAPs 200 serve as the authorities for providing encryption keys to the PEPs 300, and may be thought of as a distribution layer. The KAPs 200 may use certain standard types of security policies, such as Security Association (SA), and keys that may be distributed by IPsec to the PEPs 300.
KAPs 200 may also monitor the operation of PEPs 300. Such monitoring may occur through tunnel transport as a secure communication mechanism with the PEPs 300. The KAPs 200 may support tunnel, transport, and network modes, and may support multi-vendor PEPs.
The KAPs 200 are typically located in a different physical machine than the PEPs 300, i.e., PEPs 300, as will be described, may be distributed throughout a network, and even to end nodes themselves. Thus, some mechanism is necessary to provide for the secure transport of keys and other information between the KAPs 200 and PEPs 300. The preferred communication may be through an open Application Programming Interface (API) 350.
The KAP 200 and MAP 100 may be centralized on a single physical machine or may be implemented in a distributed fashion. However, in a typical enterprise having a network that spans more than one physical location, as shown in
PEPs 300 may be hardware or software based and are typically embedded in network connected devices (end nodes), such as PCs 208, or within internetworking devices, such as routers 210.
The message traffic in the network layer typically takes the form of data packets in the well known Internet Protocol (IP) packet format. As is well known in the art, an IP packet may typically be encapsulated by other networking protocols, such as Transmission Control Protocol (TCP), User Datagram Protocol (UDP), or other lower level and higher level networking protocols. It should be understood that other functions and devices may be present in the network and the above configuration is only one example. Since the PEPs 300 are located on the data path, they may also be instantiated as a process running on a hardened network appliance, such as a Secure Gateway (SGW).
Referring to
The PEPs 300 are configured to perform IPsec tasks, such as handling Security Association (SA) information to store and process necessary policies such as Security Packet Index (SPI) data associated with the IPsec packets, and the like, as instructed by the KAPs 200. A PEP may support standard encryption such as AES and three DES, as well as other encryption algorithms.
A typical PEP will support a well-defined command line interface (CLI) via SSH or other security measures. They also leverage NIC (and others) and AAA authentication techniques involving RADIUS, LDAP, TACAS, and others.
As mentioned above, the Key Authority Points (KAP) 200 are primarily responsible for distributing keys and policies to the PEPs 300. They are preferably deployed on hardened appliances or on other target elements in the network, such as devices utilizing Cisco Application Oriented Network (AON). In addition to the functions mentioned above, the KAPs 200 perform functions including at least the following:
Key Generation. This module creates keys to secure a given tunnel. In prior art IKE approaches this is done in coordination with a single peer node as each side agrees on outbound and inbound keys. However, in an embodiment of the present invention, this is performed at the KAP 200 that generates keys for traffic between a number of nodes.
Key Distribution. This module ensures that all connections to the tunnel have the keys necessary to decrypt and encrypt data between the end points. As mentioned previously, this is done in standard IKE as part of the “IKE Phase 2” key exchange between two peers. However, in the present invention, this is performed by the KAPs 200 and PEPs 300 exchanging keys over a secure tunnel. With these techniques, key distribution is still securely protected to prevent eavesdropping and tampering, and to ensure that the exchange occurs with an authorized party.
Policy Distribution. Policies must be installed and/or made available to the Policy Enforcement Points 300. This may be done at configuration or as part of the discovery process. This may also be done on a per-packet basis, as outgoing packets are detected, and have a policy check performed.
While this invention has been particularly shown and described with references to preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the scope of the invention encompassed by the appended claims.
This application claims the benefit of U.S. Provisional Application No. 60/837,410, filed on Aug. 11, 2006, and is related to co-pending U.S. patent application Ser. No. 11/649,336, filed on Jan. 3, 2007, entitled “Securing Network Traffic Using Distributed Key Generation and Dissemination Over Secure Tunnels.” The entire teachings of the above referenced applications are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
4200770 | Hellman et al. | Apr 1980 | A |
5237611 | Rasmussen et al. | Aug 1993 | A |
5577209 | Boyle et al. | Nov 1996 | A |
5812671 | Ross, Jr. | Sep 1998 | A |
5835726 | Shwed et al. | Nov 1998 | A |
5870475 | Allan et al. | Feb 1999 | A |
5940591 | Boyle et al. | Aug 1999 | A |
6035405 | Gage et al. | Mar 2000 | A |
6061600 | Ying | May 2000 | A |
6173399 | Gilbrech | Jan 2001 | B1 |
6185680 | Shimbo et al. | Feb 2001 | B1 |
6275859 | Wesley et al. | Aug 2001 | B1 |
6330562 | Boden et al. | Dec 2001 | B1 |
6351536 | Sasaki | Feb 2002 | B1 |
6484257 | Ellis | Nov 2002 | B1 |
6539483 | Harrison et al. | Mar 2003 | B1 |
6556547 | Srikanth et al. | Apr 2003 | B1 |
6578076 | Putzolu | Jun 2003 | B1 |
6591150 | Shirota | Jul 2003 | B1 |
6658114 | Farn et al. | Dec 2003 | B1 |
6697857 | Dixon et al. | Feb 2004 | B1 |
6708273 | Ober et al. | Mar 2004 | B1 |
6711679 | Guski et al. | Mar 2004 | B1 |
6823462 | Cheng et al. | Nov 2004 | B1 |
6915437 | Swander et al. | Jul 2005 | B2 |
6920559 | Nessett et al. | Jul 2005 | B1 |
6981139 | Enokida | Dec 2005 | B2 |
6986061 | Kunzinger | Jan 2006 | B1 |
7082198 | Ishii | Jul 2006 | B1 |
7103784 | Brown et al. | Sep 2006 | B1 |
7106756 | Donovan et al. | Sep 2006 | B1 |
7373660 | Guichard et al. | May 2008 | B1 |
20020069356 | Kim | Jun 2002 | A1 |
20020154782 | Chow et al. | Oct 2002 | A1 |
20020162026 | Neuman et al. | Oct 2002 | A1 |
20030012205 | Foti et al. | Jan 2003 | A1 |
20030135753 | Batra | Jul 2003 | A1 |
20030177396 | Bartlett et al. | Sep 2003 | A1 |
20030182431 | Sturniolo et al. | Sep 2003 | A1 |
20030191937 | Balissat et al. | Oct 2003 | A1 |
20030200456 | Cyr et al. | Oct 2003 | A1 |
20030233576 | Maufer et al. | Dec 2003 | A1 |
20040005061 | Buer et al. | Jan 2004 | A1 |
20040044891 | Hanzlik et al. | Mar 2004 | A1 |
20040062399 | Takase | Apr 2004 | A1 |
20040160903 | Gai et al. | Aug 2004 | A1 |
20040205342 | Roegner | Oct 2004 | A1 |
20040268124 | Narayanan | Dec 2004 | A1 |
20050010765 | Swander et al. | Jan 2005 | A1 |
20050066159 | Poussa et al. | Mar 2005 | A1 |
20050083947 | Vaarala et al. | Apr 2005 | A1 |
20050102514 | Bergenwall et al. | May 2005 | A1 |
20050125684 | Schmidt | Jun 2005 | A1 |
20050138353 | Spies et al. | Jun 2005 | A1 |
20050138369 | Lebovitz et al. | Jun 2005 | A1 |
20050144439 | Park et al. | Jun 2005 | A1 |
20050149732 | Freeman et al. | Jul 2005 | A1 |
20050160161 | Barrett et al. | Jul 2005 | A1 |
20050190758 | Gai et al. | Sep 2005 | A1 |
20050232277 | See | Oct 2005 | A1 |
20060002423 | Rembert et al. | Jan 2006 | A1 |
20060010324 | Appenzeller et al. | Jan 2006 | A1 |
20060072748 | Buer | Apr 2006 | A1 |
20060072762 | Buer | Apr 2006 | A1 |
20060136437 | Yamasaki | Jun 2006 | A1 |
20060177061 | Orsini et al. | Aug 2006 | A1 |
20060198368 | Guichard et al. | Sep 2006 | A1 |
20070076709 | Mattson et al. | Apr 2007 | A1 |
20070127719 | Selander et al. | Jun 2007 | A1 |
20070186281 | McAlister | Aug 2007 | A1 |
20080075088 | Carrasco et al. | Mar 2008 | A1 |
20080083011 | McAlister et al. | Apr 2008 | A1 |
20080127327 | Carrasco | May 2008 | A1 |
Number | Date | Country | |
---|---|---|---|
20080040775 A1 | Feb 2008 | US |
Number | Date | Country | |
---|---|---|---|
60837410 | Aug 2006 | US |