ssh-honeypotd is a low-interaction SSH honeypot implemented in C that simulates an SSH service to attract and log unauthorized access attempts. The tool operates by binding to a specified IP address and port (defaulting to 0.0.0.0:22) and presents itself as a legitimate SSH service to potential attackers. It supports various host key types including RSA, DSA, ECDSA, and ED25519 for authentication simulation. Key operational features include: - Configurable binding address and port settings - Support for multiple host key formats for realistic SSH service emulation - Privilege dropping capabilities to run under specified user and group accounts - Daemon mode operation with PID file management for background execution - Syslog integration for centralized logging with customizable daemon naming - Foreground mode option for debugging and testing purposes The honeypot requires minimal configuration and can automatically generate host keys when compiled against newer libssh versions (0.8.0+). For older libssh versions, manual host key specification is required through the -k option. Security considerations include the ability to drop privileges after startup and run under non-privileged user accounts to minimize system exposure. The tool logs all interaction attempts through syslog, enabling security teams to monitor and analyze attack patterns targeting SSH services.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A combination of honeypot, monitoring tool, and alerting system for detecting insecure configurations.
A low-interaction honeypot to detect and analyze attempts to exploit the CVE-2017-10271 vulnerability in Oracle WebLogic Server
A honeypot tool to detect and log CVE-2019-19781 scan and exploitation attempts.
A plugin repository that extends the Honeycomb honeypot framework with additional features and capabilities for enhanced threat detection and analysis.
A low-interaction SSH authentication logging honeypot that logs all authentication attempts in JSON format.
A low interaction honeypot to detect CVE-2018-2636 in Oracle Hospitality Applications.