Distributed identity-based firewalls

Information

  • Patent Grant
  • 11695731
  • Patent Number
    11,695,731
  • Date Filed
    Monday, October 5, 2020
    3 years ago
  • Date Issued
    Tuesday, July 4, 2023
    12 months ago
Abstract
Systems and techniques are described for monitoring network communications using a distributed firewall. One of the techniques includes receiving, at a driver executing in a guest operating system of a virtual machine, a request to open a network connection from a process associated with a user, wherein the driver performs operations comprising: obtaining identity information for the user; providing the identity information and data identifying the network connection to an identity module external to the driver; and receiving, by a distributed firewall, data associating the identity information with the data identifying the network connection from the identity module, wherein the distributed firewall performs operations comprising: receiving an outgoing packet from the virtual machine; determining that the identity information corresponds to the outgoing packet; and evaluating one or more routing rules based at least in part on the identity information.
Description
BACKGROUND

This document relates to monitoring virtual machine network communications.


A virtual machine is a software-based abstraction of a physical computer system. In general, a computer program that can be executed on a physical computer system can be executed in a virtual machine using virtualization software. Virtualization software is software that is logically interposed and interfaces with a virtual machine and a physical computer system. Each virtual machine is configured to execute an operating system, referred to herein as a guest OS, and applications. A physical computer system, referred to herein as a host machine or physical machine, can execute one or more virtual machines.


SUMMARY

In general, one aspect of the subject matter described in this document can be embodied in a technique that includes receiving, at a driver executing in a guest operating system of a virtual machine, a request to open a network connection from a process associated with a user, wherein the driver performs operations comprising: obtaining identity information for the user; providing the identity information and data identifying the network connection to an identity module external to the driver; and receiving, by a distributed firewall, data associating the identity information with the data identifying the network connection from the identity module, wherein the distributed firewall performs operations comprising: receiving an outgoing packet from the virtual machine; determining that the identity information corresponds to the outgoing packet based on a comparison between source information for the outgoing packet and the data received from the identity module; and evaluating one or more routing rules based at least in part on the identity information. Other embodiments of this aspect include corresponding systems, apparatus, and computer software encoded on a non-transitory machine readable storage medium.


These and other aspects can optionally include one or more of the following features. The operations performed by the distributed firewall can further include: forwarding the outgoing packet when approved according to the routing rules. The operations performed by the distributed firewall can further include: blocking the packet when denied according to the routing rules.


The distributed firewall can be implemented in a hypervisor that is configured to monitor the virtual machine. The identity information can be a security identifier (SID) for the user. Evaluating the one or more routing rules can further include: evaluating the one or more routing rules based in part on one or more of a source Internet Protocol (IP) address for the outgoing packet, a source port number for the outgoing packet, an intended destination IP address for the outgoing packet, or an intended destination port number for the outgoing packet.


The technique can further include receiving, by the identity module, the identity information and the data identifying the network connection; generating, by the identity module, data associating the identity information with the data identifying the network connection; and providing, by the identity module, the data associating the identity information with the data identifying the network connection to the distributed firewall. The data identifying the network connection can include an Internet Protocol (IP) address and one or more port numbers assigned to the network connection.


In general, another aspect of the subject matter described in this document can be embodied in a technique that includes receiving, at a driver executing in a guest operating system of a virtual machine, a request to open a network connection from a process associated with a user, wherein the driver performs operations comprising: obtaining identity information for the user; receiving an outgoing packet from the process over the network connection; adding the identity information for the user to the outgoing packet to generate a second packet; and providing the second packet to a first system external to the network driver; and receiving, by the first system, the second packet from the driver, wherein the first system performs operations comprising: evaluating one or more routing rules based at least in part on the identity information of the second packet. Other embodiments of this aspect include corresponding systems, apparatus, and computer software encoded on a non-transitory machine readable storage medium.


These and other aspects can optionally include one or more of the following features. The operations performed by the first system can further include: forwarding the second packet when approved according to the routing rules, wherein the forwarded second packet does not include the identity information. The operations performed by the first system can further include: blocking the second packet when denied according to the routing rules. The first system can be implemented in a hypervisor that is configured to monitor the virtual machine.


Forwarding the second packet can include: modifying the second packet by removing the identity information from the second packet; and forwarding the modified second packet to a virtual switch implemented in the hypervisor for transmission to an intended recipient of the outgoing packet. The identity information can be a security identifier (SID) for the user. Evaluating the one or more routing rules can further include: evaluating the one or more routing rules based in part on one or more of a source internet protocol (IP) address for the second packet, a source port number for the second packet, an intended destination IP address for the second packet, or an intended destination port number for the second packet.


Particular embodiments of the subject matter described in this document can be implemented so as to realize one or more of the following advantages. Accurate identity information or users of virtual machines can be provided to a firewall for use in implementing identity-based routing rules. Identity-based routing rules can be effectively used with low latency and without limiting performance of the virtual machine or the physical machine hosting the virtual machine. By executing a respective identity-based firewall module for each virtual machine in the hypervisor of the physical machine hosting the virtual machine, identity-based routing rules can be effectively implemented in a distributed and scalable manner. Identity-based routing rules can be accurately applied to communications received from multi-user virtual machines, e.g., from Virtual Desktop Infrastructure (VDI) virtual machines that experience frequent log ins and log outs from multiple users or from terminal servers having multiple users logged in at the same time.


The details of one or more embodiments of the subject matter described in this document are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1A shows an architecture for an example system that is configured to monitor virtual machine network traffic using a distributed firewall.



FIG. 1B shows an architecture for an example system that is configured to provide identity information to a distributed firewall using an identity module.



FIG. 2 shows example identity-based routing rules.



FIG. 3 is a flowchart of an example technique for processing an outgoing packet using a distributed identity-based firewall as implemented on one or more data processing apparatus.



FIG. 4 is a flowchart of another example technique for processing an outgoing packet using a distributed identity-based firewall as implemented on one or more data processing apparatus.





Like reference numbers and designations in the various drawings indicate like elements.


DETAILED DESCRIPTION

This specification generally describes techniques for implementing a hypervisor-based firewall that can apply routing rules to outgoing communications from virtual machines. The routing rules are based at least in part on the identity of the user associated with the process initiating the outgoing communication.



