marcosrmartin / MTD_Server

GNU General Public License v3.0
0 stars 1 forks source link

Controlador de contenedores #37

Open marcosrmartin opened 8 months ago

marcosrmartin commented 8 months ago

Para llevar a cabo #12 se necesitará un módulo, que, según https://www.proquest.com/docview/2676586037, en 3.5.1.3 Container Controller (CM) deberá: "The container controller is responsible for commissioning and decommissioning nodes in the MTD cluster. The nodes are containers that host a single web server configured from a baseline container image. The CM accepts commands from the port controller. The web servers were isolated using containers to enable reincarnation. Reincarnation is the ability to create a new container with identical configurations to the previously existing container. The container was stopped, removed, and recreated from the same base image. Reincarnation prevents the attacker’s persistence on the host if a vulnerability is successfully exploited. MASS runs on a Virtual Machine (VM) connected to a network and implements the temporal scheduler to swap between web servers. As discussed in the next section, the swap frequency and web server reincarnation can be chosen to balance overhead, reconnaissance, and attack probability."