stellt sich jetzt die Frage: was kann man da machen ?
In erster Linie ruhig Blut bewahren

Entweder ignorieren, oder wenn man mit eventuellen "Fehlsperrungen" leben kann, bot-trap einsetzen.
Ich hatte letztes Jahr mal versuchsweise auf der Demoseite etwas in die .htaccess eingebaut, was uns die ständigen dumm-nuke-hacks vom Leib halten soll, die uns hier im Sekundenabstand belästigen. Das ganze fragt einfach nur gefährlich anmutende url-Parameter ab und leitet wenn was erkannt wird auf eine dummy-Seite weiter, wo der Zugriff geloggt wird.
Habe da noch nicht weiter gemacht, aber die Zahlen sind schon recht interessant.
Seit 27.01.2008 01:00h wurden 1.181.013 Zugriffe geloggt.
Die letzten sehen so aus:
log_time remote_addr query_string agent
2009-04-05 20:32:37 95.208.45.184 id=http://mypregnancy.orgfree.com/index.html? Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;...
2009-04-05 20:31:53 91.89.38.17 id=http://schoolpapers.hostinginfive.com/bike.htm? Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;...
2009-04-05 20:31:11 78.43.195.201 id=http://mypregnancy.orgfree.com/index.html? Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;...
2009-04-05 20:28:05 77.221.130.12 path=http://forgottentreasures.net/advguestbook/he... libwww-perl/5.805
2009-04-05 20:28:05 77.221.130.12 path=http://forgottentreasures.net/advguestbook/he... libwww-perl/5.805
2009-04-05 20:27:04 206.220.64.3 _REQUEST=&_REQUEST[option]=com_content&_REQUEST[It... libwww-perl/5.805
2009-04-05 20:26:53 81.173.235.75 id=http://mypregnancy.orgfree.com/index.html? Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;...
2009-04-05 20:26:30 77.221.130.18 poc_root_path=http://anggey.selfip.com/har/id.txt?... libwww-perl/5.805
2009-04-05 20:25:56 78.43.195.201 id=http://mypregnancy.orgfree.com/index.html? Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;...
2009-04-05 20:25:30 77.221.130.18 poc_root_path=../../../../../../../../../../../../... libwww-perl/5.805
2009-04-05 20:24:53 77.221.130.18 poc_root_path=../../../../../../../../../../../../... libwww-perl/5.805
2009-04-05 20:24:51 77.221.130.18 poc_root_path=http://anggey.selfip.com/har/id.txt?... libwww-perl/5.805
2009-04-05 20:24:26 77.221.130.18 poc_root_path=../../../../../../../../../../../../... libwww-perl/5.805
2009-04-05 20:24:18 77.221.130.18 poc_root_path=http://anggey.selfip.com/har/id.txt?... libwww-perl/5.805
2009-04-05 20:23:45 78.43.195.201 id=http://mypregnancy.orgfree.com/index.html? Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;...
2009-04-05 20:23:42 66.230.213.52 dir[inc]=http://www.laretouche.fr//administrator/b... Mozilla/5.0
2009-04-05 20:23:41 78.43.163.4 id=http://mypregnancy.orgfree.com/index.html? Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;...
Man sieht, da ist innerhalb weniger Minuten alles vertreten, von Hackern bis Spammer....
Wer die Umleitung in seiner .htaccess auch verwenden will:
### goodboy ###################
# versch. Hacker abwehren
# path | dir | language
RewriteCond %{QUERY_STRING} ([Pp][Aa][Tt][Hh]|[Dd][Ii][Rr]|[Gg][Uu][Aa][Gg][Ee]|root|open|mod|page|seite|file|error|action|style|\])=(ht|f)tps?:// [OR]
RewriteCond %{QUERY_STRING} ^([xlu]|lan|id)=(ht|f)tps?:// [OR]
RewriteCond %{QUERY_STRING} include.*[a-zA-Z]=(ht|f)tps?:// [OR]
RewriteCond %{QUERY_STRING} cd%20/[a-zA-Z0-9_.] [NC]
RewriteRule .* http://goodboy.pragmamx.eu/ [L,R=301]
RewriteCond %{HTTP_USER_AGENT} ^libwww-perl.* [OR]
RewriteCond %{QUERY_STRING} lol\.txt [OR]
RewriteCond %{QUERY_STRING} turkmirc [OR]
RewriteCond %{QUERY_STRING} select.*nuke_(users|authors) [NC]
RewriteRule .* http://goodboy.pragmamx.eu/ [L,R=301]
#RewriteCond %{REQUEST_FILENAME} .*(forum|forums|phpbb|phpbb2|board)/.*
#RewriteRule .* http://goodboy.pragmamx.eu/ [L,R=301]
### goodboy end ###############
Auf
http://goodboy.pragmamx.eu/ läuft nur das Logging und man bekommt nen 404er...
Anstatt dessen könnte man auch sonstwo hinleiten.