SSH Honeypot Logo

SSH Honeypot

0
Free
Visit Website

This unfortunately named program listens for incoming ssh connections and logs the IP address, username, and password used by the client. It is a low-interaction honeypot that does not allow malware or attackers to login. Originally written to gather rudimentary intelligence on brute force attacks, it is not meant for production usage. It is commonly used at attack/defend CTFs paired with sshunt: https://github.com/droberson/sshunt To set up, make sure headers/development packages are installed for: libssh, openssl, libjson-c, and libpcap. For Linux, run: apt install libssh-dev libjson-c-dev libpcap-dev libssl-dev Build and run with: make ssh-keygen -t rsa -f ./ssh-honeypot.rsa bin/ssh-honeypot -r ./ssh-honeypot.rsa For OSX (experimental/unsupported), ensure xcode is up to date and install libssh and json-c with brew. Specify MakefileOSX with make: make -f MakefileOSX

FEATURES

ALTERNATIVES

HellPot is an endless honeypot that sends unruly HTTP bots to hell with grave consequences.

A low-interaction SSH authentication logging honeypot that logs all authentication attempts in JSON format.

A simple honeypot that collects credentials across various protocols

Building Honeypots for Industrial Networks using Honeyd and simulating SCADA, DCS, and PLC architectures.

Troje is a honeypot that creates a realistic environment within lxc containers to monitor and record traffic and changes to drives.

A low to medium interaction honeypot with a variety of plugins for cybersecurity monitoring.

An easy to set up SSH honeypot for logging SSH connections and activity.

Ansible role for deploying and managing Bifrozt honeypots