Forum Moderators: phranque
RewriteCond %{SERVER_PROTOCOL} HTTP/1\.0
RewriteCond %{HTTP_HOST} ^www.example\.com:80$
RewriteRule .* - [F]
Sample:
69.65.***.*** www.example.com:80 - [09/Apr/2007:01:53:53 -0600] "POST /cgi-bin/mt/mt-tb.cgi/_332 HTTP/1.0" 403 67 "-" "Snoopy v1.2.3"
Are these Telnet probes, or some other type of blog spamming tool?
Thanks in advance
[edited by: Wizcrafts at 5:29 am (utc) on April 18, 2007]
RewriteCond %{THE_REQUEST} HTTP/1\.0$
RewriteCond %{HTTP_HOST} ^www\.example\.com:80$
RewriteRule .* - [F]
Note: {THE_REQUEST} is the entire HTTP request header received from the client. Example:
GET /index.php?page=main HTTP/1.1
Jim
I began seeing these port 80 requests in both GETs and POSTs that are mostly, but not entirely related to my blog. I had to disable comments and trackbacks on my MT blog after coming under a heavy spam attack from Russian and Ukrainian blog spammers. Despite my disabling MT comments and trackbacks and deleting their Perl scripts, and posting a notice that no comments or trackbacks are allowed, and deleting all comments (even my own) that existed from day one, they still persist in trying to spam my non-spammable blog, or to search it for comments they tried to POST (unsuccessfully). This clutters my non-published access logs, but gives me an ever increasing list of IP addresses/CIDRs to add to my blocklists.