Update content/posts/honeypot.md
This commit is contained in:
parent
1abd583c77
commit
7b6cf882a6
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = 'Running an SSH honeypot to troll skids'
|
||||
date = 2025-01-03T11:10:19+02:00
|
||||
draft = true
|
||||
draft = false
|
||||
+++
|
||||
|
||||
If you've ever looked at a public server's SSH logs, you would have probably found tens of failed connections from IP addresses you are not associated with. Those are bots that are trying to bruteforce their way into your Linux bots. An easy way you can change this is by changing the SSH port, but that's just lame. What you should do is do a *little bit of trolling*. So today, we'll be configuring `sshesame` to listen on port 22 and some other common ssh ports.
|
||||
|
@ -84,3 +84,7 @@ WantedBy=multi-user.target
|
|||
systemctl daemon-reload
|
||||
systemctl enable --now sshesame
|
||||
```
|
||||
|
||||
And now you can have skids waste their time hacking your box. Yay!
|
||||
|
||||
P.S. Happy 2025
|
Loading…
Add table
Add a link
Reference in a new issue