Y T Nuke  
Results 1 to 16 of 16
Anybody any idea what this c-class relates to?? It claims to be XP running explorer ...
  1. #1
    drumltd is offline Regular Member
    Join Date
    Dec 2008
    Posts
    385
    Reputation
    17
    Thanks
    10
    Thanked 8 Times in 8 Posts

    Default 64.41.145.*

    Anybody any idea what this c-class relates to??

    It claims to be XP running explorer 6, but it seems to blast through my blogs fairly regularly pulling off all the recent pages.

    Not listed as a bot as far as I can find out.

  2. #2
    drkenneth's Avatar
    drkenneth is offline Executive VIP
    Join Date
    Nov 2008
    Location
    USA
    Posts
    285
    Reputation
    26
    Thanks
    20
    Thanked 167 Times in 79 Posts

    Default Re: 64.41.145.*

    That is very close to most of Google's bot IPs.

    I believe it is google bots not playing by the rules in order to try to catch cloaked site. (i.e. pretending they are humans.) I would recommend cloaking them if you are running pages that would require that for bots.
    -DrKenneth

  3. #3
    fatboy's Avatar
    fatboy is offline Jr. VIP
    Join Date
    Aug 2008
    Location
    UK
    Posts
    907
    Reputation
    412
    Blog Entries
    1
    Thanks
    273
    Thanked 1,583 Times in 372 Posts

    Default Re: 64.41.145.*

    The IP range is assigned to Attributor Corporation :

    OrgID: ATTRI
    Address: 1779 Woodside Road, Suite 200,
    Address: ATTN Adrian McDermott
    City: REDWOOD CITY
    StateProv: CA
    PostalCode: 94061
    Country: US

    Website: hxxp://www.attributor.com/

    A quick read through their site shows that they have people sign up to them so the site can monitor their content and see where else the same content pops up across the Internet. It does this by scanning sites and blogs (as you have experienced).

    BotCentral.net:: INSTAGRAM BOT, LIMITED PLACES, 33% OFF - BE QUICK! ::

  4. The Following User Says Thank You to fatboy For This Useful Post:

    essares1 (06-19-2009)

  5. #4
    drkenneth's Avatar
    drkenneth is offline Executive VIP
    Join Date
    Nov 2008
    Location
    USA
    Posts
    285
    Reputation
    26
    Thanks
    20
    Thanked 167 Times in 79 Posts

    Default Re: 64.41.145.*

    Quote Originally Posted by fatboy View Post
    The IP range is assigned to Attributor Corporation :

    OrgID: ATTRI
    Address: 1779 Woodside Road, Suite 200,
    Address: ATTN Adrian McDermott
    City: REDWOOD CITY
    StateProv: CA
    PostalCode: 94061
    Country: US

    Website: hxxp://www.attributor.com/

    A quick read through their site shows that they have people sign up to them so the site can monitor their content and see where else the same content pops up across the Internet. It does this by scanning sites and blogs (as you have experienced).
    I stand corrected. So perhaps show it random crap so they don't know if you're scraping any content...
    -DrKenneth

  6. #5
    fatboy's Avatar
    fatboy is offline Jr. VIP
    Join Date
    Aug 2008
    Location
    UK
    Posts
    907
    Reputation
    412
    Blog Entries
    1
    Thanks
    273
    Thanked 1,583 Times in 372 Posts

    Default Re: 64.41.145.*

    Sounds like a plan - if you detect their IP address hit your site redirect it off to some nasty porn site - that would make their scanning database look interesting to look at
    Last edited by fatboy; 12-29-2008 at 03:11 PM.

    BotCentral.net:: INSTAGRAM BOT, LIMITED PLACES, 33% OFF - BE QUICK! ::

  7. #6
    yeti_racer's Avatar
    yeti_racer is offline Junior Member
    Join Date
    Dec 2008
    Location
    Hick Ville
    Posts
    193
    Reputation
    12
    Thanks
    40
    Thanked 87 Times in 50 Posts

    Default Re: 64.41.145.*

    Quote Originally Posted by fatboy View Post
    The IP range is assigned to Attributor Corporation :

    OrgID: ATTRI
    Address: 1779 Woodside Road, Suite 200,
    Address: ATTN Adrian McDermott
    City: REDWOOD CITY
    StateProv: CA
    PostalCode: 94061
    Country: US

    Website: hxxp://www.attributor.com/

    A quick read through their site shows that they have people sign up to them so the site can monitor their content and see where else the same content pops up across the Internet. It does this by scanning sites and blogs (as you have experienced).
    Good find. From looking through their site, they help IP owners keep track of their stuff; serve DMCA takedown notices, content licensing, etc.

  8. #7
    drumltd is offline Regular Member
    Join Date
    Dec 2008
    Posts
    385
    Reputation
    17
    Thanks
    10
    Thanked 8 Times in 8 Posts

    Default Re: 64.41.145.*

    Quote Originally Posted by yeti_racer View Post
    Good find. From looking through their site, they help IP owners keep track of their stuff; serve DMCA takedown notices, content licensing, etc.
    Think I'll serve them the unique content then.

  9. #8
    fakeplastictrees's Avatar
    fakeplastictrees is offline Registered Member
    Join Date
    Aug 2008
    Posts
    53
    Reputation
    10
    Thanks
    20
    Thanked 8 Times in 7 Posts

    Default Re: 64.41.145.*

    Hey all, I am getting a ton of hits from these guys too. Can someone tell me how to redirect this IP? Do I need to do something in my .htaccess file? Also I am using WP so if there is some plugin I can grab there, let me know.

  10. #9
    fatboy's Avatar
    fatboy is offline Jr. VIP
    Join Date
    Aug 2008
    Location
    UK
    Posts
    907
    Reputation
    412
    Blog Entries
    1
    Thanks
    273
    Thanked 1,583 Times in 372 Posts

    Default Re: 64.41.145.*

    htaccess might work with the following:

    Code:
    Options +FollowSymlinks 
    RewriteEngine on 
    RewriteCond %{REMOTE_HOST} 64.41.145 
    RewriteRule ^(.*)$ http://www.destinationwebsite.com/ [R=301,L]
    Haven't tested it but hopefully thats somewhere in the right direction!

    EDIT:~ Bloody forum takes out backslashes.
    On the IP address part you need a backslash before each .
    Last edited by fatboy; 12-29-2008 at 05:00 PM.

    BotCentral.net:: INSTAGRAM BOT, LIMITED PLACES, 33% OFF - BE QUICK! ::

  11. #10
    fakeplastictrees's Avatar
    fakeplastictrees is offline Registered Member
    Join Date
    Aug 2008
    Posts
    53
    Reputation
    10
    Thanks
    20
    Thanked 8 Times in 7 Posts

    Default Re: 64.41.145.*

    I tried looking it up online and they gave me a format more like this, this is also missing the backslashes before the periods[.], but can you tell me if this looks right, and also, where should i send these suckers?

    Code:
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.0$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.1$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.2$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.2$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.4$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.5$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.6$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.7$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.8$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.9$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.10$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.11$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.12$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.13$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.14$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.15$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.16$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.17$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.18$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.19$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.20$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.21$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.22$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.23$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.24$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.25$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.26$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.27$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.28$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.29$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.30$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.31$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.32$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.33$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.34$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.35$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.36$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.37$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.38$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.39$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.40$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.41$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.42$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.43$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.44$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.45$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.46$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.47$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.48$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.49$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.50$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.51$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.52$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.53$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.54$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.55$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.56$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.57$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.58$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.59$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.60$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.61$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.62$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.63$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.64$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.65$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.66$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.67$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.68$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.69$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.70$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.71$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.72$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.73$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.74$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.75$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.76$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.77$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.78$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.79$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.80$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.81$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.82$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.83$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.84$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.85$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.86$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.87$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.88$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.89$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.90$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.91$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.92$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.93$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.94$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.95$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.96$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.97$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.98$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.99$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.100$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.101$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.102$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.103$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.104$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.105$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.106$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.107$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.108$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.109$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.110$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.111$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.112$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.113$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.114$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.115$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.116$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.117$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.118$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.119$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.120$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.121$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.122$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.123$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.124$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.125$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.126$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.127$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.128$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.129$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.130$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.131$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.132$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.133$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.134$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.135$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.136$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.137$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.138$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.139$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.140$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.141$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.142$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.143$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.144$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.145$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.146$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.147$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.148$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.149$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.150$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.151$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.152$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.153$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.154$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.155$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.156$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.157$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.158$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.159$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.160$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.161$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.162$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.163$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.164$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.165$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.166$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.167$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.168$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.169$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.170$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.171$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.172$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.173$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.174$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.175$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.176$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.177$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.178$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.179$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.180$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.181$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.182$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.183$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.184$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.185$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.186$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.187$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.188$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.189$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.190$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.191$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.192$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.193$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.194$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.195$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.196$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.197$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.198$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.199$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.200$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.201$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.202$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.203$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.204$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.205$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.206$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.207$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.208$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.209$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.210$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.211$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.212$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.213$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.214$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.215$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.216$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.217$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.218$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.219$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.220$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.221$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.222$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.223$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.224$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.225$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.226$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.227$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.228$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.229$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.230$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.231$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.232$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.233$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.234$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.235$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.236$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.237$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.238$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.239$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.240$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.241$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.242$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.243$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.244$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.245$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.246$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.247$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.248$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.249$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.250$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.251$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.252$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.253$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.254$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.255$ [OR]
    RewriteCond %{REMOTE_ADDR} ^64\.41\.145\.256$ [OR]
    RewriteRule .* http://www.google.com [R,L]

  12. #11
    fakeplastictrees's Avatar
    fakeplastictrees is offline Registered Member
    Join Date
    Aug 2008
    Posts
    53
    Reputation
    10
    Thanks
    20
    Thanked 8 Times in 7 Posts

    Default Re: 64.41.145.*

    and if anyone wants they can steal the above and put it in their .htaccess file. Also, yay it didnt get rid of my backslahses!

  13. #12
    Sweetfunny's Avatar
    Sweetfunny is offline Hi {great|fantastic} post
    Join Date
    Jul 2008
    Location
    Internet Stuffed :(
    Posts
    847
    Reputation
    318
    Thanks
    662
    Thanked 4,184 Times in 606 Posts

    Default Re: 64.41.145.*

    Quote Originally Posted by fakeplastictrees View Post
    where should i send these suckers?
    fbi.gov and let them explain to these guys why they are running bots against government websites lol.

  14. #13
    drkenneth's Avatar
    drkenneth is offline Executive VIP
    Join Date
    Nov 2008
    Location
    USA
    Posts
    285
    Reputation
    26
    Thanks
    20
    Thanked 167 Times in 79 Posts

    Default Re: 64.41.145.*

    Quote Originally Posted by Sweetfunny View Post
    fbi.gov and let them explain to these guys why they are running bots against government websites lol.
    And then have to explain to the FBI why you have been bouncing people to their site :P
    -DrKenneth

  15. #14
    fakeplastictrees's Avatar
    fakeplastictrees is offline Registered Member
    Join Date
    Aug 2008
    Posts
    53
    Reputation
    10
    Thanks
    20
    Thanked 8 Times in 7 Posts

    Default Re: 64.41.145.*

    I'm just either sending them to a 404 or a random website
    Code:
    http://www.randomwebsite.com/cgi-bin/random.pl

  16. #15
    5ubliminal is offline Newbies
    Join Date
    Oct 2007
    Posts
    5
    Reputation
    9
    Thanks
    7
    Thanked 6 Times in 3 Posts

    Default Re: 64.41.145.*

    Don't be using such long ass htaccess rules.

    Use IP Ranges in your PHP files ... get the ranges here:

    hxxp://ws.arin.net/whois/?queryinput=Attributor

  17. #16
    TigerTailsUK is offline Newbies
    Join Date
    Dec 2008
    Posts
    3
    Reputation
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: 64.41.145.*

    I didn't bother reading over the topic, but on my old website I used to get hit by this host a lot. At the time it was a company called Savvis that spiders the web looking for duplicate content (For paying customers, obviously). It disobeys robots.txt, and eats bandwidth for breakfast, lunch, and as snacks. I've been getting it on a few of my new websites too, and I'm pretty sure it's still Savvis.

AdStract


Advertise on Black Hat World

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76