FIG. 1A shows an architecture for an example system 100 that is configured to monitor virtual machine (VM) network communications using a distributed firewall. In the system 100, a physical machine 102 is configured to execute VMs 150a through 150c using a hypervisor 106. The physical machine 102 is one or more data processing apparatus that each includes a hardware platform 104. The hardware platform 104 may include, e.g., a local storage device, a network adapter, memory, a processor, and so on.


The hypervisor 106 is a virtualization software layer that executes on the hardware platform 104. The hypervisor 106 manages a virtual machine execution space 108 within which one or more VMs, e.g., VMs 150a-150c, may be concurrently instantiated and executed. For each of the VMs 150a-150c, the hypervisor 106 manages a corresponding virtual hardware platform. Each virtual hardware platform includes emulated hardware, e.g., a virtual storage device, a virtual network adapter/interface, virtual memory, a virtual processor, and so on.


Each virtual machine managed by the hypervisor 106 executes a guest operating system, e.g., guest operating system 152a, that executes user applications, e.g., user applications 154c. The hypervisor 106 transforms input/output (I/O) requests from the guest operating systems to the corresponding virtual hardware platform into corresponding requests to the hardware platform 104.


The hypervisor 106 includes a respective distributed firewall module, e.g., distributed firewall modules 160a-160c, for each virtual machine managed by the hypervisor 106. Each distributed firewall module receives outgoing communications, e.g., packets intended for transmission to other virtual machines executing on the physical machine 102 or for transmission to a different physical machine over a network, sent by the corresponding virtual machine and determines whether to allow, block, redirect or take some other action with respect to each communication in accordance with a respective set of routing rules. While FIG. 1 shows a respective distributed firewall module for each virtual machine managed by the hypervisor, in some implementations, one or more of the distributed firewall modules 160c-160c can be assigned to manage communications for multiple virtual machines managed by the hypervisor 106.


Advantageously, the routing rules can include identity-based rules, i.e., rules that determine what action should be taken with respect to a communication based in part on the identity or the group membership of the user that is sending the communication. Example identity-based routing rules will be described in more detail below with reference to FIG. 2. Once a distributed firewall module, e.g., one of the distributed firewall modules 160a-160c, has determined to allow a communication to be transmitted, the distributed firewall module forwards the communication to a virtual switch 120 in the hypervisor 106 for distribution to the determined destination, e.g., using a network adaptor in the hardware platform 104 of the physical machine 102. The virtual switch 120 is an emulated hardware switch that executes in the hypervisor 106 and routes network communications between VMs executing on the physical machine 102 or to and from external data processing apparatus using the network adaptor in the hardware platform 104. The identity-based rules can optionally also be applied to incoming communications, i.e., the distributed firewall modules can determine what action should be taken with respect to a communication received from the virtual switch 120 and intended for one of the VMs 150a-150c based in part on the identity or the group membership of the user that is the intended recipient of the communication.


In order to provide the distributed firewall module 160a with identity information for any given outgoing communication sent by, e.g., one of the user applications 154c of the VM 150a, a network driver 156a executes in the guest operating system 152a of VM 150a. The network driver 156a is a protocol stack that implements a computer networking protocol suite such as, for example, Transmission Control Protocol/Internet Protocol (TCP/IP). In some implementations, the network driver 156a implements the Transport Driver Interface (TDI). Other protocol suites are possible. The protocol stack comprises modules or layers that each implement a portion of the protocol suite and can communicate with each other. In some implementations, the network driver implements some or all of the Open Systems Interconnection (OSI) model layers. In some implementations, the network driver 156a executes entirely or partially in the kernel space of the guest OS 152a. In other implementations, the network driver 156a executes in the user space of the guest OS 152a. Kernel space is a protected memory area generally reserved for running the guest OS 152a kernel, kernel extensions, and device drivers. User space is a memory area where user mode applications execute. In some implementations, the network driver 156a communicates with the hypervisor 106 through a network adaptor or interface in the emulated hardware.


The network driver 156a detects network events. In some implementations, the network driver 156a can also deny or modify outgoing packets before they are transmitted to the distributed firewall module 160a. When a request is received from one of the user applications 154c or from another process executing on the VM 150a to open a network connection, the network driver 156a obtains identity information for the user associated with the process. The identity information is used by the distributed firewall module 160a to determine what action to take with respect to each packet that is transmitted over the network connection. For example, the identity information may be a Security Identifier (SID) or other identifier of a user currently logged in to the virtual machine, e.g., a username of the user or group membership information for the user.


In some implementations, the network driver 156a adds the obtained identity information into an outgoing packet and transmits the outgoing packet to the distributed firewall module 160a. An example technique for processing packets that are transmitted over a network connection using identity information that has been added to an outgoing packet is described below with reference to FIG. 3. In some other implementations, the network driver 156a transmits the obtained identity information to an identity module.



FIG. 1B shows an architecture for an example system 150 that is configured to provide identity information to a distributed firewall using an identity module. In the system 150, the network driver 156a and the distributed firewall module 160a can communicate with an identity module 170. The identity module 170 can be executed by the physical machine 102 as part of the hypervisor 106 or the VM execution space 108. Alternatively, the identity module 170 can execute on an external data processing apparatus, i.e., on a separate physical machine from the network driver 156a and the distributed firewall module 160a.


The identity module 170 receives identity information and network connection information from the network driver 156a and provides data associating the network connection with the identity information to the distributed firewall 160a for use in determining what action to take with respect to packets that are transmitted over the network connection. An example technique for processing packets that are transmitted over a network connection using identity information received from an identity module is described below with reference to FIG. 4.



FIG. 2 shows example identity-based routing rules. The identity-based routing rules can be used by a distributed firewall module, e.g., one of the distributed firewall modules 160a of FIG. 1, to determine an appropriate action in response to receiving an outgoing packet from a VM. Each identity-based routing rule specifies criteria for an outgoing packet and an action to be taken when the outgoing packet satisfies the criteria. For example, identity-based routing rule 202 specifies originating criteria, i.e., that the outgoing packet must originate from a user in a security group “SecGrp1” and from a port “port1,” destination criteria, i.e., that the outgoing packet must be intended for a destination IP address “Dst IP” and a destination port “port,” and an action “action1” to be taken by the distributed firewall module when the outgoing packet satisfies the criteria. The action may be, e.g., to allow the packet to proceed to the intended destination, to re-direct the packet to a different destination, to block the packet from being transmitted, and so on. Other types of routing rules with or without qualifiers, e.g., log, copy, and so on, are possible.


