OSDN Git Service

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