Well, my site got hacked through an exploit in a Joomla component, which I found after quite a while. Now the "anti hacker war" was declared from my side and I am actively monitoring the site for IPs searching for exploits in my sites. "csf"/"lfd" are decent starting points, but do not cover exploits in the web site.
One of the exploits seems to involve a "phpThumb.php" file. The good thing is, you don't need to even have it to find the scumbags trying to get in. The access logs on your server track these requests and with the command below, you can easily find the IPs and if you got time, do a whois on that IP and write to the abuse e-mail.
cat /home/*/access-logs/* | grep phpThumb | awk '{ print $1 }' | sort -u
So, finally coming to the actual question - I am wondering if there is interest starting a thread here showing some tools that are not out of the box and that may help fighting these "other ends of the mouth".


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks