OSDN Git Service

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