Hacker News new | ask | show | jobs
by thinkmassive 3506 days ago
I know the author is pitching the immutable infrastructure side, which definitely has its merits. But the ability to so easily diff the image and running state of a container also opens some intriguing opportunities for honeypot automation.

Are there any open source solutions that already take advantage of features like this? Or are those mostly kept secret for security and business reasons at this time?

1 comments

Intriguing indeed. Something like when a write happens, instead of just plain blocking it redirect the write to a honeypot environment and send out an alert. Sure, that won't fool a good attacker for a very long time, but would be interesting to capture various drive-by and skriptkiddie attacks.