As another example, identity-based routing rule 204 specifies that, for a packet originating from a user in a user group “SecGrp2” and from a port “port2,” and intended for the same destination IP address “Dst IP” and destination port “port,” a different action “action2” should be taken by the distributed firewall module. While rules 202 and 204 are examples of identity-based rules in which packet routing depends on the user group membership of a user sending the packet, other identity-based rules are possible in which packet routing is different for each different user, i.e., is based on a unique identifier of a user sending the packet. Additionally, while the rules 202 and 204 specify group-based routing criteria, the identity information received by the distributed firewall module may include a user identifier, e.g., a security identifier (SID) for the user. In these cases, the distributed firewall module may need to store data identifying the members of user groups included in routing rules. For example, the distributed firewall may store data 206 indicating that the members of the group “SecGrp1” are the users having identifiers “ID1,” “ID2,” and “ID3.” As another example, the distributed firewall may store data 208 indicating that the members of the group “SecGrp2” are the users having identifiers “ID4,” “ID5,” and “ID6.”


In some implementations, e.g., in implementations that make use of the technique described below with reference to FIG. 4, it may be necessary for the distributed firewall module to determine identity information from the sender information of an outgoing packet. That is, the distributed firewall module may obtain and store data that associates a source IP address and port number with a user identifier or user group identifier. For example, the distributed firewall may store data 210 that indicates that packets received from source IP address “Src IP1” and port “port1” are associated with a user identified by the identifier “ID1.” As another example, data 212 identifies an association between a source IP address “Src IP3” and a user identified by the identifier “ID5.” Each piece of association data may be stored with an indication of whether or not the association is temporary or permanent. A temporary association is an association that is only valid while a network connection is open and expires when the network connection is closed. A permanent association is an association that is valid independent of the network connection used to transmit the outgoing packet. For example, the data 210 identifies the association as temporary while the data 212 identifies the association as temporary.



FIG. 3 is a flowchart of an example technique 300 for processing an outgoing packet using a distributed identity-based firewall as implemented on one or more data processing apparatus.


At step 302, a network driver, e.g., the network driver 150a of FIG. 1, executing as part of a guest operating system of a VM, e.g., the guest operating system 152a of the VM 150a of FIG. 1, receives a request to open a network connection from a user process executing on the VM. For example, the process can be a user application, e.g., one of the user applications 154c of FIG. 1.


At step 304, the network driver determines identity information for a user associated with the process. For example, the network driver can determine the SID for the user currently logged into the VM. The system can obtain the identity information from the guest operating system by, e.g., submitting a request for the information to the operating system using an Application Programming Interface (API) provided by the guest operating system. While the identification information is being determined, the network driver blocks the requested network connection, i.e., prevents any packets from being transmitted using the connection.


At step 306, the network driver receives an outgoing packet to be transmitted over the network connection.


At step 308, the network driver adds the determined identity information to the outgoing packet. The network driver can use any of a variety of techniques to add the identity information to the packet. For example, a tunnel may be established between the network driver and a distributed firewall module for the VM, e.g., the distributed firewall module 160a of FIG. 1. The tunnel may be established using any of a variety of tunneling protocols, e.g., Generic Routing Encapsulation (GRE), NVGRE (Network Virtualization using Generic Routing Encapsulation), and so on. The network driver can then encapsulate the outgoing packet into a tunneling packet and insert the identity information into the header of the tunneling packet.


At step 310, the network driver transmits the packet to the distributed firewall module for the VM. For example, the system can transmit the tunneling packet that includes the encapsulated outgoing packet to the distributed firewall module in accordance with the tunneling protocol.


At step 312, the distributed firewall module receives the outgoing packet with the identity information. For example, the distributed firewall module may receive the tunneling packet and extract the outgoing packet and the identity information from the tunneling packet.


At step 314, the distributed firewall module determines whether to allow or block the outgoing packet. The distributed firewall module can make the decision by evaluating the identity information, other information about the source, e.g., the source IP address, port number, or both, and information about the destination of the intended destination of the packet, e.g., the destination IP address, port number, or both, against a set of identity-based rules as described above with reference to FIG. 2.


At step 316, if the packet is allowed, the distributed firewall module removes the identity information added by the network driver to the packet and forwards the packet to a virtual switch, e.g., the virtual switch 120 of FIG. 1, for transmission to the intended recipient. Alternatively, if the routing rule indicates that the packet should be redirected to a different destination, the distributed firewall module removes the identity information and forwards the packet to the virtual switch for transmission to the intended recipient.


At step 318, if the packet is blocked, the distributed firewall system removes the identity information added by the network driver to the packet but prevents the packet form being sent to the intended recipient.


In some implementations, once a network connection has been opened, the network driver continues using the determined identity information for the connection until the network connection is closed, i.e., until the network driver receives an indication from the VM that a disconnect for the network connection has occurred or until a timer associated with the connection expires. In some other implementations, if the network driver receives updated identity information that indicates a change in the identity information of the user associated with the process while a network connection is open, the network connection may close or drop the open network connection.


As described with reference to the technique 300, a network driver executing on the VM modifies each outgoing packet to include user identity information. However, in some circumstances, it may not be possible or advantageous for the driver or another process executing on the VM to modify outgoing packets.



FIG. 4 shows a flowchart for another example technique 400 for processing an outgoing packet using a distributed identity-based firewall as implemented on one or more data processing apparatus.


At step 402, a network driver, e.g., the network driver 150a of FIG. 1, executing as part of a guest operating system of a VM, e.g., the guest operating system 152a of the VM 150a of FIG. 1, receives a request to open a network connection from a user process executing on the VM. For example, the process can be a user application, e.g., one of the user applications 154c of FIG. 1.


