Thread: Cyveillance
View Single Post
Old 2009-06-18, 03:23 AM   #2
InfoGuy
I want to set the record straight - I thought the cop was a prostitute
 
Join Date: Jul 2008
Location: Los Angeles
Posts: 297
Now that you've posted that TM here, they're going to be sending Greenie C&Ds!

I've been banning Cyveilance and some others for years. Putting aside any potential legal hassles, you should stop letting these leeches waste your bandwidth, by banning them with .htaccess Why should you let Cyveilance and their ilk crawl your sites, so that they can resell your content without compensating you?

Code:
#cyveillance
SetEnvIf Remote_Addr ^63\.148\.99\.(22[4-9]|2[3-5][0-9])$ ban
SetEnvIf Remote_Addr ^65\.118\.41\.(19[2-9]|2[0-1][0-9]|22[0-3])$ ban

#nameprotect
SetEnvIf Remote_Addr ^12\.40\.85\. ban
SetEnvIf Remote_Addr ^12\.148\.196\.(12[8-9]|1[3-9][0-9]|2[0-5][0-9])$ ban
SetEnvIf Remote_Addr ^12\.148\.209\.(19[2-9]|2[0-5][0-9])$ ban
SetEnvIf Remote_Addr ^12\.175\.0\.(3[2-9]|4[0-7])$ ban
SetEnvIf Remote_Addr ^69\.8\.156\.(15[6-9]|1[6-9][0-9]|2[0-5][0-9])$ ban

#mark monitor
SetEnvIf Remote_Addr ^64\.124\.14\.([0-9]|[1-9][0-9]|1[0-1][0-9]|12[0-7])$ ban
SetEnvIf Remote_Addr ^65\.102\.64\. ban
SetEnvIf Remote_Addr ^66\.77\.142\.(9[6-9]|1[0-1][0-9]|12[0-7])$ ban

#mark watch
SetEnvIf Remote_Addr ^204\.62\.(22[5-7])$ ban
SetEnvIf Remote_Addr ^206\.190\.171\.(17[2-9])$ ban

#turnitin
SetEnvIf Remote_Addr ^64\.140\.48\.(2[4-7])\. ban
SetEnvIf Remote_Addr ^64\.140\.49\.(6[6-9]|70)$ ban
SetEnvIf Remote_Addr ^204\.9\.204\. ban

<Files ~ "^.*$">
order allow,deny
allow from all
deny from env=ban
</Files>
__________________
Free Speech Coalition | Boycott .XXX / ICM Registry

Last edited by InfoGuy; 2009-06-18 at 03:28 AM..
InfoGuy is offline   Reply With Quote