OSDN Git Service

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