CONTAINER BASED APPLICATION PROXY FIREWALL

Information

  • Patent Application
  • 20190238514
  • Publication Number
    20190238514
  • Date Filed
    January 31, 2018
    6 years ago
  • Date Published
    August 01, 2019
    5 years ago
Abstract
A method, computer-readable medium, and system including an inside container module to communicate with an inside network internal to a system; an outside container module to communicate with an outside network external to the system; and an inspector module to communicate with the inside container module and the outside container module, the inspector container to control communication of all data between the inside container module and the outside container module; and the inspector module, the inside container module, and the outside container module each being self-contained and to operate independent of each other.
Description
BACKGROUND

The field of the present disclosure relates generally to firewalls, and more particularly, to systems, devices and methods of a container based application proxy firewall.


Some traditional application firewall systems may provide forward proxying or reverse proxying. A forward proxy routes internal queries or communications from an internal client out to the internet and a reverse proxy routes external internet queries to an internal application server. For example, some web application firewalls (WAF) may provide a HTTPS proxy with some content inspection (e.g., JSON), where most only do reverse proxying. Additionally, most firewalls that do forward proxying can proxy HTTPS, but do not provide for JSON inspection parsing.


It would be desirable to provide systems and methods for efficient and versatile application proxy firewalls.


BRIEF DESCRIPTION

In one aspect, an embodiment of the present disclosure relates to a container based application proxy firewall system or application including an inside container module to communicate with an inside network internal to a system; an outside container module to communicate with an outside network external to the system; and an inspector module to communicate with the inside container module and the outside container module, the inspector container to control communication of all data between the inside container module and the outside container module; and the inspector module, the inside container module, and the outside container module each being self-contained and to operate independent of each other.


In other embodiments, a process may be executed to perform at least some of the features of the systems and applications disclosed herein. In yet another example embodiment, a tangible medium may embody executable instructions that can be executed by a processor-enabled device or system to implement at least some aspects of the systems and applications of the present disclosure.





DRAWINGS

These and other features, aspects, and advantages of the present disclosure will become better understood when the following detailed description is read with reference to the accompanying drawings in which like characters represent like parts throughout the drawings, wherein:



FIG. 1 is an illustrative example of a traditional application proxy firewall;



FIG. 2 is an illustrative example of a container based application proxy firewall, according to some embodiments herein;



FIG. 3 is an illustrative example of container based application proxy firewalls, including monitoring and management features, according to some embodiments herein;



FIG. 4 is an illustrative example of a container based application proxy firewall, including monitoring and management features, according to some embodiments herein; and



FIG. 5 is an illustrative depiction of a block diagram of a system or device that can support some processes disclosed herein.





Unless otherwise indicated, the drawings provided herein are meant to illustrate features of embodiments of this disclosure. These features are believed to be applicable in a wide variety of systems comprising one or more embodiments of this disclosure. As such, the drawings are not meant to include all conventional features known by those of ordinary skill in the art to be required for the practice of the embodiments disclosed herein.


DETAILED DESCRIPTION

In the following specification and the claims, a number of terms are referenced that have the following meanings.


The singular forms “a”, “an”, and “the” include plural references unless the context clearly dictates otherwise.


“Optional” or “optionally” means that the subsequently described event or circumstance may or may not occur, and that the description includes instances where the event occurs and instances where it does not.



FIG. 1 is an illustrative example of a traditional application proxy firewall. Referring to FIG. 1, a system 100 includes a host computer 105. Host computer 105 may be referred to as being “dual homed”. That is, host 105 includes two (i.e., dual) network interfaces, one network interface 110 to interface with an “inside” network 112 and one network interface 115 to interface with an “outside” network 117. In some aspects, host 105 may run a traditional operating system (e.g., Linux) and a proxy application 120 executes to proxy application data between the two interfaces. In system 100, basic firewall rules, embodied in iptables for example, may perform simple input and output filtering for the inside and outside interfaces 110 and 115, respectively. Proxy application 120 may be responsible for more complex tasks and functions such as content inspection, logging, and forwarding. In the example of FIG. 1, proxy application 120 may be implemented by Squid software and provides forward proxying of HTTPS.


