OSDN Git Service

Added
[pukiwiki/pukiwiki_sandbox.git] / spam / spam.ini.php
1 <?php
2 // $Id: spam.ini.php,v 1.138 2007/08/01 13:23:54 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:
29 //   http://en.wikipedia.org/wiki/Spamdexing
30 //   http://en.wikipedia.org/wiki/Domainers
31 //   http://en.wikipedia.org/wiki/Typosquatting
32
33 $blocklist['list'] = array(
34         // List of the lists
35
36         //  FALSE       = ignore them
37         //  TRUE        = catch them
38         //  Commented out of the line = do nothing about it
39
40         'goodhost'      => FALSE,
41         'A-1'           => TRUE,
42         //'A-2'         => TRUE,
43         'B-1'           => TRUE,
44         'B-2'           => TRUE,
45         'C'                     => TRUE,
46         //'D'           => TRUE,
47         'E'                     => TRUE,
48         'Z'                     => TRUE,
49 );
50
51
52 // ----
53
54 $blocklist['goodhost'] = array(
55         // Sample setting of ignorance list
56
57         'IANA-examples' => '#^(?:.*\.)?example\.(?:com|net|org)$#',
58
59         // PukiWiki-official/dev specific
60         //'.logue.tk',  // Well-known PukiWiki heavy user, Logue (Paid *.tk domain, Expire on 2008-12-01)
61         //'.nyaa.tk',   // (Paid *.tk domain, Expire on 2008-05-19)
62         //'.wanwan.tk', // (Paid *.tk domain, Expire on 2008-04-21) by nyaa.tk
63         //'emasaka.blog65.fc2.com',     // Text-to-Impress converter
64         //'ifastnet.com',                               // Server hosting
65         //'threefortune.ifastnet.com',  // Server hosting
66
67         // Yours
68         //''
69         //''
70         //''
71
72 );
73
74 // A: Sample setting of
75 // Existing URI redirection or masking services
76
77 $blocklist['A-1'] = array(
78
79         // A-1: General redirection services -- by HTML meta, HTML frame, JavaScript,
80         // web-based proxy, DNS subdomains, etc
81         // http://en.wikipedia.org/wiki/URL_redirection
82         //
83         // as known as cheap URI obscuring services today,
84         // for spammers and affiliate users dazed by money.
85         //
86         //   Messages from forerunners:
87         //     o-rly.net
88         //       "A URL REDIRECTION SERVICE GONE BAD"
89         //       "SORRY, TRULY"
90         //     smcurl.com
91         //       "Idiots were using smcURL to shrink URLs and
92         //        send them out via spam."
93         //     tinyclick.com
94         //       "...stop offering it's free services because
95         //        too many people were taking advantage of it"
96         //     xjs.org
97         //       "We have been forced to close this facility
98         //        due to a minority of knuckle draggers who
99         //        abused this web site."
100         //
101         // Please notify us about this list with reason:
102         // http://pukiwiki.sourceforge.jp/dev/?BugTrack2/207
103         //
104         '0nz.org',
105         '0rz.tw',
106         '0url.com',
107         '0zed.info',
108         '*.110mb.com',  // by Speed Success, Inc. (110mb.server at gmail.com)
109         '123.que.jp',
110         '12url.org',
111         '*.15h.com',
112         '*.1dr.biz',
113         '1K.pl' => array(
114                 '*.1k.pl',
115                 '*.5g.pl',
116                 '*.orq.pl',
117         ),
118         '1nk.us',
119         '1url.org',
120         '1url.in',
121         '1webspace.org',
122         '2Ch.net' => array(
123                 'ime.nu',
124                 'ime.st',
125         ),
126         '2ch2.net',
127         '2hop4.com',
128         '2s.ca',
129         '2site.com',
130         '2url.org',
131         '301url.com',
132         '32url.com',
133         '.3dg.de',
134         '*.4bb.ru',
135         'big5.51job.com',
136         '5jp.net',
137         '.6url.com',
138         '*.6x.to',
139         '7ref.com',
140         '82m.org',
141         '*.8rf.com',
142         '98.to',
143         'abbrv.co.uk',
144         '*.abwb.org',
145         'acnw.de',
146         'Active.ws' => array(
147                 '*.321.cn',
148                 '*.4x2.net',
149                 'active.ws',
150                 '*.better.ws',
151                 '*.here.ws',
152                 '*.mypiece.com',
153                 '*.official.ws',
154                 '*.ouch.ws',
155                 '*.premium.ws',
156                 '*.such.info',
157                 '*.true.ws',
158                 '*.visit.ws',
159         ),
160         'affilitool.com',               // 125.206.117.91(right-way.org) by noboru hamada (info at isosupport.net)
161         'aifam.com',
162         'All4WebMasters.pl' => array(
163                 '*.ovp.pl',
164                 '*.6-6-6.pl',
165         ),
166         'amoo.org',
167         'Arzy.net' => array(    // "(c) 2007 www.arzy.net", by urladmin at zvxr.com, DNS arzy.net
168                 'jmp2.net',
169                 '2me.tw',
170         ),
171         'ataja.es',
172         'ATBHost.com' => array(
173                 '*.atbhost.com',
174                 '*.bzhost.net',
175         ),
176         'atk.jp',
177         'clearp.ath.cx',
178         'athomebiz.com',
179         'aukcje1.pl',
180         'beam.to',
181         'beermapping.com',
182         'besturl.in',
183         'biglnk.com',
184         'bingr.com',
185         'bittyurl.com',
186         '*.bizz.cc',
187         '*.blo.pl',
188         '*.bo.pl',
189         'briefurl.com',
190         'brokenscript.com',
191         'BucksoGen.com' => array(
192                 '*.bucksogen.com',
193                 '*.bulochka.org',
194                 '*.korzhik.org',
195                 '*.kovrizhka.org',
196                 '*.pirozhok.org',
197                 '*.plushka.org',
198                 '*.pryanik.org',
199                 '*.sushka.org',
200         ),
201         'budgethosts.org',
202         'budu.com',                             // by peter.eder at imcworld.com
203         '*.buzznet.com',
204         '*.bydl.com',
205         'C-O.IN' => array(
206                 '*.c-o.cc',
207                 '*.c-o.in',
208                 '*.coz.in',
209                 '*.cq.bz',
210         ),
211         'c64.ch',
212         'c711.com',
213         '*.cej.pl',
214         'checkasite.net',
215         'url.chefhost.com',
216         '*.chicappa.jp',
217         'chilicity.com',
218         'big5.china.com',
219         'chopurl.com',
220         'christopherleestreet.com',
221         'cintcm.com',
222         '*.cjb.net',
223         'clipurl.com',
224         '*.co.nr',
225         'Comtech Enterprises ' => array(        // comteche.com
226                 'tinyurl.name',
227                 'tinyurl.us',
228         ),
229         'Cool168.com' => array(
230                 '*.cool158.com',
231                 '*.cool168.com',
232                 '*.ko168.com',
233                 '*.ko188.com',
234         ),
235         'Coolurl.de' => array(
236                 'coolurl.de',
237                 'dornenboy.de',
238                 'eyeqweb.com',
239                 'hardcore-porn.de',
240                 'maschinen-bluten-nicht.de',
241         ),
242         'cutalink.com',
243         '*.da.cx',
244         '*.da.ru',
245         'dae2.com',
246         'dephine.org',
247         'desiurl.com',
248         'dhurl.com',
249         'digbig.com',
250         'Digipills.com' => array(
251                 '*.digipills.com',
252                 'minilien.com',
253                 'tinylink.com',
254         ),
255         '*.discutbb.com',
256         'DL.AM' => array(
257                 '*.cx.la',
258                 '*.dl.am',
259         ),
260         '*.dl.pl',
261         '*.dmdns.com',
262         'doiop.com',
263         'drlinky.com',
264         'durl.us',
265         '*.dvdonly.ru',
266         '*.dynu.ca',
267         'dwarf.name',
268         '*.eadf.com',
269         '*.easyurl.net',
270         'elfurl.com',
271         'eny.pl',
272         'eTechFocus LLC' => array(      // by eTechFocus LLC (thomask at etechfocus.com)
273                 '.mywiitime.com',
274                 '.surfindark.com',              // webmaster at etechfocus.com
275                 '.surfinshade.com',
276                 '.surfinshadow.com',
277                 '.surfinwind.com',
278                 '.topsecretlive.com',
279         ),
280         '*.eu.org',
281         'F2B.be' => array(
282                 '*.f2b.be',
283                 '*.freakz.eu',
284                 '*.n0.be',
285                 '*.n3t.nl',
286                 '*.short.be',
287                 '*.ssr.be',
288                 '*.tweaker.eu',
289         ),
290         '*.fancyurl.com',
291         'Fanznet.jp' => array(  // by takahashi nakaba (nakaba.takahashi at gmail.com)
292                 'blue11.jp',
293                 'fanznet.com',
294                 'katou.in',
295                 'mymap.in',
296                 'saitou.in',
297                 'satou.in',
298                 'susan.in',
299         ),
300         '.fe.pl',                       // Redirection and subdomain
301         'ffwd.to',
302         'url.fibiger.org',
303         'FireMe.to' => array(
304                 'fireme.to',
305                 'nextdoor.to',
306                 'ontheway.to',
307         ),
308         'flingk.com',
309         'flog.jp',                      // careless redirector and bbs
310         'fm7.biz',
311         'fnbi.jp',
312         '*.fnbi.jp',
313         'forgeturl.com',
314         '*.free.bg',
315         '*.freecities.com',
316         'Freeservers.com' => array(     // United Online Web Services, Inc.
317                 '*.4mg.com',
318                 '*.4t.com',
319                 '*.8m.com',
320                 '*.8m.net',
321                 '*.8k.com',
322                 '*.faithweb.com',
323                 '*.freehosting.net',
324                 '*.freeservers.com',
325                 '*.gq.nu',
326                 '*.htmlplanet.com',
327                 '*.itgo.com',
328                 '*.iwarp.com',
329                 '*.s5.com',
330                 '*.scriptmania.com',
331                 '*.tvheaven.com',
332         ),
333         '*.freewebpages.com',
334         'FreeWebServices.net' => array( // Host Department LLC
335                 '*.about.gs',   // Dead?
336                 '*.about.tc',
337                 '*.about.vg',
338                 '*.aboutus.gs',
339                 '*.aboutus.ms',
340                 '*.aboutus.tc',
341                 '*.aboutus.vg',
342                 '*.biografi.biz',
343                 '*.biografi.info',
344                 '*.biografi.org',
345                 '*.biografi.us',
346                 '*.datadiri.biz',
347                 '*.datadiri.cc',
348                 '*.datadiri.com',
349                 '*.datadiri.info',
350                 '*.datadiri.net',
351                 '*.datadiri.org',
352                 '*.datadiri.tv',
353                 '*.datadiri.us',
354                 '*.ecv.gs',
355                 '*.ecv.ms',
356                 '*.ecv.tc',
357                 '*.ecv.vg',
358                 '*.eprofile.us',
359                 '*.go2net.ws',
360                 '*.hits.io',
361                 '*.hostingweb.us',
362                 '*.hub.io',
363                 '*.indo.bz',
364                 '*.indo.cc',
365                 '*.indo.gs',
366                 '*.indo.ms',
367                 '*.indo.tc',
368                 '*.indo.vg',
369                 '*.infinitehosting.net',
370                 '*.infinites.net',
371                 '*.lan.io',
372                 '*.max.io',
373                 '*.mycv.bz',
374                 '*.mycv.nu',
375                 '*.mycv.tv',
376                 '*.myweb.io',
377                 '*.ourprofile.biz',
378                 '*.ourprofile.info',
379                 '*.ourprofile.net',     // Dead?
380                 '*.ourprofile.org',
381                 '*.ourprofile.us',
382                 '*.profil.bz',
383                 '*.profil.cc',
384                 '*.profil.cn',
385                 '*.profil.gs',
386                 '*.profil.in',
387                 '*.profil.ms',
388                 '*.profil.tc',
389                 '*.profil.tv',
390                 '*.profil.vg',  // ?
391                 '*.site.io',
392                 '*.wan.io',
393                 '*.web-cam.ws',
394                 '*.webs.io',
395                 '*.zip.io',
396         ),
397         'funkurl.com',          // by Leonard Lyle (len at ballandchain.net)
398         '*.fw.bz',
399         '*.fx.to',
400         'fyad.org',
401         'fype.com',
402         'gentleurl.net',
403         'Get2.us' => array(
404                 '*.get2.us',
405                 '*.hasballs.com',
406                 '*.ismyidol.com',
407                 '*.spotted.us',
408                 '*.went2.us',
409                 '*.wentto.us',
410         ),
411         'glinki.com',
412         '*.globalredirect.com',
413         'gnu.vu',
414         '*.go.cc',
415         'goonlink.com',
416         '.gourl.org',
417         '.greatitem.com',
418         '*.greatnow.com',       // by Per Olof Sandholm (peo at peakspace.com)
419         'gzurl.com',
420         'url.grillsportverein.de',
421         'Harudake.net' => array('*.hyu.jp'),
422         'Hattinger Linux User Group' => array('short.hatlug.de'),
423         'Hexten.net' => array('lyxus.net'),
424         'here.is',
425         'HispaVista.com' => array(
426                 '*.blogdiario.com',
427                 '*.hispavista.com',
428                 '.galeon.com',
429         ),
430         'Home.pl' => array(     // by Home.pl Sp. J. (info at home.pl), redirections and forums
431                 '*.8l.pl',
432                 '*.blg.pl',
433                 '*.czytajto.pl',
434                 '*.ryj.pl',
435                 '*.xit.pl',
436                 '*.xlc.pl',
437                 '*.hk.pl',
438                 '*.home.pl',
439                 '*.of.pl',
440         ),
441         'hort.net',
442         'free4.hostrocket.com',
443         '*.hotindex.ru',
444         'HotRedirect.com' => array(
445                 '*.coolhere.com',
446                 '*.homepagehere.com',
447                 '*.hothere.com',
448                 '*.mustbehere.com',
449                 '*.onlyhere.net',
450                 '*.pagehere.com',
451                 '*.surfhere.net',
452                 '*.zonehere.com',
453         ),
454         'hotshorturl.com',
455         'hurl.to',
456         '*.hux.de',
457         '*.i89.us',
458         'iat.net',                      // 74.208.58.130 by Tony Carter
459         'ibm.com',                      // Correct the /links
460         '*.iceglow.com',
461         'go.id-tv.info',        // 77.232.68.138(77-232-68-138.static.servage.net) by Max Million (max at id-tv.info)
462         'Ideas para Nuevos Mercados SL' => array(
463                 // NOTE: 'i4nm.com' by 'Ideas para Nuevos Mercados SL' (i4nm at i4nm.com)
464                 // NOTE: 'dominiosfree.com' by 'Ideas para nuevos mercados,sl' (dominiosfree at i4nm.com)
465                 // NOTE: 'red-es.com' by oscar florez (info at i4nm.com)
466                 // by edgar bortolin (oscar at i4nm.com)
467                 // by Edgar Bortolin  (oscar at i4nm.com)
468                 // by oscar florez (oscar at i4nm.com)
469                 // by Oscar Florez (oscar at red-es.com)
470                 // by covadonga del valle (oscar at i4nm.com)
471                 '*.ar.gd',
472                 '*.ar.gs',      // ns *.nora.net
473                 '*.ar.kz',      // by oscar
474                 '*.ar.nu',      // by Edgar
475                 '*.ar.tc',      // by oscar
476                 '*.ar.vg',      // by oscar
477                 '*.bo.kz',      // by oscar
478                 '*.bo.nu',      // by covadonga
479                 '*.bo.tc',      // by oscar
480                 '*.bo.tf',      // by Oscar
481                 '*.bo.vg',      // by oscar
482                 '*.br.gd',
483                 '*.br.gs',      // ns *.nora.net
484                 '*.br.nu',      // by edgar
485                 '*.br.vg',      // by oscar
486                 '*.ca.gs',      // by oscar
487                 '*.ca.kz',      // by oscar
488                 '*.cl.gd',      // by oscar
489                 '*.cl.kz',      // by oscar
490                 '*.cl.nu',      // by edgar
491                 '*.cl.tc',      // by oscar
492                 '*.cl.tf',      // by Oscar
493                 '*.cl.vg',      // by oscar
494                 '*.col.nu',     // by Edgar
495                 '*.cr.gs',      // ns *.nora.net
496                 '*.cr.kz',      // by oscar
497                 '*.cr.nu',      // by edgar
498                 '*.cr.tc',      // by oscar
499                 '*.cu.tc',      // by oscar
500                 '*.do.kz',      // by oscar
501                 '*.do.nu',      // by edgar
502                 '*.ec.kz',      // by edgar
503                 '*.ec.nu',      // by Edgar
504                 '*.ec.tf',      // by Oscar
505                 '*.es.kz',      // by oscar
506                 '*.eu.kz',      // by oscar
507                 '*.gt.gs',      // ns *.nora.net
508                 '*.gt.tc',      // by oscar
509                 '*.gt.tf',      // by Oscar
510                 '*.gt.vg',      // by Oscar
511                 '*.hn.gs',      // ns *.nora.net
512                 '*.hn.tc',      // by oscar
513                 '*.hn.tf',      // by Oscar
514                 '*.hn.vg',      // by oscar
515                 '*.mx.gd',
516                 '*.mx.gs',      // ns *.nora.net
517                 '*.mx.kz',      // by oscar
518                 '*.mx.vg',      // by oscar
519                 '*.ni.kz',      // by oscar
520                 '*.pa.kz',      // by oscar
521                 '*.pe.kz',      // by oscar
522                 '*.pe.nu',      // by Edgar
523                 '*.pr.kz',      // by oscar
524                 '*.pr.nu',      // by edgar
525                 '*.pt.gs',      // ns *.nora.net
526                 '*.pt.kz',      // by edgar
527                 '*.pt.nu',      // by edgar
528                 '*.pt.tc',      // by oscar
529                 '*.pt.tf',      // by Oscar
530                 '*.py.gs',      // ns *.nora.net
531                 '*.py.nu',      // by edgar
532                 '*.py.tc',      // by oscar
533                 '*.py.tf',      // by Oscar
534                 '*.py.vg',      // by oscar
535                 '*.sv.tc',      // by oscar
536                 '*.usa.gs',     // ns *.nora.net
537                 '*.uy.gs',      // ns *.nora.net
538                 '*.uy.kz',      // by oscar
539                 '*.uy.nu',      // by edgar
540                 '*.uy.tc',      // by oscar
541                 '*.uy.tf',      // by Oscar
542                 '*.uy.vg',      // by oscar
543                 '*.ve.gs',      // by oscar
544                 '*.ve.tc',      // by oscar
545                 '*.ve.tf',      // by Oscar
546                 '*.ve.vg',      // by oscar
547                 '*.ven.nu',     // by edgar
548         ),
549         'ie.to',
550         'igoto.co.uk',
551         'ilook.tw',
552         'iNetwork.co.il' => array(
553                 'inetwork.co.il',       // by NiL HeMo (exe at bezeqint.net)
554                 '.up2.co.il',           // inetwork.co.il related, not classifiable, by roey blumshtein (roeyb76 at 017.net.il)
555                 '.dcn.co.il,',          // up2.co.il related, not classifiable, by daniel chechik (ns_daniel0 at bezeqint.net)
556         ),
557         '*.infogami.com',
558         'infotop.jp',
559         'ipoo.org',
560         'IR.pl' => array(
561                 '*.aj.pl',
562                 '*.aliasy.org',
563                 '*.gu.pl',
564                 '*.hu.pl',
565                 '*.ir.pl',
566                 '*.jo.pl',
567                 '*.su.pl',
568                 '*.td.pl',
569                 '*.uk.pl',
570                 '*.uy.pl',
571                 '*.xa.pl',
572                 '*.zj.pl',
573         ),
574         'irotator.com',
575         '.iwebtool.com',
576         'j6.bz',
577         'jeeee.net',
578         'Jaze Redirect Services' => array(
579                 '*.arecool.net',
580                 '*.iscool.net',
581                 '*.isfun.net',
582                 '*.tux.nu',
583         ),
584         'JeremyJohnstone.com' => array('url.vg'),
585         'jemurl.com',
586         'jggj.net',
587         'jpan.jp',
588         'josh.nu',
589         'kat.cc',
590         'Kickme.to' => array(
591                 '.1024bit.at',
592                 '.128bit.at',
593                 '.16bit.at',
594                 '.256bit.at',
595                 '.32bit.at',
596                 '.512bit.at',
597                 '.64bit.at',
598                 '.8bit.at',
599                 '.adores.it',
600                 '.again.at',
601                 '.allday.at',
602                 '.alone.at',
603                 '.altair.at',
604                 '.american.at',
605                 '.amiga500.at',
606                 '.ammo.at',
607                 '.amplifier.at',
608                 '.amstrad.at',
609                 '.anglican.at',
610                 '.angry.at',
611                 '.around.at',
612                 '.arrange.at',
613                 '.australian.at',
614                 '.baptist.at',
615                 '.basque.at',
616                 '.battle.at',
617                 '.bazooka.at',
618                 '.berber.at',
619                 '.blackhole.at',
620                 '.booze.at',
621                 '.bosnian.at',
622                 '.brainiac.at',
623                 '.brazilian.at',
624                 '.bummer.at',
625                 '.burn.at',
626                 '.c-64.at',
627                 '.catalonian.at',
628                 '.catholic.at',
629                 '.chapel.at',
630                 '.chills.it',
631                 '.christiandemocrats.at',
632                 '.cname.at',
633                 '.colors.at',
634                 '.commodore.at',
635                 '.commodore64.at',
636                 '.communists.at',
637                 '.conservatives.at',
638                 '.conspiracy.at',
639                 '.cooldude.at',
640                 '.craves.it',
641                 '.croatian.at',
642                 '.cuteboy.at',
643                 '.dancemix.at',
644                 '.danceparty.at',
645                 '.dances.it',
646                 '.danish.at',
647                 '.dealing.at',
648                 '.deep.at',
649                 '.democrats.at',
650                 '.digs.it',
651                 '.divxlinks.at',
652                 '.divxmovies.at',
653                 '.divxstuff.at',
654                 '.dizzy.at',
655                 '.does.it',
656                 '.dork.at',
657                 '.drives.it',
658                 '.dutch.at',
659                 '.dvdlinks.at',
660                 '.dvdmovies.at',
661                 '.dvdstuff.at',
662                 '.emulators.at',
663                 '.end.at',
664                 '.english.at',
665                 '.eniac.at',
666                 '.error403.at',
667                 '.error404.at',
668                 '.evangelism.at',
669                 '.exhibitionist.at',
670                 '.faith.at',
671                 '.fight.at',
672                 '.finish.at',
673                 '.finnish.at',
674                 '.forward.at',
675                 '.freebie.at',
676                 '.freemp3.at',
677                 '.french.at',
678                 '.graduatejobs.at',
679                 '.greenparty.at',
680                 '.grunge.at',
681                 '.hacked.at',
682                 '.hang.at',
683                 '.hangup.at',
684                 '.has.it',
685                 '.hide.at',
686                 '.hindu.at',
687                 '.htmlpage.at',
688                 '.hungarian.at',
689                 '.icelandic.at',
690                 '.independents.at',
691                 '.invisible.at',
692                 '.is-chillin.it',
693                 '.is-groovin.it',
694                 '.japanese.at',
695                 '.jive.at',
696                 '.kickass.at',
697                 '.kickme.to',
698                 '.kindergarden.at',
699                 '.knows.it',
700                 '.kurd.at',
701                 '.labour.at',
702                 '.leech.at',
703                 '.liberals.at',
704                 '.linuxserver.at',
705                 '.liqour.at',
706                 '.lovez.it',
707                 '.makes.it',
708                 '.maxed.at',
709                 '.means.it',
710                 '.meltdown.at',
711                 '.methodist.at',
712                 '.microcomputers.at',
713                 '.mingle.at',
714                 '.mirror.at',
715                 '.moan.at',
716                 '.mormons.at',
717                 '.musicmix.at',
718                 '.nationalists.at',
719                 '.needz.it',
720                 '.nerds.at',
721                 '.neuromancer.at',
722                 '.newbie.at',
723                 '.nicepage.at',
724                 '.ninja.at',
725                 '.norwegian.at',
726                 '.ntserver.at',
727                 '.owns.it',
728                 '.paint.at',
729                 '.palestinian.at',
730                 '.phoneme.at',
731                 '.phreaking.at',
732                 '.playz.it',
733                 '.polish.at',
734                 '.popmusic.at',
735                 '.portuguese.at',
736                 '.powermac.at',
737                 '.processor.at',
738                 '.prospects.at',
739                 '.protestant.at',
740                 '.rapmusic.at',
741                 '.raveparty.at',
742                 '.reachme.at',
743                 '.reads.it',
744                 '.reboot.at',
745                 '.relaxed.at',
746                 '.republicans.at',
747                 '.researcher.at',
748                 '.reset.at',
749                 '.resolve.at',
750                 '.retrocomputers.at',
751                 '.rockparty.at',
752                 '.rocks.it',
753                 '.rollover.at',
754                 '.rough.at',
755                 '.rules.it',
756                 '.rumble.at',
757                 '.russian.at',
758                 '.says.it',
759                 '.scared.at',
760                 '.seikh.at',
761                 '.serbian.at',
762                 '.short.as',
763                 '.shows.it',
764                 '.silence.at',
765                 '.simpler.at',
766                 '.sinclair.at',
767                 '.singz.it',
768                 '.slowdown.at',
769                 '.socialists.at',
770                 '.spanish.at',
771                 '.split.at',
772                 '.stand.at',
773                 '.stoned.at',
774                 '.stumble.at',
775                 '.supercomputer.at',
776                 '.surfs.it',
777                 '.swedish.at',
778                 '.swims.it',
779                 '.synagogue.at',
780                 '.syntax.at',
781                 '.syntaxerror.at',
782                 '.techie.at',
783                 '.temple.at',
784                 '.thinkbig.at',
785                 '.thirsty.at',
786                 '.throw.at',
787                 '.toplist.at',
788                 '.trekkie.at',
789                 '.trouble.at',
790                 '.turkish.at',
791                 '.unexplained.at',
792                 '.unixserver.at',
793                 '.vegetarian.at',
794                 '.venture.at',
795                 '.verycool.at',
796                 '.vic-20.at',
797                 '.viewing.at',
798                 '.vintagecomputers.at',
799                 '.virii.at',
800                 '.vodka.at',
801                 '.wannabe.at',
802                 '.webpagedesign.at',
803                 '.wheels.at',
804                 '.whisper.at',
805                 '.whiz.at',
806                 '.wonderful.at',
807                 '.zor.org',
808                 '.zx80.at',
809                 '.zx81.at',
810                 '.zxspectrum.at',
811         ),
812         'kisaweb.com',
813         'krotki.pl',
814         'kuerzer.de',
815         '*.kupisz.pl',
816         'kuso.cc',
817         '*.l8t.com',
818         'lame.name',
819         'lediga.st',
820         'liencourt.com',
821         'liteurl.com',
822         'linkachi.com',
823         'linkezy.com',
824         'linkfrog.net',
825         'linkook.com',
826         'linkzip.net',
827         'lispurl.com',
828         'lnk.in',
829         'makeashorterlink.com',
830         'MAX.ST' => array(      // by Guet Olivier (oliguet at club-internet.fr), frame
831                 '*.3gp.fr',
832                 '*.gtx.fr',
833                 '*.ici.st',
834                 '*.max.st',
835                 '*.nn.cx',              // ns *.sivit.org
836                 '*.site.cx',    // ns *.sivit.org
837                 '*.user.fr',
838                 '*.zxr.fr',
839         ),
840         'mcturl.com',
841         'memurl.com',
842         'Metamark.net' => array('xrl.us'),
843         'midgeturl.com',
844         'Minilink.org' => array('lnk.nu'),
845         'miniurl.org',
846         'miniurl.pl',
847         'mixi.bz',
848         'mo-v.jp',
849         'monster-submit.com',
850         'mooo.jp',
851         'murl.net',
852         'myactivesurf.net',
853         'mytinylink.com',
854         'myurl.in',
855         'myurl.com.tw',
856         'nanoref.com',
857         'Ne1.net' => array(
858                 '*.ne1.net',
859                 '*.r8.org',
860         ),
861         'Nashville Linux Users Group' => array('nlug.org'),
862         'not2long.net',
863         '*.notlong.com',
864         '*.nuv.pl',
865         'ofzo.be',
866         '*.ontheinter.net',
867         'ourl.org',
868         'ov2.net',                              // frame
869         '*.ozonez.com',
870         'pagebang.com',
871         'palurl.com',
872         '*.paulding.net',
873         'phpfaber.org',
874         'pnope.com',
875         'prettylink.com',
876         'PROXID.net' => array(  // also xRelay.net
877                 '*.asso.ws',
878                 '*.corp.st',
879                 '*.euro.tm',
880                 '*.perso.tc',
881                 '*.site.tc',
882                 '*.societe.st',
883         ),
884         'qrl.jp',
885         'qurl.net',
886         'qwer.org',
887         'readthisurl.com',              // 67.15.58.36(win2k3.tuserver.com) by Zhe Hong Lim (zhehonglim at gmail.com)
888         'radiobase.net',
889         'RedirectFree.com' => array(
890                 '*.red.tc',
891                 '*.redirectfree.com',
892                 '*.sky.tc',
893                 '*.the.vg',
894         ),
895         'redirme.com',
896         'redirectme.to',
897         'relic.net',
898         'rezma.info',
899         'rio.st',
900         'rlink.org',
901         '*.rmcinfo.fr',
902         'rubyurl.com',
903         '*.runboard.com',
904         'runurl.com',
905         's-url.net',
906         'SG5.co.uk' => array(
907                 '*.sg5.co.uk',
908                 '*.sg5.info',
909         ),
910         'Shim.net' => array(
911                 '*.0kn.com',
912                 '*.2cd.net',
913                 '*.freebiefinders.net',
914                 '*.freegaming.org',
915                 '*.op7.net',
916                 '*.shim.net',
917                 '*.v9z.com',
918         ),
919         'shorl.com',
920         'shortenurl.com',
921         'shorterlink.com',
922         'shortlinks.co.uk',
923         'shorttext.com',
924         'shorturl-accessanalyzer.com',
925         'Shortify.com' => array(
926                 '74678439.com',
927                 'shortify.com',
928         ),
929         'shortlink.co.uk',
930         'ShortURL.com' => array(
931                 '*.1sta.com',
932                 '*.24ex.com',
933                 '*.2fear.com',
934                 '*.2fortune.com',
935                 '*.2freedom.com',
936                 '*.2hell.com',
937                 '*.2savvy.com',
938                 '*.2truth.com',
939                 '*.2tunes.com',
940                 '*.2ya.com',
941                 '*.alturl.com',
942                 '*.antiblog.com',
943                 '*.bigbig.com',
944                 '*.dealtap.com',
945                 '*.ebored.com',
946                 '*.echoz.com',
947                 '*.filetap.com',
948                 '*.funurl.com',
949                 '*.headplug.com',
950                 '*.hereweb.com',
951                 '*.hitart.com',
952                 '*.mirrorz.com',
953                 '*.shorturl.com',
954                 '*.spyw.com',
955                 '*.vze.com',
956         ),
957         'shrinkalink.com',
958         'shrinkthatlink.com',
959         'shrinkurl.us',
960         'shrt.org',
961         'shrunkurl.com',
962         'shurl.org',
963         'shurl.net',
964         'sid.to',
965         'simurl.com',
966         'sitefwd.com',
967         'Sitelutions.com' => array(
968                 '*.assexy.as',
969                 '*.athersite.com',
970                 '*.athissite.com',
971                 '*.bestdeals.at',
972                 '*.byinter.net',
973                 '*.findhere.org',
974                 '*.fw.nu',
975                 '*.isgre.at',
976                 '*.isthebe.st',
977                 '*.kwik.to',
978                 '*.lookin.at',
979                 '*.lowestprices.at',
980                 '*.onthenet.as',
981                 '*.ontheweb.nu',
982                 '*.pass.as',
983                 '*.passingg.as',
984                 '*.redirect.hm',
985                 '*.rr.nu',
986                 '*.ugly.as',
987         ),
988         '*.skracaj.pl',
989         'skiltechurl.com',
990         'skocz.pl',
991         'slimurl.jp',
992         'slink.in',
993         'smallurl.eu',
994         'smurl.name',
995         'snipurl.com',
996         'sp-nov.net',
997         'splashblog.com',
998         'spod.cx',
999         '*.spydar.com',
1000         'Subdomain.gr' => array(
1001                 '*.p2p.gr',
1002                 '*.subdomain.gr',
1003         ),
1004         'SURL.DK' => array('surl.dk'),  // main page is: s-url.dk
1005         'surl.se',
1006         'surl.ws',
1007         'symy.jp',
1008         'tdurl.com',
1009         'tighturl.com',
1010         'tiniuri.com',
1011         'tiny.cc',
1012         'tiny.pl',
1013         'tiny2go.com',
1014         'tinylink.eu',
1015         'tinylinkworld.com',
1016         'tinypic.com',
1017         'tinyr.us',
1018         'TinyURL.com' => array(
1019                 'tinyurl.com',
1020                 'preview.tinyurl.com',
1021                 'tinyurl.co.uk',
1022         ),
1023         'titlien.com',
1024         '*.tlg.pl',
1025         'tlurl.com',
1026         'link.toolbot.com',
1027         'tnij.org',
1028         'Tokelau ccTLD' => array('.tk'),
1029         'toila.net',
1030         '*.toolbot.com',
1031         '*.torontonian.com',
1032         'trimurl.com',
1033         'ttu.cc',
1034         'turl.jp',
1035         '*.tz4.com',
1036         'U.TO' => array(        // ns *.1004web.com, 1004web.com is owned by Moon Jae Bark (utomaster@gmail.com) = u.to master
1037                 '*.1.to',
1038                 '*.4.to',
1039                 '*.5.to',
1040                 '*.82.to',
1041                 '*.s.to',
1042                 '*.u.to',
1043                 '*.ce.to',
1044                 '*.cz.to',
1045                 '*.if.to',
1046                 '*.it.to',
1047                 '*.kp.to',
1048                 '*.ne.to',
1049                 '*.ok.to',
1050                 '*.pc.to',
1051                 '*.tv.to',
1052                 '*.dd.to',
1053                 '*.ee.to',
1054                 '*.hh.to',
1055                 '*.kk.to',
1056                 '*.mm.to',
1057                 '*.qq.to',
1058                 '*.xx.to',
1059                 '*.zz.to',
1060                 '*.ivy.to',
1061                 '*.joa.to',
1062                 '*.ever.to',
1063                 '*.mini.to',
1064         ),
1065         'uchinoko.in',
1066         'Ulimit.com' => array(
1067                 '*.be.tf',
1068                 '*.best.cd',
1069                 '*.bsd-fan.com',
1070                 '*.c0m.st',
1071                 '*.ca.tc',
1072                 '*.clan.st',
1073                 '*.com02.com',
1074                 '*.en.st',
1075                 '*.euro.st',
1076                 '*.fr.fm',
1077                 '*.fr.st',
1078                 '*.fr.vu',
1079                 '*.gr.st',
1080                 '*.ht.st',
1081                 '*.int.ms',
1082                 '*.it.st',
1083                 '*.java-fan.com',
1084                 '*.linux-fan.com',
1085                 '*.mac-fan.com',
1086                 '*.mp3.ms',
1087                 '*.qc.tc',
1088                 '*.sp.st',
1089                 '*.suisse.st',
1090                 '*.t2u.com',
1091                 '*.unixlover.com',
1092                 '*.zik.mu',
1093         ),
1094         '*.uni.cc',
1095         'UNONIC.com' => array(
1096                 '*.at.tf',      // AlpenNIC
1097                 '*.bg.tf',
1098                 '*.ca.tf',
1099                 '*.ch.tf',      // AlpenNIC
1100                 '*.cz.tf',
1101                 '*.de.tf',      // AlpenNIC
1102                 '*.edu.tf',
1103                 '*.eu.tf',
1104                 '*.int.tf',
1105                 '*.net.tf',
1106                 '*.pl.tf',
1107                 '*.ru.tf',
1108                 '*.sg.tf',
1109                 '*.us.tf',
1110         ),
1111         'Up.pl' => array(
1112                 '.69.pl',                       // by nsk101869
1113                 '.crack.pl',            // by nsk101869
1114                 '.film.pl',                     // by sibr19002
1115                 '.h2o.pl',                      // by nsk101869
1116                 '.hostessy.pl',         // by nsk101869
1117                 '.komis.pl',            // by nsk101869
1118                 '.laski.pl',            // by nsk101869
1119                 '.modelki.pl',          // by nsk101869
1120                 '.muzyka.pl',           // by sibr19002
1121                 '.nastolatki.pl',       // by nsk101869
1122                 '.obuwie.pl',           // by nsk101869
1123                 '.prezes.com',          // by Robert e (b2b at interia.pl)
1124                 '.prokuratura.com',     // by Robert Tofil (b2b at interia.pl)
1125                 '.sexchat.pl',          // by nsk101869
1126                 '.sexlive.pl',          // by nsk101869
1127                 '.tv.pl',                       // by nsk101869
1128                 '.up.pl',                       // by nsk101869
1129                 '.video.pl',            // by nsk101869
1130                 '.xp.pl',                       // nsk101869
1131         ),
1132         '*.uploadr.com',
1133         'url.ie',
1134         'url4.net',
1135         'url-c.com',
1136         'urlbee.com',
1137         'urlbounce.com',
1138         'urlcut.com',
1139         'urlcutter.com',
1140         'urlic.com',
1141         'urlin.it',
1142         'urlkick.com',
1143         'URLLogs.com' => array(
1144                 '*.urllogs.com',        // 67.15.219.253 by Javier Keeth (abuzant at gmail.com), ns *.pengs.com, 'Hosted by: Gossimer'
1145                 '.12w.net',                     // 67.15.219.253 by Marvin Dreyer (marvin.dreyer at pengs.com), ns *.gossimer.com
1146         ),
1147         '*.urlproxy.com',
1148         'urlser.com',
1149         'urlsnip.com',
1150         'urlzip.de',
1151         'urlx.org',
1152         'useurl.us',            // by Edward Beauchamp (mail at ebvk.com)
1153         'utun.jp',
1154         'uxxy.com',
1155         '*.v27.net',
1156         'V3.com by FortuneCity.com' => array(   // http://www.v3.com/sub-domain-list.shtml
1157                 '*.all.at',
1158                 '*.back.to',
1159                 '*.beam.at',
1160                 '*.been.at',
1161                 '*.bite.to',
1162                 '*.board.to',
1163                 '*.bounce.to',
1164                 '*.bowl.to',
1165                 '*.break.at',
1166                 '*.browse.to',
1167                 '*.change.to',
1168                 '*.chip.ms',
1169                 '*.connect.to',
1170                 '*.crash.to',
1171                 '*.cut.by',
1172                 '*.direct.at',
1173                 '*.dive.to',
1174                 '*.drink.to',
1175                 '*.drive.to',
1176                 '*.drop.to',
1177                 '*.easy.to',
1178                 '*.everything.at',
1179                 '*.fade.to',
1180                 '*.fanclub.ms',
1181                 '*.firstpage.de',
1182                 '*.fly.to',
1183                 '*.flying.to',
1184                 '*.fortunecity.co.uk',
1185                 '*.fortunecity.com',
1186                 '*.forward.to',
1187                 '*.fullspeed.to',
1188                 '*.fun.ms',
1189                 '*.gameday.de',
1190                 '*.germany.ms',
1191                 '*.get.to',
1192                 '*.getit.at',
1193                 '*.hard-ware.de',
1194                 '*.hello.to',
1195                 '*.hey.to',
1196                 '*.hop.to',
1197                 '*.how.to',
1198                 '*.hp.ms',
1199                 '*.jump.to',
1200                 '*.kiss.to',
1201                 '*.listen.to',
1202                 '*.mediasite.de',
1203                 '*.megapage.de',
1204                 '*.messages.to',
1205                 '*.mine.at',
1206                 '*.more.at',
1207                 '*.more.by',
1208                 '*.move.to',
1209                 '*.musicpage.de',
1210                 '*.mypage.org',
1211                 '*.mysite.de',
1212                 '*.nav.to',
1213                 '*.notrix.at',
1214                 '*.notrix.ch',
1215                 '*.notrix.de',
1216                 '*.notrix.net',
1217                 '*.on.to',
1218                 '*.page.to',
1219                 '*.pagina.de',
1220                 '*.played.by',
1221                 '*.playsite.de',
1222                 '*.privat.ms',
1223                 '*.quickly.to',
1224                 '*.redirect.to',
1225                 '*.rulestheweb.com',
1226                 '*.run.to',
1227                 '*.scroll.to',
1228                 '*.seite.ms',
1229                 '*.shortcut.to',
1230                 '*.skip.to snap.to',
1231                 '*.soft-ware.de',
1232                 '*.start.at',
1233                 '*.stick.by',
1234                 '*.surf.to',
1235                 '*.switch.to',
1236                 '*.talk.to',
1237                 '*.tip.nu',
1238                 '*.top.ms',
1239                 '*.transfer.to',
1240                 '*.travel.to',
1241                 '*.turn.to',
1242                 '*.vacations.to',
1243                 '*.videopage.de',
1244                 '*.virtualpage.de',
1245                 '*.w3.to',
1246                 '*.walk.to',
1247                 '*.warp9.to',
1248                 '*.window.to',
1249                 '*.yours.at',
1250                 '*.zap.to',
1251                 '*.zip.to',
1252         ),
1253         'VDirect.com' => array(
1254                 '*.emailme.net',
1255                 '*.getto.net',
1256                 '*.inetgames.com',
1257                 '*.netbounce.com',
1258                 '*.netbounce.net',
1259                 '*.oneaddress.net',
1260                 '*.snapto.net',
1261                 '*.vdirect.com',
1262                 '*.vdirect.net',
1263                 '*.webrally.net',
1264         ),
1265         'venturenetworking.com',        // by Katharine Barbieri (domains at spyforce.com)
1266         'vgo2.com',
1267         'w3t.org',
1268         'wapurl.co.uk',
1269         'Wb.st' => array(
1270                 '*.team.st',
1271                 '*.wb.st',
1272         ),
1273         'wbkt.net',
1274         'WebAlias.com' => array(
1275                 '*.andmuchmore.com',
1276                 '*.browser.to',
1277                 '*.escape.to',
1278                 '*.fornovices.com',
1279                 '*.fun.to',
1280                 '*.got.to',
1281                 '*.hottestpix.com',
1282                 '*.imegastores.com',
1283                 '*.latest-info.com',
1284                 '*.learn.to',
1285                 '*.moviefever.com',
1286                 '*.mp3-archives.com',
1287                 '*.myprivateidaho.com',
1288                 '*.radpages.com',
1289                 '*.remember.to',
1290                 '*.resourcez.com',
1291                 '*.return.to',
1292                 '*.sail.to',
1293                 '*.sports-reports.com',
1294                 '*.stop.to',
1295                 '*.thrill.to',
1296                 '*.tophonors.com',
1297                 '*.uncutuncensored.com',
1298                 '*.up.to',
1299                 '*.veryweird.com',
1300                 '*.way.to',
1301                 '*.web-freebies.com',
1302                 '.webalias.com',
1303                 '*.webdare.com',
1304                 '*.xxx-posed.com',
1305         ),
1306         'webmasterwise.com',
1307         'witherst at hotmail.com' => array(     // by Tim Withers
1308                 '*.associates-program.com',
1309                 '*.casinogopher.com',
1310                 '*.ezpagez.com',
1311                 '*.vgfaqs.com',
1312         ),
1313         'wittylink.com',
1314         'wiz.sc',                       // tiny.cc related
1315         'X50.us' => array(
1316                 '*.i50.de',
1317                 '*.x50.us',
1318         ),
1319         'big5.xinhuanet.com',
1320         'xhref.com',
1321         'Xn6.net' => array(
1322                 '*.9ax.net',
1323                 '*.xn6.net',
1324         ),
1325         '*.xshorturl.com',              // by Markus Lee (soul_s at list.ru) 
1326         '.y11.net',
1327         'YESNS.com' => array(   // by Jae-Hwan Kwon (kwonjhpd at kornet.net)
1328                 '*.yesns.com',
1329                 '*.srv4u.net',
1330                 //blogne.com
1331         ),
1332         'yatuc.com',
1333         'yep.it',
1334         'yumlum.com',
1335         'yurel.com',
1336         'Z.la' => array(
1337                 'z.la',
1338                 't.z.la',
1339         ),
1340         'zaable.com',
1341         'zapurl.com',
1342         'zarr.co.uk',
1343         'ZeroWeb.org' => array(
1344                 '*.80t.com',
1345                 '*.firez.org',
1346                 '*.fizz.nu',
1347                 '*.ingame.org',
1348                 '*.irio.net',
1349                 '*.v33.org',
1350                 '*.zeroweb.org',
1351         ),
1352         'zhukcity.ru',
1353         'zippedurl.com',
1354         'zr5.us',
1355         '*.zs.pl',
1356         '*.zu5.net',
1357         'zuso.tw',
1358         '*.zwap.to',
1359 );
1360
1361
1362 $blocklist['A-2'] = array(
1363
1364         // A-2: Dynamic DNS, Dynamic IP services, DNS vulnerabilities, or another DNS cases
1365         //
1366         //'*.dyndns.*', // Wildcard for dyndns
1367         //
1368         '*.ddo.jp',                             // by Kiyoshi Furukawa (furu at furu.jp)
1369         'ddns.ru' => array('*.bpa.nu'),
1370         'Dhs.org' => array(
1371                 '*.2y.net',
1372                 '*.dhs.org',
1373         ),
1374         '*.dnip.net',
1375         '*.dyndns.co.za',
1376         '*.dyndns.dk',
1377         '*.dyndns.nemox.net',
1378         'DyDNS.com' => array(
1379                 '*.ath.cx',
1380                 '*.dnsalias.org',
1381                 '*.dyndns.org',
1382                 '*.homeip.net',
1383                 '*.homelinux.net',
1384                 '*.mine.nu',
1385                 '*.shacknet.nu',
1386         ),
1387         '*.dtdns.net',                  // by jscott at sceiron.com
1388         '*.dynu.com',
1389         '*.fdns.net',
1390         'J-Speed.net' => array(
1391                 '*.bne.jp',
1392                 '*.ii2.cc',
1393                 '*.jdyn.cc',
1394                 '*.jspeed.jp',
1395         ),
1396         '*.mydyn.de',
1397         '*.nerdcamp.net',
1398         'No-IP.com' => array(
1399                         '*.bounceme.net',
1400                         '*.hopto.org',
1401                         '*.myftp.biz',
1402                         '*.myftp.org',
1403                         '*.myvnc.com',
1404                         '*.no-ip.biz',
1405                         '*.no-ip.info',
1406                         '*.no-ip.org',
1407                         '*.redirectme.net',
1408                         '*.servebeer.com',
1409                         '*.serveblog.net',
1410                         '*.servecounterstrike.com',
1411                         '*.serveftp.com',
1412                         '*.servegame.com',
1413                         '*.servehalflife.com',
1414                         '*.servehttp.com',
1415                         '*.servemp3.com',
1416                         '*.servepics.com',
1417                         '*.servequake.com',
1418                         '*.sytes.net',
1419                         '*.zapto.org',
1420         ),
1421         '*.zenno.info',
1422         '.cm',  // 'Cameroon' ccTLD, sometimes used as typo of '.com',
1423                         // and all non-recorded domains redirect to 'agoga.com' now
1424                         // http://money.cnn.com/magazines/business2/business2_archive/2007/06/01/100050989/index.htm
1425                         // http://agoga.com/aboutus.html
1426 );
1427
1428
1429 // B: Sample setting of:
1430 // Jacked (taken advantage of) and cleaning-less sites
1431 //
1432 // Please notify us about this list with reason:
1433 // http://pukiwiki.sourceforge.jp/dev/?BugTrack2%2F208
1434
1435 $blocklist['B-1'] = array(
1436
1437         // B-1: Web spaces
1438         //
1439         //   Messages from forerunners:
1440         //     activefreehost.com
1441         //       "We regret to inform you that ActiveFreeHost
1442         //        free hosting service has is now closed (as of
1443         //        September 18). We have been online for over
1444         //        two and half years, but have recently decided
1445         //        to take time for software improvement to fight
1446         //        with server abuse, Spam advertisement and
1447         //        fraud."
1448         //
1449         '0Catch.com related' => array(
1450                 '*.00freehost.com',     // by David Mccall (superjeeves at yahoo.com), ns *.0catch.com
1451                 '*.0catch.com',         // by Sam Parkinson (sam at 0catch.com), also zerocatch.com
1452                 '*.100freemb.com',      // by Danny Ashworth (dan at 0catch.com), ns *.0catch.com
1453                 '*.1sweethost.com',     // 209.63.57.10(www1.0catch.com) by whois at bluehost.com, ns *.0catch.com
1454                 '*.envy.nu',            // by Dave Ellis (dave at larryblackandassoc.com), ns *.0catch.com
1455                 '*.galaxy99.net',       // by Bagchi.Org (admin at bagchi.org), ns *.0catch.com
1456                 '*.zomi.net',           // by sianpu at gmail.com, ns *.0catch.com
1457         ),
1458         '*.1asphost.com',               // by domains at dotster.com
1459         '100 Best Inc' => array(        // by 100 Best Inc (info at 100best.com)
1460                 '*.0-st.com',
1461                 '*.150m.com',   // by 100 Best, Inc., ns *.0catch.com
1462                 '*.2-hi.com',
1463                 '*.20fr.com',
1464                 '*.20ii.com',
1465                 '*.20is.com',
1466                 '*.20it.com',
1467                 '*.20m.com',    // by jlee at 100bestinc.com
1468                 '*.20me.com',
1469                 '*.20to.com',
1470                 '*.250m.com',   // by Jason Fahlman (jason at fahlman.net), ns *.0catch.com
1471                 '*.2u-2.com',
1472                 '*.3-st.com',
1473                 '*.fws1.com',
1474                 '*.fw-2.com',
1475                 '*.inc5.com',
1476                 '*.maddsites.com',      // by Antonio Brice (big.tone at maddhattentertainment.com), ns *.0catch.com
1477                 '*.on-4.com',
1478                 '*.st-3.com',
1479                 '*.st20.com',
1480                 '*.up-a.com',
1481         ),
1482         '*.100foros.com',
1483         '20six Weblog Services' => array(
1484                 '.20six.nl',                    // by 20six weblog services (postmaster at 20six.nl)
1485                 '.20six.co.uk',
1486                 '.20six.fr',
1487                 'myblog.de',
1488                 'myblog.es',
1489         ),
1490         '*.250free.com',        // by Brian Salisbury (domains at 250host.com)
1491         '2Page.de' => array(
1492                 '.dreipage.de',
1493                 '.2page.de',
1494         ),
1495         '*.3-hosting.net',
1496         '*.30mb.com',           // by 30MB Online (63681 at whois.gkg.net)
1497         '*.50megs.com',         // by hostmaster at northsky.com
1498         '*.50webs.com',                 // by LiquidNet Ltd. (support at propersupport.com), redirect to mpage.jp
1499         '*.5gbfree.com',
1500         '*.789mb.com',          // by Nicholas Long (nicolas.g.long at gmail.com)
1501         '*.9999mb.com',         // by allan Jerman (prodigy-airsoft at cox.net)
1502         'aeonity.com',          // by Emocium Solutions (creativenospam at gmail.com)
1503         '*.aimoo.com',
1504         '*.alkablog.com',
1505         '*.alluwant.de',
1506         '.amkbb.com',
1507         'AOL.com' =>    // http://about.aol.com/international_services
1508                 '/^(?:chezmoi|home|homes|hometown|journals|user)\.' .
1509                 '(?:aol|americaonline)\.' .
1510                 '(?:ca|co\.uk|com|com\.au|com.mx|de)$/',
1511                 // Rough but works
1512         'Apple.com' => array('idisk.mac.com'),
1513         '*.askfaq.org',
1514         '*.atfreeforum.com',
1515         '*.atwiki.com',                 //  by Masakazu Ohno (s071011 at sys.wakayama-u.ac.jp)
1516         '*.asphost4free.com',
1517         'basenow.com',
1518         'BatCave.net' => array(
1519                 '.batcave.net',                 // 64.22.112.226
1520                 '.freehostpro.com',             // 64.22.112.226
1521         ),
1522         '*.bb-fr.com',
1523         '*.beeplog.com',
1524         'bestfreeforums.com',
1525         'Bizcn.com' => '/.*\.w[0-9]+\.bizcn\.com$/', // XiaMen BizCn Computer & Network CO.,LTD
1526         'Blog.com' => array(
1527                 '*.blog.com',
1528                 '*.blogandorra.com',    // by admin.domains at co.blog.com
1529                 '*.blogangola.com',             // by admin.domains at co.blog.com
1530         ),
1531         '*.blog.com.es',
1532         '*.blog.hr',
1533         '*.blog-fx.com',
1534         'blogas.lt',
1535         'blogbud.com',
1536         '*.blogburkinafaso.com',
1537         '*.blogcu.com',                 // by info at nokta.com
1538         'blogfreely.com',
1539         '*.blogdrive.com',
1540         '*.blogg.de',
1541         'bloggerblast.com',             // by B. Kadrie (domains at starwhitehosting.com)
1542         'bloggercrab.com',
1543         'bloggers.nl',
1544         '*.bloggingmylife.com',
1545         '*.bloggles.info',
1546         '*.blogharbor.com',
1547         '*.bloguj.eu',
1548         'bloguitos.com',
1549         'blogosfer.com',
1550         '*.blogslive.net',
1551         '*.blogspot.com',               // by Google
1552         '*.blogsome.com',               // by Roger Galligan (roger.galligan at browseireland.com)
1553         '*.blogstream.com',
1554         'blogyaz.com',
1555         'board-4you.de',
1556         'boboard.com',                  // 66.29.54.116 by Excelsoft (shabiba at e4t.net)
1557         '*.boardhost.com',
1558         'Bravenet.com' => array(
1559                 '*.bravenet.com',
1560                 '*.bravehost.com',
1561         ),
1562         '*.by.ru',                              // nthost.ru related?
1563         'C2k.jp' => array(
1564                 '.081.in',              // by Makoto Okuse (webmaster at 2style.net)
1565                 '.2st.jp',              // by 2style, ns *.click2k.net, *.2style.net
1566                 '.2style.in',   // by Makoto Okuse (webmaster at 2style.net)
1567                 '.2style.jp',   // by click2k, ns *.2style.jp, *.2style.net
1568                 '.2style.net',  // by makoto okuse (webmaster at 2style.net), ns *.click2k.net, *.2style.jp, *.2style.net
1569                 '.betty.jp',    // by 2style, ns *.click2k.net, *.2style.net
1570                 '.bian.in',             // by Makoto Okuse (webmaster at 2style.net)
1571                 '.cabin.jp',    // by 2style, ns *.click2k.net, *.2style.net
1572                 '.click2k.net', // by makoto okuse (webmaster at 2style.net), ns *.click2k.net, *.2style.net
1573                 '.cult.jp',             // by 2style, ns *.click2k.net, *.2style.net
1574                 '.curl.in',             // by Makoto Okuse (webmaster at 2style.net)
1575                 '.cute.cd',             // by Yuya Fukuda (count at kit.hi-ho.ne.jp), ns *.2style.jp, *.2style.net
1576                 '.ennui.in',    // by Makoto Okuse (webmaster at 2style.net)
1577                 '.houka5.com',  // by makoto okuse (webmaster at 2style.net), ns *.click2k.net, *.2style.net
1578                 '.jinx.in',             // by Makoto Okuse (webmaster at 2style.net)
1579                 '.loose.in',    // by Makoto Okuse (webmaster at 2style.net)
1580                 '.mippi.jp',    // by 2style, ns *.click2k.net, *.2style.net
1581                 '.mist.in',             // by Makoto Okuse (webmaster at 2style.net)
1582                 '.muu.in',              // by Makoto Okuse (webmaster at 2style.net)
1583                 '.naive.in',    // by Makoto Okuse (webmaster at 2style.net)
1584                 '.panic.in',    // by Makoto Okuse (webmaster at 2style.net)
1585                 '.psyco.jp',    // by click2k, ns *.click2k.net, *.2style.net
1586                 '.purety.jp',   // by 2style, ns *.click2k.net, *.2style.net
1587                 '.rapa.jp',             // by 2style, ns *.click2k.net, *.2style.net
1588                 '.side-b.jp',   // by 2style, ns *.click2k.net, *.2style.net
1589                 '.slum.in',             // by Makoto Okuse (webmaster at 2style.net)
1590                 '.sweety.jp',   // by click2k, ns *.click2k.net, *.2style.net
1591                 '.web-box.jp',  // by 2style, ns *.click2k.net, *.2style.net
1592                 '.yea.jp',              // by 2style, ns *.click2k.net, *.2style.net
1593         ),
1594         '*.chueca.com',
1595         'concepts-mall.com',
1596         '*.conforums.com',              // by Roger Sutton (rogersutton at cox.net)
1597         'counterhit.de',
1598         '*.createforum.net',
1599         '*.creatuforo.com',             // by Desafio Internet S.L. (david at soluwol.com)
1600         '*.createmybb.com',
1601         'CwCity.de' => array(
1602                 '.cwcity.de',
1603                 '.cwsurf.de',
1604         ),
1605         'dakrats.net',
1606         '*.dcswtech.com',
1607         '*.devil.it',
1608         '*.dex1.com',
1609         '*.diaryland.com',
1610         'domains at galaxywave.net' => array(
1611                 'blogstation.net',
1612                 '.phpbb-host.com',
1613         ),
1614         'dotbb.be',
1615         '*.dox.hu',                             // dns at 1b.hu
1616         '*.e-host.ws',                  // by dns at jomax.net, ns by 0catch.com
1617         '*.eadf.com',
1618         '*.eblog.com.au',
1619         '*.ekiwi.de',
1620         '*.eamped.com',                 // Admin by Joe Hayes (joe_h_31028 at yahoo.com)
1621         '.easyfreeforum.com',   // by XT Store Sas, Luca Lo Bascio (marketing at atomicshop.it)
1622         '*.ebloggy.com',
1623         'enunblog.com',
1624         '*.epinoy.com',
1625         'FC2.com' => array(
1626                 'Blogs' => '#^(?:.+\.)?blog[0-9]+\.fc2\.com$#', // Blogs, 'FOOBAR.blogN.fc2.com' and 'blogN.fc2.com/FOOBAR'
1627                         // Many traps available:
1628                         //      bqdr.blog98.fc2.com,       iframe
1629                         //      csfir.blog87.fc2.com,      iframe
1630                         //      pppgamesk.blog100.fc2.com, iframe, broken Japanese
1631                         //      sippou2006.blog60.fc2.com, iframe
1632                         // NOTE: 'blog.fc2.com' is not included
1633                 '*.h.fc2.com',  // Adult
1634         ),
1635         '*.fizwig.com',
1636         'forum.ezedia.net',
1637         '*.extra.hu',                   // angelo at jasmin.hu
1638         '*.fanforum.cc',
1639         'fingerprintmedia.com',
1640         '*.filelan.com',
1641         '*.foren-city.de',
1642         'foren-gratis.de',
1643         '*.foros.tv',
1644         'foroswebgratis.com',
1645         '*.forum-on.de',
1646         '*.forum24.se',
1647         '*.forum5.com',                 // by Harry S (hsg944 at gmail.com)
1648         '.forum66.com',
1649         '*.forumcommunity.net',
1650         'forumhosting.org',
1651         '*.forums.com',
1652         'forumbolt.com',
1653         'phpbb.forumgratis.com',
1654         '*.forumlivre.com',
1655         'forumnow.com.br',
1656         '*.forumppl.com',
1657         'Forumprofi.de' => '#^(?:.*\.)?forumprofi[0-9]*\.de$#',
1658         'ForumUp' => '#^^(?:.*\.)?forumup\.' .
1659                 '(?:at|be|ca|ch|co\.nz|co\.uk|co\.za|com|com\.au|com\.mx|cn|' .
1660                 'cz|de|dk|es|eu|fr|gr|hu|in|info|ir|it|jobs|jp|lt|' .
1661                 'lv|org|pl|name|net|nl|ro|ru|se|sk|tv|us|web\.tr)$#',
1662         '*.fory.pl',
1663         '*.free-25.de',
1664         '*.free-bb.com',
1665         'Free-Blog-Hosting.com' => array(
1666                 'free-blog-hosting.com',        // by Robert Vigil (ridgecrestdomains at yahoo.com), ns *.phpwebhosting.com
1667                 'cheap-web-hosting-411.com',    // by Robert Vigil, ns *.thisismyserver.net
1668                 'blog-tonite.com',                      // ns *.phpwebhosting.com
1669                 'blogznow.com',                         // ns *.phpwebhosting.com
1670                 'myblogstreet.com',                     // by Robert Vigil, ns *.phpwebhosting.com
1671                 'blogbeam.com',                         // by Robert Vigil, ns *.phpwebhosting.com
1672         ),
1673         'free-guestbook.net',
1674         '*.free-site-host.com', // by CGM-Electronics (chris at cgm-electronics.com)
1675         'freebb.nl',
1676         '*.freeclans.de',
1677         '*.freelinuxhost.com',  // by 100webspace.com
1678         '*.nofeehost.com',
1679         '*.freehyperspace.com',
1680         'freeforum.at',                 // by Sandro Wilhelmy
1681         'freeforumshosting.com',        // by Adam Roberts (admin at skaidon.co.uk)
1682         '*.freeforums.org',             // by 1&1 Internet, Inc. - 1and1.com
1683         '*.freehostia.com',
1684         '*.freehostingz.com',   // no dns reply => 67.159.33.10 by Marx Lomas (marvellousmarx at hotmail.com)
1685         'FreeWebHostingArea.com' => array(      // or www.freewha.com
1686                 '*.6te.net',
1687                 '*.ueuo.com',
1688                 '*.orgfree.com',
1689         ),
1690         '*.freewebpage.org',
1691         'Freewebs.com' => array(        // by inquiries at freewebs.com
1692                 'freewebs.com',
1693                 'freewebsfarms.com',
1694         ),
1695         '*.freewebspace.net.au',
1696         '*.freemyforum.com',    // by messahost at gmail.com
1697         'freepowerboards.com',
1698         '*.freepowerboards.com',
1699         '*.fsphost.com',                // by Michael Renz (michael at fsphost.com)
1700         '*.funpic.de',
1701         '*.genblogger.com',
1702         'geocities.com',
1703         'GetBetterHosting.com' => array(
1704                 '*.30mb.com',   // by 30MB Online (63681 at whois.gkg.net), introduced as one alternative of 90megs.com
1705                 '*.90megs.com', // by Get Better Hosting (admin at getbetterhosting.com)
1706         ),
1707         '*.guestbook.de',
1708         'gwebspace.de',
1709         'gossiping.net',
1710         'gb-hoster.de',
1711         '*.goodboard.de',
1712         'docs.google.com',                      // by Google
1713         'guestbook.at',
1714         'club.giovani.it',
1715         '*.gratis-server.de',
1716         'groups-beta.google.com',       // by Google
1717         'healthcaregroup.com',
1718         '*.heliohost.org',
1719         '*.hit.bg',                             // by forumup.com ??
1720         '*.host-page.com',
1721         '*.hostingclub.de',
1722         'forums.hspn.com',
1723         '*.hut2.ru',
1724         'IC.cz' => array(
1725                 '*.ezin.cz',            // internetcentrum at gmail.com, ns ignum.com, ignum.cz
1726                 '*.hu.cz',                      // internetcentrum at gmail.com
1727                 '*.hustej.net',         // baz at bluedot.cz, dom-reg-joker at ignum.cz
1728                 '*.ic.cz',                      // internetcentrum at gmail.com
1729                 '*.kx.cz',                      // jan at karabina.cz, info at ignum.cz
1730                 '*.own.cz',                     // internetcentrum at gmail.com
1731                 '*.phorum.cz',          // internetcentrum at gmail.com
1732                 '*.tym.cz',                     // internetcentrum at gmail.com
1733                 '*.tym.sk',                     // jobot at ignum.cz
1734                 '*.wu.cz',                      // jan at karabina.cz, info at ignum.cz
1735                 '*.yc.cz',                      // ivo at karabina.cz, jan at karabina.cz
1736                 '*.yw.sk',                      // jobot at ignum.cz
1737         ),
1738         'icedesigns at gmail.com' => array(     // by Boling Jiang (icedesigns at gmail.com)
1739                 '*.0moola.com',
1740                 '*.3000mb.com',
1741                 '.501megs.com',
1742                 '*.teracities.com',
1743                 '*.xoompages.com',
1744         ),
1745         'iEUROP.net' => array(
1746                 '*.ibelgique.com',
1747                 '*.iespana.es',
1748                 '*.ifrance.com',
1749                 '*.iitalia.com',
1750                 '*.iquebec.com',
1751                 '*.isuisse.com',
1752         ),
1753         '*.ihateclowns.net',
1754         '*.iphorum.com',
1755         '*.blog.ijijiji.com',
1756         '*.info.com',
1757         '*.informe.com',
1758         'it168.com',
1759         '.iwannaforum.com',
1760         '*.jconserv.net',
1761         '*.jeeran.com',
1762         '*.jeun.fr',
1763         '*.journalscape.com',
1764         '*.blog.kataweb.it',
1765         '*.kaixo.com',          // blogs.kaixo.com, blogak.kaixo.com
1766         '*.kokoom.com',
1767         'koolpages.com',
1768         '*.ksiegagosci.info',
1769         'Lide.cz' => array(
1770                 '*.lide.cz',
1771                 '*.sblog.cz',
1772         ),
1773         'limmon.net',
1774         'Livedoor.com' => array(
1775                 'blog.livedoor.jp',
1776                 '*.blog.livedoor.com',  // redirection
1777         ),
1778         '*.livejournal.com',
1779         '.load4.net',                   // 72.232.201.61(61.201.232.72.static.reverse.layeredtech.com), Says free web hosting but anonymous
1780         '*.logme.nl',
1781         'ltss.luton.ac.uk',
1782         'Lycos.com' => array(
1783                 '.angelfire.com',       // angelfire.lycos.com
1784
1785                 '*.jubii.dk',   // search., medlem.
1786                 '*.jubiiblog.co.uk',
1787                 '*.jubiiblog.com.es',   // by Lycos Europe GmbH
1788                 '*.jubiiblog.de',
1789                 '*.jubiiblog.dk',
1790                 '*.jubiiblog.fr',
1791                 '*.jubiiblog.it',
1792                 '*.jubiiblog.nl',
1793
1794                 '*.lycos.at',
1795                 '*.lycos.ch',
1796                 '*.lycos.co.uk',
1797                 'angelfire.lycos.com',
1798                 '*.lycos.de',
1799                 '*.lycos.es',
1800                 '*.lycos.fr',
1801                 '*.lycos.it',           // by Lycos Europe GmbH
1802                 '*.lycos.nl',
1803
1804                 '*.spray.se',
1805                 '*.sprayblog.se',
1806
1807                 '*.tripod.com',
1808         ),
1809         'mbga.jp',                              // by DeNA Co.,Ltd. (barshige at hq.bidders.co.jp, torigoe at hq.bidders.co.jp)
1810         '*.messageboard.nl',
1811         'mokono GmbH' => array(
1812                 '*.blog.com.es',
1813                 '*.blog.de',
1814                 '*.blog.fr',
1815                 '*.blog.co.uk',
1816                 '*.blog.ca',
1817                 '*.blogs.se',
1818                 '*.blogs.fi',
1819                 '*.blogs.no',
1820                 '*.blogs.dk',
1821                 '*.blogs.ro',
1822                 '*.weblogs.pl',
1823                 '*.weblogs.cz',
1824                 '*.weblogs.hu',
1825         ),
1826         'mojklc.com',
1827         'MonForum.com' => array(
1828                 '*.monforum.com',
1829                 '*.monforum.fr',
1830         ),
1831         '*.multiforum.nl',              // by Ron Warris (info at phpbbhost.nl)
1832         '*.my10gb.com',
1833         'myblog.is',
1834         'myblogma.com',
1835         '*.myblogvoice.com',
1836         'myblogwiki.com',
1837         '*.myforum.ro',
1838         '*.myfreewebs.net',
1839         '*.mysite.com',
1840         '*.myxhost.com',
1841         '*.netfast.org',
1842         'NetGears.com' => array(        // by domains at netgears.com
1843                 '*.9k.com',
1844                 '*.741.com',
1845                 '*.freewebsitehosting.com',
1846                 '*.freewebspace.com',
1847                 '*.freewebpages.org',
1848         ),
1849         'Netscape.com' => array('mywebpage.netscape.com'),
1850         'users.newblog.com',
1851         'neweconomics.info',
1852         '*.nm.ru',
1853         '*.obm.cn',                             // by xiaobak at yahoo.com.cn
1854         'onlyfree.de',
1855         '*.ooblez.com',                 // by John Nolande (ooblez at hotmail.com)
1856         '*.ohost.de',
1857         'Osemka.pl' => array(   // by Osemka Internet Media (biuro at nazwa.pl)
1858                 '.friko.pl',
1859                 '.jak.pl',
1860                 '.nazwa.pl',
1861                 '*.prv.pl',                     // by NetArt (biuro at nazwa.pl)
1862                 '.w8w.pl',
1863                 '.za.pl',
1864                 '.skysquad.net',        // by Dorota Brzezinska (info at nazwa.pl)
1865         ),
1866         '*.parlaris.com',
1867         '*.pathfinder.gr',
1868         '*.persianblog.com',
1869         '*.phorum.pl',
1870         'Phpbb24.com' => array( // by Daniel Eriksson
1871                 '*.createforum.us',     // registry at webbland.se
1872                 '*.forumportal.us',     // registry at webbland.se
1873                 '*.freeportal.us',      // registry at network24.se
1874                 '*.phpbb2.us',          // daniel at danielos.com
1875                 '*.phpbb24.com',        // daniel at danielos.com
1876                 '*.myforumportal.com',  // daniel at webbland.se
1877         ),
1878         '*.phpbbx.de',
1879         '*.pochta.ru',
1880         '*.portbb.com',
1881         'powerwebmaster.de',
1882         'pro-board.com',                // by SEM Optimization Services Ltd (2485 at coverage1.com)
1883         'ProBoards' => '#^.*\.proboards[0-9]*\.com$#',
1884         '*.probook.de',
1885         '*.prohosting.com',     // by Nick Wood (admin at dns-solutions.net)
1886         '*.quickfreehost.com',
1887         'quizilla.com',
1888         '*.quotaless.com',
1889         '*.qupis.com',          // by Xisto Corporation (shridhar at xisto.com)
1890         'razyboard.com',
1891         'realhp.de',
1892         'rgbdesign at gmail.com' => array(      // by RB2 (rgbdesign at gmail.com)
1893                 '*.juicypornhost.com',
1894                 '*.pornzonehost.com',
1895                 '*.xhostar.com',
1896         ),
1897         'RIN.ru' => array(
1898                 '*.sbn.bz',
1899                 '*.wol.bz',
1900         ),
1901         'Halverston Holdings Limited' => array( // pochta.ru?lng=en
1902                 // Seems one of affiliates of RBC, RosBusinessConsulting (rbc.ru, rbcnews.com)
1903                 '*.fromru.com',         // by Lapeshkina Tatyana (noc at pochta.ru)
1904                 '*.front.ru',           // (domain at hc.ru)
1905                 '*.hc.ru',                      // by (domain at hosting.rbc.ru, domaincredit at hosting.rbc.ru)
1906                 '*.hotbox.ru',          // (domain at hc.ru)
1907                 '*.hotmail.ru',         // (hosting at hc.ru)
1908                 '*.krovatka.su',        // (domain at hc.ru, hosting at hc.ru)
1909                 '*.land.ru',            // (domain at hc.ru)
1910                 '*.mail15.com',         // (hosting at hc.ru)
1911                 '*.mail333.com',        // (hosting at hc.ru)
1912                 '*.newmail.ru',         // (domain at hc.ru, hosting at hc.ru)
1913                 '*.nightmail.ru',       // (domain at hc.ru, hosting at hc.ru)
1914                 '*.pisem.net',          // (hosting at hc.ru)
1915                 '*.pochta.ru',          // (domain at hc.ru)
1916                 '*.pochtamt.ru',        // (domain at hc.ru)
1917                 '*.pop3.ru',            // (domain at hc.ru)
1918                 '*.rbcmail.ru',         // (domain at hc.ru)
1919                 '*.smtp.ru',            // (domain at hc.ru)
1920         ),
1921         '*.sayt.ws',
1922         'Seblg.com' => array(
1923                 '*.seblg.com',          // by Dao Lee (st at seblg.com)
1924                 '*.xshorturl.org',      // by Tonny Lee (admin at seblg.com)
1925         ),
1926         '*.seo-blog.org',
1927         '*.shoutpost.com',
1928         '*.siamforum.com',
1929         '*.siteburg.com',
1930         '*.sitehome.ru',
1931         '*.sitesfree.com',              // support at livesearching.com
1932         '*.sitesled.com',
1933         'skinnymoose.com',              // by Steven Remington (admin at outdoorwebhosting.com)
1934         'SmarTrans.com' => array(
1935                 '.3w.to',
1936                 '.aim.to',
1937                 '.djmp.jp',
1938                 '.nihongourl.nu',
1939                 '.urljp.com',
1940                 '.www1.to',
1941                 '.www2.to',
1942                 '.www3.to',
1943         ),
1944         '*.spazioforum.it',
1945         'members.spboards.com',
1946         'forums.speedguide.net',
1947         '*.spicyblogger.com',
1948         '*.spotbb.com',
1949         '*.squarespace.com',
1950         'stickypond.com',
1951         'stormloader.com',
1952         'strikebang.com',
1953         '*.sultryserver.com',
1954         '*.t35.com',
1955         'tabletpcbuzz.com',
1956         '*.talkthis.com',
1957         'tbns.net',
1958         'telasipforums.com',
1959         'thestudentunderground.org',
1960         'think.ubc.ca',
1961         '*.thumblogger.com',
1962         'Topix.com' => array(
1963                 'topix.com',
1964                 'topix.net',
1965         ),
1966         'UcoZ Web-Services' => array(
1967                 '*.3dn.ru',
1968                 '*.clan.su',
1969                 '*.moy.su',
1970                 '*.my1.ru',
1971                 '*.p0.ru',
1972                 '*.pp.net.ua',
1973                 '*.ucoz.co.uk',
1974                 '*.ucoz.com',
1975                 '*.ucoz.net',
1976                 '*.ucoz.org',
1977                 '*.ucoz.ru',
1978                 '*.ws.co.ua',
1979         ),
1980         '*.unforo.net',
1981         '*.vdforum.ru',
1982         '*.vtost.com',
1983         '*.vidiac.com',
1984         'volny.cz',
1985         '*.welover.org',
1986         'Web1000.com' => array( // http://www.web1000.com/register_new2.php
1987                 '*.fasthost.tv',
1988                 '*.hothost.tv',
1989                 '*.isgreat.tv',
1990                 '*.issexy.tv',
1991                 '*.isterrible.tv',
1992                 '*.somegood.tv',
1993                 '*.adultnations.com',
1994                 '*.alladultfemale.com',
1995                 '*.alladultmale.com',
1996                 '*.allbisexual.com',
1997                 '*.allbreast.com',
1998                 '*.allfeminism.com',
1999                 '*.allmanpages.com',
2000                 '*.allmendirect.com',
2001                 '*.allphotoalbum.com',
2002                 '*.allsexpages.com',
2003                 '*.allwomanweb.com',
2004                 '*.attorney-site.com',
2005                 '*.bedclip.com',
2006                 '*.bestfamilysite.com',
2007                 '*.bestmusicpages.com',
2008                 '*.bigmoron.com',
2009                 '*.bourgeoisonline.com',
2010                 '*.candyfrom.us',
2011                 '*.cartoonhit.com',
2012                 '*.cat-on-line.com',
2013                 '*.chokesondick.com',
2014                 '*.closeupsof.us',
2015                 '*.cpa-site.com',
2016                 '*.dampgirl.com',
2017                 '*.dampgirls.com',
2018                 '*.deepestfetish.com',
2019                 '*.docspages.com',
2020                 '*.dog-on-line.com',
2021                 '*.dogcountries.com',
2022                 '*.dognations.com',
2023                 '*.doingitwith.us',
2024                 '*.drenchedface.com',
2025                 '*.drenchedlips.com',
2026                 '*.drspages.com',
2027                 '*.edogden.com',
2028                 '*.eroticountry.com',
2029                 '*.fasthost.tv',
2030                 '*.fineststars.com',
2031                 '*.foronlinegames.com',
2032                 '*.forplanetearth.com',
2033                 '*.freeadultparty.com',
2034                 '*.freespeechsite.com',
2035                 '*.gayadultxxx.com',
2036                 '*.gaytaboo.com',
2037                 '*.greatcookery.com',
2038                 '*.greatrecipepages.com',
2039                 '*.greatstreamingvideo.com',
2040                 '*.hatesit.com',
2041                 '*.hothost.tv',
2042                 '*.iscrappy.com',
2043                 '*.isgreat.tv',
2044                 '*.issexy.tv',
2045                 '*.isterrible.tv',
2046                 '*.itinto.us',
2047                 '*.japannudes.net',
2048                 '*.jesussave.us',
2049                 '*.jesussaveus.com',
2050                 '*.labialand.com',
2051                 '*.lettersfrom.us',
2052                 '*.lookingat.us',
2053                 '*.lunaticsworld.com',
2054                 '*.microphallus.com',
2055                 '*.mycatshow.com',
2056                 '*.mydogshow.com',
2057                 '*.myhardman.com',
2058                 '*.mylawsite.net',
2059                 '*.mylovething.com',
2060                 '*.onasoapbox.com',
2061                 '*.onlinepulpit.com',
2062                 '*.petitionthegovernment.com',
2063                 '*.photosfor.us',
2064                 '*.picturetrades.com',
2065                 '*.pleasekiss.us',
2066                 '*.politicalemergency.com',
2067                 '*.power-emergency.com',
2068                 '*.prayingfor.us',
2069                 '*.realbadidea.com',
2070                 '*.realisticpolitics.com',
2071                 '*.reallybites.com',
2072                 '*.reallypumping.us',
2073                 '*.reallyrules.com',
2074                 '*.reallysuckass.com',
2075                 '*.reallysucksass.com',
2076                 '*.realsweetheart.com',
2077                 '*.rottenass.com',
2078                 '*.schoolreference.com',
2079                 '*.sexheroes.com',
2080                 '*.sharewith.us',
2081                 '*.smutstars.com',
2082                 '*.soakinglips.com',
2083                 '*.somegood.tv',
2084                 '*.songsfrom.us',
2085                 '*.stinkingfart.com',
2086                 '*.stinkyhands.com',
2087                 '*.storiesfrom.us',
2088                 '*.taboocountry.com',
2089                 '*.television-series.com',
2090                 '*.thisbelongsto.us',
2091                 '*.totallyboning.us',
2092                 '*.vaginasisters.com',
2093                 '*.verydirtylaundry.com',
2094                 '*.videosfor.us',
2095                 '*.videosfrom.us',
2096                 '*.videosof.us',
2097                 '*.virtualdogshit.com',
2098                 '*.web1000.com',
2099                 '*.webpicturebook.com',
2100                 '*.wronger.com',
2101                 '*.xxxnations.com',
2102                 '*.yourwaywith.us',
2103         ),
2104         'webblog.ru',
2105         'weblogmaniacs.com',
2106         '*.webnow.biz',                 // by Hsien I Fan (admin at servcomputing.com), ServComputing Inc. 
2107         'websitetoolbox.com',
2108         'Welnet.de' => array(
2109                 'welnet.de',
2110                 'welnet4u.de',
2111         ),
2112         'wh-gb.de',
2113         '*.wikidot.com',
2114         '*.wizhoo.com',                 // by Comp U Door (sales at comp-u-door.com)
2115         '*.wmjblogs.ru',
2116         '*.wordpress.com',
2117         '.wsboards.com',                // by Chris Breen (Cbween at gmail.com)
2118         'xeboards.com',                 // by Brian Shea (bshea at xeservers.com)
2119         'xfreeforum.com',
2120         '.freeblogs.xp.tl',
2121         '*.xphost.org',                 // by alex alex (alrusnac at hotmail.com)
2122         '*.ya.com',                             // 'geo.ya.com', 'blogs.ya.com', 'humano.ya.com', 'audio.ya.com'...
2123         'YANDEX, LLC.' => array(        // noc at yandex.net
2124                 '*.narod.ru',
2125                 'ya.ru',
2126                 'yandex.ru',
2127         ),
2128         '*.yeahost.com',
2129         'yourfreebb.de',
2130         'Your-Websites.com' => array(
2131                 '*.your-websites.net',
2132                 '*.web-space.ws',
2133         ),
2134 );
2135
2136
2137 $blocklist['B-2'] = array(
2138
2139         // B-2: Jacked contents, something implanted
2140         // (e.g. some sort of blog comments, BBSes, forums, wikis)
2141         '*.3dm3.com',
2142         '3gmicro.com',                  // by Dean Anderson (dean at nobullcomputing.com)
2143         '*.1fr1.com',
2144         'a4aid.org',
2145         'aac.com',
2146         '*.aamad.org',
2147         'ad-pecjak.si',
2148         'agnt.org',
2149         'alwanforthearts.org',
2150         '*.anchor.net.au',
2151         'anewme.org',
2152         'internetyfamilia.asturiastelecentros.com',
2153         'Ball State University' => array('web.bsu.edu'),
2154         'blepharospasm.org',
2155         'nyweb.bowlnfun.dk',
2156         '*.buzznet.com',
2157         '*.canberra.net.au',
2158         'castus.com',
2159         'Case Western Reserve University' => array('case.edu'),
2160         'ceval.de',
2161         'codespeak.net',
2162         'Colorado School of Mines' => array('ticc.mines.edu'),
2163         '*.colourware.co.uk',
2164         'cpuisp.com',
2165         'International Christian University' => array('icu.edu.ua'),
2166         '*.iphpbb.com',
2167         'board-z.de',
2168         '*.board-z.de',
2169         'California State University Stanislaus' => array('writing.csustan.edu'),
2170         'cannon.co.za',
2171         'columbosgarden.com',
2172         '*.communityhost.de',
2173         'connectionone.org',
2174         'deathwinds.com',
2175         'deforum.org',
2176         'delayedreaction.org',
2177         'deproduction.org',
2178         'dc503.org',
2179         'dre-centro.pt',
2180         'Duke University' => array('devel.linux.duke.edu'),
2181         '*.esen.edu.sv',
2182         'forums.drumcore.com',
2183         'dundeeunited.org',
2184         'energyglass.com.ua',
2185         'exclusivehotels.com',
2186         'info.ems-rfid.com',
2187         'farrowhosting.com',    // by Paul Farrow (postmaster at farrowcomputing.com)
2188         'fbwloc.com',
2189         '.fhmcsa.org.au',
2190         'findyourwave.co.uk',
2191         'frogcafe.net',
2192         'plone4.fnal.gov',
2193         'freeforen.com',
2194         'funkdoc.com',
2195         'funnyclipcentral.com',
2196         'gearseds.com',
2197         'generationrice.com',
2198         'ghettojava.com',
2199         'gnacademy.org',
2200         '*.goodboard.de',
2201         'GreenDayVideo.net' => array(
2202                 'greendayvideo.net',
2203                 'espanol.greendayvideo.net',
2204         ),
2205         'Hampton University' => array('calipsovalidation.hamptonu.edu'),
2206         'Harvard Law School' => array('blogs.law.harvard.edu'),
2207         'helpiammoving.com',
2208         'homepage-dienste.com',
2209         'Howard University' => array('networks.howard.edu'),
2210         'hullandhull.com',
2211         'Huntington University' => array('huntington.edu'),
2212         'huskerink.com',
2213         '.hyba.info',
2214         'inda.org',
2215         '*.indymedia.org',      // by abdecom at riseup.net
2216         'instantbulletin.com',
2217         'internetincomeclub.com',
2218         '*.inventforum.com',
2219         'Iowa State University' => array('boole.cs.iastate.edu'),
2220         'ipwso.org',
2221         'irha.info',            // by David Rosenberg (drosen3 at luc.edu),
2222         'ironmind.com',
2223         'skkustp.itgozone.com', // hidden JavaScript
2224         'jazz2online.com',
2225         '.jloo.org',
2226         'Kazan State University' => array(
2227                 'dir.kzn.ru',
2228                 'sys.kcn.ru',
2229         ),
2230         'test.kernel.org',
2231         'kevindmurray.com',
2232         'kroegjesroutes.nl',
2233         '.legion.org',
2234         'Loyola Marymount University' => array('lmu.edu'),
2235         'forum.lixium.fr',
2236         'macfaq.net',
2237         'me4x4.com',
2238         'microbial-ecology.net',
2239         'minsterscouts.org',
2240         'morallaw.org',
2241         'morerevealed.com',
2242         'macronet.org',
2243         'mamiya.co.uk',
2244         'vcd.mmvcd.com',
2245         'Monmouth College' => array('department.monm.edu'),
2246         'mountainjusticemedia.org',
2247         '*.mybbland.com',
2248         'mydlstore.com',
2249         '*.netboardz.com',
2250         'North Carolina A&T State University' => array(
2251                 'ncat.edu',
2252                 'my.ncat.edu',
2253                 'hlc.ncat.edu',
2254         ),
2255         'placetobe.org',
2256         'users.nethit.pl',
2257         'nightclubvip.net',
2258         'njbodybuilding.com',
2259         'nlen.org',
2260         'Sacred Heart Catholic Primary School' => array('sacredheartpymble.nsw.edu.au'),
2261         'offtextbooks.com',
2262         'ofimatika.com',
2263         'omakase-net',                  // iframe
2264         'omikudzi.ru',
2265         'openchemist.net',
2266         'palungjit.com',
2267         'pataphysics-lab.com',
2268         'paullima.com',
2269         'perl.org.br',
2270         'pfff.co.uk',
2271         'pix4online.co.uk',
2272         'plone.dk',
2273         'preform.dk',
2274         'privatforum.de',
2275         'publicityhound.net',
2276         'qea.com',
2277         'rbkdesign.com',
2278         'rehoboth.com',
2279         'rodee.org',
2280         'ryanclark.org',
2281         '*.reallifelog.com',
2282         'rkphunt.com',
2283         '.saasmar.ru',                  // Jacked. iframe to banep.info on root, etc
2284         'sapphireblue.com',
2285         'saskchamber.com',
2286         'savevoorhees.org',
2287         'selikoff.net',
2288         'serbisyopilipino.org',
2289         'setbb.com',
2290         'sharejesusinternational.com',
2291         'silver-tears.net',
2292         'Saint Martin\'s University' => array('homepages.stmartin.edu'),
2293         '.softpress.com',
2294         'southbound-inc.com',   // There is a <html>.gif (img to it168.com) 
2295         'tehudar.ru',
2296         'Tennessee Tech University' => array('manila.tntech.edu'),
2297         'thebluebird.ws',
2298         'theosis.org',
2299         '*.thoforum.com',
2300         'troms-slekt.com',
2301         'theedgeblueisland.com',
2302         'toyshop.com.tw',               // /images/sigui/
2303         'torontoplace.com',
2304         'chat.travlang.com',
2305         'trickropingbylassue.com',
2306         'Truman State University' => array('mathbio.truman.edu'),
2307         'tuathadedannan.org',
2308         'txgotg.com',
2309         'tzaneen.co.za',
2310         'The University of North Dakota' => array(
2311                 'learn.aero.und.edu',
2312                 'ez.asn.und.edu',
2313         ),
2314         'The University of Alabama' => array('bama.ua.edu'),
2315         'unisonscotlandlaw.co.uk',
2316         'University of California' => array('classes.design.ucla.edu'),
2317         'University of Nebraska Lincoln' => array('ftp.ianr.unl.edu'),
2318         'University of Northern Colorado' => array('unco.edu'),
2319         'University of Toronto' => array(
2320                 'environment.utoronto.ca',
2321                 'grail.oise.utoronto.ca',
2322                 'utsc.utoronto.ca',
2323         ),
2324         'urgentclick.com',
2325         'vacant.org.uk',
2326         'Villa Julie College' => array('www4.vjc.edu'),
2327         'Vail Valley Foundation' => array('.vvf.org'),
2328         'wabson.org',
2329         'warping.to',           // Seems (a redirection site, but now) taken advantage of
2330         'webarch.com',          // by WebArchitects (webarch at insync.net)
2331         'weehob.com',
2332         'West Virginia University Parkersburg' => array('wvup.edu'),
2333         'williamsburgrentals.com',
2334         'wolvas.org.uk',
2335         'wookiewiki.org',
2336         'xsgaming.com',                 // Jacked
2337         '.xthost.info',                 // by Michael Renz (dhost at mykuhl.de)
2338         'Yahoo.com' => array(
2339                 'blog.360.yahoo.com',
2340                 '*.groups.yahoo.com'
2341         ),
2342         'yasushi.site.ne.jp',   // One of mixedmedia.net'
2343         'youthpeer.org',
2344         '*.zenburger.com',
2345         'Zope/Python Users Group of Washington, DC' => array('zpugdc.org'),
2346 );
2347
2348
2349 $blocklist['C'] = array(
2350
2351         // C: Sample setting of:
2352         // Exclusive spam domains
2353         //
2354         // Seems to have flavor of links, pills, gamble, online-games, erotic,
2355         // affiliates, finance, sending viruses, malicious attacks to browsers,
2356         // and/or mixed ones
2357         //
2358         // Please notify us about this list with reason:
2359         // http://pukiwiki.sourceforge.jp/dev/?BugTrack2/208
2360
2361         // C-1: Domain sets (seems to be) born to spam you
2362         //
2363         // All buziness-related spam
2364         //'.biz'
2365         //
2366         'admin at seekforweb.com' => array(
2367                 // by Boris (admin at seekforweb.com, bbmfree at yahoo.com)
2368                 '.lovestoryx.com',
2369                 '.loveaffairx.com',
2370                 '.onmore.info',
2371                 '.scfind.info',
2372                 '.scinfo.info',
2373                 '.webwork88.info',
2374         ),
2375         'boss at bse-sofia.bg' => array(        // by Boris
2376                 '.htewbop.org',
2377                 '.kimm--d.org',
2378                 '.gtre--h.org',
2379                 '.npou--k.org',
2380                 '.bres--z.org',
2381                 '.berk--p.org',
2382                 '.bplo--s.org',
2383                 '.basdpo.org',
2384                 '.jisu--m.org',
2385                 '.kire--z.org',
2386                 '.mertnop.org',
2387                 '.mooa--c.org',
2388                 '.nake--h.org',
2389                 '.noov--b.org',
2390                 '.suke--y.org',
2391                 '.vasdipv.org',
2392                 '.vase--l.org',
2393                 '.vertinds.org',
2394         ),
2395         'pokurim at gamebox.net' => array(      // by Thai Dong Changli
2396                 '.aqq3.info',
2397                 '.axa00.info',
2398                 '.okweb11.org',
2399                 '.okweb12.org',
2400                 '.okweb13.org',
2401                 '.okweb14.org',
2402         ),
2403         'opezdol at gmail.com' => array(
2404                 '.informazionicentro.info',
2405                 '.notiziacentro.info',
2406         ),
2407         'SomethingGen' => array(
2408                 // 'CamsGen' by Lui Xeng Shou (camsgen at model-x.com)
2409                 // 'CamsGen' by Sergey (buckster at hotpop.com)
2410                 // 'BucksoGen', by Pronin Sergey (buckster at list.ru)
2411                 // by Lee Chang (nebucha at model-x.com)
2412                 '.adult-chat-world.info',       // by Lui
2413                 '.adult-chat-world.org',        // by Lui
2414                 '.adult-sex-chat.info',         // by Lui
2415                 '.adult-sex-chat.org',          // by Lui
2416                 '.adult-cam-chat.info',         // by Lui
2417                 '.adult-cam-chat.org',          // by Lui
2418                 '.dildo-chat.org',                      // by Lui
2419                 '.dildo-chat.info',                     // by Lui
2420                 // flirt-online.info is not CamsGen
2421                 '.flirt-online.org',            // by Lui
2422                 '.live-adult-chat.info',        // by Lui
2423                 '.live-adult-chat.org',         // by Lui
2424                 '.sexy-chat-rooms.info',        // by Lui
2425                 '.sexy-chat-rooms.org',         // by Lui
2426                 '.swinger-sex-chat.info',       // by Lui
2427                 '.swinger-sex-chat.org',        // by Lui
2428                 '.nasty-sex-chat.info',         // by Lui
2429                 '.nasty-sex-chat.org',          // by Lui
2430
2431                 '.camshost.info',                       // by Sergey
2432                 '.camdoors.info',                       // by Sergey
2433                 '.chatdoors.info',                      // by Sergey
2434
2435                 '.lebedi.info',                         // by Pronin
2436                 '.loshad.info',                         // by Pronin
2437                 '.porosenok.info',                      // by Pronin
2438                 '.indyushonok.info',            // by Pronin
2439                 '.kotyonok.info',                       // by Pronin
2440                 '.kozlyonok.info',                      // by Pronin
2441                 '.magnoliya.info',                      // by Pronin
2442                 '.svinka.info',                         // by Pronin
2443                 '.svinya.info',                         // by Pronin
2444                 '.zherebyonok.info',            // 89.149.206.225 by Pronin
2445
2446                 '.medvezhonok.org',                     // 89.149.206.225 "BucksoGen 1.2b"
2447
2448                 '.adult-cam-chat-sex.info',             // by Lee
2449                 '.adult-chat-sex-cam.info',             // 'CamsGen' by Lee
2450                 '.live-chat-cam-sex.info',              // 'CamsGen' by Lee
2451                 '.live-nude-cam-chat.info',             // 'CamsGen' by Lee
2452                 '.live-sex-cam-nude-chat.info', // 'CamsGen' by Lee
2453                 '.sex-cam-live-chat-web.info',  // 'CamsGen' by Lee
2454                 '.sex-chat-live-cam-nude.info', // 'CamsGen' by Lee
2455                 '.sex-chat-porn-cam.info',              // by Lee
2456         ),
2457         'mital at topo20.org' => array( // by Marcello Italianore
2458                 '.trevisos.org',
2459                 '.topo20.org',
2460         ),
2461         'WellCams.com' => array(
2462                 '.j8v9.info',           // by Boris Moiseev (borka at 132moiseev.com)
2463                 '.wellcams.com',        // by Sergey Sergiyenko (studioboss at gmail.com)
2464                 '.wellcams.biz',        // by Sergey Sergiyenko (studioboss at gmail.com)
2465         ),
2466         'graz at rubli.biz' => array(   // by Chinu Hua Dzin
2467                 '.besturgent.org',
2468                 '.googletalknow.org',
2469                 '.montypythonltd.org',
2470                 '.supersettlemet.org',
2471                 '.thepythonfoxy.org',
2472                 '.ukgamesyahoo.org',
2473                 '.youryahoochat.org',
2474         ),
2475         'kikimas at mail.net' => array( // Redirect to nb717.com etc
2476                 '.dbsajax.org',
2477                 '.acgt2005.org',
2478                 '.gopikottoor.com',
2479                 '.koosx.org',
2480                 '.mmgz.org',
2481                 '.zhiyehua.net',
2482         ),
2483         'vdf at lovespb.com' => array(  // by Andrey
2484                 '.02psa.info',
2485                 '.1818u.org',
2486                 '.18ew.info',
2487                 '.43sexx.org',
2488                 '.56porn.org',
2489                 '.6discount.info',
2490                 '.78porn.org',          // "UcoZ WEB-SERVICES"
2491                 '.78rus.info',
2492                 '.92ssex.org',          // "ForumGenerator"
2493                 '.93adult.org',         // "ForumGenerator"
2494                 '.aboutsr.info',
2495                 '.aboutzw.info',
2496                 '.all23.info',
2497                 '.allvdf.info',
2498                 '.buy-dge.info',
2499                 '.buypo.info',
2500                 '.canadausa.info',      // "UcoZ WEB-SERVICES"
2501                 '.cv83.info',
2502                 '.cvwifw.info',
2503                 '.dabouts.info',
2504                 '.eplot.info',          // by Beatrice C. Anderson (Beatrice.C.Anderson at spambob.com)
2505                 '.fuck2z.info',         // "UcoZ WEB-SERVICES"-like design
2506                 '.free01sa.info',
2507                 '.frees1.info',
2508                 '.freexz.info',
2509                 '.ifree-search.org',
2510                 '.lovespb.info',
2511                 '.myso2.info',
2512                 '.nb74u.info',
2513                 '.ohhh2.info',
2514                 '.ol43.info',
2515                 '.olala18.info',
2516                 '.oursales.info',
2517                 '.pasian1.info',
2518                 '.pldk.info',
2519                 '.po473.info',
2520                 '.pornr.info',          // "UcoZ WEB-SERVICES"
2521                 '.poz2.info',
2522                 '.qpf8j4d.info',
2523                 '.saleqw.info',
2524                 '.sexof.info',          // "UcoZ WEB-SERVICES"
2525                 '.sexz18.info',
2526                 '.sexy69a.info',
2527                 '.shedikc.info',
2528                 '.spb78.info',
2529                 '.usacanadauk.info',
2530                 '.v782mks.info',
2531                 '.vny0.info',
2532                 '.wifes1.info',
2533                 '.xranvam.info',
2534                 '.zenitcx.info',
2535                 '.zxolala.info',
2536         ),
2537         'nike.borzoff at gmail.com' => array(   // by Nike Borzoff, 'vdf at lovespb.com'-related
2538                 '.care01.info',
2539                 '.care02.info',
2540                 '.care03.info',
2541                 '.care04.info',
2542                 '.care05.info',
2543                 '.care06.info',
2544                 '.care07.info',
2545                 '.care08.info',
2546                 '.care09.info',
2547                 '.care10.info',
2548                 '.kra1906.info',        // "UcoZ WEB-SERVICES"
2549                 '.klastar01.info',
2550                 '.klastar02.info',
2551                 '.klastar03.info',
2552                 '.klastar04.info',
2553                 '.klastar05.info',
2554                 '.klastar06.info',
2555                 '.klastar07.info',
2556                 '.klastar08.info',
2557                 '.klastar09.info',
2558                 '.klastar10.info',
2559                 '.um20ax01.info',
2560                 '.um20ax02.info',
2561                 '.um20ax03.info',
2562                 '.um20ax04.info',
2563                 '.um20ax05.info',
2564                 '.um20ax06.info',
2565                 '.um20ax07.info',
2566                 '.um20ax08.info',
2567                 '.um20ax09.info',
2568                 '.um20ax10.info',
2569         ),
2570         'forrass at gmail.com' => array(        // by Ismail
2571                 '.zmh01.info',
2572                 '.zmh02.info',
2573                 '.zmh03.info',
2574                 '.zmh04.info',
2575                 '.zmh05.info',
2576                 '.zmh06.info',
2577                 '.zmh07.info',
2578                 '.zmh08.info',
2579                 '.zmh09.info',
2580                 '.zmh10.info',
2581         ),
2582         'Varsylenko Vladimir and family' => array(
2583                 // by Varsylenko Vladimir (vvm_kz at rambler.ru)
2584                 // by David C. Lack (David.C.Lack at dodgeit.com)
2585                 // by Kuzma V Safonov (admin at irtes.ru)
2586                 // by Petrov Vladimir (vvm_kz at rambler.ru)
2587                 '.abrek.info',                          // by Petrov
2588                 '.accommodationwiltshire.com',  // by Petrov
2589                 '.allsexonline.info',           // by Varsylenko
2590                 '.bequeous.info',                       // by Davi
2591                 '.d1rnow.info',                         // by Petrov
2592                 '.doxer.info',                          // by Petrov
2593                 '.freeforworld.info',           // by Varsylenko
2594                 '.gitsite.info',                        // by Petrov
2595                 '.goodworksite.info',           // by Varsylenko
2596                 '.onall.info',                          // by Varsylenko
2597                 '.organiq.info',                        // by Petrov
2598                 '.powersiteonline.info',        // by Varsylenko
2599                 '.rentmysite.info',                     // by Varsylenko
2600                 '.levines.info',                        // by Petrov
2601                 '.mp3vault.info',                       // by Petrov
2602                 '.sernost.info',                        // by Petrov
2603                 '.sexdrink.info',                       // by Petrov
2604                 '.sexvideosite.info',           // by Petrov
2605                 '.siteszone.info',                      // by Varsylenko
2606                 '.sfup.info',                           // by Petrov
2607                 '.sopius.info',                         // by Kuzma
2608                 '.sovidopad.info',                      // by Kuzma
2609                 '.superfreedownload.info',      // by Varsylenko
2610                 '.superneeded.info',            // by Varsylenko
2611                 '.srup.info',                           // by Petrov
2612                 '.vvsag.info',                          // by Petrov
2613                 '.yerap.info',                          // by Kuzma
2614                 '.yoursitedh.info',                     // by Petrov
2615         ),
2616         'zhu1313 at mail.ru' => array(  // by Andrey Zhurikov
2617                 '.flywebs.com',
2618                 '.hostrim.com',
2619                 '.playbit.com',
2620         ),
2621         'webmaster at dgo3d.info' => array(     // by Son Dittman
2622                 '.bsb3b.info',
2623                 '.dgo3d.info',
2624                 '.dgo5d.info',
2625         ),
2626         'cooler.infomedia at gmail.com' => array(
2627                 '.diabetescarelink.com',
2628                 '.firstdebthelp.com',
2629         ),
2630         'hostmaster at astrons.com' => array(   // by Nikolajs Karpovs
2631                 '.pokah.lv',
2632                 '.astrons.com',
2633         ),
2634         'seocool at bk.ru' => array(    // by Skar
2635                 '.implex3.com',
2636                 '.implex6.info',
2637                 '.softprof.org',
2638         ),
2639         'Caslim.info' => array(
2640                 '.caslim.info',         // by jonn22 (jonnmarker at yandex.ru)
2641                 '.tops.gen.in',         // by Kosare (billing at caslim.info)
2642         ),
2643         'foxwar at foxwar.ispvds.com' => array( // by Alexandr, Hiding google?q=
2644                 '.777-poker.biz',
2645                 '.porn-11.com',
2646         ),
2647         'Conto.pl' => array(
2648                 '.8x.pl',               // domena at az.pl 
2649                 '.3x3.pl',              // by biuro at nazwa.pl
2650                 '.conto.pl',    // by biuro at nazwa.pl
2651                 '.guu.pl',              // by conto.pl (domena at az.pl)
2652                 '.xcx.pl',              // domena at az.pl
2653                 '.yo24.pl',             // domena at az.pl
2654         ),
2655         'mail at pcinc.cn' => array(
2656                 // Domains by Lin Zhi Qiang
2657                 // NOTE: pcinc.cn -- 125.65.112.13 by Lin Zhi Qiang (lin80 at 21cn.com)
2658
2659                 // 125.65.112.11
2660                 // The same IP: web001.cdnhost.cn, *.w19.cdnhost.cn
2661                 'shoopivdoor.w19.cdnhost.cn',   // web001.cdnhost.cn
2662                 '.shoopivdoor.com',
2663
2664                 // 125.65.112.12
2665                 // The same IP: web003.cdnhost.cn, *.w16.cdnhost.cn
2666                 '.hosetaibei.com',
2667                 '.playsese.com',
2668
2669                 // 125.65.112.13
2670                 // The same IP: web006.cdnhost.cn, *.w9.cdnhost.cn
2671                 '.ahatena.com',
2672                 '.asdsdgh-jp.com',
2673                 '.conecojp.net',
2674                 '.game-oekakibbs.com',
2675                 '.geocitygame.com',
2676                 '.gsisdokf.net',
2677                 '.korunowish.com',
2678                 '.netgamelivedoor.com',
2679                 '.soultakerbbs.net',
2680                 '.yahoo-gamebbs.com',
2681                 '.ywdgigkb-jp.com',
2682
2683                 // 125.65.112.14
2684                 // The same IP: web007.cdnhost.cn, *.w12.cdnhost.cn
2685                 '.acyberhome.com',
2686                 '.bbs-qrcode.com',
2687                 '.gamesroro.com',
2688                 '.gameyoou.com',
2689                 '.gangnu.com',
2690                 '.goodclup.com',
2691                 '.lineage321.com',
2692                 '.linkcetou.com',
2693                 '.love888888.com',
2694                 '.ragnarok-bbs.com',
2695                 '.ragnarok-game.com',
2696                 '.rmt-navip.com',
2697                 '.watcheimpress.com',
2698
2699                 // 125.65.112.15
2700                 // The same IP: web008.cdnhost.cn, *.w11.cdnhost.cn
2701                 '.18girl-av.com',
2702                 '.aurasoul-visjp.com',
2703                 '.gamaniaech.com',
2704                 '.game-mmobbs.com',
2705                 '.gameslin.net',
2706                 '.gemnnammobbs.com',
2707                 '.gogolineage.net',
2708                 '.grandchasse.com',
2709                 '.jpragnarokonline.com',
2710                 '.jprmthome.com',
2711                 '.maplestorfy.com',
2712                 '.netgamero.net',
2713                 '.nothing-wiki.com',
2714                 '.ourafamily.com',
2715                 '.ragnarok-sara.com',
2716                 '.rmt-lineagecanopus.com',
2717                 '.rmt-ranloki.com',
2718                 '.rogamesline.com',
2719                 '.roprice.com',
2720                 '.tuankong.com',
2721                 '.twreatch.com',
2722
2723                 // 125.65.112.22
2724                 // The same IP: web013.cdnhost.cn
2725                 '.lzy88588.com',
2726                 '.ragnaroklink.com',
2727
2728                 // 125.65.112.24
2729                 '.rmtfane.com',
2730                 '.fc2weday.com',
2731                 '.nlftweb.com',
2732
2733                 // 125.65.112.27
2734                 '.i520i.com',
2735                 '.sunwayto.com',
2736
2737                 // 125.65.112.31
2738                 // The same IP: web016.cdnhost.cn
2739                 '.twyaooplay.com',
2740
2741                 // 125.65.112.32
2742                 // The same IP: web037.cdnhost.cn
2743                 '.emeriss.com',
2744                 '.raginfoy.com',
2745                 '.ragnarokgvg.com',
2746                 '.rentalbbs-livedoor.com',
2747                 '.romaker.com',
2748                 '.sagewikoo.com',
2749                 '.samples112xrea.com',
2750                 '.wiki-house.com',
2751
2752                 // 125.65.112.49
2753                 '.chaosx0.com',
2754
2755                 // 125.65.112.88
2756                 // The same IP: web015.cdnhost.cn
2757                 '.a-hatena.com',
2758                 '.biglobe-ne.com',
2759                 '.blogplaync.com',
2760                 '.din-or.com',
2761                 '.dtg-gamania.com',
2762                 '.fcty-net.com',
2763                 '.game-fc2blog.com',
2764                 '.gameurdr.com',
2765                 '.getamped-garm.com',
2766                 '.interzq.com',
2767                 '.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
2768                 '.luobuogood.com',
2769                 '.ragnarok-search.com',
2770                 '.rinku-livedoor.com',
2771
2772                 // 125.65.112.90
2773                 '.gtvxi.com',
2774
2775                 // 125.65.112.91
2776                 // The same IP: web004.cdnhost.cn
2777                 '.6828teacup.com',
2778                 '.blog-livedoor.net',
2779                 '.cityblog-fc2web.com',
2780                 '.deco030-cscblog.com',
2781                 '.imbbs2t4u.com',
2782                 '.k5dionne.com',
2783                 '.lineagejp-game.com',
2784                 '.mbspro6uic.com',
2785                 '.slower-qth.com',
2786                 '.wikiwiki-game.com',
2787
2788                 // 125.65.112.93
2789                 // The same IP: web022.cdnhost.cn
2790                 '.aaa-livedoor.net',
2791                 '.cityhokkai.com',              // web022.cdnhost.cn
2792                 '.fanavier.net',
2793                 '.geocitylinks.com',    // web022.cdnhost.cn
2794                 '.kuronowish.net',              // web022.cdnhost.cn
2795                 '.ro-bot.net',
2796
2797                 // 125.65.112.95
2798                 // The same IP: web035.cdnhost.cn, web039.cdnhost.cn
2799                 '.23styles.com',
2800                 '.aehatena-jp.com',
2801                 '.ameblog-jp.net',
2802                 '.antuclt.com',
2803                 '.blog-ekndesign.com',
2804                 '.d-jamesinfo.com',
2805                 '.editco-jp.com',
2806                 '.ezbbsy.com',
2807                 '.extd-web.com',
2808                 '.fotblong.com',
2809                 '.game62chjp.net',
2810                 '.gamegohi.com',
2811                 '.gamesmusic-realcgi.net',
2812                 '.gamesragnaroklink.net',
2813                 '.homepage-nifty.com',
2814                 '.ie6xp.com',
2815                 '.irisdti-jp.com',
2816                 '.jklomo-jp.com',
2817                 '.jpxpie6-7net.com',
2818                 '.lian-game.com',
2819                 '.lineage-bbs.com',
2820                 '.lineage1bbs.com',
2821                 '.livedoor-game.com',
2822                 '.litcan.com',
2823                 '.lovejpjp.com',
2824                 '.m-phage.com',
2825                 '.muantang.com',
2826                 '.plusd-itmedia.com',
2827                 '.runbal-fc2web.com',
2828                 '.saussrea.com',
2829                 '.tooalt.com',
2830                 '.toriningena.net',
2831                 '.yahoodoor-blog.com',
2832                 '.yy14-kakiko.com',
2833
2834                 // 125.65.112.137
2835                 '.clublineage.com',
2836
2837                 // 228.14.153.219.broad.cq.cq.dynamic.163data.com.cn
2838                 '.kaukoo.com',                  // 219.153.14.228, by zeng xianming (expshell at 163.com)
2839                 '.linrmb.com',                  // 219.153.14.228, by zeng xianming (qqvod at qq.com)
2840
2841                 '.ptxk.com',                    // 222.73.236.239, by zeng xianming (zxmdiy at gmail.com)
2842                 '.rormb.com',                   // 222.73.236.239, by zeng xianming (qqvod at qq.com)
2843
2844                 '.games-nifty.com',             // 255.255.255.255 now
2845                 '.homepage3-nifty.com', // 255.255.255.255 now
2846         ),
2847         'caddd at 126.com' => array(
2848                 '.chengzhibing.com',    // by chen gzhibing
2849                 '.jplinux.com',                 // by lian liang
2850                 '.lineageink.com',              // by cai zibing, iframe to goodclup.com
2851                 '.lineagekin.com',              // by cai zibing, iframe to goodclup.com
2852                 '.tooplogui.com',               // by zibing cai
2853                 '.twsunkom.com',                // by guo zhi wei
2854                 '.twmsn-ga.com',                // by guo zhi wei, iframe to grandchasse.com
2855         ),
2856         'nuigiym2 at 163.com' => array( // by fly bg
2857                 '.linainfo.net',                // Seems IP not allocated now
2858                 '.lineagalink.com',             // 220.247.157.99
2859                 '.lineagecojp.com',             // 61.139.126.10
2860                 '.ragnarokonlina.com',  // 220.247.158.99
2861         ),
2862         'aakin at yandex.ru' => array(  // by Baer
2863                 '.entirestar.com',
2864                 '.superbuycheap.com',
2865                 '.topdircet.com',
2866         ),
2867         'newblog9 at gmail.com' => array(       // by jiuhatu kou
2868                 '.tianmieccp.com',
2869                 '.xianqiao.net',
2870         ),
2871         'm.frenzy at yahoo.com' => array(       // by Michael
2872                 '.p5v.org',
2873                 '.j111.net',
2874                 '.searchhunter.info',
2875                 '.soft2you.info',
2876                 '.top20health.info',
2877                 '.top20ringtones.info',
2878                 '.top20travels.info',
2879                 '.v09v.info',
2880                 '.x09x.info',
2881                 '.zb-1.com',
2882         ),
2883         'serega555serega555 at yandex.ru' => array(     // by Lebedev Sergey
2884                 '.bingogoldenpalace.info',
2885                 '.ccarisoprodol.info',
2886                 '.ezxcv.info',
2887                 '.isuperdrug.com',
2888                 '.pharmacif.info',
2889                 '.pornsexteen.biz',
2890                 '.ugfds.info',
2891                 '.vviagra.info',
2892         ),
2893         'anatolsenator at gmail.com' => array(  // by Anatol
2894                 '.cheapestviagraonline.info',
2895                 '.buyphentermineworld.info'
2896         ),
2897         'webmaster at mederotica.com' => array(
2898                 '.listsitepro.com',             // by VO Entertainment Inc (webmaster at mederotica.com)
2899                 '.testviagra.org',              // by Chong Li (chongli at mederotica.com)
2900                 '.viagra-best.org',             // by Chong Li (chongli at mederotica.com)
2901                 '.viagra-kaufen.org',   // by Chong Li (chongli at mederotica.com)
2902         ),
2903         'gray at trafic.name' => array( // by Billing Name:Gray, Billing Email:gray at trafic.name
2904                 '.auase.info',          // by ilemavyq7461 at techie.com
2905                 '.axeboxew.info',       // by zygeu220 at writeme.com
2906                 '.boluzuhy.info',       // by pikico5419 at post.com
2907                 '.ekafoloz.info',       // by nuzunyly8401 at techie.com
2908                 '.ejixyzeh.info',       // by vubulyma5163 at consultant.com
2909                 '.emyfyr.info',         // by osiqabu9669 at writeme.com
2910                 '.exidiqe.info',        // by kufyca5475 at mail.com
2911                 '.gerucovo.info',       // by apegityk7224 at writeme.com
2912                 '.gubiwu.info',         // by lywunef6532 at iname.com
2913                 '.ijizauax.info',       // by ysauuz2341 at iname.com
2914                 '.ixahagi.info',        // 70.47.89.60 by famevi9827 at email.com
2915                 '.jiuuz.info',          // by meqil6549 at mail.com
2916                 '.nudetar.info',        // by vohepafi3536 at techie.com
2917                 '.nipud.info',          // by bohox9872 at mindless.com
2918                 '.mejymik.info',        // by fiqiji3529 at cheerful.com
2919                 '.mylexus.info',        // Billing Email is simhomer12300 at mail.com, but posted at the same time, and ns *.grayreseller.com
2920                 '.olasep.info',         // by lizon8506 at mail.com
2921                 '.oueuidop.info',       // by arytyb6913 at europe.com
2922                 '.oviravy.info',        // by amyuu3883 at london.com
2923                 '.ovuri.info',          // by exumaxyt1371 at consultant.com
2924                 '.ragibe.info',         // by ehome4458 at myself.com
2925                 '.ucazib.info',         // by gorare7222 at consultant.com
2926                 '.udaxu.info',          // by gubima4007 at usa.com
2927                 '.ulycigop.info',       // by unodyqil6241 at mindless.com
2928                 '.vubiheq.info',        // by uisujih5849 at hotmail.com
2929                 '.xyloq.info',          // 70.47.89.60 by yuunehi8586 at myself.com
2930                 '.yvaxat.info',         // by koqun9660 at mindless.com
2931                 '.yxyzauiq.info',       // by robemuq8455 at cheerful.com
2932         ),
2933         'Carmodelrank.com etc' => array(
2934                 // by Brianna Dunlord (briasmi at yahoo.com)
2935                 // by Tim Rennei (TimRennei at yahoo.com), redirect to amaena.com (fake-antivirus)
2936                 // by Alice T. Horst (Alice.T.Horst at pookmail.com)
2937                 '.carmodelrank.com',// by Brianna
2938                 '.cutestories.net',     // by Brianna
2939                 '.sturducs.com',
2940                 '.bestother.info',      // by Tim
2941                 '.premiumcasinogames.com',      // by Brianna)
2942                 '.yaahooo.info',        // by Alice
2943         ),
2944         'aliacsandr at yahoo.com' => array(
2945                 '.cubub.info',                          // "Free Web Hosting"
2946         ),
2947         'aliacsandr85 at yahoo.com' => array(
2948                 // by Dr. Portillo or Eva Sabina Lopez Castell
2949                 '.xoomer.alice.it',                     // "Free Web Hosting"
2950                 '.freebloghost.org',            // "Free Web Hosting" by Dr.
2951                 '.freeprohosting.org',          // "Free Web Hosting" by Dr.
2952                 '.googlebot-welcome.org',       // "Free Web Hosting" by Dr.
2953                 '.icesearch.org',                       // "Free Web Hosting" by Eva
2954                 '.phpfreehosting.org',          // "Free Web Hosting" by Dr.
2955                 '.sashawww.info',                       // "Free Web Hosting" by Dr.
2956                 '.sashawww-vip-vip.org',        // "Free Web Hosting" by Dr.
2957                 '.topadult10.org',                      // "Free Web Hosting" by Eva
2958                 '.xer-vam.org',                         // "Ongline Catalog" by Dr.
2959                 '.xxxse.info',                          // "Free Web Hosting" by Eva
2960                 '.viagra-price.org',            // by Eva
2961                 '.vvsa.org',                            // "Free Web Hosting" by Eva
2962                 '.free-webhosts.com',           // "Free Web Hosting" by Free Webspace
2963         ),
2964         'Something-Gamble' => array(
2965                 // Gamble: Roulette, Casino, Poker, Keno, Craps, Baccarat
2966                 '.atonlineroulette.com',                        // by Blaise Johns
2967                 '.atroulette.com',                                      // by Gino Sand
2968                 '.betting-123.com',                                     // by Joana Caceres
2969                 '.betting-i.biz',                                       // by Joaquina Angus
2970                 '.casino-challenge.com',                        // by Maren Camara
2971                 '.casino-gambling-i.biz',                       // by Giselle Nations
2972                 '.casino-italian.com',                          // by Holley Yan
2973                 '.casino123.net',                                       // by Ta Baines
2974                 '.casinohammamet.com',                          // by Inger Barhorst
2975                 '.casinoqz.com',                                        // by Berenice Snow
2976                 '.casinos-777.net',                                     // by Iona Ayotte
2977                 '.crapsok.com',                                         // by Devon Adair,
2978                 '.dcasinoa.com',                                        // by August Hawkinson
2979                 '.e-poker-4u.com',                                      // by Issac Leibowitz
2980                 '.free-dvd-player.biz',                         // by Rosario Kidd
2981                 '.florida-lottery-01.com',                      // by Romeo Dillon
2982                 '.gaming-123.com',                                      // by Jennifer Byrne
2983                 '.kenogo.com',                                          // by Adriane Bell
2984                 '.mycaribbeanpoker.com',                        // by Andy Mullis
2985                 '.onbaccarat.com',                                      // by Kassandra Dunn
2986                 '.online-experts.biz',                          // by Liberty Helmick
2987                 '.onlinepoker-123.com',                         // by Andrea Feaster
2988                 '.playpokeronline-123.com',                     // by Don Lenard
2989                 '.poker-123.com',                                       // by Mallory Patrick (Mallory_Patrick at marketing-support.info)
2990                 '.texasholdem123.com',                          // by Savion Lasseter
2991                 '.texasholdem-777.com',                         // by Savanna Lederman
2992                 '.the-casino-directory-1715.us',        // by Thora Oldenburg
2993                 '.the-craps-100.us',                            // by Lorrine Ripley
2994                 '.the-free-online-game-913.us',         // by Kanesha Clem
2995                 '.the-free-poker-1798.us',                      // by Elaina Witte
2996                 '.the-las-vegas-gambling-939.us',       // by Jesusita Hageman
2997                 '.the-online-game-poker-1185.us',       // by Merna Bey
2998                 '.the-playing-black-jack.com',          // by Kristine Brinker
2999                 '.the-poker-1082.us',                           // by Kristofer Boldt
3000                 '.the-rule-texas-hold-em-2496.us',      // by Melvina Stamper
3001                 '.the-texas-strategy-holdem-1124.us',   // by Neda Frantz
3002                 '.the-video-black-jack.com',            // by Jagger Godin
3003         ),
3004         'Something-Insurance' => array(
3005                 // Car / Home / Life / Health / Travel insurance, Loan finance, Mortgage refinance
3006         
3007                 // 0-9
3008                 '.0q.org',                                              // by Shamika Curtin, "Online car insurance information"
3009                 '.1-bookmark.com',                              // by Sonia Snyder, "Titan auto insurance information"
3010                 '.1day-insurance.com',                  // by Kelsie Strouse, "Car insurance costs"
3011                 '.1upinof.com',                                 // by Diego Johnson, "Car insurance quote online uk resource"
3012                 '.18wkcf.com',                                  // by Lexy Bohannon
3013                 '.2001werm.org',                                // by Raphael Rayburn
3014                 '.2004heeparea1.org',                   // by Dinorah Andrews
3015                 '.21nt.net',                                    // by Jaida Estabrook
3016                 '.3finfo.com',                                  // by Damian Pearsall
3017                 '.3somes.org',                                  // by Mauro Tillett
3018                 '.453531.com',                                  // by Kurt Flannery
3019                 '.4freesay.com',                                // by Eloy Jones
3020                 '.5ssurvey.com',                                // by Annamarie Kowalski
3021                 '.8-f22.com',                                   // by Larraine Evers
3022                 '.9q.org',                                              // by Ami Boynton
3023
3024                 // A
3025                 '.a40infobahn.com',                             // by Amit Nguyen
3026                 '.a4h-squad.com',                               // by Ross Locklear
3027                 '.aac2000.org',                                 // by Randi Turner
3028                 '.aaadvertisingjobs.com',               // by Luciano Frisbie
3029                 '.acahost.com',                                 // by Milton Haberman
3030                 '.aconspiracyofmountains.com',  // by Lovell Gaines
3031                 '.acornwebdesign.co.uk',                // by Uriel Dorian
3032                 '.activel-learning-site.com',   // by Mateo Conn
3033                 '.ad-makers.com',                               // by Shemeka Arsenault
3034                 '.ada-information.org',                 // by Josef Osullivan
3035                 '.adelawarerefinance.com',              // by Particia Mcmillan, "Delaware refinance advisor"
3036                 '.adult-personal-ads-e-site.info',      // by Nery Ainsworth
3037                 '.aequityrefinance.com',                // by Jadwiga Duckworth
3038                 '.aerovac-hotpress.com',                // by Trey Marlow
3039                 '.agfbiosensors.com',                   // by Lionel Dempsey
3040                 '.ahomeloanrefinance.com',              // by Leslie Kinser
3041                 '.affordablerealestate.net',    // by Season Otoole
3042                 '.ahomerefinancingloans.com',   // by Julie Buck, "Home refinancing loans guide"
3043                 '.ahouserefinance.com',                 // by Young Alley
3044                 '.akirasworld.com',                             // by Piper Sullivan
3045                 '.alderik-production.com',              // by Joan Stiles
3046                 '.alltechdata.com',                             // by Dom Laporte
3047                 '.amconllc.com',                                // by Syble Benjamin
3048                 '.amobilehomerefinancing.com',  // by Clyfland Buckley, "Mobile home refinancing"
3049                 '.amortgagerefinancepennsylvania.com',  // by Richard Battle, "Mortgage refinance pennsylvania articles"
3050                 '.angelandcrown.net',                   // by Claretta Najera
3051                 '.ankoralina.com',                              // by Eladia Demers
3052                 '.antiquegoldmine.com',                 // by Keena Marlow
3053                 '.aquinosotros.com',                    // by Nanci Prentice
3054                 '.architectionale.com',                 // by Wilbur Cornett
3055                 '.arcreditcards.com',                   // by Ecgbeorht Stokes, "Ameriquest credit cards articles"
3056                 '.arefinancebadcredit.com',             // by Isaac Mejia, "Refinance bad credit"
3057                 '.arefinancehome.com',                  // by Duane Doran
3058                 '.arefinancinghome.com',                // by Ike Laney
3059                 '.athletic-shoes-e-shop.info',  // by Romelia Money
3060                 '.auction-emall-site.info',             // by Dayle Denman
3061                 '.auctions-site.info',                  // by Cammie Chiu, "Online loan mortgage info"
3062                 '.auto-buy-rite.com',                   // by Asuncion Buie
3063                 '.axxinet.net',                                 // by Roberta Gasper
3064                 '.azimutservizi.com',                   // by Ethelene Brook
3065                 '.azstudies.org',                               // by Bernardina Walden
3066
3067                 // B
3068                 '.babtrek.com',                                 // by Simonette Mcbrayer
3069                 '.babycujo.com',                                // by Francisco Akers
3070                 '.bakeddelights.com',                   // by Dave Evenson
3071                 '.bbcart.com',                                  // by Lucio Hamlin
3072                 '.berlin-hotel-4u.com',                 // by Grisel Tillotson
3073                 '.best-digital-phone.us',               // by Meghann Crockett
3074                 '.bjamusements.com',                    // by Lurlene Butz
3075                 '.blursgsu.com',                                // by Weston Killian
3076                 '.bookwide.net',                                // by Tequila Zacharias
3077                 '.boreholes.org',                               // by Flora Reed
3078                 '.breathingassociaiton.org',    // by Alfred Crayton
3079                 '.birdingnh.com',                               // by Donald Healy
3080                 '.bisdragons.org',                              // by Lupe Cassity
3081                 '.blcschools.net',                              // by Alycia Jolly
3082                 '.bronte-foods.com',                    // by Kary Pfeiffer
3083                 '.buckscountyneighbors.org',    // by Maile Gaffney
3084                 '.buffalofudge.com',                    // by Mable Whisenhunt
3085                 '.burlisonforcongress.com',             // by Luann King
3086                 '.byairlinecreditcard.com',             // by Cali Stevenson, "Airline credit card search"
3087                 '.byplatinumcard.com',                  // by Pearl Cross, "Discover platinum card info"
3088
3089                 // C
3090                 '.cabanes-web.com',                             // by Vaughn Latham
3091                 '.cardko.com',                                  // by Terris Cain, "Chase visa card search"
3092                 '.cardpose.com',                                // by Deerward Gross, "Gm mastercard articles"
3093                 '.checaloya.com',                               // by Susana Coburn
3094                 '.calvarychapelrgvt.org',               // by Karan Kittle
3095                 '.cameras-esite.info',                  // by Karlee Frisch
3096                 '.cancerkidsforum.org',                 // by Samson Constantino
3097                 '.ccchoices.org',                               // by Kenia Cranford
3098                 '.ccupca.org',                                  // by Evonne Serrano
3099                 '.celebratemehome.com',                 // by Soraya Tower
3100                 '.centerfornourishingthefuture.org',    // by Elisa Wilt
3101                 '.chelseaartmmuseum.org',               // by Kayla Vanhorn
3102                 '.choose-shoes.net',                    // by Geoffrey Setser
3103                 '.churla.com',                                  // by Ollie Wolford
3104                 '.circuithorns.co.uk',                  // by Nathanial Halle
3105                 '.clanbov.com',                                 // by Donell Hozier
3106                 '.cnm-ok.org',                                  // by Thalia Moye
3107                 '.coalitioncoalition.org',              // by Ned Macklin
3108                 '.consoleaddicts.com',                  // by Dorla Hoy
3109                 '.counterclockwise.net',                // by Melynda Hartzell
3110                 '.codypub.com',                                 // by Mercedes Coffman
3111                 '.comedystore.net',                             // by Floy Donald
3112                 '.covsys.co.uk',                                // by Abby Jacey
3113                 '.cpusa364-northsacramento.com',        // by Dannette Lejeune
3114                 '.craftybidders.com',                   // by Dannie Lazo
3115                 '.credit-card-finder.net',              // by Mellie Deherrera
3116                 '.credit-cards-4u.info',                // by Antonina Hil, "Credit cards info"
3117                 '.creditcardstot.com',                  // by Bobby Alvarado, "Shell credit cards"
3118                 '.ctwine.org',                                  // by Hailey Knox
3119
3120                 // D
3121                 '.dazyation.com',                               // by Louis Strasser
3122                 '.deepfoam.org',                                // by Ethelyn Southard
3123                 '.debt-fixing.com',                             // by Dagny Rickman
3124                 '.dgmarketingwebdesign.com',    // by Nubia Lea
3125                 '.domainadoption.com',                  // by Breann Pappas
3126                 '.diannbomkamp.com',                    // by Russel Croteau
3127                 '.dictionary-spanish.us',               // by Jacki Gilbreath
3128                 '.dictionary-yahoo.us',                 // by Lili Mitchem
3129                 '.digital-camera-review-esite.info',    // by Milagros Jowers
3130                 '.digital-cameras-esite.info',  // by Milan Jolin
3131                 '.dnstechnet.net',                              // by Tamera Oman
3132                 '.drivenbydata.org',                    // by Katherine Noyes
3133                 '.dtmf.net',                                    // by Micki Slayton
3134                 '.domainsfound.com',                    // by Blossom Lively
3135
3136                 // E
3137                 '.ecstacyabuse.net',                    // by Alana Knight
3138                 '.e-digital-camera-esite.info', // by Romaine Cress
3139                 '.eda-aahperd.org',                             // by Kaliyah Hammonds
3140                 '.eldorabusecenter.org',                // by Annabella Oneal
3141                 '.emicorporation.com',                  // by (Deangelo_Mikayla at marketing-support.info)
3142                 '.encaponline.com',                             // by Patrick Keel
3143                 '.ez-shopping-online.com',              // by Gail Bartlett
3144
3145                 // F
3146                 '.faithfulwordcf.com',                  // by Bart Weeks
3147                 '.fammedassoc.com',                             // by Joshua Nelson
3148                 '.federalministryoffinance.net',        // by Jeffry Mcmillan
3149                 '.f00k.org',                                    // by Leslie Chapman
3150                 '.foreignrealtions.org',                // by Krystal Hawley
3151                 '.fortwebsite.org',                             // by Kristina Motley
3152                 '.fotofirstdigital.com',                // by Tad Whitfield
3153                 '.foundationcommons.org',               // by Caryn Eskew
3154                 '.fraisierest-alexandre.com',   // by Dwayne Douglas
3155                 '.freaky-cheats.com',                   // by Al Klein
3156                 '.free--spyware.com',                   // by Nikki Contreras
3157                 '.french-home-finance-consultant.info', // by Santana Melton
3158                 '.fuel-tax-software-advisor.info',      // by Derrick Snyder
3159
3160                 // G
3161                 '.gaintrafficfast.com',                 // by Lila Meekins
3162                 '.gaygain.org',                                 // by Shell Davila
3163                 '.gcaaa.com',                                   // by Vallie Jaworski
3164                 '.generalsysteme.com',                  // by Cale Vogel
3165                 '.generation4games.co.uk',              // by Sonya Graham
3166                 '.german-dictionary.us',                // by Rex Daniel
3167                 '.gilmerrec.com',                               // by Leighann Guillory
3168                 '.glenthuntly-athletics.com',   // by Julee Hair
3169                 '.glorybaskets.com',                    // by Lynette Lavelle
3170                 '.goconstructionloan.com',              // by Willis Monahan
3171                 '.gohireit.com',                                // by Bertha Metzger
3172                 '.godcenteredpeople.com',               // by Jaycee Coble
3173
3174                 // H
3175                 '.healthinsuranceem.com',               // by Justin Munson
3176                 '.hearthorizon.info',                   // by Kory Session
3177                 '.hegerindustrial.com',                 // by Toni Wesley
3178                 '.herzequip.com',                               // by Princess Dunkle
3179                 '.hglcms.org',                                  // by Gladwin Ng
3180                 '.hipanoempresa.com',                   // by Shannon Staub
3181                 '.hitempfurnaces.com',                  // by Rebbeca Jaeger
3182                 '.horse-racing-result.com',             // by Rodney Reynolds
3183                 '.hueckerfamily.com',                   // by Hershel Sell
3184
3185                 // I
3186                 '.ilove2win.com',                               // by Lamont Dickerson
3187                 '.ilruralassistgrp.org',                // by Moises Hauser
3188                 '.imageonsolutions.com',                // by Porsche Dubois
3189                 '.infoanddatacenter.com',               // by Eva Okelley
3190                 '.islamfakta.org',                              // by Goldie Boykin
3191                 '.ithomemortgage.com',                  // by Adelaide Towers
3192                 '.iyoerg.com',                                  // by Madyson Gagliano
3193
3194                 // J
3195                 '.jeffaxelsen.com',                             // by Daphne William
3196                 '.jeffreyf.net',                                // by Vito Platt
3197                 '.johnmartinsreality.com',              // by Pamela Larry
3198                 '.johnsilvers.net',                             // by Silver Battaglia
3199
3200                 // K
3201                 '.kcgerbil.org',                                // by Marisa Thayer
3202                 '.kdc-phoenix.com',                             // by Salma Shoulders
3203                 '.kingscreditcard.com',                 // by Sean Parsons, "Credit card info"
3204                 '.kosove.org',                                  // by Darwin Schneider
3205
3206                 // L
3207                 '.leading-digital-camera-esite.info',   // by Charles Moore, "Online home loan articles"
3208                 '.letsgokayaking.net',                  // by Winnie Adair
3209                 '.libertycabs.com',                             // by Adela Bonds
3210                 '.liquor-store-cellar.info',    // by Hugh Pearson
3211                 '.locomojo.net',                                // by Marco Harmon
3212                 '.lodatissimo.com',                             // by Adrian Greeson
3213                 '.lsawc.org',                                   // by Lara Han
3214                 '.lycos-test.net',                              // by Rigoberto Oakley
3215
3216                 // M
3217                 '.macro-society.com',                   // by Venessa Hodgson
3218                 '.marthasflavorfest.com',               // by Ahmad Lau
3219                 '.martin-rank.com',                             // by Cathleen Crist
3220                 '.maryandfrank.org',                    // by Theodore Apodaca
3221                 '.masterkwonhapkido.com',               // by Misty Graham
3222                 '.maxrpm-demo.com',                             // by Cristal Cho
3223                 '.mechanomorphic.com',                  // by Stanford Crow
3224                 '.mepublishing.net',                    // by Karly Fleenor
3225                 '.meyerlanguageservices.co.uk', // by Breana Kennedy
3226                 '.metwahairports.com',                  // by Nan Kitchen
3227                 '.middle-eastnews.com',                 // by Tybalt Altmann
3228                 '.mikepelchy.com',                              // by Sherly Pearson
3229                 '.milpa.org',                                   // by Nelly Aguilera
3230                 '.modayun.com',                                 // by Camilla Velasco
3231                 '.moonstoneerp.com',                    // by Garret Salmon
3232                 '.morosozinho.com',                             // by Lenore Tovar
3233                 '.morphadox.com',                               // by Hung Zielinski
3234                 '.moscasenlared.com',                   // by Tera Gant
3235                 '.sdjavasig.com',                               // by Gia Swisher
3236                 '.mpeg-radio.com',                              // by Sincere Beebe
3237                 '.mrg-now-yes.com',                             // by Sparkle Gallegos
3238                 '.mtseniorcenter.org',                  // by Frederic Ortega
3239                 '.mysteryclips.com',                    // by Edward Ashford
3240
3241                 // N
3242                 '.naavs.org',                                   // by Yuridia Gandy
3243                 '.naval-aviation.org',                  // by Roselle Campo
3244                 '.navigare-ischia.com',                 // by Arielle Coons
3245                 '.ncredc.org',                                  // by Brenda Nye
3246                 '.neonmotorsports.com',                 // by Giovanna Vue
3247                 '.nf-ny.com',                                   // by Yadira Hibbard
3248                 '.ngfdyqva.com',                                // by Emiliano Samples
3249                 '.nicozone.com',                                // by Blaine Shell
3250                 '.nmbusinessroundtable.org',    // by Chantel Mccourt
3251                 '.npawny.org',                                  // by Willard Murphy
3252                 '.nysdoed.org',                                 // by Elric Delgadillo
3253                 '.nyswasteless.org',                    // by Shaylee Moskowitz
3254                 '.nytech-ir.com',                               // by Adrien Beals
3255
3256                 // O
3257                 '.oadmidwest.com',                              // by Gavin Kaplan
3258                 '.oarauto.com',                                 // by Susann Merriman
3259                 '.onairmilescard.com',                  // by Tomoko Hart, "Air miles card information"
3260                 '.onbusinesscard.com',                  // by Farris Lane, "Gm business card"
3261                 '.oncashbackcreditcard.com',    // by Ida Willis, "Cash back credit card articles"
3262                 '.onimagegoldcard.com',                 // by Roxanna Sims, "Imagine gold mastercard information"
3263                 '.online-pills-24x7.biz',               // by Aide Hallock
3264                 '.online-shopping-site-24x7.info',      // by Stacy Ricketts
3265                 '.onlinehomeloanrefinance.com', // by Chaz Lynch
3266                 '.onlinehomeloanfinancing.com', // by Humbert Eldridge
3267                 '.onunicarehealthinsurance.com',        // by  Lawerence Paredes
3268                 '.otterbayweb.com',                             // by Maxwell Irizarry
3269
3270                 // P
3271                 '.painting-technique.us',               // by Bryanna Tooley
3272                 '.pakamrcongress.com',                  // by Bryce Summerville
3273                 '.patabney.com',                                // by Kailyn Slone
3274                 '.parde.org',                                   // by Ellie Yates
3275                 '.participatingprofiles.com',   // by Jaelynn Meacham
3276                 '.partnershipconference.org',   // by Alla Floyd
3277                 '.pet-stars.com',                               // by Carmon Luevano
3278                 '.planning-law.org',                    // by Trista Holcombe
3279                 '.ppawa.com',                                   // by Evonne Scarlett
3280                 '.precisionfilters.net',                // by Faustina Fell
3281
3282                 // Q
3283                 '.qacards.com',                                 // by Perye Estrada, "Citi visa cards"
3284                 '.quick-debt-consolidation.net',        // by Lala Marte
3285                 '.quicktvr.com',                                // by Vernell Crenshaw
3286
3287                 // R
3288                 '.radicalsolutions.org',                // by Reece Medlin
3289                 '.randallburgos.com',                   // by Bradly Villa
3290                 '.rcassel.com',                                 // by Janiah Gallant
3291                 '.rearchitect.org',                             // by Marcus Gaudet
3292                 '.rent-an-mba.com',                             // by Valentina Mcdermott
3293                 '.reprisenashville.com',                // by Hester Khan
3294                 '.reptilemedia.com',                    // by Alicia Patel
3295                 '.resellers2000.com',                   // by Dedra Kennedy
3296                 '.reverse-billing.com',                 // by Lazaro Gluck
3297                 '.richcapaldi.com',                             // by Kya Haggard
3298                 '.richformissouri.com',                 // by Alanna Elston
3299                 '.robstraley.com',                              // by Leida Bartell
3300                 '.rollingprairie-candlecompany.com',    // by Leigha Aker
3301                 '.rpgbbs.com',                                  // by Leonel Peart
3302                 '.ruralbusinessonline.org',             // by Lynsey Watters
3303                 '.ruwomenscenter.org',                  // by Vince Mclemore
3304                 '.ryanjowens.com',                              // by Janine Smythe
3305
3306                 // S
3307                 '.sagarmathatv.org',                    // by Liam Funke
3308                 '.sakyathubtenling.org',                // by Liane Falgout
3309                 '.sandiegolawyer.net',                  // by Linnie Sommervill
3310                 '.sandishaven.com',                             // by Lino Soloman
3311                 '.scienkeen.com',                               // by Liza Navarra
3312                 '.seimenswestinghouse.com',             // by Teresa Benedetto
3313                 '.severios.com',                                // by Isa Steffen
3314                 '.sexual-hot-girls.com',                // by Viviana Bolton
3315                 '.shakespearelrc.com',                  // by Luciana Weaver
3316                 '.shashran.org',                                // by Adriel Humphries
3317                 '.shoes-shop.us',                               // by Austen Higginbotham
3318                 '.skagitvalleybassanglers.com', // by Necole Thiele
3319                 '.skinsciencesalon.com',                // by Nena Rook
3320                 '.smartalternative.net',                // by Nicki Lariviere
3321                 '.sml338.org',                                  // by Nickole Krol
3322                 '.smogfee.com',                                 // by Sienna Kimble
3323                 '.sneakers-e-shop.info',                // by Nikki Fye
3324                 '.spacewavemedia.com',                  // by Thanh Gast
3325                 '.softkernel.com',                              // by Nicol Hummer
3326                 '.stjoanmerrillville.com',              // by Hunter Beckham
3327                 '.strelinger.com',                              // by Arron Highsmith
3328                 '.striking-viking.com',                 // by Kylie Endsley
3329                 '.sunnydeception.org',                  // by Amaya Llora
3330                 '.sunzmicro.com',                               // by Goddard Arreola
3331                 '.sv-iabc.org',                                 // by Braden Buck
3332                 '.sykotick.com',                                // by Pierce Knecht
3333
3334                 // T
3335                 '.tbody.net',                                   // by Ormond Roman
3336                 '.the-pizzaman.com',                    // by Mario Ramsey
3337                 '.the-shoes.us',                                // by Alejandro Gaffney
3338                 '.theborneocompany.com',                // by Bryanna Tooley
3339                 '.theflashchannel.com',                 // by Terrilyn Tam, "Loan financing info"
3340                 '.thehomeschool.net',                   // by September Concepcio
3341                 '.thenewlywed.com',                             // by Allegra Marra
3342                 '.tigerspice.com',                              // by Denis Mosser
3343                 '.tnaa.net',                                    // by Jasmine Andress
3344                 '.top-finance-sites.com',               // by Maryann Doud
3345                 '.tradereport.org',                             // by Bettie Sisk
3346                 '.transmodeling.com',                   // by Martine Button
3347                 '.travel-01.net',                               // by Jay Kim, "Refinance on line"
3348                 '.tsaoc.com',                                   // by Heriberto Mcfall
3349                 '.tsunamidinner.com',                   // by Nannie Richey
3350
3351                 // U
3352                 '.uhsaaa.com',                                  // by Risa Herbert
3353                 '.ultradeepfield.org',                  // by Bobby Ragland
3354                 '.umkclaw.info',                                // by Cammy Kern
3355                 '.unitedsafetycontainer.com',   // by Shreya Heckendora
3356                 '.usa-wolf.com',                                // by Jacklyn Morrill
3357                 '.usjobfair.com',                               // by Lorina Burchette
3358
3359                 // V
3360                 '.vacancesalouer.com',                  // by Loris Bergquist
3361                 '.vagents.com',                                 // by Lorna Beaudette, "Refinancing home loan info"
3362                 '.valleylibertarians.org',              // by Lena Massengale
3363                 '.vanderbiltevents.com',                // by Gannon Krueger
3364                 '.vanwallree.com',                              // by Michelina Donahue
3365                 '.vcertificates.com',                   // by Hyun Lamp
3366                 '.vonormytexas.us',                             // by Suzette Waymire
3367
3368                 // W
3369                 '.washingtondc-areahomes.net',  // by Ailene Broome
3370                 '.web-hosting-forum.net',               // by Deedra Breen, "Mortgage information"
3371                 '.wolsaoh.org',                                 // by Daniela English
3372                 '.worldpropertycatalog.com',    // by Aray Baxter
3373
3374                 // Y
3375                 '.yankee-merchants.com',                // by Jackson Hinojosa
3376                 '.yourbeachhouse.com',                  // by Dedrian Ryals
3377                 '.yourdomainsource.com',                // by Deems Weingarten
3378
3379                 // Z
3380                 '.zkashan.com',                                 // by Evan Light
3381                 '.zockclock.com',                               // by Dorothea Guthrie
3382         ),
3383         'Something-Drugs' => array(
3384                 // Drugs / Pills / Diet
3385                 '.adult-dvd-rental-top-shop.info',      // by Gregoria Keating
3386                 '.abdelghani-shady.com',                // by Elly Alton
3387                 '.bangbangfilm.com',                    // by Davin Chou
3388                 '.centroantequera.com',                 // by Keon Kwiatkowski
3389                 '.champagne-cellar.info',               // by Kandis Rizzo
3390                 '.chix0r.org',                                  // by Christoper Baird
3391                 '.discout-watches-deals.info',  // by Taunya Limon, Insurance -> Drugs?
3392                 '.fantasticbooks-shop.com',             // by Kermit Ashley
3393                 '.fast-cash-01.com',                    // by Edgar Oliver
3394                 '.ficeb.info',                                  // by Vaughn Jacobson, "Phentermine news"
3395                 '.fn-nato.com',                                 // by Donny Dunlap
3396                 '.gqyinran.com',                                // by Alejandro Parks
3397                 '.juris-net.com',                               // by Rachelle Bravo
3398                 '.leftpencey.com',                              // by Aileen Ashby
3399                 '.miamicaribbeancarnival.com',  // by Herminia Barrios
3400                 '.nike-shoes-e-shop.info',              // by Machelle Groce, "Phentermine"
3401                 '.palaceroyale.net',                    // by Brycen Stebbins
3402                 '.pocket-watches-deals.info',   // by Dorinda Stromberg
3403                 '.regresiones.net',                             // by Lauralee Smtih, "Online phentermine updates"
3404                 '.yukissushi.com',                              // by Donell Hozier
3405         ),
3406         'Something-Others' => array(
3407                 '.consulting-cu.com',                   // by Albina Rauch, 404 not found
3408                 '.dvd-rentals-top-shop.info',   // by Lashunda Pettway, 404 not found
3409         ),
3410         'Something-NoApp' => array(
3411                 '.auctioncarslisting.com',      // "No application configured at this url." by John Davis
3412                 '.buy-cheap-hardware.com',      // "No application configured at this url." by Tim Morison (domains at sunex.ru)
3413                 '.carsgarage.net',                      // "No application configured at this url." by Zonen Herms, and Jimmy Todessky (seomate at gmail.com)
3414                 '.digitshopping.net',           // "No application configured at this url." by Zonen Herms, and Jimmy Todessky (seomate at gmail.com)
3415                 '.your-insurance.biz',          // "No application configured at this url." by Jimmy Todessky (seomate at gmail.com)
3416         ),
3417         'Cortez and family' => array(
3418                 // by Cortez Shinn (info at goorkkjsaka.info), or Rico Laplant (info at nnjdksfornms.info)
3419                 '.dronadaarsujf.info',  // by Cortez
3420                 '.fromnananaref.info',  // by Cortez
3421                 '.goorkkjsaka.info',    // by Cortez
3422                 '.jkdfjjkkdfe.info',    // by Rico
3423                 '.jkllloldkjsa.info',   // by Cortez
3424                 '.nnjdksfornms.info',   // by Rico
3425                 '.mcmdkkksaoka.info',   // by Cortez
3426                 '.srattaragfon.info',   // by Cortez
3427                 '.yreifnnonoom.info',   // by Rico
3428                 '.zjajjsvgeuds.info',   // by Cortez
3429         ),
3430         'admin at ematuranza.com' => array(
3431                 '.ancorlontano.com',
3432                 '.dentroallago.com',
3433                 '.digiovinezza.com',
3434                 '.ematuranza.com',
3435                 '.ilfango.com',
3436                 '.nullarimane.com',
3437                 '.questaimmensa.com',
3438                 '.tentailvolo.com',
3439                 '.unatenerezza.com',
3440                 '.volgondilettose.com',
3441         ),
3442         'admin at edeuj84.info' => array(       // by Cornelius Boyers
3443                 '.bid99df.info',
3444                 '.bj498uf.info',
3445                 '.edeuj84.info',
3446                 '.f4mfid.info',
3447                 '.g4vf03a.info',
3448                 '.j09j4r.info',
3449                 '.jv4r8hv.info',
3450                 '.k43sd3.info',
3451                 '.k4r84d.info',
3452                 '.k4rvda.info',
3453                 '.k4v0df.info',
3454                 '.k903os.info',
3455                 '.k9df93d.info',
3456                 '.kv94fd.info',
3457                 '.ksjs93.info',
3458                 '.l0ks03.info',
3459                 '.l9u3jc.info',
3460                 '.lv043a.info',
3461                 '.nh94h9.info',
3462                 '.m94r9d.info',
3463                 '.s87fvd.info',
3464                 '.v3k0d.info',
3465                 '.v4r8j4.info',
3466                 '.vf044s.info',
3467                 '.vj49rs.info',
3468                 '.vk498j.info',
3469                 '.u03jow.info',
3470         ),
3471         'Nikhil and Brian' => array(
3472                 // by Brian Dieckman (info at iudndjsdhgas.info)
3473                 // by Nikhil Swafford (info at jhcjdnbkrfo.info)
3474                 // by Gerardo Figueiredo (info at jikpbtjiougje.info)
3475                 '.ihfjeswouigf.info',   // by Brian, / was not found
3476                 '.iudndjsdhgas.info',   // by Brian, / was not found
3477                 '.iufbsehxrtcd.info',   // by Brian, / was not found
3478                 '.jiatdbdisut.info',    // by Brian, / was not found
3479                 '.jkfierwoundhw.info',  // by Brian, / was not found
3480                 '.kfjeoutweh.info',             // by Brian, / was not found
3481                 '.ncjsdhjahsjendl.info',// by Brian, / was not found
3482                 '.oudjskdwibfm.info',   // by Brian, / was not found
3483                 '.cnewuhkqnfke.info',   // by Nikhil, / was not found
3484                 '.itxbsjacun.info',             // by Nikhil, / was not found
3485                 '.jahvjrijvv.info',             // by Nikhil (info at jikpbtjiougje.info), / was not found
3486                 '.jhcjdnbkrfo.info',    // by Nikhil, / was not found
3487                 '.najedncdcounrd.info', // by Nikhil, / was not found
3488                 '.mcsjjaouvd.info',             // by Nikhil, / was not found
3489                 '.oujvjfdndl.info',             // by Nikhil, / was not found
3490                 '.uodncnewnncds.info',  // by Nikhil, / was not found
3491                 '.jikpbtjiougje.info',  // by Julio Mccaughey (info at jikpbtjiougje.info), / was not found
3492                 '.cijkalvcjirem.info',  // by Gerardo, / was not found
3493                 '.nkcjfkvnvpow.info',   // by Gerardo, / was not found
3494                 '.nmiiamfoujvnme.info', // by Gerardo, / was not found
3495                 '.nxuwnkajgufvl.info',  // by Gerardo, / was not found
3496                 '.mkjajkfoejvnm.info',  // by Gerardo, / was not found
3497         ),
3498         'wealth777 at gmail.com' => array(      // by Henry Ford
3499                 '.brutal-forced.com',
3500                 '.library-bdsm.com',
3501                 '.rape-fantasy.us',
3502         ),
3503         'Croesus International Inc.' => array(  // by Croesus International Inc. (olex at okhei.net)
3504                 '.purerotica.com',
3505                 '.richsex.com',
3506                 '.servik.net',
3507                 '.withsex.com',
3508         ),
3509         'dreamteammoney.com' => array(
3510                 '.dreamteammoney.com',  // dtmurl.com related
3511                 '.dtmurl.com',                  // by dreamteammoney.com, redirection service
3512         ),
3513         'KLIK VIP Search and family' => array(
3514                 '.cheepmed.org',                // "KLIK VIP Search" by petro (petrotsap1 at gmail.com)
3515                 '.fastearning.net',             // "KlikVIPsearch.com" by Matthew  Parry        (fastearning at mail.ru)
3516                 '.klikvipsearch.com',   // "KLIKVIPSEARCH.COM" by Adrian Monterra (support at searchservices.info)
3517                 '.looked-for.info',             // "MFeed Search" now, by johnson (edu2006alabama at hotmail.com)
3518                 '.mnepoxuy.info',               // "KlikVIPsearch.com" by DEREK MIYAMOTO (grosmeba at ukr.net)
3519                 '.searchservices.info', // 403 Forbidden now, by Adrian Monterra (support at searchservices.info)
3520                 '.visabiz.net',                 // "Visabiz-Katalog-Home" now, by Natalja Estrina (m.estrin at post.skynet.lt)
3521         ),
3522         'vasyapupkin78 at bk.ru' => array(      // by Andrey Kozlov
3523                 '.antivirs.info',
3524                 '.antivirus1.info',
3525                 '.antivirus2.info',
3526         ),
3527         'wasam at vangers.net' => array(        // by Ashiksh Wasam
3528                 '.290cabeza.org',       // 69.31.91.226(colo-69-31-91-226.pilosoft.com)
3529                 '.blogduet.org',
3530                 '.bossierpainted.org',
3531                 '.carelf.info',
3532                 '.cmagic.org',
3533                 '.cspell.org',
3534                 '.dspark.org',
3535                 '.dtonic.org',
3536                 '.gradetelemundo.info',
3537                 '.indicadorestmj.info',
3538                 '.keeleykincaid.org',
3539                 '.mcharm.info',
3540                 '.mslook.info',
3541                 '.phpdinnerware.info',
3542                 '.pipnickname.info',
3543                 '.pacolily.org',
3544                 '.redeemtrabalho.info',
3545                 '.rnation.org',
3546                 '.titanmessina.info',
3547                 '.tragratuit.org',
3548                 '.uzing.org',
3549                 '.yeareola.info',
3550         ),
3551         'kadilk at vangers.net' => array(       //  by Kadil Kasekwam
3552                 '.allbar.info',         // 69.31.91.226
3553                 '.allersearch.org',
3554                 '.dynall.org',
3555                 '.educativaanale.info',
3556                 '.fastopia.org',
3557                 '.guildstuscan.org',
3558                 '.isfelons.org',
3559                 '.solarissean.org',
3560                 '.opalbusy.info',
3561                 '.rblast.org',
3562                 '.rette.org',
3563                 '.salthjc.info',
3564                 '.suvlook.org',
3565                 '.tarzanyearly.org',
3566                 '.tulabnsf.org',
3567         ),
3568         'tvaals at vangers.net' => array(       // by Thomas Vaals
3569                 '.cheapns.org',
3570                 '.my-top.net',
3571                 '.sfind.net',
3572                 '.sspot.net',
3573                 '.suvfind.info',
3574         ),
3575         'kasturba at vangers.net' => array(     // by Kasturba Nagari
3576                 '.finddesk.org',
3577                 '.gsfind.org',
3578                 '.my-top.org',
3579                 '.rcatalog.org',
3580                 '.sbitzone.org',
3581         ),
3582         'bipik at vangers.net' => array(        // by Bipik Joshu
3583                 '.e2007.info',
3584                 '.cmoss.info',
3585         ),
3586         'marion at vangers.net' => array('.trumber.com'),       // by Mariano Ciaramolo
3587         'SearchHealtAdvCorpGb.com' => array(    // by Jonn Gardens (admin at SearchHealtAdvCorpGb.com -- no such domain)
3588                 '.canadianmedsworld.info',
3589                 '.tabsdrugstore.info',
3590                 '.tabsstore.info',
3591                 '.topcholesterol.info',
3592         ),
3593         'be.cx' => array(
3594                 '.be.cx',
3595                 '.ca.cx',
3596         ),
3597         'john780321 at yahoo.com' => array(     // by John  Brown
3598                 '.bestdiscountpharmacy.biz',    // 2007-01-27, 61.144.122.45
3599                 '.drugs4all.us',                                // 2007-03-09, 202.67.150.250
3600         ),
3601         'tremagl.freet at gmail.com' => array(  // by Treman Eagles, redirect to searchadv.com
3602                 '.bertela.info',
3603                 '.forblis.info',
3604                 '.frenallo.info',
3605                 '.goyahoo.info',
3606                 '.herbak.info',
3607                 '.kiokast.info',
3608                 '.nerenok.info',
3609                 '.pestgets.info',
3610                 '.snukker.info',
3611                 '.thegetspons.info',
3612         ),
3613         '2xxc at 2xxc.net' => array(    // by 2xxc, 404 not found
3614                 '.bobop.info',
3615                 '.kwwwe.info',
3616                 '.piikz.info',
3617                 '.moosm.info',
3618                 '.vvvw.info',
3619         ),
3620         'support at 51g.net' => array(  // iframe www.lovetw.webnow.biz
3621                 '.ftplin.com',          // 125.65.112.15, by Yongchun Liao
3622                 '.jplin.com',           // 125.65.112.15, by Yongchun Liao
3623                 '.jplineage.com',       // 221.238.195.113, by Yongchun Liao
3624                 '.jplingood.com',       // 125.65.112.15
3625                 '.linenew.com',         // 203.191.148.96
3626                 '.lyftp.com',           // 218.5.77.17,   by Yongchun Liao (weboy at 51g.net)
3627                 '.yzlin.com',           // 220.162.244.36
3628         ),
3629         'Betty.J.Pelletier at pookmail.com' => array(   // by Betty J. Pelletier
3630                 '.1111mb.com',
3631                 '.2sex18.com',
3632                 '.69porn1.com',
3633         ),
3634         'ECTechnology' => array(
3635                 '.atmouse.co.kr',               // by EG gisul (kpgak at hanmail.net)
3636                 '.auto-mouse.com',              // "Copyright Ã’$ 2007 www.automouse.jp" by ECTechnology (help at atmouse.co.kr)
3637                 '.automouse.jp',
3638         ),
3639         'lyqz at 21cn.com' => array(
3640                 '.japangame1.com',
3641                 '.lineinfo-jp.com',             // www.lineinfo-jp.com is 61.139.126.10
3642                 '.livedoor1.com',
3643                 '.ragnarokonline1.com',
3644                 '.zhangweijp.com',              // by qiu wang hao (qq.lilac at eyou.com), *.exe, hidden JavaScripts, the same IP of www.lineinfo-jp.com
3645         ),
3646         'kingrou at hotmail.com' => array(      // by yangjianhe
3647                 '.youshini.com',                // Two iframe to 453787.com's *.exe
3648                 '.453787.com',
3649         ),
3650         'anpaul541000 at 163.com' => array(     // by su qiuqing
3651                 '.cetname.com',                 // 222.77.185.87
3652                 '.jpgamer.net',                 // 220.247.157.106
3653                 '.jpplay.net',                  // 222.77.185.87, iframe www.lovetw.webnow.biz
3654                 '.lovejptt.com',                // 222.77.185.87
3655                 '.pangzigame.com',              // 220.247.134.136, by qiuqingshan
3656                 '.playncsoft.net',              // 220.247.157.106
3657         ),
3658         'abc00613 at 163.com' => array( // by guo yong
3659                 '.avtw1068.com',                // 64.74.223.11
3660                 '.dj5566.org',                  // Seems IP not allocated now, by yongchao li
3661                 '.djkkk66990.com',              // 68.178.232.99
3662                 '.lingamesjp.com',              // 219.153.13.23(8.myadmin.cn),  by guo jinlong
3663         ),
3664         'thomas.jsp at libertysurf.fr' => array(        // by Perez Thomas
3665                 '.cmonfofo.com',
3666                 '.discutbb.com',
3667         ),
3668         'Dorothy.D.Adams at mailinator.com' => array(   // by Dorothy D. Adams
3669                 '.preca.info',
3670                 '.skiaggi.info',
3671                 '.scrianal.info',
3672                 '.tageom.info',
3673         ),
3674         'Inpros.net' => array(  // by Hayato Hikari (hikari at t-dm.co.jp)
3675                 '.inpros.biz',                  // 38.99.91.137, redirect to inpros.net
3676                 '.inpros.net',                  // 202.181.98.79
3677                 '.gametradeonline.jp',  // 210.188.204.233, by Hayato Hikari, RMT
3678         ),
3679         'szczffhh_sso at 21cn.net' => array(    // by zhenfei chen
3680                 '.ec51.com',
3681                 '.ec51.net',
3682         ),
3683         'abbevillelaties at yahoo.fr etc' => array(
3684                 // by Mahat Ashat, JavaScript may mocks "ACCOUNT TERMINATE", or "Domain deleted Reason: ABUSE" but ...
3685                 '.ringtones-rate.com',  
3686                 '.ringtones-dir.net',   // by Alex Maklayt (maklayt at ringtones-dir.net), hidden JavaScript
3687                 '.special-ringtones.net',
3688         ),
3689         'gibson or gibs0n at skysquad.net' => array(    // by Brzezinski Bartosz (gibson at skysquad.net), redirect to find.fm
3690                 '.1sgsc.info',
3691                 '.3h4r89h.info',
3692                 '.3v44dd.info',
3693                 '.6rfuh6.info',
3694                 '.84hd8.info',
3695                 '.94bui89.info',
3696                 '.agysb3.info',
3697                 '.asdjhs.info',
3698                 '.bcvnrth.info',
3699                 '.bheb4r.info',
3700                 '.bhiuno.info',
3701                 '.biug7g.info',
3702                 '.bjb5f4.info',
3703                 '.bob8g7g.info',
3704                 '.br89bdd.info',
3705                 '.bsa3h.info',
3706                 '.bsieb8.info',
3707                 '.basbiubf.info',
3708                 '.bobwwfs2.info',
3709                 '.ciuv9t.info',
3710                 '.dbmdx4.info',
3711                 '.dbrjms.info',
3712                 '.dbtcm.info',
3713                 '.dff9ghu.info',
3714                 '.dfshbb.info',
3715                 '.dgd4ffdh.info',
3716                 '.dh3ge.info',
3717                 '.duc86jh.info',
3718                 '.ergth45.info',
3719                 '.f78bf7ffb.info',
3720                 '.gbdfbo4.info',
3721                 '.ger45.info',
3722                 '.gnvnrrg.info',
3723                 '.h47he7.info',
3724                 '.h488hbd4.info',
3725                 '.hd72b94.info',
3726                 '.he74b7.info',
3727                 '.hfujfnr.info',
3728                 '.husdhd42.info',
3729                 '.hbwje.info',
3730                 '.itg87gji.info',
3731                 '.iugiougiuh.info',
3732                 '.jhd4f4aa.info',
3733                 '.jshd73.info',
3734                 '.krhpgd.info',
3735                 '.lyihjn.info',
3736                 '.nfyjnfj.info',
3737                 '.oihbv.info',
3738                 '.os44fvs.info',
3739                 '.sdfsd3.info',
3740                 '.sdiug4.info',
3741                 '.sdkufhh.info',
3742                 '.sdugb4f.info',
3743                 '.skdbf.info',
3744                 '.sipiv78.info',
3745                 '.sudbfb.info',
3746                 '.tymbbmy.info',
3747                 '.uilhjk.info',
3748                 '.vi87vub.info',
3749                 '.vfuyf87f.info',
3750                 '.viyvvj877.info',
3751                 '.w7fc8eu.info',
3752                 '.wefg43g.info',
3753                 '.xbrch78e.info',
3754                 '.ywsfu.info',
3755                 '.zxcbiv.info',
3756         ),
3757         'info at infooracle.com' => array(      // by Marek Luto Marek Luto
3758                 '.abofios.info',
3759                 '.amlekfn.info',
3760                 '.amlkdoie.info',
3761                 '.amkslewq.info',
3762                 '.alemfu.info',
3763                 '.aloweks1.info',
3764                 '.alposd3.info',
3765                 '.bamhpb.info',
3766                 '.bhjkb.info',
3767                 '.bjqnj.info',
3768                 '.cvcxcbhpr.info',
3769                 '.czoypaiat.info',
3770                 '.dbpmgc.info',
3771                 '.dgvogrxs.info',
3772                 '.dldksf.info',
3773                 '.dlor6za.com',
3774                 '.dmkoiew.info',
3775                 '.eewrefr.info',
3776                 '.eladne.info',
3777                 '.elksem.info',
3778                 '.elwpod.info',
3779                 '.emlwkdnr.info',
3780                 '.esgmyqk.info',
3781                 '.fauqv.info',
3782                 '.fgxkgy.info',
3783                 '.fhryns.info',
3784                 '.fj38n4g.info',
3785                 '.fjnesal.info',
3786                 '.fmkfoe.info',
3787                 '.fqkcfldtr.info',
3788                 '.fwcigpdwz.info',
3789                 '.fyhik.info',
3790                 '.glrkje.info',
3791                 '.gwkslfq.info',
3792                 '.gwjracvh.info',
3793                 '.hihopepe.info',
3794                 '.hwlyggbkw.info',
3795                 '.hmwbfw.info',
3796                 '.hthyeb.info',
3797                 '.iaofkyaw.info',
3798                 '.uldkxuiw.info',
3799                 '.is7c6w4.info',
3800                 '.ivuddhdk.info',
3801                 '.jgfndjem.info',
3802                 '.jgmdlek.info',
3803                 '.jkrnvmpad.info',
3804                 '.jqujn.info',
3805                 '.jvgmmba.info',
3806                 '.kbaur.info',
3807                 '.kgjindptv.info',
3808                 '.kleo7s9.info',
3809                 '.lezfgam.info',
3810                 '.lfaasy.info',
3811                 '.ljpdjki.info',
3812                 '.lmnpis.info',
3813                 '.lpzcu2f.info',
3814                 '.lrptn.info',
3815                 '.lursqt.info',
3816                 '.mgkabviil.info',
3817                 '.mhtknjyt.info',
3818                 '.mksuuku.info',
3819                 '.mkyky.info',
3820                 '.mloaisn.com',
3821                 '.mlsiknd.info',
3822                 '.mthqz.info',
3823                 '.nnooq.info',
3824                 '.nohhylvc.info',
3825                 '.nuprndsye.info',
3826                 '.nsoelam.info',
3827                 '.nykobczv.info',
3828                 '.nzuhli.info',
3829                 '.odyqzgylr.info',
3830                 '.oidiau.info',
3831                 '.oitzkw.info',
3832                 '.okdmrpz.info',
3833                 '.ooinziti.info',
3834                 '.ortqr.info',
3835                 '.osmkpnekv.info',
3836                 '.ozkzfih.info',
3837                 '.p3ix8wc.com',
3838                 '.piwyt.info',
3839                 '.pfkijrm.info',
3840                 '.pjktcragi.info',
3841                 '.pleoz.info',
3842                 '.plvqm73.info',
3843                 '.pqyrem.info',
3844                 '.qipgqd.info',
3845                 '.qlewixu.com',
3846                 '.qmlskme.info',
3847                 '.qtuff.info',
3848                 '.quoga.info',
3849                 '.quqz.info',
3850                 '.qzxuw.info',
3851                 '.rcaidegp.info',
3852                 '.rlkmdi.info',
3853                 '.rnsoiov.info',
3854                 '.rnwlams.info',
3855                 '.rprgkgqld.info',
3856                 '.rubqvxrn.info',
3857                 '.spqxstl.info',
3858                 '.syckoqjql.info',
3859                 '.tbirb.info',
3860                 '.thalc34.info',
3861                 '.tiabq.info',
3862                 '.tszzpjr.info',
3863                 '.tyjdyn.info',
3864                 '.twgugpns.info',
3865                 '.uaezrqp.info',
3866                 '.udlkasu.info',
3867                 '.uejncyf.info',
3868                 '.ukvflb.info',
3869                 '.ugsuv.info',
3870                 '.ukhgpcp.info',
3871                 '.urprzn.info',
3872                 '.uuhememkw.info',
3873                 '.yalc7en.info',
3874                 '.ybuid.info',
3875                 '.yhdkgfob.info',
3876                 '.ymenq.info',
3877                 '.ynlyb.info',
3878                 '.vieatlubk.info',
3879                 '.vltcaho.info',
3880                 '.wlamsiek.info',
3881                 '.wlerp.info',
3882                 '.wlmtshzi.info',
3883                 '.wmlkams.info',
3884                 '.wprqd.info',
3885                 '.wpyspszi.info',
3886                 '.xdscc.info',
3887                 '.xdvy.info',
3888                 '.xeypku.info',
3889                 '.xsrxh.info',
3890                 '.xwjyrpfe.info',
3891                 '.yxcqw.info',
3892                 '.zhbktrh.info',
3893                 '.zspepn.info',
3894                 '.zsxtz.info',
3895         ),
3896         'survi at poczta.fm and smiley' => array(
3897                 '.pperd.info',          // "main site :>" by Domagala Andrzej (survi at poczta.fm)
3898                 '.ppert.info',
3899                 '.pperta.info',
3900                 '.pperts.info',
3901                 '.pprtuis.info',
3902                 '.13iuey.info',         // ":>"
3903                 '.13jkhs.info',
3904                 '.13lksa.info',
3905                 '.13rxtx.info',
3906                 '.13slkd.info',
3907                 '.13zaer.info',
3908         ),
3909         'admin at esemeski.com' => array(       // by Jan Kalka
3910                 '.kxils.info',
3911                 '.kuaph.info',
3912                 '.lncdc.info',
3913                 '.lsqpd.info',
3914                 '.mczed.info',
3915                 '.npous.info',
3916                 '.obgju.info',
3917         ),
3918         'FateBack.com' => array(        // by LiquidNet Ltd. (president at fateback.com), redirect to www.japan.jp
3919                 '.bebto.com',
3920                 '.fateback.com',
3921                 '.undonet.com',
3922                 '.yoll.net',
3923         ),
3924         'domains at agava.com' => array(
3925                 '.h18.ru',
3926                 '.hut1.ru',
3927         ),
3928         'wlmx009 at hotmail.com' => array(
3929                 '.123lineage.com',
3930                 '.ff11-info.com',
3931                 '.lastlineage.com',
3932                 '.lineage2-ol.com',
3933                 '.lineage2006.com',
3934                 '.lineagefirst.com',
3935         ),
3936         'Zettahost.com' => array(
3937                 '.atspace.biz',         // sales at zettahost.com
3938                 '.atspace.com',         // abuse at zettahost.com
3939                 '.atspace.name',        // NS atspace.com
3940                 '.awardspace.com',      // by abuse at awardspace.com, no DirectoryIndex, 70.86.228.149
3941                 '.awardspace.us',       // by Dimitar Dimitrov (sales at zettahost.com), 70.86.228.149
3942         ),
3943         'hlq9814 at 163.com' => array(
3944                 '.kotonohax.com',               // by ling bao
3945                 '.ragnarox.mobi',               // by lin bao, *.exe download
3946                 '.rokonline-jp.com',    // by hang long
3947         ),
3948         '77ch.jp' => array(
3949                 '.77ch.jp',
3950                 '.gamorimori.net',      // by ryo takami (infomation at 77ch.jp)
3951         ),
3952         'serchportal at mail.ru' => array(      // by Namu Adin
3953                 '.43fert.info',
3954                 '.belis.info',
3955                 '.bonu.info',
3956                 '.chelsite.info',
3957                 '.chparael.info',
3958                 '.cool9f.info',
3959                 '.dada2.info',
3960                 '.dorplanete.info',
3961                 '.dormonde.info',
3962                 '.dorprojet.info',
3963                 '.faciledor.info',
3964                 '.fastsearchgroup.info',
3965                 '.gerta0.info',
3966                 '.getse.info',
3967                 '.gopvl.info',
3968                 '.knopki.info',
3969                 '.propidor.info',
3970                 '.quicksearchnet.info',
3971                 '.ret5.info',
3972                 '.slimfastsearch.info',
3973                 '.virtualpvl.info',
3974                 '.vpvla.info',
3975                 '.xjdor.info',
3976                 '.zhopki.info',
3977         ),
3978         'SoniqHost.com' => array(       // by Stanley Gutowski (support at soniqhost.com)
3979                 '*.444mb.com',          // Free hosting
3980                 'urlnip.com',           // Redirection
3981         ),
3982         'WWW.RU' => array(              // by Angela (abuse at www.ru)
3983                 '.1fasttimesatnau.info',
3984                 '.1freecybersex.info',
3985                 '.1freexxxcomics.info',
3986                 '.1fuckingmywife.info',
3987                 '.1pornpreview.info',
3988                 'www.ru',                                       // by (service at demos.ru), redirection
3989         ),
3990         '65.90.250.10' => array(        // IP seems the same (65.90.250.10)
3991                 '.adultschat.info',
3992                 '.livecamonline.info',
3993                 '.webcam4u.info',
3994                 '.younghot.info',
3995         ),
3996         'hostorgadmin at googlemail.com' => array(      // Byethost Internet Ltd.
3997                 '.1sthost.org',
3998                 '.22web.net',
3999                 '.2kool4u.net',
4000                 '.4sql.net',
4001                 '.php0h.com',
4002                 '.php1h.com',
4003                 '.php2h.com',           // by Andrew Millar (asmillar at sir-millar.com), ns also *.byet.org
4004                 '.phpnet.us',
4005                 '.prophp.org',          // pro-php.org, 
4006                 '.byethost.com',
4007                 //'byethost1.com'
4008                 '.byethost2.com',
4009                 '.byethost3.com',
4010                 '.byethost4.com',
4011                 '.byethost5.com',
4012                 '.byethost6.com',
4013                 '.byethost7.com',
4014                 '.byethost8.com',
4015                 '.byethost9.com',
4016                 '.byethost10.com',
4017                 '.byethost11.com',
4018                 '.byethost12.com',
4019                 '.byethost13.com',
4020                 '.byethost14.com',
4021                 '.byethost15.com',
4022                 '.byethost16.com',
4023                 '.byethost17.com',
4024                 '.byethost18.com',
4025                 //'*.byethost19.com',   // by Wan-Fu China, Ltd. (business at wanfuchina.com)
4026                 '.ifastnet.com',
4027                 '.kwikphp.com',
4028                 '.mega-file.net',
4029                 '.my-php.net',
4030                 '.my-place.us',
4031                 '.my-webs.org',
4032                 '.netfast.org',
4033                 '.prohosts.org',
4034                 '.sprinterweb.net',
4035                 '.swiftphp.com',
4036                 '.xlphp.net',
4037         ),
4038         'webmaster at bestgirlssex.info' => array(      // by lemnaru ionut, ns *.hostgator.com
4039                 '.analmoviesite.info',
4040                 '.bestgirlssex.info',
4041                 '.boxvagina.info',
4042                 '.cyberlivegirls.info',
4043                 '.hotredgirls.info',
4044                 '.forsexlove.info',
4045                 '.hotnudezone.info',
4046                 '.hotredpussy.info',
4047                 '.lesbians-live.info',
4048                 '.lesbians-on-cam.info',
4049                 '.onlinegirlssite.info',
4050                 '.sexloveonline.info',
4051                 '.teensexcard.info',
4052                 '.teensexdirect.info',
4053                 '.topnudesite.info',
4054                 '.vaginafree.info',     
4055                 '.webcam-show.info',
4056                 '.webcamshow.info',
4057                 '.youngsexchat.info',
4058                 '.yourcumshot.info',    
4059         ),
4060         'stocking.club at gmail.com' => array(
4061                 '.adulthotmodels.com',          // by David Zajwzran
4062                 '.aretheshit.info',                     // by David Theissen (zjwzra at mail.ru)
4063                 '.cash-call.info',                      // by David Theissen
4064                 '.cialis-compare-levitra-viagra.info',  // by David Theissen
4065                 '.cheap-online-viagra.info',    // by David Theissen
4066                 '.drugcleansing.net',           // by David Zajwzran
4067                 '.men-health-zone.com',         // by David Theissen
4068                 '.purchase-viagra.info',        // by David Theissen
4069                 '.realdrunkengirls.biz',        // by David Theissen
4070                 '.sextoyslife.com',                     // by David Zajwzran
4071                 '.sexysubjects.info',           // by David Zajwzran
4072                 '.shithotsex.info',                     // by David Theissen (zjwzra at mail.ru)
4073                 '.stocks-trader.info',          // by David Theissen (zjwzra at mail.ru)
4074                 '.travelcardsite.info',         // by David Theissen
4075         ),
4076         'lustiq at p5com.com' => array(
4077                 '.wonkalook.com',               // ns *.willywonka.co.in, 85.255.117.226
4078                 '.willywonka.co.in',    // by Nick Priest (lustiq at p5com.com), 85.255.117.226
4079         ),
4080         'web at 6jy.com' => array(
4081                 '.micro36.com',                 // by Teng Zhang, content from lineage.jp, post with 'lineage1bbs.com'
4082                 '.movie1945.com',               // by Zhang Teng, content from lineage.jp, hidden JavaScript
4083         ),
4084         'mk_slowman at yahoo.com' => array(     // by Mike Slowman (mk_slowman at yahoo.com)
4085                 '.auto-fgen.info',
4086                 '.fast-marketing.info',
4087                 '.from-usa.info',
4088                 '.generic-pharm.info',
4089                 '.pharm-directory.info',
4090                 '.popular-people.info',
4091                 '.safe-health.info',
4092                 '.star-celebrities.info',
4093                 '.super-home-biz.info',
4094                 '.top5-auto.info',
4095                 '.top5-cars.info',
4096                 '.vip-furniture.info',
4097                 '.vip-pc.info',
4098                 '.vip-pets.info',
4099         ),
4100         'abuse at search-store.org' => array(
4101                 '.travel-gen.info',             // by Mike Slowman (abuse at search-store.org)
4102         ),
4103         'Leading Edge Marketing Inc.' => array(
4104                 // by Leading Edge Marketing Inc. (domains at leminternet.com), seems an advertiser
4105                 '.abemedical.com',
4106                 '.attractwomennow.com',
4107                 '.bettersexmall.com',
4108                 '.buymaxoderm.com',
4109                 '.buyvprx.com',
4110                 '.genf20.com',
4111                 '.infinityhealthnews.com',
4112                 '.istnewsletter.com',
4113                 '.leadingedgecash.com',
4114                 '.leadingedgeherbals.com',
4115                 '.leadingedgevipsonly.com',
4116                 '.lecash.com',
4117                 '.leminfo.com',
4118                 '.proextendersystem.com',
4119                 '.provestra.com',
4120                 '.semenax.com',
4121                 '.shavenomore.com',
4122                 '.theedgenewsletter.com',
4123                 '.vigorelle.com',
4124                 '.vigrx.com',
4125                 '.vigrxplus.com',
4126                 '.wbstnewsletter.com',
4127         ),
4128         'clickx at bk.ru' => array(     // by Alexey Enrertov
4129                 '.coolget*.info' =>
4130                         '#^(?:.*\.)?' . 'coolget' .
4131                         '(?:bus|find|news|php|place|post|srch)' .
4132                         '\.info$#',
4133                 '.coolgirl*.info' =>
4134                         '#^(?:.*\.)?' . 'coolgirl' .
4135                         '(?:apple|fish|search)' .
4136                         '\.info$#',
4137                 '.coolmeet*.info' =>
4138                         '#^(?:.*\.)?' . 'coolmeet' .
4139                         '(?:apple|click|find|fish|news|php|place|post|srch|search)' .
4140                         '\.info$#',
4141                 '.cool**.info' =>
4142                         '#^(?:.*\.)?' . 'cool' . '(?:strong|the)' .
4143                         '(?:apple|bus|click|find|fish|news|php|place|post|srch|search)' .
4144                         '\.info$#',
4145                 '.freseasy*.info' =>
4146                         '#^(?:.*\.)?' . 'freseasy' .
4147                         '(?:apple|click|find|fish|post|search)' .
4148                         '\.info$#',
4149                 '.fres**.info' =>
4150                         '#^(?:.*\.)?' .
4151                         'fres' . '(?:adult|boy|get|girl|meet|new|real|strong|the)' .
4152                         '(?:apple|bus|click|find|fish|news|php|place|post|srch|search)' .
4153                         '\.info$#',
4154                         // These are not found yet:
4155                         // fresgirlsrch.info
4156                         // fresadultapple.info
4157                         // fresadultclick.info
4158                         // frestheplace.info
4159
4160                 // 66.232.113.44
4161                 '.nuhost.info',
4162                 '.susearch.info',
4163
4164                 // 66.232.126.74(hv94.steephost.com)
4165                 '.jisyn.com',
4166                 '.kaxem.com',
4167                 '.mihug.com',
4168                 '.ryzic.com',
4169                 '.vehyq.com',
4170                 '.wifuj.com',
4171         ),
4172         'jakaj ay hotmail.com' => array(        // 66.232.113.46, the same approach and timing of clickx at bk.ru
4173                 '.hitsearching.info',
4174                 '.hugeamountdata.info',
4175                 '.megafasthost.info',
4176                 '.real-big-host.info',
4177                 '.search4freez.info',
4178                 '.yasech.info',
4179         ),
4180         'ice--man at mail.ru' => array( // 74.50.97.198 by andrey, the same approach and timing of clickx at bk.ru
4181                 '.exoticmed.com',
4182                 '.greatexotic.com',
4183                 '.icyiceman.com',
4184                 '.mimargan.com',
4185         ),
4186         'porychik at hot.ee' => array(  // by Igor
4187                 '.tedstate.info',       // "Free Web Hosting"
4188                 '.giftsee.com',
4189         ),
4190         'aofa at vip.163.com' => array(
4191                 '.bdjyw.net',           // by gaoyun, infected images, iframe to 5944.net's VBScript
4192                 '.5944.net',
4193         ),
4194         'zerberster at gmail.com' => array(     // by Curtis D. Pick, / not found
4195                 '.maxrentcar.info',
4196                 '.newsonyericsson.info',
4197                 '.rentcarweb.info',
4198         ),
4199         'kopper1970 at gmail.com' => array(
4200                 '.cardealerall.info',           // by Green
4201                 '.donatecarsales.info',         // by Sipil
4202                 '.ringtonewilly.info',          // by Sipil
4203                 '.travelstraveling.info',       // by Chinik
4204                 '.viagrabuyonline.org',         // by Sipil
4205                 '.viagraorderbuy.com',          // by Anatol
4206                 '.worldcuptourism.info',        // by Sipil
4207         ),
4208         'lisaedwards at ledw.th' => array(      // by Lisa Edwards
4209                 '.globalinfoland.info',
4210                 '.goodlifesearch.info',
4211                 '.hotnetinfo.info',
4212                 '.hotpornmovies.org',
4213                 '.infopilot.info',
4214         ),
4215         'iisuse at gmail.com' => array( // by vladislav morozov (iisuse at gmail.com). / is spam
4216                 '.bang-bro.org',
4217                 '.datinghost.info',
4218                 '.hello-craulers.info',
4219                 '.free-blog-host.info',
4220                 '.sucking-boobs.info',
4221         ),
4222         'chub at seznam.cz' => array(   // "CamsGen 1.0" by Lee Chen Ho
4223                 '.allcamsguide.info',
4224                 '.camerascams.info',
4225                 '.camerasera.info',
4226                 '.girlcamsworld.info',
4227                 '.hiddenlimocams.info',
4228                 '.redlivecams.info',
4229                 '.spycamsgear.info',
4230                 '.spycamssite.info',
4231                 '.supercamsusa.info',
4232                 '.thecamsnow.info',
4233         ),
4234         '87.242.116.81' => array(
4235                 '.axit.ru',                     // by Sergej L Ivanov (deeeport at yandex.ru)
4236                 '.bilbidon.ru',         // by Ilya S Vorobiyov (reginamedom at yandex.ru)
4237                 '.flating.ru',          // by Sergej L Ivanov (deeeport at yandex.ru)
4238                 '.kalisto.ru',          // by Vladimir I Sokolov (azimut at gmail.ru)
4239                 '.sanartuk.ru',         // by Vladimir I Noskov (hoskv2003 at gmail.ru)
4240         ),
4241         '208.70.75.153' => array(
4242                 '.cerc-fi.info',        // by Kon Bi (cerca-two at ya.ru)
4243                 '.cerc-fo.info',        // by Kon Bi (cerca-two at ya.ru)
4244                 '.cerc-no.info',        // by Ru Lee (cerca-tree at ya.ru)
4245                 '.cerc-on.info',
4246                 '.cerc-sv.info',        // by Ru Lee (cerca-tree at ya.ru)
4247                 '.cerc-sx.org',         // by Kon Bi (cerca-two at ya.ru)
4248                 '.cerc-te.info',        // by Ru Lee (cerca-tree at ya.ru)
4249                 '.cerc-tr.info',
4250                 '.cerc-tw.info',
4251                 '.cerc-fi.org',         // by Kon Bi (cerca-two at ya.ru)
4252                 '.cerc-fo.org',         // by Kon Bi (cerca-two at ya.ru)
4253                 '.cerc-no.org',         // by Ru Lee (cerca-tree at ya.ru)
4254                 '.cerc-on.org',         // by cerca-one at ya.ru
4255                 '.cerc-sv.org',         // by Ru Lee (cerca-tree at ya.ru)
4256                 '.cerc-sx.org',         // by Kon Bi (cerca-two at ya.ru)
4257                 '.cerc-te.org',         // by Ru Lee (cerca-tree at ya.ru)
4258                 '.cerc-tr.org',         // by cerca-one at ya.ru
4259                 '.cerc-tw.org',         // by cerca-one at ya.ru
4260                 '.cerca-fi.org',        // by orgitaly1 at ya.ru
4261                 '.cerca-fo.info',
4262                 '.cerca-no.info',
4263                 '.cerca-on.info',
4264                 '.cerca-sv.info',
4265                 '.cerca-sx.org',        // by orgitaly2 at ya.ru
4266                 '.cerca-te.info',
4267                 '.cerca-tr.info',
4268                 '.cerca-sx.org',
4269                 '.cerca-tr.org',        // orgitaly1 at ya.ru
4270                 '.ricerca-fiv.org',     // orgitaly1 at ya.ru
4271                 '.ricerca-fo.info',
4272                 '.ricerca-one.org',
4273                 '.ricerca-sv.org',
4274                 '.ricerca-sx.org',
4275                 '.ricerca-te.org',
4276                 '.ricerca-tw.org',      // orgitaly1 at ya.ru
4277                 '.subit01.org',
4278                 '.subit02.org',
4279                 '.subit03.org',
4280                 '.subit04.org',
4281                 '.subit05.org',
4282                 '.subit06.org',
4283                 '.subit01.info',
4284                 '.subit02.info',
4285                 '.subit03.info',
4286                 '.subit04.info',
4287                 '.subit05.info',
4288                 '.subit06.info',
4289         ),
4290         'ernestppc at yahoo.com' => array(      // by Anrey Markov (ernestppc at yahoo.com)
4291                 '.5-base.com',
4292                 '.pharmacy-style.com',
4293         ),
4294         'snmaster at yandex.ru' => array(       // by Andrey M Somov (snmaster at yandex.ru)
4295                 '.ista-2006.ru',
4296                 '.wefas.ru',
4297         ),
4298         'sidor2 at gmail.com' => array( // by Sipiki (sidor2 at gmail.com)
4299                 '.tourismworldsite.info',
4300                 '.yourtourismtravel.info',
4301         ),
4302         'x-mail007 at mail.ru' => array(        // by Boris britva (x-mail007 at mail.ru)
4303                 '.easyfindcar.info',
4304                 '.siteinfosystems.info',
4305         ),
4306         'smesh1155 at gmail.com' => array(
4307                 '.hospitalforyou.info',                 // by Gimmi
4308                 '.thephentermineonline.info',   // by Kipola
4309         ),
4310         'supermaster at pisem.net' => array(    // by Aleksandr Krasnik (supermaster at pisem.net), ns *.msn-dns.com
4311                 '.kiski.net.in',
4312                 '.pipki.org.in',
4313                 '.siski.co.in',
4314         ),
4315         'tiptronikmike at mail.com' => array(
4316                 'tiptronikmike at mail.com' => '#^(?:.*\.)?[irvyz][0-5]sex\.info$#',
4317                 // by Michael Tronik (tiptronikmike at mail.com), e.g. 
4318                 // by Martin Brest (brestmartinjan at yahoo.com), e.g. 74.52.150.242
4319                 // by Adulterra Inkognita (inkognitaadulterra at yahoo.com), e.g. 74.52.150.244
4320                 //'.i0sex.info',                // Michael
4321                 //'.i1sex.info',                // Michael
4322                 //'.i2sex.info',                // Martin
4323                 //'.i3sex.info',                // Martin
4324                 //'.i4sex.info',                // Adulterra
4325                 //'.i5sex.info',                // Adulterra
4326                 //[irvyz]6sex.info not found
4327                 '.i8sex.info',                  // by Martin
4328         ),
4329         'skuarlytronald at mail.com' => array(
4330                 '.girlsfreewild.info',          // by Ronald Skuarlyt (skuarlytronald at mail.com), the same / with i4sex.info, post with z2sex.info, 64.27.13.120
4331                 '.girlsgoingmad.info',          // 64.27.13.120
4332                 '.girlsgonewildside.info',      // 64.27.13.120
4333         ),
4334         '66.232.109.250' => array(
4335                 '.1626pornporno.info',
4336                 '.1851pornporno.info',
4337                 '.1876pornporno.info',
4338                 '.476pornporno.info',
4339         ),
4340         'LiveAdultHost.com' => array(   // by Daniel Simeonov (dsim at mbox.contact.bg)
4341                 '.compactxxx.com',
4342                 '.eadulthost.com',
4343                 '.eadultview.com',
4344                 '.eroticpool.net',
4345                 '.ipornservice.com',
4346                 '.liveadulthost.com',
4347                 '.nudepal.com',
4348                 '.sweetservers.com',
4349         ),
4350         'support at orgija.org' => array(
4351                 '.assfuckporn.org',
4352                 '.dosugmos.org',
4353                 '.fuckporn.org',
4354                 '.girlsdosug.org',
4355                 '.girlsporno.org',
4356                 '.moscowintim.org',
4357                 '.pornass.org',
4358                 '.pornopussy.org',
4359                 '.progirlsporn.org',
4360                 '.pussypornogirls.org',
4361         ),
4362         '125.65.112.93' => array(
4363                 '.gamanir.com',         // by yangjianhe (upload888 at 126.com), malicious file
4364                 '.twurbbs.com',         // by mingzhong ni (ggyydiy at 163.com)
4365         ),
4366         '81.0.195.148' => array(        // Says: "GOOGLE LOVES ME!!!", I don't think so.
4367                 '.abobrinha.org',
4368                 '.physcomp.org',                // / Not Found
4369                 '.seriedelcaribe2006.org',
4370                 '.refugeeyouthinamerica.com',
4371         ),
4372         'skip_20022 at yahoo.com' => array(
4373                 '.besthealth06.org',    // by yakon, "Free Web Hosting Services" but "BestHealth"
4374                 '.besthentai06.org',
4375         ),
4376         'USFINE.com' => array(
4377                 '.usfine.com',                  // 74.52.201.108 by Tang zaiping (tzpsky at gmail.com)
4378                 '.usfine.net',                  // 74.52.201.109 by zaiping tang (zppsky at gmail.com)
4379         ),
4380         '68.178.211.57' => array(
4381                 '.igsstar.com',                         // 68.178.211.57 by igsstar at hotmail.com, PARK31.SECURESERVER.NET, pl
4382                 '.powerleveling-wow.com',       // 68.178.211.57 by zhang jun (zpq689 at 163.com)
4383         ),
4384         'rambap at yandex.ru' => array( // by Equipe Tecnica Ajato (rambap at yandex.ru)
4385                 '.google-yahoo-msn.org',
4386                 '.expedia-travel.org',
4387         ),
4388         'admin at newestsearch.com' => array(   // by Gibrel Sitce
4389                 '.emr5ce.org',
4390                 '.wfe7nv.org',
4391         ),
4392         '203.171.230.39' => array(      // registrar bizcn.com, iframe + cursor
4393                 '.playonlinenc.com',
4394                 '.playboss-jp.com',
4395         ),
4396         'Digi-Rock.com' => array(
4397                 '.rom776.com',
4398                 // owner-organization: DIGIROCK, INC.
4399                 // owner-email: domain-contact at digi-rock.com
4400                 // with an external ad-and-JavaScript,
4401                 // says "This site introduces rom776."(Note: Actual rom776 is the another site, http://776.netgamers.jp/ro/ , says s/he don't own rom776.com)
4402                 // "Actually, this site has been motivated by a desire to researching search-engine-rank of this site, and researching how the people place this site.".
4403         ),
4404         'snap990 at yahoo.com' => array(        // by John Glade (snap990 at yahoo.com)
4405                 '.ipod-application.info',       // NO IP
4406                 '.love-total.net',                      // 74.50.97.136
4407                 '.stonesex.info',                       // 74.50.97.136
4408         ),
4409         'germerts at yandex.ru' => array(       // by Sergey Marchenko (germerts at yandex.ru)
4410                 '.andatra.info',
4411                 '.banchitos.info',
4412                 '.batareya.info',
4413                 '.blevota.info',
4414                 '.broneslon.info',
4415                 '.gamadril.info',
4416                 '.gipotenuza.info',
4417                 '.govnosaklo.info',
4418         ),
4419         '84.252.148.120 etc' => array(
4420                 '.isurfind.ru',                 // 84.252.148.120 by Egor S Naumov (prpramer at narod.ru)
4421                 '.planetavilton.info',  // 84.252.148.120
4422                 '.softfind.info',               // 84.252.148.80 by Dmitriy (dimamcd at yandex.ru)
4423         ),
4424         'cxh at 99jk.com' => array(     // by xinghao chen (cxh at 99jk.com), ns *.hichina.com, health care
4425                 '.99jk.com',
4426                 '.99jk.com.cn',
4427                 '.99jk.cn',
4428         ),
4429         'kiler81 at yandex.ru' => array(        // by Vasiliy (kiler81 at yandex.ru)
4430                 '.kliktop.biz',
4431                 '.kliktop.org',
4432                 '.pharmatop.us',
4433                 '.supertop.us',
4434                 '.supervaizer.info',
4435         ),
4436         'infomed2004 at mail.ru' => array(      // by Andrey Ushakov (infomed2004 at mail.ru)
4437                 '.freeamateursexx.info',        // 81.0.195.228
4438                 '.freeanalsexx.info',           // 217.11.233.97
4439         ),
4440         'support at dns4me.biz' => array(       // 89.149.228.237 by John Black (support at dns4me.biz)
4441                 '.abbhi.info',
4442                 '.gayblogguide.biz',
4443                 '.huope.info',
4444                 '.thebdsmday.info',
4445                 '.zioprt.info',                 // 89.149.228.237
4446         ),
4447         'dzheker at yandex.ru' => array(        // by dzheker at yandex.ru
4448                 '.boblisk.info',
4449                 '.factyri.info',
4450                 '.jorge1.info',
4451         ),
4452         'lichincool at gmail.com' => array(     // 72.232.229.115 by lichincool at gmail.com, / meanless
4453                 '.bestmindstorm.org',
4454                 '.redstoreonline.org',
4455         ),
4456         '59.106.24.2' => array( // 59.106.24.2, sakagutiryouta at yahoo.co.jp
4457                 '.8e8ae.net',
4458                 '.c-cock.com',
4459                 '.fa59eaf.com',
4460                 '.set-place.net',
4461                 '.sex-beauty.net',
4462         ),
4463         '84.252.148.140' => array(      // 84.252.148.140(kratos.mchost.ru)
4464                 '.tomdir.info',
4465                 '.tomdirdirect.info',
4466                 '.tomdirworld.info',
4467                 '.treton.info',
4468                 '.trefas.info',
4469                 '.tretonmondo.info',
4470                 '.unefout.info',
4471                 '.unefoutprojet.info',
4472                 '.unitfree.info',
4473                 '.vilret.info',
4474                 '.vilttown.info',
4475                 '.votrefout.info',
4476                 '.warmfind.info',
4477                 '.warptop.info',
4478                 '.wildtram.info',
4479                 '.xofind.info',
4480                 '.xopdiscover.info',
4481                 '.xopfind.info',
4482                 '.xoplocate.info',
4483                 '.xopseek.info',
4484                 '.xpfirst.info',
4485                 '.xphighest.info',
4486                 '.xptop.info',
4487         ),
4488         '84.252.148.80' => array(       //  84.252.148.80(heimdall.mchost.ru)
4489                 '.acronis-true-image.info',
4490                 '.calcio-xp.info',
4491                 '.cosanova.info',
4492                 '.cose-rx.info',
4493                 '.fotonow.info',
4494                 '.lavoro-tip.info',
4495                 '.loan-homes.info',
4496                 '.mionovita.info',
4497                 '.mustv.info',
4498                 '.newsnaked.info',
4499                 '.online-tod.info',
4500                 '.opakit.info',
4501                 '.opanow.info',
4502                 '.xzmovie.info',
4503         ),
4504         'info at thecanadianmeds.com' => array( // by Andrey Smirnov (info at thecanadianmeds.com)
4505                 '.myviagrasite.com',    // 80.74.153.2
4506                 '.thecanadianmeds.com', // 80.74.153.17
4507         ),
4508         'sania at zmail.ru' => array(   // by Mark Williams (sania at zmail.ru)
4509                 '.bigemot.com',                         // 217.11.233.34, / not found
4510                 '.espharmacy.com',                      // 217.11.233.34
4511                 '.pharmacyonlinenet.com',       // 216.195.51.59, hidden JavaScript
4512                 '.ringtonecooler.com',          // 217.11.233.34
4513         ),
4514         'dfym at dfym.cn' => array(     // by chen jinian (dfym at dfym.cn)
4515                 '.okwit.com',           // 220.166.64.44
4516                 '.sakerver.com',        // 220.166.64.194
4517                 '.motewiki.net',        // 220.166.64.194
4518         ),
4519         'mkiyle at gmail.com' => array( // by Mihelich (mkiyle at gmail.com)
4520                 '.findcraft.info',      // 209.8.28.11(209-8-28-11.pccwglobal.net)
4521                 '.lookshop.info',       // 209.8.40.52
4522                 '.searchhealth.info',   // 206.161.205.30(seg.fau.lt)
4523         ),
4524         'lee.seery at gmail.com' => array(
4525                 '.lingvol.com',         // 64.21.34.55(klikgoogle.com)
4526                 '.micevol.com',         // 64.21.34.55
4527         ),
4528
4529         // C-2: Lonely domains (buddies not found yet)
4530         '.0721-4404.com',
4531         '.0nline-porno.info',   // by Timyr (timyr at narod.ru)
4532         '.1-click-clipart.com', // by Big Resources, Inc. (hostmaster at bigresources.com)
4533         '.122mb.com',                   // by Alexandru Rusnac (alrusnac at hotmail.com)
4534         '.180haifa.com',                // by Andrey Letov (andreyletov at yahoo.com)
4535         '.19cellar.info',               // by Eduardo Guro (boomouse at gmail.com)
4536         '.1gangmu.com',                 // by gangmutangyaoju (wlmx009 at hotmail.com), Seems physing site for ff11-jp.com
4537         '.1gb.cc',                              // by Hakan us (hakanus at mail.com)
4538         '.1gb.in',                              // by Sergius Mixman (lancelot.denis at gmail.com)
4539         '.0annie.info',
4540         '.6i6.de',
4541         '.advancediet.com',             // by Shonta Mojica (hostadmin at advancediet.com)
4542         '.adult-master-club.com',       // by Alehander (mazyrkevich at cosmostv.by)
4543         '.adultpersonalsclubs.com',     // by Peter (vaspet34 at yahoo.com)
4544         '.akgame.com',                  // 72.32.79.100 by Howard Ke (gmtbank at gmail.com), rmt & pl
4545         '.alfanetwork.info',    // by dante (dantequick at gmail.com)
4546         '.allworlddirect.info', // Forbidden
4547         '.amoreitsex.com',
4548         '.areahomeinfo.info',   // by Andrus (ffastenergy at yahoo.com), republishing articlealley.com
4549         '.areaseo.com',                 // by Antony Carpito (xcentr at lycos.com)
4550         '.auto-car-cheap.org',
4551         '.banep.info',                  // by Mihailov Dmitriy (marokogadro at yahoo.com), iframe to this site
4552         '.baurish.info',
4553         '.bestop.name',
4554         '.betmmo.com',                  // 63.223.98.182 by Huang Qiang (liuxing-wushi at hotmail.com), pl
4555         '.bestrademark.info',   // by victoria (niko16d at yahoo.com), redirect to majordomo.ru
4556         '.bestshopfinder.info',
4557         '.blogest.org',                 // 203.116.63.68 by Bobby.R.Kightlinger at pookmail.com, / seems blank
4558         '.bookblogsite.org',    // 217.11.233.58 by Eugene.E.Mather at mailinator.com
4559         '.businessplace.biz',   // by Grenchenko Ivan Petrovich (eurogogi at yandex.ru)
4560         '.capital2u.info',              // by Delbert.A.Henry at dodgeit.com
4561         '.casa-olympus.com',    // "UcoZ WEB-SERVICES"
4562         '.catkittenmagazines.org',              // 87.118.97.117
4563         '.constitutionpartyofwa.org',   // "UcoZ WEB-SERVICES"
4564         '.covertarena.co.uk',   // by Wayne Huxtable
4565         '.d999.info',                   // by Peter Vayner (peter.vayner at inbox.ru)
4566         '.dinmo.cn',                    // 218.30.96.149 by dinso at 163.com, seo etc.
4567         //'.wow-gold.dinmo.cn', // 125.65.76.59, pl
4568         '.dinmoseo.com',                // 210.51.168.102(winp2-web-g02.xinnetdns.com) by jianmin911 at 126.com, NS *.xinnetdns.com, seo
4569         '.dlekei.info',                 // by Maxima Bucaro (webmaster at tts2f.info)
4570         '.dollar4u.info',               // by Carla (Carla.J.Merritt at mytrashmail.com), / is blank
4571         '.drug-shop.us',                        // by Alexandr (matrixpro at mail.ru)
4572         '.drugs-usa.info',              // by Edward SanFilippo (Edward.SanFilippo at gmail.com), redirect to activefreehost.com
4573         '.easyshopusa.com',             // by riter (riter at nm.ru)
4574         '.edu.ph',                              // "philippine network foundation inc"
4575         '.ex-web.net',                  // RMT by ex co,ltd (rmt at ex-web.net)
4576         '.extracheapmeds.com',  // "freexxxmovies" by John Smith (89 at bite.to)
4577         '.fantasy-handjob-ra.com',      // by Hose Pedro (hosepedro at gmail.com)
4578         '.fast4me.info',                // by Hakan Durov (poddubok at inbox.ru), / is blank
4579         '.fastmoms.info',               // by Pavel Golyshev (pogol at walla.com), / is blank
4580         '.fastppc.info',                // by peter conor (fastppc at msn.com)
4581         '.ffxiforums.net',              // by Zhang xiaolong (mail at 33986.com), hidden VBScript
4582         '*.filthserver.com',    // sales at onlinemarketingservices.biz
4583         '.find-stuff.org',              // by Alice Freedman (admin at ip-labs.ru), / 404 Not Found
4584         '.firstdrugstorezone.info',     // by Goose (boris208 at yandex.ru)
4585         '.free-finding.com',    // by Ny hom (nyhom at yahoo.com)
4586         '.free-rx.net',                 // by Neo-x (neo-xxl at yandex.ru), redirect to activefreehost.com
4587         '.free-sex-movie-net.info',     // by vitas61 at yahoo.com
4588         '.freeblog.ru',                 // by Kondrashov Evgeniy Aleksandrovich (evkon at rol.ru), login form only, ns *.nthost.ru
4589         '.freehost5.com',               // 75.126.32.184(kosmohost.net), words only
4590         '.freeliveringtones.com',       // by Silan (lippe1988 at gmail.com)
4591         '.freemobilephonesworld.info',  // by andresid (andresid1 at yandex.ru)
4592         '.game4enjoy.net',              // by huang jinglong (fenlin231 at sina.com)
4593         '.game4egold.com',              // by Filus Saifullin (ebay at soft-script.com)
4594         '.goldcoastonlinetutoring.com', // by Robert Tanenbaum (buildbt at lycos.com)
4595         '.gomeodc.com',                 // by wang meili (gannipo at yahoo.com.cn), iframe to vviccd520.com
4596         '.ganecity.com',                // by shao tian (huangjinqiang at sina.com)
4597         '.gm-exchange.jp',              // RMT
4598         '.goamoto.ru',                  // by Dmitry E Kotchnev (z2archive at gmail.com)
4599         '.good1688.com',                // by Wen Chien Lunz (wzk1219 at yahoo.com.tw), one of them frame to , and whoop.to
4600         '.google-pharmacy.com', // by alex (mdisign1997 at yahoo.com), hiding with urlx.org etc
4601         '.greatbestwestern.org',// by gao.wungao at gmail.com
4602         '.greatsexdate.com',    // by Andreas Crablo (crablo at hotmail.com)
4603         '.guild-wars-online.com',       // by Fuzhou Tianmeng Touzi Zixun Co.,Ltd (welkin at skyunion.com)
4604         '.happyhost.org',               // by Paul Zamnov (paul at zamnov.be)
4605         '.hloris.com',                  // by Wilshi Jamil (ixisus at front.ru)
4606         '.honda168.net',                // by tan tianfu (xueyihua at gmail.com), seems not used now
4607         '.hostuju.cz',                  // ns banan.cz, banan.it
4608         '.hot4buy.org',                 // by Hot Maker (jot at hot4buy.org)
4609         '.hotscriptonline.info',// by Psy Search (admin at psysearch.com)
4610         '.iinaa.net',                   // domain at ml.ninja.co.jp, ns *.shinobi.jp
4611         '.incbuy.info',                 // by Diego T. Murphy (Diego.T.Murphy at incbuy.info)
4612         '.infocart.jp',                 // Trying to earn money easily by selling 'earn-money-easiliy' tips
4613         '.infradoc.com',
4614         '.investorvillage.com', // by natalija puchkova (internet at internet.lv)
4615         '.ismarket.com',                // Google-hiding. intercage.com related IP
4616         '.italialiveonline.info',       // by Silvio Cataloni (segooglemsn at yahoo.com), redirect to activefreehost.com
4617         '.italy-search.org',    // by Alex Yablin (zaharov-alex at yandex.ru)
4618         '.itsexosit.net',
4619         '.itxxxit.net',
4620         '.jimmys21.com',                // by Klen Kudryavii (telvid at shaw.ca)
4621         '.jimka-mmsa.com',              // by Alex Covax (c0vax at mail.ru), seems not used yet
4622         '.joynu.com',                   // by lei wang (93065 at qq.com), hidden JavaScript
4623         '.kingtools.de',
4624         '.kymon.org',                   // by Albert Poire (isupport at yahoo.com), / Forbidden, 70.87.62.252
4625         '.leucainfo.com',
4626         '.library-blogs.net',   // by Peter Scott (pscontent at gmail.com)
4627         '.lingage.com',                 // by huan bing (qbbs at xinoffice.com)
4628         '.link-keeper.net',             // 210.172.108.236 (257.xrea.com)
4629         '.ls.la',                               // by Milton McLellan (McLellanMilton at yahoo.com)
4630         '.mamaha.info',                 // by Alex Klimovsky (paganec at gmail.com), seems now constructiong
4631         '.manseekingwomanx.com',// by Bill Peterson (coccooc at fastmail.fm)
4632         '.medpharmaworldguide.com',     // by Nick Ivchenkov (signmark at gmail.com), / not found
4633         '.megvideochatlive.info',       // Bad seo
4634         '.milfxxxpass.com',             // by Morozov Pavlik (rulets at gmail.com)
4635         '.myfgj.info',                  // by Filus (softscript at gmail.com)
4636         '.mujiki.com',                  // by Mila Contora (ebumsn at ngs.ru)
4637         '.mxsupportmailer.com',
4638         '.next-moneylife.com',  // RMT
4639         '.newalandirect.com',   // by Alnoor Hirji, ns *.sablehost.com
4640         '.ngfu2.info',                  // by Tara Lagrant (webmaster at ngfu2.info)
4641         '.nucked-sex.com',              // 203.223.150.222 by lis (noidlis2 at yahoo.com)
4642         '.ok10000.com',                 // by zipeng hu (ldcs350003 at hotmail.com)
4643         '.olimpmebel.info',             // by pol (pauk_life at mail.ru), frame to bettersexmall.com
4644         '.onlinetert.info',             // by Jarod Hyde (grigorysch at gmail.com)
4645         '.onlin-casino.com',    // by Lomis Konstantinos (businessline3000 at gmx.de)
4646         '.onlineviagra.de',
4647         '.ornit.info',                  // by Victoria C. Frey (Victoria.C.Frey at pookmail.com)
4648         '.ozomw.info',
4649         '.pahuist.info',                // by Yura (yuralg2005 at yandex.ru)
4650         '.pelican-bulletin.info',       // by Elizabeth K. Perry (redmonk at mail.ru)
4651         '.perevozka777.ru',             // by witalik at gmail.com
4652         '.pharmacy2online.com', // by Mike Hiliok (bbong80 at yahoo.com)
4653         '.pills-storage.com',   // by 
4654         '.plusintedia.com',             // by g yk (abc00623 at 163.com), seems not used now
4655         '.popki.ind.in',                        // by Aleksandr Krasnik (supermaster at pisem.net)
4656         '.porkyhost.com',               // 79965 at whois.gkg.net
4657         '.porno-babe.info',             // by Peter (asdas at mail.ru), redirect to Google
4658         '.pornesc.com',                 // by Xpeople (suppij atmail.ru)
4659         '.portaldiscount.com',  // by Mark Tven (bestsaveup at gmail.com)
4660         '.powerlevelingweb.com',        // 68.178.211.9 by jun zhang (huanbing at 126.com), pl
4661         '.prama.info',                  // by Juan.Kang at mytrashmail.com
4662         ',pulsar.net',                  // by TheBuzz Int. (theboss at tfcclion.com)
4663         '.qoclick.net',                 // by DMITRIY SOLDATENKO
4664         '.quality-teen-porn-photo.com', // by info at densa.info
4665         '.relurl.com',                  // tiny-like. by Grzes Tlalka (grzes1111 at interia.pl)
4666         '.replicaswatch.org',   // by Replin (admin at furnitureblog.org)
4667         '.rigame.info',                 // by debra_jordan07 at yahoo.com
4668         '.rmt-trade.com',               // by wang chun (dlxykj at 126.com), rmt
4669         '.roin.info',                   // by Evgenius (roinse at yandex.ru)
4670         '.save-darina.org',             // 85.14.36.36 by Plamen Petrov (plamen5rov at yahoo.com)
4671         '.searchadv.com',               // by Jaan Randolph (searchadv at gmail.com)
4672         '.seek-www.com',                // by Adam Smit (pingpong at mail.md)
4673         '.sessocities.net',             // by info at secureserver3.com
4674         '.seven-pharmacy.com',  // 83.138.176.247 by Justin Timberlake (preved at gmail.com)
4675         '.sexamoreit.com',
4676         '.sexforit.com',
4677         '.sexmaniacs.org',              // by Yang Chong (chong at x-india.com)
4678         '.sexsmovies.info',             // 203.174.83.22 by dima (vitas at vitas-k.com)
4679         '.sirlook.com',
4680         '.so-net.ws',                   // by Todaynic.com Inc, seems a physing site for so-net.jp
4681         '.sepcn.info',                  // / not found
4682         '.sslcp.com',                   // by shufang zhou (info at 6come.com), dns *.hichina.com
4683         '.sticy.info',                  // by Richard D. Mccall (richardmccall at yahoo.com)
4684         '.superrwm.info',               // by Dark Dux (duxdark at yahoo.com)
4685         '.thehostcity.com',             // Domains by Proxy
4686         '.thetinyurl.com',              // by Beth J. Carter (Beth.J.Carter at thetinyurl.com), / is blank
4687         '.thetrendy.info',              // by Harold (Harold.J.Craft at pookmail.com), / is blank
4688         '.theusapills.com',             // by Dr. Zarman (contactus at theusapills.com)
4689         '.tingstock.info',              // 209.160.73.65(delta.xocmep.info) "nice day, commander ;)" by Andrey Konkin (konkinnews55 at yahoo.com)
4690         '.topmeds10.com',
4691         '*.tv-reklama.info',    // by Kozlov Maxim (m_koz at mail.ru)
4692         '.twabout.com',                 // by qiu wenbing (qiuwenbing at 126.com), content from l2mpt.net
4693         '.uaro.info',                   // by Neru Pioner (neru at smtp.ru)
4694         '.unctad.net',                  // by gfdogfd at lovespb.com
4695         '.vacant.org.uk',
4696         '.vip-get.info',                // by Jhon Craig (bartes1992 at mail.ru), / forbidden
4697         '.virtualsystem.de',
4698         '.vdxhost.com',
4699         '.vviccd520.com',               // by kuang zhang (oulingfeng66 at 163.com), encoded JavaScript
4700         '.homes.com.au',                // 139.134.5.124 by wongcr at bigpond.net.au, / meanless,
4701         '.webnow.biz',                  // by Hsien I Fan (admin at servcomputing.com)
4702         '.webtools24.net',              // by Michael Helminger (info at ishelminger.de)
4703         '.wer3.info',                   // by Martin Gundel (Martin at mail.com), 404 not found
4704         '.withsex.net',                 // by C.W.Jang (jangcw1204 at naver.com)
4705         '.whoop.to',                    // RMT
4706         '.womasia.info',                // by Mark Fidele (markfidele at yahoo.com)
4707         '.worldinsurance.info', // by Alexander M. Brown (Alex_Brown at yahoo.com), fake-antivirus
4708         '.wow-powerleveling-wow.com',   // 63.223.77.112 by dingmengxl at 126.com, pl
4709         '.wowgoldweb.com',              // by lei chen (dreamice at yeah.net), rmt & pl
4710         '.wwwna.info',                  // / 404 Not Found
4711         '.xpacificpoker.com',   // by Hubert Hoffman (support at xpacificpoker.com)
4712         '.xamorexxx.net',
4713         '.xn--gmqt9gewhdnlyq9c.net',    // 122.249.16.133(x016133.ppp.asahi-net.or.jp) by daizinazikanwo yahoo.co.jp
4714         '.xsessox.com',
4715         '.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.
4716         '.zlocorp.com',                 // by tonibcrus at hotpop.com, spammed well with "http ://zlocorp.com/"
4717         '.zyguo.info',                  // ns globoxhost.net
4718         '.zhuyiw.com',                  // by zhou yuntao (whzyt0122 at sohu.com)
4719
4720         '.guesttext.info',              // 81.0.195.134 by Grace.D.Kibby pookmail.com, / seems null
4721         '.moremu.com',                  // 205.134.190.12(amateurlog.com) by Magaly Plumley (domains ay moremu.com)
4722         '.tingstock.info',              // 209.160.73.65(delta.xocmep.info) "nice day, commander ;)" by Andrey Konkin (konkinnews55 at yahoo.com)
4723         '.truststorepills.com', // 89.188.113.64(allworldteam.com) by Alexey (admin at myweblogs.net)
4724
4725         // C-3: Not classifiable (information wanted)
4726         //
4727         // Something incoming to pukiwiki related sites
4728         'nana.co.il related' => array(
4729                 '.planetnana.co.il',
4730                 '.nana.co.il',
4731         ),
4732 );
4733
4734 $blocklist['D'] = array(
4735         // D: Sample setting of
4736         // "third party in good faith"s
4737         //
4738         // Hosts shown inside of the implanted contents,
4739         // not used via spam, but maybe useful to detect these contents
4740         //
4741         // 'RESERVED',
4742 );
4743
4744
4745 $blocklist['E'] = array(
4746         // E: Sample setting of
4747         // Affiliates, Hypes, Catalog retailers, Multi-level marketings, Resellers, Ads
4748
4749         '15-Mail.com related' => array(
4750                 '.15-mail.com',                         // 202.218.109.45(*.netassist.jp) by yukiyo yamamoto (sunkusu5268 at m4.ktplan.ne.jp)
4751                 '.1bloglog.com',                        // 210.253.115.159 by Yukiyo Yamamoto (info at 15-mail.com)
4752                 '.investment-school.com',       // 210.253.115.159 by Yukiyo Yamamoto (info at 15-mail.com)
4753                 '.breakjuku.com',                       // 210.253.115.159 (service provider bet.co.jp = xserver.jp)
4754                 '.nambara.biz',                         // by Yukiyo Yamamoto (info at 15-mail.com)
4755         ),
4756         '.all-affiliater.com',                  // 202.222.30.18(sv125.lolipop.jp), ns *.lolipop.jp
4757         '.chachai.com',                                 // 210.188.205.161(sv339.lolipop.jp) by tetsuo ihira (chachai at hida-kawai.jp)
4758         'E-brainers.com related' => array(
4759                 // 202.212.14.101
4760                 '.cyoto-morketing-club.com',    // by Fujio Iwasaki (domain at sppd.co.jp)
4761                 '.e-brainers.com',                              // by Fujio Iwasaki (domain at sppd.co.jp)
4762                 '.my-tune.jp',                                  // by brainers Inc.
4763                 '.technical-support-center.com',// by Fujio Iwasaki (domain at sppd.co.jp)
4764                 '.weekle.jp',                                   // by brainers Inc.
4765
4766                 // 210.136.111.56 by Masatoshi Kobayashi (domain at e-brainers.com)
4767                 // 210.136.111.56 by Fujio Iwasaki (domain at sppd.co.jp)
4768                 '.3minutes-marketing-club.com', // by Fujio
4769                 '.affiliate-vampire.com',               // by Masatoshi
4770                 '.article-site-power-package.com',      // by Masatoshi
4771                 '.audio-marketing-club.com',    // by Fujio
4772                 '.brainers-task-manager.com',   // by Masatoshi
4773                 '.brainers-troubleshooter-generator.com',       // by Masatoshi
4774                 '.brainersbuzz.com',                    // by Masatoshi
4775                 '.den4renz-marketing-club.com', // by Fujio
4776                 '.english-contents-club.com',   // by Masatoshi
4777                 '.fly-in-ads-japan.com',                // by Fujio
4778                 '.free-resalerights-giveaway.com',      // by Fujio
4779                 '.freegiveawaysecret.com',              // by Masatoshi
4780                 '.guaranteedvisitorpro.com',    // by Masatoshi
4781                 '.havads-japan.com',                    // by Masatoshi
4782                 '.info-business123.com',                // by Fujio
4783                 '.instant-marketing-club.com',  // by Fujio
4784                 '.marketing-force-japan.com',   // by Fujio
4785                 '.masatoshikobayashi.com',              // by Fujio
4786                 '.profitsinstigator.com',               // by Masatoshi Kobayashi (akada@e-brainers.com)
4787                 '.replytomatt.com',                             // by Fujio
4788                 '.santa-deal.com',                              // by Fujio
4789                 '.santa-deal-summer.com',               // by Fujio
4790                 '.scratch-card-factory.com',    // by Masatoshi
4791                 '.script4you-japan.com',                // by Fujio
4792                 '.sell1000000dollarinjapan.com',// by Fujio
4793                 '.squeeze-page-secret.com',             // by Masatoshi
4794                 '.viral-blog-square.com',               // by Fujio
4795                 '.viralarticle.com',                    // by Fujio
4796                 '.wowhoken.com',                                // by Fujio
4797
4798                 // 202.212.14.104 by Fujio Iwasaki  (domain@sppd.co.jp)
4799                 '.brainerstelevision.com',
4800                 '.demosite4you.com',
4801                 '.keywordcatcherpro.com',
4802                 '.script-marketing-club.com',
4803
4804                 // 202.228.204.140(server.ultimate-marketing-weapon.com) by Masatoshi Kobayashi (akada at e-brainers.com)
4805                 // 202.228.204.140 by Masatoshi Kobayashi (domain at e-brainers.com)
4806                 '.brainers.ws', // 202.228.204.140 by info at key-systems.net, ns *.ultimate-marketing-weapon.com
4807                 '.brainerscode.com',    // by akada
4808                 '.brainerslive.com',    // by domain
4809                 '.brainersreview.com',  // by domain
4810                 '.brainerstest.com',    // by akada
4811                 '.otosecret.com',               // by domain
4812                 '.ultimate-marketing-weapon.com',       // by akada
4813                 '.planet-club.net',             // 202.228.204.141(server.ultimate-marketing-weapon.com)
4814                 '.terk.jp',                             // by Tsuyoshi Tsukada, QHM
4815
4816                 '.samuraiautoresponder.com',    // 211.125.179.75(bq1.mm22.jp) by Masatoshi Kobayashi (kobayashi at wowhoken.com)
4817                 '.sppd.co.jp',          // 210.136.106.122 by Studio Map Ltd., ns *.sppd.ne.jp, spam
4818         ),
4819         '.e2996.com',                   // 202.181.105.241(sv261.lolipop.jp)
4820         '.fx4rich.com',                 // 219.94.128.161(www921.sakura.ne.jp) by Yuji Nakano (info at will76.com)
4821         'info at kobeweb.jp' => array(
4822                 '.soholife.jp',         // 211.125.65.203 by Takashige Tabuchi (info at kobeweb.jp)
4823                 '.kobeweb.jp',          // 59.106.13.51(www421.sakura.ne.jp)
4824                 '.sloters.tv',          // 211.125.65.203 by Takashige Tabuchi (t-2 at white.interq.or.jp)
4825         ),
4826         '.info-affiliate.net',  // 219.94.148.8(sv41.chicappa.jp)
4827         '.infostore.jp',                // 216.255.235.45, ns *.estore.co.jp
4828         'JunSuzuki.com' => array(       // e-brainers.com related
4829                 '.junsuzuki.com',               // 218.216.67.43(s92.xrea.com) by Jun Suzuki (jun_suzuki at compus.net)
4830                 '.globalswing.biz',             // 210.188.217.109(sv27.xserverzero.net)
4831         ),
4832         'Point-park.com' => array(      // Tadahiro Ogawa (domain at wide.ne.jp)
4833                 '.11kanji.com',         // 211.10.131.88
4834                 '.mlmsupport.jp',       // 211.10.131.108 by info at point-park.com
4835                 '.point-park.com',      // 211.10.131.88
4836                 '.point-park.jp',       // 43.244.140.160(160.140.244.43.ap.yournet.ne.jp)
4837         ),
4838         '.potitto.info',                // 219.94.132.89(sv450.lolipop.jp)
4839         '.sedori-data.com',             // 
4840         '.tool4success.com',    // 210.188.201.31(sv70.xserver.jp) by Yukihiro Akada (ml at original-ehon.com)
4841         'tera at kirinn.com' => array(  // 59.139.29.234(s240.xrea.com) by Naohsi Terada (tera at kirinn.com)
4842                 '.e123.info',
4843                 '.ialchemist.net',
4844                 '.j012.net',
4845                 '.xn--yckc2auxd4b6564dogvcf7g.biz',
4846         ),
4847         '.zakkuzaku.com',               // 210.188.201.44(sv83.xserver.jp)
4848 );
4849
4850
4851
4852 $blocklist['Z'] = array(
4853         // Z: Yours
4854         //
4855         //'',
4856         //'',
4857         //'',
4858 );
4859 ?>