Forum Moderators: phranque
HTTP/1.1" 200 0 "http:example.com/?page=domain_multiple&session_id=ugmimbwzixitwdko" "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98"
HTTP/1.1" 200 0 "http:example.it/coaching/how.html" "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98"
HTTP/1.1" 200 0 "http:example2.com?page=domain_multiple&session_id=ugmimbwzixitwdko" "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98"
HTTP/1.1" 200 0 "http:example3.comfiles/searchresults.html" "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98"
HTTP/1.1" 200 0 "http:example.de/map/index.php" "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98"
I could provide MANY more like these. Even though they are all showing different URLs... they all have the same IP Address. It is so weird because each one is going through all of our pages.
Has anyone seen anything like this... and do you know if it is a threat?
[edited by: tedster at 10:19 pm (utc) on May 21, 2004]
[edit reason] remove specifics [/edit]
this seems to be an obscure bot with a badly faked UA string [note the missing closing bracket "... (... Windows 98"] and using randomly choosen faked REFERERs.
In any case, if it has to hide this way, is is most likely not a legitimate bot.
A whois on the IP address can shows origin:
inetnum:
netname:
country:
descr:
admin-c:
tech-c:
person:
e-mail:
.....: and more information not shown here
You now could (1) ask this person about the purpose of his bot, or (2) just ban this nasty abuser.
To save your time I would suggest to skip step (1) [which would be wise in case this is a spam address harvesting bot] and just proceed right to action (2) ... :-)
Regards,
R.
[edited by: tedster at 10:23 pm (utc) on May 21, 2004]
[edit reason] remove specifics [/edit]
For those that want to know..I was able to block by simply adding the following line to my .htaccess file (minus the quotes and with the actual IP address of course):
"Deny from ***.***.***.***"
Thanks again!
[edited by: tedster at 10:25 pm (utc) on May 21, 2004]