Strong passwords no panacea as SSH brute-force attacks rise
May 17, 2008 (12:00:00 AM) - 2 months, 3 weeks ago
Share
a>
Print
Comments
Thanks to the end-of-term for many colleges and some K12 schools, brute-force attacks against SSH servers surged sharply this past weekend, according to the SANS Internet Storm Center. The sudden jump in SSH attacks merits a re-examination of how such servers should be properly secured. Jim Owens and Jeanna Matthews of the Department of Computer Science at Clarkson University have published a paper on the methods that such attacks frequently employ and on the best ways to defeat them.
Iptables rate limiting one liner
Posted by: Anonymous [ip: 192.168.1.253] on May 17, 2008 05:35 PMiptables -I INPUT -p TCP -m state --state NEW -m limit --limit 10/minute --limit-burst 5 -j ACCEPT
#