Runs a fake SSH server on port 22 and sends push notifications when someone tries to login. ``` Runs a fake SSH server on port 22 When people try and login, and you've got it configured, you'll get a push notification to your phone Attempts are cached, you'll only get one per IP. So someone hammering your server won't result in thousands of push notifications. ``` Install: make sudo docker build . sudo docker run -p 22:2022 imageId Bonus points: Add your Pushover keys to conf.json and this will push you notifications when someone new tries to ssh into your server License: MIT
Common questions about Go SSH Honeypot including features, pricing, alternatives, and user reviews.
Go SSH Honeypot is Fake SSH server that sends push notifications for login attempts. It is a Security Operations solution designed to help security teams with SSH.
Go SSH Honeypot is a free Security Operations tool. This makes it accessible for organizations of all sizes, from startups to enterprises. Visit https://github.com/mdp/honeypot.go/ for download and installation instructions.
Popular alternatives to Go SSH Honeypot include:
Compare all Go SSH Honeypot alternatives at https://cybersectools.com/alternatives/go-ssh-honeypot
Go SSH Honeypot is for security teams and organizations that need SSH. It's particularly suitable for small to medium-sized teams looking for cost-effective solutions. Other Security Operations tools can be found at https://cybersectools.com/categories/security-operations
Head-to-head feature, pricing, and rating breakdowns.
A low-interaction SSH authentication logging honeypot that logs all authentication attempts in JSON format.