CA2226814C - System and method for providing peer level access control on a network - Google Patents

System and method for providing peer level access control on a network Download PDF

Info

Publication number
CA2226814C
CA2226814C CA002226814A CA2226814A CA2226814C CA 2226814 C CA2226814 C CA 2226814C CA 002226814 A CA002226814 A CA 002226814A CA 2226814 A CA2226814 A CA 2226814A CA 2226814 C CA2226814 C CA 2226814C
Authority
CA
Canada
Prior art keywords
rule
peer
packet
filter
local
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CA002226814A
Other languages
French (fr)
Other versions
CA2226814A1 (en
Inventor
Partha P. Dutta
Daniel N. Zenchelsky
Thomas B. London
Dalibor F. Vrsalovic
Karl A. Siil
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AT&T Corp
Original Assignee
AT&T Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by AT&T Corp filed Critical AT&T Corp
Publication of CA2226814A1 publication Critical patent/CA2226814A1/en
Application granted granted Critical
Publication of CA2226814C publication Critical patent/CA2226814C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0263Rule management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities

Abstract

A system and method for providing peer-level access control on networks that carry packets of information, each packet having a 5-tuple having a source and destination address, a source and destination port, and a protocol identifier. The local rule base of a peer is dynamically loaded into a filter when the peer is authenticated, and ejected when the peer is loses authentication. The local rule base is efficiently searched through the use of hash tables wherein a hashed peer network address serves as a pointer the peer's local rules. Each rule comprises a 5-tuple and an action. The action of a rule is carried out on a packet when the 5-tuple of the rule corresponds to the 5-tuple of the packet.

Description

SYSTEM 7\ND METHOD FOR PROVIDING
P$ER LS'VEL ~CC$88 CONTROL ON a1 NBTWOR1C
This invention relates to information systems security, in particular to providing access control between one set of automated information systems and another.
Known methods for implementing access control for a specific computer on a network are cumbersome and inflexible because access rules must be coded and entered by hand by a system administrator. This is impractical for networks whose members change frequently, or whose members security needs change 2o frequently .
EffeZtive information systems security prevents the unauthorized disclosure, modification or execution of an automated information system s (AIS) data and processes.
As used here, the term AIS refers.to a computer, network 5 of computers, internetwork of computers, or any subset thereof . The term 'data" refers to any information resident on an AIS, including files and programs. The term "processes" refers to programs in any stage of execution on an AIS.
A "host" is a computer with an assigned network address, e.g., an Internet Protocol (IP) address. A
"user" is a computer that does not have a fixed, assigned network address. To obtain connectivity to the Internet, for example, a user must commonly obtain a temporary IP address from a host with a pool of such addresses. Such a_temporary IP address is retained by 1o the user only for the duration of a single session of connectivity with the Internet.
Information flows in certain networks in packets.
A "packet" is a quantum of information that that has a header containing a source and a destination address.
An example of a packet is an IP packet. Packets such as IP packets have ar network protocol identifier -("protocol") as a part of packet header. The protocol identifies the version number of the protocol used to route the packet. An example of a network protocol identifier is the IP protocol field in an IP packet header.
Packets on a network are directed to and from ports. A "port" is a logical address within a computer through which a process executing on the computer communicates with other executing processes. These other processes may reside on the same computer, or on - other networked computers.
Information systems security is implemented by means of a security policy, which comprises rules directed towards regulating the flow of information in an AIS. The rules of a security policy are embodied in a "rule base," a set of rules that specify whether a packet should be passed to the intended recipient or dropped based upon the packet's identifier. A packet identifier is data generally carried in the packet header that ._ serves to identify the packet. An example of a packet identifier is a circuit number, which occurs in the 1o headers of packets flowing in connection-oriented (i.e., circuit-switched) packet switched networks. Another example of a packet identifier is a packet 5-tuple, which is the packet's source and destination address, source and destination port, and protocol. Packets with 5-tuples flow in connectionless packet switched networks.
A rule base may be global or local. A global rule base is a uniform set of rules ("global rules") that apply to a group of users, hosts, or both. A local rule base is a set of rules ("local rules') that apply to a single user with a temporary network address or a host.
A single user with a temporary network address or a host that has its own rule base is called a "peer."
Another means for implementing security policy~is to restrict access to a network to a predetermined set of users and hosts. When a user or host requests access, its identity must be established and verified before access is granted. This process implicates two steps: identification and authentication.
FIG 1 shows one method of identification and authentication in the form of a flow chart with each step designated by a reference numeral. A first step requires a source of information to identify itself by name by supplying a string of data called a user id 10.
To prevent an imposter from obtaining the privileges associated with a given user id, the user behind the user id is verified by requiring it to provide a l0 password 11 that is normally kept confidential. Such verification is called "authentication." The AIS checks the combination of source id and. password against a list of valid users, 12. When the AIS recognizes a valid user id and corresponding password, a user or host is said to have been identified and authenticated 14. Otherwise, the request for access is denied 13. Hereinafter, a source that has been identified and authenticated will be said to have been-"authenticated"
for purposes of brevity.
- 20 A security policy rule base is implemented on a ' network using a device called a filter comprising hardware and software. The rule base is loaded it~to the filter, which receives packets en route (between their source and destination) and checks the identifier of each packet against the identifier contained in each rule of the rule base for a match, i.e., if the packet corresponds to the rule. A packet corresponds to a rule if the rule applies to the packet. Hence, a rule that is meant to apply to packets with a circuit number of 3254, for example, "corresponds" to all packets with a packet identifier that indicates circuit number 3254.
If the network packet identifier corresponds to a rule 5 identifier, the filter carries out the PASS or DROP
action~prescribed by the rule on the packet. If the PASS action is carried out, the packet is allowed to -pass through the filter. If the DROP action is carried out, the packet is eliminated.
A filter is often combined with other hardware and software that helps manage the flow of information through the filter. The combination of hardware and software that carries out and supports packet filtering is called a firewall. A firewall is often positioned between a first network that "owns' the firewall and a second network. The purpose of the firewall is to regulate the flow of information into and out of the first network from the second network by implementing the rule base belonging to the first network for a17._ such information.' A typical application of a firewall is shown in FIG
2. A corporate network 20 may wish to provide access to Internet hosts 21 to its subscribers, but may.wish to limit the access that the Internet hosts 2l~have to the corporate network 20, which may contain trade secrets and proprietary information. The corporate network 20 would develop a security policy implemented by a firewall 22 placed at the interface between the CA 02226814 1998-O1-12 , -' 6 corporate network 20 and the Internet hosts 21. The firewall 22 comprises a filter 23 that would PASS or DROP packets from Internet hosts 21 to corporate network subscribers 20 and vice versa based upon the packets' source and destination addresses. The firewall is said to belong to the corporate network, and enforces rules that 'protect" hosts within the corporate network that have IP addresses. Such hosts are said to be 'behind"
the corporate network firewall.
to An example of a rule base for corporate network 20 having hosts A 24, B 25 and C 26, connected through a firewall 22 to the Internet having hosts G 27, H 28 and I 29 is as follows:
SOURCE DESTINATION VERSION ACTION
Address, Port Address, Port A,21 G,32 4 PASS
A,22 H,19 3 DROP
G,11 A,64 4 - DROP
C, 9 I, 23 4 PASS
Every rule base must also have a default action for transactions that are not explicitly specified in the rule base, which is usually the DROP action. Thus, packets from system A,21 to system G,33 will be dropped because the above rule base does not expressly include a rule for such a transfer.
A typical architecture for providing users access _ 7 to the Internet is shown in FIG 3. Users 31 and 32 do not have fixed IP addresses. Rather, a user is assigned temporary IP addresses by an Internet Service Provider (ISP) Point of Presence (POP) 33 from a pool of such addresses kept by the POP 33 for this purpose. A POP
comprises at least one host (not shown). When a user 31 terminates his session of access to the Internet 35, the IP address is returned to the POP 33. Thus, over successive access sessions, a user 31 is likely to have 1o several different IP addresses.
Known filters are not well suited to providing appropriate access control for networks such as a POP.
This is because a known filter is only able to load and store rules through the intervention of a system administrator, a slow and cumbersome process. Indeed, the system administrator generally must hand-code rules in a format specific to the filter platform. With known filters, it is impractical to implement the access rules of a specific user (known as the user's 'local rules") 2o who is accessing and leaving the network with changing network addresses.
This problem is illustrated in FIGs 5a and 5b. FIG
Sa shows a first session where a first user 51 has requested Internet.access and been authenticated by a POP and been assigned IP,address B from the POP IP
address pool 52. Likewise, a second user 53 has been authenticated and been assigned IP address E from the pool 52. A rule base 53 is loaded into.a filter to _ 8 regulate the flow of information between users 51 and 53 and the hosts P, U, V and W on the Internet. The rule base shown in FIGS Sa and 5b show only the source and destination addresses for each rule, and omit source and destination ports and protocol for simplicity.
Both users stop accessing the Internal and then later request access again and are authenticated for a second session, shown in FIG 5b. This time, the first user 51 is assigned--IP address E from the pool 52, and t0 the second user is assigned IP address A. With the newly assigned network addresses, the rule base in the filter is now out of date, containing no rules for the second user, and the wrong rules for the first user, which has-been assigned the IP address assigned to the second user during the first session. Even if both users had fortuitously been reassigned the same IP addresses-for their second sessions, if either user's security needs had changed between sessions, a new rule base would,have had to be loaded into the filter. As discussed above, loading rules into known filters is tedious. Loading and dropping such rules with the frequency that users access and leave a POP is impractical for known filters.
The inflexibility of known filters--often necessitates the implementation of rule bases that are too broad for a given application. Without the _ possibility of easy updates, it is simpler to mandate global rules that apply to all AIS behind a filter rather than to load rules that apply to specific hosts.
In such a case, all AIS behind the filter must conform to the most restrictive security requirements of any such AIS, resulting in. overly restrictive filtering.
The shortcomings of known filters are illustrated by some of the architectures presently used to provide information systems security for a POP. The - architecture shown in FIG 3 provides a minimal level of security through an authentication system 34 which 1o limits access to a predetermined list of authenticated users. But the list of users must generally be entered by hand by the system administrator, and so cannot be -" easily changed. Further, once access is granted, the access is unlimited. Information may flow to and from users 31 and 32 from the Internet 35 without regulation, providing no security past the initial authentication process. This exposes users 31 and 32 to the risk of hacker attacks from users and hosts on the Internet, possibly resulting in the theft or unauthorized 2o manipulation of user data.
The architecture illustrated in FIG 4 shows another _ known solution to providing information systems security on a POP. The known filter 46 implements a security policy for packets flowing between the Internet 45 and hosts 41 and 42. However, the rule base in the filter 46 must still be formulated and loaded by the system administrator. Further, the network addresses of the users 31 and 32 are likely to change on a session by session basis. This means that it is only practical to load general, "global" rules into the filter that are valid for all of the users. Thus, for example, if user A does not wish to receive packets from a particular 5 host on the Internet, the filter rule base must drop all such packets, thus cutting off user B from receiving packets from that Internet host as well. In this way, the global rule base necessitated by the limited capabilities of known filtering systems is 10 almost always too broad. Another disadvantage is that it is difficult to change the filter rule base to accommodate changing security needs of either user 41 or 42.
Another architecture that provides security on for 15 each peer is shown in FIG. 6. Here, filters 66 and 67 are placed between users 61 and 62, respectively, and the POP. Requiring every user to have its own filter is an expensive solution that is impractical to implement.
What is needed is a filtering system and method that accurately and efficiently implements local rule bases on a network whose configuration and security needs are constantly changing. Such an invention would provide peer-level security flexibly and inexpensively, with little intervention required from a system administrator.
Summary of the Invention In accordance with one aspect of the present invention, there is provided a filter for providing peer level access control on a network having a peer with a local rule base, wherein said filter comprises:
a. means for accessing a peer's local rule base; b.

IOa means for detecting when the peer is authenticated; c.
means for loading a rule from the peer's local rule base at the filter when the authentication of the peer is detected; d. means for receiving a packet having a 5 packet identifier, identifying a corresponding local rule, and carrying out the action of the corresponding local rule on the packet while said filter is filtering packets for the peer; and e. a global pre-rule base having a global pre-rule, wherein upon receiving the l0 packet, said filter first searches said global pre-rule base for a rule that corresponds to the packet and carries out the action of the corresponding global pre-rule on the packet, and wherein if no corresponding global pre-rule is identified, the filter searches the IS local rule base for a rule that corresponds to the packet and carries out the action of the corresponding local rule on the packet.
In accordance with another aspect of the present invention, there is provided a filter for providing 20 peer level access control on a network having a peer with a local rule base, wherein said filter comprises:
a. means for accessing a peer's local rule base; b.
means for detecting when the peer is authenticated; c.
means for loading a rule from the peer's local rule 25 base at the filter when the authentication of the peer is detected; d. means for receiving a packet having a packet identifier, identifying a corresponding local rule, and carrying out the action of the corresponding local rule on the packet while said filter is filtering 30 packets for the peer; and e. a global post-rule base, wherein the global post-rule base is searched for a rule that corresponds to the packet, and the action of lOb a global post-rule is carried out if it corresponds to the packet only if no corresponding rule in said global pre-rule base and no corresponding rule in said local rule base are identified.
In accordance with yet another aspect of the present invention, there is provided a filter for providing peer level access control on a network having a peer with a local rule base, wherein said filter comprises: a. means for accessing a peer's local rule base; b. means for detecting when the peer is authenticated; c. means for loading a rule from the peer's local rule base at the filter when the authentication of the peer is detected; d. means for receiving a packet having a packet identifier, 15 identifying a corresponding local rule, and carrying out the action of the corresponding local rule on the packet while said filter is filtering packets for the peer; and e. a default rule, wherein if no corresponding pre-global rule and no corresponding local rule and no corresponding post-global rule are identified, said filter carries out the action of said default rule if said default rule corresponds to the packet, and generates an error condition if said default rule does not correspond to the packet.
In accordance with still yet another aspect of the present invention, there is provided a method for providing peer-level access control on a network with a peer, said method comprising: a. receiving a packet having a packet identifier; b. searching a global pre-rule base and identifying a global pre-rule that corresponds to the packet; c. carrying out the action of a global pre-rule if the global pre-rule correspond I~C
to the packet; d. loading a local rule base of a peer when the peer is authenticated; e. if no corresponding global pre-rule is found in the global pre-rule base, searching the local rule base, identifying a local rule that corresponds to the packet, and carrying out the action of a local rule if the local rule corresponds to the packet; f. ejecting the local rule base from the filter; g. if no corresponding global pre-rule is found in said global pre-rule base and no corresponding local rule is found in said local rule base, searching a global post-rule base for a global post-rule that corresponds to the packet; and h. carrying out the action of a global post-rule if the global post-rule corresponds to the packet.
The present invention comprises a filter that efficiently stores, implements and maintains access rules specific to an individual computer on a network CA 02226814 1998-O1-12 , with rapidly changing configurations and security needs.
This advantageously allows an individual computer (a peer) to implement its security policy on a filter shared by many such computers on a network.
When a local rule base is no longer valid because the peer is no longer authenticated to the filter in accordance with the present invention, the peer s local -rule base is 'ejected," i.e., a logical operation is carried out at the filter whereby the local rule base is l0 deleted from the filter. This logical operation of stored data in a computer is well known in the art. This effectively regulates the flow of information on session-by-session basis, which is especially advantageous in AIS where individual users and hosts have different security needs that change from time to time. For example, the present invention is useful for implementing a parental control system wherein a parent is able to regulate the access to certain types of licentious material on the Internet for household Internet access accounts.
The present invention allows a single device to flexibly and efficiently regulate the flow of information in accordance with security policies that are specifically tailored to the individual user or host. Advantageously, no intervention on the part of the system administrator is ordinarily required in the ordinary functioning of the present invention. Unlike known filters, the present invention is able to CA 02226814 1998-O1-12 .

accommodate users with temporary network addresses as easily as hosts with fixed network addresses.
In accordance with the present invention, each individual peer is authenticated upon requesting network access. The peer's local rule base is then loaded into the filter of the present invention, either from the peer itself, or from another user, host or peer. When _. the peer is no longer authenticated to the POP (e.~., the peer loses connectivity or logs off from the POP), l0 the peer's local rule base is ejected (deleted)from the filter.
Brief Descriyrtion of the Drawings FIG 1 shows the process of identification and IS authentication.
FIG 2 shows a firewall interposed between a corporate network and theTInternet~.
FIG 3 shows. users connected to the Internet through a Point of Presence (POP) having an 2o authentication system.
FIG 4 shows a POP with an authentication system and a filter.
FIG Sa shows a first Intgrnet access session for two users through a POP having a filter.
25 FIG Sb shows a second Internet access session for two users through a POP having a filter.
FIG 6 shows a known method of providing user level access control to the Internet.

CA 02226814 1998-O1-12 , ~ 13 FIG 7a shows a rule base architecture in accordance with an embodiment of the present invention.
FIG 7b shows an implementation of the rule base architecture shown in FIG 7a.
_5 FIG 8a shows a POP with a filter and an authentication system that provides access to the Internet to three peers.
FIG 8b shows a simplified depiction of the rule bases belonging to the peers shown in FIG 8a.
to FIG 8c shows a hash function applied to the network addresses of the three peers shown in FIG 8a, and the local-in and local-out rule bases.
FIG 8d shows a detailed representation of the box "Check Local Rule Base" shown in FIG 7b.
15 FIG 9 shows an implementation of the present ._. invention.
Detailed Descrirtion In accordance with the present invention, FIG 7a shows an embodiment of a rule architecture that 2o incorporates the functionality of known filters by including a global pre-rule base 701, a local rule base 702 and a global post-rule base 703.
The global pre-rule base 701 usually comprises general rules that apply to all hosts behind the . 25 firewall, and are most efficiently applied before any local rules. An example of a global pre-rule is that no telnet (remote login) requests are allowed past the firewall.

The local rule base 702 comprises the set of peer rule bases loaded into the filter for authenticated peers. These rule pertain to specific hosts. An example of a local rule is that host A may not receive e-mail from beyond of the firewall.
The global post-rule base 703 comprises general rules that are most efficiently applied after the global pre-rule base and local rule base is searched. A rule applied in the global post-rule base need not have the to same effect as if it were applied in the global pre-rule base. Consider the above example prohibiting the reception of certain telnet requests. If this rule is placed in the global post-rule base, the local rule base is searched first, and may contain a rule allowing a telnet request through for a particular peer. If such a rule is found in the local rule base, the global post=
rule base is not subsequently searched, and the telnet request is allowed to pass. Consider tl:~ different effect of the same rule when it occurs in the global pre-rule base, which is to block all telnet requests for all hosts behind the firewall. The importance of .the order of applying rules is evident from a more thorough consideration of the method of the present invention.
FIG 7b- illustrates a flow chart of. packet processing or filtering in accordance with the present invention. As shown therein, a packet entering the - filter is first checked against a global pre-rule base 711 containing rules for all hosts and users having CA 02226814 1998-O1-12 , IS
network addresses behind the firewall.
If a corresponding rule is found and the prescribed action is DROP, the packet is dropped 712. If a corresponding rule is found and the action is PASS, the s packet is passed 720. If no corresponding rule is found, then the local rule base is checked 713.
The loca2 rule base 702 is the set of all per user rule bases that are dynamically loaded upon authentication and ejected upon loss of authentication to in accordance with the present invention.
If a corresponding rule is found in the local rule base and the action is DROP, the packet is dropped 714.
--~ If a corresponding rule is found and the action is PASS, the packet is passed 721. If no corresponding rule is 15 found, then the global post-rule base is checked 715.
If a corresponding rule is found in the global post-rule base and the action is DROP, the packet is dropped 716. If the action is PASS, the packet is passed 722. If no corresponding rule was found in any of the 20 rule bases, then the packet is checked against the default rule 717, whose action is generally to DROP the packet. If the packet corresponds to the default rule, then the default action is carried out 723. If the packet does not match the default rule, then an error 25 condition occurs 724.
This rule base architecture_advantageously retains the functionality of known filters. For example, if there are rules in the global pre- or post-rule base CA 02226814 1998-O1-12 , .. 16 only, the filter behaves the same as known filters. If there are only rules in the local rule base, the filter has all of the new and innovative features of the present invention without having global rules.
It is advantageous to implement the present invention-with a system for efficiently searching the local rule base for corresponding rules for a given packet. A system that provides such efficiencies uses a hash function to generate an index for the rules. A
1o hash function maps a string of characters to an integer.
As is known in the art, a character string is represented as binary numbers inside a computer. An example of a hash function would be to take the third, fourth and fifth bytes of a character string as it is stored in a computer as the first, second and third digits of an integer to be associated with the string.
A string on which a hash function has been carried out is said to be "hashed," and the resulting integer is referred to as the "hash" of the string.
-- 20 This is carried out by logically dividing the local - rules into local-in rules and local-out rules. A local-in rule is any rule that applies to a packet whose_ destination address corresponds to a network address behind the firewall. For example, suppose a host with network address A is behind the firewall, and hosts B, C
and D are outside the firewall. The following are examples of local-in rules for host A, following the format SOURCE ADDRESS, SOURCE PORT--~ DESTINATION

ADDRESS, DESTINATION PORT: Protocol: ACTION:
B,31-->A,33:4:DROP
C,64-->A,45:4:PASS
D,11-->A,17:4:PASS
A local-out rule is any rule that applies to a packet whose source corresponds to a network address behind the firewall. Local out-rules for the above example are:
A,44-->B,70:4:PASS
A,13-->C,64:4:DROP
A,12-->D,17:4:DROP
IS
In accordance with the present invention, a hash function h is carried out on the network address of the owner of a local rule base. A hash funcr.'_on associates an integer with a string. For the above example in_..
2o which ~a host with network address A ('host A") has a local rule base, a hash function would be carried out on A:
hiA)=N, where N is an integer 25 An example of such a hash function is to take the last decimal digit in each octet of an IP address and compose an integer for the hash number. Thus, for example, the IP address 123.-x.46.135 would have a hash CA 02226814 1998-O1-12 v value of 3465.
After the hash function is carried out, a local-in and a local-out hash table is generated. These tables are essentially indexes searchable on hash numbers derived from network addresses of peers, where each hashed peer network address points to that peer's local-in and local-out rules. Thus, if A is the network _.. address of peer A, and if h (A) =32, then 32 would point to peer A's local-in and local-out rules in the local to rule base.
The advantages of this indexing system in accordance with the present invention may be -demonstrated with the aid of FIGS 8a, 8b, 8c and 8d.
FIG 8a shows an example architecture where peers A 80~;
t5 B 802, and C 803 are behind a firewall 804 having a filter 805 connected to a network 806 having hosts G
807, H 808 and I 809. These letters represent network addresses. FIG 8b shows the local rule base associated with each host. For simplicity, each rule in the rule 2o bases is shown only as a network source and destination address; the source and destination ports and protocol numbers are not shown. The asterisk represents a wildcard indicating any host. For example, this feature may be advantageously implemented in accordance with the 25 present invention by..including wildcards. in one or more of the four octets that constitute-an IP address. The following IP address specifications are all valid for use in rule bases in accordance with the present invention:
123.*.233.2 34.*.*.155 *.*.*.32 The wildcard feature may also be used in accordance with the present invention in a similar fashion in any other to component in the 5-tuple, i.e., the source and destination ports and the protocol.
FIG 8c shows the peer-in hash table 821 and peer-out hash table 822 derived from the local rules shown in FIG 8b and hash function h carried out on network IS addresses A, B and C 823. When a packet is received by the filter 805, the filter carries out the same hash function h on the packet's source and destination address 824.
FIG Sd shows the method by which the hash tables 20 are searched in accordance with the present invention.
FIG 8d represents a detailed view of the box "Check Local __ .
_ Rule Base-" 713 in FIG 7b.
In accordance with the present invention, if there was no corresponding rule found in the global pre-rule 25 base 711 (FIG 7b), then the local-in hash table is efficiently searched for a rule that corresponds to the packet 841. If a corresponding rule is found and the action is DROP, the packet is dropped 842. If the action is PASS or there is no corresponding rule, the peer-out hash table is checked 843. If a corresponding rule in the hash-out table is found and the action is DROP, the packet is dropped 844. If the action is PASS
or there is no corresponding rule, and if at least one of the hash tables contained a corresponding rule, the packet is passed 845. If there were no corresponding rules in either hash table 846, then the post-rule base is checked 715 as shown in FIG 7b.
1o Were it not for the peer-in and peer-out hash tables, the rules would have to be searched far less efficiently by searching the entire rule base for rule identifiers (e. g., 5-tuples) that match the packet identifier (e. g., 5-tuple.) The part of the rule that is identifies the packet to which the rule applies (the rule identifier? ~s also called the rule 'key.' Using hash tables eliminates the need to search the keys of all rules, pointing instead to the relevant subset of possibly applicable rules through a speedier search.
2o Thus, the scope and. computational time needed to carry out the search is substantially and advantageously reduced, reducing the delay in packet transit time caused by the interposition of a filter between the packet source and destination. _.
25 As shown in FIG 9, a peer is first authenticated 91 in accordance with the present invention. Upon - authentication, the peer's local rule base is loaded into the filter 92. A hash function is carried out on ,. 21 the peer's network address 93, and the filter's peer-in and peer-out hash tables are updated 94 with pointers to the peer's peer-in and peer-out rules. When the peer is no longer authenticated 95, the peer's local rules are ejected from the filter local rule base 96, and the pointers to the peer's peer-in and peer-out rules are ejected from filter's peer-in and peer-out hash tables 97.
The present invention provides new security' functionality on a per user basis to filters and firewalls, while maintaining the functionality of known filters. The present invention allows for the dynamic --- adjustment of local rule bases that can be.dynamically tailored to meet the changing needs of the individual user.

Claims (17)

1. A filter for providing peer level access control on a network having a peer with a local rule base, wherein said filter comprises:
a. means for accessing a peer's local rule base;
b. means for detecting when the peer is authenticated;
c. means for loading a rule from the peer's local rule base at the filter when the authentication of the peer is detected;
d. means for receiving a packet having a packet identifier, identifying a corresponding local rule, and carrying out the action of the corresponding local rule on the packet while said filter is filtering packets for the peer; and e. a global pre-rule base having a global pre-rule, wherein upon receiving the packet, said filter first searches said global pre-rule base for a rule that corresponds to the packet and carries out the action of the corresponding global pre-rule on the packet, and wherein if no corresponding global pre-rule is identified, the filter searches the local rule base for a rule that corresponds to the packet and carries out the action of the corresponding local rule on the packet.
2. The filter of claim 1, further comprising:
f. means for detecting when the peer logs off; and g. means for ejecting said local rule base from said filter upon detecting that the peer has logged off.
3. The filter of claim 1, wherein the packet identifier comprises a source and destination address, a source and destination port, and a protocol identifier.
4. The filter of claim 1, wherein said means for accessing the local rule base comprises receiving and storing the local rule base.
5. The filter of claim 1, further comprising means for authenticating the peer.
6. A filter for providing peer level access control on a network having a peer with a local rule base, wherein said filter comprises:
a. means for accessing a peer's local rule base;
b. means for detecting when the peer is authenticated;
c. means for loading a rule from the peer's local rule base at the filter when the authentication of the peer is detected;
d. means for receiving a packet having a packet identifier, identifying a corresponding local rule, and carrying out the action of the corresponding local rule on the packet while said filter is filtering packets for the peer; and e. a global post-rule base, wherein the global post-rule base is searched for a rule that corresponds to the packet, and the action of a global post-rule is carried out if it corresponds to the packet only if no corresponding rule in said global pre-rule base and no corresponding rule in said local rule base are identified.
7. The filter of claim 6, further comprising:
f. means for detecting when the peer logs off; and g. means for ejecting said local rule base from said filter upon detecting that the peer has logged off.
8. The filter of claim 6, wherein the packet identifier comprises a source and destination address, a source and destination port, and a protocol identifier.
9. The filter of claim 6, wherein said means for accessing the local rule base comprises receiving and storing the local rule base.
10. The filter of claim 6, further comprising means for authenticating the peer.
11. A filter for providing peer level access control on a network having a peer with a local rule base, wherein said filter comprises:
a. means for accessing a peer's local rule base;
b. means for detecting when the peer is authenticated;
c. means for loading a rule from the peer's local rule base at the filter when the authentication of the peer is detected;
d. means for receiving a packet having a packet identifier, identifying a corresponding local rule, and carrying out the action of the corresponding local rule on the packet while said filter is filtering packets for the peer; and e. a default rule, wherein if no corresponding pre-global rule and no corresponding local rule and no corresponding post-global rule are identified, said filter carries out the action of said default rule if said default rule corresponds to the packet, and generates an error condition if said default rule does not correspond to the packet.
12. The filter of claim 11, further comprising:
f. means for detecting when the peer logs off; and g. means for ejecting said local rule base from said filter upon detecting that the peer has logged off.
13. The filter of claim 11, wherein the packet identifier comprises a source and destination address, a source and destination port, and a protocol identifier.
14. The filter of claim 11, wherein said means for accessing the local rule base comprises receiving and storing the local rule base.
15. The filter of claim 11, further comprising means for authenticating the peer.
16. A method for providing peer-level access control on a network with a peer, said method comprising:
a. receiving a packet having a packet identifier;
b. searching a global pre-rule base and identifying a global pre-rule that corresponds to the packet;
c. carrying out the action of a global pre-rule if the global pre-rule corresponds to the packet;
d. loading a local rule base of a peer when the peer is authenticated;

e. if no corresponding global pre-rule is found in the global pre-rule base, searching the local rule base, identifying a local rule that corresponds to the packet, and carrying out the action of a local rule if the local rule corresponds to the packet;
f. ejecting the local rule base from the filter;
g. if no corresponding global pre-rule is found in said global pre-rule base and no corresponding local rule is found in said local rule base, searching a global post-rule base for a global post-rule that corresponds to the packet; and h. carrying out the action of a global post-rule if the global post-rule corresponds to the packet.
17. The method of claim 16, further comprising the steps of:
i. if no corresponding rule is found in the global pre-rule base and no corresponding rule is found in the local rule base, and no corresponding rule is found in the global post-rule base, determining if the packet corresponds to a default rule; and j. carrying out the action of the default rule if the default rule corresponds to the packet, and generating an error condition if the default rule does not correspond to the packet.
CA002226814A 1997-01-17 1998-01-12 System and method for providing peer level access control on a network Expired - Fee Related CA2226814C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/785,501 US6233686B1 (en) 1997-01-17 1997-01-17 System and method for providing peer level access control on a network
US08/785,501 1997-01-17

Publications (2)

Publication Number Publication Date
CA2226814A1 CA2226814A1 (en) 1998-07-17
CA2226814C true CA2226814C (en) 2003-03-25

Family

ID=25135719

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002226814A Expired - Fee Related CA2226814C (en) 1997-01-17 1998-01-12 System and method for providing peer level access control on a network

Country Status (5)

Country Link
US (1) US6233686B1 (en)
EP (1) EP0854621B1 (en)
JP (1) JP3814068B2 (en)
CA (1) CA2226814C (en)
DE (1) DE69825801T2 (en)

Families Citing this family (105)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6160843A (en) * 1996-03-29 2000-12-12 Cisco Technology, Inc. Communication server apparatus providing XDSL services and method
EP0968596B1 (en) 1997-03-12 2007-07-18 Nomadix, Inc. Nomadic translator or router
JP3961060B2 (en) * 1997-03-19 2007-08-15 愛知機械工業株式会社 Manual transmission reverse idler gear mounting structure
US6070243A (en) * 1997-06-13 2000-05-30 Xylan Corporation Deterministic user authentication service for communication network
US6779118B1 (en) 1998-05-04 2004-08-17 Auriq Systems, Inc. User specific automatic data redirection system
US6182228B1 (en) 1998-08-17 2001-01-30 International Business Machines Corporation System and method for very fast IP packet filtering
US6574666B1 (en) * 1998-10-22 2003-06-03 At&T Corp. System and method for dynamic retrieval loading and deletion of packet rules in a network firewall
US6158010A (en) 1998-10-28 2000-12-05 Crosslogix, Inc. System and method for maintaining security in a distributed computer network
US7673323B1 (en) * 1998-10-28 2010-03-02 Bea Systems, Inc. System and method for maintaining security in a distributed computer network
CA2287689C (en) * 1998-12-03 2003-09-30 P. Krishnan Adaptive re-ordering of data packet filter rules
US8266266B2 (en) 1998-12-08 2012-09-11 Nomadix, Inc. Systems and methods for providing dynamic network authorization, authentication and accounting
US8713641B1 (en) 1998-12-08 2014-04-29 Nomadix, Inc. Systems and methods for authorizing, authenticating and accounting users having transparent computer access to a network using a gateway device
US7194554B1 (en) 1998-12-08 2007-03-20 Nomadix, Inc. Systems and methods for providing dynamic network authorization authentication and accounting
US7136926B1 (en) * 1998-12-31 2006-11-14 Pmc-Sierrra Us, Inc. Method and apparatus for high-speed network rule processing
WO2001004733A1 (en) * 1999-07-14 2001-01-18 Recourse Technologies, Inc. System and method for protecting a computer network against denial of service attacks
US7117532B1 (en) * 1999-07-14 2006-10-03 Symantec Corporation System and method for generating fictitious content for a computer
US6981155B1 (en) * 1999-07-14 2005-12-27 Symantec Corporation System and method for computer security
US6587876B1 (en) 1999-08-24 2003-07-01 Hewlett-Packard Development Company Grouping targets of management policies
US20030115246A1 (en) * 1999-08-24 2003-06-19 Hewlett-Packard Company And Intel Corporation Policy management for host name mapped to dynamically assigned network address
US7203962B1 (en) * 1999-08-30 2007-04-10 Symantec Corporation System and method for using timestamps to detect attacks
US6971028B1 (en) * 1999-08-30 2005-11-29 Symantec Corporation System and method for tracking the source of a computer attack
WO2001031885A2 (en) 1999-10-22 2001-05-03 Nomadix, Inc. Gateway device having an xml interface and associated method
ATE420512T1 (en) 1999-10-22 2009-01-15 Nomadix Inc SYSTEM AND METHOD FOR DYNAMIC SUBSCRIBER-BASED BANDWIDTH MANAGEMENT IN A COMMUNICATIONS NETWORK
US6832321B1 (en) 1999-11-02 2004-12-14 America Online, Inc. Public network access server having a user-configurable firewall
EP1104142A1 (en) * 1999-11-29 2001-05-30 BRITISH TELECOMMUNICATIONS public limited company Network access system
US6684244B1 (en) 2000-01-07 2004-01-27 Hewlett-Packard Development Company, Lp. Aggregated policy deployment and status propagation in network management systems
US8074256B2 (en) 2000-01-07 2011-12-06 Mcafee, Inc. Pdstudio design system and method
US7143439B2 (en) 2000-01-07 2006-11-28 Security, Inc. Efficient evaluation of rules
US6606659B1 (en) 2000-01-28 2003-08-12 Websense, Inc. System and method for controlling access to internet sites
US6675223B1 (en) * 2000-04-10 2004-01-06 International Business Machines Corporation Method and apparatus for processing frames using static and dynamic classifiers
EP1146711B1 (en) * 2000-04-12 2006-09-13 Tenovis GmbH & Co. KG Firewall parser architecture for a given protocol
FR2810180B1 (en) * 2000-06-08 2005-04-29 Cit Alcatel METHOD FOR PROVIDING ACCESS CONTROL FOR AND / OR TO USERS ACCESSING TERMINALS TO THE INTERNET NETWORK, THROUGH A PRIVATE ACCESS NODE, AND ARRANGEMENTS FOR IMPLEMENTING A SUCH METHOD
US7917647B2 (en) 2000-06-16 2011-03-29 Mcafee, Inc. Method and apparatus for rate limiting
AU2001268492A1 (en) * 2000-06-16 2002-01-02 Securify, Inc. Efficient evaluation of rules
AU2001269774A1 (en) * 2000-06-26 2002-01-08 Intel Corporation Establishing network security using internet protocol security policies
GB2371186A (en) * 2001-01-11 2002-07-17 Marconi Comm Ltd Checking packets
US7467298B2 (en) * 2001-04-16 2008-12-16 Microsoft Corporation Methods and arrangements for selectively maintaining parental access consent in a network environment
US7003578B2 (en) * 2001-04-26 2006-02-21 Hewlett-Packard Development Company, L.P. Method and system for controlling a policy-based network
US6816455B2 (en) * 2001-05-09 2004-11-09 Telecom Italia S.P.A. Dynamic packet filter utilizing session tracking
US20020198994A1 (en) 2001-05-15 2002-12-26 Charles Patton Method and system for enabling and controlling communication topology, access to resources, and document flow in a distributed networking environment
WO2002101968A2 (en) * 2001-06-11 2002-12-19 Bluefire Security Technology Packet filtering system and methods
US7107464B2 (en) * 2001-07-10 2006-09-12 Telecom Italia S.P.A. Virtual private network mechanism incorporating security association processor
US7027446B2 (en) * 2001-07-18 2006-04-11 P-Cube Ltd. Method and apparatus for set intersection rule matching
US7209962B2 (en) * 2001-07-30 2007-04-24 International Business Machines Corporation System and method for IP packet filtering based on non-IP packet traffic attributes
US7451477B2 (en) * 2001-10-24 2008-11-11 Bea Systems, Inc. System and method for rule-based entitlements
US7360242B2 (en) 2001-11-19 2008-04-15 Stonesoft Corporation Personal firewall with location detection
US7325248B2 (en) 2001-11-19 2008-01-29 Stonesoft Corporation Personal firewall with location dependent functionality
US20060036701A1 (en) * 2001-11-20 2006-02-16 Bulfer Andrew F Messaging system having message filtering and access control
US7194464B2 (en) 2001-12-07 2007-03-20 Websense, Inc. System and method for adapting an internet filter
US7350226B2 (en) 2001-12-13 2008-03-25 Bea Systems, Inc. System and method for analyzing security policies in a distributed computer network
ATE273591T1 (en) * 2001-12-18 2004-08-15 Stonesoft Corp CHECKING THE CONFIGURATION OF A FIREWALL
US7120691B2 (en) 2002-03-15 2006-10-10 International Business Machines Corporation Secured and access controlled peer-to-peer resource sharing method and apparatus
US7130921B2 (en) 2002-03-15 2006-10-31 International Business Machines Corporation Centrally enhanced peer-to-peer resource sharing method and apparatus
US7185365B2 (en) * 2002-03-27 2007-02-27 Intel Corporation Security enabled network access control
US7209449B2 (en) * 2002-03-27 2007-04-24 Intel Corporation Systems and methods for updating routing and forwarding information
US20030212901A1 (en) * 2002-05-13 2003-11-13 Manav Mishra Security enabled network flow control
US20030212900A1 (en) * 2002-05-13 2003-11-13 Hsin-Yuo Liu Packet classifying network services
CN102611596B (en) * 2002-11-29 2015-02-11 飞比特网络股份有限公司 Networked appliance
JP4120415B2 (en) * 2003-02-10 2008-07-16 株式会社日立製作所 Traffic control computer
US7490348B1 (en) 2003-03-17 2009-02-10 Harris Technology, Llc Wireless network having multiple communication allowances
US7325002B2 (en) * 2003-04-04 2008-01-29 Juniper Networks, Inc. Detection of network security breaches based on analysis of network record logs
EP1480406A1 (en) * 2003-05-19 2004-11-24 Sony International (Europe) GmbH Confinement of data transfers to a local area network
WO2004107134A2 (en) * 2003-05-28 2004-12-09 Caymas Systems, Inc. Method and system for identifying bidirectional packet flow
US7359983B1 (en) * 2003-06-24 2008-04-15 Nvidia Corporation Fragment processing utilizing cross-linked tables
US7644432B2 (en) * 2003-10-10 2010-01-05 Bea Systems, Inc. Policy inheritance through nested groups
US20050257245A1 (en) * 2003-10-10 2005-11-17 Bea Systems, Inc. Distributed security system with dynamic roles
US20050102510A1 (en) 2003-10-10 2005-05-12 Bea Systems, Inc. Delegation in a distributed security system
US7844731B1 (en) * 2003-11-14 2010-11-30 Symantec Corporation Systems and methods for address spacing in a firewall cluster
US7472185B2 (en) * 2004-01-05 2008-12-30 International Business Machines Corporation Method and apparatus for scaling a user interface adaptively to an object discovery/display system with policy driven filtering
US20050228848A1 (en) * 2004-03-22 2005-10-13 Thurston Stacy D Method and system for operating a peer network
CN1934844B (en) * 2004-04-23 2010-12-01 松下电器产业株式会社 Server apparatus, client apparatus and network system
FR2872983A1 (en) 2004-07-09 2006-01-13 Thomson Licensing Sa FIREWALL PROTECTION SYSTEM FOR A COMMUNITY OF APPLIANCES, APPARATUS PARTICIPATING IN THE SYSTEM AND METHOD FOR UPDATING FIREWALL RULES WITHIN THE SYSTEM
GB2416879B (en) 2004-08-07 2007-04-04 Surfcontrol Plc Device resource access filtering system and method
GB2418037B (en) 2004-09-09 2007-02-28 Surfcontrol Plc System, method and apparatus for use in monitoring or controlling internet access
GB2418108B (en) * 2004-09-09 2007-06-27 Surfcontrol Plc System, method and apparatus for use in monitoring or controlling internet access
GB2418999A (en) * 2004-09-09 2006-04-12 Surfcontrol Plc Categorizing uniform resource locators
US8078707B1 (en) * 2004-11-12 2011-12-13 Juniper Networks, Inc. Network management using hierarchical domains
US7577151B2 (en) * 2005-04-01 2009-08-18 International Business Machines Corporation Method and apparatus for providing a network connection table
JP4168052B2 (en) * 2005-04-01 2008-10-22 株式会社日立製作所 Management server
US8250229B2 (en) * 2005-09-29 2012-08-21 International Business Machines Corporation Internet protocol security (IPSEC) packet processing for multiple clients sharing a single network address
KR100819036B1 (en) * 2005-12-08 2008-04-02 한국전자통신연구원 Traffic Authentication Equipment using Packet Header Information and Method thereof
WO2007072245A2 (en) * 2005-12-21 2007-06-28 Koninklijke Philips Electronics N.V. Dynamic firewall rule definition
US8020206B2 (en) * 2006-07-10 2011-09-13 Websense, Inc. System and method of analyzing web content
US8615800B2 (en) 2006-07-10 2013-12-24 Websense, Inc. System and method for analyzing web content
WO2008042804A2 (en) 2006-09-29 2008-04-10 Nomadix, Inc. Systems and methods for injecting content
US10255445B1 (en) * 2006-11-03 2019-04-09 Jeffrey E. Brinskelle Identifying destinations of sensitive data
US8484733B2 (en) * 2006-11-28 2013-07-09 Cisco Technology, Inc. Messaging security device
US9654495B2 (en) 2006-12-01 2017-05-16 Websense, Llc System and method of analyzing web addresses
EP1931099A1 (en) * 2006-12-04 2008-06-11 Alcatel Lucent Method for managing a communication between a server device and a customer device
JP5424008B2 (en) * 2006-12-19 2014-02-26 日本電気株式会社 Shared information management method and system
GB2445764A (en) * 2007-01-22 2008-07-23 Surfcontrol Plc Resource access filtering system and database structure for use therewith
US8015174B2 (en) 2007-02-28 2011-09-06 Websense, Inc. System and method of controlling access to the internet
GB0709527D0 (en) 2007-05-18 2007-06-27 Surfcontrol Plc Electronic messaging system, message processing apparatus and message processing method
US8416773B2 (en) * 2007-07-11 2013-04-09 Hewlett-Packard Development Company, L.P. Packet monitoring
US8199916B2 (en) * 2007-12-26 2012-06-12 International Business Machines Corporation Selectively loading security enforcement points with security association information
US9648039B1 (en) * 2008-01-24 2017-05-09 RazorThreat, Inc. System and method for securing a network
EP2141858B1 (en) * 2008-06-30 2014-11-26 Alcatel Lucent Method for managing a communication between a server device and a customer device
CN102077201A (en) 2008-06-30 2011-05-25 网圣公司 System and method for dynamic and real-time categorization of webpages
US20100054128A1 (en) * 2008-08-29 2010-03-04 O'hern William Near Real-Time Alerting of IP Traffic Flow to Subscribers
US8103600B1 (en) * 2009-02-23 2012-01-24 The United States Of America As Represented By The Secretary Of The Navy Graphic user interface having menus for display of context and syntax useful in an artificial intelligence system
CA2763513A1 (en) 2009-05-26 2010-12-02 Roy Barkan Systems and methods for efficient detection of fingerprinted data and information
US20110030037A1 (en) 2009-07-07 2011-02-03 Vadim Olshansky Zone migration in network access
US9117054B2 (en) 2012-12-21 2015-08-25 Websense, Inc. Method and aparatus for presence based resource management
US10476674B2 (en) 2017-05-18 2019-11-12 Linden Research, Inc. Systems and methods to secure searchable data having personally identifiable information
US10410015B2 (en) 2017-05-18 2019-09-10 Linden Research, Inc. Systems and methods to secure personally identifiable information

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5473607A (en) * 1993-08-09 1995-12-05 Grand Junction Networks, Inc. Packet filtering for data networks
US5606668A (en) * 1993-12-15 1997-02-25 Checkpoint Software Technologies Ltd. System for securing inbound and outbound data packet flow in a computer network
DK0767646T3 (en) * 1994-06-30 1999-12-20 Procter & Gamble Fluid-permeable tissue exhibiting a surface energy gradient
DE69510551T2 (en) * 1994-08-09 2000-03-02 Shiva Corp DEVICE AND METHOD FOR LIMITING ACCESS TO A LOCAL COMPUTER NETWORK
US5623601A (en) * 1994-11-18 1997-04-22 Milkway Networks Corporation Apparatus and method for providing a secure gateway for communication and data exchanges between networks
SE504546C2 (en) * 1995-08-21 1997-03-03 Telia Ab Arrangement for network access via the telecommunications network through a remote controlled filter

Also Published As

Publication number Publication date
DE69825801D1 (en) 2004-09-30
JP3814068B2 (en) 2006-08-23
CA2226814A1 (en) 1998-07-17
MX9800399A (en) 1998-10-31
DE69825801T2 (en) 2005-09-01
JPH10229418A (en) 1998-08-25
US6233686B1 (en) 2001-05-15
EP0854621B1 (en) 2004-08-25
EP0854621A1 (en) 1998-07-22

Similar Documents

Publication Publication Date Title
CA2226814C (en) System and method for providing peer level access control on a network
US7441265B2 (en) Method and system for session based authorization and access control for networked application objects
US7185361B1 (en) System, method and computer program product for authenticating users using a lightweight directory access protocol (LDAP) directory server
US7900240B2 (en) Multilayer access control security system
US5835727A (en) Method and apparatus for controlling access to services within a computer network
US8001610B1 (en) Network defense system utilizing endpoint health indicators and user identity
US9009778B2 (en) Segmented network identity management
EP1231754B1 (en) Handling information about packet data connections in a security gateway element
US8959613B2 (en) System and method for managing access to a plurality of servers in an organization
US7856016B2 (en) Access control method, access control system, and packet communication apparatus
US7818565B2 (en) Systems and methods for implementing protocol enforcement rules
WO1999048261A2 (en) System and method for controlling interactions between networks
Cisco Evolution of the Firewall Industry
Cisco Evolution of the Firewall Industry
Cisco Configuring Traffic Filters
Cisco Evolution of the Firewall Industry
Cisco Evolution of the Firewall Industry
Cisco Evolution of the Firewall Industry
Cisco Evolution of the Firewall Industry
Cisco Configuring Lock-and-Key Security (Dynamic Access Lists)
Cisco Configuring Lock-and-Key Security (Dynamic Access Lists)
Cisco Configuring Lock-and-Key Security (Dynamic Access Lists)
US20080028440A1 (en) System and a Method for Authorizing Processes Operations on Internet and Intranet Servers
MXPA98000399A (en) System and method for providing control of access to level of pair in a
Buchanan et al. Firewalls, Tunnels and Routers

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed

Effective date: 20170112