CyberCocoon is a configurable honeypot for Windows written in C/C++. The goal of this project is to log and block (if needed) access to files in the file system as per the user's request. The project consists of two main modules, a minifilter driver and a user application.
- File access log
- Blocking file access
- Customizable through a
config.jsonfile - Userland process protection
This project is licensed under "The Unlicense" License - see the LICENSE.md file for details.