Using this post, http://edgis-security.org/honeypot/kippo-01-getting-started/ , I have setup a SSH Honeypot with Kippo. If you want, you can forward traffic from your own servers to mine and see the results of the SSH capture @ http://info.sethleedy.name/kippo/ Use this in your IPTables to forward your own port 22 traffic to mine @ IP 74.219.241.248.
|
1 |
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 22 -j DNAT --to 74.219.241.248:22 |
|
1 |
iptables -t nat -A POSTROUTING -j MASQUERADE |
Kernels of Insightful Comments, κριτικός & Wisdom