OSDN Git Service

Added
[pukiwiki/pukiwiki_sandbox.git] / spam / spam.ini.php
1 <?php
2 // $Id: spam.ini.php,v 1.141 2007/08/04 11:51:24 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                 '.michost.info',                        // by LAURI FUNK
2604                 '.onall.info',                          // by Varsylenko
2605                 '.organiq.info',                        // by Petrov
2606                 '.parther.info',                        // by LAURI FUNK
2607                 '.powersiteonline.info',        // by Varsylenko
2608                 '.rentmysite.info',                     // by Varsylenko
2609                 '.levines.info',                        // by Petrov
2610                 '.mp3vault.info',                       // by Petrov
2611                 '.sernost.info',                        // by Petrov
2612                 '.sexdrink.info',                       // by Petrov
2613                 '.sexvideosite.info',           // by Petrov
2614                 '.siteszone.info',                      // by Varsylenko
2615                 '.sfup.info',                           // by Petrov
2616                 '.sopius.info',                         // by Kuzma
2617                 '.sovidopad.info',                      // by Kuzma
2618                 '.superfreedownload.info',      // by Varsylenko
2619                 '.superneeded.info',            // by Varsylenko
2620                 '.srup.info',                           // by Petrov
2621                 '.vvsag.info',                          // by Petrov
2622                 '.yerap.info',                          // by Kuzma
2623                 '.yoursitedh.info',                     // by Petrov
2624         ),
2625         'zhu1313 at mail.ru' => array(  // by Andrey Zhurikov
2626                 '.flywebs.com',
2627                 '.hostrim.com',
2628                 '.playbit.com',
2629         ),
2630         'webmaster at dgo3d.info' => array(     // by Son Dittman
2631                 '.bsb3b.info',
2632                 '.dgo3d.info',
2633                 '.dgo5d.info',
2634         ),
2635         'cooler.infomedia at gmail.com' => array(
2636                 '.diabetescarelink.com',
2637                 '.firstdebthelp.com',
2638         ),
2639         'hostmaster at astrons.com' => array(   // by Nikolajs Karpovs
2640                 '.pokah.lv',
2641                 '.astrons.com',
2642         ),
2643         'seocool at bk.ru' => array(    // by Skar
2644                 '.implex3.com',
2645                 '.implex6.info',
2646                 '.softprof.org',
2647         ),
2648         'Caslim.info' => array(
2649                 '.caslim.info',         // by jonn22 (jonnmarker at yandex.ru)
2650                 '.tops.gen.in',         // by Kosare (billing at caslim.info)
2651         ),
2652         'foxwar at foxwar.ispvds.com' => array( // by Alexandr, Hiding google?q=
2653                 '.777-poker.biz',
2654                 '.porn-11.com',
2655         ),
2656         'Conto.pl' => array(
2657                 '.8x.pl',               // domena at az.pl 
2658                 '.3x3.pl',              // by biuro at nazwa.pl
2659                 '.conto.pl',    // by biuro at nazwa.pl
2660                 '.guu.pl',              // by conto.pl (domena at az.pl)
2661                 '.xcx.pl',              // domena at az.pl
2662                 '.yo24.pl',             // domena at az.pl
2663         ),
2664         'mail at pcinc.cn' => array(
2665                 // Domains by Lin Zhi Qiang
2666                 // NOTE: pcinc.cn -- 125.65.112.13 by Lin Zhi Qiang (lin80 at 21cn.com)
2667
2668                 // 125.65.112.11
2669                 // The same IP: web001.cdnhost.cn, *.w19.cdnhost.cn
2670                 'shoopivdoor.w19.cdnhost.cn',   // web001.cdnhost.cn
2671                 '.shoopivdoor.com',
2672
2673                 // 125.65.112.12
2674                 // The same IP: web003.cdnhost.cn, *.w16.cdnhost.cn
2675                 '.hosetaibei.com',
2676                 '.playsese.com',
2677
2678                 // 125.65.112.13
2679                 // The same IP: web006.cdnhost.cn, *.w9.cdnhost.cn
2680                 '.ahatena.com',
2681                 '.asdsdgh-jp.com',
2682                 '.conecojp.net',
2683                 '.game-oekakibbs.com',
2684                 '.geocitygame.com',
2685                 '.gsisdokf.net',
2686                 '.korunowish.com',
2687                 '.netgamelivedoor.com',
2688                 '.soultakerbbs.net',
2689                 '.yahoo-gamebbs.com',
2690                 '.ywdgigkb-jp.com',
2691
2692                 // 125.65.112.14
2693                 // The same IP: web007.cdnhost.cn, *.w12.cdnhost.cn
2694                 '.acyberhome.com',
2695                 '.bbs-qrcode.com',
2696                 '.gamesroro.com',
2697                 '.gameyoou.com',
2698                 '.gangnu.com',
2699                 '.goodclup.com',
2700                 '.lineage321.com',
2701                 '.linkcetou.com',
2702                 '.love888888.com',
2703                 '.ragnarok-bbs.com',
2704                 '.ragnarok-game.com',
2705                 '.rmt-navip.com',
2706                 '.watcheimpress.com',
2707
2708                 // 125.65.112.15
2709                 // The same IP: web008.cdnhost.cn, *.w11.cdnhost.cn
2710                 '.18girl-av.com',
2711                 '.aurasoul-visjp.com',
2712                 '.gamaniaech.com',
2713                 '.game-mmobbs.com',
2714                 '.gameslin.net',
2715                 '.gemnnammobbs.com',
2716                 '.gogolineage.net',
2717                 '.grandchasse.com',
2718                 '.jpragnarokonline.com',
2719                 '.jprmthome.com',
2720                 '.maplestorfy.com',
2721                 '.netgamero.net',
2722                 '.nothing-wiki.com',
2723                 '.ourafamily.com',
2724                 '.ragnarok-sara.com',
2725                 '.rmt-lineagecanopus.com',
2726                 '.rmt-ranloki.com',
2727                 '.rogamesline.com',
2728                 '.roprice.com',
2729                 '.tuankong.com',
2730                 '.twreatch.com',
2731
2732                 // 125.65.112.22
2733                 // The same IP: web013.cdnhost.cn
2734                 '.lzy88588.com',
2735                 '.ragnaroklink.com',
2736
2737                 // 125.65.112.24
2738                 '.rmtfane.com',
2739                 '.fc2weday.com',
2740                 '.nlftweb.com',
2741
2742                 // 125.65.112.27
2743                 '.i520i.com',
2744                 '.sunwayto.com',
2745
2746                 // 125.65.112.31
2747                 // The same IP: web016.cdnhost.cn
2748                 '.twyaooplay.com',
2749
2750                 // 125.65.112.32
2751                 // The same IP: web037.cdnhost.cn
2752                 '.emeriss.com',
2753                 '.raginfoy.com',
2754                 '.ragnarokgvg.com',
2755                 '.rentalbbs-livedoor.com',
2756                 '.romaker.com',
2757                 '.sagewikoo.com',
2758                 '.samples112xrea.com',
2759                 '.wiki-house.com',
2760
2761                 // 125.65.112.49
2762                 '.chaosx0.com',
2763
2764                 // 125.65.112.88
2765                 // The same IP: web015.cdnhost.cn
2766                 '.a-hatena.com',
2767                 '.biglobe-ne.com',
2768                 '.blogplaync.com',
2769                 '.din-or.com',
2770                 '.dtg-gamania.com',
2771                 '.fcty-net.com',
2772                 '.game-fc2blog.com',
2773                 '.gameurdr.com',
2774                 '.getamped-garm.com',
2775                 '.interzq.com',
2776                 '.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
2777                 '.luobuogood.com',
2778                 '.ragnarok-search.com',
2779                 '.rinku-livedoor.com',
2780
2781                 // 125.65.112.90
2782                 '.gtvxi.com',
2783
2784                 // 125.65.112.91
2785                 // The same IP: web004.cdnhost.cn
2786                 '.6828teacup.com',
2787                 '.blog-livedoor.net',
2788                 '.cityblog-fc2web.com',
2789                 '.deco030-cscblog.com',
2790                 '.imbbs2t4u.com',
2791                 '.k5dionne.com',
2792                 '.lineagejp-game.com',
2793                 '.mbspro6uic.com',
2794                 '.slower-qth.com',
2795                 '.wikiwiki-game.com',
2796
2797                 // 125.65.112.93
2798                 // The same IP: web022.cdnhost.cn
2799                 '.aaa-livedoor.net',
2800                 '.cityhokkai.com',              // web022.cdnhost.cn
2801                 '.fanavier.net',
2802                 '.geocitylinks.com',    // web022.cdnhost.cn
2803                 '.kuronowish.net',              // web022.cdnhost.cn
2804                 '.ro-bot.net',
2805
2806                 // 125.65.112.95
2807                 // The same IP: web035.cdnhost.cn, web039.cdnhost.cn
2808                 '.23styles.com',
2809                 '.aehatena-jp.com',
2810                 '.ameblog-jp.net',
2811                 '.antuclt.com',
2812                 '.blog-ekndesign.com',
2813                 '.d-jamesinfo.com',
2814                 '.editco-jp.com',
2815                 '.ezbbsy.com',
2816                 '.extd-web.com',
2817                 '.fotblong.com',
2818                 '.game62chjp.net',
2819                 '.gamegohi.com',
2820                 '.gamesmusic-realcgi.net',
2821                 '.gamesragnaroklink.net',
2822                 '.homepage-nifty.com',
2823                 '.ie6xp.com',
2824                 '.irisdti-jp.com',
2825                 '.jklomo-jp.com',
2826                 '.jpxpie6-7net.com',
2827                 '.lian-game.com',
2828                 '.lineage-bbs.com',
2829                 '.lineage1bbs.com',
2830                 '.livedoor-game.com',
2831                 '.litcan.com',
2832                 '.lovejpjp.com',
2833                 '.m-phage.com',
2834                 '.muantang.com',
2835                 '.plusd-itmedia.com',
2836                 '.runbal-fc2web.com',
2837                 '.saussrea.com',
2838                 '.tooalt.com',
2839                 '.toriningena.net',
2840                 '.yahoodoor-blog.com',
2841                 '.yy14-kakiko.com',
2842
2843                 // 125.65.112.137
2844                 '.clublineage.com',
2845
2846                 // 228.14.153.219.broad.cq.cq.dynamic.163data.com.cn
2847                 '.kaukoo.com',                  // 219.153.14.228, by zeng xianming (expshell at 163.com)
2848                 '.linrmb.com',                  // 219.153.14.228, by zeng xianming (qqvod at qq.com)
2849
2850                 '.ptxk.com',                    // 222.73.236.239, by zeng xianming (zxmdiy at gmail.com)
2851                 '.rormb.com',                   // 222.73.236.239, by zeng xianming (qqvod at qq.com)
2852
2853                 '.games-nifty.com',             // 255.255.255.255 now
2854                 '.homepage3-nifty.com', // 255.255.255.255 now
2855         ),
2856         'caddd at 126.com' => array(
2857                 '.chengzhibing.com',    // by chen gzhibing
2858                 '.jplinux.com',                 // by lian liang
2859                 '.lineageink.com',              // by cai zibing, iframe to goodclup.com
2860                 '.lineagekin.com',              // by cai zibing, iframe to goodclup.com
2861                 '.tooplogui.com',               // by zibing cai
2862                 '.twsunkom.com',                // by guo zhi wei
2863                 '.twmsn-ga.com',                // by guo zhi wei, iframe to grandchasse.com
2864         ),
2865         'nuigiym2 at 163.com' => array( // by fly bg
2866                 '.linainfo.net',                // Seems IP not allocated now
2867                 '.lineagalink.com',             // 220.247.157.99
2868                 '.lineagecojp.com',             // 61.139.126.10
2869                 '.ragnarokonlina.com',  // 220.247.158.99
2870         ),
2871         'aakin at yandex.ru' => array(  // by Baer
2872                 '.entirestar.com',
2873                 '.superbuycheap.com',
2874                 '.topdircet.com',
2875         ),
2876         'newblog9 at gmail.com' => array(       // by jiuhatu kou
2877                 '.tianmieccp.com',
2878                 '.xianqiao.net',
2879         ),
2880         'm.frenzy at yahoo.com' => array(       // by Michael
2881                 '.p5v.org',
2882                 '.j111.net',
2883                 '.searchhunter.info',
2884                 '.soft2you.info',
2885                 '.top20health.info',
2886                 '.top20ringtones.info',
2887                 '.top20travels.info',
2888                 '.v09v.info',
2889                 '.x09x.info',
2890                 '.zb-1.com',
2891         ),
2892         'serega555serega555 at yandex.ru' => array(     // by Lebedev Sergey
2893                 '.bingogoldenpalace.info',
2894                 '.ccarisoprodol.info',
2895                 '.ezxcv.info',
2896                 '.isuperdrug.com',
2897                 '.pharmacif.info',
2898                 '.pornsexteen.biz',
2899                 '.ugfds.info',
2900                 '.vviagra.info',
2901         ),
2902         'anatolsenator at gmail.com' => array(  // by Anatol
2903                 '.cheapestviagraonline.info',
2904                 '.buyphentermineworld.info'
2905         ),
2906         'webmaster at mederotica.com' => array(
2907                 '.listsitepro.com',             // by VO Entertainment Inc (webmaster at mederotica.com)
2908                 '.testviagra.org',              // by Chong Li (chongli at mederotica.com)
2909                 '.viagra-best.org',             // by Chong Li (chongli at mederotica.com)
2910                 '.viagra-kaufen.org',   // by Chong Li (chongli at mederotica.com)
2911         ),
2912         'gray at trafic.name' => array( // by Billing Name:Gray, Billing Email:gray at trafic.name
2913                 '.auase.info',          // by ilemavyq7461 at techie.com
2914                 '.axeboxew.info',       // by zygeu220 at writeme.com
2915                 '.boluzuhy.info',       // by pikico5419 at post.com
2916                 '.ekafoloz.info',       // by nuzunyly8401 at techie.com
2917                 '.ejixyzeh.info',       // by vubulyma5163 at consultant.com
2918                 '.emyfyr.info',         // by osiqabu9669 at writeme.com
2919                 '.exidiqe.info',        // by kufyca5475 at mail.com
2920                 '.gerucovo.info',       // by apegityk7224 at writeme.com
2921                 '.gubiwu.info',         // by lywunef6532 at iname.com
2922                 '.ijizauax.info',       // by ysauuz2341 at iname.com
2923                 '.ixahagi.info',        // 70.47.89.60 by famevi9827 at email.com
2924                 '.jiuuz.info',          // by meqil6549 at mail.com
2925                 '.nudetar.info',        // by vohepafi3536 at techie.com
2926                 '.nipud.info',          // by bohox9872 at mindless.com
2927                 '.mejymik.info',        // by fiqiji3529 at cheerful.com
2928                 '.mylexus.info',        // Billing Email is simhomer12300 at mail.com, but posted at the same time, and ns *.grayreseller.com
2929                 '.olasep.info',         // by lizon8506 at mail.com
2930                 '.oueuidop.info',       // by arytyb6913 at europe.com
2931                 '.oviravy.info',        // by amyuu3883 at london.com
2932                 '.ovuri.info',          // by exumaxyt1371 at consultant.com
2933                 '.ragibe.info',         // by ehome4458 at myself.com
2934                 '.ucazib.info',         // by gorare7222 at consultant.com
2935                 '.udaxu.info',          // by gubima4007 at usa.com
2936                 '.ulycigop.info',       // by unodyqil6241 at mindless.com
2937                 '.vubiheq.info',        // by uisujih5849 at hotmail.com
2938                 '.xyloq.info',          // 70.47.89.60 by yuunehi8586 at myself.com
2939                 '.yvaxat.info',         // by koqun9660 at mindless.com
2940                 '.yxyzauiq.info',       // by robemuq8455 at cheerful.com
2941         ),
2942         'Carmodelrank.com etc' => array(
2943                 // by Brianna Dunlord (briasmi at yahoo.com)
2944                 // by Tim Rennei (TimRennei at yahoo.com), redirect to amaena.com (fake-antivirus)
2945                 // by Alice T. Horst (Alice.T.Horst at pookmail.com)
2946                 '.carmodelrank.com',// by Brianna
2947                 '.cutestories.net',     // by Brianna
2948                 '.sturducs.com',
2949                 '.bestother.info',      // by Tim
2950                 '.premiumcasinogames.com',      // by Brianna)
2951                 '.yaahooo.info',        // by Alice
2952         ),
2953         'aliacsandr at yahoo.com' => array(
2954                 '.cubub.info',                          // "Free Web Hosting"
2955         ),
2956         'aliacsandr85 at yahoo.com' => array(
2957                 // by Dr. Portillo or Eva Sabina Lopez Castell
2958                 '.xoomer.alice.it',                     // "Free Web Hosting"
2959                 '.freebloghost.org',            // "Free Web Hosting" by Dr.
2960                 '.freeprohosting.org',          // "Free Web Hosting" by Dr.
2961                 '.googlebot-welcome.org',       // "Free Web Hosting" by Dr.
2962                 '.icesearch.org',                       // "Free Web Hosting" by Eva
2963                 '.phpfreehosting.org',          // "Free Web Hosting" by Dr.
2964                 '.sashawww.info',                       // "Free Web Hosting" by Dr.
2965                 '.sashawww-vip-vip.org',        // "Free Web Hosting" by Dr.
2966                 '.topadult10.org',                      // "Free Web Hosting" by Eva
2967                 '.xer-vam.org',                         // "Ongline Catalog" by Dr.
2968                 '.xxxse.info',                          // "Free Web Hosting" by Eva
2969                 '.viagra-price.org',            // by Eva
2970                 '.vvsa.org',                            // "Free Web Hosting" by Eva
2971                 '.free-webhosts.com',           // "Free Web Hosting" by Free Webspace
2972         ),
2973         'Something-Gamble' => array(
2974                 // Gamble: Roulette, Casino, Poker, Keno, Craps, Baccarat
2975                 '.atonlineroulette.com',                        // by Blaise Johns
2976                 '.atroulette.com',                                      // by Gino Sand
2977                 '.betting-123.com',                                     // by Joana Caceres
2978                 '.betting-i.biz',                                       // by Joaquina Angus
2979                 '.casino-challenge.com',                        // by Maren Camara
2980                 '.casino-gambling-i.biz',                       // by Giselle Nations
2981                 '.casino-italian.com',                          // by Holley Yan
2982                 '.casino123.net',                                       // by Ta Baines
2983                 '.casinohammamet.com',                          // by Inger Barhorst
2984                 '.casinoqz.com',                                        // by Berenice Snow
2985                 '.casinos-777.net',                                     // by Iona Ayotte
2986                 '.crapsok.com',                                         // by Devon Adair,
2987                 '.dcasinoa.com',                                        // by August Hawkinson
2988                 '.e-poker-4u.com',                                      // by Issac Leibowitz
2989                 '.free-dvd-player.biz',                         // by Rosario Kidd
2990                 '.florida-lottery-01.com',                      // by Romeo Dillon
2991                 '.gaming-123.com',                                      // by Jennifer Byrne
2992                 '.kenogo.com',                                          // by Adriane Bell
2993                 '.mycaribbeanpoker.com',                        // by Andy Mullis
2994                 '.onbaccarat.com',                                      // by Kassandra Dunn
2995                 '.online-experts.biz',                          // by Liberty Helmick
2996                 '.onlinepoker-123.com',                         // by Andrea Feaster
2997                 '.playpokeronline-123.com',                     // by Don Lenard
2998                 '.poker-123.com',                                       // by Mallory Patrick (Mallory_Patrick at marketing-support.info)
2999                 '.texasholdem123.com',                          // by Savion Lasseter
3000                 '.texasholdem-777.com',                         // by Savanna Lederman
3001                 '.the-casino-directory-1715.us',        // by Thora Oldenburg
3002                 '.the-craps-100.us',                            // by Lorrine Ripley
3003                 '.the-free-online-game-913.us',         // by Kanesha Clem
3004                 '.the-free-poker-1798.us',                      // by Elaina Witte
3005                 '.the-las-vegas-gambling-939.us',       // by Jesusita Hageman
3006                 '.the-online-game-poker-1185.us',       // by Merna Bey
3007                 '.the-playing-black-jack.com',          // by Kristine Brinker
3008                 '.the-poker-1082.us',                           // by Kristofer Boldt
3009                 '.the-rule-texas-hold-em-2496.us',      // by Melvina Stamper
3010                 '.the-texas-strategy-holdem-1124.us',   // by Neda Frantz
3011                 '.the-video-black-jack.com',            // by Jagger Godin
3012         ),
3013         'Something-Insurance' => array(
3014                 // Car / Home / Life / Health / Travel insurance, Loan finance, Mortgage refinance
3015         
3016                 // 0-9
3017                 '.0q.org',                                              // by Shamika Curtin, "Online car insurance information"
3018                 '.1-bookmark.com',                              // by Sonia Snyder, "Titan auto insurance information"
3019                 '.1day-insurance.com',                  // by Kelsie Strouse, "Car insurance costs"
3020                 '.1upinof.com',                                 // by Diego Johnson, "Car insurance quote online uk resource"
3021                 '.18wkcf.com',                                  // by Lexy Bohannon
3022                 '.2001werm.org',                                // by Raphael Rayburn
3023                 '.2004heeparea1.org',                   // by Dinorah Andrews
3024                 '.21nt.net',                                    // by Jaida Estabrook
3025                 '.3finfo.com',                                  // by Damian Pearsall
3026                 '.3somes.org',                                  // by Mauro Tillett
3027                 '.453531.com',                                  // by Kurt Flannery
3028                 '.4freesay.com',                                // by Eloy Jones
3029                 '.5ssurvey.com',                                // by Annamarie Kowalski
3030                 '.8-f22.com',                                   // by Larraine Evers
3031                 '.9q.org',                                              // by Ami Boynton
3032
3033                 // A
3034                 '.a40infobahn.com',                             // by Amit Nguyen
3035                 '.a4h-squad.com',                               // by Ross Locklear
3036                 '.aac2000.org',                                 // by Randi Turner
3037                 '.aaadvertisingjobs.com',               // by Luciano Frisbie
3038                 '.acahost.com',                                 // by Milton Haberman
3039                 '.aconspiracyofmountains.com',  // by Lovell Gaines
3040                 '.acornwebdesign.co.uk',                // by Uriel Dorian
3041                 '.activel-learning-site.com',   // by Mateo Conn
3042                 '.ad-makers.com',                               // by Shemeka Arsenault
3043                 '.ada-information.org',                 // by Josef Osullivan
3044                 '.adelawarerefinance.com',              // by Particia Mcmillan, "Delaware refinance advisor"
3045                 '.adult-personal-ads-e-site.info',      // by Nery Ainsworth
3046                 '.aequityrefinance.com',                // by Jadwiga Duckworth
3047                 '.aerovac-hotpress.com',                // by Trey Marlow
3048                 '.agfbiosensors.com',                   // by Lionel Dempsey
3049                 '.ahomeloanrefinance.com',              // by Leslie Kinser
3050                 '.affordablerealestate.net',    // by Season Otoole
3051                 '.ahomerefinancingloans.com',   // by Julie Buck, "Home refinancing loans guide"
3052                 '.ahouserefinance.com',                 // by Young Alley
3053                 '.akirasworld.com',                             // by Piper Sullivan
3054                 '.alderik-production.com',              // by Joan Stiles
3055                 '.alltechdata.com',                             // by Dom Laporte
3056                 '.amconllc.com',                                // by Syble Benjamin
3057                 '.amobilehomerefinancing.com',  // by Clyfland Buckley, "Mobile home refinancing"
3058                 '.amortgagerefinancepennsylvania.com',  // by Richard Battle, "Mortgage refinance pennsylvania articles"
3059                 '.angelandcrown.net',                   // by Claretta Najera
3060                 '.ankoralina.com',                              // by Eladia Demers
3061                 '.antiquegoldmine.com',                 // by Keena Marlow
3062                 '.aquinosotros.com',                    // by Nanci Prentice
3063                 '.architectionale.com',                 // by Wilbur Cornett
3064                 '.arcreditcards.com',                   // by Ecgbeorht Stokes, "Ameriquest credit cards articles"
3065                 '.arefinancebadcredit.com',             // by Isaac Mejia, "Refinance bad credit"
3066                 '.arefinancehome.com',                  // by Duane Doran
3067                 '.arefinancinghome.com',                // by Ike Laney
3068                 '.athletic-shoes-e-shop.info',  // by Romelia Money
3069                 '.auction-emall-site.info',             // by Dayle Denman
3070                 '.auctions-site.info',                  // by Cammie Chiu, "Online loan mortgage info"
3071                 '.auto-buy-rite.com',                   // by Asuncion Buie
3072                 '.axxinet.net',                                 // by Roberta Gasper
3073                 '.azimutservizi.com',                   // by Ethelene Brook
3074                 '.azstudies.org',                               // by Bernardina Walden
3075
3076                 // B
3077                 '.babtrek.com',                                 // by Simonette Mcbrayer
3078                 '.babycujo.com',                                // by Francisco Akers
3079                 '.bakeddelights.com',                   // by Dave Evenson
3080                 '.bbcart.com',                                  // by Lucio Hamlin
3081                 '.berlin-hotel-4u.com',                 // by Grisel Tillotson
3082                 '.best-digital-phone.us',               // by Meghann Crockett
3083                 '.bjamusements.com',                    // by Lurlene Butz
3084                 '.blursgsu.com',                                // by Weston Killian
3085                 '.bookwide.net',                                // by Tequila Zacharias
3086                 '.boreholes.org',                               // by Flora Reed
3087                 '.breathingassociaiton.org',    // by Alfred Crayton
3088                 '.birdingnh.com',                               // by Donald Healy
3089                 '.bisdragons.org',                              // by Lupe Cassity
3090                 '.blcschools.net',                              // by Alycia Jolly
3091                 '.bronte-foods.com',                    // by Kary Pfeiffer
3092                 '.buckscountyneighbors.org',    // by Maile Gaffney
3093                 '.buffalofudge.com',                    // by Mable Whisenhunt
3094                 '.burlisonforcongress.com',             // by Luann King
3095                 '.byairlinecreditcard.com',             // by Cali Stevenson, "Airline credit card search"
3096                 '.byplatinumcard.com',                  // by Pearl Cross, "Discover platinum card info"
3097
3098                 // C
3099                 '.cabanes-web.com',                             // by Vaughn Latham
3100                 '.cardko.com',                                  // by Terris Cain, "Chase visa card search"
3101                 '.cardpose.com',                                // by Deerward Gross, "Gm mastercard articles"
3102                 '.checaloya.com',                               // by Susana Coburn
3103                 '.calvarychapelrgvt.org',               // by Karan Kittle
3104                 '.cameras-esite.info',                  // by Karlee Frisch
3105                 '.cancerkidsforum.org',                 // by Samson Constantino
3106                 '.ccchoices.org',                               // by Kenia Cranford
3107                 '.ccupca.org',                                  // by Evonne Serrano
3108                 '.celebratemehome.com',                 // by Soraya Tower
3109                 '.centerfornourishingthefuture.org',    // by Elisa Wilt
3110                 '.chelseaartmmuseum.org',               // by Kayla Vanhorn
3111                 '.choose-shoes.net',                    // by Geoffrey Setser
3112                 '.churla.com',                                  // by Ollie Wolford
3113                 '.circuithorns.co.uk',                  // by Nathanial Halle
3114                 '.clanbov.com',                                 // by Donell Hozier
3115                 '.cnm-ok.org',                                  // by Thalia Moye
3116                 '.coalitioncoalition.org',              // by Ned Macklin
3117                 '.consoleaddicts.com',                  // by Dorla Hoy
3118                 '.counterclockwise.net',                // by Melynda Hartzell
3119                 '.codypub.com',                                 // by Mercedes Coffman
3120                 '.comedystore.net',                             // by Floy Donald
3121                 '.covsys.co.uk',                                // by Abby Jacey
3122                 '.cpusa364-northsacramento.com',        // by Dannette Lejeune
3123                 '.craftybidders.com',                   // by Dannie Lazo
3124                 '.credit-card-finder.net',              // by Mellie Deherrera
3125                 '.credit-cards-4u.info',                // by Antonina Hil, "Credit cards info"
3126                 '.creditcardstot.com',                  // by Bobby Alvarado, "Shell credit cards"
3127                 '.ctwine.org',                                  // by Hailey Knox
3128
3129                 // D
3130                 '.dazyation.com',                               // by Louis Strasser
3131                 '.deepfoam.org',                                // by Ethelyn Southard
3132                 '.debt-fixing.com',                             // by Dagny Rickman
3133                 '.dgmarketingwebdesign.com',    // by Nubia Lea
3134                 '.domainadoption.com',                  // by Breann Pappas
3135                 '.diannbomkamp.com',                    // by Russel Croteau
3136                 '.dictionary-spanish.us',               // by Jacki Gilbreath
3137                 '.dictionary-yahoo.us',                 // by Lili Mitchem
3138                 '.digital-camera-review-esite.info',    // by Milagros Jowers
3139                 '.digital-cameras-esite.info',  // by Milan Jolin
3140                 '.dnstechnet.net',                              // by Tamera Oman
3141                 '.drivenbydata.org',                    // by Katherine Noyes
3142                 '.dtmf.net',                                    // by Micki Slayton
3143                 '.domainsfound.com',                    // by Blossom Lively
3144
3145                 // E
3146                 '.ecstacyabuse.net',                    // by Alana Knight
3147                 '.e-digital-camera-esite.info', // by Romaine Cress
3148                 '.eda-aahperd.org',                             // by Kaliyah Hammonds
3149                 '.eldorabusecenter.org',                // by Annabella Oneal
3150                 '.emicorporation.com',                  // by (Deangelo_Mikayla at marketing-support.info)
3151                 '.encaponline.com',                             // by Patrick Keel
3152                 '.ez-shopping-online.com',              // by Gail Bartlett
3153
3154                 // F
3155                 '.faithfulwordcf.com',                  // by Bart Weeks
3156                 '.fammedassoc.com',                             // by Joshua Nelson
3157                 '.federalministryoffinance.net',        // by Jeffry Mcmillan
3158                 '.f00k.org',                                    // by Leslie Chapman
3159                 '.foreignrealtions.org',                // by Krystal Hawley
3160                 '.fortwebsite.org',                             // by Kristina Motley
3161                 '.fotofirstdigital.com',                // by Tad Whitfield
3162                 '.foundationcommons.org',               // by Caryn Eskew
3163                 '.fraisierest-alexandre.com',   // by Dwayne Douglas
3164                 '.freaky-cheats.com',                   // by Al Klein
3165                 '.free--spyware.com',                   // by Nikki Contreras
3166                 '.french-home-finance-consultant.info', // by Santana Melton
3167                 '.fuel-tax-software-advisor.info',      // by Derrick Snyder
3168
3169                 // G
3170                 '.gaintrafficfast.com',                 // by Lila Meekins
3171                 '.gaygain.org',                                 // by Shell Davila
3172                 '.gcaaa.com',                                   // by Vallie Jaworski
3173                 '.generalsysteme.com',                  // by Cale Vogel
3174                 '.generation4games.co.uk',              // by Sonya Graham
3175                 '.german-dictionary.us',                // by Rex Daniel
3176                 '.gilmerrec.com',                               // by Leighann Guillory
3177                 '.glenthuntly-athletics.com',   // by Julee Hair
3178                 '.glorybaskets.com',                    // by Lynette Lavelle
3179                 '.goconstructionloan.com',              // by Willis Monahan
3180                 '.gohireit.com',                                // by Bertha Metzger
3181                 '.godcenteredpeople.com',               // by Jaycee Coble
3182
3183                 // H
3184                 '.healthinsuranceem.com',               // by Justin Munson
3185                 '.hearthorizon.info',                   // by Kory Session
3186                 '.hegerindustrial.com',                 // by Toni Wesley
3187                 '.herzequip.com',                               // by Princess Dunkle
3188                 '.hglcms.org',                                  // by Gladwin Ng
3189                 '.hipanoempresa.com',                   // by Shannon Staub
3190                 '.hitempfurnaces.com',                  // by Rebbeca Jaeger
3191                 '.horse-racing-result.com',             // by Rodney Reynolds
3192                 '.hueckerfamily.com',                   // by Hershel Sell
3193
3194                 // I
3195                 '.ilove2win.com',                               // by Lamont Dickerson
3196                 '.ilruralassistgrp.org',                // by Moises Hauser
3197                 '.imageonsolutions.com',                // by Porsche Dubois
3198                 '.infoanddatacenter.com',               // by Eva Okelley
3199                 '.islamfakta.org',                              // by Goldie Boykin
3200                 '.ithomemortgage.com',                  // by Adelaide Towers
3201                 '.iyoerg.com',                                  // by Madyson Gagliano
3202
3203                 // J
3204                 '.jeffaxelsen.com',                             // by Daphne William
3205                 '.jeffreyf.net',                                // by Vito Platt
3206                 '.johnmartinsreality.com',              // by Pamela Larry
3207                 '.johnsilvers.net',                             // by Silver Battaglia
3208
3209                 // K
3210                 '.kcgerbil.org',                                // by Marisa Thayer
3211                 '.kdc-phoenix.com',                             // by Salma Shoulders
3212                 '.kingscreditcard.com',                 // by Sean Parsons, "Credit card info"
3213                 '.kosove.org',                                  // by Darwin Schneider
3214
3215                 // L
3216                 '.leading-digital-camera-esite.info',   // by Charles Moore, "Online home loan articles"
3217                 '.letsgokayaking.net',                  // by Winnie Adair
3218                 '.libertycabs.com',                             // by Adela Bonds
3219                 '.liquor-store-cellar.info',    // by Hugh Pearson
3220                 '.locomojo.net',                                // by Marco Harmon
3221                 '.lodatissimo.com',                             // by Adrian Greeson
3222                 '.lsawc.org',                                   // by Lara Han
3223                 '.lycos-test.net',                              // by Rigoberto Oakley
3224
3225                 // M
3226                 '.macro-society.com',                   // by Venessa Hodgson
3227                 '.marthasflavorfest.com',               // by Ahmad Lau
3228                 '.martin-rank.com',                             // by Cathleen Crist
3229                 '.maryandfrank.org',                    // by Theodore Apodaca
3230                 '.masterkwonhapkido.com',               // by Misty Graham
3231                 '.maxrpm-demo.com',                             // by Cristal Cho
3232                 '.mechanomorphic.com',                  // by Stanford Crow
3233                 '.mepublishing.net',                    // by Karly Fleenor
3234                 '.meyerlanguageservices.co.uk', // by Breana Kennedy
3235                 '.metwahairports.com',                  // by Nan Kitchen
3236                 '.middle-eastnews.com',                 // by Tybalt Altmann
3237                 '.mikepelchy.com',                              // by Sherly Pearson
3238                 '.milpa.org',                                   // by Nelly Aguilera
3239                 '.modayun.com',                                 // by Camilla Velasco
3240                 '.moonstoneerp.com',                    // by Garret Salmon
3241                 '.morosozinho.com',                             // by Lenore Tovar
3242                 '.morphadox.com',                               // by Hung Zielinski
3243                 '.moscasenlared.com',                   // by Tera Gant
3244                 '.sdjavasig.com',                               // by Gia Swisher
3245                 '.mpeg-radio.com',                              // by Sincere Beebe
3246                 '.mrg-now-yes.com',                             // by Sparkle Gallegos
3247                 '.mtseniorcenter.org',                  // by Frederic Ortega
3248                 '.mysteryclips.com',                    // by Edward Ashford
3249
3250                 // N
3251                 '.naavs.org',                                   // by Yuridia Gandy
3252                 '.naval-aviation.org',                  // by Roselle Campo
3253                 '.navigare-ischia.com',                 // by Arielle Coons
3254                 '.ncredc.org',                                  // by Brenda Nye
3255                 '.neonmotorsports.com',                 // by Giovanna Vue
3256                 '.nf-ny.com',                                   // by Yadira Hibbard
3257                 '.ngfdyqva.com',                                // by Emiliano Samples
3258                 '.nicozone.com',                                // by Blaine Shell
3259                 '.nmbusinessroundtable.org',    // by Chantel Mccourt
3260                 '.npawny.org',                                  // by Willard Murphy
3261                 '.nysdoed.org',                                 // by Elric Delgadillo
3262                 '.nyswasteless.org',                    // by Shaylee Moskowitz
3263                 '.nytech-ir.com',                               // by Adrien Beals
3264
3265                 // O
3266                 '.oadmidwest.com',                              // by Gavin Kaplan
3267                 '.oarauto.com',                                 // by Susann Merriman
3268                 '.onairmilescard.com',                  // by Tomoko Hart, "Air miles card information"
3269                 '.onbusinesscard.com',                  // by Farris Lane, "Gm business card"
3270                 '.oncashbackcreditcard.com',    // by Ida Willis, "Cash back credit card articles"
3271                 '.onimagegoldcard.com',                 // by Roxanna Sims, "Imagine gold mastercard information"
3272                 '.online-pills-24x7.biz',               // by Aide Hallock
3273                 '.online-shopping-site-24x7.info',      // by Stacy Ricketts
3274                 '.onlinehomeloanrefinance.com', // by Chaz Lynch
3275                 '.onlinehomeloanfinancing.com', // by Humbert Eldridge
3276                 '.onunicarehealthinsurance.com',        // by  Lawerence Paredes
3277                 '.otterbayweb.com',                             // by Maxwell Irizarry
3278
3279                 // P
3280                 '.painting-technique.us',               // by Bryanna Tooley
3281                 '.pakamrcongress.com',                  // by Bryce Summerville
3282                 '.patabney.com',                                // by Kailyn Slone
3283                 '.parde.org',                                   // by Ellie Yates
3284                 '.participatingprofiles.com',   // by Jaelynn Meacham
3285                 '.partnershipconference.org',   // by Alla Floyd
3286                 '.pet-stars.com',                               // by Carmon Luevano
3287                 '.planning-law.org',                    // by Trista Holcombe
3288                 '.ppawa.com',                                   // by Evonne Scarlett
3289                 '.precisionfilters.net',                // by Faustina Fell
3290
3291                 // Q
3292                 '.qacards.com',                                 // by Perye Estrada, "Citi visa cards"
3293                 '.quick-debt-consolidation.net',        // by Lala Marte
3294                 '.quicktvr.com',                                // by Vernell Crenshaw
3295
3296                 // R
3297                 '.radicalsolutions.org',                // by Reece Medlin
3298                 '.randallburgos.com',                   // by Bradly Villa
3299                 '.rcassel.com',                                 // by Janiah Gallant
3300                 '.rearchitect.org',                             // by Marcus Gaudet
3301                 '.rent-an-mba.com',                             // by Valentina Mcdermott
3302                 '.reprisenashville.com',                // by Hester Khan
3303                 '.reptilemedia.com',                    // by Alicia Patel
3304                 '.resellers2000.com',                   // by Dedra Kennedy
3305                 '.reverse-billing.com',                 // by Lazaro Gluck
3306                 '.richcapaldi.com',                             // by Kya Haggard
3307                 '.richformissouri.com',                 // by Alanna Elston
3308                 '.robstraley.com',                              // by Leida Bartell
3309                 '.rollingprairie-candlecompany.com',    // by Leigha Aker
3310                 '.rpgbbs.com',                                  // by Leonel Peart
3311                 '.ruralbusinessonline.org',             // by Lynsey Watters
3312                 '.ruwomenscenter.org',                  // by Vince Mclemore
3313                 '.ryanjowens.com',                              // by Janine Smythe
3314
3315                 // S
3316                 '.sagarmathatv.org',                    // by Liam Funke
3317                 '.sakyathubtenling.org',                // by Liane Falgout
3318                 '.sandiegolawyer.net',                  // by Linnie Sommervill
3319                 '.sandishaven.com',                             // by Lino Soloman
3320                 '.scienkeen.com',                               // by Liza Navarra
3321                 '.seimenswestinghouse.com',             // by Teresa Benedetto
3322                 '.severios.com',                                // by Isa Steffen
3323                 '.sexual-hot-girls.com',                // by Viviana Bolton
3324                 '.shakespearelrc.com',                  // by Luciana Weaver
3325                 '.shashran.org',                                // by Adriel Humphries
3326                 '.shoes-shop.us',                               // by Austen Higginbotham
3327                 '.skagitvalleybassanglers.com', // by Necole Thiele
3328                 '.skinsciencesalon.com',                // by Nena Rook
3329                 '.smartalternative.net',                // by Nicki Lariviere
3330                 '.sml338.org',                                  // by Nickole Krol
3331                 '.smogfee.com',                                 // by Sienna Kimble
3332                 '.sneakers-e-shop.info',                // by Nikki Fye
3333                 '.spacewavemedia.com',                  // by Thanh Gast
3334                 '.softkernel.com',                              // by Nicol Hummer
3335                 '.stjoanmerrillville.com',              // by Hunter Beckham
3336                 '.strelinger.com',                              // by Arron Highsmith
3337                 '.striking-viking.com',                 // by Kylie Endsley
3338                 '.sunnydeception.org',                  // by Amaya Llora
3339                 '.sunzmicro.com',                               // by Goddard Arreola
3340                 '.sv-iabc.org',                                 // by Braden Buck
3341                 '.sykotick.com',                                // by Pierce Knecht
3342
3343                 // T
3344                 '.tbody.net',                                   // by Ormond Roman
3345                 '.the-pizzaman.com',                    // by Mario Ramsey
3346                 '.the-shoes.us',                                // by Alejandro Gaffney
3347                 '.theborneocompany.com',                // by Bryanna Tooley
3348                 '.theflashchannel.com',                 // by Terrilyn Tam, "Loan financing info"
3349                 '.thehomeschool.net',                   // by September Concepcio
3350                 '.thenewlywed.com',                             // by Allegra Marra
3351                 '.tigerspice.com',                              // by Denis Mosser
3352                 '.tnaa.net',                                    // by Jasmine Andress
3353                 '.top-finance-sites.com',               // by Maryann Doud
3354                 '.tradereport.org',                             // by Bettie Sisk
3355                 '.transmodeling.com',                   // by Martine Button
3356                 '.travel-01.net',                               // by Jay Kim, "Refinance on line"
3357                 '.tsaoc.com',                                   // by Heriberto Mcfall
3358                 '.tsunamidinner.com',                   // by Nannie Richey
3359
3360                 // U
3361                 '.uhsaaa.com',                                  // by Risa Herbert
3362                 '.ultradeepfield.org',                  // by Bobby Ragland
3363                 '.umkclaw.info',                                // by Cammy Kern
3364                 '.unitedsafetycontainer.com',   // by Shreya Heckendora
3365                 '.usa-wolf.com',                                // by Jacklyn Morrill
3366                 '.usjobfair.com',                               // by Lorina Burchette
3367
3368                 // V
3369                 '.vacancesalouer.com',                  // by Loris Bergquist
3370                 '.vagents.com',                                 // by Lorna Beaudette, "Refinancing home loan info"
3371                 '.valleylibertarians.org',              // by Lena Massengale
3372                 '.vanderbiltevents.com',                // by Gannon Krueger
3373                 '.vanwallree.com',                              // by Michelina Donahue
3374                 '.vcertificates.com',                   // by Hyun Lamp
3375                 '.vonormytexas.us',                             // by Suzette Waymire
3376
3377                 // W
3378                 '.washingtondc-areahomes.net',  // by Ailene Broome
3379                 '.web-hosting-forum.net',               // by Deedra Breen, "Mortgage information"
3380                 '.wolsaoh.org',                                 // by Daniela English
3381                 '.worldpropertycatalog.com',    // by Aray Baxter
3382
3383                 // Y
3384                 '.yankee-merchants.com',                // by Jackson Hinojosa
3385                 '.yourbeachhouse.com',                  // by Dedrian Ryals
3386                 '.yourdomainsource.com',                // by Deems Weingarten
3387
3388                 // Z
3389                 '.zkashan.com',                                 // by Evan Light
3390                 '.zockclock.com',                               // by Dorothea Guthrie
3391         ),
3392         'Something-Drugs' => array(
3393                 // Drugs / Pills / Diet
3394                 '.adult-dvd-rental-top-shop.info',      // by Gregoria Keating
3395                 '.abdelghani-shady.com',                // by Elly Alton
3396                 '.bangbangfilm.com',                    // by Davin Chou
3397                 '.centroantequera.com',                 // by Keon Kwiatkowski
3398                 '.champagne-cellar.info',               // by Kandis Rizzo
3399                 '.chix0r.org',                                  // by Christoper Baird
3400                 '.discout-watches-deals.info',  // by Taunya Limon, Insurance -> Drugs?
3401                 '.fantasticbooks-shop.com',             // by Kermit Ashley
3402                 '.fast-cash-01.com',                    // by Edgar Oliver
3403                 '.ficeb.info',                                  // by Vaughn Jacobson, "Phentermine news"
3404                 '.fn-nato.com',                                 // by Donny Dunlap
3405                 '.gqyinran.com',                                // by Alejandro Parks
3406                 '.juris-net.com',                               // by Rachelle Bravo
3407                 '.leftpencey.com',                              // by Aileen Ashby
3408                 '.miamicaribbeancarnival.com',  // by Herminia Barrios
3409                 '.nike-shoes-e-shop.info',              // by Machelle Groce, "Phentermine"
3410                 '.palaceroyale.net',                    // by Brycen Stebbins
3411                 '.pocket-watches-deals.info',   // by Dorinda Stromberg
3412                 '.regresiones.net',                             // by Lauralee Smtih, "Online phentermine updates"
3413                 '.yukissushi.com',                              // by Donell Hozier
3414         ),
3415         'Something-Others' => array(
3416                 '.consulting-cu.com',                   // by Albina Rauch, 404 not found
3417                 '.dvd-rentals-top-shop.info',   // by Lashunda Pettway, 404 not found
3418         ),
3419         'Something-NoApp' => array(
3420                 '.auctioncarslisting.com',      // "No application configured at this url." by John Davis
3421                 '.buy-cheap-hardware.com',      // "No application configured at this url." by Tim Morison (domains at sunex.ru)
3422                 '.carsgarage.net',                      // "No application configured at this url." by Zonen Herms, and Jimmy Todessky (seomate at gmail.com)
3423                 '.digitshopping.net',           // "No application configured at this url." by Zonen Herms, and Jimmy Todessky (seomate at gmail.com)
3424                 '.your-insurance.biz',          // "No application configured at this url." by Jimmy Todessky (seomate at gmail.com)
3425         ),
3426         'Cortez and family' => array(
3427                 // by Cortez Shinn (info at goorkkjsaka.info), or Rico Laplant (info at nnjdksfornms.info)
3428                 '.dronadaarsujf.info',  // by Cortez
3429                 '.fromnananaref.info',  // by Cortez
3430                 '.goorkkjsaka.info',    // by Cortez
3431                 '.jkdfjjkkdfe.info',    // by Rico
3432                 '.jkllloldkjsa.info',   // by Cortez
3433                 '.nnjdksfornms.info',   // by Rico
3434                 '.mcmdkkksaoka.info',   // by Cortez
3435                 '.srattaragfon.info',   // by Cortez
3436                 '.yreifnnonoom.info',   // by Rico
3437                 '.zjajjsvgeuds.info',   // by Cortez
3438         ),
3439         'admin at ematuranza.com' => array(
3440                 '.ancorlontano.com',
3441                 '.dentroallago.com',
3442                 '.digiovinezza.com',
3443                 '.ematuranza.com',
3444                 '.ilfango.com',
3445                 '.nullarimane.com',
3446                 '.questaimmensa.com',
3447                 '.tentailvolo.com',
3448                 '.unatenerezza.com',
3449                 '.volgondilettose.com',
3450         ),
3451         'admin at edeuj84.info' => array(       // by Cornelius Boyers
3452                 '.bid99df.info',
3453                 '.bj498uf.info',
3454                 '.edeuj84.info',
3455                 '.f4mfid.info',
3456                 '.g4vf03a.info',
3457                 '.j09j4r.info',
3458                 '.jv4r8hv.info',
3459                 '.k43sd3.info',
3460                 '.k4r84d.info',
3461                 '.k4rvda.info',
3462                 '.k4v0df.info',
3463                 '.k903os.info',
3464                 '.k9df93d.info',
3465                 '.kv94fd.info',
3466                 '.ksjs93.info',
3467                 '.l0ks03.info',
3468                 '.l9u3jc.info',
3469                 '.lv043a.info',
3470                 '.nh94h9.info',
3471                 '.m94r9d.info',
3472                 '.s87fvd.info',
3473                 '.v3k0d.info',
3474                 '.v4r8j4.info',
3475                 '.vf044s.info',
3476                 '.vj49rs.info',
3477                 '.vk498j.info',
3478                 '.u03jow.info',
3479         ),
3480         'Nikhil and Brian' => array(
3481                 // by Brian Dieckman (info at iudndjsdhgas.info)
3482                 // by Nikhil Swafford (info at jhcjdnbkrfo.info)
3483                 // by Gerardo Figueiredo (info at jikpbtjiougje.info)
3484                 '.ihfjeswouigf.info',   // by Brian, / was not found
3485                 '.iudndjsdhgas.info',   // by Brian, / was not found
3486                 '.iufbsehxrtcd.info',   // by Brian, / was not found
3487                 '.jiatdbdisut.info',    // by Brian, / was not found
3488                 '.jkfierwoundhw.info',  // by Brian, / was not found
3489                 '.kfjeoutweh.info',             // by Brian, / was not found
3490                 '.ncjsdhjahsjendl.info',// by Brian, / was not found
3491                 '.oudjskdwibfm.info',   // by Brian, / was not found
3492                 '.cnewuhkqnfke.info',   // by Nikhil, / was not found
3493                 '.itxbsjacun.info',             // by Nikhil, / was not found
3494                 '.jahvjrijvv.info',             // by Nikhil (info at jikpbtjiougje.info), / was not found
3495                 '.jhcjdnbkrfo.info',    // by Nikhil, / was not found
3496                 '.najedncdcounrd.info', // by Nikhil, / was not found
3497                 '.mcsjjaouvd.info',             // by Nikhil, / was not found
3498                 '.oujvjfdndl.info',             // by Nikhil, / was not found
3499                 '.uodncnewnncds.info',  // by Nikhil, / was not found
3500                 '.jikpbtjiougje.info',  // by Julio Mccaughey (info at jikpbtjiougje.info), / was not found
3501                 '.cijkalvcjirem.info',  // by Gerardo, / was not found
3502                 '.nkcjfkvnvpow.info',   // by Gerardo, / was not found
3503                 '.nmiiamfoujvnme.info', // by Gerardo, / was not found
3504                 '.nxuwnkajgufvl.info',  // by Gerardo, / was not found
3505                 '.mkjajkfoejvnm.info',  // by Gerardo, / was not found
3506         ),
3507         'wealth777 at gmail.com' => array(      // by Henry Ford
3508                 '.brutal-forced.com',
3509                 '.library-bdsm.com',
3510                 '.rape-fantasy.us',
3511         ),
3512         'Croesus International Inc.' => array(  // by Croesus International Inc. (olex at okhei.net)
3513                 '.purerotica.com',
3514                 '.richsex.com',
3515                 '.servik.net',
3516                 '.withsex.com',
3517         ),
3518         'dreamteammoney.com' => array(
3519                 '.dreamteammoney.com',  // dtmurl.com related
3520                 '.dtmurl.com',                  // by dreamteammoney.com, redirection service
3521         ),
3522         'KLIK VIP Search and family' => array(
3523                 '.cheepmed.org',                // "KLIK VIP Search" by petro (petrotsap1 at gmail.com)
3524                 '.fastearning.net',             // "KlikVIPsearch.com" by Matthew  Parry        (fastearning at mail.ru)
3525                 '.klikvipsearch.com',   // "KLIKVIPSEARCH.COM" by Adrian Monterra (support at searchservices.info)
3526                 '.looked-for.info',             // "MFeed Search" now, by johnson (edu2006alabama at hotmail.com)
3527                 '.mnepoxuy.info',               // "KlikVIPsearch.com" by DEREK MIYAMOTO (grosmeba at ukr.net)
3528                 '.searchservices.info', // 403 Forbidden now, by Adrian Monterra (support at searchservices.info)
3529                 '.visabiz.net',                 // "Visabiz-Katalog-Home" now, by Natalja Estrina (m.estrin at post.skynet.lt)
3530         ),
3531         'vasyapupkin78 at bk.ru' => array(      // by Andrey Kozlov
3532                 '.antivirs.info',
3533                 '.antivirus1.info',
3534                 '.antivirus2.info',
3535         ),
3536         'wasam at vangers.net' => array(        // by Ashiksh Wasam
3537                 '.290cabeza.org',       // 69.31.91.226(colo-69-31-91-226.pilosoft.com)
3538                 '.blogduet.org',
3539                 '.bossierpainted.org',
3540                 '.carelf.info',
3541                 '.cmagic.org',
3542                 '.cspell.org',
3543                 '.dspark.org',
3544                 '.dtonic.org',
3545                 '.gradetelemundo.info',
3546                 '.indicadorestmj.info',
3547                 '.keeleykincaid.org',
3548                 '.mcharm.info',
3549                 '.mslook.info',
3550                 '.phpdinnerware.info',
3551                 '.pipnickname.info',
3552                 '.pacolily.org',
3553                 '.redeemtrabalho.info',
3554                 '.rnation.org',
3555                 '.titanmessina.info',
3556                 '.tragratuit.org',
3557                 '.uzing.org',
3558                 '.yeareola.info',
3559         ),
3560         'kadilk at vangers.net' => array(       //  by Kadil Kasekwam
3561                 '.allbar.info',         // 69.31.91.226
3562                 '.allersearch.org',
3563                 '.dynall.org',
3564                 '.educativaanale.info',
3565                 '.fastopia.org',
3566                 '.guildstuscan.org',
3567                 '.isfelons.org',
3568                 '.solarissean.org',
3569                 '.opalbusy.info',
3570                 '.rblast.org',
3571                 '.rette.org',
3572                 '.salthjc.info',
3573                 '.suvlook.org',
3574                 '.tarzanyearly.org',
3575                 '.tulabnsf.org',
3576         ),
3577         'tvaals at vangers.net' => array(       // by Thomas Vaals
3578                 '.cheapns.org',
3579                 '.my-top.net',
3580                 '.sfind.net',
3581                 '.sspot.net',
3582                 '.suvfind.info',
3583         ),
3584         'kasturba at vangers.net' => array(     // by Kasturba Nagari
3585                 '.finddesk.org',
3586                 '.gsfind.org',
3587                 '.my-top.org',
3588                 '.rcatalog.org',
3589                 '.sbitzone.org',
3590         ),
3591         'bipik at vangers.net' => array(        // by Bipik Joshu
3592                 '.e2007.info',
3593                 '.cmoss.info',
3594         ),
3595         'marion at vangers.net' => array('.trumber.com'),       // by Mariano Ciaramolo
3596         'SearchHealtAdvCorpGb.com' => array(    // by Jonn Gardens (admin at SearchHealtAdvCorpGb.com -- no such domain)
3597                 '.canadianmedsworld.info',
3598                 '.tabsdrugstore.info',
3599                 '.tabsstore.info',
3600                 '.topcholesterol.info',
3601         ),
3602         'be.cx' => array(
3603                 '.be.cx',
3604                 '.ca.cx',
3605         ),
3606         'john780321 at yahoo.com' => array(     // by John  Brown
3607                 '.bestdiscountpharmacy.biz',    // 2007-01-27, 61.144.122.45
3608                 '.drugs4all.us',                                // 2007-03-09, 202.67.150.250
3609         ),
3610         'tremagl.freet at gmail.com' => array(  // by Treman Eagles, redirect to searchadv.com
3611                 '.bertela.info',
3612                 '.forblis.info',
3613                 '.frenallo.info',
3614                 '.goyahoo.info',
3615                 '.herbak.info',
3616                 '.kiokast.info',
3617                 '.nerenok.info',
3618                 '.pestgets.info',
3619                 '.snukker.info',
3620                 '.thegetspons.info',
3621         ),
3622         '2xxc at 2xxc.net' => array(    // by 2xxc, 404 not found
3623                 '.bobop.info',
3624                 '.kwwwe.info',
3625                 '.piikz.info',
3626                 '.moosm.info',
3627                 '.vvvw.info',
3628         ),
3629         'support at 51g.net' => array(  // iframe www.lovetw.webnow.biz
3630                 '.ftplin.com',          // 125.65.112.15, by Yongchun Liao
3631                 '.jplin.com',           // 125.65.112.15, by Yongchun Liao
3632                 '.jplineage.com',       // 221.238.195.113, by Yongchun Liao
3633                 '.jplingood.com',       // 125.65.112.15
3634                 '.linenew.com',         // 203.191.148.96
3635                 '.lyftp.com',           // 218.5.77.17,   by Yongchun Liao (weboy at 51g.net)
3636                 '.yzlin.com',           // 220.162.244.36
3637         ),
3638         'Betty.J.Pelletier at pookmail.com' => array(   // by Betty J. Pelletier
3639                 '.1111mb.com',
3640                 '.2sex18.com',
3641                 '.69porn1.com',
3642         ),
3643         'ECTechnology' => array(
3644                 '.atmouse.co.kr',               // by EG gisul (kpgak at hanmail.net)
3645                 '.auto-mouse.com',              // "Copyright Ã’$ 2007 www.automouse.jp" by ECTechnology (help at atmouse.co.kr)
3646                 '.automouse.jp',
3647         ),
3648         'lyqz at 21cn.com' => array(
3649                 '.japangame1.com',
3650                 '.lineinfo-jp.com',             // www.lineinfo-jp.com is 61.139.126.10
3651                 '.livedoor1.com',
3652                 '.ragnarokonline1.com',
3653                 '.zhangweijp.com',              // by qiu wang hao (qq.lilac at eyou.com), *.exe, hidden JavaScripts, the same IP of www.lineinfo-jp.com
3654         ),
3655         'kingrou at hotmail.com' => array(      // by yangjianhe
3656                 '.youshini.com',                // Two iframe to 453787.com's *.exe
3657                 '.453787.com',
3658         ),
3659         'anpaul541000 at 163.com' => array(     // by su qiuqing
3660                 '.cetname.com',                 // 222.77.185.87
3661                 '.jpgamer.net',                 // 220.247.157.106
3662                 '.jpplay.net',                  // 222.77.185.87, iframe www.lovetw.webnow.biz
3663                 '.lovejptt.com',                // 222.77.185.87
3664                 '.pangzigame.com',              // 220.247.134.136, by qiuqingshan
3665                 '.playncsoft.net',              // 220.247.157.106
3666         ),
3667         'abc00613 at 163.com' => array( // by guo yong
3668                 '.avtw1068.com',                // 64.74.223.11
3669                 '.dj5566.org',                  // Seems IP not allocated now, by yongchao li
3670                 '.djkkk66990.com',              // 68.178.232.99
3671                 '.lingamesjp.com',              // 219.153.13.23(8.myadmin.cn),  by guo jinlong
3672         ),
3673         'thomas.jsp at libertysurf.fr' => array(        // by Perez Thomas
3674                 '.cmonfofo.com',
3675                 '.discutbb.com',
3676         ),
3677         'Dorothy.D.Adams at mailinator.com' => array(   // by Dorothy D. Adams
3678                 '.preca.info',
3679                 '.skiaggi.info',
3680                 '.scrianal.info',
3681                 '.tageom.info',
3682         ),
3683         'Inpros.net' => array(  // by Hayato Hikari (hikari at t-dm.co.jp)
3684                 '.inpros.biz',                  // 38.99.91.137, redirect to inpros.net
3685                 '.inpros.net',                  // 202.181.98.79
3686                 '.gametradeonline.jp',  // 210.188.204.233, by Hayato Hikari, RMT
3687         ),
3688         'szczffhh_sso at 21cn.net' => array(    // by zhenfei chen
3689                 '.ec51.com',
3690                 '.ec51.net',
3691         ),
3692         'abbevillelaties at yahoo.fr etc' => array(
3693                 // by Mahat Ashat, JavaScript may mocks "ACCOUNT TERMINATE", or "Domain deleted Reason: ABUSE" but ...
3694                 '.ringtones-rate.com',  
3695                 '.ringtones-dir.net',   // by Alex Maklayt (maklayt at ringtones-dir.net), hidden JavaScript
3696                 '.special-ringtones.net',
3697         ),
3698         'gibson or gibs0n at skysquad.net' => array(    // by Brzezinski Bartosz (gibson at skysquad.net), redirect to find.fm
3699                 '.1sgsc.info',
3700                 '.3h4r89h.info',
3701                 '.3v44dd.info',
3702                 '.6rfuh6.info',
3703                 '.84hd8.info',
3704                 '.94bui89.info',
3705                 '.agysb3.info',
3706                 '.asdjhs.info',
3707                 '.bcvnrth.info',
3708                 '.bheb4r.info',
3709                 '.bhiuno.info',
3710                 '.biug7g.info',
3711                 '.bjb5f4.info',
3712                 '.bob8g7g.info',
3713                 '.br89bdd.info',
3714                 '.bsa3h.info',
3715                 '.bsieb8.info',
3716                 '.basbiubf.info',
3717                 '.bobwwfs2.info',
3718                 '.ciuv9t.info',
3719                 '.dbmdx4.info',
3720                 '.dbrjms.info',
3721                 '.dbtcm.info',
3722                 '.dff9ghu.info',
3723                 '.dfshbb.info',
3724                 '.dgd4ffdh.info',
3725                 '.dh3ge.info',
3726                 '.duc86jh.info',
3727                 '.ergth45.info',
3728                 '.f78bf7ffb.info',
3729                 '.gbdfbo4.info',
3730                 '.ger45.info',
3731                 '.gnvnrrg.info',
3732                 '.h47he7.info',
3733                 '.h488hbd4.info',
3734                 '.hd72b94.info',
3735                 '.he74b7.info',
3736                 '.hfujfnr.info',
3737                 '.husdhd42.info',
3738                 '.hbwje.info',
3739                 '.itg87gji.info',
3740                 '.iugiougiuh.info',
3741                 '.jhd4f4aa.info',
3742                 '.jshd73.info',
3743                 '.krhpgd.info',
3744                 '.lyihjn.info',
3745                 '.nfyjnfj.info',
3746                 '.oihbv.info',
3747                 '.os44fvs.info',
3748                 '.sdfsd3.info',
3749                 '.sdiug4.info',
3750                 '.sdkufhh.info',
3751                 '.sdugb4f.info',
3752                 '.skdbf.info',
3753                 '.sipiv78.info',
3754                 '.sudbfb.info',
3755                 '.tymbbmy.info',
3756                 '.uilhjk.info',
3757                 '.vi87vub.info',
3758                 '.vfuyf87f.info',
3759                 '.viyvvj877.info',
3760                 '.w7fc8eu.info',
3761                 '.wefg43g.info',
3762                 '.xbrch78e.info',
3763                 '.ywsfu.info',
3764                 '.zxcbiv.info',
3765         ),
3766         'info at infooracle.com' => array(      // by Marek Luto Marek Luto
3767                 '.abofios.info',
3768                 '.amlekfn.info',
3769                 '.amlkdoie.info',
3770                 '.amkslewq.info',
3771                 '.alemfu.info',
3772                 '.aloweks1.info',
3773                 '.alposd3.info',
3774                 '.bamhpb.info',
3775                 '.bhjkb.info',
3776                 '.bjqnj.info',
3777                 '.cvcxcbhpr.info',
3778                 '.czoypaiat.info',
3779                 '.dbpmgc.info',
3780                 '.dgvogrxs.info',
3781                 '.dldksf.info',
3782                 '.dlor6za.com',
3783                 '.dmkoiew.info',
3784                 '.eewrefr.info',
3785                 '.eladne.info',
3786                 '.elksem.info',
3787                 '.elwpod.info',
3788                 '.emlwkdnr.info',
3789                 '.esgmyqk.info',
3790                 '.fauqv.info',
3791                 '.fgxkgy.info',
3792                 '.fhryns.info',
3793                 '.fj38n4g.info',
3794                 '.fjnesal.info',
3795                 '.fmkfoe.info',
3796                 '.fqkcfldtr.info',
3797                 '.fwcigpdwz.info',
3798                 '.fyhik.info',
3799                 '.glrkje.info',
3800                 '.gwkslfq.info',
3801                 '.gwjracvh.info',
3802                 '.hihopepe.info',
3803                 '.hwlyggbkw.info',
3804                 '.hmwbfw.info',
3805                 '.hthyeb.info',
3806                 '.iaofkyaw.info',
3807                 '.uldkxuiw.info',
3808                 '.is7c6w4.info',
3809                 '.ivuddhdk.info',
3810                 '.jgfndjem.info',
3811                 '.jgmdlek.info',
3812                 '.jkrnvmpad.info',
3813                 '.jqujn.info',
3814                 '.jvgmmba.info',
3815                 '.kbaur.info',
3816                 '.kgjindptv.info',
3817                 '.kleo7s9.info',
3818                 '.lezfgam.info',
3819                 '.lfaasy.info',
3820                 '.ljpdjki.info',
3821                 '.lmnpis.info',
3822                 '.lpzcu2f.info',
3823                 '.lrptn.info',
3824                 '.lursqt.info',
3825                 '.mgkabviil.info',
3826                 '.mhtknjyt.info',
3827                 '.mksuuku.info',
3828                 '.mkyky.info',
3829                 '.mloaisn.com',
3830                 '.mlsiknd.info',
3831                 '.mthqz.info',
3832                 '.nnooq.info',
3833                 '.nohhylvc.info',
3834                 '.nuprndsye.info',
3835                 '.nsoelam.info',
3836                 '.nykobczv.info',
3837                 '.nzuhli.info',
3838                 '.odyqzgylr.info',
3839                 '.oidiau.info',
3840                 '.oitzkw.info',
3841                 '.okdmrpz.info',
3842                 '.ooinziti.info',
3843                 '.ortqr.info',
3844                 '.osmkpnekv.info',
3845                 '.ozkzfih.info',
3846                 '.p3ix8wc.com',
3847                 '.piwyt.info',
3848                 '.pfkijrm.info',
3849                 '.pjktcragi.info',
3850                 '.pleoz.info',
3851                 '.plvqm73.info',
3852                 '.pqyrem.info',
3853                 '.qipgqd.info',
3854                 '.qlewixu.com',
3855                 '.qmlskme.info',
3856                 '.qtuff.info',
3857                 '.quoga.info',
3858                 '.quqz.info',
3859                 '.qzxuw.info',
3860                 '.rcaidegp.info',
3861                 '.rlkmdi.info',
3862                 '.rnsoiov.info',
3863                 '.rnwlams.info',
3864                 '.rprgkgqld.info',
3865                 '.rubqvxrn.info',
3866                 '.spqxstl.info',
3867                 '.syckoqjql.info',
3868                 '.tbirb.info',
3869                 '.thalc34.info',
3870                 '.tiabq.info',
3871                 '.tszzpjr.info',
3872                 '.tyjdyn.info',
3873                 '.twgugpns.info',
3874                 '.uaezrqp.info',
3875                 '.udlkasu.info',
3876                 '.uejncyf.info',
3877                 '.ukvflb.info',
3878                 '.ugsuv.info',
3879                 '.ukhgpcp.info',
3880                 '.urprzn.info',
3881                 '.uuhememkw.info',
3882                 '.yalc7en.info',
3883                 '.ybuid.info',
3884                 '.yhdkgfob.info',
3885                 '.ymenq.info',
3886                 '.ynlyb.info',
3887                 '.vieatlubk.info',
3888                 '.vltcaho.info',
3889                 '.wlamsiek.info',
3890                 '.wlerp.info',
3891                 '.wlmtshzi.info',
3892                 '.wmlkams.info',
3893                 '.wprqd.info',
3894                 '.wpyspszi.info',
3895                 '.xdscc.info',
3896                 '.xdvy.info',
3897                 '.xeypku.info',
3898                 '.xsrxh.info',
3899                 '.xwjyrpfe.info',
3900                 '.yxcqw.info',
3901                 '.zhbktrh.info',
3902                 '.zspepn.info',
3903                 '.zsxtz.info',
3904         ),
3905         'survi at poczta.fm and smiley' => array(
3906                 '.pperd.info',          // "main site :>" by Domagala Andrzej (survi at poczta.fm)
3907                 '.ppert.info',
3908                 '.pperta.info',
3909                 '.pperts.info',
3910                 '.pprtuis.info',
3911                 '.13iuey.info',         // ":>"
3912                 '.13jkhs.info',
3913                 '.13lksa.info',
3914                 '.13rxtx.info',
3915                 '.13slkd.info',
3916                 '.13zaer.info',
3917         ),
3918         'admin at esemeski.com' => array(       // by Jan Kalka
3919                 '.kxils.info',
3920                 '.kuaph.info',
3921                 '.lncdc.info',
3922                 '.lsqpd.info',
3923                 '.mczed.info',
3924                 '.npous.info',
3925                 '.obgju.info',
3926         ),
3927         'FateBack.com' => array(        // by LiquidNet Ltd. (president at fateback.com), redirect to www.japan.jp
3928                 '.bebto.com',
3929                 '.fateback.com',
3930                 '.undonet.com',
3931                 '.yoll.net',
3932         ),
3933         'domains at agava.com' => array(
3934                 '.h18.ru',
3935                 '.hut1.ru',
3936         ),
3937         'wlmx009 at hotmail.com' => array(
3938                 '.123lineage.com',
3939                 '.ff11-info.com',
3940                 '.lastlineage.com',
3941                 '.lineage2-ol.com',
3942                 '.lineage2006.com',
3943                 '.lineagefirst.com',
3944         ),
3945         'Zettahost.com' => array(
3946                 '.atspace.biz',         // sales at zettahost.com
3947                 '.atspace.com',         // abuse at zettahost.com
3948                 '.atspace.name',        // NS atspace.com
3949                 '.awardspace.com',      // by abuse at awardspace.com, no DirectoryIndex, 70.86.228.149
3950                 '.awardspace.us',       // by Dimitar Dimitrov (sales at zettahost.com), 70.86.228.149
3951         ),
3952         'hlq9814 at 163.com' => array(
3953                 '.kotonohax.com',               // by ling bao
3954                 '.ragnarox.mobi',               // by lin bao, *.exe download
3955                 '.rokonline-jp.com',    // by hang long
3956         ),
3957         '77ch.jp' => array(
3958                 '.77ch.jp',
3959                 '.gamorimori.net',      // by ryo takami (infomation at 77ch.jp)
3960         ),
3961         'serchportal at mail.ru' => array(      // by Namu Adin
3962                 '.43fert.info',
3963                 '.belis.info',
3964                 '.bonu.info',
3965                 '.chelsite.info',
3966                 '.chparael.info',
3967                 '.cool9f.info',
3968                 '.dada2.info',
3969                 '.dorplanete.info',
3970                 '.dormonde.info',
3971                 '.dorprojet.info',
3972                 '.faciledor.info',
3973                 '.fastsearchgroup.info',
3974                 '.gerta0.info',
3975                 '.getse.info',
3976                 '.gopvl.info',
3977                 '.knopki.info',
3978                 '.propidor.info',
3979                 '.quicksearchnet.info',
3980                 '.ret5.info',
3981                 '.slimfastsearch.info',
3982                 '.virtualpvl.info',
3983                 '.vpvla.info',
3984                 '.xjdor.info',
3985                 '.zhopki.info',
3986         ),
3987         'SoniqHost.com' => array(       // by Stanley Gutowski (support at soniqhost.com)
3988                 '*.444mb.com',          // Free hosting
3989                 'urlnip.com',           // Redirection
3990         ),
3991         'WWW.RU' => array(              // by Angela (abuse at www.ru)
3992                 '.1fasttimesatnau.info',
3993                 '.1freecybersex.info',
3994                 '.1freexxxcomics.info',
3995                 '.1fuckingmywife.info',
3996                 '.1pornpreview.info',
3997                 'www.ru',                                       // by (service at demos.ru), redirection
3998         ),
3999         '65.90.250.10' => array(        // IP seems the same (65.90.250.10)
4000                 '.adultschat.info',
4001                 '.livecamonline.info',
4002                 '.webcam4u.info',
4003                 '.younghot.info',
4004         ),
4005         'hostorgadmin at googlemail.com' => array(      // Byethost Internet Ltd.
4006                 '.1sthost.org',
4007                 '.22web.net',
4008                 '.2kool4u.net',
4009                 '.4sql.net',
4010                 '.php0h.com',
4011                 '.php1h.com',
4012                 '.php2h.com',           // by Andrew Millar (asmillar at sir-millar.com), ns also *.byet.org
4013                 '.phpnet.us',
4014                 '.prophp.org',          // pro-php.org, 
4015                 '.byethost.com',
4016                 //'byethost1.com'
4017                 '.byethost2.com',
4018                 '.byethost3.com',
4019                 '.byethost4.com',
4020                 '.byethost5.com',
4021                 '.byethost6.com',
4022                 '.byethost7.com',
4023                 '.byethost8.com',
4024                 '.byethost9.com',
4025                 '.byethost10.com',
4026                 '.byethost11.com',
4027                 '.byethost12.com',
4028                 '.byethost13.com',
4029                 '.byethost14.com',
4030                 '.byethost15.com',
4031                 '.byethost16.com',
4032                 '.byethost17.com',
4033                 '.byethost18.com',
4034                 //'*.byethost19.com',   // by Wan-Fu China, Ltd. (business at wanfuchina.com)
4035                 '.ifastnet.com',
4036                 '.kwikphp.com',
4037                 '.mega-file.net',
4038                 '.my-php.net',
4039                 '.my-place.us',
4040                 '.my-webs.org',
4041                 '.netfast.org',
4042                 '.prohosts.org',
4043                 '.sprinterweb.net',
4044                 '.swiftphp.com',
4045                 '.xlphp.net',
4046         ),
4047         'webmaster at bestgirlssex.info' => array(      // by lemnaru ionut, ns *.hostgator.com
4048                 '.analmoviesite.info',
4049                 '.bestgirlssex.info',
4050                 '.boxvagina.info',
4051                 '.cyberlivegirls.info',
4052                 '.hotredgirls.info',
4053                 '.forsexlove.info',
4054                 '.hotnudezone.info',
4055                 '.hotredpussy.info',
4056                 '.lesbians-live.info',
4057                 '.lesbians-on-cam.info',
4058                 '.onlinegirlssite.info',
4059                 '.sexloveonline.info',
4060                 '.teensexcard.info',
4061                 '.teensexdirect.info',
4062                 '.topnudesite.info',
4063                 '.vaginafree.info',     
4064                 '.webcam-show.info',
4065                 '.webcamshow.info',
4066                 '.youngsexchat.info',
4067                 '.yourcumshot.info',    
4068         ),
4069         'stocking.club at gmail.com' => array(
4070                 '.adulthotmodels.com',          // by David Zajwzran
4071                 '.aretheshit.info',                     // by David Theissen (zjwzra at mail.ru)
4072                 '.cash-call.info',                      // by David Theissen
4073                 '.cialis-compare-levitra-viagra.info',  // by David Theissen
4074                 '.cheap-online-viagra.info',    // by David Theissen
4075                 '.drugcleansing.net',           // by David Zajwzran
4076                 '.men-health-zone.com',         // by David Theissen
4077                 '.purchase-viagra.info',        // by David Theissen
4078                 '.realdrunkengirls.biz',        // by David Theissen
4079                 '.sextoyslife.com',                     // by David Zajwzran
4080                 '.sexysubjects.info',           // by David Zajwzran
4081                 '.shithotsex.info',                     // by David Theissen (zjwzra at mail.ru)
4082                 '.stocks-trader.info',          // by David Theissen (zjwzra at mail.ru)
4083                 '.travelcardsite.info',         // by David Theissen
4084         ),
4085         'lustiq at p5com.com' => array(
4086                 '.wonkalook.com',               // ns *.willywonka.co.in, 85.255.117.226
4087                 '.willywonka.co.in',    // by Nick Priest (lustiq at p5com.com), 85.255.117.226
4088         ),
4089         'web at 6jy.com' => array(
4090                 '.micro36.com',                 // by Teng Zhang, content from lineage.jp, post with 'lineage1bbs.com'
4091                 '.movie1945.com',               // by Zhang Teng, content from lineage.jp, hidden JavaScript
4092         ),
4093         'mk_slowman at yahoo.com' => array(     // by Mike Slowman (mk_slowman at yahoo.com)
4094                 '.auto-fgen.info',
4095                 '.fast-marketing.info',
4096                 '.from-usa.info',
4097                 '.generic-pharm.info',
4098                 '.pharm-directory.info',
4099                 '.popular-people.info',
4100                 '.safe-health.info',
4101                 '.star-celebrities.info',
4102                 '.super-home-biz.info',
4103                 '.top5-auto.info',
4104                 '.top5-cars.info',
4105                 '.vip-furniture.info',
4106                 '.vip-pc.info',
4107                 '.vip-pets.info',
4108         ),
4109         'abuse at search-store.org' => array(
4110                 '.travel-gen.info',             // by Mike Slowman (abuse at search-store.org)
4111         ),
4112         'Leading Edge Marketing Inc.' => array(
4113                 // by Leading Edge Marketing Inc. (domains at leminternet.com), seems an advertiser
4114                 '.abemedical.com',
4115                 '.attractwomennow.com',
4116                 '.bettersexmall.com',
4117                 '.buymaxoderm.com',
4118                 '.buyvprx.com',
4119                 '.genf20.com',
4120                 '.infinityhealthnews.com',
4121                 '.istnewsletter.com',
4122                 '.leadingedgecash.com',
4123                 '.leadingedgeherbals.com',
4124                 '.leadingedgevipsonly.com',
4125                 '.lecash.com',
4126                 '.leminfo.com',
4127                 '.proextendersystem.com',
4128                 '.provestra.com',
4129                 '.semenax.com',
4130                 '.shavenomore.com',
4131                 '.theedgenewsletter.com',
4132                 '.vigorelle.com',
4133                 '.vigrx.com',
4134                 '.vigrxplus.com',
4135                 '.wbstnewsletter.com',
4136         ),
4137         'clickx at bk.ru' => array(     // by Alexey Enrertov
4138                 '.coolget*.info' =>
4139                         '#^(?:.*\.)?' . 'coolget' .
4140                         '(?:bus|find|news|php|place|post|srch)' .
4141                         '\.info$#',
4142                 '.coolgirl*.info' =>
4143                         '#^(?:.*\.)?' . 'coolgirl' .
4144                         '(?:apple|fish|search)' .
4145                         '\.info$#',
4146                 '.coolmeet*.info' =>
4147                         '#^(?:.*\.)?' . 'coolmeet' .
4148                         '(?:apple|click|find|fish|news|php|place|post|srch|search)' .
4149                         '\.info$#',
4150                 '.cool**.info' =>
4151                         '#^(?:.*\.)?' . 'cool' . '(?:strong|the)' .
4152                         '(?:apple|bus|click|find|fish|news|php|place|post|srch|search)' .
4153                         '\.info$#',
4154                 '.freseasy*.info' =>
4155                         '#^(?:.*\.)?' . 'freseasy' .
4156                         '(?:apple|click|find|fish|post|search)' .
4157                         '\.info$#',
4158                 '.fres**.info' =>
4159                         '#^(?:.*\.)?' .
4160                         'fres' . '(?:adult|boy|get|girl|meet|new|real|strong|the)' .
4161                         '(?:apple|bus|click|find|fish|news|php|place|post|srch|search)' .
4162                         '\.info$#',
4163                         // These are not found yet:
4164                         // fresgirlsrch.info
4165                         // fresadultapple.info
4166                         // fresadultclick.info
4167                         // frestheplace.info
4168
4169                 // 66.232.113.44
4170                 '.nuhost.info',
4171                 '.susearch.info',
4172
4173                 // 66.232.126.74(hv94.steephost.com)
4174                 '.dilej.com',
4175                 '.fyvij.com',
4176                 '.howus.com',
4177                 '.jisyn.com',
4178                 '.kaxem.com',
4179                 '.mihug.com',
4180                 '.qihek.com',
4181                 '.ryzic.com',
4182                 '.sasuv.com',
4183                 '.tuquh.com',
4184                 '.vehyq.com',
4185                 '.wezid.com',
4186                 '.wifuj.com',
4187                 '.xijyt.com',
4188                 '.zuqyn.com',
4189         ),
4190         'jakaj ay hotmail.com' => array(        // 66.232.113.46, the same approach and timing of clickx at bk.ru
4191                 '.hitsearching.info',
4192                 '.hugeamountdata.info',
4193                 '.megafasthost.info',
4194                 '.real-big-host.info',
4195                 '.search4freez.info',
4196                 '.yasech.info',
4197         ),
4198         'ice--man at mail.ru' => array( // 74.50.97.198 by andrey, the same approach and timing of clickx at bk.ru
4199                 '.exoticmed.com',
4200                 '.greatexotic.com',
4201                 '.icyiceman.com',
4202                 '.margansitio.com',
4203                 '.margantierra.com',
4204                 '.mimargan.com',
4205                 '.oilkeys.com',
4206         ),
4207         'porychik at hot.ee' => array(  // by Igor
4208                 '.tedstate.info',       // "Free Web Hosting"
4209                 '.giftsee.com',
4210         ),
4211         'aofa at vip.163.com' => array(
4212                 '.bdjyw.net',           // by gaoyun, infected images, iframe to 5944.net's VBScript
4213                 '.5944.net',
4214         ),
4215         'zerberster at gmail.com' => array(     // by Curtis D. Pick, / not found
4216                 '.maxrentcar.info',
4217                 '.newsonyericsson.info',
4218                 '.rentcarweb.info',
4219         ),
4220         'kopper1970 at gmail.com' => array(
4221                 '.cardealerall.info',           // by Green
4222                 '.donatecarsales.info',         // by Sipil
4223                 '.ringtonewilly.info',          // by Sipil
4224                 '.travelstraveling.info',       // by Chinik
4225                 '.viagrabuyonline.org',         // by Sipil
4226                 '.viagraorderbuy.com',          // by Anatol
4227                 '.worldcuptourism.info',        // by Sipil
4228         ),
4229         'lisaedwards at ledw.th' => array(      // by Lisa Edwards
4230                 '.globalinfoland.info',
4231                 '.goodlifesearch.info',
4232                 '.hotnetinfo.info',
4233                 '.hotpornmovies.org',
4234                 '.infopilot.info',
4235         ),
4236         'iisuse at gmail.com' => array( // by vladislav morozov (iisuse at gmail.com). / is spam
4237                 '.bang-bro.org',
4238                 '.datinghost.info',
4239                 '.hello-craulers.info',
4240                 '.free-blog-host.info',
4241                 '.sucking-boobs.info',
4242         ),
4243         'chub at seznam.cz' => array(   // "CamsGen 1.0" by Lee Chen Ho
4244                 '.allcamsguide.info',
4245                 '.camerascams.info',
4246                 '.camerasera.info',
4247                 '.girlcamsworld.info',
4248                 '.hiddenlimocams.info',
4249                 '.redlivecams.info',
4250                 '.spycamsgear.info',
4251                 '.spycamssite.info',
4252                 '.supercamsusa.info',
4253                 '.thecamsnow.info',
4254         ),
4255         '87.242.116.81' => array(
4256                 '.axit.ru',                     // by Sergej L Ivanov (deeeport at yandex.ru)
4257                 '.bilbidon.ru',         // by Ilya S Vorobiyov (reginamedom at yandex.ru)
4258                 '.flating.ru',          // by Sergej L Ivanov (deeeport at yandex.ru)
4259                 '.kalisto.ru',          // by Vladimir I Sokolov (azimut at gmail.ru)
4260                 '.sanartuk.ru',         // by Vladimir I Noskov (hoskv2003 at gmail.ru)
4261         ),
4262         '208.70.75.153' => array(
4263                 '.cerc-fi.info',        // by Kon Bi (cerca-two at ya.ru)
4264                 '.cerc-fo.info',        // by Kon Bi (cerca-two at ya.ru)
4265                 '.cerc-no.info',        // by Ru Lee (cerca-tree at ya.ru)
4266                 '.cerc-on.info',
4267                 '.cerc-sv.info',        // by Ru Lee (cerca-tree at ya.ru)
4268                 '.cerc-sx.org',         // by Kon Bi (cerca-two at ya.ru)
4269                 '.cerc-te.info',        // by Ru Lee (cerca-tree at ya.ru)
4270                 '.cerc-tr.info',
4271                 '.cerc-tw.info',
4272                 '.cerc-fi.org',         // by Kon Bi (cerca-two at ya.ru)
4273                 '.cerc-fo.org',         // by Kon Bi (cerca-two at ya.ru)
4274                 '.cerc-no.org',         // by Ru Lee (cerca-tree at ya.ru)
4275                 '.cerc-on.org',         // by cerca-one at ya.ru
4276                 '.cerc-sv.org',         // by Ru Lee (cerca-tree at ya.ru)
4277                 '.cerc-sx.org',         // by Kon Bi (cerca-two at ya.ru)
4278                 '.cerc-te.org',         // by Ru Lee (cerca-tree at ya.ru)
4279                 '.cerc-tr.org',         // by cerca-one at ya.ru
4280                 '.cerc-tw.org',         // by cerca-one at ya.ru
4281                 '.cerca-fi.org',        // by orgitaly1 at ya.ru
4282                 '.cerca-fo.info',
4283                 '.cerca-no.info',
4284                 '.cerca-on.info',
4285                 '.cerca-sv.info',
4286                 '.cerca-sx.org',        // by orgitaly2 at ya.ru
4287                 '.cerca-te.info',
4288                 '.cerca-tr.info',
4289                 '.cerca-sx.org',
4290                 '.cerca-tr.org',        // orgitaly1 at ya.ru
4291                 '.ricerca-fiv.org',     // orgitaly1 at ya.ru
4292                 '.ricerca-fo.info',
4293                 '.ricerca-one.org',
4294                 '.ricerca-sv.org',
4295                 '.ricerca-sx.org',
4296                 '.ricerca-te.org',
4297                 '.ricerca-tw.org',      // orgitaly1 at ya.ru
4298                 '.subit01.org',
4299                 '.subit02.org',
4300                 '.subit03.org',
4301                 '.subit04.org',
4302                 '.subit05.org',
4303                 '.subit06.org',
4304                 '.subit01.info',
4305                 '.subit02.info',
4306                 '.subit03.info',
4307                 '.subit04.info',
4308                 '.subit05.info',
4309                 '.subit06.info',
4310         ),
4311         'ernestppc at yahoo.com' => array(      // by Anrey Markov (ernestppc at yahoo.com)
4312                 '.5-base.com',
4313                 '.pharmacy-style.com',
4314         ),
4315         'snmaster at yandex.ru' => array(       // by Andrey M Somov (snmaster at yandex.ru)
4316                 '.ista-2006.ru',
4317                 '.wefas.ru',
4318         ),
4319         'sidor2 at gmail.com' => array( // by Sipiki (sidor2 at gmail.com)
4320                 '.tourismworldsite.info',
4321                 '.yourtourismtravel.info',
4322         ),
4323         'x-mail007 at mail.ru' => array(        // by Boris britva (x-mail007 at mail.ru)
4324                 '.easyfindcar.info',
4325                 '.siteinfosystems.info',
4326         ),
4327         'smesh1155 at gmail.com' => array(
4328                 '.hospitalforyou.info',                 // by Gimmi
4329                 '.thephentermineonline.info',   // by Kipola
4330         ),
4331         'supermaster at pisem.net' => array(    // by Aleksandr Krasnik (supermaster at pisem.net), ns *.msn-dns.com
4332                 '.kiski.net.in',
4333                 '.pipki.org.in',
4334                 '.siski.co.in',
4335         ),
4336         'tiptronikmike at mail.com' => array(
4337                 'tiptronikmike at mail.com' => '#^(?:.*\.)?[irvyz][0-5]sex\.info$#',
4338                 // by Michael Tronik (tiptronikmike at mail.com), e.g. 
4339                 // by Martin Brest (brestmartinjan at yahoo.com), e.g. 74.52.150.242
4340                 // by Adulterra Inkognita (inkognitaadulterra at yahoo.com), e.g. 74.52.150.244
4341                 //'.i0sex.info',                // Michael
4342                 //'.i1sex.info',                // Michael
4343                 //'.i2sex.info',                // Martin
4344                 //'.i3sex.info',                // Martin
4345                 //'.i4sex.info',                // Adulterra
4346                 //'.i5sex.info',                // Adulterra
4347                 //[irvyz]6sex.info not found
4348                 '.i8sex.info',                  // by Martin
4349         ),
4350         'skuarlytronald at mail.com' => array(
4351                 '.girlsfreewild.info',          // by Ronald Skuarlyt (skuarlytronald at mail.com), the same / with i4sex.info, post with z2sex.info, 64.27.13.120
4352                 '.girlsgoingmad.info',          // 64.27.13.120
4353                 '.girlsgonewildside.info',      // 64.27.13.120
4354         ),
4355         '66.232.109.250' => array(
4356                 '.1626pornporno.info',
4357                 '.1851pornporno.info',
4358                 '.1876pornporno.info',
4359                 '.476pornporno.info',
4360         ),
4361         'LiveAdultHost.com' => array(   // by Daniel Simeonov (dsim at mbox.contact.bg)
4362                 '.compactxxx.com',
4363                 '.eadulthost.com',
4364                 '.eadultview.com',
4365                 '.eroticpool.net',
4366                 '.ipornservice.com',
4367                 '.liveadulthost.com',
4368                 '.nudepal.com',
4369                 '.sweetservers.com',
4370         ),
4371         'support at orgija.org' => array(
4372                 '.assfuckporn.org',
4373                 '.dosugmos.org',
4374                 '.fuckporn.org',
4375                 '.girlsdosug.org',
4376                 '.girlsporno.org',
4377                 '.moscowintim.org',
4378                 '.pornass.org',
4379                 '.pornopussy.org',
4380                 '.progirlsporn.org',
4381                 '.pussypornogirls.org',
4382         ),
4383         '125.65.112.93' => array(
4384                 '.gamanir.com',         // by yangjianhe (upload888 at 126.com), malicious file
4385                 '.twurbbs.com',         // by mingzhong ni (ggyydiy at 163.com)
4386         ),
4387         'm_koz at mail.ru' => array(    // 217.11.233.76 by Kozlov Maxim (m_koz at mail.ru)
4388                 '.beta-google.com',
4389                 '.tv-reklama.info',
4390                 '.ebooktradingpost.com',        // Anonymous like 81.0.195.148 but 217.11.233.76
4391         ),
4392         '81.0.195.148' => array(        // Says: "GOOGLE LOVES ME!!!", I don't think so. the same post with m_koz found
4393                 '.abobrinha.org',
4394                 '.aneurysmic.com',              // / not found
4395                 '.physcomp.org',                // / not found
4396                 '.seriedelcaribe2006.org',
4397                 '.refugeeyouthinamerica.com',
4398         ),
4399         'skip_20022 at yahoo.com' => array(
4400                 '.besthealth06.org',    // by yakon, "Free Web Hosting Services" but "BestHealth"
4401                 '.besthentai06.org',
4402         ),
4403         'USFINE.com' => array(
4404                 '.usfine.com',                  // 74.52.201.108 by Tang zaiping (tzpsky at gmail.com)
4405                 '.usfine.net',                  // 74.52.201.109 by zaiping tang (zppsky at gmail.com)
4406         ),
4407         '68.178.211.57' => array(
4408                 '.igsstar.com',                         // 68.178.211.57 by igsstar at hotmail.com, PARK31.SECURESERVER.NET, pl
4409                 '.powerleveling-wow.com',       // 68.178.211.57 by zhang jun (zpq689 at 163.com)
4410         ),
4411         'rambap at yandex.ru' => array( // by Equipe Tecnica Ajato (rambap at yandex.ru)
4412                 '.google-yahoo-msn.org',
4413                 '.expedia-travel.org',
4414         ),
4415         'admin at newestsearch.com' => array(   // by Gibrel Sitce
4416                 '.emr5ce.org',
4417                 '.wfe7nv.org',
4418         ),
4419         '203.171.230.39' => array(      // registrar bizcn.com, iframe + cursor
4420                 '.playonlinenc.com',
4421                 '.playboss-jp.com',
4422         ),
4423         'Digi-Rock.com' => array(
4424                 '.rom776.com',
4425                 // owner-organization: DIGIROCK, INC.
4426                 // owner-email: domain-contact at digi-rock.com
4427                 // with an external ad-and-JavaScript,
4428                 // 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)
4429                 // "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.".
4430         ),
4431         'snap990 at yahoo.com' => array(        // by John Glade (snap990 at yahoo.com)
4432                 '.ipod-application.info',       // NO IP
4433                 '.love-total.net',                      // 74.50.97.136
4434                 '.stonesex.info',                       // 74.50.97.136
4435         ),
4436         'germerts at yandex.ru' => array(       // by Sergey Marchenko (germerts at yandex.ru)
4437                 '.andatra.info',
4438                 '.banchitos.info',
4439                 '.batareya.info',
4440                 '.blevota.info',
4441                 '.broneslon.info',
4442                 '.gamadril.info',
4443                 '.gipotenuza.info',
4444                 '.govnosaklo.info',
4445         ),
4446         '84.252.148.120 etc' => array(
4447                 '.isurfind.ru',                 // 84.252.148.120 by Egor S Naumov (prpramer at narod.ru)
4448                 '.planetavilton.info',  // 84.252.148.120
4449                 '.softfind.info',               // 84.252.148.80 by Dmitriy (dimamcd at yandex.ru)
4450         ),
4451         'cxh at 99jk.com' => array(     // by xinghao chen (cxh at 99jk.com), ns *.hichina.com, health care
4452                 '.99jk.com',
4453                 '.99jk.com.cn',
4454                 '.99jk.cn',
4455         ),
4456         'kiler81 at yandex.ru' => array(        // by Vasiliy (kiler81 at yandex.ru)
4457                 '.kliktop.biz',
4458                 '.kliktop.org',
4459                 '.pharmatop.us',
4460                 '.supertop.us',
4461                 '.supervaizer.info',
4462         ),
4463         'infomed2004 at mail.ru' => array(      // by Andrey Ushakov (infomed2004 at mail.ru)
4464                 '.freeamateursexx.info',        // 81.0.195.228
4465                 '.freeanalsexx.info',           // 217.11.233.97
4466         ),
4467         'support at dns4me.biz' => array(       // 89.149.228.237 by John Black (support at dns4me.biz)
4468                 '.abbhi.info',
4469                 '.gayblogguide.biz',
4470                 '.huope.info',
4471                 '.thebdsmday.info',
4472                 '.zioprt.info',                 // 89.149.228.237
4473         ),
4474         'dzheker at yandex.ru' => array(        // by dzheker at yandex.ru
4475                 '.boblisk.info',
4476                 '.factyri.info',
4477                 '.jorge1.info',
4478         ),
4479         'lichincool at gmail.com' => array(     // 72.232.229.115 by lichincool at gmail.com, / meanless
4480                 '.bestmindstorm.org',
4481                 '.redstoreonline.org',
4482         ),
4483         '59.106.24.2' => array( // 59.106.24.2, sakagutiryouta at yahoo.co.jp
4484                 '.8e8ae.net',
4485                 '.c-cock.com',
4486                 '.fa59eaf.com',
4487                 '.set-place.net',
4488                 '.sex-beauty.net',
4489         ),
4490         '84.252.148.140' => array(      // 84.252.148.140(kratos.mchost.ru)
4491                 '.tomdir.info',
4492                 '.tomdirdirect.info',
4493                 '.tomdirworld.info',
4494                 '.treton.info',
4495                 '.trefas.info',
4496                 '.tretonmondo.info',
4497                 '.unefout.info',
4498                 '.unefoutprojet.info',
4499                 '.unitfree.info',
4500                 '.vilret.info',
4501                 '.vilttown.info',
4502                 '.votrefout.info',
4503                 '.warmfind.info',
4504                 '.warptop.info',
4505                 '.wildtram.info',
4506                 '.xofind.info',
4507                 '.xopdiscover.info',
4508                 '.xopfind.info',
4509                 '.xoplocate.info',
4510                 '.xopseek.info',
4511                 '.xpfirst.info',
4512                 '.xphighest.info',
4513                 '.xptop.info',
4514         ),
4515         '84.252.148.80' => array(       //  84.252.148.80(heimdall.mchost.ru)
4516                 '.acronis-true-image.info',
4517                 '.calcio-xp.info',
4518                 '.cosanova.info',
4519                 '.cose-rx.info',
4520                 '.fotonow.info',
4521                 '.lavoro-tip.info',
4522                 '.loan-homes.info',
4523                 '.mionovita.info',
4524                 '.mustv.info',
4525                 '.newsnaked.info',
4526                 '.online-tod.info',
4527                 '.opakit.info',
4528                 '.opanow.info',
4529                 '.xzmovie.info',
4530         ),
4531         'info at thecanadianmeds.com' => array( // by Andrey Smirnov (info at thecanadianmeds.com)
4532                 '.myviagrasite.com',    // 80.74.153.2
4533                 '.thecanadianmeds.com', // 80.74.153.17
4534         ),
4535         'sania at zmail.ru' => array(   // by Mark Williams (sania at zmail.ru)
4536                 '.bigemot.com',                         // 217.11.233.34, / not found
4537                 '.espharmacy.com',                      // 217.11.233.34
4538                 '.pharmacyonlinenet.com',       // 216.195.51.59, hidden JavaScript
4539                 '.ringtonecooler.com',          // 217.11.233.34
4540         ),
4541         'dfym at dfym.cn' => array(     // by chen jinian (dfym at dfym.cn)
4542                 '.okwit.com',           // 220.166.64.44
4543                 '.sakerver.com',        // 220.166.64.194
4544                 '.motewiki.net',        // 220.166.64.194
4545         ),
4546         'mkiyle at gmail.com' => array( // by Mihelich (mkiyle at gmail.com)
4547                 '.findcraft.info',                      // 209.8.28.11(209-8-28-11.pccwglobal.net)
4548                 '.lookshop.info',                       // 209.8.40.52
4549                 '.searchhealth.info',           // 206.161.205.30(seg.fau.lt)
4550                 '.worldsitesearch.info',        // 209.8.40.59
4551         ),
4552         'lee.seery at gmail.com' => array(
4553                 '.lingvol.com',         // 64.21.34.55(klikgoogle.com)
4554                 '.micevol.com',         // 64.21.34.55
4555         ),
4556         '69-64-64-71.dedicated.abac.net etc' => array(  // ns *.trklink.com
4557                 // 69-64-64-71.dedicated.abac.net
4558                 '.cacrdscreating.info',
4559                 '.caditbegging.info',
4560                 '.cadr-establilsh.info',
4561                 '.cadrs-buildercredit.info',
4562                 '.cads-565.info',
4563
4564                 // 69-64-64-113.dedicated.abac.net
4565                 '.interistacards.info',
4566                 '.intrust-ards.info',
4567                 '.intrustacrds.info',
4568                 '.lowerate-ard.info',
4569                 '.lowpercentageacrd.info',
4570         ),
4571         'acua at mail.ru' => array(
4572                 // 84.16.251.222(alinoe.org -> 212.85.96.95 -> v00095.home.net.pl), / says 'noy found'
4573                 '.dedka2ns.info',       // by acua at mail.ru
4574                         // by webmaster at dedka2ns.info
4575                         '.ascpo.cn',
4576                         '.jgycr.cn',
4577                         '.nqdtt.cn',
4578                         '.oswde.cn',
4579                         '.qeyig.cn',
4580                         '.soqsx.cn',
4581
4582                 // 84.16.255.253(84-16-255-253.internetserviceteam.com), / says 'noy found'
4583                 '.dns4dedka.info',      // by acua at mail.ru
4584                         // by webmaster at dns4dedka.info
4585                         '.bcpnb.cn',
4586                         '.cfbpr.cn',
4587                         '.dnndb.cn',
4588                         '.ekwme.cn',
4589                         '.iutps.cn',
4590                         '.ryftj.cn',
4591
4592                 // 84.16.249.240(euro.lotgd.pl -> 88.198.6.42), / says 'noy found'
4593                 '.dns4babka.info',      // by acua at mail.ru
4594                         // by webmaster at dns4babka.info
4595                         '.credh.cn',
4596                         '.fucfv.cn',
4597                         '.gdxnk.cn',
4598                         '.sqrrt.cn',
4599                         '.ywtmd.cn',
4600         ),
4601
4602         // C-2: Lonely domains (buddies not found yet)
4603         '.0721-4404.com',
4604         '.0nline-porno.info',   // by Timyr (timyr at narod.ru)
4605         '.1-click-clipart.com', // by Big Resources, Inc. (hostmaster at bigresources.com)
4606         '.122mb.com',                   // by Alexandru Rusnac (alrusnac at hotmail.com)
4607         '.180haifa.com',                // by Andrey Letov (andreyletov at yahoo.com)
4608         '.19cellar.info',               // by Eduardo Guro (boomouse at gmail.com)
4609         '.1gangmu.com',                 // by gangmutangyaoju (wlmx009 at hotmail.com), Seems physing site for ff11-jp.com
4610         '.1gb.cc',                              // by Hakan us (hakanus at mail.com)
4611         '.1gb.in',                              // by Sergius Mixman (lancelot.denis at gmail.com)
4612         '.0annie.info',
4613         '.6i6.de',
4614         '.advancediet.com',             // by Shonta Mojica (hostadmin at advancediet.com)
4615         '.adult-master-club.com',       // by Alehander (mazyrkevich at cosmostv.by)
4616         '.adultpersonalsclubs.com',     // by Peter (vaspet34 at yahoo.com)
4617         '.akgame.com',                  // 72.32.79.100 by Howard Ke (gmtbank at gmail.com), rmt & pl
4618         '.alfanetwork.info',    // by dante (dantequick at gmail.com)
4619         '.allworlddirect.info', // Forbidden
4620         '.amoreitsex.com',
4621         '.areahomeinfo.info',   // by Andrus (ffastenergy at yahoo.com), republishing articlealley.com
4622         '.areaseo.com',                 // by Antony Carpito (xcentr at lycos.com)
4623         '.auto-car-cheap.org',
4624         '.banep.info',                  // by Mihailov Dmitriy (marokogadro at yahoo.com), iframe to this site
4625         '.baurish.info',
4626         '.bestop.name',
4627         '.betmmo.com',                  // 63.223.98.182 by Huang Qiang (liuxing-wushi at hotmail.com), pl
4628         '.bestrademark.info',   // by victoria (niko16d at yahoo.com), redirect to majordomo.ru
4629         '.bestshopfinder.info',
4630         '.blogest.org',                 // 203.116.63.68 by Bobby.R.Kightlinger at pookmail.com, / seems blank
4631         '.bookblogsite.org',    // 217.11.233.58 by Eugene.E.Mather at mailinator.com
4632         '.businessplace.biz',   // by Grenchenko Ivan Petrovich (eurogogi at yandex.ru)
4633         '.capital2u.info',              // by Delbert.A.Henry at dodgeit.com
4634         '.casa-olympus.com',    // "UcoZ WEB-SERVICES"
4635         '.catkittenmagazines.org',              // 87.118.97.117
4636         '.constitutionpartyofwa.org',   // "UcoZ WEB-SERVICES"
4637         '.covertarena.co.uk',   // by Wayne Huxtable
4638         '.d999.info',                   // by Peter Vayner (peter.vayner at inbox.ru)
4639         '.dinmo.cn',                    // 218.30.96.149 by dinso at 163.com, seo etc.
4640         //'.wow-gold.dinmo.cn', // 125.65.76.59, pl
4641         '.dinmoseo.com',                // 210.51.168.102(winp2-web-g02.xinnetdns.com) by jianmin911 at 126.com, NS *.xinnetdns.com, seo
4642         '.dlekei.info',                 // by Maxima Bucaro (webmaster at tts2f.info)
4643         '.dollar4u.info',               // by Carla (Carla.J.Merritt at mytrashmail.com), / is blank
4644         '.drug-shop.us',                        // by Alexandr (matrixpro at mail.ru)
4645         '.drugs-usa.info',              // by Edward SanFilippo (Edward.SanFilippo at gmail.com), redirect to activefreehost.com
4646         '.easyshopusa.com',             // by riter (riter at nm.ru)
4647         '.edu.ph',                              // "philippine network foundation inc"
4648         '.ex-web.net',                  // RMT by ex co,ltd (rmt at ex-web.net)
4649         '.extracheapmeds.com',  // "freexxxmovies" by John Smith (89 at bite.to)
4650         '.fantasy-handjob-ra.com',      // by Hose Pedro (hosepedro at gmail.com)
4651         '.fast4me.info',                // by Hakan Durov (poddubok at inbox.ru), / is blank
4652         '.fastmoms.info',               // by Pavel Golyshev (pogol at walla.com), / is blank
4653         '.fastppc.info',                // by peter conor (fastppc at msn.com)
4654         '.ffxiforums.net',              // by Zhang xiaolong (mail at 33986.com), hidden VBScript
4655         '*.filthserver.com',    // sales at onlinemarketingservices.biz
4656         '.find-stuff.org',              // by Alice Freedman (admin at ip-labs.ru), / 404 Not Found
4657         '.firstdrugstorezone.info',     // by Goose (boris208 at yandex.ru)
4658         '.free-finding.com',    // by Ny hom (nyhom at yahoo.com)
4659         '.free-rx.net',                 // by Neo-x (neo-xxl at yandex.ru), redirect to activefreehost.com
4660         '.free-sex-movie-net.info',     // by vitas61 at yahoo.com
4661         '.freeblog.ru',                 // by Kondrashov Evgeniy Aleksandrovich (evkon at rol.ru), login form only, ns *.nthost.ru
4662         '.freehost5.com',               // 75.126.32.184(kosmohost.net), words only
4663         '.freeliveringtones.com',       // by Silan (lippe1988 at gmail.com)
4664         '.freemobilephonesworld.info',  // by andresid (andresid1 at yandex.ru)
4665         '.game4enjoy.net',              // by huang jinglong (fenlin231 at sina.com)
4666         '.game4egold.com',              // by Filus Saifullin (ebay at soft-script.com)
4667         '.goldcoastonlinetutoring.com', // by Robert Tanenbaum (buildbt at lycos.com)
4668         '.gomeodc.com',                 // by wang meili (gannipo at yahoo.com.cn), iframe to vviccd520.com
4669         '.ganecity.com',                // by shao tian (huangjinqiang at sina.com)
4670         '.gm-exchange.jp',              // RMT
4671         '.goamoto.ru',                  // by Dmitry E Kotchnev (z2archive at gmail.com)
4672         '.good1688.com',                // by Wen Chien Lunz (wzk1219 at yahoo.com.tw), one of them frame to , and whoop.to
4673         '.google-pharmacy.com', // by alex (mdisign1997 at yahoo.com), hiding with urlx.org etc
4674         '.greatbestwestern.org',// by gao.wungao at gmail.com
4675         '.greatsexdate.com',    // by Andreas Crablo (crablo at hotmail.com)
4676         '.guild-wars-online.com',       // by Fuzhou Tianmeng Touzi Zixun Co.,Ltd (welkin at skyunion.com)
4677         '.happyhost.org',               // by Paul Zamnov (paul at zamnov.be)
4678         '.hloris.com',                  // by Wilshi Jamil (ixisus at front.ru)
4679         '.honda168.net',                // by tan tianfu (xueyihua at gmail.com), seems not used now
4680         '.hostuju.cz',                  // ns banan.cz, banan.it
4681         '.hot4buy.org',                 // by Hot Maker (jot at hot4buy.org)
4682         '.hotscriptonline.info',// by Psy Search (admin at psysearch.com)
4683         '.iinaa.net',                   // domain at ml.ninja.co.jp, ns *.shinobi.jp
4684         '.incbuy.info',                 // by Diego T. Murphy (Diego.T.Murphy at incbuy.info)
4685         '.infocart.jp',                 // Trying to earn money easily by selling 'earn-money-easiliy' tips
4686         '.infradoc.com',
4687         '.investorvillage.com', // by natalija puchkova (internet at internet.lv)
4688         '.ismarket.com',                // Google-hiding. intercage.com related IP
4689         '.italialiveonline.info',       // by Silvio Cataloni (segooglemsn at yahoo.com), redirect to activefreehost.com
4690         '.italy-search.org',    // by Alex Yablin (zaharov-alex at yandex.ru)
4691         '.itsexosit.net',
4692         '.itxxxit.net',
4693         '.jimmys21.com',                // by Klen Kudryavii (telvid at shaw.ca)
4694         '.jimka-mmsa.com',              // by Alex Covax (c0vax at mail.ru), seems not used yet
4695         '.joynu.com',                   // by lei wang (93065 at qq.com), hidden JavaScript
4696         '.kingtools.de',
4697         '.kymon.org',                   // by Albert Poire (isupport at yahoo.com), / Forbidden, 70.87.62.252
4698         '.leucainfo.com',
4699         '.library-blogs.net',   // by Peter Scott (pscontent at gmail.com)
4700         '.lingage.com',                 // by huan bing (qbbs at xinoffice.com)
4701         '.link-keeper.net',             // 210.172.108.236 (257.xrea.com)
4702         '.ls.la',                               // by Milton McLellan (McLellanMilton at yahoo.com)
4703         '.mamaha.info',                 // by Alex Klimovsky (paganec at gmail.com), seems now constructiong
4704         '.manseekingwomanx.com',// by Bill Peterson (coccooc at fastmail.fm)
4705         '.medpharmaworldguide.com',     // by Nick Ivchenkov (signmark at gmail.com), / not found
4706         '.megvideochatlive.info',       // Bad seo
4707         '.milfxxxpass.com',             // by Morozov Pavlik (rulets at gmail.com)
4708         '.myfgj.info',                  // by Filus (softscript at gmail.com)
4709         '.mujiki.com',                  // by Mila Contora (ebumsn at ngs.ru)
4710         '.mxsupportmailer.com',
4711         '.next-moneylife.com',  // RMT
4712         '.newalandirect.com',   // by Alnoor Hirji, ns *.sablehost.com
4713         '.ngfu2.info',                  // by Tara Lagrant (webmaster at ngfu2.info)
4714         '.nucked-sex.com',              // 203.223.150.222 by lis (noidlis2 at yahoo.com)
4715         '.ok10000.com',                 // by zipeng hu (ldcs350003 at hotmail.com)
4716         '.olimpmebel.info',             // by pol (pauk_life at mail.ru), frame to bettersexmall.com
4717         '.onlinetert.info',             // by Jarod Hyde (grigorysch at gmail.com)
4718         '.onlin-casino.com',    // by Lomis Konstantinos (businessline3000 at gmx.de)
4719         '.onlineviagra.de',
4720         '.ornit.info',                  // by Victoria C. Frey (Victoria.C.Frey at pookmail.com)
4721         '.ozomw.info',
4722         '.pahuist.info',                // by Yura (yuralg2005 at yandex.ru)
4723         '.pelican-bulletin.info',       // by Elizabeth K. Perry (redmonk at mail.ru)
4724         '.perevozka777.ru',             // by witalik at gmail.com
4725         '.pharmacy2online.com', // by Mike Hiliok (bbong80 at yahoo.com)
4726         '.pills-storage.com',   // by 
4727         '.plusintedia.com',             // by g yk (abc00623 at 163.com), seems not used now
4728         '.popki.ind.in',                        // by Aleksandr Krasnik (supermaster at pisem.net)
4729         '.porkyhost.com',               // 79965 at whois.gkg.net
4730         '.porno-babe.info',             // by Peter (asdas at mail.ru), redirect to Google
4731         '.pornesc.com',                 // by Xpeople (suppij atmail.ru)
4732         '.portaldiscount.com',  // by Mark Tven (bestsaveup at gmail.com)
4733         '.powerlevelingweb.com',        // 68.178.211.9 by jun zhang (huanbing at 126.com), pl
4734         '.prama.info',                  // by Juan.Kang at mytrashmail.com
4735         ',pulsar.net',                  // by TheBuzz Int. (theboss at tfcclion.com)
4736         '.qoclick.net',                 // by DMITRIY SOLDATENKO
4737         '.quality-teen-porn-photo.com', // by info at densa.info
4738         '.relurl.com',                  // tiny-like. by Grzes Tlalka (grzes1111 at interia.pl)
4739         '.replicaswatch.org',   // by Replin (admin at furnitureblog.org)
4740         '.rigame.info',                 // by debra_jordan07 at yahoo.com
4741         '.rmt-trade.com',               // by wang chun (dlxykj at 126.com), rmt
4742         '.roin.info',                   // by Evgenius (roinse at yandex.ru)
4743         '.save-darina.org',             // 85.14.36.36 by Plamen Petrov (plamen5rov at yahoo.com)
4744         '.searchadv.com',               // by Jaan Randolph (searchadv at gmail.com)
4745         '.seek-www.com',                // by Adam Smit (pingpong at mail.md)
4746         '.sessocities.net',             // by info at secureserver3.com
4747         '.seven-pharmacy.com',  // 83.138.176.247 by Justin Timberlake (preved at gmail.com)
4748         '.sexamoreit.com',
4749         '.sexforit.com',
4750         '.sexmaniacs.org',              // by Yang Chong (chong at x-india.com)
4751         '.sexsmovies.info',             // 203.174.83.22 by dima (vitas at vitas-k.com)
4752         '.sirlook.com',
4753         '.so-net.ws',                   // by Todaynic.com Inc, seems a physing site for so-net.jp
4754         '.sepcn.info',                  // / not found
4755         '.sslcp.com',                   // by shufang zhou (info at 6come.com), dns *.hichina.com
4756         '.sticy.info',                  // by Richard D. Mccall (richardmccall at yahoo.com)
4757         '.superrwm.info',               // by Dark Dux (duxdark at yahoo.com)
4758         '.thehostcity.com',             // Domains by Proxy
4759         '.thetinyurl.com',              // by Beth J. Carter (Beth.J.Carter at thetinyurl.com), / is blank
4760         '.thetrendy.info',              // by Harold (Harold.J.Craft at pookmail.com), / is blank
4761         '.theusapills.com',             // by Dr. Zarman (contactus at theusapills.com)
4762         '.tingstock.info',              // 209.160.73.65(delta.xocmep.info) "nice day, commander ;)" by Andrey Konkin (konkinnews55 at yahoo.com)
4763         '.topmeds10.com',
4764         '.twabout.com',                 // by qiu wenbing (qiuwenbing at 126.com), content from l2mpt.net
4765         '.uaro.info',                   // by Neru Pioner (neru at smtp.ru)
4766         '.unctad.net',                  // by gfdogfd at lovespb.com
4767         '.vacant.org.uk',
4768         '.vip-get.info',                // by Jhon Craig (bartes1992 at mail.ru), / forbidden
4769         '.virtualsystem.de',
4770         '.vdxhost.com',
4771         '.vviccd520.com',               // by kuang zhang (oulingfeng66 at 163.com), encoded JavaScript
4772         '.homes.com.au',                // 139.134.5.124 by wongcr at bigpond.net.au, / meanless,
4773         '.webnow.biz',                  // by Hsien I Fan (admin at servcomputing.com)
4774         '.webtools24.net',              // by Michael Helminger (info at ishelminger.de)
4775         '.wer3.info',                   // by Martin Gundel (Martin at mail.com), 404 not found
4776         '.withsex.net',                 // by C.W.Jang (jangcw1204 at naver.com)
4777         '.whoop.to',                    // RMT
4778         '.womasia.info',                // by Mark Fidele (markfidele at yahoo.com)
4779         '.worldinsurance.info', // by Alexander M. Brown (Alex_Brown at yahoo.com), fake-antivirus
4780         '.wow-powerleveling-wow.com',   // 63.223.77.112 by dingmengxl at 126.com, pl
4781         '.wowgoldweb.com',              // by lei chen (dreamice at yeah.net), rmt & pl
4782         '.wwwna.info',                  // / 404 Not Found
4783         '.xpacificpoker.com',   // by Hubert Hoffman (support at xpacificpoker.com)
4784         '.xamorexxx.net',
4785         '.xn--gmqt9gewhdnlyq9c.net',    // 122.249.16.133(x016133.ppp.asahi-net.or.jp) by daizinazikanwo yahoo.co.jp
4786         '.xsessox.com',
4787         '.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.
4788         '.zlocorp.com',                 // by tonibcrus at hotpop.com, spammed well with "http ://zlocorp.com/"
4789         '.zyguo.info',                  // ns globoxhost.net
4790         '.zhuyiw.com',                  // by zhou yuntao (whzyt0122 at sohu.com)
4791
4792         '.guesttext.info',              // 81.0.195.134 by Grace.D.Kibby pookmail.com, / seems null
4793         '.moremu.com',                  // 205.134.190.12(amateurlog.com) by Magaly Plumley (domains ay moremu.com)
4794         '.tingstock.info',              // 209.160.73.65(delta.xocmep.info) "nice day, commander ;)" by Andrey Konkin (konkinnews55 at yahoo.com)
4795         '.truststorepills.com', // 89.188.113.64(allworldteam.com) by Alexey (admin at myweblogs.net)
4796
4797         // C-3: Not classifiable (information wanted)
4798         //
4799         // Something incoming to pukiwiki related sites
4800         'nana.co.il related' => array(
4801                 '.planetnana.co.il',
4802                 '.nana.co.il',
4803         ),
4804 );
4805
4806 $blocklist['D'] = array(
4807         // D: Sample setting of
4808         // "third party in good faith"s
4809         //
4810         // Hosts shown inside of the implanted contents,
4811         // not used via spam, but maybe useful to detect these contents
4812         //
4813         // 'RESERVED',
4814 );
4815
4816
4817 $blocklist['E'] = array(
4818         // E: Sample setting of
4819         // Affiliates, Hypes, Catalog retailers, Multi-level marketings, Resellers, Ads
4820
4821         '15-Mail.com related' => array(
4822                 '.15-mail.com',                         // 202.218.109.45(*.netassist.jp) by yukiyo yamamoto (sunkusu5268 at m4.ktplan.ne.jp)
4823                 '.1bloglog.com',                        // 210.253.115.159 by Yukiyo Yamamoto (info at 15-mail.com)
4824                 '.investment-school.com',       // 210.253.115.159 by Yukiyo Yamamoto (info at 15-mail.com)
4825                 '.breakjuku.com',                       // 210.253.115.159 (service provider bet.co.jp = xserver.jp)
4826                 '.nambara.biz',                         // by Yukiyo Yamamoto (info at 15-mail.com)
4827         ),
4828         '.all-affiliater.com',                  // 202.222.30.18(sv125.lolipop.jp), ns *.lolipop.jp
4829         '.chachai.com',                                 // 210.188.205.161(sv339.lolipop.jp) by tetsuo ihira (chachai at hida-kawai.jp)
4830         'E-brainers.com related' => array(
4831                 // 202.212.14.101
4832                 '.cyoto-morketing-club.com',    // by Fujio Iwasaki (domain at sppd.co.jp)
4833                 '.e-brainers.com',                              // by Fujio Iwasaki (domain at sppd.co.jp)
4834                 '.my-tune.jp',                                  // by brainers Inc.
4835                 '.technical-support-center.com',// by Fujio Iwasaki (domain at sppd.co.jp)
4836                 '.weekle.jp',                                   // by brainers Inc.
4837
4838                 // 210.136.111.56 by Masatoshi Kobayashi (domain at e-brainers.com)
4839                 // 210.136.111.56 by Fujio Iwasaki (domain at sppd.co.jp)
4840                 '.3minutes-marketing-club.com', // by Fujio
4841                 '.affiliate-vampire.com',               // by Masatoshi
4842                 '.article-site-power-package.com',      // by Masatoshi
4843                 '.audio-marketing-club.com',    // by Fujio
4844                 '.brainers-task-manager.com',   // by Masatoshi
4845                 '.brainers-troubleshooter-generator.com',       // by Masatoshi
4846                 '.brainersbuzz.com',                    // by Masatoshi
4847                 '.den4renz-marketing-club.com', // by Fujio
4848                 '.english-contents-club.com',   // by Masatoshi
4849                 '.fly-in-ads-japan.com',                // by Fujio
4850                 '.free-resalerights-giveaway.com',      // by Fujio
4851                 '.freegiveawaysecret.com',              // by Masatoshi
4852                 '.guaranteedvisitorpro.com',    // by Masatoshi
4853                 '.havads-japan.com',                    // by Masatoshi
4854                 '.info-business123.com',                // by Fujio
4855                 '.instant-marketing-club.com',  // by Fujio
4856                 '.internetmarketinggorinjyu.com',       // by Masatoshi
4857                 '.marketing-force-japan.com',   // by Fujio
4858                 '.masatoshikobayashi.com',              // by Fujio
4859                 '.profitsinstigator.com',               // by Masatoshi Kobayashi (akada@e-brainers.com)
4860                 '.replytomatt.com',                             // by Fujio
4861                 '.santa-deal.com',                              // by Fujio
4862                 '.santa-deal-summer.com',               // by Fujio
4863                 '.scratch-card-factory.com',    // by Masatoshi
4864                 '.script4you-japan.com',                // by Fujio
4865                 '.sell1000000dollarinjapan.com',// by Fujio
4866                 '.squeeze-page-secret.com',             // by Masatoshi
4867                 '.viral-blog-square.com',               // by Fujio
4868                 '.viralarticle.com',                    // by Fujio
4869                 '.wowhoken.com',                                // by Fujio
4870
4871                 // 202.212.14.104 by Fujio Iwasaki  (domain@sppd.co.jp)
4872                 '.brainerstelevision.com',
4873                 '.demosite4you.com',
4874                 '.keywordcatcherpro.com',
4875                 '.script-marketing-club.com',
4876
4877                 // 202.228.204.140(server.ultimate-marketing-weapon.com) by Masatoshi Kobayashi (akada at e-brainers.com)
4878                 // 202.228.204.140 by Masatoshi Kobayashi (domain at e-brainers.com)
4879                 // 202.228.204.140 by Naoki Kobayashi (info at bet.co.jp)
4880                 '.1sap.com',                    // by Naoki, ns *.ultimate-marketing-weapon.com
4881                 '.brainers.ws',                 // by info at key-systems.net, ns *.ultimate-marketing-weapon.com
4882                 '.brainerscode.com',    // by akada
4883                 '.brainerslive.com',    // by domain
4884                 '.brainersreview.com',  // by domain
4885                 '.brainerstest.com',    // by akada
4886                 '.otosecret.com',               // by domain
4887                 '.ultimate-marketing-weapon.com',       // by akada
4888                 '.planet-club.net',             // 202.228.204.141(server.ultimate-marketing-weapon.com)
4889                 '.terk.jp',                             // by Tsuyoshi Tsukada, QHM
4890
4891                 '.samuraiautoresponder.com',    // 211.125.179.75(bq1.mm22.jp) by Masatoshi Kobayashi (kobayashi at wowhoken.com)
4892                 '.sppd.co.jp',          // 210.136.106.122 by Studio Map Ltd., ns *.sppd.ne.jp, spam
4893         ),
4894         '.e2996.com',                   // 202.181.105.241(sv261.lolipop.jp)
4895         'ezinearticles.com',    // 216.235.79.13 by C Knight (opensrs at sparknet.net)
4896         '.fx4rich.com',                 // 219.94.128.161(www921.sakura.ne.jp) by Yuji Nakano (info at will76.com)
4897         'info at kobeweb.jp' => array(
4898                 '.soholife.jp',         // 211.125.65.203 by Takashige Tabuchi (info at kobeweb.jp)
4899                 '.kobeweb.jp',          // 59.106.13.51(www421.sakura.ne.jp)
4900                 '.sloters.tv',          // 211.125.65.203 by Takashige Tabuchi (t-2 at white.interq.or.jp)
4901         ),
4902         '.info-affiliate.net',  // 219.94.148.8(sv41.chicappa.jp)
4903         '.infostore.jp',                // 216.255.235.45, ns *.estore.co.jp
4904         'JunSuzuki.com' => array(       // e-brainers.com related
4905                 '.junsuzuki.com',               // 218.216.67.43(s92.xrea.com) by Jun Suzuki (jun_suzuki at compus.net)
4906                 '.globalswing.biz',             // 210.188.217.109(sv27.xserverzero.net)
4907         ),
4908         'Point-park.com' => array(      // Tadahiro Ogawa (domain at wide.ne.jp)
4909                 '.11kanji.com',         // 211.10.131.88
4910                 '.mlmsupport.jp',       // 211.10.131.108 by info at point-park.com
4911                 '.point-park.com',      // 211.10.131.88
4912                 '.point-park.jp',       // 43.244.140.160(160.140.244.43.ap.yournet.ne.jp)
4913         ),
4914         '.potitto.info',                // 219.94.132.89(sv450.lolipop.jp)
4915         '.sedori-data.com',             // 
4916         '.tool4success.com',    // 210.188.201.31(sv70.xserver.jp) by Yukihiro Akada (ml at original-ehon.com)
4917         'tera at kirinn.com' => array(  // 59.139.29.234(s240.xrea.com) by Naohsi Terada (tera at kirinn.com)
4918                 '.e123.info',
4919                 '.ialchemist.net',
4920                 '.j012.net',
4921                 '.xn--yckc2auxd4b6564dogvcf7g.biz',
4922         ),
4923         '.zakkuzaku.com',               // 210.188.201.44(sv83.xserver.jp)
4924 );
4925
4926
4927
4928 $blocklist['Z'] = array(
4929         // Z: Yours
4930         //
4931         //'',
4932         //'',
4933         //'',
4934 );
4935 ?>