MongoDB-HoneyProxy: A Honeypot Proxy For MongoDB Server
When run, this will proxy and log all traffic to a dummy mongodb server. MongoDB-HoneyProxy was created in response to the 'MongoDB Apocolypse'Pre-requisites:
- sudo apt-get install nodejs npm gcc g++
- You'll also need to install MongoDB for this to function, as this project works as a logging proxy.
Cyber Criminals Attacking On Web Databases And Asking To Pay For Ransom
Setup
- Create a MongoDB database. Some good dummy data can be found here. Another good tool is JSON Generator, which generates fake json that can then be converted to bson.
- Then, install the project
cd MongoDB-HoneyProxy
sudo npm install
To run the project, simply use node index.js
Download