A computer-implemented method for increasing security on computing systems that launch application containers may include (1) authenticating an application container that facilitates launching at least one application on a host computing system by verifying that the application container meets a certain trustworthiness threshold, (2) intercepting, via a policy-enforcement proxy, a command to perform a deployment action on the host computing system in connection with the authenticated application container, (3) determining that the deployment action potentially violates a security policy applied to the authenticated application container, and then in response to determining that the deployment action potentially violates the security policy, (4) modifying, via the policy-enforcement proxy, the command to prevent the potential violation of the security policy. Various other methods, systems, and computer-readable media are also disclosed.
|
20. A non-transitory computer-readable medium comprising one or more computer-executable instructions that, when executed by at least one processor of a computing device, cause the computing device to:
authenticate, via a policy-enforcement proxy computing system, an application container that facilitates launching at least one application on a host computing system by verifying that the application container meets a certain trustworthiness threshold;
intercept, via the policy-enforcement proxy computing system, a command to perform a deployment action on the host computing system in connection with the authenticated application container;
determine, via the policy-enforcement proxy computing system, that the deployment action in connection with the authenticated application container potentially violates a security policy for the host computing system that defines a whitelist of application containers allowed to deploy on the host computing system; and
in response to determining that the deployment action potentially violates the security policy, prevent the potential violation of the security policy by modifying, via the policy-enforcement proxy computing system, the command to perform the deployment action.
1. A computer-implemented method for increasing security on computing systems that launch application containers, at least a portion of the method being performed by a computing device comprising at least one processor, the method comprising:
authenticating, via a policy-enforcement proxy computing system, an application container programmed to facilitate launching at least one application on a host computing system by verifying that the application container meets a certain trustworthiness threshold;
intercepting, via the policy-enforcement proxy computing system, a command to perform a deployment action on the host computing system in connection with the authenticated application container;
determining, via the policy-enforcement proxy computing system, that the deployment action in connection with the authenticated application container potentially violates a security policy for the host computing system that defines a whitelist of application containers allowed to deploy on the host computing system; and
in response to determining that the deployment action potentially violates the security policy, preventing the potential violation of the security policy by modifying, via the policy-enforcement proxy computing system, the command to perform the deployment action.
12. A system for increasing security on computing systems that launch application containers, the system comprising:
an authentication module, stored in memory of a policy-enforcement proxy computing system, that authenticates an application container that facilitates launching at least one application on a host computing system by verifying that the application container meets a certain trustworthiness threshold;
an interception module, stored in memory of the policy-enforcement proxy computing system, that intercepts a command to perform a deployment action on the host computing system in connection with the authenticated application container;
a determination module, stored in memory of the policy-enforcement proxy computing system, that determines that the deployment action in connection with the authenticated application container potentially violates a security policy applied for the host computing system that defines a whitelist of application containers allowed to deploy on the host computing system;
a modification module, stored in memory of the policy-enforcement proxy computing system, that prevents the potential violation of the security policy by modifying the command to perform the deployment action in response to determining that the deployment action potentially violates the security policy; and
at least one processor that executes the authentication module, the interception module, the determination module, and the modification module.
2. The method of
confirming an identity of the application container; and
confirming an integrity level of the application container by:
identifying a version of the application container; and
ensuring that the version of the application container has been digitally signed through a code signing process.
3. The method of
4. The method of
a user of the application launched by the application container;
an administrator of the host computing system; and
application management software.
5. The method of
permissions for resources used by whitelisted application containers on the host computing system; and
configurations of whitelisted application containers allowed to deploy concurrently on the host computing system.
6. The method of
determining, based at least in part on the whitelist of application containers, that a privilege level of the authenticated application container prohibits access to a resource on the host computing system; and
determining that a configuration of the authenticated application container with existing application containers deployed on the host computing system is prohibited in the security policy.
7. The method of
data residing on a file system of the host computing system;
software running on the host computing system;
hardware incorporated into the host computing system; and
a network connection of the host computing system.
8. The method of
identifying a different deployment action that does not violate the security policy.
9. The method of
transferring the application container to a different host computing system that does not violate the security policy;
modifying access to the host computing system based at least in part on the security policy; and
canceling the command to perform the deployment action.
10. The method of
11. The method of
13. The system of
confirming an identity of the application container; and
confirming an integrity level of the application container by:
identifying a version of the application container; and
ensuring that the version of the application container has been digitally signed through a code signing process.
14. The system of
15. The system of
a user of the application launched by the application container;
an administrator of the host computing system; and
application management software.
16. The system of
permissions for resources used by whitelisted application containers on the host computing system; and
configurations of whitelisted application containers allowed to deploy concurrently on the host computing system.
17. The system of
determining, based at least in part on the whitelist of application containers, that a privilege level of the authenticated application container prohibits access to a resource on the host computing system; and
determining that a configuration of the authenticated application container with existing application containers deployed on the host computing system is prohibited in the security policy.
18. The system of
data residing on a file system of the host computing system;
software running on the host computing system;
hardware incorporated into the host computing system; and
a network connection of the host computing system.
19. The system of
identifying a different deployment action that does not violate the security policy; and
adding the different deployment action to the command.
|
Application container technology may utilize virtualization to allow multiple applications to run on a single operating system within a host computing system (such as a server or virtual machine). This technology may facilitate flexible and/or dynamic deployment of applications while increasing virtual capacity on limited physical resources. For example, an application container may facilitate transfer of multiple copies of an application from one computing device to another while packaging only the necessary dependent resources. Multiple application containers may run together on the same host computing system or be transferred between host computing systems.
However, due to the dynamic nature of running multiple applications and multiple application containers on host computing systems in various configurations, traditional security measures may be unable to provide enough flexibility to properly manage the application containers. For example, an application container that deploys applications with a low-security privilege may be transferred from a low-risk server to a server with highly sensitive data within a company's network of servers. In this example, an employee of the company may initiate remote execution of the application through the company's network without necessarily being aware of the heightened security risk. In another example, certain security risks may arise when a low-security application and a high-security application are running simultaneously on the same server. Accordingly, the instant disclosure identifies and addresses a need for additional and improved systems and methods for increasing security on computing systems that launch application containers.
As will be described in greater detail below, the instant disclosure describes various systems and methods for increasing security on computing systems that launch application containers by ensuring application containers are authenticated before deployment on a host computing system. A policy-enforcement proxy may further analyze commands to deploy authenticated application containers and/or modify commands in order to comply with a security policy.
In one example, a computer-implemented method for increasing security on computing systems that launch application containers may include (1) authenticating an application container that facilitates launching at least one application on a host computing system by verifying that the application container meets a certain trustworthiness threshold, (2) intercepting, via a policy-enforcement proxy, a command to perform a deployment action on the host computing system in connection with the authenticated application container, (3) determining that the deployment action potentially violates a security policy applied to the authenticated application container, and then in response to determining that the deployment action potentially violates the security policy, (4) modifying, via the policy-enforcement proxy, the command to prevent the potential violation of the security policy.
In some examples, verifying that the application container meets the certain trustworthiness threshold may include confirming an identity of the application container. These examples may also include confirming an integrity level of the application container by identifying a version of the application container and/or ensuring that the version of the application container has been digitally signed through a code signing process.
In one embodiment, intercepting the command to perform the deployment action may include receiving, at the policy-enforcement proxy, the command from an application deployer authorized to modify deployment of the application. In this embodiment, the application deployer authorized to modify deployment of the application may include a user of the application launched by the application container, an administrator of the host computing system, and/or application management software.
In one example, the security policy may include a set of rules that define a whitelist of application containers allowed to deploy on the host computing system. In this example, the security policy may also include permissions for resources used by whitelisted application containers on the host computing system and/or configurations of whitelisted application containers allowed to deploy concurrently on the host computing system.
In some embodiments, determining that the deployment action potentially violates the security policy applied to the authenticated application container may include determining, based at least in part on the whitelist of application containers, that a privilege level of the authenticated application container prohibits access to a resource on the host computing system. Such embodiments may also include determining that a configuration of the authenticated application container with existing application containers deployed on the host computing system is prohibited in the security policy. In these embodiments, the resource on the host computing system may include data residing on a file system of the host computing system, software running on the host computing system, hardware incorporated into the host computing system, and/or a network connection of the host computing system.
In one example, modifying the command to prevent the potential violation of the security policy may include identifying a different deployment action that does not violate the security policy. This example may further include adding the different deployment action to the command. In this example, the different deployment action may include transferring the application container to a different host computing system that does not violate the security policy, modifying access to the host computing system based at least in part on the security policy, and/or canceling the command to perform the deployment action.
In some examples, the computer-implemented method may further include forwarding the modified command from the policy-enforcing proxy to an application-container management process on the host computing system in accordance with the security policy. In such examples, the policy-enforcing proxy may include a software implementation designed to mimic the application programming interface of the application-container management process on the host computing system.
In one embodiment, a system for implementing the above-described method may include (1) an authentication module, stored in memory, that authenticates an application container that facilitates launching at least one application on a host computing system by verifying that the application container meets a certain trustworthiness threshold, (2) an interception module, stored in memory, that intercepts, via a policy-enforcement proxy, a command to perform a deployment action on the host computing system in connection with the authenticated application container, (3) a determination module, stored in memory, that determines that the deployment action potentially violates a security policy applied to the authenticated application container, (4) a modification module, stored in memory, that modifies, via the policy-enforcement proxy, the command to prevent the potential violation of the security policy in response to the determination that the deployment action potentially violates the security policy, and (5) at least one physical processor that executes the authentication module, the interception module, the determination module, and the modification module.
In some examples, the above-described method may be encoded as computer-readable instructions on a non-transitory computer-readable medium. For example, a computer-readable medium may include one or more computer-executable instructions that, when executed by at least one processor of a computing device, may cause the computing device to (1) authenticate an application container that facilitates launching at least one application on a host computing system by verifying that the application container meets a certain trustworthiness threshold, (2) intercept, via a policy-enforcement proxy, a command to perform a deployment action on the host computing system in connection with the authenticated application container, (3) determine that the deployment action potentially violates a security policy applied to the authenticated application container, and then in response to determining that the deployment action potentially violates the security policy, (4) modify, via the policy-enforcement proxy, the command to prevent the potential violation of the security policy.
Features from any of the above-mentioned embodiments may be used in combination with one another in accordance with the general principles described herein. These and other embodiments, features, and advantages will be more fully understood upon reading the following detailed description in conjunction with the accompanying drawings and claims.
The accompanying drawings illustrate a number of exemplary embodiments and are a part of the specification. Together with the following description, these drawings demonstrate and explain various principles of the instant disclosure.
Throughout the drawings, identical reference characters and descriptions indicate similar, but not necessarily identical, elements. While the exemplary embodiments described herein are susceptible to various modifications and alternative forms, specific embodiments have been shown by way of example in the drawings and will be described in detail herein. However, the exemplary embodiments described herein are not intended to be limited to the particular forms disclosed. Rather, the instant disclosure covers all modifications, equivalents, and alternatives falling within the scope of the appended claims.
The present disclosure is generally directed to systems and methods for increasing security on computing systems that launch application containers. As will be explained in greater detail below, by implementing a policy-enforcement proxy, the systems and methods described herein may provide an added layer of security when deploying application containers. For example, by defining a security policy with rules to manage various configurations of application containers running on multiple host computing systems, the systems and methods described herein may enforce security privileges by modifying commands to deploy application containers in order to comply with the security policy. Moreover, in some embodiments, the various systems and methods described herein may utilize code signing to authenticate application containers prior to deployment.
The following will provide, with reference to
In addition, and as will be described in greater detail below, exemplary system 100 may also include a determination module 108 that determines that the deployment action potentially violates a security policy applied to the authenticated application container. Finally, exemplary system 100 may include a modification module 110 that modifies, via the policy-enforcement proxy, the command to prevent the potential violation of the security policy in response to the determination that the deployment action potentially violates the security policy. Although illustrated as separate elements, one or more of modules 102 in
In certain embodiments, one or more of modules 102 in
As illustrated in
In one embodiment, security policy 122 may include a set of rules that define a whitelist of application containers allowed to deploy on a host computing system 206 in
The term “whitelist,” as used herein, generally refers to a list of items (e.g., application containers) with certain privileges and/or access. In some examples, whitelisting may include defining security policies of varying levels of trust for clusters of applications and/or application containers on host computing systems. Examples of application whitelisting solutions include, without limitation, SYMANTEC CRITICAL SYSTEM PROTECTION (CSP), BIT9 PARITY, LUMENSION APPLICATION CONTROL, MCAFEE APPLICATION CONTROL, variations of one or more of the same, combinations of one or more of the same, or any other suitable solutions. In some embodiments, the resources used by whitelisted application containers on host computing system 206 may include, without limitation, data residing on a file system of host computing system 206, software running on host computing system 206, hardware incorporated into host computing system 206, and/or a network connection of host computing system 206.
Database 120 may represent portions of a single database or computing device or a plurality of databases or computing devices. For example, database 120 may represent a portion of a policy-enforcement proxy 208 in
Exemplary system 100 in
As shown in
In one example, computing device 202 may be programmed with one or more of modules 102 and/or may store all or a portion of the data in database 120. Additionally or alternatively, host computing system 206 may be programmed with one or more of modules 102 and/or may store all or a portion of the data in database 120. Furthermore, policy-enforcement proxy 208 may be programmed with one or more of modules 102 and/or may store all or a portion of the data in database 120.
In one embodiment, one or more of modules 102 from
Computing device 202 generally represents any type or form of computing device capable of reading computer-executable instructions. Examples of computing device 202 include, without limitation, laptops, tablets, desktops, servers, cellular phones, Personal Digital Assistants (PDAs), multimedia players, embedded systems, wearable devices (e.g., smart watches, smart glasses, etc.), gaming consoles, combinations of one or more of the same, exemplary computing system 610 in
Host computing system 206 generally represents any type or form of computing device capable of deploying an application isolated by an application container. Examples of host computing system 206 include, without limitation, application servers and database servers configured to provide various database services and/or run certain software applications.
Policy-enforcement proxy 208 generally represents any type or form of software module and/or computing device capable of managing application containers on host computing systems. Examples of policy-enforcement proxy 208 include, without limitation, laptops, tablets, desktops, servers, cellular phones, Personal Digital Assistants (PDAs), multimedia players, embedded systems, wearable devices (e.g., smart watches, smart glasses, etc.), gaming consoles, combinations of one or more of the same, exemplary computing system 610 in
Network 204 generally represents any medium or architecture capable of facilitating communication or data transfer. Examples of network 204 include, without limitation, an intranet, a Wide Area Network (WAN), a Local Area Network (LAN), a Personal Area Network (PAN), the Internet, Power Line Communications (PLC), a cellular network (e.g., a Global System for Mobile Communications (GSM) network), exemplary network architecture 700 in
Application-container management process 216 generally represents any type or form of software application or program that manages application containers and/or containerized applications within a computing system. In some embodiments, application-container management process 216 may execute clusters of application containers on various computing infrastructures. In other embodiments, application-container management process 216 may execute an application container on a multitude of host computing systems. Examples of application-container management process 216 include, without limitation, KUBERNETES, DOCKER management processes, variations of one or more of the same, combinations of one or more of the same, and/or other forms of container management systems. Additionally or alternatively, application-container management process 216 may serve and/or act as an application deployer.
Application container 218 generally represents any type or form of software implementation that isolates an application running on an operating system through operating-system-level virtualization. Notably, application containers may isolate resources and/or services of the operating system for use by the application. Application containers may each contain a single instance or multiple instances of an application and/or multiple applications. Examples of application container 218 include, without limitation, DOCKER containers, LET ME CONTAIN THAT FOR YOU (LMCTFY) containers, LINUX CONTAINERS (LXC), OPENVZ containers, variations of one or more of the same, combinations of one or more of the same, or any other suitable application containers.
As illustrated in
As used herein, the term “application” generally refers to any type or form of software application or program capable of being installed, deployed, executed, and/or otherwise implemented on a computing system. Examples of applications include, without limitation, enterprise software, entertainment software, security applications, cloud-based applications, web applications, mobile applications, integrated software, application packages, application suites, variations of one or more of the same, combinations of one or more of the same, or any other suitable applications.
The systems described herein may perform step 302 in a variety of ways. In some examples, authentication module 104 may verify that application container 218 meets the certain trustworthiness threshold by confirming an identity of application container 218. For example, in reference to
As used herein, the term “code signing” generally refers to a process of digitally signing a file containing code through the use of cryptography. For example, code signing may identify the author and/or the build version of application container 218 to confirm the integrity of application container 218 and/or ensure that application container 218 has not been tampered with. Examples of code signing include, but are not limited to, use of public key authentication, private key authentication, a certificate authority, difference-based file system images, cryptographic hashes, time-stamping, variations of one or more of the same, combinations of one or more of the same, or any other suitable forms of code signing. In the example of
Returning to
As used herein, the term “deployment action” generally refers to any type or form of action and/or operation performed on and/or by an application container and/or an application deployed via an application container. Examples of deployment actions include, but are not limited to, building, deleting, deploying, executing, importing, installing, loading, querying, quitting, running, and/or saving a computing resource, application container, and/or containerized application, variations of one or more of the same, combinations of one or more of the same, or any other suitable deployment actions.
Interception module 106 may intercept command 212 in a variety of ways. For example, interception module 106 may receive command 212 from application deployer 210. In this example, application deployer 210 may be authorized to modify deployment of the application. In some embodiments, application deployer 210 may include a user of the application launched by application container 218, an administrator of host computing system 206, and/or application management software (e.g., KUBERNETES).
For example, a user of computing device 202 may send command 212 to run a word processing application contained by application container 218 on host computing system 206. Interception module 106 may then intercept command 212 in order to prevent execution of the word processing application contained by application container 218. In another example, application management software set to automatically update a media application contained by application container 218 on host computing system 206 may send command 212 to connect the media application to the Internet to check for updates. Interception module 106 may then intercept command 212 and prevent application container 218 from accessing network resources on host computing system 206.
Returning to
Determination module 108 may determine that the deployment action potentially violates security policy 122 in a variety of ways. In some embodiments, determination module 108 may determine, based at least in part on a whitelist of application containers, that a privilege level of authenticated application container 218 prohibits access to a resource on host computing system 206.
As a specific example,
In another example, determination module 108 may determine that application container 218(1) on host computing system 206(1) cannot check for updates online based on whitelist 402(1) showing application container 218(1) has no network access privilege. Additionally or alternatively, determination module 108 may determine that a configuration of authenticated application container 218 with existing application containers deployed on host computing system 206 is prohibited in security policy 122. In this example, as shown in
Returning to
Modification module 110 may modify command 212 in a variety of ways. In some embodiments, modification module 110 may identify a different deployment action 506 in
In one example, different deployment action 506 may include and/or represent transferring application container 218 to a different host computing system that does not violate security policy 122. Different deployment action 506 may also include and/or represent modifying access to host computing system 206 based at least in part on security policy 122. Additionally or alternatively, different deployment action 506 may include and/or represent canceling command 212 to perform deployment action 504. In the example of
In some embodiments, policy-enforcing proxy 208 may further forward modified command 214 to application-container management process 216 on host computing system 206 in accordance with security policy 122. In these embodiments, modified command 214 may include different deployment action 506 from
In one example, policy-enforcing proxy 208 may include a software implementation designed to mimic the application programming interface (API) of application-container management process 216 on host computing system 206. In this example, application deployer 210 may interact with policy-enforcement proxy 208 seamlessly as if interacting directly with application-container management process 216 on host computing system 206. For example, by mimicking the API of a DOCKER management process running on host computing system 206, policy-enforcement proxy 208 may easily interface with a KUBERNETES program acting as application deployer 210 for DOCKER application container 218. In other embodiments, policy-enforcing proxy 208 may include an API that does not mimic the API of application-container management process 216.
Additionally or alternatively, by utilizing application-container management process 216 on host computing system 206 to execute modified command 214 on application container 218, policy-enforcement proxy 208 may take advantage of existing privilege mechanisms present on host computing system 206. For example, application-container management process 216 may include management of a multitude of users on the operating system of host computing system 206. In this example, policy-enforcement proxy 208 may utilize application-container management process 216 to manage user privileges in addition to security policy 122.
As explained above in connection with method 300 in
Furthermore, the policy-enforcement proxy may then check a security policy for the privileges of the application container. The security policy may define rules for access to resources on host computing systems and/or configurations of application containers running on host computing systems. In this example, the policy-enforcement proxy may prevent the application container from deploying on the host computing system if the application container does not have the appropriate privileges.
Additionally, the policy-enforcement proxy may move the application to another host computing system that may not require a high level of trust. As another example, the security policy may prevent a low-trust application container from deploying on the host computing system until another high-trust application container ceases deployment. Furthermore the policy-enforcement proxy may build on existing security measures and/or utilize the API of local application-container management processes on host computing systems. Thus, the policy-enforcement proxy may ensure the security policy is applied to application containers running on host computing systems.
Computing system 610 broadly represents any single or multi-processor computing device or system capable of executing computer-readable instructions. Examples of computing system 610 include, without limitation, workstations, laptops, client-side terminals, servers, distributed computing systems, handheld devices, or any other computing system or device. In its most basic configuration, computing system 610 may include at least one processor 614 and a system memory 616.
Processor 614 generally represents any type or form of physical processing unit (e.g., a hardware-implemented central processing unit) capable of processing data or interpreting and executing instructions. In certain embodiments, processor 614 may receive instructions from a software application or module. These instructions may cause processor 614 to perform the functions of one or more of the exemplary embodiments described and/or illustrated herein.
System memory 616 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or other computer-readable instructions. Examples of system memory 616 include, without limitation, Random Access Memory (RAM), Read Only Memory (ROM), flash memory, or any other suitable memory device. Although not required, in certain embodiments computing system 610 may include both a volatile memory unit (such as, for example, system memory 616) and a non-volatile storage device (such as, for example, primary storage device 632, as described in detail below). In one example, one or more of modules 102 from
In certain embodiments, exemplary computing system 610 may also include one or more components or elements in addition to processor 614 and system memory 616. For example, as illustrated in
Memory controller 618 generally represents any type or form of device capable of handling memory or data or controlling communication between one or more components of computing system 610. For example, in certain embodiments memory controller 618 may control communication between processor 614, system memory 616, and I/O controller 620 via communication infrastructure 612.
I/O controller 620 generally represents any type or form of module capable of coordinating and/or controlling the input and output functions of a computing device. For example, in certain embodiments I/O controller 620 may control or facilitate transfer of data between one or more elements of computing system 610, such as processor 614, system memory 616, communication interface 622, display adapter 626, input interface 630, and storage interface 634.
Communication interface 622 broadly represents any type or form of communication device or adapter capable of facilitating communication between exemplary computing system 610 and one or more additional devices. For example, in certain embodiments communication interface 622 may facilitate communication between computing system 610 and a private or public network including additional computing systems. Examples of communication interface 622 include, without limitation, a wired network interface (such as a network interface card), a wireless network interface (such as a wireless network interface card), a modem, and any other suitable interface. In at least one embodiment, communication interface 622 may provide a direct connection to a remote server via a direct link to a network, such as the Internet. Communication interface 622 may also indirectly provide such a connection through, for example, a local area network (such as an Ethernet network), a personal area network, a telephone or cable network, a cellular telephone connection, a satellite data connection, or any other suitable connection.
In certain embodiments, communication interface 622 may also represent a host adapter configured to facilitate communication between computing system 610 and one or more additional network or storage devices via an external bus or communications channel. Examples of host adapters include, without limitation, Small Computer System Interface (SCSI) host adapters, Universal Serial Bus (USB) host adapters, Institute of Electrical and Electronics Engineers (IEEE) 1394 host adapters, Advanced Technology Attachment (ATA), Parallel ATA (PATA), Serial ATA (SATA), and External SATA (eSATA) host adapters, Fibre Channel interface adapters, Ethernet adapters, or the like. Communication interface 622 may also allow computing system 610 to engage in distributed or remote computing. For example, communication interface 622 may receive instructions from a remote device or send instructions to a remote device for execution.
As illustrated in
As illustrated in
As illustrated in
In certain embodiments, storage devices 632 and 633 may be configured to read from and/or write to a removable storage unit configured to store computer software, data, or other computer-readable information. Examples of suitable removable storage units include, without limitation, a floppy disk, a magnetic tape, an optical disk, a flash memory device, or the like. Storage devices 632 and 633 may also include other similar structures or devices for allowing computer software, data, or other computer-readable instructions to be loaded into computing system 610. For example, storage devices 632 and 633 may be configured to read and write software, data, or other computer-readable information. Storage devices 632 and 633 may also be a part of computing system 610 or may be a separate device accessed through other interface systems.
Many other devices or subsystems may be connected to computing system 610. Conversely, all of the components and devices illustrated in
The computer-readable medium containing the computer program may be loaded into computing system 610. All or a portion of the computer program stored on the computer-readable medium may then be stored in system memory 616 and/or various portions of storage devices 632 and 633. When executed by processor 614, a computer program loaded into computing system 610 may cause processor 614 to perform and/or be a means for performing the functions of one or more of the exemplary embodiments described and/or illustrated herein. Additionally or alternatively, one or more of the exemplary embodiments described and/or illustrated herein may be implemented in firmware and/or hardware. For example, computing system 610 may be configured as an Application Specific Integrated Circuit (ASIC) adapted to implement one or more of the exemplary embodiments disclosed herein.
Client systems 710, 720, and 730 generally represent any type or form of computing device or system, such as exemplary computing system 610 in
As illustrated in
Servers 740 and 745 may also be connected to a Storage Area Network (SAN) fabric 780. SAN fabric 780 generally represents any type or form of computer network or architecture capable of facilitating communication between a plurality of storage devices. SAN fabric 780 may facilitate communication between servers 740 and 745 and a plurality of storage devices 790(1)-(N) and/or an intelligent storage array 795. SAN fabric 780 may also facilitate, via network 750 and servers 740 and 745, communication between client systems 710, 720, and 730 and storage devices 790(1)-(N) and/or intelligent storage array 795 in such a manner that devices 790(1)-(N) and array 795 appear as locally attached devices to client systems 710, 720, and 730. As with storage devices 760(1)-(N) and storage devices 770(1)-(N), storage devices 790(1)-(N) and intelligent storage array 795 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions.
In certain embodiments, and with reference to exemplary computing system 610 of
In at least one embodiment, all or a portion of one or more of the exemplary embodiments disclosed herein may be encoded as a computer program and loaded onto and executed by server 740, server 745, storage devices 760(1)-(N), storage devices 770(1)-(N), storage devices 790(1)-(N), intelligent storage array 795, or any combination thereof. All or a portion of one or more of the exemplary embodiments disclosed herein may also be encoded as a computer program, stored in server 740, run by server 745, and distributed to client systems 710, 720, and 730 over network 750.
As detailed above, computing system 610 and/or one or more components of network architecture 700 may perform and/or be a means for performing, either alone or in combination with other elements, one or more steps of an exemplary method for increasing security on computing systems that launch application containers.
While the foregoing disclosure sets forth various embodiments using specific block diagrams, flowcharts, and examples, each block diagram component, flowchart step, operation, and/or component described and/or illustrated herein may be implemented, individually and/or collectively, using a wide range of hardware, software, or firmware (or any combination thereof) configurations. In addition, any disclosure of components contained within other components should be considered exemplary in nature since many other architectures can be implemented to achieve the same functionality.
In some examples, all or a portion of exemplary system 100 in
In various embodiments, all or a portion of exemplary system 100 in
According to various embodiments, all or a portion of exemplary system 100 in
In some examples, all or a portion of exemplary system 100 in
In addition, all or a portion of exemplary system 100 in
In some embodiments, all or a portion of exemplary system 100 in
According to some examples, all or a portion of exemplary system 100 in
The process parameters and sequence of steps described and/or illustrated herein are given by way of example only and can be varied as desired. For example, while the steps illustrated and/or described herein may be shown or discussed in a particular order, these steps do not necessarily need to be performed in the order illustrated or discussed. The various exemplary methods described and/or illustrated herein may also omit one or more of the steps described or illustrated herein or include additional steps in addition to those disclosed.
While various embodiments have been described and/or illustrated herein in the context of fully functional computing systems, one or more of these exemplary embodiments may be distributed as a program product in a variety of forms, regardless of the particular type of computer-readable media used to actually carry out the distribution. The embodiments disclosed herein may also be implemented using software modules that perform certain tasks. These software modules may include script, batch, or other executable files that may be stored on a computer-readable storage medium or in a computing system. In some embodiments, these software modules may configure a computing system to perform one or more of the exemplary embodiments disclosed herein.
In addition, one or more of the modules described herein may transform data, physical devices, and/or representations of physical devices from one form to another. For example, one or more of the modules recited herein may receive a command to deploy an application container on a host computing system to be transformed, transform the command, output a result of the transformation to the host computing system, use the result of the transformation to enforce a security policy for the application container, and store the result of the transformation in a server or database. Additionally or alternatively, one or more of the modules recited herein may transform a processor, volatile memory, non-volatile memory, and/or any other portion of a physical computing device from one form to another by executing on the computing device, storing data on the computing device, and/or otherwise interacting with the computing device.
The preceding description has been provided to enable others skilled in the art to best utilize various aspects of the exemplary embodiments disclosed herein. This exemplary description is not intended to be exhaustive or to be limited to any precise form disclosed. Many modifications and variations are possible without departing from the spirit and scope of the instant disclosure. The embodiments disclosed herein should be considered in all respects illustrative and not restrictive. Reference should be made to the appended claims and their equivalents in determining the scope of the instant disclosure.
Unless otherwise noted, the terms “connected to” and “coupled to” (and their derivatives), as used in the specification and claims, are to be construed as permitting both direct and indirect (i.e., via other elements or components) connection. In addition, the terms “a” or “an,” as used in the specification and claims, are to be construed as meaning “at least one of.” Finally, for ease of use, the terms “including” and “having” (and their derivatives), as used in the specification and claims, are interchangeable with and have the same meaning as the word “comprising.”
Zhang, Mingwei, Efstathopoulos, Petros, Marino, Daniel
Patent | Priority | Assignee | Title |
10158610, | Jul 06 2016 | ADP, INC | Secure application communication system |
10277624, | Sep 28 2016 | CA, INC | Systems and methods for reducing infection risk of computing systems |
10360410, | Nov 14 2016 | International Business Machines Corporation | Providing containers access to container daemon in multi-tenant environment |
10460113, | Aug 16 2016 | International Business Machines Corporation | Security fix of a container in a virtual machine environment |
10542007, | Dec 28 2017 | GE DIGITAL HOLDINGS LLC | Command authentication related to the control of industrial systems |
10592689, | Oct 20 2016 | Microsoft Technology Licensing, LLC | Selective container use for device usage sessions |
10841328, | May 04 2017 | International Business Machines Corporation | Intelligent container resource placement based on container image vulnerability assessment |
10878119, | Apr 22 2019 | CyberArk Software Ltd. | Secure and temporary access to sensitive assets by virtual execution instances |
10901749, | Feb 23 2017 | International Business Machines Corporation | Running a kernel-dependent application in a container |
10917456, | Jul 25 2016 | Red Hat, Inc. | Application management in an application deployment pipeline |
10936331, | Feb 23 2017 | International Business Machines Corporation | Running a kernel-dependent application in a container |
11120125, | Oct 23 2017 | L3 Technologies, Inc. | Configurable internet isolation and security for laptops and similar devices |
11170096, | Oct 23 2017 | L3 Technologies, Inc. | Configurable internet isolation and security for mobile devices |
11178104, | Sep 26 2017 | CROGA INNOVATIONS LIMITED | Network isolation with cloud networks |
11184323, | Sep 28 2017 | CROGA INNOVATIONS LIMITED | Threat isolation using a plurality of containers |
11222123, | Apr 22 2019 | CyberArk Software Ltd. | Securing privileged virtualized execution instances from penetrating a virtual host environment |
11223601, | Sep 28 2017 | CROGA INNOVATIONS LIMITED | Network isolation for collaboration software |
11240207, | Aug 11 2017 | CROGA INNOVATIONS LIMITED | Network isolation |
11250134, | Aug 21 2015 | Cryptography Research, Inc. | Secure computation environment |
11336619, | Sep 28 2017 | L3 Technologies, Inc. | Host process and memory separation |
11374906, | Sep 28 2017 | CROGA INNOVATIONS LIMITED | Data exfiltration system and methods |
11550898, | Oct 23 2017 | L3 Technologies, Inc. | Browser application implementing sandbox based internet isolation |
11552987, | Sep 28 2017 | CROGA INNOVATIONS LIMITED | Systems and methods for command and control protection |
11601467, | Aug 24 2017 | L3 Technologies, Inc | Service provider advanced threat protection |
11683311, | Mar 01 2018 | ACQUIOM AGENCY SERVICES LLC, AS ASSIGNEE | Systems and methods for running applications on a multi-tenant container platform |
11947693, | Apr 22 2019 | CyberArk Software Ltd. | Memory management in virtualized computing environments |
11954217, | Apr 22 2019 | CyberArk Software Ltd. | Securing privileged virtualized execution instances |
11995449, | Dec 16 2019 | Microsoft Technology Licensing, LLC | Layered composite boot device and file system for operating system booting in file system virtualization environments |
12160426, | Dec 04 2022 | Human system operator identity associated audit trail of containerized network application with prevention of privilege escalation, online black-box testing, and related systems and methods | |
12164948, | Jun 04 2020 | Microsoft Technology Licensing, LLC | Partially privileged lightweight virtualization environments |
ER6634, |
Patent | Priority | Assignee | Title |
20050273851, | |||
20090300709, | |||
20140007192, | |||
20140007222, | |||
20140040979, | |||
20140331119, | |||
20150089577, | |||
20160099972, | |||
20160335110, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Apr 23 2015 | MARINO, DANIEL | Symantec Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 035503 | /0207 | |
Apr 24 2015 | ZHANG, MINGWEI | Symantec Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 035503 | /0207 | |
Apr 24 2015 | EFSTATHOPOULOS, PETROS | Symantec Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 035503 | /0207 | |
Apr 27 2015 | Symantec Corporation | (assignment on the face of the patent) | / | |||
Nov 04 2019 | Symantec Operating Corporation | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Nov 04 2019 | Symantec Corporation | NORTONLIFELOCK INC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 051935 | /0228 | |
Nov 04 2019 | LIFELOCK, INC, | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Nov 04 2019 | BLUE COAT LLC | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Nov 04 2019 | Symantec Corporation | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Sep 12 2022 | NORTONLIFELOCK INC | BANK OF AMERICA, N A , AS COLLATERAL AGENT | SECURITY AGREEMENT | 062220 | /0001 | |
Sep 12 2022 | JPMORGAN CHASE BANK, N A | BANK OF AMERICA, N A , AS COLLATERAL AGENT | NOTICE OF SUCCESSION OF AGENCY REEL 050926 FRAME 0560 | 061422 | /0371 | |
Nov 07 2022 | NORTONLIFELOCK INC | GEN DIGITAL INC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 062714 | /0605 |
Date | Maintenance Fee Events |
Sep 25 2020 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Dec 11 2024 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Date | Maintenance Schedule |
Aug 08 2020 | 4 years fee payment window open |
Feb 08 2021 | 6 months grace period start (w surcharge) |
Aug 08 2021 | patent expiry (for year 4) |
Aug 08 2023 | 2 years to revive unintentionally abandoned end. (for year 4) |
Aug 08 2024 | 8 years fee payment window open |
Feb 08 2025 | 6 months grace period start (w surcharge) |
Aug 08 2025 | patent expiry (for year 8) |
Aug 08 2027 | 2 years to revive unintentionally abandoned end. (for year 8) |
Aug 08 2028 | 12 years fee payment window open |
Feb 08 2029 | 6 months grace period start (w surcharge) |
Aug 08 2029 | patent expiry (for year 12) |
Aug 08 2031 | 2 years to revive unintentionally abandoned end. (for year 12) |