Closed aosei37 closed 3 years ago
If we find that we are not collecting enough data, we will shift from recycling all containers every hour to recycling one container after an attacker leaves.
The recycle script stopped all running containers, destroyed them, created new ones based on our four templates (control, files, database, and resources), and started them up again
UPDATE AS OF 10/21/2021
We realized that many things would need to be installed on the containers once recycled and certain services and the MITM had to be restarted as well. So for the final recycle script, we created:
So the final recycle script destroys the running containers and calls the new scripts to complete the full task
This issue describes the progress and any changes to our recycle script