OSDN Git Service

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