Honeypots
Last modified: 2023-01-29
A honeypot is a computer security mechanism set to detect, deflect, or in some manner, counteract attempts at unauthorized use of information systems.
Cowrie
Cowrie is an SSH/Telnet honeypot.
Directories & Files
etc/cowrie.cfg
etc/userdb.txt
var/log/cowrie/
Or we can find the associated files by the following command.
find / -name "*cowrie*" 2>/dev/null
Reconnaissance
# OS
uname -a
cat /etc/issue
# CPU
nproc
cat /proc/cpuinfo
Dionaea
Mailoney
Mailoney is an SMTP honeypot.