Docker sandbox for application behavior analysis

Recently, I faced the problem: analyse the network requests and disk access of a JAR package. I tried to search for some ready to use solution, but I couldn’t find anything more simple than to run a Docker container. So, my first thought was: set up a container with a network and file monitor and then start the JAR inside. After some problems and lack of tutorials I found a good solution, that’s not only solved my problem but can be used to solve other problems with the same nature: monitor the behavior of some application inside a container....

May 7, 2021 · 4 min · Polotto