Anybody any idea what this c-class relates to??
It claims to be XP running explorer ...
-
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.
-
-
-
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.
-
-
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! ::
-
The Following User Says Thank You to fatboy For This Useful Post:
-
Re: 64.41.145.*

Originally Posted by
fatboy
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...
-
-
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! ::
-
-
Re: 64.41.145.*

Originally Posted by
fatboy
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.
-
-
Re: 64.41.145.*

Originally Posted by
yeti_racer
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.
-
-
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.
-
-
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! ::
-
-
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]
-
-
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!
-
-
Re: 64.41.145.*

Originally Posted by
fakeplastictrees
where should i send these suckers?
fbi.gov and let them explain to these guys why they are running bots against government websites lol.
-
-
Re: 64.41.145.*

Originally Posted by
Sweetfunny
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
-
-
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
-
-
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
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks