US11005886B2 - Moving target defense with network level changes providing substantially continuous access to applications - Google Patents
Moving target defense with network level changes providing substantially continuous access to applications Download PDFInfo
- Publication number
- US11005886B2 US11005886B2 US16/145,529 US201816145529A US11005886B2 US 11005886 B2 US11005886 B2 US 11005886B2 US 201816145529 A US201816145529 A US 201816145529A US 11005886 B2 US11005886 B2 US 11005886B2
- Authority
- US
- United States
- Prior art keywords
- port
- application
- network address
- notifying
- listening
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1441—Countermeasures against malicious traffic
- H04L63/1475—Passive attacks, e.g. eavesdropping or listening without modification of the traffic monitored
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/02—Topology update or discovery
- H04L45/021—Ensuring consistency of routing table updates, e.g. by using epoch numbers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1441—Countermeasures against malicious traffic
- H04L63/1491—Countermeasures against malicious traffic using deception as countermeasure, e.g. honeypots, honeynets, decoys or entrapment
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/50—Address allocation
- H04L61/5007—Internet protocol [IP] addresses
Definitions
- the field relates generally to information security techniques for applications.
- Moving Target Defense the concept of controlling change across multiple system dimensions in order to increase uncertainty and apparent complexity for attackers, reduce their window of opportunity and increase the costs of their probing and attack efforts.”
- an exemplary method comprises identifying a first application listening to one or more of a first port and a first network address; notifying the first application to listen to one or more of a second port and a second network address; notifying at least one additional application that the first application is listening to one or more of the second port and the second network address; and notifying the first application to unlisten to one or more of the first port and the first network address, wherein the first application operates in a substantially continuous manner during a change from listening to one or more of the first port and the first network address and listening to one or more of the second port and the second network address.
- the first application is a stateful application having persistent storage.
- illustrative embodiments include, without limitation, apparatus, systems, methods and computer program products comprising processor-readable storage media.
- FIG. 1 illustrates an exemplary system, according to one or more embodiments of the disclosure
- FIG. 2 illustrates the resource management system of FIG. 1 , in further detail, according to an embodiment of the disclosure
- FIG. 3 is a flow chart illustrating an exemplary implementation of a new container creation process, according to one embodiment of the disclosure
- FIG. 4 illustrates an exemplary container environment, according to some embodiments of the disclosure
- FIGS. 5 and 6 illustrate various stages in the life cycle of a container according to an embodiment of the disclosure
- FIG. 7 is a flow chart illustrating an exemplary implementation of an MTD network level change process for stateful applications, according to one embodiment of the disclosure.
- FIG. 8 illustrates exemplary pseudo code for the exemplary MTD network level change process of FIG. 7 , according to an embodiment
- FIGS. 9 through 11 illustrate various stages in the life cycle of a stateful application, according to some embodiments of the disclosure.
- FIG. 12 illustrates an exemplary processing platform that may be used to implement at least a portion of one or more embodiments of the disclosure comprising a cloud infrastructure
- FIG. 13 illustrates another exemplary processing platform that may be used to implement at least a portion of one or more embodiments of the disclosure.
- one or more embodiments of the disclosure entail the creation of a container registry to securely store golden containers (or templates) for containers of specific application types that execute within a service platform. The containers are cycled out based on predefined retention rules, policies and time thresholds. Each recreated container is modeled after one of the golden containers, and assigned new Internet Protocol (IP) and/or media access control (MAC) addresses rather than assuming the existing addresses of the containers that the recreated containers are replacing. Substantively, embodiments of the disclosure employ these tactics towards implementing an MTD strategy.
- IP Internet Protocol
- MAC media access control
- pet servers are servers that are treated as indispensable or unique systems that must (substantially) always be operational.
- pet servers also referred to herein as stateful servers
- Examples of pet servers comprise mainframe computers, solitary servers, high availability (HA) load balancers/firewalls (active/active or active/passive), and database systems designed as master/slave (active/passive) devices.
- HA high availability
- Stateful applications are services that typically require backing storage, and maintaining state of the applications is critical to running the service.
- Databases such as Cassandra, MongoDB, Postgres, and mySQL are examples of stateful applications. Stateful applications require some form of persistent storage that will not survive service restarts. Thus, a clean shutdown of a stateful application is typically required according to a predefined process before the stateful applications (e.g., pet devices) can be shutdown.
- Cattle servers are typically arrays of more than two servers that are built using automated tools, and are designed for failure, where (typically) no one, two, or even three servers are irreplaceable. Typically, during failure events for cattle servers, no human intervention is required as the array exhibits attributes of “routing around failures,” by restarting failed servers or replicating data through strategies, such as triple replication or erasure coding.
- Examples of Cattle servers comprise web server arrays, multi-master datastores (e.g., Cassandra clusters), multiple racks of gear put together in clusters, and other devices that are load-balanced and multi-mastered, such as many “Platform 3” containerized applications.
- cattle servers are disposable (like cattle in a herd), while pet servers are unique (and should be treated like actual pets). For example, a mail server should not go down. If a cattle server goes down, it can be replaced by another cattle server.
- pet servers are often critical for an enterprise organization and pet servers can often be easily mapped by an attacker because their address or ports are static and do not change often.
- the disclosed MTD strategies are implemented by changing a network resource map without interfering with organizational processes or shutting down any services, as discussed further below.
- MTD strategies are provided that change port assignments of an application without downtime.
- the exemplary MTD strategies change, in a controlled way, the port that a given application uses, and then other servers that access that port are notified accordingly.
- MTD strategies can be implemented in different levels.
- a compiler can be used to generate multiple functionally equivalent, but internally different variants of a program.
- an execution environment for example, can check and verify the random key.
- a Dynamic Resource Mapping System for example, can randomly change the location of important resources of the system.
- the present disclosure is implemented on a network level (using a representative Dynamic Resource Mapping System).
- FIG. 1 illustrates an exemplary system 100 , according to one or more embodiments of the disclosure.
- the system 100 includes a resource management system (RMS) 200 , as discussed further below in conjunction with FIG. 2 , operatively connected to a service platform 120 .
- the RMS 200 and the service platform 120 may be directly or indirectly connected to one another through a network (e.g., a local area network (LAN), a wide area network (WAN) such as the Internet, a mobile network, or any other type of network).
- LAN local area network
- WAN wide area network
- the RMS 200 and the service platform 120 may communicate with one another using any combination of wired and/or wireless communication connections and/or protocols.
- the RMS 200 may be a platform for the centralized management and deployment of containers in the service platform 120 .
- the RMS 200 may be implemented on a physical server (e.g., in a data center) or on a virtual server that may be cloud-based. Further, the RMS 200 may be implemented on a single server, or alternatively, on multiple servers that may be physical, virtual, or a combination thereof. In one embodiment of the disclosure, the RMS 200 may be implemented on one or more computing systems similar to the exemplary computing systems shown in FIGS. 12 and 13 .
- the service platform 120 may be a hardware and/or software implemented environment for the deployment of services and resources.
- the service platform 120 may be implemented on one or more servers 130 - 1 through 130 -M.
- Each server 130 may be a physical server or a virtual server that may be cloud-based.
- each server 130 may be a computing system similar to the exemplary computing system discussed further below in conjunction with FIG. 13 .
- each server 130 may be any computing system that may be programmed to receive requests, process requests, and based on the processing of requests, extend services and/or resources to client computing systems (not shown). Examples of types of servers include, but are not limited to, virtualized servers, database servers, application servers, print servers, and mail servers.
- each server 130 may be further programmed to provide computing resources to support the implementation and functionalities of a set of containers 140 - 1 -A through 140 -M-N.
- a container 140 may be an isolated, lightweight virtualization mechanism (or software construct) that allows for the running of an application or an operating system within the container 140 without the overhead of executing a hypervisor (as is needed for executing virtual machines on underlying hardware). Minimal overhead may be generated by containers 140 because: (i) containers 140 share the same operating system kernel with other containers 140 and the underlying host (e.g., a server 130 ); and (ii) containers 140 (unlike virtual machines) do not need to emulate physical hardware. Further, in one embodiment of the disclosure, a container 140 may be implemented virtually by a host operating system.
- the set of containers 140 - 1 -A through 140 -M-N may be segmented into one or more pods (not shown). Specifically, each pod may include a subset (ss) of the set of containers 140 - 1 -A through 140 -M-N. In one embodiment of the disclosure, the aforementioned subset of containers 140 - ss may be co-located in the same server (e.g., 130 - 1 ). In another embodiment of the disclosure, the aforementioned subset of containers 140 - ss may be executing on multiple servers 130 - 1 through 130 -M of the service platform 120 . Furthermore, the subset of containers 140 - ss in each pod may work together towards implementing a service.
- each container 140 in a pod may be assigned an application type, and thus, include functionalities conforming to their assigned application type.
- the application type that may be assigned to a container 140 may include, but is not limited to, a front-end application type, a back-end application type, and a database application type.
- a front-end (fe) application type container 140 - fe may be representative of server computing resources dedicated towards facilitating the interaction between a service and a user, or a service and another service.
- a front-end application type container 140 - fe may include functionality to: (i) provide a specification for how the interaction and/or exchange of information should take place between the service and a user or other service; (ii) receive input (i.e., data, requests, etc.), conforming to the aforementioned specification, from a user or other service; and (iii) provide output (i.e., processed data, responses, resources, etc.), conforming to the aforementioned specification, to a user or other service.
- a front-end application type container 140 - fe may implement at least a portion of a command line interface (CLI), a graphical user interface (GUI), an application program interface (API), a web-based user interface (WUI), a natural language interface, or any combination thereof.
- CLI command line interface
- GUI graphical user interface
- API application program interface
- WUI web-based user interface
- natural language interface or any combination thereof.
- a back-end (be) application type container 140 - be may be representative of server computing resources dedicated towards implementing the functional logic and operations supporting a service, as discussed further below in conjunction with FIGS. 9 through 11 .
- a back-end application type container 140 - be may include functionality to: (i) validate received input from a user or other service; (ii) maintain service-wide security operations; (iii) communicate with external hosts to retrieve additional information; and (iv) process (i.e., execute algorithms on) the received input and additional information, if any, to generate output.
- a back-end application type container 140 - may implement at least a portion of a data processing algorithm, a validation rule, an internet security suite, a web-service (i.e., technology that allows services/applications to communicate with each other), etc.
- a database (db) application type container 140 - db may be representative of server computer resources dedicated towards the management of information, as discussed further below in conjunction with FIGS. 9 through 11 .
- a database application type container 140 - db may include functionality to: (i) track and administer information generated, stored, and/or used by the service; (ii) maintain a schema (i.e. logical structure) for the information; (iii) monitor information storage and retrieval performance; and (iv) encode information through the application of, for example, encryption, compression, deduplication, and other data transforming operations.
- a database application type container 140 - db may implement at least a portion of database management system (DBMS), an encryption, compression, deduplication, etc., algorithm, a query-response system (QRS), etc.
- DBMS database management system
- QRS query-response system
- a container 140 may alternatively host a micro-service, which may structure an application as a collection of coupled services.
- a container 140 may alternatively host a web server, and thereby include functionality to store, process, and/or deliver web resources to one or more clients (not shown).
- a container 140 may alternatively host a monitoring tool for the surveilling of, for example, web resources, servers, networks, and/or application performance and reliability.
- aspects of the present invention may also be applied to virtualized applications executed using one or more virtual machines, as would be apparent to a person of ordinary skill in the art.
- FIG. 2 illustrates the resource management system 200 of FIG. 1 , in further detail, according to an embodiment of the disclosure.
- the RMS 200 includes an RMS kernel 230 operatively connected to a container registry 210 , a retention tracker 240 , and a container scanner 250 . Each of these components is described below.
- the RMS kernel 230 may be a core application or computer program (e.g., an operating system) executing on the underlying hardware (e.g., one or more integrated circuits) of the RMS 200 .
- the RMS kernel 230 may include functionality to: (i) generate, store, and retrieve golden containers (described below); (ii) create containers based on a golden container of the same application type; (iii) delete or reassign containers as honeypots; (iv) generate and feed emulated network traffic to honeypot containers; (v) submit scan requests to, and receive scan responses from, the container scanner 250 ; and (vi) submit track requests to, and receive elapse notifications from, the retention tracker 240 .
- golden containers described below
- the container registry 210 may be a secure repository for storing one or more golden containers 220 -A through 220 -N.
- the container registry 210 may be segmented into one or more logical partitions (not shown), whereby each logical partition may be reserved to store golden containers 220 -A through 220 -N for a particular service implemented on the service platform.
- the container registry 210 may be implemented using any type of storage unit and/or device (e.g., a file system, a database, a collection of tables, or any other storage mechanism). Further, the container registry 210 may be implemented using multiple storage units and/or devices, which may or may not be of the same type or located at the same physical site.
- the container registry 210 may be implemented using persistent (i.e., non-volatile) storage media such as, for example, optical storage, magnetic storage, NAND Flash Memory, NOR Flash Memory, Magnetic Random Access Memory (M-RAM), Spin Torque Magnetic RAM (ST-MRAM), Phase Change Memory (PCM), or any other memory defined as a non-volatile Storage Class Memory (SCM).
- persistent (i.e., non-volatile) storage media such as, for example, optical storage, magnetic storage, NAND Flash Memory, NOR Flash Memory, Magnetic Random Access Memory (M-RAM), Spin Torque Magnetic RAM (ST-MRAM), Phase Change Memory (PCM), or any other memory defined as a non-volatile Storage Class Memory (SCM).
- SCM non-volatile Storage Class Memory
- a golden container 220 may be a template for all containers of a specific application type that implement at least a portion of a service deployed through the service platform.
- a golden container 220 may be a version (i.e., snapshot at a given time) of a cloned container belonging to a specific application type and used in the implementation of a service.
- a golden container 220 may be used as a template for the generation of new containers of that specific application type towards implementing at least a portion of the service.
- a container (and subsequently, a golden container 220 ) may be associated with a front-end application type, a back-end application type, or a database application type.
- a golden container 220 may include all the libraries, tools, and software needed to support the functionalities and/or responsibilities of a container assigned to their specific application type and towards implementing at least their portion of a service. Further, in one embodiment of the disclosure, a golden container 220 may also be referred to as a golden image or a master image/container.
- the retention tracker 240 may be a computer process (or an instance of a computer program) executing on the RMS 200 . Specifically, the retention tracker 240 may be a computer process dedicated towards the management of container retention times.
- a container retention time may refer to a duration of time (e.g., minutes, hours, etc.) specifying the lifespan of a container executing on the service platform.
- the retention tracker 240 may include functionality to: (i) receive track requests from the RMS kernel 230 ; (ii) in response to receiving track requests, initialize and track the retention time for one or more containers actively executing on the service platform; and (iii) when a retention time for a container elapses, plus any predefined session dilution time, generate and transmit an elapse notification to the RMS kernel 230 .
- the container scanner 250 may be a computer process (or an instance of a computer program) executing on the RMS 200 .
- the container scanner 250 may be a computer process dedicated towards the validation of containers.
- Validation of a container may refer to determining whether the container includes computer readable program code consistent with malicious activity, and/or whether the container exhibits anomalous behavior.
- the container scanner 250 may include functionality to: (i) maintain and update a library of digital signatures (e.g., patterns of data) unique to one or more known cyber threats and/or attacks; (ii) generate models of the intended behavior (e.g., normal operation) of one or more containers executing on the service platform; (iii) receive scan requests from the RMS kernel 230 specifying container IDs; (iv) in response to receiving scan requests, subject containers to one or more misuse and/or anomaly detection algorithms; (v) based on a matching of at least one known digital signature to at least a portion of a container, determine that the container is contaminated; (vi) based on at least one deviation from a model exhibited by an active container, determine that the container is contaminated; (vii) based on not one match to a known digital signature to at least a portion of a container and based on observing no deviations in behavior exhibited by a container with respect to a model of the container, determine that the container is clean;
- golden containers 200 and container registries 210 See, for example, U.S. patent application Ser. No. 15/664,719 (now U.S. Pat. No. 10,333,951), filed Jul. 31, 2017, entitled “Method and System for Implementing Golden Container Storage,” incorporated by reference herein in its entirety.
- container registry 210 may be implemented, at least in part, using the Docker hub container registry, from Docker, Inc.
- a Kubernetes Container Orchestration Engine (COE) (see, e.g., https://kubernetes.io/) may be employed to automate deployment, scaling, and management of the containerized applications.
- COE Kubernetes Container Orchestration Engine
- FIG. 3 is a flow chart illustrating an exemplary implementation of a new container creation process 300 , according to one embodiment of the disclosure.
- the exemplary new container creation process 300 initially instructs the load balancer 420 ( FIG. 4 ) to stop sending new sessions to the selected container during step 305 .
- the retention tracker 240 issues an elapse notification during step 305 to the RMS kernel 230 .
- the elapse notification may include, for example, a container identifier that uniquely identifies the container 140 associated with the elapsed retention time (e.g., the old container).
- the RMS kernel 230 obtains a golden container 220 from the container registry 210 during step 310 , e.g., based on the application type.
- the golden container 220 obtained from the container registry 210 may be of the same application type as the old container (e.g., selected container 140 ). More specifically, the obtained golden container 220 may be retrieved from a logical partition reserved for the specific service that the old container is or has been, at least in part, implementing.
- the RMS kernel 230 generates a new container, based on the obtained golden container 220 .
- the RMS kernel 230 may generate the new container 140 based on the template outlined by the golden container 220 (obtained in step 310 ).
- the new container may be generated as a substitute for the old container, whose predefined retention time had elapsed through a determination performed in step 320 , and accordingly, may be associated with the same application type as the old container and the golden container.
- the RMS kernel 230 assigns an Internet Protocol (IP) address to the new container (generated in step 320 ).
- IP Internet Protocol
- a new IP address is assigned rather than transferring the existing IP address associated with the old container to the new container.
- a new IP address may be assigned to the new container as an MTD measure (described above).
- the RMS kernel 230 may further assign a media access control (MAC) address to the new container.
- the MAC address may be a new MAC address rather than the existing MAC address associated with the old container.
- the new MAC address may be assigned to the new container as another MTD measure.
- the new container is then activated in the service platform 120 during step 340 .
- the RMS kernel 230 can connect the new container into the service platform 120 .
- the new container may be directed to a pod on the service platform 120 that implements the service that the old container may be, at least in part, implementing.
- the new container replaces the old container, thereby assuming one or more functionalities of the service, which may have been implemented by the old container.
- the RMS kernel 230 disconnects the old container from the service platform 120 .
- the old container may be deleted, leading to the deallocation of server computing resources expended towards implementing the old container.
- FIG. 4 illustrates an exemplary container environment 400 , according to some embodiments of the disclosure.
- a web service is deployed to three containers 450 - 1 through 450 - 3 .
- the containers 450 - 1 through 450 - 3 each have a unique IP address, and provide a service to a load balancer 420 . It is typically desirable to load balance between the containers 450 - 1 through 450 - 3 , for example, using a proxy or a load balancer.
- load balancer 420 receives external IP communications 410 for the service and load balances the traffic for the service among containers 450 - 1 through 450 - 3 , using a bridge 430 . It noted that only front-end application type containers 140 - fe are expected to have external IP communications 410 .
- the load balancer 420 may be implemented, for example, as a Google load balancer or a Microsoft Azure load balancer.
- FIG. 5 illustrates container 450 - 1 of FIG. 4 , during the predefined session dilution time of the container 450 - 1 , according to an embodiment of the disclosure.
- the session dilution time has been selected to allow existing sessions to finish before the container 450 - 1 is disconnected from the service platform 120 .
- the load balancer 420 sets the container 450 - 1 to a disabled status, such that the existing sessions will be processed, but the load balancer 420 will not send any new sessions to the disabled container 450 - 1 .
- load balancer 420 when load balancer 420 receives new external IP communications 410 for the service the load balancer 420 will load balance the new session traffic for the service only among containers 450 - 2 and 450 - 3 , using bridge 430 , until a new container is activated to replace the disabled container 450 - 1 .
- FIG. 6 illustrates container 450 - 1 of FIG. 4 , during the Honeypot role of the container 450 - 1 , according to an embodiment of the disclosure.
- the load balancer 420 will not send any new sessions to the disabled container 450 - 1 .
- no session traffic should be sent to the disabled container 450 - 1 , and any traffic to the disabled container 450 - 1 (now in the role of a Honeypot) is considered malicious or anomalous traffic.
- the RMS kernel 230 While the RMS kernel 230 is maintaining and monitoring the container 450 - 1 as a Honeypot, and the RMS kernel 230 detects traffic being sent to the disabled container 450 - 1 , the RMS kernel 230 raises an alert because there should not be any communications to the container 450 - 1 . Such malicious or anomalous traffic would be sent to the disabled container 450 - 1 (now a Honeypot) through a routing table, or a Web Application Firewall (WAF).
- WAF Web Application Firewall
- FIG. 7 is a flow chart illustrating an exemplary implementation of an MTD network level change process 700 for stateful applications, according to one embodiment of the disclosure.
- the exemplary MTD network level change process 700 initially identifies a first application (e.g., a stateful application having persistent state storage), requiring network level changes, listening to a first port or a first network address during step 710 .
- the exemplary MTD network level change process 700 notifies the first application to listen to a second port or a second network address (for example, using an incoming rule in a routing table employed by the first application).
- the exemplary MTD network level change process 700 notifies another application during step 730 that the first application is now listening to the second port or network address (for example, using an infrastructure management tool, discussed below). Finally, the first application is notified during step 740 to unlisten to the first port or first network address.
- the first application of the exemplary MTD network level change process 700 can operate in a substantially continuous manner during the change from listening to the first port (or first network address) and listening to the second port (or second network address).
- communications for the first port (or the first network address) are optionally routed to a honeypot listener to generate alerts, for example, based on predefined policies and/or rules.
- the first application listens to an internal fixed port (or an internal fixed network address) and a routing table exposes the first port (or the first network address) and communications to the first port (or the first network address) are forwarded to the internal fixed port (or the internal fixed network address) until the first application is notified to listen to the second port (or the second network address).
- the first application can unlisten to the first port (or the first network address) by updating the routing table to expose the second port (or the second network address) and communications to the second port (or the second network address) are forwarded to the internal fixed port (or the internal fixed network address).
- Infrastructure management tools such as PuppetTM, ChefTM, AnsibleTM and/or SaltStackTM infrastructure management tools, involve many operational components, such as data, processes, networks, operating platforms, equipment and devices.
- Configuration management encompasses the practices and tooling to automate the delivery and operation of infrastructure.
- Configuration management tools model infrastructure, monitor and enforce configurations, and remediate unexpected changes or configuration changes, in a known manner.
- Puppet is employed as a representative infrastructure management tool, other infrastructure management tools can be employed, as would be apparent to a person of ordinary skill in the art.
- FIG. 8 illustrates exemplary pseudo code 800 for the exemplary MTD network level change process 700 of FIG. 7 , according to one embodiment of the disclosure. Assume that x_(i, t) in FIG. 8 indicates a port x of an application i at a time t.
- An additional and optional step is to route port x to a honeypot listener and to generate alerts when new packets arrive.
- a stateful application does not have to be restarted following any of the steps in the exemplary pseudo code 800 of FIG. 8 .
- other applications that depend on the stateful application may be restarted to be loaded with the new configuration to communicate with the stateful application at the new port or address.
- FIGS. 9 through 11 illustrate various stages in the life cycle of a stateful application, according to some embodiments of the disclosure.
- FIG. 9 illustrates an exemplary stateful application environment 900 , according to some embodiments of the disclosure.
- the exemplary stateful application environment 900 comprises a web service 920 , a backend application 930 , a log server 940 and a SQL server 950 .
- a database web service 920 exposes a number of database functions, and the implementation of those functions gets executed on the backend by means of the backend application 930 .
- the exemplary backend application 930 may serve multiple applications, in a known manner.
- front-end (fe) application type containers 140 - fe may be representative of server computing resources dedicated towards facilitating the interaction between a service and a user, or a service and another service.
- back-end (be) application type containers 140 - be may be representative of server computing resources dedicated towards implementing the functional logic and operations supporting a service.
- pet servers such as SQL server 950
- pet servers can often be easily mapped by an attacker, such as attacker 905 , because their address or ports are static and do not change often.
- the disclosed MTD strategies are implemented by changing a network resource map using the disclosed network level MTD change techniques without interfering with organizational processes or shutting down any services.
- the attacker has acquired attacker information 910 during a reconnaissance phase indicating that the backend application 930 is assigned an IP address and port of 192.168.1.3:8080 and SQL server 950 is assigned an IP address and port of 192.168.1.4:1433.
- FIG. 10 illustrates the exemplary stateful application environment 900 of FIG. 9 , during a network level MTD change (e.g., a port assignment change of the exemplary SQL server 950 ), according to an embodiment of the disclosure.
- a network level MTD change e.g., a port assignment change of the exemplary SQL server 950
- the port assignment of port 1433 for the SQL server 950 is no longer relevant, as the port assignment is being changed from an exemplary port assignment of port 1433 to an exemplary port assignment of port 1435 .
- like-numbered elements that appear in both FIGS. 9 and 10 implement substantially similar functionality.
- the disclosed network level MTD changes are implemented using an exemplary infrastructure management tool 1020 , such as the PuppetTM tool, referenced above.
- the SQL server 950 internally listen to a fixed port (or a fixed network address) that is not exposed externally and a routing table exposes port 1433 (or a network address) that are forwarded to the internal fixed port (or an internal fixed network address).
- the exemplary infrastructure management tool 1020 notifies the SQL server 950 to update the routing table to expose the new port (port 1435 ) (or network address).
- the exemplary infrastructure management tool 1020 notifies the backend application 930 to update the service port for the SQL server 950 to port 1435 (for example, using an outgoing rule).
- the backend application 930 receives requests from a front-end application and processes the requests. In order to process the received requests, the backend application 930 inserts and/or obtains information from the SQL server 950 .
- old connections are been closed and new connections are opened to the new port (or address) of the SQL server 950 .
- the connections from the backend applications 930 that target the SQL server 950 are opened to the new port (or address)
- the exemplary infrastructure management tool 1020 notifies the SQL server 950 to block port 1433 (e.g., unlisten).
- FIG. 11 illustrates the exemplary stateful application environment 900 of FIG. 9 , during a network level MTD change (e.g., a port assignment change of the exemplary SQL server 950 ) when a honeypot listener is employed, according to at least one embodiment of the disclosure.
- a network level MTD change e.g., a port assignment change of the exemplary SQL server 950
- the port assignment of port 1433 for the SQL server 950 is no longer relevant, as the port assignment is being changed from an exemplary port assignment of port 1433 to an exemplary port assignment of port 1435 (in a similar manner as FIG. 10 ).
- like-numbered elements that appear in both FIGS. 9 through 11 implement substantially similar functionality.
- step 1110 the exemplary infrastructure management tool 1020 notifies the SQL server 950 to set the honeypot to listen to port 1433 . Thereafter, assume that during step 1120 , the exemplary attacker 905 attempts to send a malformed payload to the SQL server 950 via port 1433 (now outdated). Thus, the SQL server 950 will send a critical alert to the log server 940 during step 1130 .
- FIGS. 9 through 11 are illustrated in the context of front-end application type containers 140 - fe representing server computing resources dedicated towards facilitating the interaction between a service (e.g., database web service 920 ) and a user (or another service) and back-end application type containers 140 - be supporting backend application(s) 930
- a service e.g., database web service 920
- back-end application type containers 140 - be supporting backend application(s) 930
- the disclosed network level MTD change techniques can also be deployed as a service and balanced by a load balancer (e.g., load balancer 420 of FIGS. 4 through 6 ).
- the application instance network address is not static but the other applications approach the service via the load balancer 420 (or another intermediary node) with a constant address.
- the load balancer 420 is updated with a new port or address using the disclosed network level MTD change techniques (e.g., the load balancer 420 is treated as the SQL server 950 in the examples of FIGS. 9-11 to protect the load balancer 420 , and the applications are updated with the new port/address information for the load balancer 420 ).
- One or more embodiments of the disclosure provide methods and apparatus for managing network level MTD changes for stateful applications.
- techniques are provided for implementing MTD computer security techniques using network level changes for stateful applications that do not require downtime of the applications.
- the disclosed MTD strategies are implemented in a network layer for stateful applications and container-based and non-containerized applications without having to restart the applications.
- the disclosed techniques for network level MTD changes may be implemented using one or more processing platforms.
- One or more of the processing modules or other components may therefore each run on a computer, storage device or other processing platform element.
- a given such element may be viewed as an example of what is more generally referred to herein as a “processing device.”
- illustrative embodiments disclosed herein can provide a number of significant advantages relative to conventional arrangements. It is to be appreciated that the particular advantages described above and elsewhere herein are associated with particular illustrative embodiments and need not be present in other embodiments. Also, the particular types of information processing system features and functionality as illustrated and described herein are exemplary only, and numerous other arrangements may be used in other embodiments.
- compute services can be offered to cloud infrastructure tenants or other system users as a Platform as a Service (PaaS) offering, although numerous alternative arrangements are possible.
- PaaS Platform as a Service
- the cloud infrastructure further comprises sets of applications running on respective ones of the virtual machines under the control of the hypervisor. It is also possible to use multiple hypervisors each providing a set of virtual machines using at least one underlying physical machine. Different sets of virtual machines provided by one or more hypervisors may be utilized in configuring multiple instances of various components of the system.
- cloud infrastructure can be used to provide what is also referred to herein as a multi-tenant environment.
- One or more system components such as a container life cycle management system 100 , or portions thereof, are illustratively implemented for use by tenants of such a multi-tenant environment.
- Cloud infrastructure as disclosed herein can include cloud-based systems such as Amazon Web Services (AWS), Google Cloud Platfoi (GCP) and Microsoft Azure.
- Virtual machines provided in such systems can be used to implement at least portions of a network level MTD changes platform in illustrative embodiments.
- the cloud-based systems can include object stores such as Amazon S3, GCP Cloud Storage, and Microsoft Azure Blob Storage.
- the container registry 210 may be implemented, at least in part, using the Docker hub container registry, from Docker, Inc.; and in one or more embodiments, the Kubernetes Container Orchestration Engine (COE) (see, e.g., https://kubernetes.io/) may be employed to automate deployment, scaling, and management of the containerized applications.
- COE Kubernetes Container Orchestration Engine
- the cloud infrastructure additionally or alternatively comprises a plurality of containers implemented using container host devices.
- a given container of cloud infrastructure illustratively comprises a Docker container or other type of Linux Container (LXC).
- LXC Linux Container
- the containers may run on virtual machines in a multi-tenant environment, although other arrangements are possible.
- the containers may be utilized to implement a variety of different types of functionality within the network level MTD change devices.
- containers can be used to implement respective processing devices providing compute services of a cloud-based system.
- containers may be used in combination with other virtualization infrastructure such as virtual machines implemented using a hypervisor.
- processing platforms will now be described in greater detail with reference to FIGS. 12 and 13 . These platforms may also be used to implement at least portions of other information processing systems in other embodiments.
- FIG. 12 shows an example processing platform comprising cloud infrastructure 1200 .
- the cloud infrastructure 1200 comprises a combination of physical and virtual processing resources that may be utilized to implement at least a portion of the container life cycle management system 100 .
- the cloud infrastructure 1200 comprises multiple virtual machines (VMs) and/or container sets 1202 - 1 , 1202 - 2 , . . . 1202 -L implemented using virtualization infrastructure 1204 .
- the virtualization infrastructure 1204 runs on physical infrastructure 1205 , and illustratively comprises one or more hypervisors and/or operating system level virtualization infrastructure.
- the operating system level virtualization infrastructure illustratively comprises kernel control groups of a Linux operating system or other type of operating system.
- the cloud infrastructure 1200 further comprises sets of applications 1210 - 1 , 1210 - 2 , . . . 1210 -L running on respective ones of the VMs/container sets 1202 - 1 , 1202 - 2 , . . . 1202 -L under the control of the virtualization infrastructure 1204 .
- the VMs/container sets 1202 may comprise respective VMs, respective sets of one or more containers, or respective sets of one or more containers running in VMs.
- the VMs/container sets 1202 comprise respective VMs implemented using virtualization infrastructure 1204 that comprises at least one hypervisor.
- Such implementations can provide network level MTD changes functionality for stateful applications of the type described above for one or more processes running on a given one of the VMs.
- each of the VMs can implement network level MTD change control logic for one or more processes running on that particular VM.
- hypervisor platform that may be used to implement a hypervisor within the virtualization infrastructure 1204 is the VMware® vSphere® which may have an associated virtual infrastructure management system such as the VMware® vCenterTM.
- the underlying physical machines may comprise one or more distributed processing platforms that include one or more storage systems.
- the VMs/container sets 1202 comprise respective containers implemented using virtualization infrastructure 1204 that provides operating system level virtualization functionality, such as support for Docker containers running on bare metal hosts, or Docker containers running on VMs.
- the containers are illustratively implemented using respective kernel control groups of the operating system.
- Such implementations can provide network level MTD change functionality of the type described above for one or more processes running on different ones of the containers.
- a container host device supporting multiple containers of one or more container sets can implement one or more instances of network level MTD change control logic and associated routing tables for use in making network level MTD changes for stateful applications.
- one or more of the processing modules or other components of container life cycle management system 100 may each run on a computer, server, storage device or other processing platform element.
- a given such element may be viewed as an example of what is more generally referred to herein as a “processing device.”
- the cloud infrastructure 1200 shown in FIG. 12 may represent at least a portion of one processing platform.
- the processing platform 1300 comprises at least a portion of the given system and includes a plurality of processing devices, denoted 1302 - 1 , 1302 - 2 , 1302 - 3 , . . . 1302 -K, which communicate with one another over a network 1304 .
- the network 1304 may comprise any type of network, such as a wireless area network (WAN), a local area network (LAN), a satellite network, a telephone or cable network, a cellular network, a wireless network such as WiFi or WiMAX, or various portions or combinations of these and other types of networks.
- the processing device 1302 - 1 in the processing platform 1300 comprises a processor 1310 coupled to a memory 1312 .
- the processor 1310 may comprise a microprocessor, a microcontroller, an application specific integrated circuit (ASIC), a field programmable gate array (FPGA) or other type of processing circuitry, as well as portions or combinations of such circuitry elements, and the memory 1312 , which may be viewed as an example of a “processor-readable storage media” storing executable program code of one or more software programs.
- Articles of manufacture comprising such processor-readable storage media are considered illustrative embodiments.
- a given such article of manufacture may comprise, for example, a storage array, a storage disk or an integrated circuit containing RAM, ROM or other electronic memory, or any of a wide variety of other types of computer program products.
- the term “article of manufacture” as used herein should be understood to exclude transitory, propagating signals. Numerous other types of computer program products comprising processor-readable storage media can be used.
- network interface circuitry 1314 is included in the processing device 1302 - 1 , which is used to interface the processing device with the network 1304 and other system components, and may comprise conventional transceivers.
- the other processing devices 1302 of the processing platform 1300 are assumed to be configured in a manner similar to that shown for processing device 1302 - 1 in the figure.
- processing platform 1300 shown in the figure is presented by way of example only, and the given system may include additional or alternative processing platforms, as well as numerous distinct processing platforms in any combination, with each such platform comprising one or more computers, storage devices or other processing devices.
- Container life cycle management system 100 may be collectively implemented on a common processing platform of the types shown in FIGS. 12 and 13 , or each such element may be implemented on a separate processing platform.
- processing platforms used to implement illustrative embodiments can comprise different types of virtualization infrastructure, in place of or in addition to virtualization infrastructure comprising virtual machines.
- virtualization infrastructure illustratively includes container-based virtualization infrastructure configured to provide Docker containers or other types of LXCs.
- portions of a given processing platform in some embodiments can comprise converged infrastructure such as VxRailTM, VxRackTM, VxBlockTM, or Vblock® converged infrastructure commercially available from VCE, the Virtual Computing Environment Company, now the Converged Platform and Solutions Division of Dell EMC.
- VxRailTM, VxRackTM, VxBlockTM, or Vblock® converged infrastructure commercially available from VCE, the Virtual Computing Environment Company, now the Converged Platform and Solutions Division of Dell EMC.
- components of an information processing system as disclosed herein can be implemented at least in part in the form of one or more software programs stored in memory and executed by a processor of a processing device.
- a processor of a processing device For example, at least portions of the functionality of the flow charts and/or pseudo code shown in FIGS. 3, 7 and 8 are illustratively implemented in the form of software running on one or more processing devices.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- General Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Multimedia (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
-
- 1. Change each application i to listen to a new port y. (x_(i, t)→y_(i, t+Δt) where x≠y). In Linux OS, for example, the change can be implemented by inserting a new rule to a prerouting chain of the network address translation table (NAT) table of the IP table.
- 2. Change each application j≠i to reach application i via port y by updating the configuration of the application or another valid way which update the application to open new connection via port y.
- 3. After finishing configuration of all other applications with the new ports (in step 2), application i is set to unlisten to port x.
Claims (20)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/145,529 US11005886B2 (en) | 2018-09-28 | 2018-09-28 | Moving target defense with network level changes providing substantially continuous access to applications |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/145,529 US11005886B2 (en) | 2018-09-28 | 2018-09-28 | Moving target defense with network level changes providing substantially continuous access to applications |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20200106807A1 US20200106807A1 (en) | 2020-04-02 |
| US11005886B2 true US11005886B2 (en) | 2021-05-11 |
Family
ID=69945326
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US16/145,529 Active 2039-09-17 US11005886B2 (en) | 2018-09-28 | 2018-09-28 | Moving target defense with network level changes providing substantially continuous access to applications |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US11005886B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11595350B2 (en) * | 2020-05-08 | 2023-02-28 | Ribbon Communications Operating Company, Inc. | Networking as a service |
| WO2025078003A1 (en) * | 2023-10-11 | 2025-04-17 | Telefonaktiebolaget Lm Ericsson (Publ) | Pod management with stateful data |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160065612A1 (en) * | 2014-08-29 | 2016-03-03 | Uchicago Argonne, Llc | Multiple operating system rotation environment moving target defense |
| EP3276904A1 (en) * | 2016-07-29 | 2018-01-31 | Deutsche Telekom AG | Method and system for mtd |
| US20190052675A1 (en) * | 2017-08-09 | 2019-02-14 | Sap Se | Automated lifecycle system operations for threat mitigation |
| US10333951B1 (en) * | 2017-07-31 | 2019-06-25 | EMC IP Holding Company LLC | Method and system for implementing golden container storage |
| US10681057B2 (en) * | 2014-09-08 | 2020-06-09 | Rheinmetall Defence Electronics Gmbh | Device and method for controlling a communication network |
-
2018
- 2018-09-28 US US16/145,529 patent/US11005886B2/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160065612A1 (en) * | 2014-08-29 | 2016-03-03 | Uchicago Argonne, Llc | Multiple operating system rotation environment moving target defense |
| US10681057B2 (en) * | 2014-09-08 | 2020-06-09 | Rheinmetall Defence Electronics Gmbh | Device and method for controlling a communication network |
| EP3276904A1 (en) * | 2016-07-29 | 2018-01-31 | Deutsche Telekom AG | Method and system for mtd |
| US10333951B1 (en) * | 2017-07-31 | 2019-06-25 | EMC IP Holding Company LLC | Method and system for implementing golden container storage |
| US20190052675A1 (en) * | 2017-08-09 | 2019-02-14 | Sap Se | Automated lifecycle system operations for threat mitigation |
Non-Patent Citations (4)
| Title |
|---|
| "NAT—Network Address Translation", NAT with Linux and iptables—Tutorial (Introduction), downloaded from https://www.karlrupp.net/en/computer/nat_tutorial on Sep. 13, 2018. |
| U.S. Appl. No. 15/797,597 entitled "Container Life Cycle Management with Honeypot Service" filed Oct. 30, 2017. |
| U.S. Appl. No. 15/797,601 entitled "Container Life Cycle Management with Retention Rate Adjustment Based on Detected Anomalies" filed Oct. 30, 2017. |
| U.S. Appl. No. 15/797,609 entitled "Container Life Cycle Management with Session Dilution Time" filed Oct. 30, 2017. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20200106807A1 (en) | 2020-04-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11134098B1 (en) | Container life cycle management with session dilution time | |
| US11496387B2 (en) | Auto re-segmentation to assign new applications in a microsegmented network | |
| US11792194B2 (en) | Microsegmentation for serverless computing | |
| US11520792B2 (en) | Distributed cardinality optimization | |
| US10951651B1 (en) | Container life cycle management with retention rate adjustment based on detected anomalies | |
| KR102569766B1 (en) | Dynamic, load-based, auto-scaling network security microservices architecture | |
| US10375121B2 (en) | Micro-segmentation in virtualized computing environments | |
| US9935829B1 (en) | Scalable packet processing service | |
| US11588859B2 (en) | Identity-based enforcement of network communication in serverless workloads | |
| US10333951B1 (en) | Method and system for implementing golden container storage | |
| US10791144B1 (en) | Container life cycle management with honeypot service | |
| US8843914B1 (en) | Distributed update service | |
| JP2023524235A (en) | IoT device detection and identification | |
| US20220201041A1 (en) | Administrative policy override in microsegmentation | |
| US20140283079A1 (en) | Stem cell grid | |
| US10666508B2 (en) | Unified software defined networking configuration management over multiple hosting environments | |
| EP3788480A1 (en) | Function portability for services hubs using a function checkpoint | |
| US10798218B2 (en) | Environment isolation method and device | |
| US10084652B2 (en) | Customizing network configuration of virtual machines using subnet mapping rules | |
| US12244643B2 (en) | Software security agent updates via microcode | |
| CN107257332B (en) | Timing Management in Large Firewall Clusters | |
| JP2019523507A (en) | System and method for stateless processing in a fault tolerant microservice environment | |
| US12452210B2 (en) | Synthetic audit events in workload segmentation | |
| US11838374B2 (en) | Remote network management infrastructure for cloud-based deployments | |
| US12255923B2 (en) | Stream processing of telemetry for a network topology |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: EMC IP HOLDING COMPANY LLC, MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ZAMIR, AMOS;GOLAN, ORON;SHEMER, JEHUDA;AND OTHERS;SIGNING DATES FROM 20180926 TO 20180927;REEL/FRAME:047004/0118 |
|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 |
|
| AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:053546/0001 Effective date: 20200409 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: AWAITING TC RESP, ISSUE FEE PAYMENT VERIFIED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| AS | Assignment |
Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |