Securing all those little Linux boxes of joy May 21, 2015 03:42PM |
Registered: 8 years ago Posts: 1,516 |
Re: Securing all those little Linux boxes of joy May 21, 2015 03:57PM |
Admin Registered: 12 years ago Posts: 17,689 |
Re: Securing all those little Linux boxes of joy May 21, 2015 04:28PM |
Registered: 8 years ago Posts: 1,516 |
Re: Securing all those little Linux boxes of joy May 21, 2015 05:19PM |
Registered: 8 years ago Posts: 1,007 |
Re: Securing all those little Linux boxes of joy May 22, 2015 02:50AM |
Admin Registered: 12 years ago Posts: 17,689 |
nmap -p20005 192.168.0.1 (your router local IP here) nmap -p20005 xx.xx.xxx.xx (your WAN IP address here)
Re: Securing all those little Linux boxes of joy May 23, 2015 12:44PM |
Registered: 8 years ago Posts: 1,516 |
Quote
Netgear told SEC that even with NetUSB functionality disabled through the router's configuration UI, the driver is still loaded, and there is no ability either to disable it or to block access to port 20005 in the firewall.
Re: Securing all those little Linux boxes of joy May 24, 2015 12:15AM |
Registered: 8 years ago Posts: 1,516 |
Re: Securing all those little Linux boxes of joy May 24, 2015 07:14AM |
Registered: 8 years ago Posts: 63 |
For the past few months I've been successfully running a simple setup for ssh as described in http://forum.doozan.com/read.php?2,20609,20799#msg-20799 that auto-blacklists attackers for a couple of hours, long enough to make organized Asian botnets as well as juvenile miscreants lose interest (but prevents the legitimate owners from locking themselves out permanently in case of connection issues).Quote
JoeyPogoPlugE02All the contents I'm guarding is garden-variety family media anyway, not like I'm guarding bad stuff, just hate the idea of being intruded, and by some neighborhood punk troublemaker - I have no doubt everyone can relate.Quote
Gravelrash
you could build yourself and Intrusion Detection System..... that would be one heck of a use for a pplug. a nightmare build tho.
watch -d -n 2 iptables -nvxL cat /proc/net/xt_recent/SSHbruteCould of course be expanded to other exposed ports as well...
Thanks TEN May 25, 2015 12:15AM |
Registered: 8 years ago Posts: 1,516 |