Forum Moderators: open

Message Too Old, No Replies

larbin_2.6.3 wgao@genieknows.com

Is this a real spider bot?

         

Riamus

3:19 pm on Aug 11, 2005 (gmt 0)

10+ Year Member



I recently got this in my logs:

User-Agent: larbin_2.6.3 wgao@genieknows.com
IP: 64.5.245.10

I've searched google for information and I see many different "e-mail addresses" listed in the UA's. It appearently is being seen all over the place... so, by that it seems like a spider bot. But, I can't find any real information about it. Is it really a spider bot? Or is it a spam bot or something?

wilderness

4:54 pm on Aug 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Most folks have anything that begins with larbin denied.

Here's some old threads:

[google.com...]

Riamus

6:59 pm on Aug 11, 2005 (gmt 0)

10+ Year Member



What's the best way to ban only Larbin?

Here's another UA:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Larbin/2.6.3 larbin@unspecified.mail

encyclo

7:02 pm on Aug 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you want to ban anything called "larbin" in the user agent string, try something like this (untested):

RewriteCond %{HTTP_USER_AGENT} larbin [NC]
RewriteRule ^.* - [F]

wilderness

8:19 pm on Aug 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What's the best way to ban only Larbin?

Message #11 in this thread, offers a variety of links.
[webmasterworld.com...]

The following being the most appropiate
[diveintomark.org...]

Close To Perfect I
[webmasterworld.com...]
Close To Perfect II
[webmasterworld.com...]
Close To Perfect III
[webmasterworld.com...]

Concise htaccess
[webmasterworld.com...]

A Simple Beginning
[webmasterworld.com...]