At step 404, the network driver determines identity information for a user associated with the process. While the identification information is being determined, the network driver blocks the requested network connection, i.e., prevents any packets from being transmitted using the connection.


At step 406, the network driver transmits the determined identity information and information identifying the requested network connection to an identity module. The identity module can be, e.g., a process executing on the same physical machine as the VM, e.g., the physical machine 102, or on an external data processing apparatus. The information identifying the requested network connection can be, e.g., the IP address of the VM and the port or ports allocated to the network connection. The identity module is responsible for receiving requests from the network driver and transmitting data associating data identifying a network connection with data identifying the user of the process that establishes the network connection to a distributed firewall module corresponding to the VM, e.g., the distributed firewall module 160a of FIG. 1. For example, the data can associate a source VM and one or more port numbers with a SID. Additionally, the data transmitted by the identity module to the distributed firewall module can identify the transmitted data as temporary, i.e., only for use while the network connection is open. Temporary data can be used, e.g., until a timer associated with the data expires or until an indication is received from the VM that a disconnect for the network connection has occurred.


At step 408, the distributed firewall module receives the data associating the network connection with the identity information from the identity module. The distributed firewall module stores the received data with an indication of whether the received data is temporary or permanent.


At step 410, the distributed firewall module receives an outgoing packet from the VM.


At step 412, the distributed firewall module determines identity information for the packet. For example, the distributed firewall module can compare the source information for the packet, e.g., the source IP address and source port for the packet, to the data received from the identity module to identify a corresponding user identifier. That is, the distributed firewall module can determine which identity information corresponds to the outgoing packet by accessing data previously received from the identity module.


At step 414, the distributed firewall module determines whether to allow or block the outgoing packet. The distributed firewall module can make the decision by evaluating the identity information, other information about the source, e.g., the source IP address, port number, or both, and information about the destination of the intended destination of the packet, e.g., the destination IP address, port number, or both, against a set of identity-based rules as described above with reference to FIG. 2.


At step 416, if the packet is allowed, the distributed firewall module forwards the packet to a virtual switch, e.g., the virtual switch 120 of FIG. 1, for transmission to the intended recipient. Alternatively, if the routing rule indicates that the packet should be redirected to a different destination, the distributed firewall module forwards the packet to the virtual switch for transmission to the intended recipient.


At step 418, if the packet is blocked, the distributed firewall system prevents the packet from being sent to the intended recipient.


Embodiments of the subject matter and the operations described in this document can be implemented in digital electronic circuitry, or in computer software, firmware, or hardware, including the structures disclosed in this document and their structural equivalents, or in combinations of one or more of them. Embodiments of the subject matter described in this document can be implemented as one or more computer programs, i.e., one or more modules of computer program instructions, encoded on computer storage medium for execution by, or to control the operation of, data processing apparatus. Alternatively or in addition, the program instructions can be encoded on an artificially-generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus. A computer storage medium can be, or be included in, a computer-readable storage device, a computer-readable storage substrate, a random or serial access memory array or device, or a combination of one or more of them. Moreover, while a computer storage medium is not a propagated signal, a computer storage medium can be a source or destination of computer program instructions encoded in an artificially-generated propagated signal. The computer storage medium can also be, or be included in, one or more separate physical components or media (e.g., multiple CDs, disks, or other storage devices).


The operations described in this document can be implemented as operations performed by a data processing apparatus on data stored on one or more computer-readable storage devices or received from other sources. The term “data processing apparatus” encompasses all kinds of apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, a system on a chip, or multiple ones, or combinations, of the foregoing. The apparatus can include special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit). The apparatus can also include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, a cross-platform runtime environment, a virtual machine, or a combination of one or more of them. The apparatus and execution environment can realize various different computing model infrastructures, such as web services, distributed computing and grid computing infrastructures.


A computer program (also known as a program, software, software application, script, or code) can be written in any form of programming language, including compiled or interpreted languages, declarative or procedural languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, object, or other unit suitable for use in a computing environment. A computer program may, but need not, correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub-programs, or portions of code). A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.


The processes and logic flows described in this document can be performed by one or more programmable processors executing one or more computer programs to perform actions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit).


Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, a processor will receive instructions and data from a read-only memory or a random access memory or both. The essential elements of a computer are a processor for performing actions in accordance with instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto-optical disks, or optical disks. However, a computer need not have such devices. Moreover, a computer can be embedded in another device, e.g., a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a Global Positioning System (GPS) receiver, or a portable storage device (e.g., a universal serial bus (USB) flash drive), to name just a few. Devices suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.


To provide for interaction with a user, embodiments of the subject matter described in this document can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with a user by sending documents to and receiving documents from a device that is used by the user; for example, by sending web pages to a web browser on a user's client device in response to requests received from the web browser.


Embodiments of the subject matter described in this document can be implemented in a computing system that includes a back-end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front-end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this document, or any combination of one or more such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), an inter-network (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks).


The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. In some embodiments, a server transmits data (e.g., an HTML page) to a client device (e.g., for purposes of displaying data to and receiving user input from a user interacting with the client device). Data generated at the client device (e.g., a result of the user interaction) can be received from the client device at the server.


While this document contains many specific implementation details, these should not be construed as limitations on the scope of any inventions or of what may be claimed, but rather as descriptions of features specific to particular embodiments of particular inventions. Certain features that are described in this document in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.


Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In certain circumstances, multitasking and parallel processing may be advantageous. Moreover, the separation of various system components in the embodiments described above should not be understood as requiring such separation in all embodiments, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.


Thus, particular embodiments of the subject matter have been described. Other embodiments are within the scope of the following claims. In some cases, the actions recited in the claims can be performed in a different order and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In certain implementations, multitasking and parallel processing may be advantageous.

