Forum Moderators: DixonJones
Interestingly, reverse nslookups show just a "." (dot):
1x.67.90.66.in-addr.arpa name = .
So if you have set your apache logging to log resolved names instead of IP addresses, you will only see a "." as the requestor's ID in the log. Very funny.
Since I have seen this trick to try to hide behind a foolish PTR entry "." on reverse lookups several times now, I will put this in my .htaccess and hope they will go away then:
# disallow all those rude guys "." who try to hide
SetEnvIf Remote_Host "^\.$" bad_one
#
SetEnvIf Request_URI "^/403\.html$" allowit
Deny from env=bad_one
Allow from env=allowit
Regards,
R.
29 Jan: 1 hit
30 Jan: 7 hits
and so on: 3, 3, 17, 17, 17, 21, 10, 5, 5 hits yesterday so they're slowing down
They really need to get a clue - the page they're after doesn't even have email addresses ;)