Have I read the related troubleshooter articles above before posting (which pages?)? No
Have I searched the forum before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 1.7.3
PHP version: 5.3.2
MySQL version: 5.1.4
Host: (optional, but it helps us help you)
Admin Tools version: 2.1.14
Description of my issue:
Over the weekend, one of my clients was hit with a massive DDoS complete with ransom note! The hosting company had no clue what to do and eventually I found a 3rd party companies that would route and filter all calls through their servers (for a very hefty ransom, err fee!). The client ended up having to do that just to get their business back on line.
I wasn't that involved with the fix, but I think the 3rd party security company monitored the IP's that the DDoS was coming from and set up a server to filter those calls and just pass along everything else to our application.
After the excitement died down, I check the AT logs to see if anything was noted. There was no indication that anything was amiss. Matter of fact, the logs looked less populated than usual, which may be because the server was so overloaded that the application was never even touched.
That last comment may have just answered my own question! If the application isn't actually called because the server is swamped, there probably isn't much AT can do.
Right now, the system logs have all of our traffic coming from a small set of IP addresess, and we are blocking everything else. I wonder what problems that may cause down the road.