In some aspects, proxy application 120 (and similar proxy applications) may be characterized as being run as a normal application. As such, proxy application 120 can see everything on the host 105. In mandatory access control terms, proxy application 120 is a privileged guard process and is able to violate integrity rules. In some regards, since proxy application 120 performs all of the complex tasks and functions such as content inspection, logging, and forwarding, its implementation may require a rather large and complex program (e.g., 300K lines of code). For such a large program, it may be difficult to trace, inspect, and log all data flow paths managed by the application. Furthermore, monolithic proxy application 120 may act as a single point of failure, where a compromise of the proxy application might result in the system 100 being at risk or otherwise compromised (e.g., without firewall protection).



FIG. 2 is an illustrative example of a system 200, including a container based application proxy 210, in accordance with some embodiments herein. Application proxy firewall 210 runs on a host computer, system, or platform 205. Computer or platform 205 may include Linux, but other operating systems and environments are within the scope of the present disclosure. Application proxy firewall 210 is modularized into three different components. Containers are used to isolate proxy functions from each other, as well as from the system 205. Application proxy firewall 210 includes three distinct components, including an outside container module 215, an inside container module 220, and an inspector module 225. Each of the three components 215, 220, and 225 executes in its own container.


Outside container module 215 operates to connect and communicate only with outside network 235. Inside container module 220 only connects and communicates with inside network 230. Inspector module 220 runs in its own container and provides a data path between inside container module 220 and outside container module 215. In some embodiments, inspector module 225 may provide the only data path between outside container module 215 and inside container module 220. Inspector module 225 may provide a single point of inspection for application proxy firewall 210.


In some embodiments, inspector module 225, inside container module 220, and outside container module 215 may be at least one of deployable and configurable within a common or same application. In some embodiments, each of the inspector module 225, inside container module 220, and outside container module 215 are at least one of being deployable and configurable deployed in an application, independent of the other modules (i.e., different programs). In some embodiments, the modularized containers may be reused in combination with other module container implementations to form an application proxy firewall suitably compatible with internal and external networks and devices, as well as multiple different protocols. In some aspects, the modular container components comprising an application proxy firewall disclosed herein may be individually customized to interface with other module containers (i.e., inside container module, outside container module, and inspector module), resources, devices, and network as needed to effectively interface with such other entities.


In some aspects, application proxy firewall 210 may be simpler, easier, and more efficient to implement than, for example, traditional monolithic application firewalls. In some aspects, instead of one large application proxy firewall 210 (e.g., 300K lines of code) each of outside container module 215, inside container module 220, and inspector module 225 may independently operate within its own container. By executing within its own container, each of outside container module 215, inside container module 220, and inspector module 225 may be isolated from each other, as well as from other processes operating of platform 205.


In some embodiments, isolation between outside container module 215, inside container module 220, and inspector module 225 may facilitate improved verification as compared to a traditional proxy application (e.g., FIG. 1, 105) since each of outside container module 215, inside container module 220, and inspector module 225 might be verified independently of the other. As an example in some embodiments, even if there were a bug, fault, or other compromise within one of the outside container module 215, inside container module 220, and inspector module 225, said bug, fault, or other compromise would not compromise the platform 205 since each of the outside container module 215, inside container module 220, and inspector module 225 are executed within a container that is isolated from the operating system of the platform and is therefore isolated from other components that also execute within their own container.


As a further example, outside container 215 may only communicate with outside network 235 and cannot communicate with the inside network. Accordingly, even if outside container module 215 is somehow compromised, platform 205 or other containerized modules 220 and 225 will not be compromised since the outside(inside) container module cannot talk/communicate directly with inside(outside) container module. In some aspects, if outside container module 215 is corrupted by an attack from outside network 235, outside container module 215 cannot see any inside traffic (via inside container module 220) or otherwise compromise any other processes running on platform 205.


In some embodiments, there is a directed path of point-to-point connections from inside container module 220 to inspector module 225 and a directed path of point-to-point connections from inspector module 225 to outside container module 215.


In some embodiments, all data is communicated through inspector module 225. In some embodiments, the only way to get data in or out of the platform 205 is through inspector 225.


In some embodiments, in mandatory access control terms, only inspector module 225 of proxy application 210 is a privileged guard process, able to violate integrity rules. In some aspects, constraints of the inspector module's container might limit its ability to violate integrity rules and other aspects. In some embodiments, data flows in the individual containerized modules comprising container based application proxy firewalls such as proxy application 210 might be detected, logged, and/or inspected more efficiently and/or easier as compared to a traditional monolithic application proxy firewall. In some embodiments, a compromise (e.g., bug, fault, attack., etc.) of any one or more of the outside container module 215, inside container module 220, and inspector module 225 can be fully contained within the compromised container module.


In some use-cases and operational environments, there may be one or more security requirements applicable to application communications. In some environments, such as but not limited to, power plant control management systems and other business use-cases, there may be requirement(s) that all application communications going to or from a platform's controllers and other devices to external network(s) and device(s) be inspected and filtered. The firewall must proxy all applications with content inspection on all inbound and outbound communications. Some requirements might specify that a firewall must proxy and inspect all such traffic, and be able to log, alert, block, and potentially modify the data (e.g., outbound data might be modified for transparent redirection to local resource(s)). In some embodiments, application proxy firewalls herein may also be configured to be operable to provide traditional packet level filtering, notwithstanding any additional functionalities disclosed herein for some embodiments.


In some embodiments, an application-level proxy firewall is provided that includes an ability for an operator (or other entity) to monitor interactive proxied connections. In some embodiments such as the example container based application proxy firewall 210 of FIG. 2, the outside container module, the inside container module, and the inspector module may be standardized to the extent that each modularized container can interface with devices and networks using a standard communication protocol. Furthermore, in accordance with some aspects herein, an application programming interface (API) may be defined for an inspection module (e.g., FIG. 2, 225) so that an inspector module herein can provide monitoring and control functionality of a monitored proxy to a firewall management interface. In some aspects, the API may include reusable interface(s). In some embodiments, the monitoring and control functionality may provide a measure of improved security protection.



FIG. 3 is an illustrative example including containerized proxies that may provide a standardized mechanism to monitor and manage a firewall, in accordance with some embodiments herein. System 300 includes a Linux based platform 305 on which container based application proxy 310 and 315 are running. Application proxy 310 comprises an outside container module 320, an inside container module 325, and an inspector module 330. Likewise, application proxy 315 comprises an outside container module 335, an inside container module 340, and an inspector module 345. In some regards, the outside container modules, inside container modules, and inspector modules comprising application proxies 310 and 315 may be similar to application proxy 210 disclosed in FIG. 2. Accordingly, an understanding of the functionality of application proxies 310 and 315 may be had by referring to the discussion of application proxy 210.


In some embodiments, application proxies 310 and 315 may each encompass their own separate, containerized proxy. Each of application proxies 310 and 315 may thus be operated independently of the other, including being started and stopped independently. In the example of FIG. 4, an API may be defined for each inspector module 330 and 345 so that an operator or other entity (not shown) can monitor and control the application proxies. The API may be standardized such that inspector modules 330 and 345 may interface with a common or same user interface 350 (e.g., Cockpit, an open source Linux server manager user interface). In some aspects, UI 350 may be used for controlling system 300 and all of the containers running thereon. In some embodiments, UI 350 may be used to, for example, start, monitor, and stop each of the application proxies 310 and 315, independently of each other.


In the example of FIG. 3, an operator may view and monitor the data being continuously monitored by inspectors 330 and 345 at a display device 335 via UI 350. In some embodiments, UI 350 may provide graphical user interface (GUI) based monitoring with a virtual (i.e., software implemented) “knife switch” or “kill switch” mechanism 360 for each proxy. The “kill switch” functionality may provide a mechanism to immediately stop or kill the operation of the application proxies. The “kill switch” and/or the monitoring functionality may be integrated into UI 350 in the example of FIG. 3.



FIG. 4 is an illustrative example of a containerized application proxy, in accordance with some embodiments herein. System 400 includes a Linux based platform 405 and container based RDP (Remote Desktop Protocol) application proxy 410. Application proxy 410 includes an outside container module 415 (e.g., a RDP Server), an inside container module 420 (e.g., a RDP Client), and an inspector module 425 (e.g., a Virtual Framebuffer). In some regards, the outside container module, inside container module, and inspector module comprising the application proxy 410 may be similar to application proxy 210 disclosed in FIG. 2. Accordingly, an understanding of the functionality of application proxy 410 may be had by referring to the discussion of application proxy 210.


In some aspects, packages for RDP server (i.e., outside container module) 415 and RDP client (i.e., inside container module) 420 may be configured to maintain a display of a remote desktop in the virtual framebuffer (i.e., inspector module) 425. An external user may connect to RDP server (outside container module) 415. Inside container module 420 running the RDP client connects to an internal virtual machine to keep the copied remote desktop screen in the virtual framebuffer. Inspector module 425 may also maintain a keyboard and mouse aspects of a remote desktop also. The framebuffer may be displayed to an operator or other entity on display 435 for monitoring purposes via a UI 430. Inspector module 425 may filter keyboard events for certain keystrokes (e.g., ctl-alt-delete). In some embodiments, the example system 400 includes a “knife switch” 440 similar to the example of FIG. 3. In some instances, UI 430 may view the framebuffer in real time and can disconnect the framebuffer at any time using “knife switch” 440. In some embodiments, the data flow to and from inspector module 425 is bi-directional to the outside container module 415 and the inside container module 420.



FIG. 5 is an illustrative block diagram of apparatus 500 according to one example of some embodiments. Apparatus 500 may comprise a computing apparatus and may execute program instructions to perform any of the functions described herein. Apparatus 500 may comprise an implementation of server, a dedicated processor-enabled device, a user entity device, and other systems, including a cloud server embodiment of at least parts of a platform or framework disclosed herein. For example, apparatus 500 may implement at least a portion of platform 205, 305, and 405 in FIGS. 2, 3, and 4, respectively. Apparatus 500 may include other unshown elements according to some embodiments.


Apparatus 500 includes processor 505 operatively coupled to communication device 515 to communicate with other systems, data storage device 530, one or more input devices 510 to receive inputs from other systems and entities, one or more output devices 520 and memory 525. Communication device 515 may facilitate communication with other systems and components, such as other external computational assets and data. Input device(s) 510 may comprise, for example, a keyboard, a keypad, a mouse or other pointing device, a microphone, knob or a switch, an infra-red (IR) port, a docking station, and/or a touch screen. Input device(s) 510 may be used, for example, to enter information into apparatus 500. Output device(s) 520 may comprise, for example, a display (e.g., a display screen) a speaker, and/or a printer.


Data storage device 530 may comprise any appropriate persistent storage device, including combinations of magnetic storage devices (e.g., magnetic tape, hard disk drives and flash memory), solid state storages device, optical storage devices, Read Only Memory (ROM) devices, Random Access Memory (RAM), Storage Class Memory (SCM) or any other fast-access memory. Data storage device 530 might store speech pattern profiles.


Program 535 may comprise program instructions executed by processor 505 to cause apparatus 500 to perform any one or more of the processes described herein, including but not limited to aspects of the container based application proxies disclosed herein. Processing logic 535 may be used for controlling processor 505. Embodiments herein are not limited to execution of these processes by a single apparatus.


Data 540 (either cached or a full database) may be stored in volatile memory such as memory 525. Data storage device 530 may also store data and other program code for providing additional functionality and/or which are necessary for operation of apparatus 500, such as device drivers, operating system files, etc. Data 540 may include data related different protocols.


Although specific features of various embodiments of the disclosure may be shown in some drawings and not in others, this is for convenience only. In accordance with the principles of the disclosure, any feature of a drawing may be referenced and/or claimed in combination with any feature of any other drawing.


