I'm experimenting with POC where I'm running vulnerable containers and running exploits against them. I want to be able to essentially monitor for all the binaries in GTFObins, so that I can see if someone gets a shell within my container I can see what commands they're running.
Anyone familiar with monitoring running Docker containers / how I could monitor syscalls within a docker container, to see command being run at the operating system level? Something like auditd with container support would be ideal, as I'm hoping to have these events written to a file. Open source tools would be preferred.
If you have any ideas please point me in the right direction.