Support This Site

Help Spoiling the Script-Kiddy Game Print E-mail
<Files 403.shtml>
order allow,deny
allow from all
</Files>

# zone-h
deny from .zone-h.org
deny from .zone-h.com
deny from 213.219.122.

# cyber-warrior.org
deny from .cyber-warrior.org
deny from .cyber-security.org
deny from 80.237.211.8

Most defacing attacks end up listed on the zone-h site, where the crackers get little stars and other credits for their handiwork. To get credit for their cracks, zone-h checks the sites concerned.

On the zone-h site, they say hypocritical:

Note for administrators: The logs on port 80 (public) you might find on your server are related to our mirror robots when connecting to the reported attacked server and verifying the crime. Unlike other Mirror websites, Zone-H doesn't execute any portscan on the reported attacked servers as it might configure a crime in certain countries.

So, let's stop the script kiddies from getting credit for their efforts. Please add the following to your root .htaccess file and get everyone you know to do the same. It won't make your sites any safer, but it will stop zone-h from being able to check that your site has been defaced and therefore they can't "reward" the crackers for their efforts.

Comments

mikeyvee
2006-08-16 00:15:02
Where are you supposed to put this code? I put it at the end and I'm getting 505 or 550 internal server error. Does OpenSEF have something to do with this? :?
khira
2006-09-22 19:26:03
Strange error after hitting submit entry 
 
 
*** EXCEPTION CAUGHT BY FACILEFORMS *** 
 
PHP error level : E_NOTICE 
PHP filename : /home/contracts/CN20060764/www/components/com_facileforms/facileforms.process.php(1002) : eval()'d code 
PHP linenumber : 7 
 
Last known pos : data1 of message[1] at line 1 
 
Error message : Undefined property: HTML_facileFormsProcessor::$itemid 
 
 
Can somebody help? 
Please mail at mofa AT home DOT nl 
 
thanks!
steve4j
2006-10-05 11:21:22
===DELETE THIS TOO 
order allow,deny 
allow from all -h 
deny from .zone-h.org 
deny from .zone-h.com 
deny from 213.219.122. 
 
# cyber-warrior.org 
deny from .cyber-warrior.org 
deny from .cyber-security.org 
deny from 80.237.211.8 
 
 
 
## Correct version 
order allow,deny 
# zone-h 
deny from .zone-h.org 
deny from .zone-h.com 
deny from 213.219.122. 
 
# cyber-warrior.org 
deny from .cyber-warrior.org 
deny from .cyber-security.org 
deny from 80.237.211.8 
allow from all
sageman
2006-11-04 07:00:57
Good idea. 
I wish there was better ways to block these sites for good.

Only registered users can write comments.
Please login or register.

 
< Prev   Next >