OSDN Git Service

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