This written description uses examples to disclose the embodiments, including the best mode, and also to enable any person skilled in the art to practice the embodiments, including making and using any devices or systems and performing any incorporated methods. The patentable scope of the disclosure is defined by the claims, and may include other examples that occur to those skilled in the art. Such other examples are intended to be within the scope of the claims if they have structural elements that do not differ from the literal language of the claims, or if they include equivalent structural elements with insubstantial differences from the literal language of the claims.

Claims
  • 1. A container based application proxy firewall system comprising: an inside container module to communicate with an inside network internal to a system;an outside container module to communicate with an outside network external to the system; andan inspector module to communicate with the inside container module and the outside container module, the inspector container to control communication of all data between the inside container module and the outside container module; and the inspector module, the inside container module, and the outside container module each being self-contained and to operate independent of each other.
  • 2. The system of claim 1, wherein the inspector module, the inside container module, and the outside container module are at least one of being deployable and configurable within a common application.
  • 3. The system of claim 1, wherein each of the inspector module, the inside container module, and the outside container module are at least one of being deployable and configurable deployed in an application, independent of the other modules.
  • 4. The system of claim 1, wherein a proxy function executed by one of the inspector module, the inside container module, and the outside container module is isolated from the other modules.
  • 5. The system of claim 4, wherein the proxy function executed by one of the inspector module, the inside container module, and the outside container module is further isolated from other processes executing in the system.
  • 6. The system of claim 1, wherein the inside container module is operable to only communicate with the inside network; the outside container module is operable to only communicate with the outside network; and the inspector module is operable to communicate with both the inside container module and the outside container module.
  • 7. The system of claim 1, wherein the inspector module is a single point of inspection for the system.
  • 8. A computer-implemented method, the method comprising: an inside container module communicating with an inside network internal to a system;an outside container module communicating with an outside network external to the system; andan inspector module communicating with the inside container module and the outside container module, the inspector container to control communication of all data between the inside container module and the outside container module; and the inspector module, the inside container module, and the outside container module each being self-contained and to operate independent of each other.
  • 9. The method of claim 8, wherein the inspector module, the inside container module, and the outside container module are at least one of being deployable and configurable within a common application.
  • 10. The method of claim 8, wherein each of the inspector module, the inside container module, and the outside container module are at least one of being deployable and configurable deployed in an application, independent of the other modules.
  • 11. The method of claim 8, wherein a proxy function executed by one of the inspector module, the inside container module, and the outside container module is isolated from the other modules.
  • 12. The method of claim 11, wherein the proxy function executed by one of the inspector module, the inside container module, and the outside container module is further isolated from other processes executing in the system.
  • 13. The method of claim 8, wherein the inside container module is operable to only communicate with the inside network; the outside container module is operable to only communicate with the outside network; and the inspector module is operable to communicate with both the inside container module and the outside container module.
  • 14. The method of claim 8, wherein the inspector module is a single point of inspection for the system.
  • 15. A non-transitory computer-readable medium storing program instructions executable by a processor of a computing system, the medium comprising: instructions for an inside container module to communicate with an inside network internal to a system;instructions for an outside container module to communicate with an outside network external to the system; andinstructions for an inspector module to communicate with the inside container module and the outside container module, the inspector container to control communication of all data between the inside container module and the outside container module; and the inspector module, the inside container module, and the outside container module each being self-contained and to operate independent of each other.
  • 16. The medium of claim 15, wherein the inspector module, the inside container module, and the outside container module are at least one of being deployable and configurable within a common application.
  • 17. The medium of claim 15, wherein each of the inspector module, the inside container module, and the outside container module are at least one of being deployable and configurable deployed in an application, independent of the other modules.
  • 18. The medium of claim 15, wherein a proxy function executed by one of the inspector module, the inside container module, and the outside container module is isolated from the other modules.
  • 19. The medium of claim 18, wherein the proxy function executed by one of the inspector module, the inside container module, and the outside container module is further isolated from other processes executing in the system.
  • 20. The medium of claim 15, wherein the inside container module is operable to only communicate with the inside network; the outside container module is operable to only communicate with the outside network; and the inspector module is operable to communicate with both the inside container module and the outside container module.