Claims
  • 1. For a virtual machine (VM) executing on a host computer, a method for providing firewall services on the host computer, the method comprising: after a process of the VM requests a network connection, receiving a record from a driver executing on the VM, the record associating a set of header values of packets sent from the VM with an identifier associated with at least one firewall rule;associating a packet received from the VM with the identifier by comparing a set of header values of the packet with the set of header values of the record;using the identifier to identify a firewall rule from a plurality of firewall rules that have rule identifiers defined by reference to a plurality of identifiers; andperforming a firewall operation on the received packet based on the identified firewall rule.
  • 2. The method of claim 1, wherein performing the firewall operation comprises forwarding the received packet when the identified firewall rule specifies that the packet should be allowed to pass through.
  • 3. The method of claim 2, wherein forwarding the received packet comprises forwarding the packet to a virtual switch executing on the host computer for distribution to a destination of the packet.
  • 4. The method of claim 1, wherein performing the firewall operation comprises dropping the received packet when the identified firewall rule specifies that the packet should be blocked.
  • 5. The method of claim 1, wherein performing the firewall operation comprises redirecting the received packet to a different destination according to the identified firewall rule.
  • 6. The method of claim 1, wherein the identifier is a security identifier (SID) of a user associated with the process.
  • 7. The method of claim 1, wherein the identifier identifies a user logged onto the VM.
  • 8. The method of claim 1, wherein the identifier comprises a username or a group identifier that identifies a user group to which the user belongs.
  • 9. The method of claim 1 further comprising storing the record that associates the identifier with the set of header values before associating the packet with the identifier.
  • 10. The method of claim 9, wherein the set of header values are associated with the network connection, and comprise an Internet Protocol (IP) address and one or more port numbers assigned to the network connection.
  • 11. A method for providing firewall services on the host computer for a machine executing on the host computer, the method comprising: receiving, for a network connection initiated on the machine, an identifier associated with the network connection, the identifier being a value different than a layer 2 (L2), a layer 3 (L3), or a layer 4 (L4) header value, said identifier identified by a network driver and received through an identity module that receives the identifier from the network driver;using, for a packet received for the network connection, the identifier to identify a firewall rule by comparing the identifier with one or more match attributes of one or more firewall rules, said match attributes of at least a subset of the firewall rules comprising non-L2 to L4 identifiers; andperforming a firewall operation on the received packet based on the identified firewall rule.
  • 12. The method of claim 11, wherein receiving the identifier comprises receiving the identifier with the packet.
  • 13. The method of claim 12, wherein receiving the identifier with the packet comprises receiving the packet with an encapsulating header of the packet.
  • 14. The method of claim 11, wherein the identifier is a security identifier (SID) of a user associated with a process for which the network connection has been established, is a user identifier identifying a user logged onto the machine, or is a group identifier that identifies a user group to which the user belongs.
  • 15. A non-transitory machine readable medium storing a program for execution by at least one processing unit, the program for providing firewall services on the host computer for a machine executing on the host computer, the program comprising sets of instructions for: receiving, for a network connection initiated on the machine, an identifier associated with the network connection, the identifier being a value different than a layer 2 (L2), a layer 3 (L3), or a layer 4 (L4) header value, said identifier identified by a network driver and received through an identity module that receives the identifier from the network driver;using, for a packet received for the network connection, the identifier to identify a firewall rule by comparing the identifier with one or more match attributes of one or more firewall rules, said match attributes of at least a subset of the firewall rules comprising non-L2 to L4 identifiers; andperforming a firewall operation on the received packet based on the identified firewall rule.
  • 16. The non-transitory machine readable medium of claim 15, wherein the set of instructions for receiving the identifier comprises a set of instructions for receiving the identifier with the packet.
  • 17. The non-transitory machine readable medium of claim 16, wherein the set of instructions for receiving the identifier with the packet comprises a set of instructions for receiving the packet with an encapsulating header of the packet.
  • 18. The non-transitory machine readable medium of claim 15, wherein the identifier is a security identifier (SID) of a user associated with a process for which the network connection has been established, is a user identifier identifying a user logged onto the machine, or is a group identifier that identifies a user group to which the user belongs.
CLAIM OF BENEFIT TO PRIOR APPLICATIONS

This application is a continuation application of U.S. patent application Ser. No. 16/041,698, filed Jul. 20, 2018, now published as U.S. Patent Publication 2018/0351912. U.S. patent application Ser. No. 16/041,698, is a continuation application of U.S. patent application Ser. No. 14/043,714, filed Oct. 1, 2013, now issued as U.S. Pat. No. 10,033,693. U.S. patent application Ser. No. 16/041,698, now published as U.S. Patent Publication 2018/0351912, and U.S. patent application Ser. No. 14/043,714, now issued as U.S. Pat. No. 10,033,693 are incorporated herein by reference.

