5 ms·
I did a similar implementation in production using DigitalShadows. We basically created "honeywords" in the database at random, and then had DS monitor for thos
by 5706906c06c 9y ago
I did a similar implementation in production using DigitalShadows. We basically created "honeywords" in the database at random, and then had DS monitor for those out in the wild. That included random lines in the source code that didn't do anything other than be used as IoCs.
- haggy 9y agoThis seems miserable to maintain. I feel like maintaining a code base with code in it that is simply there to be grepped in the wild would make it incredibly messy.