OSDN Git Service

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