OSDN Git Service

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