Learn from your attackers with a high interactivity SSH Honey Pot
11–20 of 21 posts
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#12Was halfway expecting a GPT-2 model trained to act like a bash shell.
> root ~# ps aux | grep btrfs ./bash-4.2.5/bash-4.2.5.bash.bash 377 1011 root 2 0 9:32 ? 00:00:00 /usr/lib/btrfs/initroot.sh : No such file or directory ./bash-4.2.5/bash-4.2.5.bash.bash 377 1006 root 2 0 9:32 ? 00:00:00 /usr/lib/btrfs/shm_btrfs_show.sh : No such file or directory ./bash-4.2.5/bash-4.2.5.bash.bash 377 1006 root 2 0 9:32 ? 00:00:00 /
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#13My experience with kippo was that it basically didn’t work. They’d come in and run a few commands and then ghost. I figured they had some easy way to find out if they were inside a honeypot that’s was immediately obvious to me.
in this case: check if a directory /home/honssh exists to detect that it's a honeypot?
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#14Hug of death? Try: https://web.archive.org/web/20200104032004/https://www.rober...
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#15Hug of death? Try: https://web.archive.org/web/20200104032004/https://www.rober...
Yes, it seems I did not anticipate such traffic and my autoscaling settings did not allow the front end web servers pool to expand big enough. It is times like this I wonder why I switched back to WordPress compared to hosting statically generated content on S3 + Cloud Front :-(. It should be back now, apologies.
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#16Earlier quoted context omitted.
Yes, it seems I did not anticipate such traffic and my autoscaling settings did not allow the front end web servers pool to expand big enough. It is times like this I wonder why I switched back to WordPress compared to hosting statically generated content on S3 + Cloud Front :-(. It should be back now, apologies.
Installing a caching plugin and turning it all the way up should solve most of your problems. There is no real need for every request to hit the DB.
Yep, the site already uses a caching plugin (w3TotalCache) and it is configured with memcached at the backend. Unfortunately, even with this the site still makes a couple of DB calls with each page load, but nowhere near as many as without the caching. Maybe I'll shove varnish in front of it too for good measure :joy:
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#17Re: Learn from your attackers with a high interactivity SSH Honey Pot
#18Earlier quoted context omitted.
Installing a caching plugin and turning it all the way up should solve most of your problems. There is no real need for every request to hit the DB.
Hello, Yep, the site already uses a caching plugin (w3TotalCache) and it is configured with memcached at the backend. Unfortunately, even with this the site still makes a couple of DB calls with each page load, but nowhere near as many as without the caching. Maybe I'll shove varnish in front of it too for good measure :joy:
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#19Earlier quoted context omitted.
Hello, Yep, the site already uses a caching plugin (w3TotalCache) and it is configured with memcached at the backend. Unfortunately, even with this the site still makes a couple of DB calls with each page load, but nowhere near as many as without the caching. Maybe I'll shove varnish in front of it too for good measure :joy:
If you're using nginx (haven't checked it) microcaching for a bunch of seconds, let's say five seconds, can solve most of this problems and you don't need to add more components.
Re: Learn from your attackers with a high interactivity SSH Honey Pot
#20Earlier quoted context omitted.
If you're using nginx (haven't checked it) microcaching for a bunch of seconds, let's say five seconds, can solve most of this problems and you don't need to add more components.
Nope sorry, still using Apache 2. :-|
https://portal.cloudunboxed.net/knowledgebase/33/Nginx-like-...