Our website appears to be under attack from URLs with MySQL statements in them.
From my PHP code I access $_SERVER['REMOTE_ADDR']
to see a value of 5.39.44.16
I've tried blocking 5.39.44.16 in our firewall but with no success.
Then I look in the Apache access.log but I cannot find 5.39.44.16
- How can
REMOTE_ADDR
show an address that has not been logged in my Apache log? - Any suggestions on the right way to handle these attacks?