- Ubuntu - Dionaea with HTTP
- Ubuntu - Snort
- Ubuntu - Suricata (deleted)
- Ubuntu - Suricata
- Ubuntu - Cowrie
The Deploy (wget) Command for installing a honeypot into a VM and wiring it back to the admin server did not work. The issue is that the external IP address of the admin server is listed two too many times in the command. For example, this is the Deploy Command the MHN admin console provided me for the Dionaea with HTTP honeypot
wget "http://35.202.59.12, 35.202.59.12/api/script/?text=true&script_id=2" -O deploy.sh && sudo bash deploy.sh http://35.202.59.12, 35.202.59.12 MDGRuS3R
However, this is the correct Deploy Command
wget "http://35.202.59.12/api/script/?text=true&script_id=2" -O deploy.sh && sudo bash deploy.sh http://35.202.59.12 MDGRuS3R
A summary of the data collected: number of attacks, number of malware samples, etc.
Note: The "None" sensor listed under TOP 5 Sensors was a duplicate suricata honeypot I accidentally deleted
It's interesting that the country of top attacker IP is unknown. I have not been able to figure out why that is.
