OSDN Git Service

Added
[pukiwiki/pukiwiki_sandbox.git] / spam / spam.ini.php
1 <?php
2 // $Id: spam.ini.php,v 1.84 2007/04/22 14:00:26 henoheno Exp $
3 // Spam-related setting
4 //
5 // Reference:
6 //   Spamdexing http://en.wikipedia.org/wiki/Spamdexing
7
8 // NOTE:
9 //  'example.org' prohibits both 'example.org' AND 'www.example.org'.
10 //  '*.example.org' prohibits all subdomains and hosts EXCEPT 'www.example.org'.
11 //  '.example.org' prohibits ALL FQDN related 'example.org'.
12
13 // NOTE for badhost (only):
14 //  'unique_name' = array('a.example.org', 'b.example.org') is treated as a group 'unique_name'.
15
16
17 // List of the lists
18 $blocklist['list'] = array(
19         'goodhost'              => FALSE,
20         'badhost A-1'   => TRUE,
21         'badhost A-2'   => TRUE,
22         'badhost B-1'   => TRUE,
23         'badhost B-2'   => TRUE,
24         'badhost C'             => TRUE,
25         'badhost'               => TRUE,
26 );
27
28
29 $blocklist['goodhost'] = array(
30         'IANA-examples' => '#^(?:.*\.)?example\.(?:com|net|org)$#',
31
32         // PukiWiki-official/dev specific
33         //'.logue.tk',  // Well-known PukiWiki heavy user, Logue (Paid *.tk domain, Expire on 2008-12-01)
34         //'.nyaa.tk',   // (Paid *.tk domain, Expire on 2008-05-19)
35         //'.wanwan.tk', // (Paid *.tk domain, Expire on 2008-04-21) by nyaa.tk
36
37         // Yours
38         //''
39         //''
40         //''
41
42 );
43
44 // A: Sample setting of
45 // Existing URI redirection or masking services
46
47 $blocklist['badhost A-1'] = array(
48
49         // A-1: General redirection services -- by HTML meta, HTML frame, JavaScript,
50         // web-based proxy, DNS subdomains, etc
51         // http://en.wikipedia.org/wiki/URL_redirection
52         //
53         // as known as cheap URI obscuring services today,
54         // for spammers and affiliate users dazed by money.
55         //
56         //   Messages from forerunners:
57         //     o-rly.net
58         //       "A URL REDIRECTION SERVICE GONE BAD"
59         //       "SORRY, TRULY"
60         //     smcurl.com
61         //       "Idiots were using smcURL to shrink URLs and
62         //        send them out via spam."
63         //     tinyclick.com
64         //       "...stop offering it's free services because
65         //        too many people were taking advantage of it"
66         //     xjs.org
67         //       "We have been forced to close this facility
68         //        due to a minority of knuckle draggers who
69         //        abused this web site."
70         //
71         // Please notify us about this list with reason:
72         // http://pukiwiki.sourceforge.jp/dev/?BugTrack2/207
73         //
74         '0nz.org',
75         '0rz.tw',
76         '0url.com',
77         '0zed.info',
78         '*.110mb.com',
79         '123.que.jp',
80         '12url.org',
81         '*.15h.com',
82         '*.1dr.biz',
83         '1nk.us',
84         '1url.org',
85         '1url.in',
86         '1webspace.org',
87         '2ch2.net',
88         '2hop4.com',
89         '2s.ca',
90         '2site.com',
91         '2url.org',
92         '301url.com',
93         '32url.com',
94         '.3dg.de',
95         '*.4bb.ru',
96         '5jp.net',
97         '.6url.com',
98         '*.6x.to',
99         '7ref.com',
100         '82m.org',
101         '*.8rf.com',
102         '98.to',
103         'abbrv.co.uk',
104         '*.abwb.org',
105         'acnw.de',
106         'active.ws' => array(
107                 '*.321.cn',
108                 '*.4x2.net',
109                 'active.ws',
110                 '*.better.ws',
111                 '*.here.ws',
112                 '*.mypiece.com',
113                 '*.official.ws',
114                 '*.ouch.ws',
115                 '*.premium.ws',
116                 '*.such.info',
117                 '*.true.ws',
118                 '*.visit.ws',
119         ),
120         'store.adobe.com',      // Stop it
121         'aifam.com',
122         'amoo.org',
123         // "(c) 2007 www.arzy.net", by urladmin at zvxr.com, DNS arzy.net
124         'arzy.net' => array(
125                 'jmp2.net',
126                 '2me.tw',
127         ),
128         'ataja.es',
129         'atk.jp',
130         'athomebiz.com',
131         'aukcje1.pl',
132         'beermapping.com',
133         'besturl.in',
134         'biglnk.com',
135         'bingr.com',
136         'bittyurl.com',
137         '*.bizz.cc',
138         '*.blo.pl',
139         'fanznet.jp' => array('blue11.jp'),
140         'briefurl.com',
141         'brokenscript.com',
142         'bucksogen.com' => array(
143                 '*.bucksogen.com',
144                 '*.bulochka.org',
145                 '*.korzhik.org',
146                 '*.kovrizhka.org',
147                 '*.pirozhok.org',
148                 '*.plushka.org',
149                 '*.pryanik.org',
150                 '*.sushka.org',
151         ),
152         'budgethosts.org',
153         '*.buzznet.com',
154         '*.bydl.com',
155         'c-o.in' => array(
156                 '*.c-o.cc',
157                 '*.c-o.in',
158                 '*.coz.in',
159                 '*.cq.bz',
160         ),
161         'c64.ch',
162         'c711.com',
163         'checkasite.net',
164         '*.chicappa.jp',
165         'chopurl.com',
166         'christopherleestreet.com',
167         '*.cjb.net',
168         'clipurl.com',
169         '*.co.nr',
170         'comteche.com' => array(
171                 'tinyurl.name',
172                 'tinyurl.us',
173         ),
174         'cool168.com' => array(
175                 '*.cool158.com',
176                 '*.cool168.com',
177                 '*.ko168.com',
178                 '*.ko188.com',
179         ),
180         'coolurl.de' => array(
181                 'coolurl.de',
182                 'dornenboy.de',
183                 'eyeqweb.com',
184                 'hardcore-porn.de',
185                 'maschinen-bluten-nicht.de',
186         ),
187         'cutalink.com',
188         '*.da.cx',
189         '*.da.ru',
190         'dae2.com',
191         'dephine.org',
192         'desiurl.com',
193         'dhurl.com',
194         'digbig.com',
195         'digipills.com' => array(
196                 '*.digipills.com',
197                 'minilien.com',
198                 'tinylink.com',
199         ),
200         '*.discutbb.com',
201         'dl.am' => array(
202                 '*.cx.la',
203                 '*.dl.am',
204         ),
205         '*.dmdns.com',
206         'doiop.com',
207         'Ideas para Nuevos Mercados SL' => array(
208                 // NOTE: 'i4nm.com' by 'Ideas para Nuevos Mercados SL' (i4nm at i4nm.com)
209                 // NOTE: 'dominiosfree.com' by 'Ideas para nuevos mercados,sl' (dominiosfree at i4nm.com)
210                 // NOTE: 'red-es.com' by oscar florez (info at i4nm.com)
211                 // by edgar bortolin (oscar at i4nm.com)
212                 // by Edgar Bortolin  (oscar at i4nm.com)
213                 // by oscar florez (oscar at i4nm.com)
214                 // by Oscar Florez (oscar at red-es.com)
215                 // by covadonga del valle (oscar at i4nm.com)
216                 '*.ar.gd',
217                 '*.ar.gs',      // ns *.nora.net
218                 '*.ar.kz',      // by oscar
219                 '*.ar.nu',      // by Edgar
220                 '*.ar.tc',      // by oscar
221                 '*.ar.vg',      // by oscar
222                 '*.bo.kz',      // by oscar
223                 '*.bo.nu',      // by covadonga
224                 '*.bo.tc',      // by oscar
225                 '*.bo.tf',      // by Oscar
226                 '*.bo.vg',      // by oscar
227                 '*.br.gd',
228                 '*.br.gs',      // ns *.nora.net
229                 '*.br.nu',      // by edgar
230                 '*.br.vg',      // by oscar
231                 '*.ca.gs',      // by oscar
232                 '*.ca.kz',      // by oscar
233                 '*.cl.gd',      // by oscar
234                 '*.cl.kz',      // by oscar
235                 '*.cl.nu',      // by edgar
236                 '*.cl.tc',      // by oscar
237                 '*.cl.tf',      // by Oscar
238                 '*.cl.vg',      // by oscar
239                 '*.col.nu',     // by Edgar
240                 '*.cr.gs',      // ns *.nora.net
241                 '*.cr.kz',      // by oscar
242                 '*.cr.nu',      // by edgar
243                 '*.cr.tc',      // by oscar
244                 '*.cu.tc',      // by oscar
245                 '*.do.kz',      // by oscar
246                 '*.do.nu',      // by edgar
247                 '*.ec.kz',      // by edgar
248                 '*.ec.nu',      // by Edgar
249                 '*.ec.tf',      // by Oscar
250                 '*.es.kz',      // by oscar
251                 '*.eu.kz',      // by oscar
252                 '*.gt.gs',      // ns *.nora.net
253                 '*.gt.tc',      // by oscar
254                 '*.gt.tf',      // by Oscar
255                 '*.gt.vg',      // by Oscar
256                 '*.hn.gs',      // ns *.nora.net
257                 '*.hn.tc',      // by oscar
258                 '*.hn.tf',      // by Oscar
259                 '*.hn.vg',      // by oscar
260                 '*.mx.gd',
261                 '*.mx.gs',      // ns *.nora.net
262                 '*.mx.kz',      // by oscar
263                 '*.mx.vg',      // by oscar
264                 '*.ni.kz',      // by oscar
265                 '*.pa.kz',      // by oscar
266                 '*.pe.kz',      // by oscar
267                 '*.pe.nu',      // by Edgar
268                 '*.pr.kz',      // by oscar
269                 '*.pr.nu',      // by edgar
270                 '*.pt.gs',      // ns *.nora.net
271                 '*.pt.kz',      // by edgar
272                 '*.pt.nu',      // by edgar
273                 '*.pt.tc',      // by oscar
274                 '*.pt.tf',      // by Oscar
275                 '*.py.gs',      // ns *.nora.net
276                 '*.py.nu',      // by edgar
277                 '*.py.tc',      // by oscar
278                 '*.py.tf',      // by Oscar
279                 '*.py.vg',      // by oscar
280                 '*.sv.tc',      // by oscar
281                 '*.usa.gs',     // ns *.nora.net
282                 '*.uy.gs',      // ns *.nora.net
283                 '*.uy.kz',      // by oscar
284                 '*.uy.nu',      // by edgar
285                 '*.uy.tc',      // by oscar
286                 '*.uy.tf',      // by Oscar
287                 '*.uy.vg',      // by oscar
288                 '*.ve.gs',      // by oscar
289                 '*.ve.tc',      // by oscar
290                 '*.ve.tf',      // by Oscar
291                 '*.ve.vg',      // by oscar
292                 '*.ven.nu',     // by edgar
293         ),
294         'drlinky.com',
295         'durl.us',
296         '*.dvdonly.ru',
297         '*.dynu.ca',
298         'dwarf.name',
299         'elfurl.com',
300         'eny.pl',
301         'eTechFocus LLC' => array(      // by eTechFocus LLC (thomask at etechfocus.com)
302                 '.mywiitime.com',
303                 '.surfindark.com',              // webmaster at etechfocus.com
304                 '.surfinshade.com',
305                 '.surfinshadow.com',
306                 '.surfinwind.com',
307                 '.topsecretlive.com',
308         ),
309         '*.eu.org',
310         'f2b.be' => array(
311                 '*.f2b.be',
312                 '*.freakz.eu',
313                 '*.n0.be',
314                 '*.n3t.nl',
315                 '*.short.be',
316                 '*.ssr.be',
317                 '*.tweaker.eu',
318         ),
319         '*.fancyurl.com',
320         'fanznet.com' => array(
321                 'fanznet.com',
322                 'katou.in',
323                 'mymap.in',
324                 'saitou.in',
325                 'satou.in',
326                 'susan.in',
327         ),
328         '.fe.pl',                       // Redirection and subdomain
329         'ffwd.to',
330         'url.fibiger.org',
331         'fireme.to' => array(
332                 'fireme.to',
333                 'nextdoor.to',
334                 'ontheway.to',
335         ),
336         'flingk.com',
337         'fm7.biz',
338         'fnbi.jp',
339         '*.fnbi.jp',
340         'forgeturl.com',
341         '*.free.bg',
342         '*.freecities.com',
343         'freeservers.com' => array(
344                 '*.4mg.com',
345                 '*.4t.com',
346                 '*.8m.com',
347                 '*.8m.net',
348                 '*.8k.com',
349                 '*.faithweb.com',
350                 '*.freehosting.net',
351                 '*.freeservers.com',
352                 '*.gq.nu',
353                 '*.htmlplanet.com',
354                 '*.itgo.com',
355                 '*.iwarp.com',
356                 '*.s5.com',
357                 '*.scriptmania.com',
358                 '*.tvheaven.com',
359         ),
360         '*.freewebpages.com',
361         'freewebservices.net' => array( // Host Department LLC
362                 '*.about.gs',   // Dead?
363                 '*.about.tc',
364                 '*.about.vg',
365                 '*.aboutus.gs',
366                 '*.aboutus.ms',
367                 '*.aboutus.tc',
368                 '*.aboutus.vg',
369                 '*.biografi.biz',
370                 '*.biografi.info',
371                 '*.biografi.org',
372                 '*.biografi.us',
373                 '*.datadiri.biz',
374                 '*.datadiri.cc',
375                 '*.datadiri.com',
376                 '*.datadiri.info',
377                 '*.datadiri.net',
378                 '*.datadiri.org',
379                 '*.datadiri.tv',
380                 '*.datadiri.us',
381                 '*.ecv.gs',
382                 '*.ecv.ms',
383                 '*.ecv.tc',
384                 '*.ecv.vg',
385                 '*.eprofile.us',
386                 '*.go2net.ws',
387                 '*.hits.io',
388                 '*.hostingweb.us',
389                 '*.hub.io',
390                 '*.indo.bz',
391                 '*.indo.cc',
392                 '*.indo.gs',
393                 '*.indo.ms',
394                 '*.indo.tc',
395                 '*.indo.vg',
396                 '*.infinitehosting.net',
397                 '*.infinites.net',
398                 '*.lan.io',
399                 '*.max.io',
400                 '*.mycv.bz',
401                 '*.mycv.nu',
402                 '*.mycv.tv',
403                 '*.myweb.io',
404                 '*.ourprofile.biz',
405                 '*.ourprofile.info',
406                 '*.ourprofile.net',     // Dead?
407                 '*.ourprofile.org',
408                 '*.ourprofile.us',
409                 '*.profil.bz',
410                 '*.profil.cc',
411                 '*.profil.cn',
412                 '*.profil.gs',
413                 '*.profil.in',
414                 '*.profil.ms',
415                 '*.profil.tc',
416                 '*.profil.tv',
417                 '*.profil.vg',  // ?
418                 '*.site.io',
419                 '*.wan.io',
420                 '*.web-cam.ws',
421                 '*.webs.io',
422                 '*.zip.io',
423         ),
424         'fyad.org',
425         'fype.com',
426         '*.fx.to',
427         'gentleurl.net',
428         'get2.us' => array(
429                 '*.get2.us',
430                 '*.hasballs.com',
431                 '*.ismyidol.com',
432                 '*.spotted.us',
433                 '*.went2.us',
434                 '*.wentto.us',
435         ),
436         'glinki.com',
437         '*.globalredirect.com',
438         'gnu.vu',
439         '*.go.cc',
440         'goonlink.com',
441         '.gourl.org',
442         '.greatitem.com',
443         'gzurl.com',
444         'url.grillsportverein.de',
445         'harudake.net' => array('*.hyu.jp'),
446         'Hattinger Linux User Group' => array('short.hatlug.de'),
447         'hexten.net' => array('lyxus.net'),
448         'here.is',
449         'hispavista.com' => array(
450                 '*.hispavista.com',
451                 '.galeon.com',
452         ),
453         // by Home.pl Sp. J. (info at home.pl), redirections and forums
454         'home.pl' => array(
455                 '*.8l.pl',
456                 '*.blg.pl',
457                 '*.czytajto.pl',
458                 '*.ryj.pl',
459                 '*.xit.pl',
460                 '*.xlc.pl',
461                 '*.hk.pl',
462                 '*.home.pl',
463                 '*.of.pl',
464         ),
465         'hort.net',
466         '*.hotindex.ru',
467         'hotredirect.com' => array(
468                 '*.coolhere.com',
469                 '*.homepagehere.com',
470                 '*.hothere.com',
471                 '*.mustbehere.com',
472                 '*.onlyhere.net',
473                 '*.pagehere.com',
474                 '*.surfhere.net',
475                 '*.zonehere.com',
476         ),
477         'hotshorturl.com',
478         'hurl.to',
479         '*.hux.de',
480         '*.i89.us',
481         '*.iceglow.com',
482         'ie.to',
483         'igoto.co.uk',
484         'ilook.tw',
485         'inetwork.co.il' => array(
486                 'inetwork.co.il',       // by NiL HeMo (exe at bezeqint.net)
487                 '.up2.co.il',           // inetwork.co.il related, not classifiable, by roey blumshtein (roeyb76 at 017.net.il)
488                 '.dcn.co.il,',          // up2.co.il related, not classifiable, by daniel chechik (ns_daniel0 at bezeqint.net)
489         ),
490         '*.infogami.com',
491         'ipoo.org',
492         'ir.pl' => array(
493                 '*.aj.pl',
494                 '*.aliasy.org',
495                 '*.gu.pl',
496                 '*.hu.pl',
497                 '*.ir.pl',
498                 '*.jo.pl',
499                 '*.su.pl',
500                 '*.td.pl',
501                 '*.uk.pl',
502                 '*.uy.pl',
503                 '*.xa.pl',
504                 '*.zj.pl',
505         ),
506         'irotator.com',
507         'iscool.net' => array(
508                 '*.arecool.net',
509                 '*.iscool.net',
510                 '*.isfun.net',
511                 '*.tux.nu',
512         ),
513         '.iwebtool.com',
514         'jeeee.net',
515         'jeremyjohnstone.com' => array('url.vg'),
516         'jemurl.com',
517         'jggj.net',
518         'jpan.jp',
519         'kat.cc',
520         'kickme.to' => array(
521                 '.1024bit.at',
522                 '.128bit.at',
523                 '.16bit.at',
524                 '.256bit.at',
525                 '.32bit.at',
526                 '.512bit.at',
527                 '.64bit.at',
528                 '.8bit.at',
529                 '.adores.it',
530                 '.again.at',
531                 '.allday.at',
532                 '.alone.at',
533                 '.altair.at',
534                 '.american.at',
535                 '.amiga500.at',
536                 '.ammo.at',
537                 '.amplifier.at',
538                 '.amstrad.at',
539                 '.anglican.at',
540                 '.angry.at',
541                 '.around.at',
542                 '.arrange.at',
543                 '.australian.at',
544                 '.baptist.at',
545                 '.basque.at',
546                 '.battle.at',
547                 '.bazooka.at',
548                 '.berber.at',
549                 '.blackhole.at',
550                 '.booze.at',
551                 '.bosnian.at',
552                 '.brainiac.at',
553                 '.brazilian.at',
554                 '.bummer.at',
555                 '.burn.at',
556                 '.c-64.at',
557                 '.catalonian.at',
558                 '.catholic.at',
559                 '.chapel.at',
560                 '.chills.it',
561                 '.christiandemocrats.at',
562                 '.cname.at',
563                 '.colors.at',
564                 '.commodore.at',
565                 '.commodore64.at',
566                 '.communists.at',
567                 '.conservatives.at',
568                 '.conspiracy.at',
569                 '.cooldude.at',
570                 '.craves.it',
571                 '.croatian.at',
572                 '.cuteboy.at',
573                 '.dancemix.at',
574                 '.danceparty.at',
575                 '.dances.it',
576                 '.danish.at',
577                 '.dealing.at',
578                 '.deep.at',
579                 '.democrats.at',
580                 '.digs.it',
581                 '.divxlinks.at',
582                 '.divxmovies.at',
583                 '.divxstuff.at',
584                 '.dizzy.at',
585                 '.does.it',
586                 '.dork.at',
587                 '.drives.it',
588                 '.dutch.at',
589                 '.dvdlinks.at',
590                 '.dvdmovies.at',
591                 '.dvdstuff.at',
592                 '.emulators.at',
593                 '.end.at',
594                 '.english.at',
595                 '.eniac.at',
596                 '.error403.at',
597                 '.error404.at',
598                 '.evangelism.at',
599                 '.exhibitionist.at',
600                 '.faith.at',
601                 '.fight.at',
602                 '.finish.at',
603                 '.finnish.at',
604                 '.forward.at',
605                 '.freebie.at',
606                 '.freemp3.at',
607                 '.french.at',
608                 '.graduatejobs.at',
609                 '.greenparty.at',
610                 '.grunge.at',
611                 '.hacked.at',
612                 '.hang.at',
613                 '.hangup.at',
614                 '.has.it',
615                 '.hide.at',
616                 '.hindu.at',
617                 '.htmlpage.at',
618                 '.hungarian.at',
619                 '.icelandic.at',
620                 '.independents.at',
621                 '.invisible.at',
622                 '.is-chillin.it',
623                 '.is-groovin.it',
624                 '.japanese.at',
625                 '.jive.at',
626                 '.kickass.at',
627                 '.kickme.to',
628                 '.kindergarden.at',
629                 '.knows.it',
630                 '.kurd.at',
631                 '.labour.at',
632                 '.leech.at',
633                 '.liberals.at',
634                 '.linuxserver.at',
635                 '.liqour.at',
636                 '.lovez.it',
637                 '.makes.it',
638                 '.maxed.at',
639                 '.means.it',
640                 '.meltdown.at',
641                 '.methodist.at',
642                 '.microcomputers.at',
643                 '.mingle.at',
644                 '.mirror.at',
645                 '.moan.at',
646                 '.mormons.at',
647                 '.musicmix.at',
648                 '.nationalists.at',
649                 '.needz.it',
650                 '.nerds.at',
651                 '.neuromancer.at',
652                 '.newbie.at',
653                 '.nicepage.at',
654                 '.ninja.at',
655                 '.norwegian.at',
656                 '.ntserver.at',
657                 '.owns.it',
658                 '.paint.at',
659                 '.palestinian.at',
660                 '.phoneme.at',
661                 '.phreaking.at',
662                 '.playz.it',
663                 '.polish.at',
664                 '.popmusic.at',
665                 '.portuguese.at',
666                 '.powermac.at',
667                 '.processor.at',
668                 '.prospects.at',
669                 '.protestant.at',
670                 '.rapmusic.at',
671                 '.raveparty.at',
672                 '.reachme.at',
673                 '.reads.it',
674                 '.reboot.at',
675                 '.relaxed.at',
676                 '.republicans.at',
677                 '.researcher.at',
678                 '.reset.at',
679                 '.resolve.at',
680                 '.retrocomputers.at',
681                 '.rockparty.at',
682                 '.rocks.it',
683                 '.rollover.at',
684                 '.rough.at',
685                 '.rules.it',
686                 '.rumble.at',
687                 '.russian.at',
688                 '.says.it',
689                 '.scared.at',
690                 '.seikh.at',
691                 '.serbian.at',
692                 '.short.as',
693                 '.shows.it',
694                 '.silence.at',
695                 '.simpler.at',
696                 '.sinclair.at',
697                 '.singz.it',
698                 '.slowdown.at',
699                 '.socialists.at',
700                 '.spanish.at',
701                 '.split.at',
702                 '.stand.at',
703                 '.stoned.at',
704                 '.stumble.at',
705                 '.supercomputer.at',
706                 '.surfs.it',
707                 '.swedish.at',
708                 '.swims.it',
709                 '.synagogue.at',
710                 '.syntax.at',
711                 '.syntaxerror.at',
712                 '.techie.at',
713                 '.temple.at',
714                 '.thinkbig.at',
715                 '.thirsty.at',
716                 '.throw.at',
717                 '.toplist.at',
718                 '.trekkie.at',
719                 '.trouble.at',
720                 '.turkish.at',
721                 '.unexplained.at',
722                 '.unixserver.at',
723                 '.vegetarian.at',
724                 '.venture.at',
725                 '.verycool.at',
726                 '.vic-20.at',
727                 '.viewing.at',
728                 '.vintagecomputers.at',
729                 '.virii.at',
730                 '.vodka.at',
731                 '.wannabe.at',
732                 '.webpagedesign.at',
733                 '.wheels.at',
734                 '.whisper.at',
735                 '.whiz.at',
736                 '.wonderful.at',
737                 '.zor.org',
738                 '.zx80.at',
739                 '.zx81.at',
740                 '.zxspectrum.at',
741         ),
742         'kisaweb.com',
743         'krotki.pl',
744         'kuerzer.de',
745         '*.kupisz.pl',
746         'kuso.cc',
747         '*.l8t.com',
748         'lame.name',
749         'lediga.st',
750         'liencourt.com',
751         'liteurl.com',
752         'linkachi.com',
753         'linkezy.com',
754         'linkfrog.net',
755         'linkook.com',
756         'linkzip.net',
757         'lispurl.com',
758         'lnk.in',
759         'makeashorterlink.com',
760         'mcturl.com',
761         'memurl.com',
762         'metamark.net' => array('xrl.us'),
763         'midgeturl.com',
764         'minilink.org' => array('lnk.nu'),
765         'miniurl.org',
766         'miniurl.pl',
767         'mixi.bz',
768         'mo-v.jp',
769         'monster-submit.com',
770         'mooo.jp',
771         'murl.net',
772         'myactivesurf.net',
773         'mytinylink.com',
774         'myurl.in',
775         'myurl.com.tw',
776         'nanoref.com',
777         'ne1.net' => array(
778                 '*.ne1.net',
779                 '*.r8.org',
780         ),
781         'Nashville Linux Users Group' => array('nlug.org'),
782         'not2long.net',
783         '*.notlong.com',
784         '*.nuv.pl',
785         'ofzo.be',
786         '*.ontheinter.net',
787         'ourl.org',
788         'ov2.net',                              // frame
789         '*.ozonez.com',
790         'palurl.com',
791         '*.paulding.net',
792         'phpfaber.org',
793         'pnope.com',
794         'prettylink.com',
795         'proxid.net' => array(  // also xrelay.net
796                 '*.asso.ws',
797                 '*.corp.st',
798                 '*.euro.tm',
799                 '*.perso.tc',
800                 '*.site.tc',
801                 '*.societe.st',
802         ),
803                 'qrl.jp',
804         'qurl.net',
805         'qwer.org',
806         'redirectfree.com' => array(
807                 '*.red.tc',
808                 '*.redirectfree.com',
809                 '*.sky.tc',
810                 '*.the.vg',
811         ),
812         'redirme.com',
813         'redirectme.to',
814         'relic.net',
815         'rezma.info',
816         'rio.st',
817         '*.rmcinfo.fr',
818         'rubyurl.com',
819         '*.runboard.com',
820         'runurl.com',
821         's-url.net',
822         'sg5.co.uk' => array(
823                 '*.sg5.co.uk',
824                 '*.sg5.info',
825         ),
826         'shim.net' => array(
827                 '*.0kn.com',
828                 '*.2cd.net',
829                 '*.freebiefinders.net',
830                 '*.freegaming.org',
831                 '*.op7.net',
832                 '*.shim.net',
833                 '*.v9z.com',
834         ),
835         'shorl.com',
836         'shortenurl.com',
837         'shorterlink.com',
838         'shortlinks.co.uk',
839         'shorttext.com',
840         'shorturl-accessanalyzer.com',
841         'shortify.com' => array(
842                 '74678439.com',
843                 'shortify.com',
844         ),
845         'shortlink.co.uk',
846         'shorturl.com' => array(
847                 '*.1sta.com',
848                 '*.24ex.com',
849                 '*.2fear.com',
850                 '*.2fortune.com',
851                 '*.2freedom.com',
852                 '*.2hell.com',
853                 '*.2savvy.com',
854                 '*.2truth.com',
855                 '*.2tunes.com',
856                 '*.2ya.com',
857                 '*.alturl.com',
858                 '*.antiblog.com',
859                 '*.bigbig.com',
860                 '*.dealtap.com',
861                 '*.ebored.com',
862                 '*.echoz.com',
863                 '*.filetap.com',
864                 '*.funurl.com',
865                 '*.headplug.com',
866                 '*.hereweb.com',
867                 '*.hitart.com',
868                 '*.mirrorz.com',
869                 '*.shorturl.com',
870                 '*.spyw.com',
871                 '*.vze.com',
872         ),
873         'shrinkalink.com',
874         'shrinkthatlink.com',
875         'shrinkurl.us',
876         'shrt.org',
877         'shrunkurl.com',
878         'shurl.org',
879         'shurl.net',
880         'sid.to',
881         'simurl.com',
882         'sitelutions.com' => array(
883                 '*.assexy.as',
884                 '*.athersite.com',
885                 '*.athissite.com',
886                 '*.bestdeals.at',
887                 '*.byinter.net',
888                 '*.findhere.org',
889                 '*.fw.nu',
890                 '*.isgre.at',
891                 '*.isthebe.st',
892                 '*.kwik.to',
893                 '*.lookin.at',
894                 '*.lowestprices.at',
895                 '*.onthenet.as',
896                 '*.ontheweb.nu',
897                 '*.pass.as',
898                 '*.passingg.as',
899                 '*.redirect.hm',
900                 '*.rr.nu',
901                 '*.ugly.as',
902         ),
903         '*.skracaj.pl',
904         'skiltechurl.com',
905         'skocz.pl',
906         'slimurl.jp',
907         'slink.in',
908         'smallurl.eu',
909         'smurl.name',
910         'snipurl.com',
911         'sp-nov.net',
912         'splashblog.com',
913         'spod.cx',
914         '*.spydar.com',
915         'subdomain.gr' => array(
916                 '*.p2p.gr',
917                 '*.subdomain.gr',
918         ),
919         's-url.dk' => array('surl.dk'),
920         'surl.ws',
921         'symy.jp',
922         'tdurl.com',
923         'tighturl.com',
924         'tiniuri.com',
925         '*.tiny.cc',
926         'tiny.pl',
927         'tiny2go.com',
928         'tinylink.eu',
929         'tinylinkworld.com',
930         'tinypic.com',
931         'tinyr.us',
932         'tinyurl.com' => array(
933                 'tinyurl.com',
934                 'preview.tinyurl.com',
935                 'tinyurl.co.uk',
936         ),
937         'titlien.com',
938         'tlurl.com',
939         'link.toolbot.com',
940         'tnij.org',
941         'Tokelau ccTLD' => array('.tk'),
942         'toila.net',
943         '*.toolbot.com',
944         '*.torontonian.com',
945         'trimurl.com',
946         'ttu.cc',
947         'turl.jp',
948         '*.tz4.com',
949         'u.to' => array(        // ns *.1004web.com, 1004web.com is owned by Moon Jae Bark (utomaster@gmail.com) = u.to master
950                 '*.1.to',
951                 '*.4.to',
952                 '*.5.to',
953                 '*.82.to',
954                 '*.s.to',
955                 '*.u.to',
956                 '*.ce.to',
957                 '*.cz.to',
958                 '*.if.to',
959                 '*.it.to',
960                 '*.kp.to',
961                 '*.ne.to',
962                 '*.ok.to',
963                 '*.pc.to',
964                 '*.tv.to',
965                 '*.dd.to',
966                 '*.ee.to',
967                 '*.hh.to',
968                 '*.kk.to',
969                 '*.mm.to',
970                 '*.qq.to',
971                 '*.xx.to',
972                 '*.zz.to',
973                 '*.ivy.to',
974                 '*.joa.to',
975                 '*.ever.to',
976                 '*.mini.to',
977         ),
978         'uchinoko.in',
979         'ulimit.com' => array(
980                 '*.be.tf',
981                 '*.best.cd',
982                 '*.bsd-fan.com',
983                 '*.c0m.st',
984                 '*.ca.tc',
985                 '*.clan.st',
986                 '*.com02.com',
987                 '*.en.st',
988                 '*.euro.st',
989                 '*.fr.fm',
990                 '*.fr.st',
991                 '*.fr.vu',
992                 '*.gr.st',
993                 '*.ht.st',
994                 '*.int.ms',
995                 '*.it.st',
996                 '*.java-fan.com',
997                 '*.linux-fan.com',
998                 '*.mac-fan.com',
999                 '*.mp3.ms',
1000                 '*.qc.tc',
1001                 '*.sp.st',
1002                 '*.suisse.st',
1003                 '*.t2u.com',
1004                 '*.unixlover.com',
1005                 '*.zik.mu',
1006         ),
1007         '*.uni.cc',
1008         'unonic.com' => array(
1009                 '*.at.tf',      // AlpenNIC
1010                 '*.bg.tf',
1011                 '*.ca.tf',
1012                 '*.ch.tf',      // AlpenNIC
1013                 '*.cz.tf',
1014                 '*.de.tf',      // AlpenNIC
1015                 '*.edu.tf',
1016                 '*.eu.tf',
1017                 '*.int.tf',
1018                 '*.net.tf',
1019                 '*.pl.tf',
1020                 '*.ru.tf',
1021                 '*.sg.tf',
1022                 '*.us.tf',
1023         ),
1024         '*.uploadr.com',
1025         'url.ie',
1026         'url4.net',
1027         'url-c.com',
1028         'urlbee.com',
1029         'urlbounce.com',
1030         'urlcut.com',
1031         'urlcutter.com',
1032         'urlic.com',
1033         'urlin.it',
1034         '*.urlproxy.com',
1035         'urlser.com',
1036         'urlsnip.com',
1037         'urlzip.de',
1038         'urlx.org',
1039         'useurl.us',            // by Edward Beauchamp (mail at ebvk.com)
1040         'utun.jp',
1041         '*.v27.net',
1042         'v3.com by fortunecity.com' => array(
1043                 // http://www.v3.com/sub-domain-list.shtml
1044                 '*.all.at',
1045                 '*.back.to',
1046                 '*.beam.at',
1047                 '*.been.at',
1048                 '*.bite.to',
1049                 '*.board.to',
1050                 '*.bounce.to',
1051                 '*.bowl.to',
1052                 '*.break.at',
1053                 '*.browse.to',
1054                 '*.change.to',
1055                 '*.chip.ms',
1056                 '*.connect.to',
1057                 '*.crash.to',
1058                 '*.cut.by',
1059                 '*.direct.at',
1060                 '*.dive.to',
1061                 '*.drink.to',
1062                 '*.drive.to',
1063                 '*.drop.to',
1064                 '*.easy.to',
1065                 '*.everything.at',
1066                 '*.fade.to',
1067                 '*.fanclub.ms',
1068                 '*.firstpage.de',
1069                 '*.fly.to',
1070                 '*.flying.to',
1071                 '*.fortunecity.co.uk',
1072                 '*.fortunecity.com',
1073                 '*.forward.to',
1074                 '*.fullspeed.to',
1075                 '*.fun.ms',
1076                 '*.gameday.de',
1077                 '*.germany.ms',
1078                 '*.get.to',
1079                 '*.getit.at',
1080                 '*.hard-ware.de',
1081                 '*.hello.to',
1082                 '*.hey.to',
1083                 '*.hop.to',
1084                 '*.how.to',
1085                 '*.hp.ms',
1086                 '*.jump.to',
1087                 '*.kiss.to',
1088                 '*.listen.to',
1089                 '*.mediasite.de',
1090                 '*.megapage.de',
1091                 '*.messages.to',
1092                 '*.mine.at',
1093                 '*.more.at',
1094                 '*.more.by',
1095                 '*.move.to',
1096                 '*.musicpage.de',
1097                 '*.mypage.org',
1098                 '*.mysite.de',
1099                 '*.nav.to',
1100                 '*.notrix.at',
1101                 '*.notrix.ch',
1102                 '*.notrix.de',
1103                 '*.notrix.net',
1104                 '*.on.to',
1105                 '*.page.to',
1106                 '*.pagina.de',
1107                 '*.played.by',
1108                 '*.playsite.de',
1109                 '*.privat.ms',
1110                 '*.quickly.to',
1111                 '*.redirect.to',
1112                 '*.rulestheweb.com',
1113                 '*.run.to',
1114                 '*.scroll.to',
1115                 '*.seite.ms',
1116                 '*.shortcut.to',
1117                 '*.skip.to snap.to',
1118                 '*.soft-ware.de',
1119                 '*.start.at',
1120                 '*.stick.by',
1121                 '*.surf.to',
1122                 '*.switch.to',
1123                 '*.talk.to',
1124                 '*.tip.nu',
1125                 '*.top.ms',
1126                 '*.transfer.to',
1127                 '*.travel.to',
1128                 '*.turn.to',
1129                 '*.vacations.to',
1130                 '*.videopage.de',
1131                 '*.virtualpage.de',
1132                 '*.w3.to',
1133                 '*.walk.to',
1134                 '*.warp9.to',
1135                 '*.window.to',
1136                 '*.yours.at',
1137                 '*.zap.to',
1138                 '*.zip.to',
1139         ),
1140         'vdirect.com' => array(
1141                 '*.emailme.net',
1142                 '*.getto.net',
1143                 '*.inetgames.com',
1144                 '*.netbounce.com',
1145                 '*.netbounce.net',
1146                 '*.oneaddress.net',
1147                 '*.snapto.net',
1148                 '*.vdirect.com',
1149                 '*.vdirect.net',
1150                 '*.webrally.net',
1151         ),
1152         'vgo2.com',
1153         'w3t.org',
1154         'wapurl.co.uk',
1155         'wb.st' => array(
1156                 '*.team.st',
1157                 '*.wb.st',
1158         ),
1159         'wbkt.net',
1160         'webalias.com' => array(
1161                 '*.andmuchmore.com',
1162                 '*.browser.to',
1163                 '*.escape.to',
1164                 '*.fornovices.com',
1165                 '*.fun.to',
1166                 '*.got.to',
1167                 '*.hottestpix.com',
1168                 '*.imegastores.com',
1169                 '*.latest-info.com',
1170                 '*.learn.to',
1171                 '*.moviefever.com',
1172                 '*.mp3-archives.com',
1173                 '*.myprivateidaho.com',
1174                 '*.radpages.com',
1175                 '*.remember.to',
1176                 '*.resourcez.com',
1177                 '*.return.to',
1178                 '*.sail.to',
1179                 '*.sports-reports.com',
1180                 '*.stop.to',
1181                 '*.thrill.to',
1182                 '*.tophonors.com',
1183                 '*.uncutuncensored.com',
1184                 '*.up.to',
1185                 '*.veryweird.com',
1186                 '*.way.to',
1187                 '*.web-freebies.com',
1188                 '.webalias.com',
1189                 '*.webdare.com',
1190                 '*.xxx-posed.com',
1191         ),
1192         'webmasterwise.com',
1193         'wittylink.com',
1194         'wiz.sc',                       // tiny.cc related
1195         'x50.us' => array(
1196                 '*.i50.de',
1197                 '*.x50.us',
1198         ),
1199         'xhref.com',
1200         'xn6.net' => array(
1201                 '*.9ax.net',
1202                 '*.xn6.net',
1203         ),
1204         '.y11.net',
1205         'yatuc.com',
1206         'yep.it',
1207         'yumlum.com',
1208         'yurel.com',
1209         'z.la' => array(
1210                 'z.la',
1211                 't.z.la',
1212         ),
1213         'zaable.com',
1214         'zapurl.com',
1215         'zarr.co.uk',
1216         'zeroweb.org' => array(
1217                 '*.80t.com',
1218                 '*.firez.org',
1219                 '*.fizz.nu',
1220                 '*.ingame.org',
1221                 '*.irio.net',
1222                 '*.v33.org',
1223                 '*.zeroweb.org',
1224         ),
1225         'zippedurl.com',
1226         '*.zu5.net',
1227         'zuso.tw',
1228         '*.zwap.to',
1229 );
1230
1231 $blocklist['badhost A-2'] = array(
1232
1233         // A-2: Dynamic DNS, Dynamic IP services, DNS vulnerabilities, or another DNS cases
1234         //
1235         //'ddns.ru' => array('*.bpa.nu'),
1236         //'*.dnip.net',
1237         //'*.dyndns.*',
1238                 //'*.dyndns.dk',
1239                 //'*.dyndns.co.za',
1240                 //'*.dyndns.nemox.net',
1241         //'dydns.com' => array(
1242         //      '*.ath.cx',
1243         //      '*.dnsalias.org',
1244         //      '*.dyndns.org',
1245         //      '*.homeip.net',
1246         //      '*.mine.nu',
1247         //      '*.shacknet.nu',
1248         //),
1249         //'*.dynu.com',
1250         //'*.nerdcamp.net',
1251         //'*.zenno.info',
1252         //'.cm',        // 'Cameroon' ccTLD, sometimes used as typo of '.com'
1253                                 // and all non-recorded domains redirect to 'agoga.com' now
1254 );
1255
1256
1257 // B: Sample setting of:
1258 // Jacked (taken advantage of) and cleaning-less sites
1259 //
1260 // Please notify us about this list with reason:
1261 // http://pukiwiki.sourceforge.jp/dev/?BugTrack2%2F208
1262
1263 $blocklist['badhost B-1'] = array(
1264
1265         // B-1: Web spaces
1266         //
1267         //   Messages from forerunners:
1268         //     activefreehost.com
1269         //       "We regret to inform you that ActiveFreeHost
1270         //        free hosting service has is now closed (as of
1271         //        September 18). We have been online for over
1272         //        two and half years, but have recently decided
1273         //        to take time for software improvement to fight
1274         //        with server abuse, Spam advertisement and
1275         //        fraud."
1276         //
1277         '*.0catch.com',         // by bluehost.com
1278         '100 Best Inc' => array(        // by 100 Best Inc (info at 100best.com)
1279                 '*.0-st.com',
1280                 '*.150m.com',   // by 100 Best, Inc., NS by 0catch.com
1281                 '*.2-hi.com',
1282                 '*.20fr.com',
1283                 '*.20ii.com',
1284                 '*.20is.com',
1285                 '*.20it.com',
1286                 '*.20m.com',    // by jlee at 100bestinc.com
1287                 '*.20me.com',
1288                 '*.20to.com',
1289                 '*.2u-2.com',
1290                 '*.3-st.com',
1291                 '*.fws1.com',
1292                 '*.fw-2.com',
1293                 '*.inc5.com',
1294                 '*.on-4.com',
1295                 '*.st-3.com',
1296                 '*.st20.com',
1297                 '*.up-a.com',
1298         ),
1299         '20six weblog services' => array(
1300                 '.20six.nl',                    // by 20six weblog services (postmaster at 20six.nl)
1301                 '.20six.co.uk',
1302                 '.20six.fr',
1303                 'myblog.de',
1304                 'myblog.es',
1305         ),
1306         '*.250free.com',        // by Brian Salisbury (domains at 250host.com)
1307         '2page.de' => array(
1308                 '.dreipage.de',
1309                 '.2page.de',
1310         ),
1311         'c2k.jp' => array(
1312                 '.081.in',              // by Makoto Okuse (webmaster at 2style.net)
1313                 '.2st.jp',              // by 2style, ns *.click2k.net, *.2style.net
1314                 '.2style.in',   // by Makoto Okuse (webmaster at 2style.net)
1315                 '.2style.jp',   // by click2k, ns *.2style.jp, *.2style.net
1316                 '.2style.net',  // by makoto okuse (webmaster at 2style.net), ns *.click2k.net, *.2style.jp, *.2style.net
1317                 '.betty.jp',    // by 2style, ns *.click2k.net, *.2style.net
1318                 '.bian.in',             // by Makoto Okuse (webmaster at 2style.net)
1319                 '.cabin.jp',    // by 2style, ns *.click2k.net, *.2style.net
1320                 '.click2k.net', // by makoto okuse (webmaster at 2style.net), ns *.click2k.net, *.2style.net
1321                 '.cult.jp',             // by 2style, ns *.click2k.net, *.2style.net
1322                 '.curl.in',             // by Makoto Okuse (webmaster at 2style.net)
1323                 '.cute.cd',             // by Yuya Fukuda (count at kit.hi-ho.ne.jp), ns *.2style.jp, *.2style.net
1324                 '.ennui.in',    // by Makoto Okuse (webmaster at 2style.net)
1325                 '.houka5.com',  // by makoto okuse (webmaster at 2style.net), ns *.click2k.net, *.2style.net
1326                 '.jinx.in',             // by Makoto Okuse (webmaster at 2style.net)
1327                 '.loose.in',    // by Makoto Okuse (webmaster at 2style.net)
1328                 '.mippi.jp',    // by 2style, ns *.click2k.net, *.2style.net
1329                 '.mist.in',             // by Makoto Okuse (webmaster at 2style.net)
1330                 '.muu.in',              // by Makoto Okuse (webmaster at 2style.net)
1331                 '.naive.in',    // by Makoto Okuse (webmaster at 2style.net)
1332                 '.panic.in',    // by Makoto Okuse (webmaster at 2style.net)
1333                 '.psyco.jp',    // by click2k, ns *.click2k.net, *.2style.net
1334                 '.purety.jp',   // by 2style, ns *.click2k.net, *.2style.net
1335                 '.rapa.jp',             // by 2style, ns *.click2k.net, *.2style.net
1336                 '.side-b.jp',   // by 2style, ns *.click2k.net, *.2style.net
1337                 '.slum.in',             // by Makoto Okuse (webmaster at 2style.net)
1338                 '.sweety.jp',   // by click2k, ns *.click2k.net, *.2style.net
1339                 '.web-box.jp',  // by 2style, ns *.click2k.net, *.2style.net
1340                 '.yea.jp',              // by 2style, ns *.click2k.net, *.2style.net
1341         ),
1342         '*.30mb.com',           // by 30MB Online (63681 at whois.gkg.net)
1343         'icedesigns at gmail.com' => array(     // by Boling Jiang (icedesigns at gmail.com)
1344                 '*.0moola.com',
1345                 '*.3000mb.com',
1346                 '.501megs.com',
1347                 '*.teracities.com',
1348                 '*.xoompages.com',
1349         ),
1350         '*.50megs.com',         // by hostmaster at northsky.com
1351         '*.5gbfree.com',
1352         '*.9999mb.com',         // by allan Jerman (prodigy-airsoft at cox.net)
1353         'aeonity.com',          // by Emocium Solutions (creativenospam at gmail.com)
1354         '*.aimoo.com',
1355         '*.alkablog.com',
1356         '*.alluwant.de',
1357         'AOL' =>        // http://about.aol.com/international_services
1358                 '/^(?:chezmoi|home|homes|hometown|journals|user)\.' .
1359                 '(aol|americaonline)\.' .
1360                 '(?:ca|co\.uk|com|com\.au|com.mx|de)$/',
1361                 // Rough but works
1362         'angelfire.com',        // angelfire.lycos.com
1363         '*.askfaq.org',
1364         '*.atfreeforum.com',
1365         '*.asphost4free.com',
1366         'basenow.com',
1367         '*.bb-fr.com',
1368         '*.beeplog.com',
1369         'bestfreeforums.com',
1370         'bizcn.com' => '/.*\.w[0-9]+\.bizcn\.com$/', // XiaMen BizCn Computer & Network CO.,LTD
1371         '*.blog.com',
1372         '*.blog.com.es',
1373         '*.blog.hr',
1374         '*.blog-fx.com',
1375         'blogas.lt',
1376         '*.blogdrive.com',
1377         '*.blogg.de',
1378         '*.bloggingmylife.com',
1379         '*.bloggles.info',
1380         'bloggers.nl',
1381         '*.blogharbor.com',
1382         'bloguitos.com',
1383         'blogosfer.com',
1384         '*.blogslive.net',
1385         '*.blogspot.com',               // by Google
1386         '*.blogstream.com',
1387         'blogyaz.com',
1388         '*.boardhost.com',
1389         'bravenet.com' => array(
1390                 '*.bravenet.com',
1391                 '*.bravehost.com',
1392         ),
1393         '*.by.ru',                              // nthost.ru related?
1394         '*.chueca.com',
1395         'concepts-mall.com',
1396         '*.conforums.com',              // by Roger Sutton (rogersutton at cox.net)
1397         'counterhit.de',
1398         '*.creatuforo.com',             // by Desafio Internet S.L. (david at soluwol.com)
1399         'createforum.us' => array(
1400                 '*.createforum.us',
1401                 '*.forumportal.us',
1402                 '*.freeportal.us',
1403                 '*.phpbb2.us',
1404         ),
1405         '*.createmybb.com',
1406         'cwcity.de' => array(
1407                 '.cwcity.de',
1408                 '.cwsurf.de',
1409         ),
1410         'dakrats.net',
1411         '*.dcswtech.com',
1412         '*.devil.it',
1413         '*.diaryland.com',
1414         'domains at galaxywave.net' => array(
1415                 'blogstation.net',
1416                 '.phpbb-host.com',
1417         ),
1418         'dotbb.be',
1419         '*.dox.hu',                             // dns at 1b.hu
1420         '*.e-host.ws',          // by dns at jomax.net, ns by 0catch.com
1421         '*.eblog.com.au',
1422         '*.ekiwi.de',
1423         '*.eamped.com',                 // Admin by Joe Hayes (joe_h_31028 at yahoo.com)
1424         '.easyfreeforum.com',   // by XT Store Sas, Luca Lo Bascio (marketing at atomicshop.it)
1425         '*.ebloggy.com',
1426         'enunblog.com',
1427         '*.epinoy.com',
1428         'forum.ezedia.net',
1429         '*.extra.hu',                   // angelo at jasmin.hu
1430         '*.fanforum.cc',
1431         'fingerprintmedia.com',
1432         '*.filelan.com',
1433         '*.forum5.com',                 // by Harry S (hsg944 at gmail.com)
1434         '*.free-25.de',
1435         '*.free-bb.com',
1436         '*.free-site-host.com', // by CGM-Electronics (chris at cgm-electronics.com)
1437         'freebb.nl',
1438         '*.freeclans.de',
1439         '*.freelinuxhost.com',  // by 100webspace.com
1440         'freeforum.at',                 // by Sandro Wilhelmy
1441         '*.freeforums.org',             // by 1&1 Internet, Inc. - 1and1.com
1442         'freewebhostingarea.com' => array(      // or www.freewha.com
1443                 '*.6te.net',
1444                 '*.ueuo.com',
1445                 '*.orgfree.com',
1446         ),
1447         '*.freewebpage.org',
1448         'freewebs.com',
1449         '*.freewebspace.net.au',
1450         '*.foren-city.de',
1451         'foren-gratis.de',
1452         'foroswebgratis.com',
1453         '*.forum-on.de',
1454         'forumbolt.com',
1455         'forumnow.com.br',
1456         '*.forumppl.com',
1457         'forumprofi.de' => '#^(?:.*\.)?forumprofi[0-9]*\.de$#',
1458         'forumup' => '#^^(?:.*\.)?forumup\.' .
1459                 '(?:at|be|ca|ch|co\.nz|co\.uk|co\.za|com|com\.au|com\.mx|cn|' .
1460                 'cz|de|dk|es|eu|fr|gr|hu|in|info|ir|it|jobs|jp|lt|' .
1461                 'lv|org|pl|name|net|nl|ro|ru|se|sk|tv|us|web\.tr)$#',
1462         '*.fory.pl',
1463         'freepowerboards.com',
1464         '*.freepowerboards.com',
1465         '*.funpic.de',
1466         'geocities.com',
1467         'getbetterhosting.com' => array(
1468                 '*.30mb.com',   // by 30MB Online (63681 at whois.gkg.net), introduced as one alternative of 90megs.com
1469                 '*.90megs.com', // by Get Better Hosting (admin at getbetterhosting.com)
1470         ),
1471         '*.guestbook.de',
1472         'gwebspace.de',
1473         'gossiping.net',
1474         'gb-hoster.de',
1475         '*.goodboard.de',
1476         'docs.google.com',                      // by Google
1477         'guestbook.at',
1478         'club.giovani.it',
1479         '*.gratis-server.de',
1480         'groups-beta.google.com',       // by Google
1481         'healthcaregroup.com',
1482         '*.hit.bg',                             // by forumup.com ??
1483         '*.host-page.com',
1484         '*.hostingclub.de',
1485         '*.hut2.ru',
1486         'ic.cz' => array(
1487                 '*.ezin.cz',            // internetcentrum at gmail.com, ns ignum.com, ignum.cz
1488                 '*.hu.cz',                      // internetcentrum at gmail.com
1489                 '*.hustej.net',         // baz at bluedot.cz, dom-reg-joker at ignum.cz
1490                 '*.ic.cz',                      // internetcentrum at gmail.com
1491                 '*.kx.cz',                      // jan at karabina.cz, info at ignum.cz
1492                 '*.own.cz',                     // internetcentrum at gmail.com
1493                 '*.phorum.cz',          // internetcentrum at gmail.com
1494                 '*.tym.cz',                     // internetcentrum at gmail.com
1495                 '*.tym.sk',                     // jobot at ignum.cz
1496                 '*.wu.cz',                      // jan at karabina.cz, info at ignum.cz
1497                 '*.yc.cz',                      // ivo at karabina.cz, jan at karabina.cz
1498                 '*.yw.sk',                      // jobot at ignum.cz
1499         ),
1500         'ieurop.net' => array(
1501                 '*.ibelgique.com',
1502                 '*.iespana.es',
1503                 '*.ifrance.com',
1504                 '*.iitalia.com',
1505                 '*.iquebec.com',
1506                 '*.isuisse.com',
1507         ),
1508         '*.ihateclowns.net',
1509         '*.iphorum.com',
1510         '*.blog.ijijiji.com',
1511         'it168.com',
1512         '.iwannaforum.com',
1513         '*.journalscape.com',
1514         '*.blog.kataweb.it',
1515         'blogs.kaixo.com',
1516         '*.kokoom.com',
1517         'koolpages.com',
1518         '*.ksiegagosci.info',
1519         'lide.cz' => array(
1520                 '*.lide.cz',
1521                 '*.sblog.cz',
1522         ),
1523         'limmon.net',
1524         '*.livejournal.com',
1525         '*.logme.nl',
1526         'ltss.luton.ac.uk',
1527         '*.lycos.it',
1528         'angelfire.lycos.com',
1529         'mbga.jp',                              // by DeNA Co.,Ltd. (barshige at hq.bidders.co.jp, torigoe at hq.bidders.co.jp)
1530         '*.messageboard.nl',
1531         'mokono GmbH' => array(
1532                 '*.blog.com.es',
1533                 '*.blog.de',
1534                 '*.blog.fr',
1535                 '*.blog.co.uk',
1536                 '*.blog.ca',
1537                 '*.blogs.se',
1538                 '*.blogs.fi',
1539                 '*.blogs.no',
1540                 '*.blogs.dk',
1541                 '*.blogs.ro',
1542                 '*.weblogs.pl',
1543                 '*.weblogs.cz',
1544                 '*.weblogs.hu',
1545         ),
1546         'monforum.com' => array(
1547                 '*.monforum.com',
1548                 '*.monforum.fr',
1549         ),
1550         '*.multiforum.nl',              // by Ron Warris (info at phpbbhost.nl)
1551         'myblog.is',
1552         'myblogma.com',
1553         '*.myblogvoice.com',
1554         'myblogwiki.com',
1555         '*.myforum.ro',
1556         '*.myfreewebs.net',
1557         '*.mysite.com',
1558         '*.myxhost.com',
1559         '*.netfast.org',
1560         'netgears.com' => array(        // by domains at netgears.com
1561                 '*.9k.com',
1562                 '*.741.com',
1563                 '*.freewebsitehosting.com',
1564                 '*.freewebspace.com',
1565                 '*.freewebpages.org',
1566         ),
1567         'neweconomics.info',
1568         '*.nm.ru',
1569         '*.w100.okwit.com',             // by chen jinian (dfym at dfym.cn)
1570         'onlyfree.de',
1571         '*.ooblez.com',                 // by John Nolande (ooblez at hotmail.com)
1572         'osemka.pl' => array(   // by Osemka Internet Media (biuro at nazwa.pl)
1573                 '.friko.pl',
1574                 '.jak.pl',
1575                 '.nazwa.pl',
1576                 '.w8w.pl',
1577                 '.za.pl',
1578                 '.skysquad.net',        // by Dorota Brzezinska (info at nazwa.pl)
1579         ),
1580         '*.parlaris.com',
1581         '*.pathfinder.gr',
1582         '*.foros.tv',
1583         '*.phorum.pl',
1584         '*.phpbbx.de',
1585         '*.pochta.ru',
1586         '*.portbb.com',
1587         'powerwebmaster.de',
1588         'proboards' => '#^(?:.*\.)proboards[0-9]*\.com$#',
1589         '*.probook.de',
1590         '*.prohosting.com',     // by Nick Wood (admin at dns-solutions.net)
1591         '*.quickfreehost.com',
1592         'quizilla.com',
1593         '*.qupis.com',          // by Xisto Corporation (shridhar at xisto.com)
1594         'razyboard.com',
1595         'realhp.de',
1596         'rgbdesign at gmail.com' => array(      // by RB2 (rgbdesign at gmail.com)
1597                 '*.juicypornhost.com',
1598                 '*.pornzonehost.com',
1599                 '*.xhostar.com',
1600         ),
1601         'rin.ru' => array(
1602                 '*.sbn.bz',
1603                 '*.wol.bz',
1604         ),
1605         'Halverston Holdings Limited' => array( // pochta.ru?lng=en
1606                 // Seems one of affiliates of RBC, RosBusinessConsulting (rbc.ru, rbcnews.com)
1607                 '*.fromru.com',         // by Lapeshkina Tatyana (noc at pochta.ru)
1608                 '*.front.ru',           // (domain at hc.ru)
1609                 '*.hc.ru',                      // by (domain at hosting.rbc.ru, domaincredit at hosting.rbc.ru)
1610                 '*.hotbox.ru',          // (domain at hc.ru)
1611                 '*.hotmail.ru',         // (hosting at hc.ru)
1612                 '*.krovatka.su',        // (domain at hc.ru, hosting at hc.ru)
1613                 '*.land.ru',            // (domain at hc.ru)
1614                 '*.mail15.com',         // (hosting at hc.ru)
1615                 '*.mail333.com',        // (hosting at hc.ru)
1616                 '*.newmail.ru',         // (domain at hc.ru, hosting at hc.ru)
1617                 '*.nightmail.ru',       // (domain at hc.ru, hosting at hc.ru)
1618                 '*.pisem.net',          // (hosting at hc.ru)
1619                 '*.pochta.ru',          // (domain at hc.ru)
1620                 '*.pochtamt.ru',        // (domain at hc.ru)
1621                 '*.pop3.ru',            // (domain at hc.ru)
1622                 '*.rbcmail.ru',         // (domain at hc.ru)
1623                 '*.smtp.ru',            // (domain at hc.ru)
1624         ),
1625         '*.sayt.ws',
1626         '*.seo-blog.org',
1627         '*.shoutpost.com',
1628         '*.siamforum.com',
1629         '*.siteburg.com',
1630         '*.sitesfree.com',              // support at livesearching.com
1631         '*.sitesled.com',
1632         'skinnymoose.com',              // by Steven Remington (admin at outdoorwebhosting.com)
1633         'smartrans.com' => array(
1634                 '.3w.to',
1635                 '.aim.to',
1636                 '.djmp.jp',
1637                 '.nihongourl.nu',
1638                 '.urljp.com',
1639                 '.www1.to',
1640                 '.www2.to',
1641                 '.www3.to',
1642         ),
1643         '*.spazioforum.it',
1644         '*.spicyblogger.com',
1645         '*.spotbb.com',
1646         '*.squarespace.com',
1647         'stickypond.com',
1648         'stormloader.com',
1649         'strikebang.com',
1650         '*.sultryserver.com',
1651         '*.t35.com',
1652         'tabletpcbuzz.com',
1653         '*.talkthis.com',
1654         'tbns.net',
1655         'telasipforums.com',
1656         'thestudentunderground.org',
1657         'think.ubc.ca',
1658         '*.tripod.com',
1659         '*.vtost.com',
1660         '*.vidiac.com',
1661         'volny.cz',
1662         '*.welover.org',
1663         'web1000.com' => array(
1664                 // http://www.web1000.com/register_new2.php
1665                 '*.fasthost.tv',
1666                 '*.hothost.tv',
1667                 '*.isgreat.tv',
1668                 '*.issexy.tv',
1669                 '*.isterrible.tv',
1670                 '*.somegood.tv',
1671                 '*.adultnations.com',
1672                 '*.alladultfemale.com',
1673                 '*.alladultmale.com',
1674                 '*.allbisexual.com',
1675                 '*.allbreast.com',
1676                 '*.allfeminism.com',
1677                 '*.allmanpages.com',
1678                 '*.allmendirect.com',
1679                 '*.allphotoalbum.com',
1680                 '*.allsexpages.com',
1681                 '*.allwomanweb.com',
1682                 '*.attorney-site.com',
1683                 '*.bedclip.com',
1684                 '*.bestfamilysite.com',
1685                 '*.bestmusicpages.com',
1686                 '*.bigmoron.com',
1687                 '*.bourgeoisonline.com',
1688                 '*.candyfrom.us',
1689                 '*.cartoonhit.com',
1690                 '*.cat-on-line.com',
1691                 '*.chokesondick.com',
1692                 '*.closeupsof.us',
1693                 '*.cpa-site.com',
1694                 '*.dampgirl.com',
1695                 '*.dampgirls.com',
1696                 '*.deepestfetish.com',
1697                 '*.docspages.com',
1698                 '*.dog-on-line.com',
1699                 '*.dogcountries.com',
1700                 '*.dognations.com',
1701                 '*.doingitwith.us',
1702                 '*.drenchedface.com',
1703                 '*.drenchedlips.com',
1704                 '*.drspages.com',
1705                 '*.edogden.com',
1706                 '*.eroticountry.com',
1707                 '*.fasthost.tv',
1708                 '*.fineststars.com',
1709                 '*.foronlinegames.com',
1710                 '*.forplanetearth.com',
1711                 '*.freeadultparty.com',
1712                 '*.freespeechsite.com',
1713                 '*.gayadultxxx.com',
1714                 '*.gaytaboo.com',
1715                 '*.greatcookery.com',
1716                 '*.greatrecipepages.com',
1717                 '*.greatstreamingvideo.com',
1718                 '*.hatesit.com',
1719                 '*.hothost.tv',
1720                 '*.iscrappy.com',
1721                 '*.isgreat.tv',
1722                 '*.issexy.tv',
1723                 '*.isterrible.tv',
1724                 '*.itinto.us',
1725                 '*.japannudes.net',
1726                 '*.jesussave.us',
1727                 '*.jesussaveus.com',
1728                 '*.labialand.com',
1729                 '*.lettersfrom.us',
1730                 '*.lookingat.us',
1731                 '*.lunaticsworld.com',
1732                 '*.microphallus.com',
1733                 '*.mycatshow.com',
1734                 '*.mydogshow.com',
1735                 '*.myhardman.com',
1736                 '*.mylawsite.net',
1737                 '*.mylovething.com',
1738                 '*.onasoapbox.com',
1739                 '*.onlinepulpit.com',
1740                 '*.petitionthegovernment.com',
1741                 '*.photosfor.us',
1742                 '*.picturetrades.com',
1743                 '*.pleasekiss.us',
1744                 '*.politicalemergency.com',
1745                 '*.power-emergency.com',
1746                 '*.prayingfor.us',
1747                 '*.realbadidea.com',
1748                 '*.realisticpolitics.com',
1749                 '*.reallybites.com',
1750                 '*.reallypumping.us',
1751                 '*.reallyrules.com',
1752                 '*.reallysuckass.com',
1753                 '*.reallysucksass.com',
1754                 '*.realsweetheart.com',
1755                 '*.rottenass.com',
1756                 '*.schoolreference.com',
1757                 '*.sexheroes.com',
1758                 '*.sharewith.us',
1759                 '*.smutstars.com',
1760                 '*.soakinglips.com',
1761                 '*.somegood.tv',
1762                 '*.songsfrom.us',
1763                 '*.stinkingfart.com',
1764                 '*.stinkyhands.com',
1765                 '*.storiesfrom.us',
1766                 '*.taboocountry.com',
1767                 '*.television-series.com',
1768                 '*.thisbelongsto.us',
1769                 '*.totallyboning.us',
1770                 '*.vaginasisters.com',
1771                 '*.verydirtylaundry.com',
1772                 '*.videosfor.us',
1773                 '*.videosfrom.us',
1774                 '*.videosof.us',
1775                 '*.virtualdogshit.com',
1776                 '*.web1000.com',
1777                 '*.webpicturebook.com',
1778                 '*.wronger.com',
1779                 '*.xxxnations.com',
1780                 '*.yourwaywith.us',
1781         ),
1782         'webblog.ru',
1783         'weblogmaniacs.com',
1784         '*.webnow.biz',                 // by Hsien I Fan (admin at servcomputing.com), ServComputing Inc. 
1785         'websitetoolbox.com',
1786         'welnet.de' => array(
1787                 'welnet.de',
1788                 'welnet4u.de',
1789         ),
1790         'wh-gb.de',
1791         '*.wikidot.com',
1792         '*.wmjblogs.ru',
1793         '*.wordpress.com',
1794         '.wsboards.com',                // by Chris Breen (Cbween at gmail.com)
1795         'xeboards.com',                 // by Brian Shea (bshea at xeservers.com)
1796         'UcoZ Web-Services' => array(
1797                 '*.3dn.ru',
1798                 '*.clan.su',
1799                 '*.moy.su',
1800                 '*.my1.ru',
1801                 '*.p0.ru',
1802                 '*.pp.net.ua',
1803                 '*.ucoz.co.uk',
1804                 '*.ucoz.com',
1805                 '*.ucoz.net',
1806                 '*.ucoz.org',
1807                 '*.ucoz.ru',
1808                 '*.ws.co.ua',
1809         ),
1810         '*.ya.com',                             // 'geo.ya.com', 'blogs.ya.com', 'humano.ya.com', 'audio.ya.com'...
1811         'YANDEX, LLC.' => array(
1812                 '*.narod.ru',           // noc at yandex.net
1813                 'yandex.ru',            // noc at yandex.net
1814         ),
1815         'yourfreebb.de',
1816         'your-websites.com' => array(
1817                 '*.your-websites.net',
1818                 '*.web-space.ws',
1819         ),
1820 );
1821
1822
1823 $blocklist['badhost B-2'] = array(
1824
1825         // B-2: Jacked contents, something implanted
1826         // (e.g. some sort of blog comments, BBSes, forums, wikis)
1827         '3gmicro.com',                  // by Dean Anderson (dean at nobullcomputing.com)
1828         'aac.com',
1829         '*.aamad.org',
1830         'agnt.org',
1831         'alwanforthearts.org',
1832         '*.anchor.net.au',
1833         'anewme.org',
1834         'internetyfamilia.asturiastelecentros.com',
1835         'Ball State University' => array('web.bsu.edu'),
1836         'blepharospasm.org',
1837         'nyweb.bowlnfun.dk',
1838         '*.buzznet.com',
1839         '*.canberra.net.au',
1840         'castus.com',
1841         'Case Western Reserve University' => array('case.edu'),
1842         '*.colourware.co.uk',
1843         'cpuisp.com',
1844         'International Christian University' => array('icu.edu.ua'),
1845         '*.iphpbb.com',
1846         'board-z.de',
1847         '*.board-z.de',
1848         'California State University Stanislaus' => array('writing.csustan.edu'),
1849         'cannon.co.za',
1850         'columbosgarden.com',
1851         '*.communityhost.de',
1852         'connectionone.org',
1853         'deathwinds.com',
1854         'deforum.org',
1855         'delayedreaction.org',
1856         'deproduction.org',
1857         'dc503.org',
1858         'dre-centro.pt',
1859         'forums.drumcore.com',
1860         'dundeeunited.org',
1861         'energyglass.com.ua',
1862         'info.ems-rfid.com',
1863         'farrowhosting.com',    // by Paul Farrow (postmaster at farrowcomputing.com)
1864         '.fhmcsa.org.au',
1865         'findyourwave.co.uk',
1866         'plone4.fnal.gov',
1867         'freeforen.com',
1868         'funkdoc.com',
1869         'funnyclipcentral.com',
1870         'gearseds.com',
1871         'ghettojava.com',
1872         'gnacademy.org',
1873         '*.goodboard.de',
1874         'greendayvideo.net' => array(
1875                 'greendayvideo.net',
1876                 'espanol.greendayvideo.net',
1877         ),
1878         'Harvard Law School' => array('blogs.law.harvard.edu'),
1879         'helpiammoving.com',
1880         'homepage-dienste.com',
1881         'hullandhull.com',
1882         'huskerink.com',
1883         '.hyba.info',
1884         'inda.org',
1885         'internetincomeclub.com',
1886         '*.inventforum.com',
1887         'ipwso.org',
1888         'ironmind.com',
1889         'skkustp.itgozone.com', // hidden JavaScript
1890         '.jloo.org',
1891         'Kazan State University' => array(
1892                 'dir.kzn.ru',
1893                 'sys.kcn.ru',
1894         ),
1895         'test.kernel.org',
1896         'kevindmurray.com',
1897         'kroegjesroutes.nl',
1898         'forum.lixium.fr',
1899         'macfaq.net',
1900         'me4x4.com',
1901         'minsterscouts.org',
1902         'morallaw.org',
1903         'morerevealed.com',
1904         'mamiya.co.uk',
1905         'vcd.mmvcd.com',
1906         'Monmouth College' => array('department.monm.edu'),
1907         'mountainjusticemedia.org',
1908         '*.mybbland.com',
1909         'North Carolina A&T State University' => array(
1910                 'ncat.edu',
1911                 'my.ncat.edu',
1912                 'hlc.ncat.edu',
1913         ),
1914         'users.nethit.pl',
1915         'nightclubvip.net',
1916         'njbodybuilding.com',
1917         'nlen.org',
1918         'Sacred Heart Catholic Primary School' => array('sacredheartpymble.nsw.edu.au'),
1919         'offtextbooks.com',
1920         'ofimatika.com',
1921         'omakase-net',                  // iframe
1922         'omikudzi.ru',
1923         'openchemist.net',
1924         'pataphysics-lab.com',
1925         'perl.org.br',
1926         'pix4online.co.uk',
1927         'plone.dk',
1928         'preform.dk',
1929         'privatforum.de',
1930         'rehoboth.com',
1931         'rodee.org',
1932         'ryanclark.org',
1933         '*.reallifelog.com',
1934         'rkphunt.com',
1935         'sapphireblue.com',
1936         'saskchamber.com',
1937         'savevoorhees.org',
1938         'selikoff.net',
1939         'serbisyopilipino.org',
1940         'setbb.com',
1941         'sharejesusinternational.com',
1942         'silver-tears.net',
1943         'Saint Martin\'s University' => array('homepages.stmartin.edu'),
1944         '.softpress.com',
1945         'southbound-inc.com',   // There is a <html>.gif (img to it168.com) 
1946         'tehudar.ru',
1947         'Tennessee Tech University' => array('manila.tntech.edu'),
1948         'thebluebird.ws',
1949         'theosis.org',
1950         'troms-slekt.com',
1951         'theedgeblueisland.com',
1952         'chat.travlang.com',
1953         'torontoplace.com',
1954         'Truman State University' => array('mathbio.truman.edu'),
1955         'tuathadedannan.org',
1956         'txgotg.com',
1957         'tzaneen.co.za',
1958         'The University of North Dakota' => array(
1959                 'learn.aero.und.edu',
1960                 'ez.asn.und.edu',
1961         ),
1962         'The University of Alabama' => array('bama.ua.edu'),
1963         'urgentclick.com',
1964         'vacant.org.uk',
1965         'Villa Julie College' => array('www4.vjc.edu'),
1966         'West Virginia University Parkersburg' => array('wvup.edu'),
1967         'williamsburgrentals.com',
1968         'wolvas.org.uk',
1969         'wookiewiki.org',
1970         'uk.groups.yahoo.com',
1971         'University of Nebraska Lincoln' => array('ftp.ianr.unl.edu'),
1972         'yasushi.site.ne.jp',   // One of mixedmedia.net'
1973         'youthpeer.org',
1974         '*.zenburger.com',
1975 );
1976
1977
1978 $blocklist['badhost C'] = array(
1979
1980         // C: Sample setting of:
1981         // Exclusive spam domains
1982         //
1983         // Seems to have flavor of links, pills, gamble, online-games, erotic,
1984         // affiliates, finance, sending viruses, malicious attacks to browsers,
1985         // and/or mixed ones
1986         //
1987         // Please notify us about this list with reason:
1988         // http://pukiwiki.sourceforge.jp/dev/?BugTrack2/208
1989
1990         // C-1: Domain sets (seems to be) born to spam you
1991         //
1992         // All buziness-related spam
1993         //'.biz'
1994         //
1995         // by Boris (admin at seekforweb.com, bbmfree at yahoo.com)
1996         'admin at seekforweb.com' => array(
1997                 '.lovestoryx.com',
1998                 '.loveaffairx.com',
1999                 '.onmore.info',
2000                 '.scfind.info',
2001                 '.scinfo.info',
2002                 '.webwork88.info',
2003         ),
2004         // by Boris (boss at bse-sofia.bg)
2005         'boss at bse-sofia.bg' => array(
2006                 '.htewbop.org',
2007                 '.kimm--d.org',
2008                 '.gtre--h.org',
2009                 '.npou--k.org',
2010                 '.bres--z.org',
2011                 '.berk--p.org',
2012                 '.bplo--s.org',
2013                 '.basdpo.org',
2014                 '.jisu--m.org',
2015                 '.kire--z.org',
2016                 '.mertnop.org',
2017                 '.mooa--c.org',
2018                 '.nake--h.org',
2019                 '.noov--b.org',
2020                 '.suke--y.org',
2021                 '.vasdipv.org',
2022                 '.vase--l.org',
2023                 '.vertinds.org',
2024         ),
2025         // by Thai Dong Changli (pokurim at gamebox.net)
2026         'Thai Dong Changli' => array(
2027                 '.aqq3.info',
2028                 '.axa00.info',
2029                 '.okweb11.org',
2030                 '.okweb12.org',
2031                 '.okweb13.org',
2032                 '.okweb14.org',
2033         ),
2034         // by opezdol at gmail.com
2035         'opezdol' => array(
2036                 '.informazionicentro.info',
2037                 '.notiziacentro.info',
2038         ),
2039         'something_gen' => array(
2040                 '.adult-chat-world.info',       // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com),
2041                 '.adult-chat-world.org',        // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2042                 '.adult-sex-chat.info',         // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2043                 '.adult-sex-chat.org',          // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2044                 '.adult-cam-chat.info',         // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2045                 '.adult-cam-chat.org',          // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2046                 '.dildo-chat.org',                      // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2047                 '.dildo-chat.info',                     // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2048                 // flirt-online.info is not CamsGen
2049                 '.flirt-online.org',            // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2050                 '.live-adult-chat.info',        // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2051                 '.live-adult-chat.org',         // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2052                 '.sexy-chat-rooms.info',        // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2053                 '.sexy-chat-rooms.org',         // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2054                 '.swinger-sex-chat.info',       // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2055                 '.swinger-sex-chat.org',        // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2056                 '.nasty-sex-chat.info',         // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2057                 '.nasty-sex-chat.org',          // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2058
2059                 '.camshost.info',                       // 'CamsGen' by Sergey (buckster at hotpop.com)
2060                 '.camdoors.info',                       // 'CamsGen' by Sergey (buckster at hotpop.com)
2061                 '.chatdoors.info',                      // 'CamsGen' by Sergey (buckster at hotpop.com)
2062
2063                 '.lebedi.info',                         // 'BucksoGen', by Pronin Sergey (buckster at list.ru), 
2064                 '.loshad.info',                         // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2065                 '.porosenok.info',                      // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2066                 '.indyushonok.info',            // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2067                 '.kotyonok.info',                       // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2068                 '.kozlyonok.info',                      // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2069                 '.magnoliya.info',                      // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2070                 '.svinka.info',                         // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2071                 '.svinya.info',                         // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2072                 '.zherebyonok.info',            // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2073
2074                 '.adult-cam-chat-sex.info',             // by Lee Chang (nebucha at model-x.com)
2075                 '.adult-chat-sex-cam.info',             // 'CamsGen' by Lee Chang (nebucha at model-x.com)
2076                 '.live-chat-cam-sex.info',              // 'CamsGen' by Lee Chang (nebucha at model-x.com)
2077                 '.live-nude-cam-chat.info',             // 'CamsGen' by Lee Chang (nebucha at model-x.com)
2078                 '.live-sex-cam-nude-chat.info', // 'CamsGen' by Lee Chang (nebucha at model-x.com)
2079                 '.sex-cam-live-chat-web.info',  // 'CamsGen' by Lee Chang (nebucha at model-x.com)
2080                 '.sex-chat-live-cam-nude.info', // 'CamsGen' by Lee Chang (nebucha at model-x.com)
2081                 '.sex-chat-porn-cam.info',              // by Lee Chang (nebucha at model-x.com)
2082         ),
2083         // by Marcello Italianore (mital at topo20.org)
2084         'Marcello Italianore' => array(
2085                 '.trevisos.org',
2086                 '.topo20.org',
2087         ),
2088         'wellcams.com' => array(
2089                 '.j8v9.info',           // by Boris Moiseev (borka at 132moiseev.com)
2090                 '.wellcams.com',        // by Sergey Sergiyenko (studioboss at gmail.com)
2091                 '.wellcams.biz',        // by Sergey Sergiyenko (studioboss at gmail.com)
2092         ),
2093         // by Chinu Hua Dzin (graz at rubli.biz)
2094         'Chinu Hua Dzin' => array(
2095                 '.besturgent.org',
2096                 '.googletalknow.org',
2097                 '.montypythonltd.org',
2098                 '.supersettlemet.org',
2099                 '.thepythonfoxy.org',
2100                 '.ukgamesyahoo.org',
2101                 '.youryahoochat.org',
2102         ),
2103         // by Kikimas at mail.net, Redirect to nb717.com etc
2104         'Kikimas at mail.net' => array(
2105                 '.dbsajax.org',
2106                 '.acgt2005.org',
2107                 '.gopikottoor.com',
2108                 '.koosx.org',
2109                 '.mmgz.org',
2110                 '.zhiyehua.net',
2111         ),
2112         // by Andrey (vdf at lovespb.com)
2113         'vdf at lovespb.com' => array(
2114                 '.02psa.info',
2115                 '.1818u.org',
2116                 '.18ew.info',
2117                 '.43sexx.org',
2118                 '.56porn.org',
2119                 '.6discount.info',
2120                 '.78porn.org',          // "UcoZ WEB-SERVICES"
2121                 '.78rus.info',
2122                 '.92ssex.org',          // "ForumGenerator"
2123                 '.93adult.org',         // "ForumGenerator"
2124                 '.aboutsr.info',
2125                 '.aboutzw.info',
2126                 '.all23.info',
2127                 '.allvdf.info',
2128                 '.buy-dge.info',
2129                 '.buypo.info',
2130                 '.canadausa.info',      // "UcoZ WEB-SERVICES"
2131                 '.cv83.info',
2132                 '.cvwifw.info',
2133                 '.dabouts.info',
2134                 '.eplot.info',          // by Beatrice C. Anderson (Beatrice.C.Anderson at spambob.com)
2135                 '.fuck2z.info',         // "UcoZ WEB-SERVICES"-like design
2136                 '.free01sa.info',
2137                 '.frees1.info',
2138                 '.freexz.info',
2139                 '.ifree-search.org',
2140                 '.lovespb.info',
2141                 '.myso2.info',
2142                 '.nb74u.info',
2143                 '.ohhh2.info',
2144                 '.ol43.info',
2145                 '.olala18.info',
2146                 '.oursales.info',
2147                 '.pasian1.info',
2148                 '.pldk.info',
2149                 '.po473.info',
2150                 '.pornr.info',          // "UcoZ WEB-SERVICES"
2151                 '.poz2.info',
2152                 '.qpf8j4d.info',
2153                 '.saleqw.info',
2154                 '.sexof.info',          // "UcoZ WEB-SERVICES"
2155                 '.sexz18.info',
2156                 '.sexy69a.info',
2157                 '.shedikc.info',
2158                 '.spb78.info',
2159                 '.usacanadauk.info',
2160                 '.v782mks.info',
2161                 '.vny0.info',
2162                 '.wifes1.info',
2163                 '.xranvam.info',
2164                 '.zenitcx.info',
2165                 '.zxolala.info',
2166         ),
2167         // by Nike Borzoff (nike.borzoff at gmail.com), 'vdf at lovespb.com'-related
2168         'nike.borzoff at gmail.com' => array(
2169                 '.care01.info',
2170                 '.care02.info',
2171                 '.care03.info',
2172                 '.care04.info',
2173                 '.care05.info',
2174                 '.care06.info',
2175                 '.care07.info',
2176                 '.care08.info',
2177                 '.care09.info',
2178                 '.care10.info',
2179                 '.kra1906.info',        // "UcoZ WEB-SERVICES"
2180                 '.klastar01.info',
2181                 '.klastar02.info',
2182                 '.klastar03.info',
2183                 '.klastar04.info',
2184                 '.klastar05.info',
2185                 '.klastar06.info',
2186                 '.klastar07.info',
2187                 '.klastar08.info',
2188                 '.klastar09.info',
2189                 '.klastar10.info',
2190                 '.um20ax01.info',
2191                 '.um20ax02.info',
2192                 '.um20ax03.info',
2193                 '.um20ax04.info',
2194                 '.um20ax05.info',
2195                 '.um20ax06.info',
2196                 '.um20ax07.info',
2197                 '.um20ax08.info',
2198                 '.um20ax09.info',
2199                 '.um20ax10.info',
2200         ),
2201         'forrass at gmail.com' => array(        // by Ismail (forrass at gmail.com)
2202                 '.zmh01.info',
2203                 '.zmh02.info',
2204                 '.zmh03.info',
2205                 '.zmh04.info',
2206                 '.zmh05.info',
2207                 '.zmh06.info',
2208                 '.zmh07.info',
2209                 '.zmh08.info',
2210                 '.zmh09.info',
2211                 '.zmh10.info',
2212         ),
2213         // by Varsylenko Vladimir (vvm_kz at rambler.ru)
2214         // by David C. Lack (David.C.Lack at dodgeit.com)
2215         // by Kuzma V Safonov (admin at irtes.ru)
2216         // by Petrov Vladimir (vvm_kz at rambler.ru)
2217         'Varsylenko Vladimir and family' => array(
2218                 '.abrek.info',                          // by Petrov
2219                 '.allsexonline.info',           // by Varsylenko
2220                 '.bequeous.info',                       // by Davi
2221                 '.d1rnow.info',                         // by Petrov
2222                 '.doxer.info',                          // by Petrov
2223                 '.freeforworld.info',           // by Varsylenko
2224                 '.goodworksite.info',           // by Varsylenko
2225                 '.onall.info',                          // by Varsylenko
2226                 '.powersiteonline.info',        // by Varsylenko
2227                 '.rentmysite.info',                     // by Varsylenko
2228                 '.sexdrink.info',                       // by Petrov
2229                 '.siteszone.info',                      // by Varsylenko
2230                 '.sfup.info',                           // by Petrov
2231                 '.sopius.info',                         // by Kuzma
2232                 '.sovidopad.info',                      // by Kuzma
2233                 '.superfreedownload.info',      // by Varsylenko
2234                 '.superneeded.info',            // by Varsylenko
2235                 '.srup.info',                           // by Petrov
2236                 '.yerap.info',                          // by Kuzma
2237         ),
2238         // by Andrey Zhurikov (zhu1313 at mail.ru)
2239         'Andrey Zhurikov' => array(
2240                 '.flywebs.com',
2241                 '.hostrim.com',
2242                 '.playbit.com',
2243         ),
2244         // by Son Dittman (webmaster at dgo3d.info)
2245         'Son Dittman' => array(
2246                 '.bsb3b.info',
2247                 '.dgo3d.info',
2248                 '.dgo5d.info',
2249         ),
2250         // by cooler.infomedia at gmail.com
2251         'cooler.infomedia' => array(
2252                 '.diabetescarelink.com',
2253                 '.firstdebthelp.com',
2254         ),
2255         // by Nikolajs Karpovs (hostmaster at astrons.com)
2256         'Nikolajs Karpovs' => array(
2257                 '.pokah.lv',
2258                 '.astrons.com',
2259         ),
2260         // by Skar (seocool at bk.ru)
2261         'Skar' => array(
2262                 '.implex3.com',
2263                 '.implex6.info',
2264                 '.softprof.org',
2265         ),
2266         'caslim.info' => array(
2267                 '.caslim.info',         // by jonn22 (jonnmarker at yandex.ru)
2268                 '.tops.gen.in',         // by Kosare (billing at caslim.info)
2269         ),
2270         // by Alexandr (foxwar at foxwar.ispvds.com), Hiding google?q=
2271         'foxwar at foxwar.ispvds.com' => array(
2272                 '.777-poker.biz',
2273                 '.porn-11.com',
2274         ),
2275         'conto.pl' => array(
2276                 '.8x.pl',               // domena at az.pl 
2277                 '.3x3.pl',              // by biuro at nazwa.pl
2278                 '.conto.pl',    // by biuro at nazwa.pl
2279                 '.guu.pl',              // by conto.pl (domena at az.pl)
2280                 '.xcx.pl',              // domena at az.pl
2281                 '.yo24.pl',             // domena at az.pl
2282         ),
2283         // Domains by Lin Zhi Qiang (mail at pcinc.cn)
2284         // NOTE: pcinc.cn -- by Lin Zhi Qiang (lin80 at 21cn.com)
2285         'Lin Zhi Qiang' => array(
2286                 '.18girl-av.com',
2287                 '.6828teacup.com',
2288                 '.aaa-livedoor.net',
2289                 '.acyberhome.com',
2290                 '.ahatena.com',
2291                 '.asdsdgh-jp.com',
2292                 '.aurasoul-visjp.com',
2293                 '.bbs-qrcode.com',
2294                 '.biglobe-ne.com',
2295                 '.blog-livedoor.net',
2296                 '.blogplaync.com',
2297                 '.cityhokkai.com',
2298                 '.conecojp.net',
2299                 '.din-or.com',
2300                 '.dtg-gamania.com',
2301                 '.fanavier.net',
2302                 '.fcty-net.com',
2303                 '.gamaniaech.com',
2304                 '.game-fc2blog.com',
2305                 '.game-oekakibbs.com',
2306                 '.game-mmobbs.com',
2307                 '.game62chjp.net',
2308                 '.games-nifty.com',
2309                 '.gameslin.net',
2310                 '.gamesragnaroklink.net',
2311                 '.gamesroro.com',
2312                 '.gemnnammobbs.com',
2313                 '.gameurdr.com',
2314                 '.gameyoou.com',
2315                 '.gangnu.com',
2316                 '.geocitygame.com',
2317                 '.geocitylinks.com',
2318                 '.getamped-garm.com',
2319                 '.gogolineage.net',
2320                 '.goodclup.com',
2321                 '.grandchasse.com',
2322                 '.gsisdokf.net',
2323                 '.homepage3-nifty.com',
2324                 '.hosetaibei.com',
2325                 '.imbbs2t4u.com',
2326                 '.interzq.com',
2327                 '.jpragnarokonline.com',
2328                 '.jprmthome.com',
2329                 '.kaukoo.com',          // by zeng xianming (expshell at 163.com)
2330                 '.k5dionne.com',
2331                 '.korunowish.com',
2332                 '.kuronowish.net',
2333                 '.linbbs.com',          // by zeng xianming (qqvod at qq.com). www.linbbs.com is the same ip of www.game-fc2blog.com(222.77.185.101) at 2007/03/11
2334                 '.lineage-bbs.com',
2335                 '.lineage1bbs.com',
2336                 '.lineage321.com',
2337                 '.lineagejp-game.com',
2338                 '.linkcetou.com',
2339                 '.linrmb.com',          // by zeng xianming (qqvod at qq.com)
2340                 '.livedoor-game.com',
2341                 '.lovejpjp.com',
2342                 'm-phage.com',
2343                 '.maplestorfy.com',
2344                 '.mbspro6uic.com',
2345                 '.netgamelivedoor.com',
2346                 '.nothing-wiki.com',
2347                 '.playsese.com',
2348                 '.ptxk.com',            // by zeng xianming (zxmdiy at gmail.com)
2349                 '.ragnarok-bbs.com',
2350                 '.ragnarok-game.com',
2351                 '.ragnarok-sara.com',
2352                 '.ragnaroklink.com',
2353                 '.rmt-lineagecanopus.com',
2354                 '.rmt-navip.com',
2355                 '.rmt-ranloki.com',
2356                 '.ro-bot.net',
2357                 '.rogamesline.com',
2358                 '.roprice.com',
2359                 '.rormb.com',           // by zeng xianming (qqvod at qq.com)
2360                 '.shoopivdoor.com',
2361                 '.slower-qth.com',
2362                 '.watcheimpress.com',
2363                 '.wikiwiki-game.com',
2364                 '.yahoo-gamebbs.com',
2365                 '.ywdgigkb-jp.com',
2366                 '.yy14-kakiko.com',
2367         ),
2368         'caddd at 126.com' => array(
2369                 '.chengzhibing.com',    // by chen gzhibing (caddd at 126.com)
2370                 '.jplinux.com',                 // by lian liang (caddd at 126.com)
2371                 '.lineageink.com',              // by cai zibing (caddd at 126.com), iframe to goodclup.com
2372                 '.lineagekin.com',              // by cai zibing (caddd at 126.com), iframe to goodclup.com
2373                 '.tooplogui.com',               // by zibing cai (caddd at 126.com)
2374                 '.twsunkom.com',                // by guo zhi wei (caddd at 126.com)
2375                 '.twmsn-ga.com',                // by guo zhi wei (caddd at 126.com), iframe to grandchasse.com
2376         ),
2377         // by fly bg (nuigiym2 at 163.com)
2378         'fly bg' => array(
2379                 '.linainfo.net',
2380                 '.lineagalink.com',
2381                 '.lineagecojp.com',
2382                 '.ragnarokonlina.com',
2383         ),
2384         // by Baer (aakin at yandex.ru)
2385         'aakin at yandex.ru' => array(
2386                 '.entirestar.com',
2387                 '.superbuycheap.com',
2388                 '.topdircet.com',
2389         ),
2390         // by jiuhatu kou (newblog9 at gmail.com)
2391         'newblog9 at gmail.com' => array(
2392                 '.tianmieccp.com',
2393                 '.xianqiao.net',
2394         ),
2395         // by Michael (m.frenzy at yahoo.com)
2396         'm.frenzy at yahoo.com' => array(
2397                 '.soft2you.info',
2398                 '.top20health.info',
2399                 '.top20ringtones.info',
2400                 '.top20travels.info',
2401                 '.v09v.info',
2402                 '.x09x.info',
2403                 '.zb-1.com',
2404         ),
2405         // by Lebedev Sergey (serega555serega555 at yandex.ru)
2406         'Lebedev Sergey' => array(
2407                 '.bingogoldenpalace.info',
2408                 '.ccarisoprodol.info',
2409                 '.ezxcv.info',
2410                 '.isuperdrug.com',
2411                 '.pharmacif.info',
2412                 '.pornsexteen.biz',
2413                 '.ugfds.info',
2414                 '.vviagra.info',
2415         ),
2416         // by Anatol (anatolsenator at gmail.com)
2417         'anatolsenator at gmail.com' => array(
2418                 '.cheapestviagraonline.info',
2419                 '.buyphentermineworld.info'
2420         ),
2421         'webmaster at mederotica.com' => array(
2422                 '.listsitepro.com',             // by VO Entertainment Inc (webmaster at mederotica.com)
2423                 '.testviagra.org',              // by Chong Li (chongli at mederotica.com)
2424                 '.viagra-best.org',             // by Chong Li (chongli at mederotica.com)
2425                 '.viagra-kaufen.org',   // by Chong Li (chongli at mederotica.com)
2426         ),
2427         // by Billing Name:Gray (gray at trafic.name)
2428         'gray at trafic.name' => array(
2429                 '.axeboxew.info',
2430                 '.boluzuhy.info',
2431                 '.ekafoloz.info',
2432                 '.exidiqe.info',
2433                 '.gubiwu.info',
2434                 '.jiuuz.info',
2435                 '.olasep.info',
2436                 '.oueuidop.info',
2437                 '.oviravy.info',
2438                 '.ragibe.info',
2439                 '.udaxu.info',
2440                 '.vubiheq.info',
2441                 '.yvaxat.info',
2442         ),
2443         'carmodelrank.com etc' => array(
2444                 '.carmodelrank.com',// by Brianna Dunlord (briasmi at yahoo.com)
2445                 '.cutestories.net',     // by Brianna Dunlord (briasmi at yahoo.com)
2446                 '.sturducs.com',
2447                 '.bestother.info',      // by Tim Rennei (TimRennei at yahoo.com), redirect to amaena.com (fake-antivirus)
2448                 '.yaahooo.info',        // by Alice T. Horst (Alice.T.Horst at pookmail.com), redirect to activefreehost.com
2449         ),
2450         // by Dr. Portillo or Eva Sabina Lopez Castell (aliacsandr85 at yahoo.com)
2451         'aliacsandr85 at yahoo.com' => array(
2452                 '.xoomer.alice.it',                     // "Free Web Hosting"
2453                 '.freebloghost.org',            // "Free Web Hosting" by Dr.
2454                 '.freeprohosting.org',          // "Free Web Hosting" by Dr.
2455                 '.googlebot-welcome.org',       // "Free Web Hosting" by Dr.
2456                 '.icesearch.org',                       // "Free Web Hosting" by Eva
2457                 '.phpfreehosting.org',          // "Free Web Hosting" by Dr.
2458                 '.sashawww.info',                       // "Free Web Hosting" by Dr.
2459                 '.sashawww-vip-vip.org',        // "Free Web Hosting" by Dr.
2460                 '.topadult10.org',                      // "Free Web Hosting" by Eva
2461                 '.xer-vam.org',                         // "Ongline Catalog" by Dr.
2462                 '.xxxse.info',                          // "Free Web Hosting" by Eva
2463                 '.vvsa.org',                            // "Free Web Hosting" by Eva
2464                 '.free-webhosts.com',           // "Free Web Hosting" by Free Webspace
2465         ),
2466         // Gamble: Roulette, Casino, Poker, Keno, Craps, Baccarat
2467         'something_gamble' => array(
2468                 '.atonlineroulette.com',                        // by Blaise Johns
2469                 '.atroulette.com',                                      // by Gino Sand
2470                 '.betting-123.com',                                     // by Joana Caceres
2471                 '.betting-i.biz',                                       // by Joaquina Angus
2472                 '.casino-challenge.com',                        // by Maren Camara
2473                 '.casino-gambling-i.biz',                       // by Giselle Nations
2474                 '.casino-italian.com',                          // by Holley Yan
2475                 '.casino123.net',                                       // by Ta Baines
2476                 '.casinohammamet.com',                          // by Inger Barhorst
2477                 '.casinoqz.com',                                        // by Berenice Snow
2478                 '.casinos-777.net',                                     // by Iona Ayotte
2479                 '.crapsok.com',                                         // by Devon Adair,
2480                 '.dcasinoa.com',                                        // by August Hawkinson
2481                 '.e-poker-4u.com',                                      // by Issac Leibowitz
2482                 '.free-dvd-player.biz',                         // by Rosario Kidd
2483                 '.florida-lottery-01.com',                      // by Romeo Dillon
2484                 '.gaming-123.com',                                      // by Jennifer Byrne
2485                 '.kenogo.com',                                          // by Adriane Bell
2486                 '.mycaribbeanpoker.com',                        // by Andy Mullis
2487                 '.onbaccarat.com',                                      // by Kassandra Dunn
2488                 '.online-experts.biz',                          // by Liberty Helmick
2489                 '.onlinepoker-123.com',                         // by Andrea Feaster
2490                 '.playpokeronline-123.com',                     // by Don Lenard
2491                 '.poker-123.com',                                       // by Mallory Patrick (Mallory_Patrick at marketing-support.info)
2492                 '.texasholdem123.com',                          // by Savion Lasseter
2493                 '.texasholdem-777.com',                         // by Savanna Lederman
2494                 '.the-casino-directory-1715.us',        // by Thora Oldenburg
2495                 '.the-craps-100.us',                            // by Lorrine Ripley
2496                 '.the-free-online-game-913.us',         // by Kanesha Clem
2497                 '.the-free-poker-1798.us',                      // by Elaina Witte
2498                 '.the-las-vegas-gambling-939.us',       // by Jesusita Hageman
2499                 '.the-online-game-poker-1185.us',       // by Merna Bey
2500                 '.the-playing-black-jack.com',          // by Kristine Brinker
2501                 '.the-poker-1082.us',                           // by Kristofer Boldt
2502                 '.the-rule-texas-hold-em-2496.us',      // by Melvina Stamper
2503                 '.the-texas-strategy-holdem-1124.us',   // by Neda Frantz
2504                 '.the-video-black-jack.com',            // by Jagger Godin
2505         ),
2506         // Car / Home / Life / Health / Travel insurance, Loan finance, Mortgage refinance
2507         'something_insurance' => array(
2508         
2509                 // 0-9
2510                 '.0q.org',                                              // by Shamika Curtin, "Online car insurance information"
2511                 '.1-bookmark.com',                              // by Sonia Snyder, "Titan auto insurance information"
2512                 '.1day-insurance.com',                  // by Kelsie Strouse, "Car insurance costs"
2513                 '.1upinof.com',                                 // by Diego Johnson, "Car insurance quote online uk resource"
2514                 '.18wkcf.com',                                  // by Lexy Bohannon
2515                 '.2001werm.org',                                // by Raphael Rayburn
2516                 '.2004heeparea1.org',                   // by Dinorah Andrews
2517                 '.21nt.net',                                    // by Jaida Estabrook
2518                 '.3finfo.com',                                  // by Damian Pearsall
2519                 '.3somes.org',                                  // by Mauro Tillett
2520                 '.453531.com',                                  // by Kurt Flannery
2521                 '.4freesay.com',                                // by Eloy Jones
2522                 '.5ssurvey.com',                                // by Annamarie Kowalski
2523                 '.8-f22.com',                                   // by Larraine Evers
2524                 '.9q.org',                                              // by Ami Boynton
2525
2526                 // A
2527                 '.a40infobahn.com',                             // by Amit Nguyen
2528                 '.a4h-squad.com',                               // by Ross Locklear
2529                 '.aac2000.org',                                 // by Randi Turner
2530                 '.aaadvertisingjobs.com',               // by Luciano Frisbie
2531                 '.acahost.com',                                 // by Milton Haberman
2532                 '.aconspiracyofmountains.com',  // by Lovell Gaines
2533                 '.acornwebdesign.co.uk',                // by Uriel Dorian
2534                 '.activel-learning-site.com',   // by Mateo Conn
2535                 '.ad-makers.com',                               // by Shemeka Arsenault
2536                 '.ada-information.org',                 // by Josef Osullivan
2537                 '.adelawarerefinance.com',              // by Particia Mcmillan, "Delaware refinance advisor"
2538                 '.adult-personal-ads-e-site.info',      // by Nery Ainsworth
2539                 '.aequityrefinance.com',                // by Jadwiga Duckworth
2540                 '.aerovac-hotpress.com',                // by Trey Marlow
2541                 '.agfbiosensors.com',                   // by Lionel Dempsey
2542                 '.ahomeloanrefinance.com',              // by Leslie Kinser
2543                 '.affordablerealestate.net',    // by Season Otoole
2544                 '.ahomerefinancingloans.com',   // by Julie Buck, "Home refinancing loans guide"
2545                 '.ahouserefinance.com',                 // by Young Alley
2546                 '.akirasworld.com',                             // by Piper Sullivan
2547                 '.alderik-production.com',              // by Joan Stiles
2548                 '.alltechdata.com',                             // by Dom Laporte
2549                 '.amconllc.com',                                // by Syble Benjamin
2550                 '.amobilehomerefinancing.com',  // by Clyfland Buckley, "Mobile home refinancing"
2551                 '.amortgagerefinancepennsylvania.com',  // by Richard Battle, "Mortgage refinance pennsylvania articles"
2552                 '.angelandcrown.net',                   // by Claretta Najera
2553                 '.ankoralina.com',                              // by Eladia Demers
2554                 '.antiquegoldmine.com',                 // by Keena Marlow
2555                 '.aquinosotros.com',                    // by Nanci Prentice
2556                 '.architectionale.com',                 // by Wilbur Cornett
2557                 '.arcreditcards.com',                   // by Ecgbeorht Stokes, "Ameriquest credit cards articles"
2558                 '.arefinancebadcredit.com',             // by Isaac Mejia, "Refinance bad credit"
2559                 '.arefinancehome.com',                  // by Duane Doran
2560                 '.arefinancinghome.com',                // by Ike Laney
2561                 '.athletic-shoes-e-shop.info',  // by Romelia Money
2562                 '.auction-emall-site.info',             // by Dayle Denman
2563                 '.auctions-site.info',                  // by Cammie Chiu, "Online loan mortgage info"
2564                 '.auto-buy-rite.com',                   // by Asuncion Buie
2565                 '.axxinet.net',                                 // by Roberta Gasper
2566                 '.azimutservizi.com',                   // by Ethelene Brook
2567                 '.azstudies.org',                               // by Bernardina Walden
2568
2569                 // B
2570                 '.babtrek.com',                                 // by Simonette Mcbrayer
2571                 '.babycujo.com',                                // by Francisco Akers
2572                 '.bakeddelights.com',                   // by Dave Evenson
2573                 '.bbcart.com',                                  // by Lucio Hamlin
2574                 '.berlin-hotel-4u.com',                 // by Grisel Tillotson
2575                 '.best-digital-phone.us',               // by Meghann Crockett
2576                 '.bjamusements.com',                    // by Lurlene Butz
2577                 '.blursgsu.com',                                // by Weston Killian
2578                 '.bookwide.net',                                // by Tequila Zacharias
2579                 '.boreholes.org',                               // by Flora Reed
2580                 '.breathingassociaiton.org',    // by Alfred Crayton
2581                 '.birdingnh.com',                               // by Donald Healy
2582                 '.bisdragons.org',                              // by Lupe Cassity
2583                 '.blcschools.net',                              // by Alycia Jolly
2584                 '.bronte-foods.com',                    // by Kary Pfeiffer
2585                 '.buckscountyneighbors.org',    // by Maile Gaffney
2586                 '.buffalofudge.com',                    // by Mable Whisenhunt
2587                 '.burlisonforcongress.com',             // by Luann King
2588                 '.byairlinecreditcard.com',             // by Cali Stevenson, "Airline credit card search"
2589                 '.byplatinumcard.com',                  // by Pearl Cross, "Discover platinum card info"
2590
2591                 // C
2592                 '.cabanes-web.com',                             // by Vaughn Latham
2593                 '.cardko.com',                                  // by Terris Cain, "Chase visa card search"
2594                 '.cardpose.com',                                // by Deerward Gross, "Gm mastercard articles"
2595                 '.checaloya.com',                               // by Susana Coburn
2596                 '.calvarychapelrgvt.org',               // by Karan Kittle
2597                 '.cameras-esite.info',                  // by Karlee Frisch
2598                 '.cancerkidsforum.org',                 // by Samson Constantino
2599                 '.ccchoices.org',                               // by Kenia Cranford
2600                 '.ccupca.org',                                  // by Evonne Serrano
2601                 '.celebratemehome.com',                 // by Soraya Tower
2602                 '.centerfornourishingthefuture.org',    // by Elisa Wilt
2603                 '.chelseaartmmuseum.org',               // by Kayla Vanhorn
2604                 '.choose-shoes.net',                    // by Geoffrey Setser
2605                 '.churla.com',                                  // by Ollie Wolford
2606                 '.circuithorns.co.uk',                  // by Nathanial Halle
2607                 '.clanbov.com',                                 // by Donell Hozier
2608                 '.cnm-ok.org',                                  // by Thalia Moye
2609                 '.coalitioncoalition.org',              // by Ned Macklin
2610                 '.consoleaddicts.com',                  // by Dorla Hoy
2611                 '.counterclockwise.net',                // by Melynda Hartzell
2612                 '.codypub.com',                                 // by Mercedes Coffman
2613                 '.comedystore.net',                             // by Floy Donald
2614                 '.covsys.co.uk',                                // by Abby Jacey
2615                 '.cpusa364-northsacramento.com',        // by Dannette Lejeune
2616                 '.craftybidders.com',                   // by Dannie Lazo
2617                 '.credit-card-finder.net',              // by Mellie Deherrera
2618                 '.credit-cards-4u.info',                // by Antonina Hil, "Credit cards info"
2619                 '.creditcardstot.com',                  // by Bobby Alvarado, "Shell credit cards"
2620                 '.ctwine.org',                                  // by Hailey Knox
2621
2622                 // D
2623                 '.dazyation.com',                               // by Louis Strasser
2624                 '.deepfoam.org',                                // by Ethelyn Southard
2625                 '.debt-fixing.com',                             // by Dagny Rickman
2626                 '.dgmarketingwebdesign.com',    // by Nubia Lea
2627                 '.domainadoption.com',                  // by Breann Pappas
2628                 '.diannbomkamp.com',                    // by Russel Croteau
2629                 '.dictionary-spanish.us',               // by Jacki Gilbreath
2630                 '.dictionary-yahoo.us',                 // by Lili Mitchem
2631                 '.digital-camera-review-esite.info',    // by Milagros Jowers
2632                 '.digital-cameras-esite.info',  // by Milan Jolin
2633                 '.dnstechnet.net',                              // by Tamera Oman
2634                 '.drivenbydata.org',                    // by Katherine Noyes
2635                 '.dtmf.net',                                    // by Micki Slayton
2636                 '.domainsfound.com',                    // by Blossom Lively
2637
2638                 // E
2639                 '.ecstacyabuse.net',                    // by Alana Knight
2640                 '.e-digital-camera-esite.info', // by Romaine Cress
2641                 '.eda-aahperd.org',                             // by Kaliyah Hammonds
2642                 '.eldorabusecenter.org',                // by Annabella Oneal
2643                 '.emicorporation.com',                  // by (Deangelo_Mikayla at marketing-support.info)
2644                 '.encaponline.com',                             // by Patrick Keel
2645                 '.ez-shopping-online.com',              // by Gail Bartlett
2646
2647                 // F
2648                 '.faithfulwordcf.com',                  // by Bart Weeks
2649                 '.fammedassoc.com',                             // by Joshua Nelson
2650                 '.federalministryoffinance.net',        // by Jeffry Mcmillan
2651                 '.f00k.org',                                    // by Leslie Chapman
2652                 '.foreignrealtions.org',                // by Krystal Hawley
2653                 '.fortwebsite.org',                             // by Kristina Motley
2654                 '.fotofirstdigital.com',                // by Tad Whitfield
2655                 '.foundationcommons.org',               // by Caryn Eskew
2656                 '.fraisierest-alexandre.com',   // by Dwayne Douglas
2657                 '.freaky-cheats.com',                   // by Al Klein
2658                 '.free--spyware.com',                   // by Nikki Contreras
2659                 '.french-home-finance-consultant.info', // by Santana Melton
2660                 '.fuel-tax-software-advisor.info',      // by Derrick Snyder
2661
2662                 // G
2663                 '.gaintrafficfast.com',                 // by Lila Meekins
2664                 '.gaygain.org',                                 // by Shell Davila
2665                 '.gcaaa.com',                                   // by Vallie Jaworski
2666                 '.generalsysteme.com',                  // by Cale Vogel
2667                 '.generation4games.co.uk',              // by Sonya Graham
2668                 '.german-dictionary.us',                // by Rex Daniel
2669                 '.gilmerrec.com',                               // by Leighann Guillory
2670                 '.glenthuntly-athletics.com',   // by Julee Hair
2671                 '.glorybaskets.com',                    // by Lynette Lavelle
2672                 '.goconstructionloan.com',              // by Willis Monahan
2673                 '.gohireit.com',                                // by Bertha Metzger
2674                 '.godcenteredpeople.com',               // by Jaycee Coble
2675
2676                 // H
2677                 '.healthinsuranceem.com',               // by Justin Munson
2678                 '.hearthorizon.info',                   // by Kory Session
2679                 '.hegerindustrial.com',                 // by Toni Wesley
2680                 '.herzequip.com',                               // by Princess Dunkle
2681                 '.hglcms.org',                                  // by Gladwin Ng
2682                 '.hipanoempresa.com',                   // by Shannon Staub
2683                 '.hitempfurnaces.com',                  // by Rebbeca Jaeger
2684                 '.horse-racing-result.com',             // by Rodney Reynolds
2685                 '.hueckerfamily.com',                   // by Hershel Sell
2686
2687                 // I
2688                 '.ilove2win.com',                               // by Lamont Dickerson
2689                 '.ilruralassistgrp.org',                // by Moises Hauser
2690                 '.imageonsolutions.com',                // by Porsche Dubois
2691                 '.infoanddatacenter.com',               // by Eva Okelley
2692                 '.islamfakta.org',                              // by Goldie Boykin
2693                 '.ithomemortgage.com',                  // by Adelaide Towers
2694                 '.iyoerg.com',                                  // by Madyson Gagliano
2695
2696                 // J
2697                 '.jeffaxelsen.com',                             // by Daphne William
2698                 '.jeffreyf.net',                                // by Vito Platt
2699                 '.johnmartinsreality.com',              // by Pamela Larry
2700                 '.johnsilvers.net',                             // by Silver Battaglia
2701
2702                 // K
2703                 '.kcgerbil.org',                                // by Marisa Thayer
2704                 '.kdc-phoenix.com',                             // by Salma Shoulders
2705                 '.kingscreditcard.com',                 // by Sean Parsons, "Credit card info"
2706                 '.kosove.org',                                  // by Darwin Schneider
2707
2708                 // L
2709                 '.leading-digital-camera-esite.info',   // by Charles Moore, "Online home loan articles"
2710                 '.letsgokayaking.net',                  // by Winnie Adair
2711                 '.libertycabs.com',                             // by Adela Bonds
2712                 '.liquor-store-cellar.info',    // by Hugh Pearson
2713                 '.locomojo.net',                                // by Marco Harmon
2714                 '.lodatissimo.com',                             // by Adrian Greeson
2715                 '.lsawc.org',                                   // by Lara Han
2716                 '.lycos-test.net',                              // by Rigoberto Oakley
2717
2718                 // M
2719                 '.macro-society.com',                   // by Venessa Hodgson
2720                 '.marthasflavorfest.com',               // by Ahmad Lau
2721                 '.martin-rank.com',                             // by Cathleen Crist
2722                 '.maryandfrank.org',                    // by Theodore Apodaca
2723                 '.masterkwonhapkido.com',               // by Misty Graham
2724                 '.maxrpm-demo.com',                             // by Cristal Cho
2725                 '.mechanomorphic.com',                  // by Stanford Crow
2726                 '.mepublishing.net',                    // by Karly Fleenor
2727                 '.meyerlanguageservices.co.uk', // by Breana Kennedy
2728                 '.metwahairports.com',                  // by Nan Kitchen
2729                 '.middle-eastnews.com',                 // by Tybalt Altmann
2730                 '.mikepelchy.com',                              // by Sherly Pearson
2731                 '.milpa.org',                                   // by Nelly Aguilera
2732                 '.modayun.com',                                 // by Camilla Velasco
2733                 '.moonstoneerp.com',                    // by Garret Salmon
2734                 '.morosozinho.com',                             // by Lenore Tovar
2735                 '.morphadox.com',                               // by Hung Zielinski
2736                 '.moscasenlared.com',                   // by Tera Gant
2737                 '.sdjavasig.com',                               // by Gia Swisher
2738                 '.mpeg-radio.com',                              // by Sincere Beebe
2739                 '.mrg-now-yes.com',                             // by Sparkle Gallegos
2740                 '.mtseniorcenter.org',                  // by Frederic Ortega
2741                 '.mysteryclips.com',                    // by Edward Ashford
2742
2743                 // N
2744                 '.naavs.org',                                   // by Yuridia Gandy
2745                 '.naval-aviation.org',                  // by Roselle Campo
2746                 '.navigare-ischia.com',                 // by Arielle Coons
2747                 '.ncredc.org',                                  // by Brenda Nye
2748                 '.neonmotorsports.com',                 // by Giovanna Vue
2749                 '.nf-ny.com',                                   // by Yadira Hibbard
2750                 '.ngfdyqva.com',                                // by Emiliano Samples
2751                 '.nicozone.com',                                // by Blaine Shell
2752                 '.nmbusinessroundtable.org',    // by Chantel Mccourt
2753                 '.npawny.org',                                  // by Willard Murphy
2754                 '.nysdoed.org',                                 // by Elric Delgadillo
2755                 '.nyswasteless.org',                    // by Shaylee Moskowitz
2756                 '.nytech-ir.com',                               // by Adrien Beals
2757
2758                 // O
2759                 '.oadmidwest.com',                              // by Gavin Kaplan
2760                 '.oarauto.com',                                 // by Susann Merriman
2761                 '.onairmilescard.com',                  // by Tomoko Hart, "Air miles card information"
2762                 '.onbusinesscard.com',                  // by Farris Lane, "Gm business card"
2763                 '.oncashbackcreditcard.com',    // by Ida Willis, "Cash back credit card articles"
2764                 '.onimagegoldcard.com',                 // by Roxanna Sims, "Imagine gold mastercard information"
2765                 '.online-pills-24x7.biz',               // by Aide Hallock
2766                 '.online-shopping-site-24x7.info',      // by Stacy Ricketts
2767                 '.onlinehomeloanrefinance.com', // by Chaz Lynch
2768                 '.onlinehomeloanfinancing.com', // by Humbert Eldridge
2769                 '.onunicarehealthinsurance.com',        // by  Lawerence Paredes
2770                 '.otterbayweb.com',                             // by Maxwell Irizarry
2771
2772                 // P
2773                 '.painting-technique.us',               // by Bryanna Tooley
2774                 '.pakamrcongress.com',                  // by Bryce Summerville
2775                 '.patabney.com',                                // by Kailyn Slone
2776                 '.parde.org',                                   // by Ellie Yates
2777                 '.participatingprofiles.com',   // by Jaelynn Meacham
2778                 '.partnershipconference.org',   // by Alla Floyd
2779                 '.pet-stars.com',                               // by Carmon Luevano
2780                 '.planning-law.org',                    // by Trista Holcombe
2781                 '.ppawa.com',                                   // by Evonne Scarlett
2782                 '.precisionfilters.net',                // by Faustina Fell
2783
2784                 // Q
2785                 '.qacards.com',                                 // by Perye Estrada, "Citi visa cards"
2786                 '.quick-debt-consolidation.net',        // by Lala Marte
2787                 '.quicktvr.com',                                // by Vernell Crenshaw
2788
2789                 // R
2790                 '.radicalsolutions.org',                // by Reece Medlin
2791                 '.randallburgos.com',                   // by Bradly Villa
2792                 '.rcassel.com',                                 // by Janiah Gallant
2793                 '.rearchitect.org',                             // by Marcus Gaudet
2794                 '.rent-an-mba.com',                             // by Valentina Mcdermott
2795                 '.reprisenashville.com',                // by Hester Khan
2796                 '.reptilemedia.com',                    // by Alicia Patel
2797                 '.resellers2000.com',                   // by Dedra Kennedy
2798                 '.reverse-billing.com',                 // by Lazaro Gluck
2799                 '.richcapaldi.com',                             // by Kya Haggard
2800                 '.richformissouri.com',                 // by Alanna Elston
2801                 '.robstraley.com',                              // by Leida Bartell
2802                 '.rollingprairie-candlecompany.com',    // by Leigha Aker
2803                 '.rpgbbs.com',                                  // by Leonel Peart
2804                 '.ruralbusinessonline.org',             // by Lynsey Watters
2805                 '.ruwomenscenter.org',                  // by Vince Mclemore
2806                 '.ryanjowens.com',                              // by Janine Smythe
2807
2808                 // S
2809                 '.sagarmathatv.org',                    // by Liam Funke
2810                 '.sakyathubtenling.org',                // by Liane Falgout
2811                 '.sandiegolawyer.net',                  // by Linnie Sommervill
2812                 '.sandishaven.com',                             // by Lino Soloman
2813                 '.scienkeen.com',                               // by Liza Navarra
2814                 '.seimenswestinghouse.com',             // by Teresa Benedetto
2815                 '.severios.com',                                // by Isa Steffen
2816                 '.sexual-hot-girls.com',                // by Viviana Bolton
2817                 '.shakespearelrc.com',                  // by Luciana Weaver
2818                 '.shashran.org',                                // by Adriel Humphries
2819                 '.shoes-shop.us',                               // by Austen Higginbotham
2820                 '.skagitvalleybassanglers.com', // by Necole Thiele
2821                 '.skinsciencesalon.com',                // by Nena Rook
2822                 '.smartalternative.net',                // by Nicki Lariviere
2823                 '.sml338.org',                                  // by Nickole Krol
2824                 '.smogfee.com',                                 // by Sienna Kimble
2825                 '.sneakers-e-shop.info',                // by Nikki Fye
2826                 '.spacewavemedia.com',                  // by Thanh Gast
2827                 '.softkernel.com',                              // by Nicol Hummer
2828                 '.stjoanmerrillville.com',              // by Hunter Beckham
2829                 '.strelinger.com',                              // by Arron Highsmith
2830                 '.striking-viking.com',                 // by Kylie Endsley
2831                 '.sunnydeception.org',                  // by Amaya Llora
2832                 '.sunzmicro.com',                               // by Goddard Arreola
2833                 '.sv-iabc.org',                                 // by Braden Buck
2834                 '.sykotick.com',                                // by Pierce Knecht
2835
2836                 // T
2837                 '.tbody.net',                                   // by Ormond Roman
2838                 '.the-pizzaman.com',                    // by Mario Ramsey
2839                 '.the-shoes.us',                                // by Alejandro Gaffney
2840                 '.theborneocompany.com',                // by Bryanna Tooley
2841                 '.theflashchannel.com',                 // by Terrilyn Tam, "Loan financing info"
2842                 '.thehomeschool.net',                   // by September Concepcio
2843                 '.thenewlywed.com',                             // by Allegra Marra
2844                 '.tigerspice.com',                              // by Denis Mosser
2845                 '.tnaa.net',                                    // by Jasmine Andress
2846                 '.top-finance-sites.com',               // by Maryann Doud
2847                 '.tradereport.org',                             // by Bettie Sisk
2848                 '.transmodeling.com',                   // by Martine Button
2849                 '.travel-01.net',                               // by Jay Kim, "Refinance on line"
2850                 '.tsaoc.com',                                   // by Heriberto Mcfall
2851                 '.tsunamidinner.com',                   // by Nannie Richey
2852
2853                 // U
2854                 '.uhsaaa.com',                                  // by Risa Herbert
2855                 '.ultradeepfield.org',                  // by Bobby Ragland
2856                 '.umkclaw.info',                                // by Cammy Kern
2857                 '.unitedsafetycontainer.com',   // by Shreya Heckendora
2858                 '.usa-wolf.com',                                // by Jacklyn Morrill
2859                 '.usjobfair.com',                               // by Lorina Burchette
2860
2861                 // V
2862                 '.vacancesalouer.com',                  // by Loris Bergquist
2863                 '.vagents.com',                                 // by Lorna Beaudette, "Refinancing home loan info"
2864                 '.valleylibertarians.org',              // by Lena Massengale
2865                 '.vanderbiltevents.com',                // by Gannon Krueger
2866                 '.vanwallree.com',                              // by Michelina Donahue
2867                 '.vcertificates.com',                   // by Hyun Lamp
2868                 '.vonormytexas.us',                             // by Suzette Waymire
2869
2870                 // W
2871                 '.washingtondc-areahomes.net',  // by Ailene Broome
2872                 '.web-hosting-forum.net',               // by Deedra Breen, "Mortgage information"
2873                 '.wolsaoh.org',                                 // by Daniela English
2874                 '.worldpropertycatalog.com',    // by Aray Baxter
2875
2876                 // Y
2877                 '.yankee-merchants.com',                // by Jackson Hinojosa
2878                 '.yourbeachhouse.com',                  // by Dedrian Ryals
2879                 '.yourdomainsource.com',                // by Deems Weingarten
2880
2881                 // Z
2882                 '.zkashan.com',                                 // by Evan Light
2883                 '.zockclock.com',                               // by Dorothea Guthrie
2884         ),
2885         // Drugs / Pills / Diet
2886         'something_drugs' => array(
2887                 '.adult-dvd-rental-top-shop.info',      // by Gregoria Keating
2888                 '.abdelghani-shady.com',                // by Elly Alton
2889                 '.bangbangfilm.com',                    // by Davin Chou
2890                 '.centroantequera.com',                 // by Keon Kwiatkowski
2891                 '.champagne-cellar.info',               // by Kandis Rizzo
2892                 '.chix0r.org',                                  // by Christoper Baird
2893                 '.discout-watches-deals.info',  // by Taunya Limon, Insurance -> Drugs?
2894                 '.fantasticbooks-shop.com',             // by Kermit Ashley
2895                 '.fast-cash-01.com',                    // by Edgar Oliver
2896                 '.ficeb.info',                                  // by Vaughn Jacobson, "Phentermine news"
2897                 '.fn-nato.com',                                 // by Donny Dunlap
2898                 '.gqyinran.com',                                // by Alejandro Parks
2899                 '.juris-net.com',                               // by Rachelle Bravo
2900                 '.leftpencey.com',                              // by Aileen Ashby
2901                 '.miamicaribbeancarnival.com',  // by Herminia Barrios
2902                 '.nike-shoes-e-shop.info',              // by Machelle Groce, "Phentermine"
2903                 '.palaceroyale.net',                    // by Brycen Stebbins
2904                 '.pocket-watches-deals.info',   // by Dorinda Stromberg
2905                 '.regresiones.net',                             // by Lauralee Smtih, "Online phentermine updates"
2906                 '.yukissushi.com',                              // by Donell Hozier
2907         ),
2908         'something_others' => array(
2909                 '.consulting-cu.com',           // by Albina Rauch, 404 not found
2910                 '.dvd-rentals-top-shop.info',   // by Lashunda Pettway, 404 not found
2911         ),
2912         // by Cortez Shinn (info at goorkkjsaka.info), or Rico Laplant (info at nnjdksfornms.info)
2913         'Cortez and family' => array(
2914                 '.dronadaarsujf.info',  // by Cortez
2915                 '.fromnananaref.info',  // by Cortez
2916                 '.goorkkjsaka.info',    // by Cortez
2917                 '.jkdfjjkkdfe.info',    // by Rico
2918                 '.jkllloldkjsa.info',   // by Cortez
2919                 '.nnjdksfornms.info',   // by Rico
2920                 '.mcmdkkksaoka.info',   // by Cortez
2921                 '.srattaragfon.info',   // by Cortez
2922                 '.yreifnnonoom.info',   // by Rico
2923                 '.zjajjsvgeuds.info',   // by Cortez
2924         ),
2925         // by Harvey Pry (admin at ematuranza.com)
2926         'Harvey Pry' => array(
2927                 '.ancorlontano.com',
2928                 '.dentroallago.com',
2929                 '.digiovinezza.com',
2930                 '.ematuranza.com',
2931                 '.ilfango.com',
2932                 '.nullarimane.com',
2933                 '.questaimmensa.com',
2934                 '.tentailvolo.com',
2935                 '.unatenerezza.com',
2936                 '.volgondilettose.com',
2937         ),
2938         // by Cornelius Boyers (admin at edeuj84.info)
2939         'Cornelius Boyers' => array(
2940                 '.bid99df.info',
2941                 '.bj498uf.info',
2942                 '.edeuj84.info',
2943                 '.f4mfid.info',
2944                 '.g4vf03a.info',
2945                 '.j09j4r.info',
2946                 '.jv4r8hv.info',
2947                 '.k43sd3.info',
2948                 '.k4r84d.info',
2949                 '.k4rvda.info',
2950                 '.k4v0df.info',
2951                 '.k903os.info',
2952                 '.k9df93d.info',
2953                 '.kv94fd.info',
2954                 '.ksjs93.info',
2955                 '.l0ks03.info',
2956                 '.l9u3jc.info',
2957                 '.lv043a.info',
2958                 '.nh94h9.info',
2959                 '.m94r9d.info',
2960                 '.s87fvd.info',
2961                 '.v3k0d.info',
2962                 '.v4r8j4.info',
2963                 '.vf044s.info',
2964                 '.vj49rs.info',
2965                 '.vk498j.info',
2966                 '.u03jow.info',
2967         ),
2968         'Nikhil and Brian' => array(
2969                 '.ihfjeswouigf.info',           // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2970                 '.iudndjsdhgas.info',           // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2971                 '.iufbsehxrtcd.info',           // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2972                 '.jiatdbdisut.info',            // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2973                 '.jkfierwoundhw.info',          // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2974                 '.kfjeoutweh.info',                     // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2975                 '.ncjsdhjahsjendl.info',        // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2976                 '.oudjskdwibfm.info',           // by Brian Dieckman (info at iudndjsdhgas.info), / was not found
2977                 '.cnewuhkqnfke.info',           // by Nikhil Swafford (info at jhcjdnbkrfo.info), / was not found
2978                 '.itxbsjacun.info',                     // by Nikhil Swafford (info at jhcjdnbkrfo.info), / was not found
2979                 '.jahvjrijvv.info',                     // by Nikhil Swafford (info at jikpbtjiougje.info), / was not found
2980                 '.jhcjdnbkrfo.info',            // by Nikhil Swafford (info at jhcjdnbkrfo.info), / was not found
2981                 '.najedncdcounrd.info',         // by Nikhil Swafford (info at jhcjdnbkrfo.info), / was not found
2982                 '.mcsjjaouvd.info',                     // by Nikhil Swafford (info at jhcjdnbkrfo.info), / was not found
2983                 '.oujvjfdndl.info',                     // by Nikhil Swafford (info at jhcjdnbkrfo.info), / was not found
2984                 '.uodncnewnncds.info',          // by Nikhil Swafford (info at jhcjdnbkrfo.info), / was not found
2985                 '.jikpbtjiougje.info',          // by Julio Mccaughey (info at jikpbtjiougje.info), / was not found
2986                 '.cijkalvcjirem.info',          // by Gerardo Figueiredo (info at jikpbtjiougje.info), / was not found
2987                 '.nkcjfkvnvpow.info',           // by Gerardo Figueiredo (info at jikpbtjiougje.info), / was not found
2988                 '.nmiiamfoujvnme.info',         // by Gerardo Figueiredo (info at jikpbtjiougje.info), / was not found
2989                 '.nxuwnkajgufvl.info',          // by Gerardo Figueiredo (info at jikpbtjiougje.info), / was not found
2990                 '.mkjajkfoejvnm.info',          // by Gerardo Figueiredo (info at jikpbtjiougje.info), / was not found
2991         ),
2992         'something_noapp' => array(
2993                 '.auctioncarslisting.com',      // "No application configured at this url." by John Davis
2994                 '.buy-cheap-hardware.com',      // "No application configured at this url." by Tim Morison (domains at sunex.ru)
2995                 '.carsgarage.net',                      // "No application configured at this url." by Zonen Herms, and Jimmy Todessky (seomate at gmail.com)
2996                 '.digitshopping.net',           // "No application configured at this url." by Zonen Herms, and Jimmy Todessky (seomate at gmail.com)
2997                 '.your-insurance.biz',          // "No application configured at this url." by Jimmy Todessky (seomate at gmail.com)
2998         ),
2999         // by Henry Ford (wealth777 at gmail.com)
3000         'Henry Ford' => array(
3001                 '.brutal-forced.com',
3002                 '.library-bdsm.com',
3003                 '.rape-fantasy.us',
3004         ),
3005         // by Croesus International Inc. (olex at okhei.net)
3006         'Croesus International Inc.' => array(
3007                 '.purerotica.com',
3008                 '.richsex.com',
3009                 '.servik.net',
3010                 '.withsex.com',
3011         ),
3012         'dreamteammoney.com' => array(
3013                 '.dreamteammoney.com',  // dtmurl.com related
3014                 '.dtmurl.com',                  // by dreamteammoney.com, redirection service
3015         ),
3016         'KLIK VIP Search and family' => array(
3017                 '.cheepmed.org',                // "KLIK VIP Search" by petro (petrotsap1 at gmail.com)
3018                 '.fastearning.net',             // "KlikVIPsearch.com" by Matthew  Parry        (fastearning at mail.ru)
3019                 '.klikvipsearch.com',   // "KLIKVIPSEARCH.COM" by Adrian Monterra (support at searchservices.info)
3020                 '.looked-for.info',             // "MFeed Search" now, by johnson (edu2006alabama at hotmail.com)
3021                 '.mnepoxuy.info',               // "KlikVIPsearch.com" by DEREK MIYAMOTO (grosmeba at ukr.net)
3022                 '.searchservices.info', // 403 Forbidden now, by Adrian Monterra (support at searchservices.info)
3023                 '.visabiz.net',                 // "Visabiz-Katalog-Home" now, by Natalja Estrina (m.estrin at post.skynet.lt)
3024         ),
3025         // by Andrey Kozlov (vasyapupkin78 at bk.ru)
3026         'vasyapupkin78 at bk.ru' => array(
3027                 '.antivirus1.info',
3028                 '.antivirus2.info',
3029         ),
3030         // by Ashiksh Wasam (wasam at vangers.net)
3031         'wasam at vangers.net' => array(
3032                 '.blogduet.org',
3033                 '.carelf.info',
3034                 '.cspell.org',
3035                 '.dspark.org',
3036                 '.dtonic.org',
3037                 '.mcharm.info',
3038                 '.mslook.info',
3039                 '.uzing.org',
3040         ),
3041         // by Thomas Vaals (tvaals at vangers.net)
3042         'tvaals at vangers.net' => array(
3043                 '.cheapns.org',
3044                 '.my-top.net',
3045                 '.sfind.net',
3046                 '.sspot.net',
3047                 '.suvfind.info',
3048         ),
3049         // by Kadil Kasekwam (kadilk at vangers.net)
3050         'kadilk at vangers.net' => array(
3051                 '.allbar.info',
3052                 '.allersearch.org',
3053                 '.dynall.org',
3054                 '.fastopia.org',
3055                 '.rblast.org',
3056                 '.rette.org',
3057                 '.suvlook.org',
3058         ),
3059         // by Kasturba Nagari (kasturba at vangers.net)
3060         'kasturba at vangers.net' => array(
3061                 '.finddesk.org',
3062                 '.rcatalog.org',
3063                 '.sbitzone.org',
3064         ),
3065         // by Bipik Joshu (bipik at vangers.net)
3066         'bipik at vangers.net' => array(
3067                 '.e2007.info',
3068                 '.cmoss.info',
3069         ),
3070         'marion at vangers.net' => array(
3071                 '.trumber.com', // by Mariano Ciaramolo (marion at vangers.net)
3072         ),
3073         // by Jonn Gardens (admin at SearchHealtAdvCorpGb.com -- no such domain)
3074         'SearchHealtAdvCorpGb.com' => array(
3075                 '.canadianmedsworld.info',
3076                 '.tabsdrugstore.info',
3077                 '.tabsstore.info',
3078                 '.topcholesterol.info',
3079         ),
3080         'be.cx' => array(
3081                 '.be.cx',
3082                 '.ca.cx',
3083         ),
3084         // by John  Brown (john780321 at yahoo.com)
3085         'john780321 at yahoo.com' => array(
3086                 '.bestdiscountpharmacy.biz',    // 2007-01-27, 61.144.122.45
3087                 '.drugs4all.us',                                // 2007-03-09, 202.67.150.250
3088         ),
3089         // by Treman Eagles (tremagl.freet at gmail.com), redirect to searchadv.com
3090         'tremagl.freet at gmail.com' => array(
3091                 '.bertela.info',
3092                 '.forblis.info',
3093                 '.frenallo.info',
3094                 '.goyahoo.info',
3095                 '.herbak.info',
3096                 '.kiokast.info',
3097                 '.nerenok.info',
3098                 '.pestgets.info',
3099                 '.snukker.info',
3100                 '.thegetspons.info',
3101         ),
3102         // by 2xxc (2xxc at 2xxc.net), 404 not found
3103         '2xxc at 2xxc.net' => array(
3104                 '.bobop.info',
3105                 '.kwwwe.info',
3106                 '.piikz.info',
3107                 '.moosm.info',
3108                 '.vvvw.info',
3109         ),
3110         // support at 51g.net, iframe www.lovetw.webnow.biz
3111         'support at 51g.net' => array(
3112                 '.ftplin.com',          // by Yongchun Liao
3113                 '.jplin.com',           // by Yongchun Liao
3114                 '.jplineage.com',       // by Yongchun Liao
3115                 '.jplingood.com',
3116                 '.linenew.com',
3117                 '.lyftp.com',           // Yongchun Liao (weboy at 51g.net)
3118                 '.yzlin.com',
3119         ),
3120         // by Betty J. Pelletier (Betty.J.Pelletier at pookmail.com)
3121         'Betty.J.Pelletier at pookmail.com' => array(
3122                 '.1111mb.com',
3123                 '.2sex18.com',
3124                 '.69porn1.com',
3125         ),
3126         'ECTechnology' => array(
3127                 '.atmouse.co.kr',               // by EG gisul (kpgak at hanmail.net)
3128                 '.auto-mouse.com',              // "Copyright Ã’$ 2007 www.automouse.jp" by ECTechnology (help at atmouse.co.kr)
3129                 '.automouse.jp',
3130         ),
3131         'lineinfo-jp.com' => array(
3132                 '.japangame1.com',              // by lyqz at 21cn.com
3133                 '.lineinfo-jp.com',             // by lyqz at 21cn.com, www.lineinfo-jp.com is 61.139.126.10
3134                 '.livedoor1.com',               // by lyqz at 21cn.com
3135                 '.ragnarokonline1.com', // by lyqz at 21cn.com
3136                 '.zhangweijp.com',              // by qiu wang hao (qq.lilac at eyou.com), *.exe, hidden JavaScripts, the same IP of www.lineinfo-jp.com
3137         ),
3138         // by yangjianhe (kingrou at hotmail.com)
3139         'kingrou at hotmail.com' => array(
3140                 '.youshini.com',                // Two iframe to 453787.com's *.exe
3141                 '.453787.com',
3142         ),
3143         'anpaul541000 at 163.com' => array(
3144                 '.cetname.com',                 // by su qiuqing
3145                 '.jpgamer.net',                 // by su qiuqing
3146                 '.jpplay.net',                  // by su qiuqing, iframe www.lovetw.webnow.biz
3147                 '.lovejptt.com',                // by su qiuqing
3148                 '.pangzigame.com',              // by qiuqingshan
3149                 '.playncsoft.net',              // by su qiuqing
3150         ),
3151         // by guo yong (abc00613 at 163.com), seems not used now
3152         'abc00613 at 163.com' => array(
3153                 '.avtw1068.com',
3154                 '.dj5566.org',  // by yongchao li (abc00613 at 163.com)
3155                 '.djkkk66990.com',
3156         ),
3157         // by Perez Thomas (thomas.jsp at libertysurf.fr)
3158         'thomas.jsp at libertysurf.fr' => array(
3159                 '.cmonfofo.com',
3160                 '.discutbb.com',
3161         ),
3162         // by Dorothy D. Adams (Dorothy.D.Adams at mailinator.com)
3163         'Dorothy.D.Adams at mailinator.com' => array(
3164                 '.preca.info',
3165                 '.skiaggi.info',
3166                 '.scrianal.info',
3167                 '.tageom.info',
3168         ),
3169         // by Hayato Hikari (hikari at t-dm.co.jp)
3170         'inpros.net' => array(
3171                 '.inpros.biz',                  // by Hayato Hikari (hikari at t-dm.co.jp), redirect to inpros.net
3172                 '.inpros.net',                  // by Hayato Hikari (hikari at t-dm.co.jp)
3173                 '.gametradeonline.jp',  // by Hayato Hikari, RMT
3174         ),
3175         // by zhenfei chen (szczffhh_sso at 21cn.net)
3176         'szczffhh_sso at 21cn.net' => array(
3177                 '.ec51.com',
3178                 '.ec51.net',
3179         ),
3180         // by Mahat Ashat (abbevillelaties at yahoo.fr), JavaScript may mocks "ACCOUNT TERMINATE", or "Domain deleted Reason: ABUSE" but ...
3181         'abbevillelaties at yahoo.fr etc' => array(
3182                 '.ringtones-rate.com',  
3183                 '.ringtones-dir.net',   // by Alex Maklayt (maklayt at ringtones-dir.net), hidden JavaScript
3184                 '.special-ringtones.net',
3185         ),
3186         // by Brzezinski Bartosz (gibson at skysquad.net), redirect to find.fm
3187         'gibson or gibs0n at skysquad.net' => array(
3188                 '.1sgsc.info',
3189                 '.3h4r89h.info',
3190                 '.3v44dd.info',
3191                 '.6rfuh6.info',
3192                 '.84hd8.info',
3193                 '.94bui89.info',
3194                 '.agysb3.info',
3195                 '.asdjhs.info',
3196                 '.bcvnrth.info',
3197                 '.bheb4r.info',
3198                 '.bhiuno.info',
3199                 '.biug7g.info',
3200                 '.bjb5f4.info',
3201                 '.bob8g7g.info',
3202                 '.br89bdd.info',
3203                 '.bsa3h.info',
3204                 '.bsieb8.info',
3205                 '.basbiubf.info',
3206                 '.bobwwfs2.info',
3207                 '.ciuv9t.info',
3208                 '.dbmdx4.info',
3209                 '.dbrjms.info',
3210                 '.dbtcm.info',
3211                 '.dff9ghu.info',
3212                 '.dfshbb.info',
3213                 '.dgd4ffdh.info',
3214                 '.dh3ge.info',
3215                 '.duc86jh.info',
3216                 '.ergth45.info',
3217                 '.f78bf7ffb.info',
3218                 '.gbdfbo4.info',
3219                 '.ger45.info',
3220                 '.gnvnrrg.info',
3221                 '.h47he7.info',
3222                 '.h488hbd4.info',
3223                 '.hd72b94.info',
3224                 '.he74b7.info',
3225                 '.hfujfnr.info',
3226                 '.husdhd42.info',
3227                 '.hbwje.info',
3228                 '.itg87gji.info',
3229                 '.iugiougiuh.info',
3230                 '.jhd4f4aa.info',
3231                 '.jshd73.info',
3232                 '.krhpgd.info',
3233                 '.lyihjn.info',
3234                 '.nfyjnfj.info',
3235                 '.oihbv.info',
3236                 '.os44fvs.info',
3237                 '.sdfsd3.info',
3238                 '.sdiug4.info',
3239                 '.sdkufhh.info',
3240                 '.sdugb4f.info',
3241                 '.skdbf.info',
3242                 '.sipiv78.info',
3243                 '.sudbfb.info',
3244                 '.tymbbmy.info',
3245                 '.uilhjk.info',
3246                 '.vi87vub.info',
3247                 '.vfuyf87f.info',
3248                 '.viyvvj877.info',
3249                 '.w7fc8eu.info',
3250                 '.wefg43g.info',
3251                 '.xbrch78e.info',
3252                 '.ywsfu.info',
3253                 '.zxcbiv.info',
3254         ),
3255         // by Marek Luto Marek Luto (info at infooracle.com)
3256         'info at infooracle.com' => array(
3257                 '.abofios.info',
3258                 '.amlekfn.info',
3259                 '.amlkdoie.info',
3260                 '.amkslewq.info',
3261                 '.alemfu.info',
3262                 '.aloweks1.info',
3263                 '.alposd3.info',
3264                 '.bamhpb.info',
3265                 '.bhjkb.info',
3266                 '.bjqnj.info',
3267                 '.cvcxcbhpr.info',
3268                 '.czoypaiat.info',
3269                 '.dbpmgc.info',
3270                 '.dgvogrxs.info',
3271                 '.dldksf.info',
3272                 '.dlor6za.com',
3273                 '.dmkoiew.info',
3274                 '.eewrefr.info',
3275                 '.eladne.info',
3276                 '.elksem.info',
3277                 '.elwpod.info',
3278                 '.emlwkdnr.info',
3279                 '.esgmyqk.info',
3280                 '.fauqv.info',
3281                 '.fgxkgy.info',
3282                 '.fhryns.info',
3283                 '.fj38n4g.info',
3284                 '.fjnesal.info',
3285                 '.fmkfoe.info',
3286                 '.fqkcfldtr.info',
3287                 '.fwcigpdwz.info',
3288                 '.fyhik.info',
3289                 '.glrkje.info',
3290                 '.gwkslfq.info',
3291                 '.gwjracvh.info',
3292                 '.hihopepe.info',
3293                 '.hwlyggbkw.info',
3294                 '.hmwbfw.info',
3295                 '.hthyeb.info',
3296                 '.iaofkyaw.info',
3297                 '.uldkxuiw.info',
3298                 '.is7c6w4.info',
3299                 '.ivuddhdk.info',
3300                 '.jgfndjem.info',
3301                 '.jgmdlek.info',
3302                 '.jkrnvmpad.info',
3303                 '.jqujn.info',
3304                 '.jvgmmba.info',
3305                 '.kbaur.info',
3306                 '.kgjindptv.info',
3307                 '.kleo7s9.info',
3308                 '.lezfgam.info',
3309                 '.lfaasy.info',
3310                 '.ljpdjki.info',
3311                 '.lmnpis.info',
3312                 '.lpzcu2f.info',
3313                 '.lrptn.info',
3314                 '.lursqt.info',
3315                 '.mgkabviil.info',
3316                 '.mhtknjyt.info',
3317                 '.mksuuku.info',
3318                 '.mkyky.info',
3319                 '.mloaisn.com',
3320                 '.mlsiknd.info',
3321                 '.mthqz.info',
3322                 '.nnooq.info',
3323                 '.nohhylvc.info',
3324                 '.nuprndsye.info',
3325                 '.nsoelam.info',
3326                 '.nykobczv.info',
3327                 '.nzuhli.info',
3328                 '.odyqzgylr.info',
3329                 '.oidiau.info',
3330                 '.oitzkw.info',
3331                 '.okdmrpz.info',
3332                 '.ooinziti.info',
3333                 '.ortqr.info',
3334                 '.osmkpnekv.info',
3335                 '.ozkzfih.info',
3336                 '.p3ix8wc.com',
3337                 '.piwyt.info',
3338                 '.pfkijrm.info',
3339                 '.pjktcragi.info',
3340                 '.pleoz.info',
3341                 '.plvqm73.info',
3342                 '.pqyrem.info',
3343                 '.qipgqd.info',
3344                 '.qlewixu.com',
3345                 '.qmlskme.info',
3346                 '.qtuff.info',
3347                 '.quoga.info',
3348                 '.quqz.info',
3349                 '.qzxuw.info',
3350                 '.rcaidegp.info',
3351                 '.rlkmdi.info',
3352                 '.rnsoiov.info',
3353                 '.rnwlams.info',
3354                 '.rprgkgqld.info',
3355                 '.rubqvxrn.info',
3356                 '.spqxstl.info',
3357                 '.syckoqjql.info',
3358                 '.tbirb.info',
3359                 '.thalc34.info',
3360                 '.tiabq.info',
3361                 '.tszzpjr.info',
3362                 '.tyjdyn.info',
3363                 '.twgugpns.info',
3364                 '.uaezrqp.info',
3365                 '.udlkasu.info',
3366                 '.uejncyf.info',
3367                 '.ukvflb.info',
3368                 '.ugsuv.info',
3369                 '.ukhgpcp.info',
3370                 '.urprzn.info',
3371                 '.uuhememkw.info',
3372                 '.yalc7en.info',
3373                 '.ybuid.info',
3374                 '.yhdkgfob.info',
3375                 '.ymenq.info',
3376                 '.ynlyb.info',
3377                 '.vieatlubk.info',
3378                 '.vltcaho.info',
3379                 '.wlamsiek.info',
3380                 '.wlerp.info',
3381                 '.wlmtshzi.info',
3382                 '.wmlkams.info',
3383                 '.wprqd.info',
3384                 '.wpyspszi.info',
3385                 '.xdscc.info',
3386                 '.xdvy.info',
3387                 '.xeypku.info',
3388                 '.xsrxh.info',
3389                 '.xwjyrpfe.info',
3390                 '.yxcqw.info',
3391                 '.zhbktrh.info',
3392                 '.zspepn.info',
3393                 '.zsxtz.info',
3394         ),
3395         'survi at poczta.fm and smiles' => array(
3396                 '.pperd.info',          // "main site :>" by Domagala Andrzej (survi at poczta.fm)
3397                 '.ppert.info',
3398                 '.pperta.info',
3399                 '.pperts.info',
3400                 '.pprtuis.info',
3401                 '.13iuey.info',         // ":>"
3402                 '.13jkhs.info',
3403                 '.13lksa.info',
3404                 '.13rxtx.info',
3405                 '.13slkd.info',
3406                 '.13zaer.info',
3407         ),
3408         // by Jan Kalka (admin at esemeski.com)
3409         'admin at esemeski.com' => array(
3410                 '.kxils.info',
3411                 '.kuaph.info',
3412                 '.lncdc.info',
3413                 '.lsqpd.info',
3414                 '.mczed.info',
3415                 '.npous.info',
3416                 '.obgju.info',
3417         ),
3418         // by LiquidNet Ltd. Redirect to www.japan.jp
3419         'fateback.com' => array(
3420                 '.bebto.com',
3421                 '.fateback.com',
3422         ),
3423         'agava.com' => array(   // by domains at agava.com
3424                 '.h18.ru',
3425                 '.hut1.ru',
3426         ),
3427         'wlmx009 at hotmail.com' => array(
3428                 '.123lineage.com',
3429                 '.ff11-info.com',
3430                 '.lastlineage.com',
3431                 '.lineage2-ol.com',
3432                 '.lineage2006.com',
3433                 '.lineagefirst.com',
3434         ),
3435         'zettahost.com' => array(
3436                 '.atspace.biz',                 // sales at zettahost.com
3437                 '.atspace.com',                 // abuse at zettahost.com
3438                 '.atspace.name',                // NS atspace.com
3439         ),
3440         'hlq9814 at 163.com' => array(
3441                 '.kotonohax.com',               // by ling bao
3442                 '.ragnarox.mobi',               // by lin bao, *.exe download
3443                 '.rokonline-jp.com',    // by hang long
3444         ),
3445         'zettahost.com' => array(
3446                 '.awardspace.com',      // by abuse at awardspace.com, no DirectoryIndex, 70.86.228.149
3447                 '.awardspace.us',       // by Dimitar Dimitrov (sales at zettahost.com), 70.86.228.149
3448         ),
3449         '77ch.jp' => array(
3450                 '.77ch.jp',
3451                 '.gamorimori.net',      // by ryo takami (infomation at 77ch.jp)
3452         ),
3453         'serchportal at mail.ru' => array(      // by Namu Adin (serchportal at mail.ru)
3454                 '.cool9f.info',
3455                 '.getse.info',
3456                 '.knopki.info',
3457                 '.zhopki.info',
3458         ),
3459         'soniqhost.com' => array(       // by Stanley Gutowski (support at soniqhost.com)
3460                 '*.444mb.com',          // Free hosting
3461                 'urlnip.com',           // Redirection
3462         ),
3463         'www.ru' => array(              // by Angela (abuse at www.ru)
3464                 '.1fasttimesatnau.info',
3465                 '.1freecybersex.info',
3466                 '.1freexxxcomics.info',
3467                 '.1fuckingmywife.info',
3468                 '.1pornpreview.info',
3469                 'www.ru',                                       // by (service at demos.ru), redirection
3470         ),
3471         '65.90.250.10' => array(        // IP seems 65.90.250.10
3472                 '.adultschat.info',
3473                 '.livecamonline.info',
3474                 '.webcam4u.info',
3475                 '.younghot.info',
3476         ),
3477         'hostorgadmin at googlemail.com' => array(      // Byethost Internet Ltd. (hostorgadmin at googlemail.com)
3478                 '.1sthost.org',
3479                 '.22web.net',
3480                 '.4sql.net',
3481                 '.php0h.com',
3482                 '.php1h.com',
3483                 '.php2h.com',           // by Andrew Millar (asmillar at sir-millar.com), ns also *.byet.org
3484                 '.phpnet.us',
3485                 '.prophp.org',          // pro-php.org, 
3486                 '.byethost.com',
3487                 //'byethost1.com'
3488                 '.byethost2.com',
3489                 '.byethost3.com',
3490                 '.byethost4.com',
3491                 '.byethost5.com',
3492                 '.byethost6.com',
3493                 '.byethost7.com',
3494                 '.byethost8.com',
3495                 '.byethost9.com',
3496                 '.byethost10.com',
3497                 '.byethost11.com',
3498                 '.byethost12.com',
3499                 '.byethost13.com',
3500                 '.byethost14.com',
3501                 '.byethost15.com',
3502                 '.byethost16.com',
3503                 '.byethost17.com',
3504                 '.byethost18.com',
3505                 //'*.byethost19.com',   // by Wan-Fu China, Ltd. (business at wanfuchina.com)
3506                 '.ifastnet.com',
3507                 '.kwikphp.com',
3508                 '.mega-file.net',
3509                 '.my-php.net',
3510                 '.my-place.us',
3511                 '.my-webs.org',
3512                 '.netfast.org',
3513                 '.prohosts.org',
3514                 '.sprinterweb.net',
3515                 '.swiftphp.com',
3516                 '.xlphp.net',
3517         ),
3518         'lemnaru ionut' => array(
3519                 // by lemnaru ionut (webmaster at bestgirlssex.info), ns *.hostgator.com
3520                 '.analmoviesite.info',
3521                 '.bestgirlssex.info',
3522                 '.boxvagina.info',
3523                 '.cyberlivegirls.info',
3524                 '.hotredgirls.info',
3525                 '.forsexlove.info',
3526                 '.hotnudezone.info',
3527                 '.hotredpussy.info',
3528                 '.lesbians-live.info',
3529                 '.lesbians-on-cam.info',
3530                 '.onlinegirlssite.info',
3531                 '.sexloveonline.info',
3532                 '.teensexcard.info',
3533                 '.teensexdirect.info',
3534                 '.topnudesite.info',
3535                 '.vaginafree.info',     
3536                 '.webcam-show.info',
3537                 '.webcamshow.info',
3538                 '.youngsexchat.info',
3539                 '.yourcumshot.info',    
3540         ),
3541         'stocking.club at gmail.com' => array(
3542                 '.aretheshit.info',                     // by David Theissen (zjwzra at mail.ru)
3543                 '.cash-call.info',                      // by David Theissen (stocking.club at gmail.com)
3544                 '.cialis-compare-levitra-viagra.info',  // by David Theissen (stocking.club at gmail.com)
3545                 '.cheap-online-viagra.info',    // by David Theissen (stocking.club at gmail.com)
3546                 '.drugcleansing.net',           // by David Zajwzran (stocking.club at gmail.com)
3547                 '.purchase-viagra.info',        // by David Theissen (stocking.club at gmail.com)
3548                 '.realdrunkengirls.biz',        // by David Theissen (stocking.club at gmail.com)
3549                 '.shithotsex.info',                     // by David Theissen (zjwzra at mail.ru)
3550                 '.stocks-trader.info',          // by David Theissen (zjwzra at mail.ru)
3551                 '.travelcardsite.info',         // by David Theissen (stocking.club at gmail.com)
3552         ),
3553         'lustiq at p5com.com' => array(
3554                 '.wonkalook.com',               // ns *.willywonka.co.in, 85.255.117.226
3555                 '.willywonka.co.in',    // by Nick Priest (lustiq at p5com.com), 85.255.117.226
3556         ),
3557         'web at 6jy.com' => array(
3558                 '.micro36.com',                 // by Teng Zhang (web at 6jy.com), content from lineage.jp, post with 'lineage1bbs.com'
3559                 '.movie1945.com',               // by Zhang Teng (web at 6jy.com), content from lineage.jp, hidden JavaScript
3560         ),
3561         'mk_slowman at yahoo.com' => array(     // by Mike Slowman (mk_slowman at yahoo.com)
3562                 '.generic-pharm.info',
3563                 '.safe-health.info',
3564                 '.vip-pets.info',
3565         ),
3566         'Leading Edge Marketing Inc.' => array(
3567                 // by Leading Edge Marketing Inc. (domains at leminternet.com), seems an advertiser
3568                 '.abemedical.com',
3569                 '.attractwomennow.com',
3570                 '.bettersexmall.com',
3571                 '.buymaxoderm.com',
3572                 '.buyvprx.com',
3573                 '.genf20.com',
3574                 '.infinityhealthnews.com',
3575                 '.istnewsletter.com',
3576                 '.leadingedgecash.com',
3577                 '.leadingedgeherbals.com',
3578                 '.leadingedgevipsonly.com',
3579                 '.lecash.com',
3580                 '.leminfo.com',
3581                 '.proextendersystem.com',
3582                 '.provestra.com',
3583                 '.semenax.com',
3584                 '.shavenomore.com',
3585                 '.theedgenewsletter.com',
3586                 '.vigorelle.com',
3587                 '.vigrx.com',
3588                 '.vigrxplus.com',
3589                 '.wbstnewsletter.com',
3590         ),
3591         'clickx at bk.ru' => array(     // by Alexey Enrertov (clickx at bk.ru)
3592                 '.susearch.info',
3593                 '.nuhost.info',
3594         ),
3595         'porychik at hot.ee' => array(  // by Igor
3596                 '.tedstate.info',       // "Free Web Hosting"
3597                 '.giftsee.com',
3598         ),
3599
3600
3601         // C-2: Lonely domains (buddies not found yet)
3602         '.0721-4404.com',
3603         '.0nline-porno.info',   // by Timyr (timyr at narod.ru)
3604         '.1-click-clipart.com', // by Big Resources, Inc. (hostmaster at bigresources.com)
3605         '.122mb.com',                   // by Alexandru Rusnac (alrusnac at hotmail.com)
3606         '.180haifa.com',                // by Andrey Letov (andreyletov at yahoo.com)
3607         '.19cellar.info',               // by Eduardo Guro (boomouse at gmail.com)
3608         '.1gangmu.com',                 // by gangmutangyaoju (wlmx009 at hotmail.com), Seems physing site for ff11-jp.com
3609         '.1gb.cc',                              // by Hakan us (hakanus at mail.com)
3610         '.1gb.in',                              // by Sergius Mixman (lancelot.denis at gmail.com)
3611         '.0annie.info',
3612         '.3-hosting.net',
3613         '.50webs.com',                  // by LiquidNet Ltd. (support at propersupport.com), redirect to mpage.jp
3614         '.6i6.de',
3615         '.advancediet.com',             // by Shonta Mojica (hostadmin at advancediet.com)
3616         '.adultpersonalsclubs.com',     // by Peter (vaspet34 at yahoo.com)
3617         '.alfanetwork.info',    // by dante (dantequick at gmail.com)
3618         '.allworlddirect.info', // Forbidden
3619         '.amoreitsex.com',
3620         '.areaseo.com',                 // by Antony Carpito (xcentr at lycos.com)
3621         '.baurish.info',
3622         '.bestop.name',
3623         '.bestrademark.info',   // by victoria (niko16d at yahoo.com), redirect to majordomo.ru
3624         '.bloggerblast.com',    // by B. Kadrie (domains at starwhitehosting.com)
3625         '.businessplace.biz',   // by Grenchenko Ivan Petrovich (eurogogi at yandex.ru)
3626         '.covertarena.co.uk',   // by Wayne Huxtable
3627         '.d999.info',                   // by Peter Vayner (peter.vayner at inbox.ru)
3628         '.dlekei.info',                 // by Maxima Bucaro (webmaster at tts2f.info)
3629         '.drug-shop.us',                        // by Alexandr (matrixpro at mail.ru)
3630         '.drugs-usa.info',              // by Edward SanFilippo (Edward.SanFilippo at gmail.com), redirect to activefreehost.com
3631         '.easyshopusa.com',             // by riter (riter at nm.ru)
3632         '.edu.ph',                              // "philippine network foundation inc"
3633         '.ex-web.net',                  // RMT by ex co,ltd (rmt at ex-web.net)
3634         '.extracheapmeds.com',  // "freexxxmovies" by John Smith (89 at bite.to)
3635         '.fantasy-handjob-ra.com',      // by Hose Pedro (hosepedro at gmail.com)
3636         '.fastppc.info',                        // by peter conor (fastppc at msn.com)
3637         '.ffxiforums.net',              // by Zhang xiaolong (mail at 33986.com), hidden VBScript
3638         '*.filthserver.com',    // sales at onlinemarketingservices.biz
3639         '.find-stuff.org',              // by Alice Freedman (admin at ip-labs.ru), / 404 Not Found
3640         '.forum24.se',
3641         '.free-finding.com',    // by Ny hom (nyhom at yahoo.com)
3642         '.free-rx.net',                 // by Neo-x (neo-xxl at yandex.ru), redirect to activefreehost.com
3643         '.freeblog.ru',                 // by Kondrashov Evgeniy Aleksandrovich (evkon at rol.ru), login form only, ns *.nthost.ru
3644         '.freehostia.com',
3645         '.goldcoastonlinetutoring.com', // by Robert Tanenbaum (buildbt at lycos.com)
3646         '.game4enjoy.net',              // by huang jinglong (fenlin231 at sina.com)
3647         '.ganecity.com',                // by shao tian (huangjinqiang at sina.com)
3648         '.gm-exchange.jp',              // RMT
3649         '.good1688.com',                // by Wen Chien Lunz (wzk1219 at yahoo.com.tw), one of them frame to , and whoop.to
3650         '.google-pharmacy.com',         // by alex (mdisign1997 at yahoo.com), hiding with urlx.org etc
3651         '.google-yahoo-msn.org',        // by Equipe Tecnica Ajato (rambap at yandex.ru)
3652         '.greatsexdate.com',    // by Andreas Crablo (crablo at hotmail.com)
3653         '.guild-wars-online.com',       // by Fuzhou Tianmeng Touzi Zixun Co.,Ltd (welkin at skyunion.com)
3654         '.happyhost.org',               // by Paul Zamnov (paul at zamnov.be)
3655         '.hloris.com',                  // by Wilshi Jamil (ixisus at front.ru)
3656         '.honda168.net',                // by tan tianfu (xueyihua at gmail.com), seems not used now
3657         '.hostuju.cz',                  // ns banan.cz, banan.it
3658         '.hot4buy.org',                 // by Hot Maker (jot at hot4buy.org)
3659         '.hotnetinfo.info',             // by Lisa Edwards (lisaedwards at ledw.th)
3660         '.hotscriptonline.info',        // by Psy Search (admin at psysearch.com)
3661         '.incbuy.info',                 // by Diego T. Murphy (Diego.T.Murphy at incbuy.info)
3662         '.infocart.jp',                 // Trying to earn money easily by selling 'earn-money-easiliy' tips
3663         '.infradoc.com',
3664         '.investorvillage.com', // by natalija puchkova (internet at internet.lv)
3665         '.ismarket.com',                        // Google-hiding. intercage.com related IP
3666         '.italialiveonline.info',       // by Silvio Cataloni (segooglemsn at yahoo.com), redirect to activefreehost.com
3667         '.italy-search.org',            // by Alex Yablin (zaharov-alex at yandex.ru)
3668         '.itsexosit.net',
3669         '.itxxxit.net',
3670         '.jimmys21.com',                // by Klen Kudryavii (telvid at shaw.ca)
3671         '.jimka-mmsa.com',              // by Alex Covax (c0vax at mail.ru), seems not used yet
3672         '.joynu.com',                   // by lei wang (93065 at qq.com), hidden JavaScript
3673         '.kingtools.de',
3674         '.kiski.net.in',                // by Aleksandr Krasnik (supermaster at pisem.net), ns *.msn-dns.com
3675         '.library-blogs.net',   // by Peter Scott (pscontent at gmail.com)
3676         '.lingage.com',                 // by huan bing (qbbs at xinoffice.com)
3677         '.ls.la',                               // by Milton McLellan (McLellanMilton at yahoo.com)
3678         '.manseekingwomanx.com',        // by Bill Peterson (coccooc at fastmail.fm)
3679         '.milfxxxpass.com',             // by Morozov Pavlik (rulets at gmail.com)
3680         '.myfgj.info',                  // by Filus (softscript at gmail.com)
3681         '.mujiki.com',                  // by Mila Contora (ebumsn at ngs.ru)
3682         '.mxsupportmailer.com',
3683         '.newalandirect.com',   // by Alnoor Hirji, ns *.sablehost.com
3684         '.ngfu2.info',                  // by Tara Lagrant (webmaster at ngfu2.info)
3685         '.ok10000.com',                 // by zipeng hu (ldcs350003 at hotmail.com)
3686         '.olimpmebel.info',             // by pol (pauk_life at mail.ru), frame to bettersexmall.com
3687         '.onlinetert.info',             // by Jarod Hyde (grigorysch at gmail.com)
3688         '.onlin-casino.com',    // by Lomis Konstantinos (businessline3000 at gmx.de)
3689         '.onlineviagra.de',
3690         '.ornit.info',                  // by Victoria C. Frey (Victoria.C.Frey at pookmail.com)
3691         '.ozomw.info',
3692         '.pahuist.info',                // by Yura (yuralg2005 at yandex.ru)
3693         '.pelican-bulletin.info',       // by Elizabeth K. Perry (redmonk at mail.ru)
3694         '.perevozka777.ru',             // by witalik at gmail.com
3695         '.pharmacy-style.com',  // by Anrey Markov (ernestppc at yahoo.com)
3696         '.pills-storage.com',   // by 
3697         '.plusintedia.com',             // by g yk (abc00623 at 163.com), seems not used now
3698         '.popki.ind.in',                        // by Aleksandr Krasnik (supermaster at pisem.net)
3699         '.porkyhost.com',               // 79965 at whois.gkg.net
3700         '.porno-babe.info',             // by Peter (asdas at mail.ru), redirect to Google
3701         '.pornesc.com',                 // by Xpeople (suppij atmail.ru)
3702         '.portaldiscount.com',  // by Mark Tven (bestsaveup at gmail.com)
3703         '.prama.info',                  // by Juan.Kang at mytrashmail.com
3704         ',pulsar.net',                  // by TheBuzz Int. (theboss at tfcclion.com)
3705         '.qoclick.net',                 // by DMITRIY SOLDATENKO
3706         '.relurl.com',                  // tiny-like. by Grzes Tlalka (grzes1111 at interia.pl)
3707         '.replicaswatch.org',   // by Replin (admin at furnitureblog.org)
3708         '.searchadv.com',               // by Jaan Randolph (searchadv at gmail.com)
3709         '.roin.info',                   // by Evgenius (roinse at yandex.ru)
3710         '.seek-www.com',                // by Adam Smit (pingpong at mail.md)
3711         '.sessocities.net',             // by info at secureserver3.com
3712         '.sexamoreit.com',
3713         '.sexforit.com',
3714         '.sexmaniacs.org',              // by Yang Chong (chong at x-india.com)
3715         '.sirlook.com',
3716         '.so-net.ws',                   // by Todaynic.com Inc, seems a physing site for so-net.jp
3717         '.sticy.info',                  // by Richard D. Mccall (richardmccall at yahoo.com)
3718         '.superrwm.info',               // by Dark Dux (duxdark at yahoo.com)
3719         '.thehostcity.com',             // Domains by Proxy
3720         '.thephentermineonline.info',   // by Kipola (smesh1155 at gmail.com)
3721         '.thetinyurl.com',              // by Beth J. Carter (Beth.J.Carter at thetinyurl.com)
3722         '.topmeds10.com',
3723         '*.tv-reklama.info',    // by Kozlov Maxim (m_koz at mail.ru)
3724         '.twabout.com',                 // by qiu wenbing (qiuwenbing at 126.com), content from l2mpt.net
3725         '.uaro.info',                   // by Neru Pioner (neru at smtp.ru)
3726         '.unctad.net',                  // by gfdogfd at lovespb.com
3727         '.vacant.org.uk',
3728         '.viagrabuyonline.org', // by Sipil (kopper1970 at gmail.com)
3729         '.virtualsystem.de',
3730         '.vdxhost.com',
3731         '.webnow.biz',                  // by Hsien I Fan (admin at servcomputing.com)
3732         '.wer3.info',                   // by Martin Gundel (Martin at mail.com), 404 not found
3733         '.withsex.net',                 // by C.W.Jang (jangcw1204 at naver.com)
3734         '.whoop.to',                    // RMT
3735         '.worldinsurance.info', // by Alexander M. Brown (Alex_Brown at yahoo.com), fake-antivirus
3736         '.wwwna.info',                  // / 404 Not Found
3737         '.xpacificpoker.com',   // by Hubert Hoffman (support at xpacificpoker.com)
3738         '.xphost.org',                  // by alex alex (alrusnac at hotmail.com)
3739         '.xamorexxx.net',
3740         '.xsessox.com',
3741         '.webtools24.net',              // by Michael Helminger (info at ishelminger.de)
3742         '.wefas.ru',                    // by Andrey M Somov (snmaster at yandex.ru). / not found
3743         '.womasia.info',                // by Mark Fidele (markfidele at yahoo.com)
3744         '.zlocorp.com',                 // by tonibcrus at hotpop.com, spammed well with "http ://zlocorp.com/"
3745         '.zyguo.info',                  // ns globoxhost.net
3746
3747         // C-3: Not classifiable (information wanted)
3748         //
3749         // Something incoming to pukiwiki related sites
3750         'nana.co.il related' => array(
3751                 '.planetnana.co.il',
3752                 '.nana.co.il',
3753         ),
3754         '.mylexus.info',                // by Homer Simpson (simhomer12300 at mail.com), Redirect to Google
3755 );
3756
3757
3758 $blocklist['badhost'] = array(
3759         // D: Sample setting of
3760         // "third party in good faith"s
3761         //
3762         // Hosts shown inside of the implanted contents,
3763         // not used via spam, but maybe useful to detect these contents
3764         //
3765         // 'RESERVED',
3766
3767         // Z: Yours
3768         //
3769         //'',
3770         //'',
3771         //'',
3772 );
3773 ?>