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 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 WordPress plugin that logs failed login attempts to help monitor unauthorized access attempts on WordPress websites.
A combination of honeypot, monitoring tool, and alerting system for detecting insecure configurations.
An Apache 2 based honeypot with detection capabilities specifically designed to identify and analyze Struts CVE-2017-5638 exploitation attempts.
A low-interaction SSH authentication logging honeypot that logs all authentication attempts in JSON format.
A serverless application that creates and monitors fake HTTP endpoints as honeytokens to detect attackers, malicious insiders, and automated threats.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.