US Referenced Citations (264)
Number Name Date Kind
5826051 Porter et al. Oct 1998 A
5950195 Stockwell et al. Sep 1999 A
6363477 Fletcher et al. Mar 2002 B1
6430188 Kadambi et al. Aug 2002 B1
6496935 Fink et al. Dec 2002 B1
6781990 Puri et al. Aug 2004 B1
6880089 Bommareddy et al. Apr 2005 B1
7055173 Chaganty et al. May 2006 B1
7349382 Marimuthu et al. Mar 2008 B2
7543054 Bansod et al. Jun 2009 B1
7639613 Ghannadian et al. Dec 2009 B1
7818452 Matthews et al. Oct 2010 B2
7843843 Papp, III et al. Nov 2010 B1
7948986 Ghosh et al. May 2011 B1
8031599 Duffield et al. Oct 2011 B2
8032933 Turley et al. Oct 2011 B2
8095662 Lappas et al. Jan 2012 B1
8190767 Maufer et al. May 2012 B1
8365294 Ross Jan 2013 B2
8381209 Reumann et al. Feb 2013 B2
8418249 Nucci et al. Apr 2013 B1
8484739 Seshadri Jul 2013 B1
8621556 Bharali et al. Dec 2013 B1
8655307 Walker et al. Feb 2014 B1
8660129 Brendel et al. Feb 2014 B1
8953453 Xiao et al. Feb 2015 B1
8966035 Casado et al. Feb 2015 B2
9009836 Yarykin et al. Apr 2015 B1
9015823 Koponen et al. Apr 2015 B2
9059999 Koponen et al. Jun 2015 B2
9215214 Bansal et al. Dec 2015 B2
9317696 Ayres et al. Apr 2016 B2
9413667 Beliveau et al. Aug 2016 B2
9444841 Feroz et al. Sep 2016 B2
9565202 Kindlund et al. Feb 2017 B1
9596135 Thomas et al. Mar 2017 B1
9762619 Vaidya et al. Sep 2017 B1
9891940 Feroz et al. Feb 2018 B2
9893964 Mai et al. Feb 2018 B2
9912699 Hebbar et al. Mar 2018 B1
9948611 Kumar et al. Apr 2018 B2
9996697 Mahaffey et al. Jun 2018 B2
9998955 MacCarthaigh Jun 2018 B1
10033693 Sengupta et al. Jul 2018 B2
10228959 Anderson et al. Mar 2019 B1
10324746 Kumar et al. Jun 2019 B2
10333983 Vaidya et al. Jun 2019 B2
10503536 Gunda Dec 2019 B2
10581960 Gunda et al. Mar 2020 B2
10606626 Feroz et al. Mar 2020 B2
10609160 Poon et al. Mar 2020 B2
10715607 Poon et al. Jul 2020 B2
10778651 Gunda et al. Sep 2020 B2
10798058 Sengupta et al. Oct 2020 B2
10802857 Gunda et al. Oct 2020 B2
10802858 Gunda Oct 2020 B2
10802893 Chanda et al. Oct 2020 B2
10803173 Gunda et al. Oct 2020 B2
10805332 Gunda et al. Oct 2020 B2
10812451 Gunda et al. Oct 2020 B2
10862773 Chanda et al. Dec 2020 B2
10938837 Kumar et al. Mar 2021 B2
11032246 Gunda et al. Jun 2021 B2
11108728 Boutros et al. Aug 2021 B1
11281485 Kumar et al. Mar 2022 B2
11327784 Gunda et al. May 2022 B2
11539659 Boutros et al. Dec 2022 B2
11539718 Jain et al. Dec 2022 B2
20020116523 Warrier et al. Aug 2002 A1
20020122422 Kenney et al. Sep 2002 A1
20030005118 Williams Jan 2003 A1
20030093481 Mitchell et al. May 2003 A1
20030093672 Cichowlas May 2003 A1
20040049701 Pennec et al. Mar 2004 A1
20040098620 Shay May 2004 A1
20040117407 Kumar et al. Jun 2004 A1
20040162901 Mangipudi et al. Aug 2004 A1
20050027871 Bradley et al. Feb 2005 A1
20050080898 Block Apr 2005 A1
20050114711 Hesselink et al. May 2005 A1
20050198125 Beck et al. Sep 2005 A1
20050257244 Joly et al. Nov 2005 A1
20050286457 Foster et al. Dec 2005 A1
20060092861 Corday et al. May 2006 A1
20060109852 Hadjiahmad et al. May 2006 A1
20060184646 Schmidt Aug 2006 A1
20070061492 Riel Mar 2007 A1
20070101432 Carpenter May 2007 A1
20070143851 Nicodemus et al. Jun 2007 A1
20080059474 Lim Mar 2008 A1
20080072305 Casado et al. Mar 2008 A1
20080267177 Johnson et al. Oct 2008 A1
20080270618 Rosenberg Oct 2008 A1
20080289028 Jansen et al. Nov 2008 A1
20080298274 Takashige et al. Dec 2008 A1
20080301630 Arnold et al. Dec 2008 A1
20080316922 Riddle et al. Dec 2008 A1
20080320550 Strassner et al. Dec 2008 A1
20090007251 Abzarian et al. Jan 2009 A1
20090055427 Kulasingam et al. Feb 2009 A1
20090070442 Kacin et al. Mar 2009 A1
20090129271 Ramankutty et al. May 2009 A1
20090150521 Tripathi Jun 2009 A1
20090158432 Zheng et al. Jun 2009 A1
20090178061 Sandoval et al. Jul 2009 A1
20090187963 Bori Jul 2009 A1
20090193497 Kikuchi et al. Jul 2009 A1
20090228951 Ramesh et al. Sep 2009 A1
20090235325 Dimitrakos et al. Sep 2009 A1
20090249470 Litvin et al. Oct 2009 A1
20090249472 Litvin et al. Oct 2009 A1
20090254990 McGee et al. Oct 2009 A1
20090265414 Bryan Oct 2009 A1
20090281996 Liu et al. Nov 2009 A1
20090327781 Tripathi Dec 2009 A1
20100037311 He et al. Feb 2010 A1
20100100616 Bryson et al. Apr 2010 A1
20100125667 Soundararajan May 2010 A1
20100138515 Ruiz-Velasco et al. Jun 2010 A1
20100228819 Wei Sep 2010 A1
20100251363 Fodorovic Sep 2010 A1
20110016467 Kane Jan 2011 A1
20110022695 Dalal et al. Jan 2011 A1
20110055848 Vainionpää et al. Mar 2011 A1
20110072486 Hadar et al. Mar 2011 A1
20110103259 Aybay et al. May 2011 A1
20110113467 Agarwal et al. May 2011 A1
20110126196 Cheung et al. May 2011 A1
20110208960 Flood Aug 2011 A1
20110225624 Sawhney et al. Sep 2011 A1
20110238581 Severson et al. Sep 2011 A1
20110246637 Murakami Oct 2011 A1
20120124126 Alcazar et al. May 2012 A1
20120158626 Zhu et al. Jun 2012 A1
20120207174 Shieh Aug 2012 A1
20120210423 Friedrichs et al. Aug 2012 A1
20120222114 Shanbhogue Aug 2012 A1
20120240182 Narayanaswamy et al. Sep 2012 A1
20120317570 Dalcher et al. Dec 2012 A1
20130007740 Kikuchi et al. Jan 2013 A1
20130007879 Esteban et al. Jan 2013 A1
20130013669 Chun et al. Jan 2013 A1
20130018994 Flavel et al. Jan 2013 A1
20130019276 Biazetti et al. Jan 2013 A1
20130073743 Ramasamy et al. Mar 2013 A1
20130085880 Roth et al. Apr 2013 A1
20130163594 Sharma et al. Jun 2013 A1
20130205366 Luna et al. Aug 2013 A1
20130219176 Akella et al. Aug 2013 A1
20130227097 Yasuda et al. Aug 2013 A1
20130227550 Weinstein et al. Aug 2013 A1
20130268751 Preiss et al. Oct 2013 A1
20130332983 Koorevaar et al. Dec 2013 A1
20140007222 Qureshi et al. Jan 2014 A1
20140020045 Kabat et al. Jan 2014 A1
20140040182 Gilder et al. Feb 2014 A1
20140059163 Herbrich et al. Feb 2014 A1
20140067779 Ojha Mar 2014 A1
20140068602 Gember et al. Mar 2014 A1
20140115578 Cooper et al. Apr 2014 A1
20140136681 Greenlee et al. May 2014 A1
20140143863 Deb et al. May 2014 A1
20140155043 Gell et al. Jun 2014 A1
20140173624 Kurabayashi Jun 2014 A1
20140181889 Black Jun 2014 A1
20140195666 Dumitriu et al. Jul 2014 A1
20140215226 Litty et al. Jul 2014 A1
20140226820 Chopra et al. Aug 2014 A1
20140230008 Feroz et al. Aug 2014 A1
20140233385 Beliveau et al. Aug 2014 A1
20140237119 Chung et al. Aug 2014 A1
20140281030 Cui et al. Sep 2014 A1
20140282539 Sonnek Sep 2014 A1
20140282855 Clark et al. Sep 2014 A1
20140355436 Zhang et al. Dec 2014 A1
20150009995 Gross, IV et al. Jan 2015 A1
20150012964 Xie et al. Jan 2015 A1
20150067818 Molander et al. Mar 2015 A1
20150082301 Garg et al. Mar 2015 A1
20150096007 Sengupta et al. Apr 2015 A1
20150106438 Fan et al. Apr 2015 A1
20150121061 Goyal et al. Apr 2015 A1
20150134822 Bhagwat et al. May 2015 A1
20150154293 Lu Jun 2015 A1
20150163117 Lambeth et al. Jun 2015 A1
20150169345 DeCusatis et al. Jun 2015 A1
20150172208 DeCusatis et al. Jun 2015 A1
20150229656 Shieh Aug 2015 A1
20150269383 Lang et al. Sep 2015 A1
20150281073 Kotha et al. Oct 2015 A1
20150350807 Andrews et al. Dec 2015 A1
20150358231 Zhang et al. Dec 2015 A1
20150358344 Mumcuoglu et al. Dec 2015 A1
20150379279 Feroz et al. Dec 2015 A1
20150381578 Thota et al. Dec 2015 A1
20160057014 Thakkar et al. Feb 2016 A1
20160057167 Bach Feb 2016 A1
20160065456 Muley et al. Mar 2016 A1
20160072669 Saavedra Mar 2016 A1
20160087905 Liu et al. Mar 2016 A1
20160119194 Lopez et al. Apr 2016 A1
20160134634 Rosendal et al. May 2016 A1
20160142287 Yang et al. May 2016 A1
20160173329 Latham et al. Jun 2016 A1
20160191413 Feroz et al. Jun 2016 A1
20160191521 Feroz et al. Jun 2016 A1
20160212167 Dotan et al. Jul 2016 A1
20160224789 Feroz et al. Aug 2016 A1
20160226700 Zhang et al. Aug 2016 A1
20160232024 Hamilton et al. Aug 2016 A1
20160234250 Ashley et al. Aug 2016 A1
20160241389 Saint et al. Aug 2016 A1
20160294923 Fan et al. Oct 2016 A1
20160315864 Tan et al. Oct 2016 A1
20160330138 Thomason Nov 2016 A1
20160337236 Hsu et al. Nov 2016 A1
20160359658 Yadav et al. Dec 2016 A1
20170063883 Martinez Mar 2017 A1
20170063903 Muddu et al. Mar 2017 A1
20170093664 Lynam et al. Mar 2017 A1
20170099197 Raney Apr 2017 A1
20170118241 Call et al. Apr 2017 A1
20170126677 Kumar et al. May 2017 A1
20170170990 Gaddehosur et al. Jun 2017 A1
20170171143 Ge et al. Jun 2017 A1
20170171159 Kumar et al. Jun 2017 A1
20170230419 Prafullchandra et al. Aug 2017 A1
20170264628 Treat et al. Sep 2017 A1
20170302685 Ladnai et al. Oct 2017 A1
20170317978 Diaz-Cuellar et al. Nov 2017 A1
20180063160 Kumar Mar 2018 A1
20180063194 Vaidya et al. Mar 2018 A1
20180103011 Li et al. Apr 2018 A1
20180159733 Poon et al. Jun 2018 A1
20180159943 Poon et al. Jun 2018 A1
20180181423 Gunda et al. Jun 2018 A1
20180181754 Gunda Jun 2018 A1
20180181763 Gunda Jun 2018 A1
20180183759 Gunda et al. Jun 2018 A1
20180183761 Gunda et al. Jun 2018 A1
20180183764 Gunda Jun 2018 A1
20180183866 Gunda et al. Jun 2018 A1
20180191763 Hillard et al. Jul 2018 A1
20180212788 Iszlai et al. Jul 2018 A1
20180212818 Ide et al. Jul 2018 A1
20180241761 Bania et al. Aug 2018 A1
20180331948 Jiang et al. Nov 2018 A1
20180351912 Sengupta et al. Dec 2018 A1
20190034454 Gangumalla et al. Jan 2019 A1
20190036956 Gunda et al. Jan 2019 A1
20190075052 Chirreddy et al. Mar 2019 A1
20190149525 Gunda et al. May 2019 A1
20190235934 Chanda et al. Aug 2019 A1
20190238429 Chanda et al. Aug 2019 A1
20190266004 Kumar et al. Aug 2019 A1
20190394302 Kristiansson et al. Dec 2019 A1
20200014662 Chanda et al. Jan 2020 A1
20200036608 Chanda et al. Jan 2020 A1
20200225978 Feroz et al. Jul 2020 A1
20200364074 Gunda et al. Nov 2020 A1
20210081461 Zhou et al. Mar 2021 A1
20210218758 Jain et al. Jul 2021 A1
20220029950 Boutros et al. Jan 2022 A1
20220261273 Gunda et al. Aug 2022 A1
Foreign Referenced Citations (15)
Number Date Country
102446118 May 2012 CN
103001923 Mar 2013 CN
103890751 Jun 2014 CN
105229968 Jan 2016 CN
2748750 Jul 2014 EP
2016514295 May 2016 JP
2016524248 Aug 2016 JP
2008095010 Aug 2008 WO
2013074828 May 2013 WO
2014126574 Aug 2014 WO
2014168936 Oct 2014 WO
2016161799 Oct 2016 WO
2018044352 Mar 2018 WO
2018106612 Jun 2018 WO
2018118465 Jun 2018 WO
Non-Patent Literature Citations (28)
Entry
Author Unknown, “CISCO Identity-Based Firewall Security,” Month Unknown 2011, 2 pages, CISCO Systems, Inc.
Author Unknown, “Enabling Service Chaining on Cisco Nexus 1000V Series,” Month Unknown, 2012, 25 pages, CISCO.
Author Unknown, “Next-Generation Firewalls,” Month Unknown 2013, 1 page, Palo Alto Networks.
Basak, Debashis, et al., “Virtualizing Networking and Security in the Cloud,” Month Unknown 2010, 9 pages, VMware, Inc., Palo Alto, CA.
Brownlee, N., et al., “Traffic Flow Measurement: Architecture,” RFC 2722, Oct. 1999, 48 pages, The Internet Society.
Casado, Martin, et al., “SANE: A Protection Architecture for Enterprise Networks,” Proceedings of the 15th USENIX Security Symposium, Jul. 31-Aug. 4, 2006, 15 pages, USENIX, Vancouver, Canada.
Deri, Luca, et al., “nDPI: Open-Source High-Speed Deep Packet Inspection,” 2014 International Wireless Communications and Mobile Computing Conference (IWCMC), Aug. 4-8, 2014, 6 pages, IEEE, Nicosia, Cyprus.
Dixon, Colin, et al., “An End to the Middle,” Proceedings of the 12th Conference on Hot Topics in Operating Systems, May 2009, 5 pages, USENIX Association, Berkeley, CA, USA.
Dumitriu, Dan Mihai, et al., (U.S. Appl. No. 61/514,990), filed Aug. 4, 2011, 31 pages.
Flegkas, Paris, et al., “On Policy-Based Extensible Hierarchical Network Management in QoS-Enabled IP Networks,” Policy '01 Proceedings of the International Workshop on Policies for Distributed Systems and Networks, Jan. 29-31, 2011, 17 pages, Spring-Verlag, London, UK.
Guichard, J., et al., “Network Service Chaining Problem Statement,” Network Working Group, Jun. 13, 2013, 14 pages, Cisco Systems, Inc.
Ioannidis, Sotiris, et al., “Implementing a Distributed Firewall,” CCS '00, Month Unknown 2000, 10 pages, ACM, Athens, Greece.
Joseph, Dilip Anthony, et al., “A Policy-aware Switching Layer for Data Centers,” Jun. 24, 2008, 26 pages, Electrical Engineering and Computer Sciences, University of California, Berkeley, CA, USA.
Moshref, Masoud, et al., “vCRIB: Virtualized Rule Management in the Cloud,” HotCloud'12, Jun. 12-13, 2012, 6 pages.
Nance, Kara, et al., “Virtual Machine Introspection: Observation or Interference?,” IEEE Security and Privacy, Sep. 1, 2008, 6 pages, vol. 6, No. 5, IEEE Service Center, Los Alamitos, CA, US.
Non-Published Commonly Owned U.S. Appl. No. 16/739,572 (F490), filed Jan. 10, 2020, 32 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 16/938,697 (F828), filed Jul. 24, 2020, 25 pages, VMware, Inc.
Non-Published Commonly Owned U.S. Appl. No. 16/945,736 (N417.01.C1), filed Jul. 31, 2020, 98 pages, Nicira, Inc.
Rubino, Roberto D., “An Open System for Transparent Firewall Authentication and User Traffic Identification within Corporate Intranets,” SIGITE '08, Oct. 16-18, 2008, 5 pages, ACM, Cincinnati, OH, USA.
Scarfone, Karen, et al., “Guidelines on Firewalls and Firewall Policy: Recommendations of the National Institute of Standards and Technology,” Special Publication 800-41, Revision 1, Sep. 2009, 48 pages, NIST, U.S. Department of Commerce.
Schulz-Zander, Julius, et al., “Realizing Software-Defined Wireless Networks: Acheiving Fine-Grained Wi-Fi Programmability with Off-the-Shelf Hardware,” Apr. 20, 2016, 126 pages.
Sekar, Vyas, et al., “Design and Implementation of a Consolidated Middlebox Architecture,” 9th USENIX Symposium on Networked Systems Design and Implementation, Apr. 25-27, 2012, 14 pages, USENIX, San Jose, CA, USA.
Sherry, Justine, et al., “Making Middleboxes Someone Else's Problem: Network Processing as a Cloud Service,” In Proc. of SIGCOMM '12, Aug. 13-17, 2012, 12 pages, Helsinki, Finland.
Stojanovski, Nenad, et al., “Analysis of Identity Based Firewall Systems,” Jun. 2010, 9 pages.
Stojanovski, Nenad, et al., “Architecture Of A Identity Based Firewall System,” Jul. 2011, 9 pages.
Johnson, Maritza L., et al., “Laissez-faire File Sharing: Access Control Designed for Individuals at the Endpoints,” NSPW '09: Proceedings of the 2009 Workshop on New Security Paradigms Workshop, Sep. 8-11, 2009, 9 pages, ACM, Oxford, United Kingdom.
Author Unknown, “Middlebox,” Oct. 19, 2016, 4 pages, retrieved from https://www.cnblogs.com/sddai/p/5978755.html.
Miao, Jian-Biao, et al., “Software-Defined DCN Control Framework Supporting Efficient Network Management,” Journal of Beijing University of Posts and Telecommunications, Oct. 2015, 5 pages, vol. 38, No. 5, retrieved from https://journal.bupt.edu.cn/EN/10.13190/j.jbupt.2015.05.021.
Related Publications (1)
Number Date Country
20210036990 A1 Feb 2021 US
Continuations (2)
Number Date Country
Parent 16041698 Jul 2018 US
Child 17063415 US
Parent 14043714 Oct 2013 US
Child 16041698 US