diff --git a/mobile/android/fenix/app/src/main/res/raw/initial_experiments.json b/mobile/android/fenix/app/src/main/res/raw/initial_experiments.json index 1ef3915567c3..f0efae5b6d2e 100644 --- a/mobile/android/fenix/app/src/main/res/raw/initial_experiments.json +++ b/mobile/android/fenix/app/src/main/res/raw/initial_experiments.json @@ -170,163 +170,6 @@ "locales": null, "publishedDate": "2024-04-30T20:18:06.070479Z" }, - { - "schemaVersion": "1.12.0", - "slug": "android-optimize-set-as-default-browser-screen-release", - "id": "android-optimize-set-as-default-browser-screen-release", - "arguments": {}, - "application": "org.mozilla.firefox", - "appName": "fenix", - "appId": "org.mozilla.firefox", - "channel": "release", - "userFacingName": "Android - Optimize “Set as Default Browser” Screen Release", - "userFacingDescription": "This experiment is designed to optimize the set-to-default browser experience on Android.", - "isEnrollmentPaused": true, - "isRollout": false, - "bucketConfig": { - "randomizationUnit": "nimbus_id", - "namespace": "fenix-juno-onboarding-release-6", - "start": 0, - "count": 10000, - "total": 10000 - }, - "featureIds": [ - "juno-onboarding" - ], - "probeSets": [], - "outcomes": [ - { - "slug": "onboarding", - "priority": "primary" - }, - { - "slug": "default-browser", - "priority": "secondary" - } - ], - "branches": [ - { - "slug": "control", - "ratio": 1, - "feature": { - "featureId": "this-is-included-for-mobile-pre-96-support", - "enabled": false, - "value": {} - }, - "features": [ - { - "featureId": "juno-onboarding", - "enabled": true, - "value": {} - } - ] - }, - { - "slug": "treatment-a", - "ratio": 1, - "feature": { - "featureId": "this-is-included-for-mobile-pre-96-support", - "enabled": false, - "value": {} - }, - "features": [ - { - "featureId": "juno-onboarding", - "enabled": true, - "value": { - "cards": { - "default-browser": { - "enabled": false - } - } - } - } - ] - }, - { - "slug": "treatment-b", - "ratio": 1, - "feature": { - "featureId": "this-is-included-for-mobile-pre-96-support", - "enabled": false, - "value": {} - }, - "features": [ - { - "featureId": "juno-onboarding", - "enabled": true, - "value": { - "cards": { - "default-browser": { - "title": "juno_onboarding_default_browser_title_nimbus_3", - "body": "juno_onboarding_default_browser_description_nimbus_4" - } - } - } - } - ] - }, - { - "slug": "treatment-c", - "ratio": 1, - "feature": { - "featureId": "this-is-included-for-mobile-pre-96-support", - "enabled": false, - "value": {} - }, - "features": [ - { - "featureId": "juno-onboarding", - "enabled": true, - "value": { - "cards": { - "default-browser": { - "title": "juno_onboarding_default_browser_title_nimbus_4", - "body": "", - "image-res": "ic_onboarding_key_features" - } - } - } - } - ] - }, - { - "slug": "treatment-d", - "ratio": 1, - "feature": { - "featureId": "this-is-included-for-mobile-pre-96-support", - "enabled": false, - "value": {} - }, - "features": [ - { - "featureId": "juno-onboarding", - "enabled": true, - "value": { - "cards": { - "default-browser": { - "title": "juno_onboarding_default_browser_title_nimbus_4", - "body": "juno_onboarding_default_browser_description_nimbus_5", - "image-res": "ic_onboarding_key_features_icons_only" - } - } - } - } - ] - } - ], - "targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('124.!') >= 0) && (language in ['en'])))", - "startDate": "2024-03-12", - "enrollmentEndDate": "2024-04-03", - "endDate": null, - "proposedDuration": 35, - "proposedEnrollment": 21, - "referenceBranch": "control", - "featureValidationOptOut": false, - "localizations": null, - "locales": null, - "publishedDate": "2024-03-12T15:23:02.314682Z" - }, { "schemaVersion": "1.12.0", "slug": "splash-screen-max-duration-test-lower-times", diff --git a/netwerk/dns/effective_tld_names.dat b/netwerk/dns/effective_tld_names.dat index 1703489c55c5..fdcaca41d54a 100644 --- a/netwerk/dns/effective_tld_names.dat +++ b/netwerk/dns/effective_tld_names.dat @@ -6710,7 +6710,7 @@ org.zw // newGTLDs -// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-03-28T15:13:37Z +// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-05-04T15:12:50Z // This list is auto-generated, don't edit it manually. // aaa : American Automobile Association, Inc. // https://www.iana.org/domains/root/db/aaa.html @@ -6896,7 +6896,7 @@ anquan // https://www.iana.org/domains/root/db/anz.html anz -// aol : Oath Inc. +// aol : Yahoo Inc. // https://www.iana.org/domains/root/db/aol.html aol @@ -11120,7 +11120,7 @@ xyz // https://www.iana.org/domains/root/db/yachts.html yachts -// yahoo : Oath Inc. +// yahoo : Yahoo Inc. // https://www.iana.org/domains/root/db/yahoo.html yahoo diff --git a/security/manager/ssl/StaticHPKPins.h b/security/manager/ssl/StaticHPKPins.h index c188a3ab0b6a..1bda1c724a6c 100644 --- a/security/manager/ssl/StaticHPKPins.h +++ b/security/manager/ssl/StaticHPKPins.h @@ -780,4 +780,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = { static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1723114438911000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1723460194207000); diff --git a/security/manager/ssl/nsSTSPreloadList.inc b/security/manager/ssl/nsSTSPreloadList.inc index 1a6e6223810f..c8e76362ffe3 100644 --- a/security/manager/ssl/nsSTSPreloadList.inc +++ b/security/manager/ssl/nsSTSPreloadList.inc @@ -8,7 +8,7 @@ /*****************************************************************************/ #include -const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); +const PRTime gPreloadListExpirationTime = INT64_C(1725879388758000); %% 0--1.de, 1 0-0.io, 1 @@ -16,7 +16,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 0-1.party, 1 0-24.com, 1 0-24.net, 1 -0-9.com, 1 0.com.ms, 1 0.sb, 1 00.eco, 1 @@ -56,7 +55,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 003d88.com, 1 003dyw.com, 1 0047552.com, 1 -00484.com, 1 005184.xyz, 1 0057552.com, 1 0066.in, 1 @@ -314,7 +312,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 0akarma.me, 1 0au.de, 0 0c.mom, 1 -0carbon.com, 1 0cdn.ga, 1 0cdn.net, 1 0cean.tk, 1 @@ -435,7 +432,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 1001home.cf, 1 1001kartini.com, 1 1001mv.com, 1 -1001n.com, 1 1001reasonstolearnspanish.com, 1 1001telecommandes.com, 1 1007337.com, 0 @@ -444,9 +440,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 1008608.com, 1 100baksov.tk, 1 100ballov.tk, 1 -100beauty.com, 1 100bib.ru, 1 -100fast.com, 1 100fss.com, 1 100fss.marketing, 1 100k.eu, 1 @@ -455,10 +449,8 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 100marks.in, 1 100nome.com, 1 100onrainkajino.com, 1 -100pay.com, 1 100pour100print.com, 1 100pudov.tk, 1 -100reach.com, 1 100refer.tk, 1 100sapog.tk, 1 100skidok.ga, 1 @@ -477,7 +469,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 101010.hopto.org, 1 101010.pl, 1 101023.xyz, 1 -10198.com, 1 101android.ru, 1 101st-airborne.tk, 1 101st.tk, 1 @@ -521,7 +512,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 105318.com, 1 105861.com, 1 106.hi.cn, 1 -10628.com, 1 1068511.com, 1 10705.ml, 1 107996.com, 1 @@ -555,7 +545,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 11018vip.com, 1 11018xpj.com, 1 11046.com, 1 -11082.com, 1 110838.com, 1 110cl.com, 1 110na.com, 1 @@ -564,7 +553,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 111365t.com, 1 11168365.com, 1 111814.com, 1 -11182.com, 1 11183.com, 1 11185.com, 1 111aicai.com, 1 @@ -627,17 +615,13 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 11365t.com, 1 113k8.com, 1 113z6.com, 1 -11400.com, 1 11443837.com, 0 114514ss.com, 1 -114job.com, 1 -114online.com, 1 115.one, 1 115z6.com, 1 1174healing.com, 1 117766.xyz, 1 1177z6.com, 1 -11792.com, 1 118400.com, 0 1190america.tk, 1 1199bet.vip, 1 @@ -808,7 +792,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 12.ag, 1 12.digital, 1 1200.cf, 1 -12006.com, 1 120percent-inc.com, 1 1212.tk, 1 1212873467.rsc.cdn77.org, 1 @@ -886,20 +869,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 1244.tk, 1 1244546066.rsc.cdn77.org, 1 125-rue.com, 1 -12517.com, 1 -12554.com, 1 -12557.com, 1 -12558.com, 1 -12559.com, 1 -12588.com, 1 125colours.tk, 1 125m125.de, 1 127011.ch, 1 127661.com, 1 -12778.com, 1 1277bet.com, 1 128612.com, 1 -12877.com, 1 1288366.com, 1 128bitar.net, 1 129.co, 1 @@ -1061,7 +1036,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 161.sh, 1 161233.com, 0 16164f.com, 1 -16195.com, 1 1620301.com, 1 1620302.com, 1 1620303.com, 1 @@ -1112,7 +1086,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 162jonesrd.ca, 1 163.gd, 1 16321.tk, 1 -163pay.com, 1 164.co, 1 1644091933.rsc.cdn77.org, 1 1650thefan.com, 1 @@ -1174,7 +1147,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 171365y.com, 1 171365z.com, 1 17187q.com, 1 -17190.com, 1 1720301.com, 1 1720302.com, 1 1720303.com, 1 @@ -1230,9 +1202,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 174343.com, 1 1750studios.com, 0 175dt.com, 1 -17901.com, 1 -17920.com, 1 -17921.com, 1 17kpw.cc, 1 17kpw.com, 1 17ta.com, 1 @@ -1307,7 +1276,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 183zlong.com, 1 184325.com, 1 1844329061.rsc.cdn77.org, 1 -18521.com, 1 185k8.com, 1 186526.club, 1 186526.xyz, 1 @@ -1316,7 +1284,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 186ks.com, 1 1876365.com, 0 1876996.com, 1 -18836.com, 1 1888zr.com, 0 188cn-sb.com, 1 188da.com, 0 @@ -1453,14 +1420,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 1dv.link, 1 1e9.nl, 1 1eanda.com, 1 -1earn.com, 1 1er-secours.ch, 0 1f123.net, 1 1f616emo.xyz, 1 1fastcourse.com, 1 1fc0.org, 1 1forma.org, 1 -1fresh.com, 1 1g.gg, 1 1gp.us, 1 1hc.be, 1 @@ -1509,7 +1474,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 1plus.red, 1 1pluss.ee, 1 1profile.ru, 1 -1project.com, 1 1q2w.nl, 1 1q365a.com, 1 1r.is, 1 @@ -1826,9 +1790,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 208medical.org, 1 20at.com, 1 20denier.com, 1 -20four7va.com, 1 20gg.de, 1 -20plus.com, 1 20sights.tk, 1 21-school.ru, 1 21.co.uk, 1 @@ -1842,32 +1804,16 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 215advisors.com, 0 2182am.com, 1 218strand.com, 1 -21ce.com, 1 -21domain.com, 1 21done.ph, 1 -21eb.com, 1 -21er.com, 1 -21expo.com, 1 -21football.com, 1 -21god.com, 1 21gou.com, 1 -21green.com, 1 -21jobs.com, 1 21kampus.com, 1 21lab.co, 1 -21love.com, 1 21nurse.com, 1 -21ol.com, 1 -21photo.com, 1 21risk.com, 0 21run.com, 0 -21soccer.com, 1 21stcenturycarpentry.com.au, 1 21stcenturyoptics.com, 1 21stnc.us, 1 -21tax.com, 1 -21up.com, 1 -21venture.com, 1 22-bets.org, 1 22007apply.gov, 1 220220.de, 1 @@ -2061,7 +2007,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 247medplan.com, 1 247megamart.com.au, 1 247naijabuzz.com, 1 -247vision.com, 1 247xchanger.com, 1 248000.xyz, 1 24848168.com, 0 @@ -2086,41 +2031,21 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 2495dentalimplants.com, 1 249722.com, 1 249cq.com, 1 -24action.com, 1 -24active.com, 1 -24alarm.com, 1 -24ball.com, 1 -24beauty.com, 1 24bel.ru, 0 24bit.dk, 1 24chance.tk, 1 -24control.com, 1 -24fair.com, 1 -24fan.com, 1 24gazette.ga, 1 -24gis.com, 1 24go.me, 1 -24hod.com, 1 24hour-locksmithsanantonio.com, 1 24hourcyclist.co.uk, 1 24hourlocksmithdallastx.com, 1 24hourlocksmithspring.com, 1 24hourscienceprojects.com, 1 24hrbrandbash.com, 1 -24images.com, 1 24k.co.jp, 1 24livene.com, 1 -24london.com, 1 -24meg.com, 1 -24monitor.com, 1 24onlain.tk, 1 -24read.com, 1 -24see.com, 1 -24share.com, 1 24slides.com, 1 -24slot.com, 1 -24status.com, 1 -24vod.com, 1 24webservice.nl, 1 24x7aircargoservices.co.in, 1 2500.cf, 1 @@ -2142,7 +2067,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 25lotto.co.ke, 1 25lotto.com, 1 25may.tk, 1 -25oclock.com, 1 25percent.me, 1 25refer.tk, 1 25reinyan25.net, 1 @@ -2151,7 +2075,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 2601.de, 1 260150.com, 1 262569.com, 1 -263email.com, 1 263mail.com, 1 267326.com, 1 269196.com, 1 @@ -2222,13 +2145,11 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 2c-t-7.com, 1 2c-t-8.com, 1 2c.lol, 1 -2cars.com, 1 2cat.cc, 1 2cb.rocks, 1 2chan.eu, 1 2chan.jp, 1 2chi1.com, 1 -2choose.com, 1 2class.eu.org, 1 2cosmo4.me, 1 2cv-co.be, 1 @@ -2239,18 +2160,14 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 2daysmood.us, 1 2diets.ru, 1 2dk.info, 1 -2dns.com, 1 2driver-ok.ml, 1 2earn-online.com, 0 2fa.directory, 1 -2finish.com, 1 2fm.ie, 1 2fm.radio, 1 2fr3.com, 1 2fraud.pro, 1 -2free.com, 1 2g1s.net, 1 -2gallery.com, 1 2gen.com, 1 2gether.fr, 1 2gisparser.tk, 1 @@ -2260,7 +2177,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 2heartsbookings.co.uk, 1 2hypeenterprises.com, 1 2img.net, 1 -2impact.com, 1 2innovateit.com, 0 2insights.com, 1 2isk.in, 1 @@ -2301,15 +2217,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 2rsc.com, 1 2rsc.net, 1 2sendai.net, 1 -2serious.com, 1 -2target.com, 1 2tausend19.de, 1 2th.me, 1 2think.org, 1 2travel8.world, 1 2url.link, 1 2ustyle.com, 1 -2value.com, 1 2vnews.com, 1 2vp-an.online, 1 2x.nu, 1 @@ -2341,7 +2254,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 30deagosto.tk, 1 30dtang.com, 1 30for30podcasts.com, 1 -30minut.com, 1 30nama1.tk, 1 30region.tk, 1 30ta.com, 1 @@ -2537,28 +2449,20 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 360bcty.com, 1 360cycling.com.br, 1 360degreecloud.com, 1 -360dental.com, 1 360dialog.com, 1 360e-commerce.de, 1 360e-commerce.net, 1 360ecogroup.com, 0 360ecommerce.de, 1 360ecommerce.net, 1 -360faces.com, 1 360fcu.org, 1 360gradus.com, 0 360hosting.com.au, 1 -360islam.com, 1 360kuvia.fi, 1 -360now.com, 1 -360organic.com, 1 360primeview.ie, 1 360prokuvat.fi, 1 360rail.nl, 1 -360spider.com, 1 -360system.com, 1 360tr.com, 1 -360trust.com, 1 360videoshare.com, 1 360vrs.com, 1 361116.com, 1 @@ -2627,14 +2531,10 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 3659869.com, 1 3659980.com, 1 365a1.com, 0 -365air.com, 1 365beautyworld.com, 1 -365blog.com, 1 365canvas.com, 1 -365check.com, 1 365clo.com, 1 365cn-288.com, 1 -365coupon.com, 1 365eib.com, 1 365eif.com, 1 365eil.com, 1 @@ -2642,18 +2542,15 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 365eis.com, 1 365eiv.com, 1 365eiw.com, 1 -365fast.com, 1 365healthworld.com, 1 365labs.cloud, 1 365nnnn.com, 0 -365pet.com, 1 365proxy.com, 1 365q01.com, 1 365r.co, 0 365renovations.com, 1 365sb-cn.com, 1 365skulls.com, 1 -365vision.com, 1 365y33.com, 1 365y9.com, 0 365yapan.com, 1 @@ -2799,7 +2696,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 3changtrai.com, 1 3commas.io, 1 3countiescastlehire.co.uk, 1 -3creation.com, 1 3cs.ch, 0 3cup90.com, 1 3d-animator.net, 1 @@ -2812,23 +2708,18 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 3dapartment.com, 1 3dbox.ba, 1 3dc9.jp, 1 -3dcaipiao.com, 1 3dcollective.es, 1 -3dcopy.com, 1 3dd365.com, 1 3degreedesign.co.uk, 1 3deni.com, 1 3dexpose.tk, 1 -3dfeel.com, 1 3dfiguur.nl, 0 3dflat.tk, 1 3dgep.com, 1 3dinosaurs.com, 1 3dissue.com, 1 -3djapan.com, 1 3djava.ml, 1 3dlab.team, 1 -3dlan.com, 1 3dm.audio, 1 3dmedium.de, 1 3dmetalprinting.tk, 1 @@ -2836,14 +2727,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 3dmusiclab.nl, 1 3dnovedades.com, 0 3do3dont.com, 1 -3down.com, 1 3dprintedobjects.be, 1 3dprintsondemand.eu, 1 3dranger.com, 1 3dreal.tk, 1 3dscanners.co.uk, 1 3dsites.tk, 1 -3dstandard.com, 1 3dstore.dk, 1 3dsupplies.be, 1 3dtech.pt, 1 @@ -2866,7 +2755,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 3h-co.de, 1 3haeuserprojekt.org, 1 3hh365.com, 1 -3huan.com, 1 3i-infotech.com, 1 3ieimpact.org, 1 3ii365.com, 1 @@ -2874,8 +2762,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 3james.com, 1 3jj365.com, 1 3ks.pl, 1 -3link.com, 1 -3links.com, 1 3lmnyblogger.ga, 1 3logic.ru, 1 3lot.ru, 1 @@ -3227,15 +3113,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 4d2.xyz, 1 4daagse.nl, 1 4dbuild.net, 1 -4dclub.com, 1 4devs.com.br, 1 4digital.it, 1 4digitiq.nl, 1 4dillusion.tk, 1 4dimension.net, 1 -4dplay.com, 1 4dsignworx.com, 1 -4dstyle.com, 1 4e8.net, 1 4everdosti.tk, 1 4everproxy.com, 1 @@ -3275,7 +3158,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 4mm.org, 1 4n3.net, 1 4n6.io, 1 -4nature.com, 1 4netguides.org, 1 4nikola.de, 1 4o.pw, 1 @@ -3306,7 +3188,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 4th-ave-studio.com, 1 4thfebruary.tk, 1 4thjdcar.gov, 1 -4true.com, 1 4u.services, 0 4u2ore.net, 1 4uwatch.cf, 1 @@ -3443,30 +3324,16 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 51cls.tw, 1 51club8.com, 1 51dinghuo.com, 1 -51fish.com, 1 51fishing.com, 1 -51flower.com, 1 51flowers.com, 1 -51free.com, 1 51fss.marketing, 1 51guaq.com, 1 -51ku.com, 1 -51life.com, 1 -51logo.com, 1 -51motor.com, 1 -51photos.com, 1 -51pic.com, 1 51pig.com, 1 51pinpai.com, 1 -51power.com, 1 51resume.com, 1 51senluo.com, 1 -51share.com, 1 -51shoes.com, 1 -51space.com, 1 51talk.ph, 1 51tiaojiu.com, 1 -51train.com, 1 51xiongmao.cn, 1 52002a.com, 1 52002b.com, 1 @@ -3716,11 +3583,9 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 5agks.com, 1 5am.is, 1 5apps.com, 1 -5baiwan.com, 1 5bet86.com, 1 5c1fd0f31022cbc40af9f785847baaf9.space, 1 5ca.com, 1 -5cake.com, 1 5ccapitalinvestments.com, 1 5chat.it, 1 5dm.link, 1 @@ -3729,6 +3594,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 5drachenschule.de, 1 5e.tools, 1 5eki.jp, 0 +5elementostudio.co, 1 5escorts.com, 1 5fm.nu, 1 5francs.com, 1 @@ -3791,7 +3657,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 616675.com, 1 616798.com, 1 616f88.com, 1 -61730123.com, 0 618034.xyz, 1 61ag8.com, 1 61d88.com, 1 @@ -4291,7 +4156,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 722201.com, 0 723421.com, 1 724go.com, 1 -724online.com, 1 725134.com, 1 725741.com, 1 7261696e626f77.net, 1 @@ -4445,7 +4309,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 77ffxxx.com, 1 77ffyyy.com, 1 77ffzzz.com, 1 -77online.com, 1 78-couvreur.fr, 1 78.to, 1 780aa.com, 1 @@ -4532,14 +4395,9 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 8003pay.com, 1 8006d88.com, 1 800999.xyz, 1 -800bar.com, 1 800email.com, 1 -800ink.com, 1 -800live.com, 1 800mattress.com, 1 800perkins.com, 1 -800sports.com, 1 -800tea.com, 1 800tutor.com, 1 8010d88.com, 1 8012d88.com, 1 @@ -4919,7 +4777,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 889w889.net, 1 88acesmaritime.com, 1 88bet86.com, 1 -88bill.com, 1 88cakescorner.com, 1 88chigua.com, 1 88d.com, 1 @@ -5045,17 +4902,14 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 8hrs.net, 1 8i3m2a67.com, 1 8l.com.au, 1 -8link.com, 1 8maerz.at, 1 8me.nl, 1 8mpay.com, 1 8shequapp.com, 1 -8show.com, 1 8t8.eu, 1 8tech.com.hk, 1 8thportsmouth.org.uk, 1 8thstreetlatinas.com, 1 -8time.com, 1 8tuffbeers.com, 1 8ung.online, 1 8xx888.com, 1 @@ -5165,7 +5019,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9097.cf, 1 9098.cf, 1 90daydiet.org, 1 -90minut.com, 1 90r.jp, 1 90splease.com, 1 91-cg.com, 1 @@ -5298,7 +5151,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9197.cf, 1 9198.cf, 1 91bbr.com, 1 -91beauty.com, 1 91cg.com, 1 91d52.com, 1 91d72.com, 1 @@ -5560,40 +5412,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9444.cf, 1 9449-27a1-22a1-e0d9-4237-dd99-e75e-ac85-2f47-9d34.de, 1 947cq.com, 1 -9499113.com, 1 -9499115.com, 1 -9499118.com, 1 -9499125.com, 1 9499137.com, 1 -9499151.com, 1 -9499212.com, 1 9499232.com, 0 -9499238.com, 1 -9499263.com, 1 -9499278.com, 1 -9499343.com, 1 -9499369.com, 1 -9499399.com, 1 -9499403.com, 1 -9499459.com, 1 -9499518.com, 1 -9499558.com, 1 9499565.com, 0 -9499568.com, 1 -9499575.com, 1 -9499668.com, 1 -9499676.com, 1 -9499682.com, 1 9499737.com, 1 9499757.com, 0 -9499835.com, 1 9499855.com, 0 -9499869.com, 1 -9499958.com, 1 -9499jjj.com, 1 -9499l.com, 1 -9499ttt.com, 1 -9499xxx.com, 1 9499yl.com, 1 95-the-mix.com, 1 9500.cf, 1 @@ -5607,9 +5431,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9508.cf, 1 9509.cf, 1 9510.cf, 1 -95105.com, 1 -95107.com, 1 -95108.com, 1 9511.cf, 1 9512.cf, 1 9513.cf, 1 @@ -5645,21 +5466,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9548.cf, 1 9549.cf, 1 9550.cf, 1 -95500.com, 1 9551.cf, 1 -95518.com, 1 -95519.com, 1 9552.cf, 1 9553.cf, 1 9554.cf, 1 -95544.com, 1 -95558.com, 1 -95559.com, 1 9556.cf, 1 -95566.com, 1 -95568.com, 1 9557.cf, 1 -95577.com, 1 9558.cf, 1 9559.cf, 1 9560.cf, 1 @@ -5672,7 +5484,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9568.cf, 1 9569.cf, 1 9570.cf, 1 -95700.com, 1 9571.cf, 1 9572.cf, 1 9573.cf, 1 @@ -5682,16 +5493,13 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9578.cf, 1 9579.cf, 1 9580.cf, 1 -95808.com, 1 9581.cf, 1 9582.cf, 1 -95828.com, 1 9584.cf, 1 9585.cf, 1 9586.cf, 1 95868457.xyz, 1 9587.cf, 1 -9588.com.cn, 1 9590.cf, 1 9591.cf, 1 9592.cf, 1 @@ -5701,7 +5509,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9596.cf, 1 959606.com, 1 9597.cf, 1 -95996.com, 1 9600.cf, 1 9601.cf, 1 9602.cf, 1 @@ -5723,14 +5530,10 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9617.cf, 1 9617818.net, 1 9618.cf, 1 -96181.com, 1 9619.cf, 1 9620.cf, 1 -96200.com, 1 9621.cf, 1 9622.cf, 1 -96220.com, 1 -96229.com, 1 9623.cf, 1 9624.cf, 1 9625.cf, 1 @@ -5739,15 +5542,9 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9629.cf, 1 9630.cf, 1 9631.cf, 1 -96316.com, 1 9632.cf, 1 9633.cf, 1 -96448.com, 1 964515.com, 1 -96577.com, 1 -96605.com, 1 -96606.com, 1 -96607.com, 1 96658.com, 1 9666ks.com, 1 96678.com, 0 @@ -5756,8 +5553,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 967606.com, 1 967you.com, 1 968860.com, 1 -96896.com, 1 -96961.com, 1 9697cp.com, 1 9700.cf, 1 9701.cf, 1 @@ -5914,7 +5709,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9882258.com, 1 9883358.com, 1 9884458.com, 1 -98877.com, 1 98944448.com, 1 98944449.com, 1 98944555.com, 1 @@ -5977,7 +5771,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9947.cf, 1 9948.cf, 1 9949.cf, 1 -995.com.cn, 1 9950.cf, 1 9951.cf, 1 99511.fi, 1 @@ -6198,10 +5991,8 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 999salon.co, 1 999salon.com, 1 999zlong.com, 1 -99bt.com, 1 99buffets.com, 1 99casinos.com, 1 -99dog.com, 1 99ffaaa.com, 1 99ffbbb.com, 1 99ffccc.com, 1 @@ -6256,7 +6047,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 99furnitureideasexamples.ga, 1 99laptops.com, 1 99lib.net, 1 -99music.com, 1 99naturalfoods.de, 1 99perf.com, 1 99qp.org, 1 @@ -6272,7 +6062,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1725533633810000); 9de.net, 1 9elements.com, 0 9etl.com, 1 -9fruit.com, 1 9fvip.net, 1 9gag.com, 1 9hosts.net, 1 @@ -6468,7 +6257,6 @@ a2ssrl.duckdns.org, 1 a2zplumbing.com.au, 1 a2zva.com, 1 a30.tokyo, 0 -a340.com, 1 a356.top, 1 a36533.com, 1 a365vip3.com, 0 @@ -6789,12 +6577,10 @@ abetteramerican.org, 1 abetterdeath.com, 1 abetterwichita.org, 1 abeus.com, 1 -abfluss.com, 1 abg.com.sa, 1 abg.ninja, 1 abgeo.ga, 1 abgrafstenen.nl, 1 -abhaken.com, 1 abhaldus.ee, 1 abhayaranya.com, 1 abhijit.today, 1 @@ -6839,7 +6625,6 @@ abivert-piscines.fr, 1 abk.com.tr, 1 abkhazianews.tk, 1 abl.com, 0 -ablauf.com, 1 ablebits.com, 1 ablecha.tk, 1 ablehorsehandlers.au, 1 @@ -6862,7 +6647,6 @@ ablx.de, 1 abmackenzie.com, 1 abmahnhelfer.de, 1 abmc.gov, 1 -abmelden.com, 1 abminiplex.in, 1 abminv.com, 1 abmledger.ca, 1 @@ -6956,7 +6740,6 @@ aboutsk.tk, 1 aboutsleep.com.ua, 1 abouttablewares.tk, 1 abouttime.gq, 1 -abouttokyo.com, 1 abouttravel.gq, 1 aboutwealthcreation.tk, 1 aboutyou.at, 1 @@ -6991,7 +6774,6 @@ abox-kb.com, 1 abpages.com, 1 abpis.hr, 1 abplive.com, 1 -abplusz.hu, 1 abr.ru, 1 abracadabramagicas.com.br, 1 abrah.am, 1 @@ -7115,7 +6897,6 @@ academiamenonitasjonline.org, 1 academiaofimage.com, 1 academiasdemodelos.com, 0 academica.nl, 1 -academichealthscience.net, 1 academichelp.gq, 1 academie-angoumois.org, 1 academie-de-police.ch, 0 @@ -7128,7 +6909,6 @@ academyruins.com, 1 academytv.com.au, 1 acadiate.com, 1 acaeum.com, 0 -acafellas.com, 1 acalcio.ga, 1 acallawayroofing.com, 1 acandroid.top, 1 @@ -7381,7 +7161,6 @@ acipayam.bel.tr, 1 acisms.es, 1 ack.tax, 1 ackermannevents.de, 1 -ackersplastering.co.uk, 1 acklandstainless.com.au, 1 acl.gov, 1 aclandia.fr, 1 @@ -7560,7 +7339,6 @@ activityinfo.org, 1 activitypub.cyou, 1 activlux.pt, 1 activpilot.at, 1 -activs.ru, 1 actom.cc, 1 actonsoft.com, 1 actonwoodworks.com, 1 @@ -8012,7 +7790,6 @@ adr.gov, 1 adrabataille.fr, 0 adrafinil.wiki, 1 adreaminsteel.tk, 1 -adreana.com, 1 adregain.com, 1 adregain.ru, 1 adrenalin.is, 1 @@ -8069,7 +7846,6 @@ adscambodia.com, 1 adsense-arbitrage.com, 1 adseye.tk, 1 adsforcash.ga, 1 -adshooter.com, 1 adsib.gob.bo, 1 adsl2meg.fr, 1 adsmarketing.tk, 1 @@ -8225,7 +8001,6 @@ adverganda.de, 1 adversus-test.tk, 0 adversus-web-staging.tk, 0 advertise-ment.tk, 1 -advertise.cn, 1 advertising-design.tk, 1 advertisingcompany.tk, 1 advertisingindustry.ga, 1 @@ -8242,7 +8017,6 @@ adviesfactuur.nl, 1 adviesgv.nl, 1 advinix.fr, 1 advirk.tk, 1 -advise.cn, 1 adviserplus.com, 1 advisorperspectives.com, 1 advmaster.cf, 1 @@ -8423,7 +8197,6 @@ aerogrill.tk, 1 aeroklub.tk, 1 aerolineasvenezolanas.net, 1 aerolog.co, 0 -aeromot.com, 1 aeron.aero, 1 aeronautix.com, 1 aeronote.net, 1 @@ -8489,7 +8262,6 @@ af.link, 1 afadansedeparis.com, 1 afadvantage.gov, 1 afanasev.tk, 1 -afandou.com, 1 afanias.org, 1 afas-apps.nl, 1 afasim.tk, 1 @@ -8616,7 +8388,6 @@ aforism.tk, 1 afp548.com, 1 afrag.fr, 1 afreelancersworld.com, 1 -afres.com, 1 afreshperspective.com, 1 africaclassifieds.ga, 1 africaindemander.tk, 1 @@ -8663,7 +8434,6 @@ afterfostercare.tk, 1 afterhate.fr, 1 afterhoursglass.com.au, 1 aftermagic.com, 1 -aftermix.com, 1 afternoonhereyes.tk, 1 afteroblivion.tk, 1 afterpay.com, 1 @@ -8755,7 +8525,7 @@ aga.gov.au, 1 agabucheros.tk, 1 agad.tk, 1 agagent.vip, 1 -agahimax.com, 1 +agahimax.com, 0 against.tk, 1 againstgynexams.tk, 1 againsttheneighbour.tk, 1 @@ -8771,7 +8541,6 @@ agargiulo.com, 1 agari-mj.com, 1 agarioforum.ga, 1 agasport.nl, 0 -agastia.com, 1 agatajanik.de, 1 agate.pw, 1 agateh.com.au, 1 @@ -8996,15 +8765,12 @@ agostonegro.tk, 1 agouraelectrician.com, 1 agouraexteriorlighting.com, 1 agourahillselectric.com, 1 -agourahillselectrical.com, 1 agourahillselectrician.com, 1 -agourahillslighting.com, 1 agouralighting.com, 1 agowa338.de, 1 agpandit.in, 1 agpideas.com, 1 agr.asia, 1 -agrabah.com, 1 agradi.nl, 1 agralines.tk, 1 agrarking.com, 1 @@ -9018,14 +8784,12 @@ agregator.tk, 1 agrekov.ru, 1 agremo.com, 0 agreor.com, 1 -agressief.com, 1 agri-meet.com, 1 agri.ee, 0 agricult.tk, 1 agricultural-technology.tk, 1 agriculture-schools.com, 1 agriculture.vic.gov.au, 1 -agrifoglio.com, 1 agrifoodtoday.it, 1 agrifutures.com.au, 1 agrigentonotizie.it, 1 @@ -9056,13 +8820,11 @@ agrodoki.hu, 1 agrofind.com.br, 1 agrogrup79.com, 1 agroguia.com.co, 1 -agrohim.com, 1 agroinsider.com, 1 agrokomi.tk, 1 agrokredit.ga, 1 agroland.tk, 1 agrolife.tk, 1 -agroma.com, 1 agromotorsburzaco.com, 1 agron.tk, 1 agronomi.tk, 1 @@ -9133,6 +8895,7 @@ ahealingpath.org, 1 ahealthyjourney.ca, 1 ahegaoroulette.com, 1 ahelos.tk, 1 +ahero4all.org, 1 ahezu.com, 1 ahg-offices.fr, 1 ahhcomfortshoes.com, 1 @@ -9143,7 +8906,6 @@ ahima.org, 1 ahityayinlari.com, 1 ahityayinlari.org, 1 ahj.no, 1 -ahjy.com, 1 ahl.gov.au, 1 ahl.im, 1 ahlac.tk, 1 @@ -9186,10 +8948,8 @@ ahosamuel.com, 1 ahosenjoni.fi, 1 ahosi.com, 1 ahouansou.cz, 1 -ahqf.com, 1 ahrefs.com, 1 ahroproject.org, 1 -ahrora.com, 1 ahrq.gov, 1 ahs.com, 1 ahscarolinas.com, 1 @@ -9245,7 +9005,6 @@ aiccorp.com, 1 aicfb.in, 1 aichat.io, 1 aichi-tokko-shien.com, 1 -aichou.com, 1 aicial.co.uk, 1 aickelin.eu, 1 aicr.org, 1 @@ -9324,14 +9083,12 @@ aikidosaltadojo.tk, 1 aikijutsu.tk, 1 aikiva.com, 1 aikoly.com, 1 -aila.org, 1 aileenwatt.co.uk, 1 ailife.blog, 1 ailitonia.com, 1 ailitonia.xyz, 1 ailladearousa.com, 1 aim.org.pt, 1 -aimara.com, 1 aimare-web.tk, 1 aimarketingdesk.com, 1 aimax.com, 1 @@ -9367,7 +9124,6 @@ ainewsto.com, 1 ainfographie.com, 1 aini99.club, 0 ainkarim.co, 1 -ainong.com, 1 ainrm.cn, 1 ainsa.tk, 1 ainutrition.co.uk, 1 @@ -9411,7 +9167,6 @@ air-soft.ga, 1 air-swift.com, 1 air-techniques.fr, 1 air-ticket.ga, 1 -airalarm.com, 1 airaplus.ca, 1 airbender.tk, 1 airbnb.ae, 1 @@ -9497,7 +9252,6 @@ airchartervirginislands.com, 1 aircheapfare.com, 1 aircheapfares.com, 1 aircomet.tk, 1 -aircompressormachine.com, 1 airconditioning.tk, 1 airconditioningcondensers.tk, 1 airconditioningservicejohannesburg.co.za, 1 @@ -9511,7 +9265,6 @@ aircraftspruce.com, 1 aircrewportpages.com, 1 aircs.racing, 1 airday.tk, 1 -airdeer.com, 1 airdropics.com, 1 airdropkings.com, 1 airductcleaning-austin.com, 1 @@ -9549,11 +9302,9 @@ airfaretracking.com, 1 airfield.gq, 1 airflightsdeals.com, 1 airforce.com, 1 -airformosa.com, 1 airfoto.tk, 1 airfox.cf, 1 airfox.gq, 1 -airgreen.com, 1 airgun.tk, 1 airgundepot.com, 1 airhelp.com, 1 @@ -9562,7 +9313,6 @@ airi-tabei.com, 1 airi.ga, 1 airicy.com, 1 airikai.com, 1 -airism.com, 1 airit.de, 1 airjet.cf, 1 airjordanpascher.tk, 1 @@ -9805,7 +9555,6 @@ airticketstravel.com, 1 airtimerewards.co.uk, 0 airtrain.gq, 1 airtrolinc.com, 1 -airupdate.com, 1 airventuri.com, 1 airvida.sg, 1 airvpn.org, 1 @@ -9839,6 +9588,7 @@ aitanaedu.org, 1 aitidings.com, 1 aitindo.com, 1 aitkincountymn.gov, 1 +aitool.se, 1 aitosoftware.com, 1 aitrading.uk, 1 aitrust.ro, 1 @@ -9858,7 +9608,6 @@ aixlab.de, 1 aixm.aero, 1 aixploringprovence.com, 1 aixue.net, 1 -aizhuan.com, 1 aizxxs.com, 1 aizxxs.net, 1 aj-laixada.tk, 1 @@ -9966,7 +9715,6 @@ akasmedikal.com, 1 akasmedikal.net, 1 akatsukainuneko.co.jp, 1 akaxaka.tk, 1 -akayu.com, 1 akaziya.cf, 1 akbam.co.uk, 1 akbarsempoi.tk, 1 @@ -10075,7 +9823,6 @@ aksehir.bel.tr, 1 akselinurmio.fi, 1 aksenov.tk, 1 aksenovalexey.tk, 1 -aksesuarai.com, 1 akshavitrends.com, 1 akshay.in.eu.org, 1 akshit.me, 1 @@ -10102,7 +9849,6 @@ aktransmission.com, 1 aktuel-urunler.com, 1 aktuelfirsat.com, 1 aktuelleprospekte.at, 1 -aktueller.com, 1 aktuellsakerhet.se, 0 akuislam.com, 1 akuku-parkitka.pl, 1 @@ -10413,7 +10159,6 @@ alejandropernett.tk, 1 alejandrophones.com.mx, 1 alejohnramirez.com, 1 alek.in, 1 -alekos2go.com, 1 aleks.com, 1 aleksa.ga, 1 aleksa.tk, 1 @@ -10521,7 +10266,6 @@ alexandreguarita.com.br, 1 alexandremottier.tk, 1 alexandrevicente.net, 1 alexandrianh.gov, 1 -alexandrin.com, 1 alexandrite.cf, 1 alexandros.io, 0 alexandryimmobilier.fr, 1 @@ -10529,7 +10273,6 @@ alexaprinting.tk, 1 alexauto.tk, 1 alexberts.ch, 1 alexblanck.com, 1 -alexblock.io, 1 alexbogovich.com, 0 alexbosch.net, 1 alexbresnahan.com, 1 @@ -10817,7 +10560,7 @@ alissanoir.net, 1 alisstyle.tk, 1 alistaku.tk, 1 alistelab.com, 1 -alisync.com, 1 +alisync.com, 0 alitabergert.tk, 1 alitajran.com, 1 alitec.it, 1 @@ -10835,6 +10578,7 @@ aljaspod.com, 1 aljaspod.hu, 1 aljaspod.net, 1 aljaspod.org, 1 +aljfinance.com, 1 aljullusims.tk, 1 aljweb.com, 1 alkaabi.io, 1 @@ -10948,7 +10692,6 @@ allchan.io, 1 allcinema.net, 1 allcleanservices.ca, 1 allcloud.com, 1 -allcomic.com, 1 allcompanycorp.com, 1 allcooking.tk, 1 allcourts.tk, 1 @@ -10972,7 +10715,6 @@ allegra.ga, 1 allegra180.ga, 1 allegra180mg.ga, 1 allegrapark.ga, 1 -allegreto.com, 1 allegrettoresort.com, 1 allegrettoresortandvineyard.com, 1 allegrettoresortandvineyardbyayres.com, 1 @@ -11054,7 +10796,6 @@ allgreenlawncare.ca, 1 allhallows.tk, 1 allhard.org, 1 allhits.ml, 1 -allhonest.com, 1 allhsa.com, 1 alli-diet-pill.cf, 1 alli-pills.cf, 1 @@ -11268,7 +11009,6 @@ almaz-sait-rp.ml, 1 almeera.online, 1 almeerajtour.com, 1 almeeraloyalty.com, 1 -almeezangroup.com, 1 almeidaesilvaseguros.com.br, 1 almenatownship.gov, 1 almenrausch-pirkhof.de, 1 @@ -11400,7 +11140,6 @@ alphadronten.tk, 1 alphaetomega3d.fr, 1 alphafoo.dk, 1 alphagames.tk, 1 -alphageek.blog, 1 alphahosting.hu, 1 alphahunks.com, 1 alphainflatablehire.com, 1 @@ -11438,7 +11177,6 @@ alphline.com.sg, 1 alphotelmilano.it, 1 alpilean.com, 1 alpinar.tk, 1 -alpinatours.nl, 1 alpine-holiday.de, 1 alpine-tuning.de, 1 alpinebank.com, 1 @@ -11781,14 +11519,12 @@ amarilio.com.mx, 1 amarillosquare.com, 1 amarinbabyandkids.com, 1 amaris-pr.ru, 1 -amarrada.com, 1 amarresdeamorconelbrujoguillermo.com, 1 amarresperuanos.com, 1 amartaramitramandal.tk, 1 amartours.pt, 1 amaruddinmufid.com, 1 amaruz.tk, 1 -amarylis.com, 1 amasea.yachts, 1 amasing.tk, 1 amateku.jp, 1 @@ -11876,7 +11612,6 @@ amblin.com, 1 ambor.com, 1 ambor.org, 1 ambouncyhire.com, 1 -ambra.net.nz, 1 ambrosia.cafe, 1 ambrosiamosaicos.co, 1 ambrosio.tk, 1 @@ -11891,7 +11626,6 @@ ambulanzaprivata.roma.it, 1 ambulanzeprivate.milano.it, 1 ambulari.cz, 1 ambulatori.it, 1 -amburgo.com, 1 amcanalense.tk, 1 amcangroup.com, 1 amcasia.com, 1 @@ -11966,7 +11700,6 @@ americaninsuranceplus.ml, 1 americankickoff.ga, 1 americanmessaging.net, 1 americanmusical.com, 1 -americanpop.be, 1 americanreservations.us, 1 americans.cam, 1 americanstrategic.com, 0 @@ -12022,7 +11755,6 @@ amfelt.dk, 1 amfiteatr.tk, 1 amfora.gq, 1 amforst.ddns.net, 1 -amg.work, 1 amgreatness.com, 1 amh-entertainments.co.uk, 1 ami-de-bastanes.fr, 1 @@ -12043,7 +11775,6 @@ amicosauro.tk, 1 amicus-webdesign.de, 1 amicusjunior.ro, 1 amie.so, 1 -amiez.com, 1 amifoundation.net, 1 amigatraktor.tk, 1 amightyoakbedandbreakfast.com, 1 @@ -12262,7 +11993,6 @@ amuq.net, 1 amur-photo.ml, 1 amur.tk, 1 amusa.cl, 1 -amuzante.com, 1 amva.it, 1 amvetspost35wi.org, 1 amvip9.com, 1 @@ -12464,7 +12194,6 @@ ancroma.ro, 1 ancuong.com, 1 and-stuff.nl, 1 and-tax.jp, 1 -andain.com, 1 andalosse.tk, 1 andalucia.com, 1 andaluciaboard.tk, 1 @@ -12754,14 +12483,12 @@ anextraordinaryday.net, 1 anfadern.com, 1 anfalas.ddnss.de, 1 anfarabic.com, 1 -anfei.com, 1 anfieldbc.co.uk, 1 anfilada.info, 1 anfloors.ru, 0 anfr.fr, 1 angablade.com, 1 ange-de-bonheur444.com, 1 -angeben.com, 1 angel-body.com, 1 angel-jrk.com, 1 angel-wing.jp, 1 @@ -12780,7 +12507,6 @@ angelefloramendy.org, 1 angelesdelabismo.com, 1 angelesydemonios.es, 1 angelfood.org, 1 -angelhaken.com, 1 angelhammer.tk, 1 angelic.icu, 1 angelic47.com, 1 @@ -12820,7 +12546,6 @@ angem.tk, 1 angepsychedelices.tk, 1 angeredmoon.tk, 1 angermanalvorna.tk, 1 -angesehen.com, 1 angestoepselt.de, 1 angie-webdesign.ch, 0 angiejones.com, 1 @@ -12846,7 +12571,6 @@ anglingnewfoundlandlabrador.com, 1 anglirl.eu.org, 1 anglogoldashanti.com, 1 anglopoltransport.pl, 1 -angolo.com, 1 angolo.ga, 1 angop.ao, 1 angora.id, 1 @@ -12864,12 +12588,10 @@ angrysnarl.com, 1 angryteeth.net, 0 angstrommold.com, 1 angular-js.ga, 1 -anguloconsulting.com, 1 angusandperthpgl.tk, 1 angusbarn.com, 1 anh-dv.com, 1 anhaffen.lu, 0 -anhangabau.com, 1 anhdvboot.com, 1 anhdvshop.com, 1 anhembi.br, 1 @@ -13004,7 +12726,6 @@ animewallpapers.tk, 1 animmouse.com, 1 animofluteandpiano.co.uk, 1 animonda.de, 1 -animotica.com, 1 animoxavilorza.tk, 1 aninews.tk, 1 anip.icu, 1 @@ -13037,7 +12758,6 @@ anjocerdena.com, 1 anjoola.com, 1 anjtransportsolutions.com.au, 1 ankalash.com, 1 -ankam.com, 1 ankane.org, 1 ankanetworks.net, 1 ankaraarabakiralama.com.tr, 1 @@ -13136,7 +12856,6 @@ annefrank.org, 1 annefried-hahn.de, 1 annejan.com, 1 annekleinert.de, 1 -annelida.com, 1 annelies-monsere.tk, 1 anneliesvanhoof.tk, 1 annelisetouya.com, 1 @@ -13519,7 +13238,6 @@ antragsgruen.de, 1 antraxx.ee, 1 antrimnh.gov, 1 antrodiulisse.eu, 0 -antropico.com, 1 antroposboutique.it, 1 antroposofica.com.br, 1 ants-and-me.ml, 1 @@ -13568,7 +13286,6 @@ any-id.nl, 1 any-id.online, 1 any-id.store, 1 any-link-page.de, 1 -any6.com, 1 anya-carter.com, 1 anya.moe, 1 anyad.at, 1 @@ -13630,7 +13347,6 @@ aoa2.ch, 1 aoadatacommunity.us, 1 aoaprograms.net, 1 aobogo.com, 1 -aocai.com, 1 aoconsultoria.com, 1 aod-tech.com, 1 aodisco.co.uk, 1 @@ -13639,7 +13355,6 @@ aoe9.com, 1 aoeuaoeu.com, 1 aofusa.me, 1 aofusa.net, 1 -aohao.com, 1 aoicprobationil.gov, 1 aoil.gr, 1 aojf.fr, 1 @@ -13648,7 +13363,6 @@ aokae.com, 1 aoku3d.com, 0 aolcollege.com, 1 aomar-mohammedi.tk, 1 -aomi.com, 1 aonedatasolution.com, 1 aonhewitt.com.cy, 1 aonhewitt.gr, 1 @@ -13660,11 +13374,9 @@ aopedeure.nl, 1 aorangi-debt.co.nz, 1 aorhan.com, 1 aori.com, 1 -aorui.com, 1 aosc.kz, 1 aosclan.tk, 1 aoshiya.com, 1 -aosika.com, 1 aospa.co, 1 aostacarnavals.it, 1 aosus.org, 1 @@ -13673,7 +13385,6 @@ aotearoafreepress.com, 1 aotearoaleaks.org, 1 aotech.tw, 1 aotopo.com, 1 -aotuo.com, 1 aova.loan, 1 aovvt.nl, 1 aoxinstudy.com, 1 @@ -13740,7 +13451,6 @@ apeironassets.com, 1 apelcinchik.ru, 1 apelsin.ml, 1 apem.com, 1 -aperature.com, 1 apercloud.es, 1 aperioadvice.ga, 1 aperiomoney.ga, 1 @@ -13821,7 +13531,6 @@ apipsandiego.gq, 1 apipsandiego.ml, 1 apirie.uk, 1 apiris.fr, 1 -apis.blue, 1 apis.google.com, 1 apit-kovrov.ru, 1 apitodemestre.com.br, 1 @@ -13844,7 +13553,6 @@ apkicare.org, 1 apkindirsene.com, 1 apkmaze.com, 1 apkmint.co, 1 -apkmodders.com, 0 apkmody.io, 1 apknut.com, 1 apkoc.com, 1 @@ -13990,7 +13698,6 @@ appel-aide.ch, 1 appelboom.com, 1 appelboomdefilm.nl, 1 appelerintrt.tk, 1 -appelhof.com, 1 appemployees.tk, 1 appen.com, 1 appen.com.cn, 1 @@ -14027,9 +13734,7 @@ applebee1558.com, 1 applecare.cz, 1 appledestek.net, 1 appledroid.ru, 1 -appleedu.com, 1 appleexterminating.com, 1 -applefeel.com, 1 applefix.it, 1 appleglasscompany.com, 1 applegun.com, 1 @@ -14049,7 +13754,6 @@ applestat.us, 1 applet.cyou, 1 appletonmn.gov, 1 appletonwi.gov, 1 -appletoy.com, 1 appletree.is, 1 appletreelanewm.com, 0 appletreemedicalgroup.com, 1 @@ -14060,6 +13764,7 @@ appliancedoctorofwestmichigan.com, 1 appliancepronwi.com, 1 appliancerepairtime.com, 1 appliances-for-home.tk, 1 +appliancist.com, 1 applicablesecurity.net, 1 application-travel.us.com, 1 applicationmanager.gov, 1 @@ -14150,7 +13855,6 @@ appunwrapped.com, 1 appveyor.com, 1 appwardbeta.com, 1 appworld.ga, 1 -appypie.com, 1 appzoojoo.be, 1 aprazivel.com.br, 1 aprendadesign.com, 1 @@ -14332,7 +14036,6 @@ arabapps.org, 1 arabbook.ga, 1 arabearthcommunity.ml, 1 arabedia.tk, 1 -arabeyes.com, 1 arabi-news.ml, 1 arabi-online.net, 1 arabia-news.gq, 1 @@ -14368,7 +14071,6 @@ aradpulse.tk, 1 aragotownshipmn.gov, 1 arai21.net, 1 arainfo.org, 1 -arais.com, 1 arakanis.tk, 1 arakomputer.com, 1 aral.ml, 1 @@ -14429,9 +14131,7 @@ arborio.com.ua, 1 arboristadvice.com, 1 arboristic.de, 1 arbounie.nl, 1 -arbousier.com, 1 arbradio.com, 1 -arbschg.com, 1 arbu.eu, 0 arbucks.io, 1 arc-relight.com, 1 @@ -14453,7 +14153,6 @@ arcane.no, 1 arcanefrost.de, 1 arcanehardware.com, 1 arcanetides.com, 1 -arcanoid.com, 1 arcbouncycastles.co.uk, 1 arcdesantmarti.net, 1 arcenergy.co.uk, 1 @@ -14476,7 +14175,6 @@ archerytaghuren.be, 1 archeton.ga, 1 archframe.net, 1 archi.ve.it, 1 -archibuilt.net.au, 1 archief-ocmwgent.be, 1 archijobbtp.com, 1 archina.ir, 1 @@ -14785,7 +14483,6 @@ arkadaslik.tk, 1 arkadelphia.gov, 1 arkadiahill.tk, 1 arkadian.tk, 1 -arkadien.com, 1 arkadium.com.br, 1 arkadiyt.com, 1 arkagis.com, 1 @@ -15015,7 +14712,6 @@ arrmaforum.com, 1 arroba.digital, 1 arrotatore.roma.it, 1 arrow-api.nl, 1 -arrowad.com, 1 arrowduty.ml, 1 arrowfastener.com, 1 arrowgrove.com, 0 @@ -15040,6 +14736,7 @@ arshia.cf, 1 arshidazarine.tk, 1 arshina.su, 1 arshispana.com, 1 +arsigroup.com, 1 arsindecor.com, 1 arsk1.com, 1 arslankaynakmetal.com, 1 @@ -15282,7 +14979,6 @@ artschmidtoptical.com, 1 artsguide.ca, 0 artslife.com, 1 artsmagazine.com, 1 -artsmeet.com, 1 artspac.es, 0 artspark.tk, 1 artstudioweb.tk, 1 @@ -15472,7 +15168,7 @@ asec01.net, 1 asecla.com, 1 asecus.ch, 1 asegem.es, 1 -aseglobal.com, 1 +aseglobal.com, 0 aseint.com.co, 1 aseith.com, 1 aselectionoffice.gov, 1 @@ -15560,13 +15256,10 @@ ashwainfo.in, 1 ashwaubenon.gov, 1 asia-fhjt.com, 1 asia-fuhui.com, 1 -asiacan.com, 1 -asiaceo.com, 1 asiadirect.co.th, 1 asiafaninfo.net, 1 asiafood-curator.com, 1 asiagate.ga, 1 -asiagps.com, 1 asiahabit.com, 1 asiakartu.tk, 1 asialeonding.at, 1 @@ -15578,7 +15271,6 @@ asian-sirens.net, 1 asian.school, 1 asianbeautywholesale.com, 1 asianbusinesscards.com, 1 -asiancolor.com, 1 asiandickfor.me, 1 asiandubfoundation.tk, 1 asianet.tk, 1 @@ -15587,8 +15279,6 @@ asianfuckables.com, 1 asiangroceronline.com.au, 1 asianinside.tk, 1 asianmoney.biz, 1 -asianpavilion.com, 1 -asianray.com, 1 asianshop.com.pe, 1 asiansnus.com, 1 asiansongs.tk, 1 @@ -15601,8 +15291,6 @@ asiasmi.tk, 1 asiaticas.cf, 1 asiaview.ml, 1 asiaview.tk, 1 -asiaviews.com, 1 -asiayuan.com, 1 asiba.com.au, 1 asier.tk, 1 asifinclusives.tk, 1 @@ -15629,12 +15317,10 @@ ask1.org, 1 askapkmod.com, 1 askaret.cz, 1 askart.com, 1 -askartza.com, 1 askatechnicalquestion.com, 1 askatechnicalquestion.eu, 1 askatrans.tk, 1 askbill.org.uk, 1 -askcaisse.com, 1 askcascade.com, 0 askdeliver.tk, 1 asker-massasje.no, 1 @@ -15643,7 +15329,6 @@ askeverythingonline.com, 1 askeygeek.com, 1 askfront.com, 1 askgamblers.com, 1 -askimsin.com, 1 askindia.tk, 1 askjan.org, 1 askkaren.gov, 1 @@ -15734,7 +15419,6 @@ aspjvm.com, 1 asportnoy.com, 1 aspr.gov, 1 asprion.org, 1 -asprivacy.com, 1 asprobet.com, 1 asproni.it, 1 asps.biz, 1 @@ -15767,7 +15451,6 @@ assemblage.gq, 1 assemblee-copropriete.fr, 1 assemblyai.com, 0 assemblywithoutthewalls.org, 1 -assendelft.com, 1 assens.dk, 1 assentfitness.com, 1 assentis.ch, 1 @@ -15851,7 +15534,6 @@ astana.cf, 1 astanainform.tk, 1 astanakz.tk, 1 astaninki.com, 1 -astano.com, 1 astano.tk, 1 astaoffshore.com.au, 1 astarabolivia.com.bo, 1 @@ -15964,7 +15646,6 @@ astrosociety.org, 1 astrosofa.com, 1 astrostart.tk, 1 astroteam.tk, 1 -astrovandalistas.cc, 1 astroze.it, 1 astrumadvies.nl, 1 astsummer.tk, 1 @@ -15997,7 +15678,6 @@ asustreiber.de, 1 asvsa.ch, 0 aswe.win, 1 asweetsmile.com, 1 -aswish.com, 1 asws.nl, 1 asyadexpress.com, 1 asyaturk.org, 1 @@ -16227,7 +15907,6 @@ atlaso.cz, 1 atlasone.us, 1 atlasrealestates.com, 1 atlasreclame.nl, 1 -atlassen.com, 1 atlassian.net, 1 atlassignsandplaques.com, 1 atlastax.ga, 1 @@ -16318,7 +15997,7 @@ attatroll.de, 1 attawauganfirect.gov, 1 attcleaning.com, 1 atte.fi, 1 -attechnical.co.uk, 0 +attechnical.co.uk, 1 attekaleva.fi, 1 attendanceondemand.com, 1 attendantdesign.com, 1 @@ -16355,7 +16034,6 @@ attractieparken.tk, 1 atttrainings.com, 1 attuned.se, 1 attwood.org, 1 -attyhub.com, 1 atuallemoveis.ind.br, 1 atuendomr.com, 1 atugan.com, 1 @@ -16403,7 +16081,6 @@ auburnpub.com, 1 auc.ch, 1 aucarresainteloi.com, 1 aucc.org.nz, 1 -aucem.com, 1 auchan.fr, 1 aucielrose.com, 1 auckland-lawyer.co.nz, 1 @@ -16429,7 +16106,6 @@ audio-joiner.com, 1 audio.servemp3.com, 1 audiobit.es, 1 audioblackmagic.com, 1 -audiobone.com, 1 audiobookstudio.com, 1 audioboom.com, 1 audioboomers.ga, 1 @@ -16490,13 +16166,11 @@ aufeerjob.cz, 1 aufildemesidees.fr, 1 aufmerksamkeitsstudie.com, 1 aufprise.de, 1 -aufschieben.com, 1 aufwachzeit.at, 1 aufwachzeit.com, 1 aufwecken.dynu.net, 1 augehost.com, 1 augendre.info, 1 -augenklappe.com, 1 augenlaser-chemnitz.de, 1 augenlaser-dresden.de, 1 augenlasercenter-dresden.de, 1 @@ -16506,7 +16180,6 @@ augenlaserzentrum-dresden.eu, 1 augeo.pt, 1 augesen.tk, 1 augix.net, 1 -augmedia.com, 1 augmedix.com, 1 augmentable.de, 0 augmentin.ga, 1 @@ -16552,7 +16225,6 @@ aupair.com, 1 aupapa.com, 1 aupaysdesanes.com, 1 auplidespages.fr, 1 -auqi.com, 1 aur.rocks, 1 aura.moe, 1 aura7chakr.com, 1 @@ -16618,9 +16290,7 @@ auscultadores.org, 1 auseal.au, 1 ausec.ch, 0 auservicedeschiens.com, 1 -ausfin.com, 1 ausfinex.com, 1 -ausgesprochen.com, 1 ausielogistics.com.au, 1 auskast.com, 1 auskate.tk, 1 @@ -16628,8 +16298,6 @@ auskunftsbegehren.at, 1 ausmwoid.de, 1 ausncp.gov.au, 1 auspicacious.org, 1 -ausruestungen.com, 1 -aussagen.com, 1 ausschreibungen-suedtirol.it, 1 ausset.me, 1 aussiebum.com, 1 @@ -16707,14 +16375,12 @@ authinfo-bestellen.de, 1 authinity.com, 0 authland.com, 1 author-it.com, 1 -author.cn, 1 author24.info, 1 authorise.computer, 1 authorise.network, 1 authoritysolutions.com, 1 authorize.computer, 1 authorize.network, 1 -authorwise.com, 1 authress.io, 1 authsrv.nl.eu.org, 1 autism-explained.com, 1 @@ -16753,8 +16419,6 @@ autoambulanza.it, 1 autoambulanzaprivata.roma.it, 1 autoamor.com.br, 1 autoangels.ga, 1 -autoankaufen.com, 1 -autoapk.com, 1 autoarena.fr, 1 autoauctionsarizona.com, 1 autoauctionsohio.com, 1 @@ -16765,7 +16429,6 @@ autobazarcentrum.cz, 1 autobedrijfgarant.nl, 1 autobella-hurtownia.pl, 1 autobelle.it, 1 -autobelt.com, 1 autobiz.tk, 1 autoblog-de.com, 1 autoblogs.ml, 1 @@ -16796,10 +16459,7 @@ autocrossteam-martens.tk, 1 autocrossteam-monein.tk, 1 autocrossteam.tk, 1 autocrypt.org, 1 -autodach.com, 1 -autodalas.com, 1 autodeal.com.ph, 1 -autodekor.com, 1 autodemolizioni.roma.it, 1 autodidactic.ai, 1 autodidacticstudios.com, 1 @@ -16823,8 +16483,6 @@ autogarag.ru, 1 autogard.cz, 1 autogear.ga, 1 autogeizer.ru, 1 -autogenai.com, 1 -autoglascenter.com, 1 autoglass.com.my, 1 autoglasskobra.bg, 1 autohaus-brueggemann.de, 1 @@ -16838,7 +16496,6 @@ autohunt.ga, 1 autohut.ca, 1 autohuttruckcenter.ca, 1 autoi.ch, 1 -autoidc.com, 1 autoinfa.tk, 1 autoinkoop.tk, 1 autoinsurancehavasu.com, 1 @@ -16859,7 +16516,6 @@ autolet.tk, 1 autologix.io, 1 automa.biz, 1 automaatic.com, 1 -automacro.com, 1 automagischeberegening.nl, 1 automasrl.it, 1 automastercastlerock.com, 1 @@ -16871,7 +16527,6 @@ automationsforum.se, 1 automationstore.ga, 1 automatyczna-identyfikacja.pl, 1 automaxcovington.com, 1 -automeeting.com, 1 automekano.com, 0 automekbromma.se, 1 automiata.de, 1 @@ -17037,14 +16692,12 @@ automotiveworth.ga, 1 automotiveyankee.ga, 1 automoto-tom.net, 1 automuovifix.fi, 1 -automuse.com, 1 autonewsreview.com, 1 autonewssite.com, 1 autonoleggio.milano.it, 1 autonome-netze.de, 1 autonome-treinen.tk, 1 autoofficina.it, 1 -autopacking.com, 1 autopapo.com.br, 1 autopark-ost-fichtner.de, 1 autoparts-for-foreigncars.tk, 1 @@ -17061,7 +16714,6 @@ autopistadelitata.cl, 1 autopneusdacovilha.pt, 1 autopocket.co, 1 autopod.com, 1 -autoporn.com, 1 autoportal.tk, 1 autopril.com, 1 autoprogconsortium.ga, 1 @@ -17156,7 +16808,6 @@ autozaz.ml, 1 autozuki.com, 1 autres-talents.fr, 1 autumnhungary.tk, 1 -autumnmanor.com, 1 autya.ga, 1 auverdrift.ovh, 1 auvernet.org, 1 @@ -17336,8 +16987,8 @@ aviarycourthotel.co.uk, 1 aviasales.gq, 1 aviasalon.spb.ru, 1 aviasg.com, 1 +aviaskan.ru, 1 aviationcareerpal.com, 1 -aviationhistorygeeks.site, 1 aviationlearning.aero, 1 aviationlearning.lu, 1 aviationmilitaire.tk, 1 @@ -17387,7 +17038,6 @@ avivaplasticsurgery.com, 1 aviweisfogelinfo.org, 1 avlasov.tk, 1 avlhostel.com, 1 -avlover.com, 1 avm-multimedia.com, 1 avm99963.com, 1 avmemo.com, 1 @@ -17646,7 +17296,6 @@ axxeptinq.tk, 1 axxess-marine.com, 1 axxial.tk, 1 axyl.cloud, 1 -axzq.com, 1 ay-net.jp, 1 ayahya.me, 0 ayakatenshi.tk, 1 @@ -17686,7 +17335,6 @@ aymerick-dupouey.fr, 1 aymericlagier.com, 1 aymhome.top, 0 ayoa.com, 1 -ayomi.com, 1 ayon-games.tk, 1 ayothemes.com, 1 ayovaksindinkeskdi.id, 1 @@ -17799,8 +17447,8 @@ azadliq.online, 1 azairline.com, 1 azaleos.com, 1 azaleos.net, 1 +azalhavayolu.com.tr, 1 azallon.com.br, 1 -azami.com, 1 azaria.blog, 1 azarkepic.com, 1 azartmania.ga, 1 @@ -17837,7 +17485,6 @@ azianpride.tk, 1 aziatki.tk, 1 azicostar.com, 1 azienda-tv.tk, 1 -aziendaagricolapagano.it, 1 azimech.net, 1 azimut.fr, 1 azimuth-ast.ru, 1 @@ -17859,7 +17506,6 @@ azl.ink, 1 azlink.tk, 1 azlk-team.ru, 1 azmt.de, 1 -azmun.com, 1 aznaetelivy.ru, 1 azoft.com, 1 azon.gr, 1 @@ -17887,7 +17533,6 @@ azsupport.com, 1 azsupport.host, 1 azsupport.org, 1 aztecahome.com, 1 -aztekium.com, 1 aztestsmartviewwebapp.azurewebsites.net, 1 azton.tk, 1 aztraslochi.it, 1 @@ -17974,7 +17619,6 @@ b2c-engineering.com, 1 b2markt.de, 1 b2music.asia, 1 b3.nu, 1 -b3b4.com, 1 b3bra.win, 1 b3pacific.com, 1 b3tec.fr, 1 @@ -18195,7 +17839,6 @@ babyboomer.org, 1 babyboomer.ro, 1 babybuddah.ga, 1 babybunnypictures.tk, 1 -babycaring.com, 1 babycat.tk, 1 babycezi.ro, 1 babychou.me, 1 @@ -18275,7 +17918,6 @@ back-streets.tk, 1 back-yard.tk, 1 backd00red.org, 1 backenmachtgluecklich.de, 0 -backfront.com, 1 background-checks-systems.com, 1 background-checks.asia, 1 background-checks.biz, 1 @@ -18341,7 +17983,6 @@ bacoux.com, 1 bacq.pro, 1 bacri.eu, 1 bacsmegye.hu, 1 -bacteri.com, 1 bacteriakit.com, 1 bactrim-antibiotic.gq, 1 bactrim-antibiotic.ml, 1 @@ -18376,7 +18017,6 @@ badcomputer.tk, 1 badcyber.com, 1 baddrones.llc, 1 badeand.net, 1 -badekappen.com, 1 bader-jungk.de, 1 badeurlaub.tk, 1 badf00d.de, 1 @@ -18458,7 +18098,6 @@ bagelsbakery.com, 0 baggy.me.uk, 1 bagheera.me.uk, 1 baghtelecom.net, 1 -baginfo.com, 1 bagiobella.com, 1 bagirahome.bg, 1 bagleytownshipmi.gov, 1 @@ -18478,13 +18117,11 @@ bagssale.ga, 1 bagtobag.com.gr, 1 bagu.biz, 1 bagu.fr, 1 -bagui.com, 1 bagusat.com, 1 bagwrap.com, 1 bah.im, 0 bahadirh.ml, 1 bahaiprayers.io, 1 -bahami.com, 1 bahana.net, 1 baharmusic24.tk, 1 bahcehavuz.com, 1 @@ -18503,7 +18140,6 @@ bahrainonline.tk, 1 bahrep.com, 1 bahri.sa, 1 bai-bao.fr, 1 -baiask.com, 1 baichi.cf, 1 baichi.ml, 1 baiduo.com, 1 @@ -18521,17 +18157,14 @@ baileyh.xyz, 1 baileyladders.com.au, 1 baileysafetyconsultants.com, 1 baileysharborwi.gov, 1 -bailiang.com, 1 bailleux.be, 1 bailodromo.tk, 1 bailong.kr.ua, 1 bailonga.com, 1 -baimail.com, 1 baimed.com.au, 1 bainba.com, 1 baindayman.com, 1 baindetoile.fr, 1 -baipay.com, 1 baircentral.com, 1 bairuo.net, 0 bairuo.top, 0 @@ -18539,7 +18172,6 @@ bairwell.com, 1 baise.cf, 1 baise.ml, 1 baise3x.com, 1 -baishitie.com, 1 bait55.ru, 0 baitable.ml, 1 baitapsgk.com, 1 @@ -18604,7 +18236,6 @@ bakla.ml, 1 baklavabg.com, 1 bakoma.pl, 1 bakongcondo.com, 1 -bakrypt.io, 1 baks.cf, 1 baksclub.cf, 1 baksclub.gq, 1 @@ -18728,7 +18359,6 @@ baloncestolliria.tk, 1 balonsiparis.com, 1 balopal.tk, 1 balsamaiso.es, 1 -balsara.com, 1 balski.com, 1 balslev.io, 1 balt.net, 1 @@ -18752,7 +18382,6 @@ bambooagile.eu, 1 bambooforest.nl, 1 bamboohr.co.uk, 1 bamboohr.com, 1 -bambooplywood.com, 1 bamboorose.com, 1 bamboostage.com, 1 bambrick.com.au, 0 @@ -18812,7 +18441,6 @@ bandaumnikov.ru, 1 bandbattle.tk, 1 bandbelievo.tk, 1 bandbwestport.com, 1 -bandeaux.com, 1 bandeira1.com.br, 1 bandeiraeassociados.com.br, 1 bandeiraimoveisitu.com.br, 1 @@ -18912,11 +18540,8 @@ banknet.gov, 1 banknews.ga, 1 banknn.ru, 1 banknottakip.com, 1 -bankofguilin.com, 1 -bankofharbin.com, 1 bankofireland.com, 1 bankofrealty.review, 1 -bankofshaanxi.com, 1 bankpolicies.com, 1 bankrbk.kz, 1 bankruptcy.ky, 1 @@ -18972,7 +18597,6 @@ banzhuti.com, 1 bao-in.net, 1 baobabgroup.com, 1 baobaoquming.net, 0 -baobiao.com, 1 baocheng.tech, 1 baofuzhuan.com, 1 baogao.store, 1 @@ -18980,8 +18604,6 @@ baoge55.com, 1 baogiathicongnoithat.com, 1 baogougou.com, 0 baokhangfood.com, 1 -baoqiang.com, 1 -baoshun.com, 1 baoxue5.com, 0 bapeel.tk, 1 bapha.be, 1 @@ -19077,7 +18699,6 @@ bargfeldt.de, 1 bargrill.ga, 1 bargroup.ga, 1 barhan-sarykum.ru, 1 -barichara.com, 1 barihandin.tk, 1 barikell.be, 1 barinasknot.tk, 1 @@ -19256,7 +18877,6 @@ bash.news, 1 bashari.tk, 1 bashc.at, 0 bashhack.cf, 1 -bashkimi.com, 1 bashkiri.cf, 1 bashkiria.cf, 1 bashkiria.ga, 1 @@ -19343,7 +18963,6 @@ bastisgroup.com, 1 bastolino.de, 1 bastotrekking.pt, 1 bastter.com, 1 -bastun.com, 1 basuramarina.com, 1 baswetter.photography, 1 basyrova.ml, 1 @@ -19632,7 +19251,6 @@ bbs-buchholz.com, 1 bbs-buchholz.eu, 1 bbschat.tk, 1 bbsec.xyz, 1 -bbtk.com, 1 bbunits.de, 1 bbusa.tk, 1 bbw-wrestling.com, 1 @@ -19830,7 +19448,6 @@ bearcosports.com.br, 1 bearcreekcubschildcare.com, 1 bearcreektownshipmi.gov, 1 beard.se, 1 -beardboys.co.za, 1 bearded.sexy, 1 bearden.io, 1 beardic.cn, 0 @@ -19999,7 +19616,6 @@ become-lucky.com, 1 becomebravehorsemanship.nl, 1 becomewebdeveloper.tk, 1 beconnect.cf, 1 -beconstructive.com, 1 becquerelgroup.com, 1 becs.ch, 0 becubed.co, 0 @@ -20100,7 +19716,6 @@ beerloga.tk, 1 beernews.ga, 1 beerradar.no, 1 beerradar.party, 1 -beerre.com, 1 beersandco.ch, 1 beersconf.com, 1 beersheba.co.il, 1 @@ -20178,13 +19793,10 @@ behold.gq, 1 behomewithlove.com.br, 1 behoreal.cz, 1 behotelmalta.com, 1 -behrami.com, 1 behrer.se, 1 -beiduofu.com, 1 beiersdorf-svz.ch, 1 beijing.bj, 1 beijinglug.club, 1 -beijiquan.com, 1 beikeil.de, 1 beimchristoph.de, 1 beinad.com, 1 @@ -20511,7 +20123,6 @@ bengalifake.tk, 1 bengaltourism.ml, 1 bengalurugifts.com, 1 bengaratei.com, 1 -bengcao.com, 1 bengisureklam.com, 1 bengkelkeramik.tk, 1 bengou.tk, 1 @@ -20601,7 +20212,6 @@ bentebogholder.dk, 1 bentek.fr, 1 bentertain.de, 0 benthanhtourist.com, 1 -bentina.com, 1 bentley.blog, 1 bentley.link, 1 bentleyks.gov, 1 @@ -20852,15 +20462,13 @@ besiconstruct.be, 1 besidemetal.tk, 1 besikta.se, 1 besiktasmtsk.com, 1 -besir.com, 1 -beskiden.com, 1 besnard.me, 1 besnik.de, 0 besnik.tk, 1 +besola.de, 1 besole.ch, 1 besolov.tk, 1 besomandhearth.com, 1 -besonderheit.com, 1 besonders-s.at, 1 besox.be, 1 bespaarbazaar.nl, 1 @@ -20950,7 +20558,6 @@ bestcreditcards.news, 1 bestcreditcards.tv, 1 bestcreditcards.xyz, 1 bestcriminallawyerinsingapore.com, 1 -bestcrossbowguide.com, 1 bestdatingsite.ml, 1 bestdatingsite.tk, 1 bestdeal-umzug.de, 1 @@ -20966,7 +20573,6 @@ bestechgadgets.tk, 1 besteckliste.com, 1 bestedeal.nl, 1 besteenergieleverancier.com, 1 -bestehen.com, 1 bestehostingproviders.nl, 1 bestelhetmaar.nl, 1 bestellipticalmachinereview.info, 1 @@ -20991,7 +20597,6 @@ bestgardener.info, 1 bestgiftever.ca, 1 bestgolftrips.ca, 1 bestgriefbooks.com, 1 -besthdgayporn.com, 1 besthemes.tk, 1 besthobi.com, 1 besthost.cz, 1 @@ -21000,6 +20605,7 @@ besthumorsite.tk, 1 besti.it, 1 bestiahosting.com, 1 besties4life.ml, 1 +bestin.ph, 1 bestincservices.com, 1 bestinductioncooktop.us, 1 bestinsider.net, 0 @@ -21567,7 +21173,6 @@ beulen.link, 1 beulen.pro, 1 beurettes-en-chaleur.tk, 1 beursbever.be, 1 -beurteilt.com, 1 beus.ink, 1 beusefulbook.ru, 1 beuteugeu.com, 1 @@ -21741,7 +21346,6 @@ bhameshwarigraphics.com, 1 bharat-media.tk, 1 bharatanatyam-dancer.tk, 1 bharath-g.in, 1 -bharatskills.gov.in, 1 bhat.vn, 1 bhatia.at, 1 bhavansvidyamandir.tk, 1 @@ -21926,14 +21530,12 @@ bierlegal.com, 1 bierochs.org, 1 bierrunde.de, 1 bierwebshop.be, 1 -bieser.ch, 1 biester-maschinenbau.com, 1 biester.pro, 1 bietigheim-digital.tk, 1 bietinidesign.be, 1 bieville-beuville.fr, 0 biewen.me, 0 -biffo.com, 1 biflosgknm.tk, 1 bifrost.cz, 1 bifrostwallet.com, 1 @@ -22024,7 +21626,6 @@ bighugbotanicals.com, 1 bigid.com, 1 bigideachallenge.org, 1 bigio.com.br, 1 -bigland.com, 1 biglapa.ru, 1 biglistofporn.com, 1 biglu.eu.org, 1 @@ -22060,7 +21661,6 @@ bigskyhomebuyers.com, 1 bigskylifestylerealestate.com, 1 bigskymontanalandforsale.com, 1 bigsmallhosting.com, 1 -bigsolar.com, 1 bigspark.it, 1 bigstonecounty.gov, 1 bigstr.com, 1 @@ -22164,7 +21764,6 @@ bilibili.link, 1 bilibili.party, 1 bilimal.kz, 1 bilingualunit.tk, 1 -bilirrubina.com, 1 bilisimdanismani.com, 1 biliwind.com, 1 biljettmonster.se, 1 @@ -22292,10 +21891,8 @@ bing.com, 1 bingcheung.com, 1 bingchunmoli.com, 1 bingebooks.com, 1 -binggun.com, 1 binghamcountyid.gov, 1 binghamid.gov, 1 -bingning.com, 1 bingo-wear.com, 1 bingo9.net, 1 bingobank.org, 1 @@ -22309,7 +21906,6 @@ bingoporno.com, 1 bingospelen.tk, 1 bingothemesers.ga, 1 bingothemesest.ga, 1 -bingyou.com, 1 binhdang.me, 0 binhex.net, 1 binhminhpc.com, 1 @@ -22552,7 +22148,6 @@ birthdayapp.io, 1 birthdayapp.today, 1 birthdaybuzz.org, 1 birthdayinsiderest.ga, 1 -birthinjurylawyer.com, 1 birthlight-austria.com, 1 birthright.host, 1 birtles.blog, 1 @@ -22819,7 +22414,6 @@ bittiraha.fi, 1 bitton.com.au, 1 bittounsi.com, 1 bittrend.ga, 1 -bittrust.com, 1 bittylicious.com, 1 bitunit.tk, 1 bitvest.io, 1 @@ -22895,7 +22489,6 @@ bizsugar.ga, 1 bizteam.ga, 1 biztera.com, 1 biztok.eu, 1 -biztositok.com, 1 biztouch.work, 1 biztrend.ru, 1 bizuteria-laoni.tk, 1 @@ -22915,7 +22508,6 @@ bjarnerest.de, 0 bjarno.xyz, 1 bjbybbs.com, 1 bjc.hu, 1 -bjcw.com, 1 bjecard.buzz, 1 bjelimici.com, 1 bjerregaard.me, 1 @@ -22935,12 +22527,10 @@ bjornjohansen.no, 1 bjs.com.au, 1 bjs.gov, 1 bjsbouncycastles.com, 1 -bjshare.com, 1 bjsms.de, 1 bjtxl.cn, 1 bjugard.io, 1 bjut.photos, 1 -bjxx.com, 1 bk-art.ru, 1 bk-info.lt, 1 bk-prom.ru, 1 @@ -23062,7 +22652,6 @@ bkin-42740.xyz, 1 bkin-43450.xyz, 1 bkin-46680.xyz, 1 bkk24.de, 1 -bkkf.at, 1 bkkposn.com, 1 bklaindia.com, 1 bkms-system.com, 1 @@ -23336,7 +22925,6 @@ blastofftherapy.com, 1 blastoise186.co.uk, 1 blasunafotocadadia.com, 1 blathinwheatens.tk, 1 -blatino.com, 1 blatnic.eu, 1 blatnice.cf, 1 blatnice.fun, 1 @@ -23489,7 +23077,6 @@ blizko.tk, 1 blk-intern.ch, 1 blk-kriens.ch, 1 blkbx.eu, 1 -blkj.com, 1 bllb.ru, 0 bllmnn.de, 1 bllmnn.eu, 1 @@ -23500,7 +23087,6 @@ blm69.cc, 1 blnc.gov, 1 blnsoftware.com, 1 blo-melchiorshausen.de, 1 -blobby.com, 1 blobemoji.com, 1 blobfolio.com, 1 blobfox.coffee, 1 @@ -23651,7 +23237,6 @@ bloodandbones.tk, 1 bloodandhonourcentral.tk, 1 bloodhaven.tk, 1 bloodhunt.eu, 1 -bloodmeter.com, 1 bloodmine.ga, 1 bloodmissionsest.ga, 1 bloodpop.tk, 1 @@ -23736,6 +23321,7 @@ bluecrossmn.com, 1 blued.moe, 1 bluedeck.org, 1 bluedivision.tk, 1 +bluedog-security.com, 1 blueenergy.tk, 1 blueeyesworld.tk, 1 bluefieldwv.gov, 1 @@ -23817,7 +23403,6 @@ bluesystem.tk, 1 bluetape.com, 1 bluetape.tk, 1 bluetexservice.com, 1 -bluetime.com, 1 bluetoothlasersers.ga, 1 bluetoothspecialist.ga, 1 bluetrout.nl, 0 @@ -24034,7 +23619,6 @@ bodas.net, 1 bodascartagena.com, 1 bodclansite.tk, 1 boddunan.com, 1 -bodegademuebles.com, 1 bodegagarces.tk, 1 bodemplaten4x4.nl, 1 boden.co.uk, 1 @@ -24050,7 +23634,6 @@ bodenpreview.de, 1 bodenusa.com, 1 bodesi.com, 1 bodhi.fedoraproject.org, 1 -bodhionline.com, 1 bodin.cz, 1 bodivo.vn, 1 bodixite.com, 1 @@ -24069,7 +23652,6 @@ bodybuilding.nl, 1 bodybuildingstyle.tk, 1 bodybuildingsupplementsexplained.com, 1 bodybuildingworld.com, 1 -bodycare.cn, 1 bodyecology.com, 1 bodygearguide.com, 1 bodyhealthcare.tk, 1 @@ -24077,7 +23659,6 @@ bodymassage.cf, 1 bodymfr.com, 1 bodymod.tk, 1 bodymusclejournal.com, 1 -bodypad.com, 1 bodypainting.waw.pl, 1 bodyshaping.ml, 1 bodyshopnews.net, 1 @@ -24104,7 +23685,6 @@ boew.de, 1 bof.fo, 1 bofashion.site, 1 boffin.tk, 1 -bofn.com.tr, 1 bofoxdesign.com, 0 bogatyizhenih.tk, 1 bogdanbiris.com, 1 @@ -24125,7 +23705,6 @@ bogus.ltd, 1 bogwitch.tk, 1 bohaishibei.com, 1 bohemiantooers.ga, 1 -bohoprime.com, 1 bohramt.de, 1 bohyn.cz, 1 boikhor.com, 1 @@ -24142,7 +23721,6 @@ boisebirthdoula.com, 1 boisehomeoffers.com, 1 boizeau.fr, 1 bojan.tk, 1 -bojanowskiszkolka.pl, 1 bojianpeng.com, 1 bojiu99.cc, 1 bojoproductions.tk, 1 @@ -24183,6 +23761,7 @@ boletosdeavionbaratos.tk, 1 boleyn.su, 1 bolgarnyelv.hu, 1 bolgarus.ru, 0 +bolha.one, 1 bolicforum.com, 1 bolid.tk, 1 bolivar-circuit-clerk.ms, 1 @@ -24271,7 +23850,6 @@ bonapati.tk, 1 bonapeti.ml, 1 bonapp.restaurant, 0 bonaselect.lv, 1 -bonawehouse.co.uk, 1 bonbonka.best, 1 bonbonmania.com, 1 bonbonshop.ro, 1 @@ -24378,12 +23956,10 @@ book-online.tk, 1 book-sites.cf, 1 book24.ru, 1 bookameeting.se, 1 -bookb.com, 1 bookbazar.co.in, 1 bookcheapairline.com, 1 bookchums.com, 1 bookcreator.com, 1 -bookfirm.com, 1 bookgeek.ga, 1 bookginawest.com, 1 bookingdjparis.fr, 1 @@ -24424,7 +24000,6 @@ booksales.tk, 1 booksandcoffee.ml, 1 bookshopofindia.com, 1 booksinthefridge.at, 1 -booksky.com, 1 bookslibrarybooks.gq, 1 booksoncamping.com, 1 bookstores.gq, 1 @@ -24450,7 +24025,6 @@ boomingofthings.com, 1 boomshadow.net, 1 boomshine.de, 1 boomsocial.com, 1 -boomstyle.com, 1 boomtheme.com, 1 boomtownevents.com, 1 boomvm.pw, 1 @@ -24500,7 +24074,6 @@ bopyx.com, 0 boraarat.com, 1 boraboraphotos.com, 1 boracay.tk, 1 -boraclub.com, 1 boraescolher.com.br, 1 borafalardeguito.com, 1 borahan.net, 0 @@ -24614,7 +24187,6 @@ bosengineering.be, 1 bosiquanao.vn, 1 boskant.tk, 1 bosnia-online.tk, 1 -bosniaks.com, 1 bosonogka.tk, 1 bospiraat.tk, 1 bospor.tk, 1 @@ -24624,7 +24196,6 @@ boss-it.eu, 1 boss.az, 1 bossefors.tk, 1 bossurl.tk, 1 -bostan.com, 1 boston-molly.tk, 1 boston-sailing.com, 1 bostonadvisors.com, 0 @@ -24672,7 +24243,6 @@ bottinquebec.com, 1 bottke.berlin, 1 bottleking.com, 1 bottlerockshuttles.com, 1 -bottly.in, 1 bottom9clothing.com, 1 bottomfeedings.tk, 1 bou.cloud, 1 @@ -24837,7 +24407,6 @@ bouwbedrijfjstam.nl, 1 bouwbedrijfkorstanje.nl, 1 bouwma.nl, 1 bouwplaatscheckin.nl, 1 -bouwstenen.com, 1 bouzouada.com, 1 bouzouks.net, 1 bovender.de, 1 @@ -24959,7 +24528,6 @@ br3in.nl, 0 br7.ru, 1 br8.pl, 1 bra-horapparat.se, 1 -bra360.com, 1 braathe.no, 1 brabantia.com, 1 braccialini.tk, 1 @@ -25009,13 +24577,11 @@ brainball.fr, 0 brainbashers.com, 1 brainboxai.com, 1 brainburger101.tk, 1 -brainbus.com, 1 braincandy.com, 1 brainchasm.com, 1 braincorebismarck.com, 1 brainefive.com, 1 brainfeed.nl, 1 -brainfirm.com, 1 brainguru.co.in, 1 brainguru.in, 1 brainhealth.gov, 1 @@ -25098,14 +24664,12 @@ brandcodestyle.com, 0 brandeps.com, 1 brandfactory.ml, 1 brandfolder.com, 1 -brandfoto.com, 1 brandhost.tk, 1 brandhout-b-tree.be, 1 brandingclick.com, 1 brandingcoapps.com, 1 brandingforthepeople.com, 1 brandinspiration.fr, 1 -brandjapan.com, 1 brandketers.com, 1 brandmixer.ru, 1 brandmovers.co, 1 @@ -25342,11 +24906,9 @@ breizhpuffy.org, 1 breket.ml, 1 brelin.tk, 1 brellich.eu, 1 -breloque.com, 1 bremen-restaurants.de, 1 bremerfriedensforum.de, 1 breml.com, 1 -bremsscheiben.com, 1 brenbarnes.com, 1 brenbarnes.com.au, 0 brendabecker.com, 1 @@ -25359,7 +24921,6 @@ brendasartstudio.com, 1 brentalbright.tk, 1 brentfieldschools.cf, 1 brentnewbury.com, 1 -brentonico.com, 1 brentsoslibraries.org.uk, 1 bresciatoday.it, 1 breshka.be, 1 @@ -25435,7 +24996,6 @@ briankavanaugh.com, 1 brianlachapelle.tk, 1 brianlanders.us, 1 brianleejackson.com, 1 -brianm.com, 1 brianmwaters.net, 1 brianna.tk, 1 brianoost.com, 1 @@ -25749,7 +25309,6 @@ brokensword.tk, 1 brokentoaster.tk, 1 broker.id, 1 broker.vn, 1 -broker4u.com, 1 brokerdecredite.ro, 1 brokerlink.ca, 1 brokernews.com.au, 1 @@ -25810,7 +25369,6 @@ broomecountyny.gov, 1 broomorchard.com, 1 brosay-legko.ml, 1 brossmanit.com, 1 -brotaufstriche.com, 1 brother.com.hk, 1 brothersinbeetles.tk, 1 brottsfiltret.tk, 1 @@ -25878,7 +25436,6 @@ brueggers.com, 1 brueggi.tk, 1 brueser-gmbh.de, 1 brugerklub.info, 1 -brugia.com, 1 brugpensioen.tk, 1 bruh.ltd, 1 bruhcontent.ru, 1 @@ -25897,7 +25454,6 @@ bruneaufamily.digital, 1 brunella.tk, 1 brunetderochebrune.com, 0 brunettipesco.com, 1 -brunhild.com, 1 brunhilde.ml, 1 brunner.ninja, 1 bruno-pelletier.tk, 1 @@ -26117,9 +25673,7 @@ btta16.com, 1 btth.live, 1 btth.pl, 1 bttorj45.com, 1 -bttrade.com, 1 bturboo.com, 1 -btwj.com, 1 btwsa.tk, 1 bu-e.com, 1 buai.cf, 1 @@ -26138,7 +25692,6 @@ bubbleclips.org, 1 bubbleclipsnetwork.com, 1 bubblegumblog.com, 1 bubblelist.tk, 1 -bubblemedia.com, 1 bubblesco.tk, 1 bubblespetspa.com, 1 bubblin.io, 1 @@ -26241,6 +25794,7 @@ buehler.rocks, 1 bueltge.de, 1 buena.me, 1 buenavistawinery.com, 1 +buenosairesconnect.com, 1 buenosproductos.net, 1 buentaller.com, 1 bueny.com, 1 @@ -26385,7 +25939,6 @@ bulavki.tk, 1 bulba.download, 1 bulbagram.ml, 1 bulbcompare.com, 1 -bulbidea.com, 1 bulbonidos.tk, 1 bulbuly.tk, 1 buldogueingles.com.br, 1 @@ -26515,7 +26068,6 @@ burb.social, 1 burbaguena.tk, 1 burbankdental.com, 1 burberry-outlet.cf, 1 -burberry-outlets.ca, 1 burcevo.info, 1 burchfabrics.com, 0 burdurhaber.tk, 1 @@ -26530,7 +26082,6 @@ bureauzelfstandigenfryslan.nl, 1 burenservice.nl, 1 burenvoorburen.gent, 1 burevestnik.tk, 1 -burewala.com, 1 burewala.tk, 1 burewalanews.tk, 1 burg-esslingen.de, 1 @@ -26840,7 +26391,6 @@ businessnations.ga, 1 businessnatural.ga, 1 businessnet.cf, 1 businessnetworks.tk, 1 -businessnews-nigeria.com, 1 businessnewsera.tk, 1 businessnight.ga, 1 businessoftheday.ga, 1 @@ -26991,7 +26541,6 @@ buttonsmashers.tk, 1 butts-are.cool, 1 butttexters.ga, 1 butunoyunlar.net, 1 -butyric.com, 1 butz.cloud, 1 butzies.ddnss.org, 1 buuba.bid, 1 @@ -27241,7 +26790,6 @@ byatte.com, 1 byblog.tk, 1 bybym.ml, 1 bycafeonline.com, 1 -bycatch.com, 1 bycialis.com, 1 bycorefi.com, 1 bydik.com, 1 @@ -27498,7 +27046,6 @@ cabinetm.com, 1 cabinetmtc.com, 1 cabinetoumaima.tk, 1 cabinetselect.com, 1 -cable-24.com, 1 cable.ru, 1 cableatierra.tk, 1 cablefibreoptique.fr, 1 @@ -27516,12 +27063,10 @@ cabooneconstruction.com, 1 caboose.app, 1 cabosaferide.com, 1 cabosilleiro.com, 1 -cabotagem.com, 1 caboverde.tk, 1 cabphysio.ch, 0 cabr.al, 1 cabrachicagritona.tk, 1 -cabrils.com, 1 cabvertising.it, 1 cac-hc.org, 1 cac-ua.com, 1 @@ -27534,7 +27079,6 @@ cacaobesos.ro, 1 cacaolalina.com, 1 cacareerzone.org, 1 cacaumidade.com.br, 1 -caccc.com, 1 cachacasantaterezinha.com.br, 1 cachaceros.tk, 1 cache-checker.com, 1 @@ -27591,7 +27135,6 @@ cadman.pw, 1 cadman.uk, 1 cadmechanic.com, 1 cadonau.net, 1 -cadoneghe.com, 1 cadonet.tk, 1 cadooz.com, 1 cadovod.tk, 1 @@ -27600,6 +27143,7 @@ cadre.com, 1 cadreok.com, 1 cadsys.net, 1 caduceuslane.com, 1 +cadusilva.com, 1 caduta-capelli.tk, 1 cadvending.ch, 1 cadwalk.de, 1 @@ -27630,7 +27174,6 @@ cafe-service.ru, 0 cafead.de, 1 cafeamazon.tk, 1 cafeamore.com.br, 1 -cafeapple.com, 1 cafebab.com, 1 cafebeirut.tk, 1 cafecentraal.tk, 1 @@ -27660,7 +27203,6 @@ cafenoorderzon.tk, 1 cafeobscura.nl, 1 cafeplacedumarche.ch, 1 cafepress.com.au, 1 -cafetaste.com, 1 cafeterya.tk, 1 cafethevibes.com, 1 cafethrive.co.uk, 1 @@ -27682,7 +27224,6 @@ cafpatronato.it, 1 caftan.tk, 1 cag.legal, 1 cagalogluhamami.com.tr, 1 -cagao.com, 1 cagbuzau.ro, 1 cageworld.tk, 1 cagir.eu, 1 @@ -27697,38 +27238,28 @@ cahier-reutilisable.fr, 1 cahn-achn.ca, 1 cahuilla-nsn.gov, 1 cai-ti.com.tw, 1 -caian.com, 1 caiben.org, 1 caibi.io, 1 caic.com.sg, 1 -caidao.com, 1 -caifan.com, 1 -caihuan.com, 1 caijunyi.net, 0 -caikuai.com, 1 caillou.eu, 1 cailoli.com, 1 -caimin.com, 1 caindelhi.in, 1 cainesjannif.com, 1 cainiao.moe, 1 caio.moe, 1 caipai.fm, 1 caipsnotes.com, 1 -caiqu.com, 1 caiqueparrot.com, 1 cairnterrier.com.br, 1 cairohost.ml, 1 cairokebab.com, 1 -cairui.com, 1 cais.de, 1 caise.tk, 1 caissefrancaisedefinancementlocal.fr, 1 caivps.com, 1 caiwenjian.xyz, 1 caixideal-serralharia.pt, 1 -caiyi.com, 1 -caiyou.com, 1 caizx.com, 0 caj-eichstaett.de, 1 caja-pdf.es, 0 @@ -27880,7 +27411,6 @@ calindairy.com, 1 calinetworks.com, 1 caliph.one, 1 calisteniaperu.ga, 1 -calisthenicroutines.com, 1 calitateavietii-ardeal.ro, 1 calities.fr, 1 call.me, 1 @@ -28280,7 +27810,6 @@ candydoll3.com, 1 candydoll7.com, 1 candydoll8.com, 1 candydoll9.com, 1 -candyflavor.com, 1 candykidsentertainment.co.uk, 1 candykurs.ru, 0 candypalace.tk, 1 @@ -28414,11 +27943,7 @@ caocao.cf, 1 caodecristachines.com.br, 0 caodesantohumberto.com.br, 1 caos.ch, 0 -caoshanhu.com, 1 -caoshe.com, 1 caostura.com, 1 -caoyao.com, 1 -caozuo.com, 1 cap-study.com, 1 cap21-lrc.fr, 1 cap73.fr, 1 @@ -28485,7 +28010,6 @@ capitalspiderers.ga, 1 capitalstakepool.info, 1 capitaltruepartner.hk, 1 capitaltruepartnertechnology.cn, 1 -capitalwin.com, 1 capitan.ml, 1 capitanbeilinson.tk, 1 capitapeskanova.tk, 1 @@ -28582,9 +28106,7 @@ caralarm.cf, 1 caralarm.tk, 1 caraliadeluxe.net, 1 caralina.com, 1 -caramelldansen.com, 1 caramellespinell.tk, 1 -caramplifier.com, 1 caratennison.net, 1 carauctionnetwork.com, 1 carauctionsalabama.com, 1 @@ -28735,7 +28257,6 @@ carespottravelmedicine.mobi, 1 caret.be, 1 caretaker.com, 1 carethehealth.com, 1 -caretoyou.com, 1 caretta.co.uk, 1 carevan.org, 1 carevic.eu, 1 @@ -28743,7 +28264,6 @@ carevo.id, 1 careyohio.gov, 1 careyolsen.com, 1 carezza.net, 1 -carfamily.com, 1 carfax.ca, 1 carfaxcanadaappgateway.azurewebsites.net, 1 carfinancehelp.com, 1 @@ -28926,7 +28446,6 @@ carolinelanglois.fr, 1 carolineovercash.com, 1 carolinepleuvret.fr, 1 carolmolinari.tk, 1 -carontetouristisoleminori.it, 1 carottage-beton.com, 1 carousel.ga, 1 carouselbuses.co.uk, 1 @@ -28949,7 +28468,6 @@ carpio.tk, 1 carplus.es, 1 carplus.net, 1 carportus.com, 1 -carpostal.com, 1 carprice.auction, 1 carprice.ru, 1 carproof.com, 1 @@ -29482,7 +29000,6 @@ castroverde.tk, 1 castrovirreyna.tk, 1 casualclubdating.ml, 1 casualiswebs.com, 1 -casuallab.com, 1 casuallyblue.xyz, 1 casualtime.ga, 1 casusgrillcaribbean.com, 1 @@ -29543,7 +29060,6 @@ catchteamca.gov, 1 catchup-enschede.tk, 1 catcontent.cloud, 1 catcoxx.com, 1 -catcut.com, 1 catech.au, 1 catechese-ressources.com, 1 catedraderechonotarial.es, 1 @@ -29608,7 +29124,6 @@ catl.st, 1 catland.club, 1 catlettsburgky.gov, 1 catlicking.com, 1 -catlive.com, 1 catlovingcare.com, 1 catlowe.com, 1 catmash.tk, 0 @@ -29675,7 +29190,6 @@ cave-vet-specialists.co.uk, 1 cavecreekaz.gov, 1 cavediverharry.com, 1 cavemax.com, 1 -caviarmultimedia.com, 1 cavinesswealth.com, 1 cavisson.com, 1 cavistenancy.fr, 1 @@ -29967,7 +29481,7 @@ cearaleste.com.br, 1 cearl.cc, 1 ceatheneum.com, 1 ceaunulbunicii.ro, 1 -ceba-cuec.ca, 1 +ceba-cuec.ca, 0 cebolinha-imaginaria.com, 1 cebrita.tk, 1 cec.org.es, 1 @@ -30114,7 +29628,6 @@ celulas-estaminais.info, 1 celuliteonline.com, 1 cemac.int, 1 cemada.cz, 1 -cemarks.com, 1 cemcerkez.com, 1 cementplas.es, 0 cementscience.com, 1 @@ -30289,7 +29802,6 @@ cephalexincapsules.tk, 1 cephalexine.gq, 1 cepheid.com, 0 cephx.com, 1 -cepmarket.com.tr, 0 ceprenomnexistepas.ovh, 1 cepsychologie.com, 1 cepxuo.tk, 1 @@ -30523,7 +30035,6 @@ cgbproduction.tk, 1 cgbunch.com, 1 cgconsulting.digital, 1 cgdct.moe, 1 -cgdquizzes.com, 1 cgelves.com, 1 cges.xyz, 1 cgestiona.com, 1 @@ -30686,6 +30197,7 @@ chandr1000.ga, 1 chandracenter.com, 1 chandradeepdey.com, 1 chandramani.tk, 1 +change-coaching-gmbh.ch, 1 change10000lives.com.ph, 1 changeactivation.com, 1 changeanalytics.us, 1 @@ -30868,7 +30380,6 @@ chasoslov.tk, 1 chasse-au-tresor.eu, 1 chasse-maree.com, 1 chasseurdetruites.com, 1 -chasti.com, 1 chastitybelts.tk, 1 chat-buddy.com, 1 chat-cam.tk, 1 @@ -31216,15 +30727,14 @@ chennaiskills.cf, 1 chennien.com, 1 chennuo.xyz, 1 chenpei.org, 1 -chenqiang.com, 1 chentianyi.cn, 1 chenui.design, 1 chenx221.cyou, 0 chenx221.ml, 1 chenx221.xyz, 1 chenx2210.xyz, 1 +chenyin.work, 1 chenzhi.idv.hk, 1 -chenzhipeng.com.cn, 1 cheque-transitionactive.fr, 1 chequeo.de, 1 chequeraccounting.com.au, 1 @@ -31396,7 +30906,6 @@ childchaos.ml, 1 childchaos.tk, 1 childcounseling.org, 1 childish.wtf, 1 -childno.de, 1 children-toys.tk, 1 children1st.jp, 1 childrenandmedia.org.au, 1 @@ -31460,7 +30969,6 @@ china-online-news.tk, 1 chinabank.ph, 1 chinabelt.com, 1 chinablows.com, 1 -chinacbd.com, 1 chinacdn.org, 1 chinacheers.com, 1 chinaclone.com, 1 @@ -31472,7 +30980,6 @@ chinafree.site, 1 chinaglobalsecurities.cn, 1 chinahd.com, 1 chinahealthcareblog.cf, 1 -chinahitech.com, 1 chinaicpower.org, 0 chinaindexfund.cn, 1 chinajingkun.com, 1 @@ -31491,13 +30998,10 @@ chinaspa.com, 1 chinastory.tk, 1 chinasucksass.com, 1 chinati.org, 1 -chinava.com, 1 chinavegan.com, 1 chinawatchinstitute.org, 1 chinawhale.com, 1 -chinawicker.com, 1 chinchillas.tk, 1 -chindy.com, 1 chinees.restaurant, 1 chinefrancophonie.fr, 1 chinen-hs41.com, 1 @@ -31506,7 +31010,6 @@ chinese-fxcm.com, 1 chinese.sc, 1 chinesebrides.ml, 1 chinesedishes.tk, 1 -chinesefu.com, 1 chinesepen.org, 1 chinesephones.tk, 1 chineseplease.moe, 1 @@ -31603,7 +31106,6 @@ chmsoft.ru, 1 chmurakotori.ml, 1 chnbilling.com, 1 chndrb.in, 1 -chngold.com, 1 chnj.gov, 1 chnlib.com, 1 chobble.com, 1 @@ -31935,8 +31437,6 @@ chtj.uk, 1 chtodelat.ga, 1 chtsi.uk, 1 chtyvo.tk, 1 -chuangyi.com, 1 -chuanxinlian.com, 1 chubbygirlpics.com, 1 chubr.cf, 1 chubuhokenservice.com, 1 @@ -32078,7 +31578,6 @@ cidgomes.com.br, 1 cidikit.tk, 1 cidones.tk, 1 cie-theatre-montfaucon.ch, 0 -ciekawi.com, 1 ciekwestronki.cf, 1 ciekwestronki.ga, 1 ciekwestronki.gq, 1 @@ -32143,7 +31642,6 @@ cincosf.com, 1 cincy.gov, 1 cincydeckandpatio.com, 1 cindey.io, 1 -cindy.cn, 1 cine-music.de, 1 cine-passion16.fr, 1 cine.to, 1 @@ -32208,7 +31706,6 @@ cinteo.com, 1 cinthia.tk, 1 cio-spirit.de, 1 cio.gov, 1 -ciochina.com, 1 cionir.fr, 1 cioscloud.com, 1 cioudways.pro, 1 @@ -32766,7 +32263,6 @@ clasa-mea.tk, 1 clase3.tk, 1 clash-movies.de, 1 clashclans.pl, 1 -clashclub.com, 1 clashersrepublic.com, 1 clashoflights.ga, 1 clashpost.com, 1 @@ -32784,7 +32280,6 @@ classic-diva.ml, 1 classic-literature.com, 1 classic-literature.net, 1 classic-literature.org, 1 -classic.cn, 1 classicalchaos.tk, 1 classicalpilates.ca, 1 classicbakes.com, 1 @@ -32967,7 +32462,6 @@ clendeninwv.gov, 1 cleo.com, 1 cleocinonline.gq, 1 cleova.com, 1 -clep.cn, 1 cles-asso.fr, 1 cles.jp, 1 clesurporte.be, 1 @@ -33102,17 +32596,14 @@ cliffsidesecurity.com.au, 1 clifresearch.com, 1 cliftonaz.gov, 1 clik.ga, 1 -clikentertainment.co, 1 clima.vip, 1 climaencusco.com, 1 climaffaires.com, 1 -climall.com, 1 climamulti.com.br, 1 climate.biz, 1 climatecrafters.com, 1 climatejustice.nyc, 1 climatesmart.ie, 1 -climatetax.com, 1 climatgate.tk, 1 climaticequipment.tk, 1 climatizzatore.it, 0 @@ -33690,10 +33181,8 @@ cncr.ga, 1 cncs.gov.pt, 1 cnetw.xyz, 1 cnews.ru, 1 -cnexchange.com, 1 cnfei.com, 1 cnfree.xyz, 1 -cngf.com, 1 cngvp.org, 1 cni-certing.it, 1 cni.net.id, 1 @@ -33921,7 +33410,6 @@ codename-infinity.de, 1 codename-infinity.org, 1 codename24.tk, 1 codenamelungo.tk, 1 -codenetwork.com, 1 codeninja.me, 1 codenlife.kr, 1 codenlife.xyz, 1 @@ -34150,7 +33638,6 @@ cola-host.tk, 1 colaborame.tk, 1 colaborativa.tv, 1 colaboratorija.lt, 1 -colabore.com, 1 colabug.com, 1 colafoodcritic.com, 1 colah.com.au, 1 @@ -34210,7 +33697,6 @@ coligo.fr, 1 colinasdog.com.br, 1 colincogle.name, 1 colinespinas.com, 0 -colinhouston.com, 1 colink.fi, 1 colinobrien.online, 1 colinsnaith.co.uk, 1 @@ -34643,6 +34129,7 @@ como-se-escribe.com, 1 comoaliviareldolor.de, 1 comocomprarumcarro.tk, 1 comoculosdesol.pt, 1 +comodigital.info, 0 comodio.com, 0 comodo.nl, 1 comodosslstore.com, 1 @@ -34862,7 +34349,6 @@ comunidadvegetariana.com, 1 comuniondelucia.com, 1 comunismo.tk, 1 comunistas.tk, 1 -comunitas.com, 1 comunitateonline.tk, 1 comunityflashgame.cf, 1 comvert.com, 1 @@ -34927,7 +34413,6 @@ concursuri.biz, 0 condecom.com.br, 1 condemnity.net, 1 condenast.co.uk, 1 -condensacion.com, 1 condictor.pl, 1 condignum.com, 1 condit.cf, 1 @@ -35027,7 +34512,6 @@ congregacionmitacol.org, 0 congresistas-ap.tk, 1 congressmankirk.com, 1 congresso.tk, 1 -congye.com, 1 coniectoinvestments.com, 1 coniglione.tk, 1 conju.cat, 0 @@ -35219,7 +34703,6 @@ consultoriadigital.pt, 1 consultoriosodontologicos.com.br, 1 consultorseobr.com.br, 1 consultpetkov.com, 1 -consultum.com, 1 consulvation.com, 1 consumer.ee, 1 consumer.gov, 1 @@ -35253,9 +34736,9 @@ contact-checker.tk, 1 contact.inc, 1 contact.xyz, 1 contactaffix.com, 1 -contactangle.com, 1 contactbadger.com, 1 contactelus88.fr, 1 +contactlimo.com, 1 contactme.cards, 1 contactsrl.it, 1 contadorespublicos.co, 1 @@ -35321,7 +34804,6 @@ contro.ga, 1 contro.gq, 1 contro.ml, 1 contro.tk, 1 -control.cn, 1 controlautocom.com.br, 1 controlbooth.com, 1 controld.com, 1 @@ -35435,7 +34917,6 @@ cooldomains.tk, 1 coole-fete.de, 1 coolefehler.de, 1 coolerssr.space, 1 -coolexpo.com, 1 coolfilm.cf, 1 coolgeography.co.uk, 1 coolgifs.de, 1 @@ -35444,10 +34925,8 @@ cooljs.me, 1 cooljv.com, 1 coolkidsbouncycastles.co.uk, 1 coolkidsparty.nl, 1 -coolleader.com, 1 coolmath.cf, 1 coolpi.nl, 1 -coolplus.com, 1 coolprylar.se, 1 cools.tech, 1 coolsculptingmanhattanbeach.com, 1 @@ -35491,7 +34970,6 @@ copdrop.ga, 1 cope.finance, 1 copedeportes.tk, 1 cophumouraustralia.com, 1 -copiermarket.com, 1 copiisiparinti.ro, 1 copilotgps.com, 1 copilotpro.com, 1 @@ -35546,7 +35024,7 @@ corarain.me, 1 coratxa.tk, 1 corazoncaliente.tk, 1 corazondemelon.es, 1 -corbado.com, 1 +corbado.com, 0 corbado.io, 0 corbax.com, 1 corbettparadise.com, 1 @@ -35584,12 +35062,10 @@ coreapm.org, 1 corebit.nl, 1 corecapital.cz, 1 corecdn.org, 1 -corecore.com, 1 cored.al, 1 coredna.com, 1 coredns.rocks, 1 coredrive.com, 1 -coredroid.com, 1 corefy.com, 1 coreg.tk, 1 corehealthberks.com, 1 @@ -35619,7 +35095,6 @@ corexpert.com, 1 coreyjmahler.com, 1 coreylmartin.com, 1 corfuny.gov, 1 -corgal.com, 1 corgi.party, 1 corgiaspets.com, 1 corgiclub.art, 1 @@ -35848,7 +35323,6 @@ cosmosearch-azerbaijan.tk, 1 cosmosenalerta.tk, 1 cosmosmkt.com.mx, 1 cosmoz.ga, 1 -cosms.com, 1 cosmundi.de, 1 cosmv.org, 1 cosni.co, 1 @@ -35932,7 +35406,6 @@ counsellingtime.com, 1 counsellink.net, 1 counstellor.com, 0 counter-strike.net.cn, 1 -countercloud.com, 1 counterenlol.com, 1 counterespionage.com, 1 countermats.net, 1 @@ -36183,7 +35656,6 @@ cpufanshop.ga, 1 cpws.gov, 1 cpxz.nl, 1 cpy.pt, 1 -cqep.com, 1 cqfuchen.com, 1 cqoicebordel.tk, 1 cqradio.tk, 1 @@ -36347,7 +35819,6 @@ crazycube.tk, 1 crazydomains.ae, 1 crazydomains.co.nz, 1 crazydomains.co.uk, 1 -crazydomains.com, 1 crazydomains.com.au, 1 crazydomains.in, 1 crazydrivers.tk, 1 @@ -36390,7 +35861,6 @@ crea-that.fr, 1 crea.bg, 1 creabis.de, 1 creacioneslri.com, 1 -creactivatecomfandi.com, 1 creadoc.fr, 1 creadordenoticias.com, 1 creadstudy.com, 1 @@ -36401,7 +35871,6 @@ crealabs.it, 1 crealogix-online.com, 1 creamcastles.co.uk, 1 creamfields.com, 1 -creamless.com, 1 creampiepornvids.com, 1 creampiepussytube.com, 1 creamsoft.com, 1 @@ -36453,13 +35922,10 @@ creativechili.com, 1 creativecityofmusic.be, 1 creativecommons.gr, 1 creativecommonscatpictures.com, 1 -creativeconceptsvernon.com, 1 -creativeconsult.com, 1 creativedijital.com.tr, 1 creativeedge.ch, 1 creativeeducation.tk, 1 creativeexpertdesigner.com, 1 -creativefocus.com, 1 creativegraphix.com, 1 creativeground.com, 1 creativeground.com.au, 1 @@ -36535,7 +36001,6 @@ creditozen.mx, 0 creditreport.tk, 1 creditriskmonitor.com, 1 creditscoresmart.com, 1 -creditshanghai.com, 1 creditshop.com, 1 creditsummerevent.eu, 1 creditxpert.com, 1 @@ -37133,7 +36598,6 @@ csaemeasummit.com, 1 csaerotherm.com, 1 csafederalsummit.com, 1 csale.co.il, 1 -csapa.com, 1 csaposs.com, 1 csasummit.net, 1 csasummit.org, 1 @@ -37162,7 +36626,6 @@ csdurant.com, 1 cse-sna78.fr, 1 cse-uniserve.com.au, 1 csedsp.fr, 1 -csedu.com, 1 csehnyelv.hu, 1 cselzer.com, 1 csengle.de, 1 @@ -37211,7 +36674,6 @@ csmainframe.com, 1 csn3366.ga, 1 csnet.live, 1 csokolozos-jatekok.tk, 1 -csolar.com, 1 csorncss.ca, 1 csosa.gov, 1 csowt.gq, 1 @@ -37249,7 +36711,6 @@ cstromblad.com, 1 csty.ltd, 1 csu.st, 1 csub.edu, 1 -csuchen.com, 1 csulb-cmp-eir.com, 1 csumathtutor.com, 1 csupe.hu, 1 @@ -37258,7 +36719,6 @@ csuw.net, 1 csvalpha.nl, 1 csvlombardia.it, 1 csvplot.com, 1 -csw.cn, 1 cswapps.com, 1 cswarzone.com, 1 cswatch.org, 1 @@ -37288,7 +36748,6 @@ cthomas.work, 1 cthulhuden.com, 1 ctir.gov.br, 1 ctj.im, 1 -ctjk.com, 1 ctknight.me, 1 ctkwwri.org, 1 ctl.fi, 1 @@ -37689,8 +37148,7 @@ cutner.co, 1 cutout.ml, 1 cutpasteprofit.tk, 1 cutter.li, 1 -cuttingedgedoorandtrim.com, 1 -cuttingedgeoptronics.com, 0 +cuttingedgeoptronics.com, 1 cuttingedgeperiodontist.com, 1 cuttingedges.tk, 1 cuubconsultancy.com, 1 @@ -37847,7 +37305,6 @@ cybercustodian.com, 1 cyberdean.fr, 1 cyberdevelopment.es, 1 cyberdiscoverycommunity.uk, 1 -cyberdns.com, 1 cyberdog.ch, 1 cyberdragon.tk, 1 cyberduck.io, 1 @@ -38007,7 +37464,6 @@ cygnaltech.com, 1 cygnan.com, 1 cygnatus.com, 1 cygnius.net, 1 -cyjm.com, 1 cykelbanor.se, 1 cyklistika24.cz, 1 cylex-italia.it, 1 @@ -38089,7 +37545,6 @@ czechps.cz, 1 czechvirus.cz, 1 czeh.us, 1 czewo-data.de, 1 -czihak.at, 0 czirnich.org, 1 czlx.co, 0 cznburak.co.uk, 1 @@ -38221,7 +37676,6 @@ dabai.cf, 1 dabai.ga, 1 dabai.ml, 1 dabai.photo, 1 -dabaixiong.com, 1 dabasstacija.lv, 1 dabbagam.tk, 1 dabhand.studio, 1 @@ -38230,7 +37684,6 @@ dabrecords.co.uk, 1 dabro.tk, 1 dabuzz.tk, 1 dacada-porn.com, 1 -dacangku.com, 1 daceurope.co.uk, 1 dacgroup.com, 1 dacha-letom.ml, 1 @@ -38240,7 +37693,6 @@ dachdecker-ranzenberger.de, 1 dachdeckerei-hagen.de, 0 dachdeckermeister-egon-weiss.de, 1 dachdeckermeister-moeller.de, 1 -dachet.com, 1 dachlaeufer.com, 1 dachnyvopros.info, 1 dachshundsaspets.com, 1 @@ -38292,19 +37744,17 @@ daevel.net, 1 dafassl.com, 1 dafater.sa, 1 dafe2021.ee, 1 -dafengche.com, 1 dafengding.com, 1 daffodilusa.org, 1 dafmeyda.com, 1 -dafong.com, 1 dafont.com, 1 +daft.ie, 1 dafunda.com, 1 dafuq.xyz, 1 dafyddcrosby.com, 1 dag-berlin.tk, 1 dag-konsult.com, 1 dag-ogni.tk, 1 -dag.cn, 1 dagallemaal.be, 1 daganghalal.com, 1 daganzo.tk, 1 @@ -38337,7 +37787,6 @@ daidogei.com, 1 daidothi.vn, 1 daidr.me, 1 daie-inc.com, 1 -daijin.com, 1 daikokuyajp.com, 1 daikonsystems.com, 1 daikoz.com, 1 @@ -38364,7 +37813,6 @@ dailyhealthylife.ml, 1 dailyhealthylife.tk, 1 dailyhomestore.cl, 1 dailyjigsawpuzzles.net, 1 -dailyjoy.com, 1 dailykos.com, 1 dailykosbeta.com, 1 dailylime.kr, 1 @@ -38421,7 +37869,6 @@ dakota-fanning.tk, 1 dakota-spain.tk, 1 dakota911mn.gov, 1 dakotacil.org, 1 -dakotas.com, 1 dakotavalleyrecyclingmn.gov, 1 dal-loop.xyz, 1 dal.net.sa, 1 @@ -38480,8 +37927,6 @@ damadam.pk, 1 damades.com, 1 damag.net, 1 damaged.org, 1 -damanlu.com, 1 -damanlv.com, 1 damarsarkilar.tk, 1 damasgonzalezabogados.com, 1 damassimo.bg, 1 @@ -38490,7 +37935,6 @@ dambo.tk, 1 dame.cf, 1 damedrogy.cz, 1 dameeq.cf, 1 -damgan.com, 1 damgoodmedia.com, 1 damianmalrechauffe.tk, 1 damianus.hr, 1 @@ -38541,7 +37985,6 @@ danashamsters.tk, 1 danasweed.com, 1 danbailey.com, 1 danbaldwinart.com, 1 -danbao.com, 1 danbarrett.com.au, 0 danbergen.com, 1 danbolig.dk, 1 @@ -38550,7 +37993,6 @@ dance-colleges.com, 1 dance-school.tk, 1 dancechart.tk, 1 dancefm.tk, 1 -dancehome.com, 1 dancehubsa.com.au, 1 danceonline.fi, 1 danceordienet.tk, 1 @@ -38792,9 +38234,6 @@ danzavila.com, 1 danzka.tk, 1 dao.spb.su, 1 daofficers.com, 1 -daojian.com, 1 -daole.com, 1 -daomo.com, 1 daoplattunhien.com.vn, 1 daoro.net, 0 daotaoantoan.org, 1 @@ -38810,7 +38249,6 @@ dappui.com, 1 daprint.tk, 1 dapss-ut.gov, 1 dapursolo.tk, 1 -daqq.com, 1 daracokorilo.com, 1 darador.net, 0 darajambili.com, 1 @@ -38938,7 +38376,6 @@ darkwoods.tk, 1 darkx.me, 1 darkxxxtube.com, 1 darlehen-ratgeber.de, 1 -darlen.com, 1 darlene.hu, 1 darlenenbocek.com, 1 darlingdownscoffee.com.au, 1 @@ -38997,7 +38434,6 @@ dasdanny.de, 1 daseinsfreu.de, 1 daservajesus.com, 1 daservajesus.net, 1 -dasfest.com, 1 dasgeestig.nl, 1 dash.com.co, 1 dashboard.gov.ph, 1 @@ -39045,6 +38481,7 @@ data.haus, 1 data.world, 1 data18.com, 1 data3w.nl, 1 +data4.nl, 1 dataadvantage.se, 1 database-excel-integration.com, 1 database-word-integration.com, 1 @@ -39124,7 +38561,6 @@ datasat.solutions, 1 datascience.cafe, 1 datasciencedojo.com, 1 datasciocean.tech, 1 -datashock.com, 1 datasite.com, 0 dataskydd.net, 1 datasourcenj.org, 1 @@ -39152,7 +38588,6 @@ datatruckers.org, 1 datatruckers.social, 1 datatube.tk, 1 datatypes.net, 1 -dataunion.com, 1 datavaultalliance.com, 1 datavitec.com, 1 datavizable.org, 1 @@ -39181,6 +38616,7 @@ datenretter.tk, 1 datenrettung360.at, 1 datenrettung360.de, 1 datensalat.info, 1 +datenschutz-consult.de, 1 datenschutz-gruenwald.de, 1 datenschutz-individuell.de, 1 datenschutz-isny.de, 1 @@ -39303,7 +38739,6 @@ davidbyrne.tk, 1 davidcityne.gov, 1 davidcraft.de, 1 davidcrousehouse.com, 1 -davidczihak.at, 0 daviddesberg.com, 1 daviddietrich.com, 1 davidebaraglia.it, 1 @@ -39461,7 +38896,6 @@ daymi.co, 1 daymprove.life, 1 daynia.net, 1 daynightdrugs.com, 1 -dayofdays.be, 1 dayofthegirl.gc.ca, 1 dayslater.tk, 1 daysnews.tk, 1 @@ -39602,7 +39036,6 @@ dcnews.jp, 1 dcnews.ro, 1 dco.sg, 1 dcomedieta.it, 1 -dcoremassagechairs.com, 1 dcparts.com.br, 1 dcpl.bt, 1 dcpower.eu, 1 @@ -39670,6 +39103,7 @@ ddosguard.cf, 1 ddosolitary.org, 1 ddproxy.cf, 1 ddracepro.net, 1 +ddraum.de, 1 ddsdiscounts.com, 1 ddy.tw, 1 de-basiliek.tk, 1 @@ -39813,7 +39247,6 @@ debianizzati.org, 1 debigare.com, 1 debijloke.be, 1 debijloke.gent, 1 -debitcloud.com, 1 debitterballetjes.tk, 1 deblender.be, 1 deblender.shop, 1 @@ -39850,7 +39283,6 @@ deburen.tk, 1 debut-mebel.ru, 1 debutaredead.tk, 1 debuyer.com, 1 -debyte.com, 1 debzsh.tk, 1 dec-ced.gc.ca, 1 dec6.gc.ca, 1 @@ -39875,7 +39307,6 @@ decaturhistory.com, 1 decaturish.com, 1 deceasedonline.com, 1 decentrala.org, 1 -dechan.com, 1 dechat.nl, 1 decherdtn.gov, 1 dechetor.fr, 1 @@ -39962,7 +39393,6 @@ dedicatedservers.cf, 1 dedmoroz.ga, 1 dedmoroz.gq, 1 dedmorozrzn.ru, 0 -dedns.com, 1 dedoho.pw, 1 dedoles.at, 1 dedoles.com, 1 @@ -39977,7 +39407,7 @@ dedurpsidioten.tk, 1 dedyk.gq, 1 dee.pe, 1 deechtebakkers.nl, 1 -deedoo.com, 1 +deedixservice.com, 1 deedyinc.com, 1 deeezy.com, 1 deegeeinflatables.co.uk, 1 @@ -40096,7 +39526,6 @@ deflumeriker.com, 1 defme.eu, 1 defont.nl, 1 defreitas.no, 1 -defret.com, 1 defriesezaak.nl, 1 deftek.com, 1 defterikebir.tk, 1 @@ -40181,7 +39610,6 @@ dejaren80.tk, 1 dejavu.ml, 1 dejected.ga, 1 dejfcold.cz, 1 -dejie.com, 1 dejiren.com, 1 dejmidarek.cz, 1 dejon-whirlpools.de, 1 @@ -40287,7 +39715,6 @@ delkomrockdrill.com, 1 dellacasapizzasemassas.com.br, 1 dellamorte.tk, 1 dellasano.com, 1 -dellie.com, 1 dellipaoli.com, 1 dellirium.tk, 1 delmarsumter.nl, 0 @@ -40338,7 +39765,6 @@ deltaonlineguards.com, 1 deltaphiepsilon.tk, 1 deltarisk.com, 0 deltaserat.tk, 1 -deltaservers.blog.br, 1 deltaservers.com.br, 1 deltasigmachi.org, 1 deltasigmaxi1971.tk, 1 @@ -40712,7 +40138,6 @@ derattizzazione.name, 1 derattizzazioni.biz, 1 derattizzazioni.milano.it, 1 derattizzazioni.org, 1 -derbuntering.de, 1 derby.ge, 1 derbybouncycastles.com, 1 derbylegalassistance.com, 1 @@ -40778,7 +40203,6 @@ dermsf.com, 1 dermu.ai, 1 deroo.org, 1 deroo.tk, 1 -derou.com, 1 derp.army, 1 derp.chat, 1 derpibooru.org, 1 @@ -40789,7 +40213,6 @@ derreichesack.com, 1 derricofinancialservices.com, 1 derrigimlaghtokylemoregreenway.ie, 1 derrybasketball.tk, 1 -dershanesi.com, 1 dersimizmatematik.cf, 1 dersoundhunter.de, 1 derssonu.com, 1 @@ -40804,7 +40227,6 @@ desafiomovilidadsustentable.com, 1 desagaz.com, 1 desakatorock.tk, 1 desalas.org, 1 -desant.com, 1 desapego.com.br, 1 desarrollamosweb.com, 1 descargapormega.ml, 1 @@ -40870,7 +40292,6 @@ designdept.com.au, 1 designdirective.ca, 1 designengineering.com, 1 designer-drug.com, 1 -designer.cn, 1 designerjoe.gq, 1 designerrateest.ga, 1 designeus.ga, 1 @@ -40893,7 +40314,6 @@ designsite.tk, 1 designsociety.tk, 1 designstripe.com, 1 designsystem.gov.scot, 1 -designtagebuch.com, 1 designtrc.com, 1 designville.cz, 1 designville.sk, 1 @@ -40910,9 +40330,7 @@ desirememory.cf, 1 desirenet.ro, 1 desish.cf, 1 desitorrents.tv, 1 -desiunderground.com, 1 desivideos.tk, 1 -desize.com, 1 deskaservices.com, 1 deskdesign.nl, 1 deskeen.fr, 1 @@ -40950,7 +40368,6 @@ dest-gottskar-nidingen.se, 1 destcyr.com, 1 destech.nl, 1 desteniiprocess.com, 1 -desteptarea.com, 1 desterman.ru, 1 desterproducts.nl, 1 desterrada.tk, 1 @@ -40975,6 +40392,7 @@ destroysilence.ml, 1 destruction-frelon-asiatique.com, 1 destructive-revolution.tk, 1 destructoradepapel.com.es, 1 +destruktiveridingkrew.com, 1 destudio.org.ua, 1 destyntek.com, 1 desu.ne.jp, 1 @@ -41231,7 +40649,6 @@ devurandom.tk, 1 devushki.cf, 1 devvg.co.uk, 1 devyanijayakar.com, 1 -devz.life, 0 devzero.io, 0 dewalch.net, 1 dewapress.com, 1 @@ -41353,6 +40770,7 @@ dgmedia.tk, 1 dgmenergy.com, 1 dgmutual.co.uk, 1 dgn.de, 1 +dgner.com, 1 dgo.co.il, 1 dgou.de, 1 dgpot.com, 1 @@ -41773,7 +41191,6 @@ digicomtel.com.br, 1 digidaigaku.com, 1 digidroom.be, 1 digifloat.io, 1 -digijoy.com, 1 digilabs.fr, 1 digiland.tk, 1 digilicious.com, 1 @@ -41787,7 +41204,6 @@ digimen.love, 1 digimen.store, 1 digimen.top, 1 digimen.xyz, 1 -digimind-evolution.com, 1 digimobee.info, 1 digimoncard.io, 1 digimortals.nl, 1 @@ -41802,7 +41218,6 @@ digipost.no, 1 digirechnung.de, 1 digirence.org, 1 digiriik.ee, 1 -digiscrap.shop, 1 digisfil.fr, 1 digisign.tk, 1 digisquad.io, 1 @@ -41861,7 +41276,6 @@ digitalcitizen.life, 1 digitalcoffeepodcast.com, 1 digitalcomponents.de, 1 digitalcompudev.biz, 1 -digitalcompudev.com, 1 digitalconcrete.co.uk, 1 digitalcourage.de, 1 digitalcraftmarketing.co.uk, 1 @@ -42114,7 +41528,6 @@ dingcc.me, 1 dingdong-shop.ru, 1 dingelbob-schuhcreme.gq, 1 dingeldein-messtechnik.de, 1 -dinghuo.com, 1 dinglecottage.co.uk, 1 dinglishuzi.com, 1 dingos.tk, 1 @@ -42198,7 +41611,6 @@ directorioempresarial.com.co, 1 directoriomedico.com.co, 1 directorios.tk, 1 directorioweb.co, 1 -directorioz.com, 1 directorwebseo.tk, 1 directory-aldo.tk, 1 directory-ecco.tk, 1 @@ -42299,7 +41711,6 @@ disco-crazy-world.de, 1 discodoener.de, 1 discofitta.com, 1 discohook.org, 1 -discomix.com, 1 disconformity.net, 1 disconnect.tk, 1 disconter.tk, 1 @@ -42469,7 +41880,6 @@ displayrd.com, 1 displaysandholders.com, 1 disposable.link, 1 dispur.nic.in, 1 -dispute.cn, 1 disroot.org, 1 disrupters.ch, 0 disruptglobal.com, 1 @@ -42546,7 +41956,6 @@ ditdot.hr, 1 ditec.sk, 1 diterzafra.tk, 1 ditex.ddns.net, 1 -ditian.com, 1 dities.tk, 1 ditissaskia.nl, 1 ditprint.dk, 1 @@ -42648,7 +42057,6 @@ diyeta.cf, 1 diyetlife.com, 1 diyeventhire.co.nz, 1 diygeek.com, 1 -diyland.com, 1 diymediahome.org, 1 diysec.tk, 1 diysonline.com, 1 @@ -42885,7 +42293,6 @@ dlaces.it, 1 dlagos.com, 1 dlagoss.com, 1 dlandroid24.com, 1 -dlatego.com, 1 dlazmyslow.pl, 1 dlbouncers.co.uk, 1 dlcompare.co.uk, 1 @@ -42904,7 +42311,6 @@ dlevans.com, 1 dlf.exchange, 1 dlfsymposium.nl, 1 dlg.im, 1 -dlgf.com, 1 dlitz.net, 1 dll4free.com, 1 dlld.biz, 1 @@ -43004,7 +42410,6 @@ dmfss.tv, 1 dmg.st, 1 dmhomedesign.pl, 1 dmhoteles.pe, 1 -dmhy.com, 1 dmi.es, 1 dmi.gov.lb, 1 dmiapis.id, 1 @@ -43153,7 +42558,6 @@ dnsscience.org, 1 dnssecandipv6.se, 1 dnssecunsigned.com, 1 dnssex.com, 1 -dnsspeed.com, 1 dnstwister.report, 1 dnsvrfy.com, 1 dnsvrfy.eu, 1 @@ -43231,6 +42635,7 @@ doclassworks.com, 1 docline.gov, 1 docloudu.info, 1 doclures.com, 1 +docmartinchiropractic.com, 1 docmbs.com, 1 docmode.org, 1 docogo.ga, 1 @@ -43273,6 +42678,7 @@ doctorpower.ga, 1 doctorpup.com, 1 doctorradio.tk, 1 doctorsarfarazdo.ga, 1 +doctorsexplain.net, 0 doctorshealthfund.com.au, 1 doctorsinternet.com, 1 doctorswithoutborders.org, 1 @@ -43396,7 +42802,6 @@ dogingtonpost.com, 1 dogite.org, 1 doglifejacket.tk, 1 doglist.ga, 1 -doglog.com, 1 dogma.it, 1 dogma2000.tk, 1 dogmagic.tk, 1 @@ -43464,7 +42869,6 @@ doktorplyusheva.ml, 1 doku-gilde.de, 1 dokuboard.com, 1 dokuev.ga, 1 -dokume.com, 1 dokument.tk, 1 dokuraum.de, 1 dokutech.fr, 1 @@ -43593,7 +42997,6 @@ domenic.me, 1 domenick-lieneweg.de, 1 domenico.lviv.ua, 1 domenicods.tk, 1 -domestic.cn, 1 domhaase.me, 1 domharmonia.bg, 1 domhos.tk, 1 @@ -43624,7 +43027,6 @@ dominik.st, 1 dominikaner-vechta.de, 1 dominikconrads.de, 1 dominikriedig.de, 1 -dominiks.com, 1 dominioanimal.com.br, 1 dominionlending.ca, 1 dominionpayroll.net, 1 @@ -43675,7 +43077,6 @@ domps.fr, 1 domreg.lt, 1 domsamogona.ru, 1 domscripting.com, 1 -domt.com, 1 domu.ro, 1 domucmayintainha.com.vn, 1 domus-global.com, 1 @@ -43727,6 +43128,7 @@ donazione.it, 1 doncastermoneyman.com, 1 dondiabolo.com, 1 donec.tk, 1 +donedeal.co.uk, 1 donegalhistory.ie, 1 doneinteriorerp.com, 1 donera.tk, 1 @@ -43745,10 +43147,8 @@ dongha.org, 1 donghochinhhang.store, 1 donghua-europe.com, 1 donghuapiandaquan.com, 1 -dongjian.com, 1 dongkepu.com, 1 dongor.tk, 1 -dongzhen.com, 1 donhoward.org, 0 doninformatico.ga, 1 doniramdoni.tk, 1 @@ -43975,6 +43375,7 @@ dotcompetentdigital.com, 1 dotcomtest02-single.azurewebsites.net, 1 dotconnor.com, 0 dotfile.tk, 1 +dotflo.io, 1 dotgov.gov, 1 dothaneagle.com, 1 dotheevolution.tk, 1 @@ -44568,7 +43969,6 @@ drheibel.com, 1 drherndonent.com, 1 drhildebrand.net, 1 drhopeson.com, 1 -drhosting.com, 1 drhouserepairs.com, 1 drhowardaubert.com, 1 drhyler.com, 1 @@ -44583,7 +43983,6 @@ drifter.tk, 1 driftingruby.com, 1 driftkikker.tk, 1 driftsjournal.dk, 1 -driftworld.com, 1 drikaartesanato.com, 1 drikuansvarligt.dk, 1 drill.st, 1 @@ -44663,7 +44062,6 @@ drivepaultransportation.com, 1 driver.ru, 1 driveral.com, 1 driveral.hu, 1 -driverhome.com, 1 driverinthebox.it, 1 drivermerkezi.tk, 1 driversandsoftware.com, 1 @@ -45036,7 +44434,6 @@ dtrifonov.cf, 1 dtto.com, 1 dtuaarsfest.dk, 1 dtune.me, 1 -dtx.sk, 1 du.co, 1 dua-e-zehra.org, 1 dual-aspect.com, 1 @@ -45054,7 +44451,6 @@ dualuniverse.game, 1 duama.top, 1 duanemorrisinstitute.com, 1 duanre.tk, 1 -duanyong.com, 1 duarteeleiteconsultoria.com.br, 1 dubai-fashions.com, 1 dubai-realestate.space, 1 @@ -45279,7 +44675,6 @@ duonganhtuan.com, 1 duoqichina.cn, 1 duoqichina.com, 1 duoquadragintien.fr, 1 -duoyin.com, 1 dupagecounty.gov, 1 dupagecourts.gov, 1 dupageresults.gov, 1 @@ -45410,7 +44805,6 @@ duzavo.cz, 1 duzcehaberleri.tk, 1 duzcesondakika.tk, 1 dv-project.ru, 1 -dv.cn, 1 dvbris.co.uk, 1 dvbris.com, 1 dvbtmap.eu, 1 @@ -45610,7 +45004,6 @@ dysco.tk, 1 dysgucymraeg.cymru, 1 dyslexicfish.com, 1 dyslexicfish.net, 1 -dysplasie.com, 1 dysthymia.com, 1 dyuimovochka.tk, 1 dyve.me, 1 @@ -45667,7 +45060,7 @@ e-balloons.tk, 1 e-bap.net, 1 e-baraxolka.ru, 1 e-belgia.tk, 1 -e-bikesdirect.co.uk, 1 +e-bikesdirect.co.uk, 0 e-blueprint.co.uk, 1 e-bodybuilding.tk, 1 e-boekhouden.nl, 1 @@ -46000,7 +45393,6 @@ eastendonline.tk, 1 easternbreezes.com, 1 easternmontanafair.gov, 1 easternskatesupply.com, 1 -eastflower.com, 1 eastfordct.gov, 1 eastgreenwichnews.com, 1 eastgrmi.gov, 1 @@ -46033,7 +45425,6 @@ eastspace.org.uk, 1 eastspencer.gov, 1 eaststudios.net, 1 easttamakiauto.co.nz, 1 -easttea.com, 1 easttowereg.com, 1 eastvalleyendo.com, 1 eastvalleywater.gov, 1 @@ -46121,7 +45512,6 @@ easysoft.tk, 1 easysubmit.tk, 1 easytamil.tk, 1 easytap.sv, 1 -easytechguides.com, 1 easytestonline.tk, 1 easytext.ga, 1 easytfa.com, 1 @@ -46390,7 +45780,6 @@ eclectic-al.gov, 1 eclecticbeaver.com, 1 eclectiv.com, 1 eclerx.com, 1 -eclipse-cross.info, 1 eclipse4academia-startups.com, 1 eclipseforum.tk, 1 eclipsegame.tk, 1 @@ -46429,7 +45818,6 @@ ecodesign-labo.jp, 1 ecodesigns.nl, 1 ecodrive.in.ua, 1 ecoeat.ru, 1 -ecoefficience.com, 1 ecoelectricsandiego.com, 1 ecoemploi.org, 1 ecoeuropa.cf, 1 @@ -46570,7 +45958,6 @@ ecrownoffire.com, 1 ecrums.gov, 1 ecsafety.com, 1 ecscoutgroup.cf, 1 -ecstaticentertainment.com, 1 ecsupplyinc.com, 1 ect-cpg.com, 1 ect-telecoms.com, 1 @@ -46603,7 +45990,6 @@ edalat.tk, 1 edanalytics.org, 1 edapt.org.uk, 1 edas.info, 0 -edatech.com, 1 edb.cz, 1 edb.eu, 1 edb.gov.sg, 1 @@ -46729,7 +46115,6 @@ editions-campanile.fr, 1 editionsnoiretrouge.com, 1 editionsz.com, 1 editorakanope.com.br, 1 -editorial.cn, 1 editorialexpress.com, 1 editorsguild.com, 1 editspace.tk, 1 @@ -47437,7 +46822,6 @@ ekspertka.com.pl, 1 eksploraz.com, 1 ekspress.ee, 1 ekvastra.in, 1 -ekwador.com, 1 ekyu.moe, 1 ekzcrosstour.ch, 1 ekzotika.tk, 1 @@ -47556,12 +46940,9 @@ electric-clippers.tk, 1 electric-samara.tk, 1 electric-vault.co.uk, 1 electrical-schools.com, 1 -electrical.cn, 1 electricalagourahills.com, 1 electricalandelectronicsengineerinformation.ga, 1 -electricalconejovalley.com, 1 electricalengineers.tk, 1 -electricallakesherwood.com, 1 electricalmalibu.com, 1 electricaloakpark.com, 1 electricalpacificpalisades.com, 1 @@ -47585,18 +46966,12 @@ electricgatemotorgermiston.co.za, 1 electricgatemotorshillcrest.co.za, 1 electricgatemotorsroodepoort.co.za, 1 electricgypsies.nl, 1 -electrichiddenhills.com, 1 electrichome.fr, 0 electricianagoura.com, 1 -electricianagourahills.com, 1 -electriciancalabasas.com, 1 electriciancamarillo.com, 1 -electricianconejovalley.com, 1 -electriciandosvientos.com, 1 electricianforum.co.uk, 1 electricianhiddenhills.com, 1 electricianlakesherwood.com, 1 -electricianmoorpark.com, 1 electriciannewburypark.com, 1 electricianoakpark.com, 1 electricianpacificpalisades.com, 1 @@ -47608,7 +46983,6 @@ electricienasnieres.fr, 1 electricimagination.co.uk, 1 electricity.tk, 1 electricityplans.com, 1 -electriclakesherwood.com, 1 electricmalibu.com, 1 electricmoorpark.com, 1 electricnewburypark.com, 1 @@ -47616,7 +46990,6 @@ electrico.tk, 1 electricoakpark.com, 1 electricpower.tk, 1 electricsimivalley.com, 1 -electricthousandoaks.com, 1 electricwestlakevillage.com, 1 electricwokstore.com, 1 electriczone.tk, 1 @@ -48254,7 +47627,6 @@ emakicms.com, 1 emaks.tk, 1 emalm.com, 1 emanaclinic.com, 1 -emancipator.com, 1 emanol.co.uk, 1 emanuel.photography, 1 emanuela-gabriela.co.uk, 0 @@ -48266,7 +47638,6 @@ emaratalyoum.com, 1 emarhotel.bg, 1 emarketingmatters.com, 1 emas-beja.pt, 1 -emater.com, 1 emavending.club, 1 emavok.eu, 1 emaygroup.co, 1 @@ -48446,10 +47817,8 @@ emmiwelentain.com, 1 emmynet.de, 1 emo-poris.com, 1 emo.ie, 1 -emocionado.com, 1 emocionestlp.com, 1 emocionypensamiento.com, 1 -emocje.com, 1 emoforum.tk, 1 emoji-meaning.org, 1 emoji-symbols.org, 1 @@ -48459,7 +47828,6 @@ emojikeyboard.top, 1 emojiteka.pl, 1 emojiterra.com, 1 emolafarm.com, 1 -emolar.com, 1 emond-usedcars.net, 0 emonovo.com, 1 emonsarkar.tk, 1 @@ -48642,11 +48010,11 @@ enby.army, 1 encausate.com, 1 encd.life, 1 ence.es, 1 +encenna.com.br, 1 encfs.win, 1 enchantedcode.co.uk, 1 enchantedcottage.tk, 1 encherosolhos.com.br, 1 -enchong.com, 1 encinitastrainer.com, 1 encirca.com, 1 encircleapp.com, 1 @@ -48740,7 +48108,6 @@ endviolence.gc.ca, 1 enecivilela.com, 1 enefit.com, 1 enefit.ee, 1 -enefit.lv, 1 enefitgreen.ee, 1 enefitvolt.com, 1 eneko.com, 1 @@ -48929,7 +48296,6 @@ engso-education.eu, 1 engso.com, 1 engso.eu, 1 engsoyouth.eu, 1 -engster.com, 1 engsubjav.com, 1 engution.biz, 0 engvid.com, 1 @@ -48986,13 +48352,11 @@ enlyft.com, 0 enmieux.be, 1 enmowe.co.ke, 1 enmowe.tech, 1 -ennd.com, 1 enno.mom, 0 ennori.jp, 1 ennova.com, 0 enoahinc.com, 1 enodais.gr, 1 -enoenergy.com, 1 enofmusic.com, 1 enoisdaturma.tk, 1 enolalingerie.com, 0 @@ -49309,7 +48673,6 @@ episkevh-plaketas.gr, 1 episode.tk, 1 epistas.com, 1 epistas.de, 1 -epistula.com, 1 epitafija.ru, 1 epitelial.com, 1 epitesti.ro, 1 @@ -49462,7 +48825,6 @@ erb.org, 1 erboristeria.milano.it, 1 erboristeria.roma.it, 1 erbt.tk, 1 -ercio.com, 1 erciyesspor.tk, 1 erclab.kr, 1 erclaim.com, 1 @@ -49610,7 +48972,6 @@ erokat.ga, 1 erol.se, 1 erolib.ga, 1 erolmobilya.com, 1 -eromanga.com, 1 eromasajes.com, 1 eron.info, 1 eropics.to, 1 @@ -49769,10 +49130,8 @@ escapeplaza.de, 1 escaperoomla.com, 1 escaperoompsl.com, 1 escapio.com, 1 -escarpe.com, 1 escavador.com, 1 escg.digital, 1 -escif.com, 1 esclinux.tk, 1 escmatrix.com, 1 escobarservice7000.com, 1 @@ -49827,7 +49186,6 @@ escursione.it, 1 escyr.top, 0 esdacademy.eu, 1 esdarat.ml, 1 -esden.com, 1 esdenera.com, 1 esdiscuss.org, 1 esdrasluna.com, 1 @@ -49856,6 +49214,7 @@ eshopriver.com, 1 eshoprzd.ru, 1 eshotsaatleri.com, 1 eshtapay.com, 1 +esiac.net, 1 esicia.rw, 1 esideshop.com, 1 esiga.mx, 1 @@ -49915,7 +49274,7 @@ esoterikerforum.de, 1 espace-caen.fr, 0 espace-gestion.fr, 1 espace-habitat-francais.fr, 1 -espace-orenda.ch, 0 +espace-orenda.ch, 1 espace-vet.fr, 1 espace.network, 1 espacefragil.be, 1 @@ -50152,7 +49511,6 @@ eszkola.pl, 1 et-inf.de, 1 et.al, 1 et420nrw.tk, 1 -etablissement.com, 1 etaconic.com, 1 etaes.eu, 1 etajerka-spb.ru, 1 @@ -50282,7 +49640,6 @@ etincelle.tk, 1 etindustries.com, 1 etiqa.tk, 1 etisrl.net, 0 -etkarle.de, 1 etlaq.com, 1 etmtobik.eu, 1 etnis.id, 1 @@ -50354,7 +49711,6 @@ eucustody.com, 1 eucybernet.eu, 0 eudiakok.hu, 1 eudore.org, 1 -eufair.com, 1 euflight.info, 1 eufraimidis.com, 1 eugenegamelan.org, 1 @@ -50392,7 +49748,6 @@ eujuicers.sk, 1 euklems.eu, 1 eule82.de, 1 eulen.com, 1 -eulenberg.com, 1 eulenschmiede.de, 1 euleres.tk, 1 eulessplumbers.com, 1 @@ -50402,7 +49757,6 @@ eumk6.ml, 1 eung.ga, 1 eunicetan.com, 1 eunomy.io, 1 -eunow.com, 1 eupay.de, 1 euphoriaonline.tk, 1 eupm.org, 1 @@ -50442,12 +49796,10 @@ eurocontrol.in, 1 eurocontrol.lu, 1 eurocontrol.me, 1 eurocontrol.xxx, 1 -eurocure.com, 1 eurodanceperu.tk, 1 eurodentaire.com, 1 eurodesk.eu, 1 eurodontic.co.uk, 0 -euroecho.com, 1 euroenergy.tk, 1 euroestetica.ec, 1 eurofinance.com, 1 @@ -50471,14 +49823,11 @@ eurohell-design.com, 1 eurohell-design.de, 1 euroherp.com, 1 eurohouse.tk, 1 -eurokid.com, 1 -eurokiss.com, 1 eurolink.tk, 1 eurolocarno.es, 1 eurologix.com, 1 euromalha.com.br, 1 euroman.ga, 1 -euromas.com, 1 euromexde.com, 1 euromuseumcoins.com, 1 euronic.fi, 1 @@ -50493,7 +49842,6 @@ europastudien-chemnitz.de, 1 europastudien.de, 1 europatour2005.tk, 1 europatrans.com.tr, 1 -europavilion.com, 1 european-accreditation.org, 1 european-agency.org, 1 european-alternatives.eu, 1 @@ -50520,15 +49868,11 @@ europetraveler.tk, 1 europetravelservice.co.uk, 1 europop.com, 1 europrise.ie, 0 -euroregister.com, 1 euroscot.de, 1 euroshop.or.at, 1 euroshop.tk, 1 -eurosight.com, 1 euroskano.nl, 1 euroskulpa.de, 1 -eurosnap.com, 1 -eurosos.com, 1 eurospecautowerks.com, 1 eurosquad.tk, 1 eurostrategy.vn.ua, 1 @@ -50537,7 +49881,7 @@ euroswapper.tk, 1 euroteam.tk, 1 eurotechme.com, 1 eurotechnology-group.com, 1 -eurotecvfs.com, 1 +eurotecvfs.com, 0 eurotest.tk, 1 eurotoerist.nl, 1 eurotop.net.pl, 1 @@ -50548,9 +49892,7 @@ eurousa.us, 1 eurovetlogistics.ro, 1 eurovision-romania.tk, 1 eurovision.ie, 1 -eurowave.com, 1 eurowijskids.nl, 0 -eurowish.com, 1 eurozhartleys.com, 1 eurseo.com, 1 euruni.edu, 1 @@ -50598,7 +49940,6 @@ evalcorp.com, 1 evalesc.com, 1 evalinux.com, 1 evalopezzz.org, 1 -evaluasi.com, 1 evaluation.gov, 1 evalueit.eu, 1 evaluer2.pl, 1 @@ -50658,7 +49999,6 @@ evelin.tk, 1 evelyn.com, 1 even44.no, 1 evenbijproaten.online, 1 -evendesign.com, 1 evendesign.gq, 1 evenementenpartner.nl, 1 evenimenteromania.tk, 1 @@ -50685,7 +50025,6 @@ eventdata.co.uk, 1 eventdata.uk, 1 eventdays.tk, 1 eventex-rentals.com, 1 -eventfoto.com, 1 eventfun.tk, 1 eventide.space, 1 eventive.org, 0 @@ -50825,7 +50164,6 @@ evhoeft.com, 1 eviadc.com, 0 eviction.cf, 1 evidecor.com.br, 1 -evidencebased.net, 1 evidencija.ba, 1 evidenze.com, 1 evies.tk, 1 @@ -50900,7 +50238,7 @@ evoqion.se, 1 evosyn.com, 1 evote-ch.ch, 1 evotec.pl, 1 -evoting-test.ch, 1 +evoting-test.ch, 0 evoting.ch, 1 evri.com, 1 evrial.com, 1 @@ -51059,7 +50397,6 @@ exchangetrading.tk, 1 exchangeview.ga, 1 exchangevisits.tk, 1 exchaser.com, 1 -excimerlaser.com, 1 excite.co.id, 1 exciters.tk, 1 excitingbulgaria.com, 0 @@ -51366,8 +50703,7 @@ extensiblewebsummit.org, 1 extensionciglia.roma.it, 1 extensions-chrome.ru, 1 extensionschallenge.com, 1 -extensionworkshop.com, 1 -exteriorlightinghiddenhills.com, 1 +extensionworkshop.com, 0 exteriorlightinglakesherwood.com, 1 exteriorroofwindowguttercleaning.com, 1 exteriorservices.io, 1 @@ -51433,7 +50769,6 @@ exusi.ai, 1 exvisits.tk, 1 exvs.org, 1 exwaiti.com, 1 -exway.com, 1 exxoncannabis.com, 1 exxpozed-image.de, 1 exxpozed.ch, 1 @@ -51476,7 +50811,6 @@ eyescratch.tk, 1 eyesee.fr, 1 eyesfans.com, 1 eyeshield-informatique.tech, 1 -eyesome.com, 1 eyespecialistsofla.com, 1 eyestrainexplained.com, 1 eyesurgery.tk, 1 @@ -51516,6 +50850,7 @@ ezinternet.com.au, 1 ezitech.com, 1 ezmob.com, 1 ezmoddingz.tk, 1 +eznetworks.com.br, 1 ezochat.com, 1 ezorgportaal.nl, 1 ezoterizm.info, 1 @@ -51565,7 +50900,6 @@ f1ltr0.com, 1 f1minute.com, 1 f1nal-lap.be, 1 f1nalboss.de, 1 -f1nn.space, 1 f1pr.com, 1 f1report.net, 1 f1rstparking.co.uk, 1 @@ -51763,7 +51097,6 @@ facepalmsecurity.com, 1 faces4watch.com, 1 facescertification.com, 1 facesdr.com, 1 -faceside.com, 1 facesnf.com, 1 facevietpro.tk, 1 facevitalityers.ga, 1 @@ -51771,7 +51104,6 @@ fach-journalist.de, 1 fachcar.ma, 1 fachfusspflege-exner.de, 1 fachim.tk, 1 -fachinformatiker.com, 1 fachiri.tk, 1 fachschaften.org, 0 fachschaftslisten.at, 1 @@ -51821,7 +51153,6 @@ factorway.com, 1 factory-f.net, 1 factory-fan.com, 1 factoryalimentos.com.br, 1 -factorypark.com, 1 factorypartsdirect.com, 1 factozia.tk, 1 facts-about-bees.ml, 1 @@ -51839,7 +51170,6 @@ facty.com, 1 factys.do, 1 factys.es, 1 facucosta.com.ar, 1 -facvest.com, 1 fadaex.org, 1 fadaru.ml, 1 fadecloud.com, 1 @@ -51904,7 +51234,6 @@ fairbot.cf, 1 fairbot.gq, 1 fairbot.ml, 1 fairbot.tk, 1 -fairbroker.com, 1 fairchildband.tk, 1 fairchildfun.com, 0 fairchildfun.marketing, 1 @@ -51983,7 +51312,6 @@ fakeaddress.net, 1 fakeapple.nl, 1 fakeballon.shop, 1 fakebusters.club, 1 -fakecheck.com, 1 faked.org, 1 fakeemergency.com, 1 fakeframes.ga, 1 @@ -52105,7 +51433,6 @@ familiekiekjes.nl, 1 familiekusch.de, 1 familienoase-koenigstein.de, 1 familienportal.de, 1 -familienrat.com, 1 familienzone.at, 1 familiereimann.com, 0 familieretshuset.dk, 1 @@ -52178,14 +51505,11 @@ fanfareokselaar.tk, 1 fanfiction.tk, 1 fanflix.co, 1 fang-den-sommer.de, 1 -fangan.com, 1 fangbing.me, 1 fangchengshang.com, 1 fangd.net, 1 -fangjingdian.com, 1 fangkehou.tk, 1 fangs.ink, 1 -fangshu.com, 1 fanidrakopoulou.tk, 1 fanjingbo.com, 1 fanniemaeloans.tk, 1 @@ -52249,7 +51573,6 @@ fanyue123.tk, 1 fanz.pro, 1 fanzade.com, 1 fanzapers.ga, 1 -fanzhuang.com, 1 fanzine-nimbus.tk, 1 fanzlive.com, 1 fap.link, 1 @@ -52497,6 +51820,7 @@ fastbob.ga, 1 fastbob.gq, 1 fastbob.ml, 1 fastbob.tk, 1 +fastbuilder.pro, 1 fastcast.ga, 1 fastcats.tk, 1 fastcdn.info, 1 @@ -52610,7 +51934,6 @@ fauvettes.be, 1 fauwater.com, 1 fauxcams.com, 1 fauxil.shop, 1 -fauxreal.com, 1 fav-hosting.online, 1 favalart.com, 1 favarica.com, 1 @@ -53863,7 +53186,6 @@ finaltouchmusic.net, 1 finalweapon.net, 1 finalworkdriesstef.tk, 1 finalx.nl, 1 -finanalysis.com, 1 finance-colleges.com, 1 finance-consulting.ga, 1 finance-devils.com, 1 @@ -53922,7 +53244,6 @@ finch.am, 1 finch.ga, 1 finchkeeper.com, 1 finchnest.co.uk, 1 -finchtechie.com, 1 fincities.tk, 1 find-mba.com, 1 findahero.com.au, 1 @@ -54164,7 +53485,6 @@ firma-cerny.cz, 1 firma-offshore.com, 1 firmador.cloud, 1 firmador.online, 1 -firmaet.com, 1 firmajulegaver.dk, 1 firmale.com, 1 firmament.space, 1 @@ -54417,7 +53737,6 @@ fix-the-timeline.org, 1 fix.mk, 1 fixedfeeplacements.co.uk, 1 fixedgear.tk, 1 -fixedmatch.bet, 1 fixedpricemovers.com, 0 fixedtoday.com.au, 1 fixerra.tech, 1 @@ -54448,7 +53767,6 @@ fixville.co, 1 fiyatgrafik.com, 1 fiyatinedir.net, 1 fizadvocaten.nl, 1 -fizeau.com, 1 fiziktedavi.name.tr, 1 fizjo-strefa.com, 1 fizjonell.pl, 1 @@ -54541,7 +53859,6 @@ flagstone-magazin.ro, 0 flagthis.com, 1 flagyl-500-mg.ga, 1 flair.nl, 1 -flaite.com, 1 flakytest.com, 1 flam.studio, 1 flaman-h7a.fr, 1 @@ -54608,7 +53925,6 @@ flashscores.tk, 1 flashset.tk, 1 flashuk.com, 1 flassetlocators.com, 1 -flaszka.com, 1 flat-cdn.com, 1 flat-embed.com, 1 flat-tire.biz, 1 @@ -54736,7 +54052,7 @@ fleximus.org, 0 flexingpro.com, 1 flexinsurance.com.au, 1 flexinvesting.fi, 0 -flexirobes.com.au, 1 +flexirobes.com.au, 0 flexitanq.es, 0 flexman.tk, 1 flexmedia.tk, 1 @@ -54898,7 +54214,6 @@ florahospitality.com, 1 floralin.se, 1 floralworkshopsers.ga, 1 floranext.com, 1 -florante.com, 1 florasite.tk, 1 florausa.net, 0 floravan.com, 1 @@ -55159,7 +54474,6 @@ flyspace.ml, 1 flyssh.net, 1 flyswoop.com, 1 flyt.online, 1 -flytedek.com, 1 flythecopter.tk, 1 flytoadventures.com, 1 flytrap.in, 1 @@ -55250,7 +54564,6 @@ focusbet-api.com, 1 focusbet.cc, 1 focusbet.io, 1 focuscomic.com, 1 -focusdemolition.com.au, 1 focusgroup.tk, 1 focushm.com, 1 focusministries1.org, 1 @@ -55415,6 +54728,7 @@ foodcrystal.ga, 1 foodculinaryusa.tk, 1 foodcupcake.ga, 1 foodcurious.ga, 1 +fooddeliverybrands.com, 1 fooddeliverypartners.cz, 1 fooddeliverypartners.online, 1 fooddivine.ga, 1 @@ -55696,7 +55010,6 @@ forfeit.ga, 1 forfeiture.gov, 1 forfortcollins.com, 1 forfunssake.co.uk, 1 -forge.cn, 1 forge.my.id, 1 forge.st, 1 forgeary.com, 1 @@ -55985,7 +55298,6 @@ foto.by, 1 foto.com, 1 fotoallerlei.com, 1 fotoatis.biz, 1 -fotoballon.com, 1 fotoblog.nrw, 1 fotobodyart.nl, 1 fotobrb.de, 1 @@ -56465,7 +55777,6 @@ fraternityfriendsest.ga, 1 fraternitynetworkest.ga, 1 fraternityphotosers.ga, 1 fraternityphotosest.ga, 1 -fratia.com, 1 fratiicazanoi.ro, 1 fratreunioners.ga, 1 fratreunionest.ga, 1 @@ -56538,6 +55849,7 @@ freddieleeman.nl, 1 freddieonfire.tk, 0 freddo.tk, 1 freddyhasderyk.tk, 1 +freddyhirsch.com.ng, 0 freddyjs.com, 1 freddythechick.net, 1 freddyvasquez.com, 1 @@ -56586,10 +55898,10 @@ free-ss.site, 1 free-tarot.net, 1 free-watching.ga, 1 free-webtv.tk, 1 +free.com.tw, 1 free4allsw.com, 1 free6to12yo.gq, 1 free8.xyz, 1 -freeadvertisingexchange.com, 1 freeaf.gq, 1 freeagent.tk, 1 freeartico.ga, 1 @@ -56830,7 +56142,6 @@ freifunk-remscheid.de, 1 freight-broker.ru, 1 freight-news.ru, 1 freightcenter.com, 1 -freightinsightservice.com, 1 freinetmiddenschool.gent, 1 freitas.org, 1 freitasm.com, 1 @@ -57012,7 +56323,6 @@ frikipedia.tk, 1 frikiteca.tk, 1 frikizone.tk, 1 frikotv.tk, 1 -frilima.com.br, 1 friller.com.au, 1 frillip.com, 0 fringeintravel.com, 1 @@ -57111,6 +56421,7 @@ frontrouge.fr, 1 frontrunneragency.com, 1 froogo.co.uk, 1 frosinonetoday.it, 1 +frosoku.com, 1 frostexpert.ru, 1 frostfire.tk, 1 frostplatform.com, 1 @@ -57319,7 +56630,6 @@ fuckxiaozhan.com, 0 fuckxichina.com, 1 fuckyou.monster, 1 fuckyoupaypal.me, 1 -fudaoyuan.com, 1 fuddittu.tk, 1 fudgeapps.co.uk, 1 fudgeapps.uk, 1 @@ -57420,6 +56730,7 @@ fulgenzis.com, 1 fulisex.com, 1 fuliwang.info, 1 full-hd.info, 1 +full-stack.ninja, 1 full.eu.org, 1 fullautomotivo.com.br, 1 fullaw.in, 1 @@ -57968,7 +57279,6 @@ fxtalk.cn, 0 fxtrade-lab.com, 1 fxtwitter.com, 1 fxwebstudio.com.au, 0 -fxzj.com, 1 fydjbsd.cn, 1 fyfywka.com, 1 fyllehack.se, 1 @@ -58359,6 +57669,7 @@ gamblingconsulting.expert, 1 gamburger.tk, 1 gamcore.com, 1 game-club.me, 1 +game-designers.net, 0 game-developers.org, 1 game-dominion.tk, 1 game-files.net, 0 @@ -58752,7 +58063,6 @@ garystallman.com, 1 garywhittington.com, 0 gas-boilers.tk, 1 gas-proekt.tk, 1 -gasar.com, 1 gasbarkenora.com, 1 gasenergy.kz, 1 gasesdelaguajira.com, 1 @@ -58799,7 +58109,6 @@ gastrotiger.de, 1 gatapro.net, 0 gate.sc, 1 gate2home.com, 1 -gate4you.com, 1 gatehub.net, 1 gatekiller.co.uk, 1 gatemaster.ga, 1 @@ -58954,7 +58263,6 @@ gcgroup.io, 1 gchp.ie, 0 gchq.wtf, 1 gclegal.com.au, 1 -gclpower.com, 1 gcmsnotes.com, 1 gcode.space, 1 gcoded.de, 1 @@ -59685,22 +58993,17 @@ germanicvs.tk, 1 germaniumsoft.com, 1 germanmasterpainters.nz, 1 germanophobia.tk, 1 -germanpavilion.com, 1 -germanpay.com, 1 germanrojas.ga, 1 germansoldiers.net, 1 germantolobis.lt, 1 germantownpolicewi.gov, 1 germantownwi.gov, 1 germantrip.tk, 1 -germanymade.com, 1 -germanypay.com, 1 germanytravel.ga, 1 germanytravelguide.ml, 1 germfr.ee, 1 germinalekeren.tk, 1 germistry.com, 1 -gernert-server.de, 1 gero.io, 1 geroiplavska.tk, 1 geropa.it, 1 @@ -59875,7 +59178,6 @@ getmerch.eu, 1 getmimo.com, 0 getmonero.cz, 1 getmybosslife.com, 1 -getnerdio.com, 1 getnetset.com, 1 getnew.tk, 1 getnib.com, 1 @@ -59932,7 +59234,6 @@ gettingtvers.ga, 1 gettodoing.com, 1 gettopquality.com, 1 gettravelista.com, 1 -gettrust.com, 1 getts.ro, 1 getts.shop, 1 gettwo.ml, 1 @@ -59945,7 +59246,6 @@ getvdownloader.com, 1 getveer.io, 1 getwemap.com, 1 getwokegobroke.xyz, 1 -getword.com, 1 getwork.tk, 1 getwsodo.com, 1 getyou.onl, 0 @@ -60042,7 +59342,6 @@ gg9297.co, 1 gg9397.com, 1 gg9728.co, 1 ggb.world, 1 -ggcp.com, 1 ggdcpt.com, 1 ggdghorkennisnet.nl, 1 ggdrop.com, 1 @@ -60104,7 +59403,6 @@ ghobcars.com, 1 ghobot.ai, 1 ghobusers.com, 1 ghostarmy.tk, 1 -ghostarrow.com, 1 ghostbusters.tk, 1 ghostbustersuk.tk, 1 ghostcarve.ml, 1 @@ -60114,7 +59412,6 @@ ghostdog.ga, 1 ghostdragon.tk, 1 ghostfam.com, 1 ghostfam.win, 1 -ghostfiregaming.com, 1 ghostgimbals.com, 1 ghostinbox.pl, 1 ghostlight.tk, 1 @@ -60180,7 +59477,6 @@ giardiniere.bologna.it, 1 giardiniere.milano.it, 1 giardiniere.roma.it, 1 giardinoperfetto.com, 1 -giatrakos.com, 1 giaydepvnn.com, 1 gibberfish.org, 1 gibbon.tk, 1 @@ -60207,7 +59503,6 @@ gidroprime.ru, 1 giebel.it, 1 giedrioukis.lt, 1 gielectrical.com.au, 0 -giemsa.com, 1 gierds.de, 1 gieschke.de, 1 gietvloergarant.nl, 1 @@ -60216,7 +59511,6 @@ gif.tips, 0 giff.com.mx, 1 giffard.com, 1 gifhelittlestars.co.uk, 1 -giford.com, 1 gifsonline.tk, 1 gift4ever.tk, 1 giftbaskets.ru, 1 @@ -60271,7 +59565,6 @@ gigatop.ga, 1 gigatron.tk, 1 gigawa.lt, 1 gigawattz.com, 1 -gigaway.com, 1 giggear.com.au, 1 gigharborwa.gov, 1 gigindia.in, 1 @@ -60318,7 +59611,6 @@ giltedge.travel, 1 gilvet.ru, 1 gim-app.tk, 1 gim.ac.in, 1 -gimahhot.com, 1 gimbal.ca, 1 gimme.money, 1 gimmickbots.com, 1 @@ -60348,7 +59640,6 @@ ginniemae.gov, 1 ginnungagap.space, 1 ginosfiredup.ca, 1 gintaresdental.lt, 1 -gintian.com, 1 gintonic.tk, 1 ginx.tv, 1 ginza-viola.com, 1 @@ -60362,7 +59653,6 @@ gioielleriamolena.com, 1 gion-ent.co.jp, 1 gion.io, 1 giopiu.it, 1 -giordan.com, 1 giordano.com, 1 giordanomultiservice.it, 1 giorgia.tk, 1 @@ -60381,7 +59671,6 @@ gipernn.ru, 1 gipl.tk, 1 gipsplitka.ru, 1 gipuzkoabasket.tk, 1 -giradiscos.com, 1 giraffeduck.com, 1 giraffenland.de, 1 giraffes.org, 1 @@ -60712,11 +60001,9 @@ glieroidelcalcio.com, 1 gliihc.net, 1 glimhome.com, 1 glimpses.tk, 1 -glini.net, 1 glit.sh, 1 glitchcomic.tk, 1 glitched.online, 1 -glitery.com, 1 glitter-graphics.com, 1 glitterblast.uk, 1 glitteringmariah.tk, 1 @@ -60909,7 +60196,6 @@ glorycambodia.com, 1 glorycamrealty.com, 1 gloryhealthcarellc.com, 1 gloryholefucking.com, 1 -glorymark.com, 1 gloryofloveband.tk, 1 gloryofmusic.tk, 1 gloryrise.tk, 1 @@ -60955,7 +60241,6 @@ glyam.nl, 1 glyburidemetformin.tk, 1 glykofridis.nl, 1 glyph.ws, 1 -glyphosat.com, 1 glyptodon.com, 1 glz-egg.de, 1 glz.ca, 1 @@ -61079,10 +60364,8 @@ go.exchange, 1 go.microsoft.com, 1 go.ne, 1 go2archive.nl, 1 -go2biz.com, 1 go2mob.tk, 1 go2sh.de, 1 -go2store.com, 1 go2ubl.nl, 1 go4games.ro, 1 go4it.ro, 1 @@ -61147,7 +60430,6 @@ godark.uk, 1 godating.tk, 1 godattributes.com, 1 godaxen.tv, 1 -godblessus.com, 1 godbo9.com, 0 godclan.hu, 1 goddamnwinnebago.com, 1 @@ -61162,7 +60444,6 @@ godiscovers.com, 1 godisgreat.africa, 1 godish.com, 1 godles.pl, 1 -godloveme.com, 1 godmusicapp.com, 1 godns.ru, 1 godofredo.ninja, 1 @@ -61222,7 +60503,6 @@ gofoodieonline.com, 1 gofoodservice.com, 1 goforcex.top, 0 gofriends.cf, 1 -gofront.com, 1 gofundhourly.tk, 1 gofundme.com, 1 goge.ml, 1 @@ -61235,7 +60515,6 @@ gogleapis.com, 1 gogo.mn, 1 gogocarto.fr, 1 gogocharters.com, 1 -gogogirl.vip, 1 gogolino.tk, 1 gogomail.ga, 1 gogonano.com, 1 @@ -61278,7 +60557,6 @@ golayamadam.tk, 1 gold-bird.tk, 1 gold-diamondltd.tk, 1 gold-fm.ml, 1 -gold9999.com, 1 goldankauf1875.at, 1 goldband.tk, 1 goldbar.com.hk, 1 @@ -61294,7 +60572,6 @@ goldcoastphotographycourses.com, 1 goldcoastplumbingcompany.com.au, 1 goldcreek.tk, 1 golddealer.com, 1 -golddeer.com, 1 golden-beef.fr, 1 golden-kamuy.com, 1 golden-sea.tk, 1 @@ -61316,7 +60593,6 @@ goldenhillsoftware.com, 1 goldenhost.ca, 1 goldenhouse.ga, 1 goldeninvestmentbarcelona.com, 1 -goldenjoy.com, 1 goldenkeys.io, 1 goldenmunchbakeshop.com, 1 goldenoaksgolfclub.com, 1 @@ -61343,15 +60619,12 @@ goldfavela.com, 1 goldfingermusic.tk, 1 goldfm1031.tk, 1 goldfmromania.ro, 1 -goldhabour.com, 1 goldhill.ml, 1 -goldkid.com, 1 goldkrupp.com, 1 goldloeckchen159.net, 1 goldmanpropertygroup.com, 1 goldminer.ga, 1 goldpreisfinder.at, 1 -goldround.com, 1 goldrushenergy.com, 1 goldschmiede-suessenguth.de, 1 goldsilver.org.ua, 1 @@ -61365,7 +60638,6 @@ goldtits.com, 1 goldwater.gov, 1 goldwaterfoundation.gov, 1 goldwaterscholarship.gov, 1 -goldwish.com, 1 goldysoptic.bg, 1 goldytechspecialists.com, 1 goldzilla.eu, 1 @@ -61445,7 +60717,6 @@ gomine.tk, 1 gomiso.com, 1 gommista.roma.it, 1 gomods.link, 1 -gomoon.com, 1 gomorrabeach.tk, 1 gomovein.com, 1 gomtz.gq, 1 @@ -61470,6 +60741,7 @@ gongjianwei.com, 1 gongjuhao.com, 1 gonintendo.com, 1 gonitro.com, 1 +gonoodle.com, 1 gonortheast.co.uk, 1 gonorthwest.co.uk, 1 gontagro.com.ua, 1 @@ -61487,32 +60759,21 @@ good-linux.cf, 1 good-luck3500.ga, 1 good-wishes-4-u.ga, 1 gooday.life, 1 -goodbargin.com, 1 -goodbenefit.com, 1 goodbits.tech, 1 goodbody.ie, 0 goodbriar.com, 1 -goodcarbons.com, 1 goodcas.ca, 1 goodcas.com, 1 goodchoiceflowers.com, 1 -goodcoat.com, 1 -goodcollection.com, 1 -goodcotton.com, 1 gooddatingsites.ml, 1 goodday.finance, 1 gooddayatwork.co.uk, 1 gooddomain.co, 1 gooddomainna.me, 1 goodearth.com.tw, 1 -goodeditor.com, 1 goodees.com, 1 goodenglish.ga, 1 -goodenvironment.com, 1 goodesign.su, 1 -goodface.com, 1 -goodfame.com, 1 -goodfarm.com, 1 goodfarms.com, 1 goodfeels.net, 1 goodfoodrussia.com, 1 @@ -61539,9 +60800,7 @@ goodmoodsocken.de, 1 goodmorningapril.com, 1 goodopportunity.ga, 1 goodpeople.tk, 1 -goodproof.com, 1 goodryb.top, 1 -goodschain.com, 1 goodseed.nl, 1 goodsex4all.com.br, 1 goodsey.com, 1 @@ -61552,13 +60811,11 @@ goodspeaker.tk, 1 goodsrepublic.com, 1 goodstorage.com.br, 1 goodsync.com, 1 -goodteach.com, 1 goodth.ink, 1 goodtrader.tk, 1 goodtrip.kr, 1 goodvibesblog.com, 1 goodway.tv, 1 -goodwhois.com, 1 goodwillbusiness.org, 1 goodwillindy.org, 1 goodwillnfp.org, 1 @@ -61626,7 +60883,6 @@ gorbatschow.tk, 1 gorbilet.com, 1 gorbov.tk, 1 gorby.tk, 1 -gorce.com, 1 gorchakov.org, 1 gordas.cf, 1 gordeijnsbouw.nl, 1 @@ -61768,7 +61024,6 @@ gotobrno.cz, 1 gotoexam.tk, 1 gotohomerepair.com, 1 gotolinux.ru, 1 -gotomap.com, 1 gotomi.info, 0 gotomojo.com, 1 gotonet.tk, 1 @@ -61821,11 +61076,8 @@ gourmetfestival.de, 1 gourmetsditalie.com, 1 gourmetspalencia.com, 1 gourmetvitamins.ga, 1 -goushuang.com, 1 goutsmits-tegelwerken.nl, 1 -goutui.com, 1 gouwdata.nl, 0 -gouwen.com, 1 gov.exposed, 1 gov.md, 1 gov.tc, 1 @@ -61873,7 +61125,6 @@ goworld.gq, 1 gowpcare.com, 1 goxyshuk.duckdns.org, 0 goyahkles-spirit-to.tk, 1 -goyoyo.com, 1 goyumoilexpeller.com, 1 gozadera.es, 1 gozenhost.com, 1 @@ -61918,7 +61169,6 @@ gps.com.br, 1 gps4net.com, 1 gps4net.eu, 1 gpsarena.ro, 1 -gpsbag.com, 1 gpsblackbox.com, 1 gpsfix.cz, 1 gpskoordinaten.de, 1 @@ -61939,7 +61189,6 @@ gpwih.com, 1 gpwmd-portal.org, 1 gpz500s.tk, 1 gq-magazine.co.uk, 1 -gqms.com, 1 gqyyingshi.com, 0 gr.search.yahoo.com, 0 gra-gcc.com, 1 @@ -62049,7 +61298,6 @@ graingert.co.uk, 1 graliv.net, 0 grallersdegegants.tk, 1 gramati.com.br, 1 -grammar.co.id, 1 grammar.hu, 1 grammarhouse.me, 0 grammofono.gr, 0 @@ -62103,7 +61351,6 @@ grandisco.tk, 1 grandiscontionline.com, 1 grandislandne.gov, 1 grandmasfridge.org, 0 -grandmass.com, 1 grandmasternetwork.com, 1 grandmusiccentral.com.au, 1 grandpachy.tk, 1 @@ -62119,7 +61366,6 @@ grandvalleyseo.com, 1 grandviewgynecology.ca, 1 grandviewheights.gov, 1 grandwailea.com, 1 -grandwill.com, 1 grandworldnghiduong.com, 0 grandx86.pl, 1 granfort.es, 0 @@ -62171,8 +61417,6 @@ grapevine.is, 1 graph.org, 1 graphe.gq, 1 graphene.software, 1 -graphenecompany.com, 1 -grapheneenergy.com, 1 grapheneengine.com, 1 grapheneos.ca, 1 grapheneos.com, 1 @@ -62197,7 +61441,6 @@ graphiteconnect.com, 1 grapholio.net, 1 graphpaper.studio, 1 graphviewer.tk, 1 -grapixo.com, 1 grapplinginsider.com, 1 grasboom35plus.nl, 1 grasdealer.com, 1 @@ -62215,7 +61458,6 @@ grast.jp, 1 graszoden.tk, 1 gratelin.ga, 1 gratis-hosting.cf, 1 -gratis.market, 1 gratis4u.tk, 1 gratisfotos.nl, 1 gratisfullalbum.tk, 1 @@ -62231,6 +61473,7 @@ grattan.co.uk, 1 grattecenne.com, 1 gratuitweb.tk, 1 graumeier.de, 1 +grauwasser-blog.de, 1 gravedad-zero.tk, 1 gravedigger.tk, 1 gravelshooters.com, 0 @@ -62410,6 +61653,7 @@ greenfieldlaxwi.gov, 1 greenfieldwi.gov, 1 greenflashforensics.com, 1 greenforum.tk, 1 +greenfoxadventures.com, 1 greenfunder.co.uk, 1 greengarden.tk, 1 greengates.co.uk, 1 @@ -62417,7 +61661,6 @@ greengoblindev.com, 1 greengorych.io, 1 greengov.gov, 1 greengrocery.tk, 1 -greenhandy.com, 1 greenhats.de, 1 greenhillhosting.com, 1 greenholiday.tk, 1 @@ -62831,7 +62074,6 @@ growthservicesinc.com, 1 growthsimulationest.ga, 1 growthtoysers.ga, 1 growthtoysest.ga, 1 -growwithdaylight.co.uk, 1 growy.ch, 0 grozdanov.tk, 1 grozter.se, 1 @@ -62952,7 +62194,6 @@ gryphzia.cf, 1 gryte.tk, 1 grytics.com, 1 grzegorzchomutowski.pl, 1 -grzesiak.com, 1 gs-pflege.de, 1 gs-schlossberg.de, 1 gs93.de, 1 @@ -63039,7 +62280,6 @@ gtupgrade.eu, 1 gtx970settlement.com, 1 gtxmail.de, 1 gtxthere.tk, 1 -gtzq.com, 1 gu153gx.uk, 1 guadagnare.info, 1 guadagnosicuro.tk, 1 @@ -63050,7 +62290,6 @@ guajars.cl, 1 guamcourts.gov, 1 guanggaonet.com, 1 guangjiangk.com, 1 -guangquan.com, 1 guannan.net.cn, 0 guanzhong.ca, 1 guapcoinswap.finance, 1 @@ -63300,9 +62539,7 @@ guogetv.com, 1 guoke.com, 1 guolaoban.xyz, 1 guolaw.ca, 1 -guomai.com, 1 guozeyu.com, 1 -guozu.com, 1 gura.moe, 1 gurbetilan.com, 1 gurges.xyz, 1 @@ -63492,7 +62729,6 @@ gymnastikfitness.se, 1 gymnchod.cz, 1 gymonlondon.com, 1 gympap.de, 1 -gympass.com, 1 gymvilla.nl, 1 gynaecology.co, 1 gynaeinfertility.com.sg, 1 @@ -63815,7 +63051,6 @@ hahapo.com, 1 hahn-trafo.com, 1 haiawan.de, 1 haiboxu.com, 1 -haichuang.com, 1 haiduc.tk, 1 haifaworld.tk, 1 haifengz.com, 0 @@ -63870,7 +63105,6 @@ hairywomen.tv, 1 hairywomenpics.com, 1 haislipcorp.com, 1 haitaka.cc, 1 -haitang.com, 1 haitangsoshu.com, 1 haitangsoushu.com, 1 haititan.com, 1 @@ -64006,7 +63240,6 @@ hamacho-kyudo.com, 1 hamali.bg, 1 hamarimarriage.tk, 1 hamartrophy.cf, 1 -hamasu.com, 1 hamave.nl, 1 hamburg40grad.de, 1 hamburgcode.com, 1 @@ -64106,7 +63339,6 @@ hand2h.com, 1 handballinside.de, 1 handballmania.tk, 1 handbrake.fr, 1 -handcity.com, 1 handelsbanken.co.uk, 1 handelsbanken.com, 1 handelsbanken.dk, 1 @@ -64133,7 +63365,6 @@ handmadehechoamano.com, 1 handmadeselling.com, 1 handmadetutorials.ro, 1 handphones.tk, 1 -handpiece.com, 1 handpresso.com, 1 hands.net, 1 handsaccounting.com, 1 @@ -64167,7 +63398,6 @@ hangarbox.de, 1 hangardasaves.com.br, 1 hangargeek.ml, 1 hangcapnach.com, 1 -hangkei.com, 1 hangout, 1 hangouts.google.com, 1 hangryum.com, 1 @@ -64222,7 +63452,6 @@ hansashop.eu, 0 hansashop.fi, 0 hansbruis.tk, 1 hanschventures.com, 1 -hansee.com, 1 hansen-kronshagen.de, 1 hansen.hn, 1 hansgoes.it, 1 @@ -64250,15 +63479,11 @@ hanys.xyz, 1 hanzcollection.online, 1 hanzubon.jp, 1 hao-zhang.com, 1 -haofeng.com, 1 -haoke.com, 1 -haoming.com, 1 haorenka.co, 1 haoz.tk, 1 haozhexie.com, 1 haozi.me, 1 hapfox.de, 1 -hapiao.com, 1 hapijs.cn, 1 hapissl.com, 1 hapivm.com, 1 @@ -64410,7 +63635,6 @@ hardmine.ru, 1 hardnet.cz, 1 hardnode.org, 1 hardnoiser.tk, 1 -hardpay.com, 1 hardrain980.com, 1 hardrock.tk, 1 hardrocksportsbook.com, 1 @@ -64442,8 +63666,6 @@ harfordpark.org, 1 harfordvotes.gov, 1 hargaindo.com, 1 hargamobilmu.com, 0 -harghita.com, 1 -hargita.com, 1 hari-katha.tk, 1 hari-tech.com, 1 harianjogja.com, 1 @@ -64453,7 +63675,6 @@ hariharnagar.tk, 1 hariji.tk, 1 haringtwpmi.gov, 1 harishgoyal.tk, 1 -harithsankalpa.com, 1 haritsa.co.id, 1 hariz.ga, 1 harlan.cc, 1 @@ -64475,7 +63696,7 @@ harmonizely.com, 0 harmony-labradoodles.nl, 1 harmony.co.id, 1 harmonyeg.net, 1 -harmonyhomeaidservices.co.uk, 1 +harmonyhomeaidservices.co.uk, 0 harmonylife.ro, 1 harmonypianoschool.com, 1 harmonyroomspa.com, 1 @@ -64529,7 +63750,6 @@ harry-baker.com, 1 harry-hk.tk, 1 harryagustiana.tk, 1 harryanddavid.com, 1 -harryandharrison.com, 1 harrychristensen.tk, 1 harrymcgee.tk, 1 harrymclaren.co.uk, 1 @@ -65375,6 +64595,7 @@ healthysanfrancisco.org, 1 healthyschoolsnewcastle.org.uk, 1 healthysouthdakota.tk, 1 healthyspirituality.org, 1 +healthystore.my.id, 1 healthystyle.tk, 1 healthysuperhuman.com, 1 healthyteame.com, 1 @@ -66020,7 +65241,6 @@ herderradio.ml, 1 herdwilliam.ml, 1 herdwilliam.tk, 1 herealways.tk, 1 -herecafe.com, 1 heredapoxetine.gq, 1 herefordlighthouse.org, 0 heren.fashion, 1 @@ -66057,7 +65277,6 @@ hermann-hesse-kolleg.de, 1 hermann.in, 1 hermanoscarrera.tk, 1 hermes-net.de, 1 -hermes-onlinehandel.de, 1 hermes-servizi.it, 1 hermesoft.at, 1 hermessenger.fr, 1 @@ -66099,7 +65318,6 @@ heromuster.com, 1 heronhallacademy.org.uk, 1 heroofkings.com, 1 heroplusgroup.com, 0 -heroway.com, 1 heroxin.com, 1 herp.careers, 1 herp.top, 1 @@ -66370,8 +65588,6 @@ hiddendragon.ml, 1 hiddenempire.tk, 1 hiddenhand.finance, 1 hiddenhillselectric.com, 1 -hiddenhillselectrical.com, 1 -hiddenhillselectrician.com, 1 hiddenhillsexteriorlighting.com, 1 hiddenhillslighting.com, 1 hiddenimage.ml, 1 @@ -66487,7 +65703,6 @@ highspeed-arnsberg.de, 1 highspeedinternetservices.ca, 1 highspenfc.tk, 1 highsprings.gov, 1 -highstage.com, 1 highstakesdb.com, 1 hightech.construction, 1 hightechbrain.net, 1 @@ -66871,7 +66086,6 @@ hk130.com, 1 hkamran.com, 1 hkas.org.hk, 1 hkconcept.lu, 1 -hkd.cn, 1 hkgix.net, 1 hkl-gruppe.de, 1 hkmap.co, 1 @@ -66885,7 +66099,6 @@ hkp-usa.com, 1 hkr.at, 1 hks.pw, 1 hkskhf.dk, 1 -hkspeed.com, 1 hktech.link, 1 hktkl.com, 1 hktss.pp.ua, 1 @@ -67149,7 +66362,7 @@ holini.com, 0 holisticacupuncture.com.au, 1 holisticdevelopmentagency.ml, 1 holistichealer.in, 1 -holisticon.de, 1 +holisticon.de, 0 holisticwebsolutions.co.uk, 1 holiy.jp, 1 hollabanken.cf, 1 @@ -67315,6 +66528,7 @@ homecrawler.ga, 1 homecreatives.net, 1 homedecorclassic.tk, 1 homedecorspecialists.com, 1 +homedeparto.com, 1 homedesignabilene.tk, 1 homedesignakron.tk, 1 homedesignalbuquerque.tk, 1 @@ -68184,7 +67398,6 @@ hotyoyo.ga, 1 hotzheipoe.com, 1 houdah.com, 1 houdenvanhonden.nl, 1 -houhuayuan.com, 1 houlang.ac.cn, 1 houldsworthmill.com, 1 hourai.gg, 1 @@ -68217,6 +67430,7 @@ houselocal.co.uk, 1 housemart.company, 1 housemates.uk.com, 1 housemouse.tk, 1 +houseofaceonline.com, 1 houseofhipsters.com, 1 houseofmusic.co.uk, 1 houseofpertijs.com, 1 @@ -68240,11 +67454,9 @@ housingcenter.com, 1 housinglincolncountyor.gov, 1 housingloan.jp, 1 housingokc.gov, 1 -housten.com, 1 houston-building-maintenance.com, 1 houston-probate-law.com, 1 houstonaudubon.org, 1 -houstonauthorizedrepair.com, 1 houstonbestmaidservice.com, 1 houstoncenterforvaluedliving.com, 1 houstoncosoal.gov, 1 @@ -68623,7 +67835,6 @@ hu-a-u.com, 1 hu.search.yahoo.com, 0 hua-in.net, 1 huabianwa.com, 0 -huachuang.com, 1 huagati.com, 1 huang.nu, 1 huangban.org.cn, 1 @@ -68648,7 +67859,6 @@ huangzjnet.gq, 1 huanqiu1988.com, 1 huanta.tk, 1 huanvm.com, 1 -huanwei.com, 1 huanyu.com, 1 huapood.com, 1 huaqian.art, 1 @@ -68671,7 +67881,6 @@ hubchain.org, 1 huber-informatik.de, 1 hubex.ie, 1 hublaagram.ml, 1 -hubnet.fr, 1 hubok.net, 1 huboo.co.uk, 1 huboo.com, 1 @@ -68752,11 +67961,7 @@ hugs.ua, 1 huhao.tk, 1 huhu.cf, 1 huibrotladen.com, 1 -huicui.com, 1 -huiguniang.com, 1 huiketang.com, 1 -huimin.com, 1 -huimou.com, 1 huininga.com, 1 huininga.nl, 1 huininga.org, 1 @@ -68896,7 +68101,6 @@ humphreyscountytn.gov, 1 humpydumpy.tk, 1 humuluslupulus.de, 1 humus.tk, 1 -hunanbank.com, 1 hunaniinfotech.com, 1 hund.io, 1 hund.ml, 1 @@ -68962,13 +68166,10 @@ huon.fyi, 1 huonit.com.au, 0 huoqibaike.club, 1 huoyankan.com, 1 -huoyou.com, 1 -huozhen.com, 1 hup.hu, 0 hupeng.me, 1 hupoyunlar.com, 1 hurbascooter.com, 1 -hurbo.com, 1 hurdafiyatlari.site, 1 hurinkazan2020.com, 1 huron.tk, 1 @@ -69132,7 +68333,6 @@ hydrosila.com, 0 hydroturbine.info, 0 hydrozen.io, 1 hydrozone.fr, 1 -hyds.com, 1 hyec.jp, 1 hyex.com.au, 1 hygieneproclean.co.nz, 1 @@ -69181,7 +68381,6 @@ hyperion-project.org, 1 hyperion.gmbh, 0 hyperion.io, 1 hyperionms.com, 1 -hyperjewel.com, 1 hyperjit.com, 1 hyperlocal.co.za, 1 hypermonkey.tk, 1 @@ -69275,9 +68474,7 @@ hyze.fr, 1 hyzy.fr, 1 hz601.org, 1 hzbk.org, 0 -hzib.com, 1 hzmpower.com, 1 -hzsx.com, 1 hztgzz.com, 1 i--b.com, 1 i-0v0.in, 1 @@ -69489,7 +68686,6 @@ ibericarmovilcentro.es, 1 ibericarmovilsur.es, 1 ibericarreicomsa.es, 1 ibericartechnik.es, 1 -ibesa.com, 1 ibetora.com, 1 ibex.co, 1 ibexmultiday.com, 1 @@ -69540,7 +68736,6 @@ ibuprofens.gq, 1 iburgs.com, 1 ibuzz.tk, 1 ibwc.gov, 1 -ibyen.com, 1 ibykos.com, 1 ibz.be, 1 ic3.gov, 1 @@ -69614,7 +68809,6 @@ icetechworld.com, 1 icetiger.eu, 1 icetravellers.com, 0 icewood-bois.com, 1 -icfree.com, 1 ich-finde-wikipedia-toll.tk, 1 ich-hab-die-schnauze-voll-von-der-suche-nach-ner-kurzen-domain.de, 1 ich-tanke.de, 1 @@ -69666,6 +68860,7 @@ icmtx.com, 1 icnc.ga, 1 icnsk.ru, 1 icnsoft.org, 1 +icocoon.ch, 1 icodeconnect.com, 1 icojapan.tokyo, 1 icollezionisti.com, 1 @@ -69729,7 +68924,6 @@ icttindia.org, 0 icusignature.com, 1 icustomboxes.com, 1 icy.aq, 1 -icy.cn, 1 icyapril.com, 1 icycanada.com, 1 icydestiny.com, 0 @@ -69947,7 +69141,6 @@ idyl.fr, 1 idysse.com, 1 ie.edu, 1 ie.search.yahoo.com, 0 -ieach.com, 1 ieap.it, 1 ieeesb.nl, 1 ieeesbe.nl, 1 @@ -70018,7 +69211,6 @@ ifort.fr, 1 ifosep.fr, 0 ifoss.me, 1 ifpe.edu.br, 1 -ifpma.com, 1 ifrabb.fr, 1 iframefinancement.be, 1 ifreemax.ml, 1 @@ -70044,7 +69236,6 @@ ig.me, 1 ig.solutions, 1 iga-semi.jp, 1 igad.int, 1 -igaku.com, 1 igame.ml, 1 igamingaffiliateprograms.com, 1 igamingdirectory.com, 1 @@ -70094,7 +69285,6 @@ ign-proprete.fr, 1 ignace72.eu, 1 ignaciolacruz.com, 1 ignacjanskiednimlodziezy.pl, 1 -ignacy.com, 1 ignat-mag.com, 1 ignat-torcov.tk, 1 ignat.by, 1 @@ -70157,7 +69347,6 @@ iha6.com, 1 ihacares.com, 1 ihackear.com, 1 ihacker.ai, 1 -ihainan.com, 1 ihakkitekin.com, 1 ihatethissh.it, 1 ihazurip.com, 1 @@ -70218,7 +69407,6 @@ iiij.ml, 1 iiinhoj.com, 1 iiit.pl, 1 iimarckus.org, 1 -iimpress.com, 1 iinehp.com, 1 iinf.in, 1 iinfin.org, 1 @@ -70388,7 +69576,6 @@ ilin.xyz, 1 iliny.hu, 1 ilionsky.com, 1 iljadr.be, 1 -ilkmat.com, 1 illaadventure.com, 1 illadrodimerendine.it, 1 illafuture.com, 1 @@ -70414,7 +69601,6 @@ illorenese.fr, 1 illsley.org, 1 illu.ee, 1 illubel.com, 1 -illumepgh.com, 1 illuminated-security.com, 1 illuminatelife.tk, 1 illuminaten.tk, 1 @@ -70428,6 +69614,7 @@ illusionsix.com, 1 illusiveshop.com, 1 illustrate.biz, 1 illuxat.com, 1 +illuzionclothing.com, 0 ilmaestro.net, 1 ilmainensanakirja.fi, 1 ilmanifesto.it, 0 @@ -70440,12 +69627,10 @@ ilona-france.tk, 1 ilondres.es, 1 ilonewolfs.com, 1 ilonpolku.fi, 0 -ilosaarirock.com, 1 ilouis.cn, 0 ilove.fish, 1 iloveasiancams.com, 1 iloveawardcams.com, 1 -ilovebee.com, 1 iloveboycams.com, 1 ilovecomputering.com, 1 ilovefanyi.win, 1 @@ -70516,17 +69701,11 @@ image.hosting, 1 image.ie, 1 image.tf, 1 image4arab.tk, 1 -imageagent.com, 1 imagealbums.tk, 1 imagebin.ca, 1 -imageboom.com, 1 imagecom.tk, 1 imagecurl.com, 1 -imagefort.com, 1 imagefu.com, 1 -imagegarden.com, 1 -imagehood.com, 1 -imageink.com, 1 imagen891.tk, 1 imagenesdedibujosalapizfacilesdehacer.com, 1 imageproductions.ga, 1 @@ -70534,7 +69713,6 @@ imagequix.com, 1 imagerecall.tk, 1 imagerestorationcenter.com, 1 imagerive.ch, 0 -imagesbank.com, 1 imageshare.web.id, 1 imagetostl.com, 1 imagevillage.ir, 1 @@ -71149,7 +70327,6 @@ indianwellsca.gov, 1 indianwomen.cf, 1 indiapost.com, 1 indiapostgdsonline.gov.in, 1 -indiasec.com, 1 indiatechblogger.cf, 1 indiatourhelp.tk, 1 indiatravel.ml, 1 @@ -71396,7 +70573,6 @@ info-usaha.tk, 1 info.go.th, 1 info.gov, 1 info2all.nl, 1 -info4all.com, 1 info4camper.com, 1 infoaboutlawyers.com, 1 infoamin.com, 1 @@ -71808,7 +70984,6 @@ inmyhead.tk, 1 innatocol.com, 1 inncoaching.nl, 1 innectsphere.ca, 1 -innenraumgestaltung.com, 1 inner-change-mastery.com, 1 inner-vision.tk, 1 innerdarkside.tk, 1 @@ -71941,7 +71116,6 @@ insaneair.co.uk, 1 insanedevs.com, 1 insanepyro.tk, 1 insanity.zone, 1 -insankamil.com, 1 insblauehinein.nl, 1 inschrijfformulier.com, 1 inscom.events, 1 @@ -72296,7 +71470,6 @@ interblink.tk, 1 interc0der.tk, 1 intercariforef.org, 1 intercars.bg, 1 -interceptorproject.hr, 1 interchangehq.com, 1 interchanges.io, 1 intercol.com.br, 1 @@ -72464,7 +71637,6 @@ interparcel.com, 1 interphoto.by, 1 interplex.com, 1 interpol.gov, 1 -interpret.cn, 1 interpretacjawynikowbadan.info.pl, 1 interprete.tk, 1 intersectionconsultancy.co.uk, 1 @@ -72472,7 +71644,6 @@ intersein-landshut.de, 1 intersein-sangha-landshut.de, 1 interseller.io, 1 intersexualite.tk, 1 -intersitios.com, 1 interslang.tk, 1 intersolute.de, 1 interspar.at, 1 @@ -72543,7 +71714,6 @@ intradayseasonals.com, 1 intrador.com, 1 intrafi.com, 1 intralan.nl, 1 -intranasal.com, 1 intranet.dvag, 1 intranetcity.ch, 1 intranetcrowd.com, 1 @@ -72769,6 +71939,7 @@ iodu.re, 1 ioga.tk, 1 iogm-official.id, 1 iograficathemes.com, 1 +ioh.lol, 1 iolabs.io, 1 ioliver.co.uk, 1 iololi.com, 1 @@ -72975,10 +72146,8 @@ ipsubscription.store, 1 ipsum.dk, 1 ipswitch.com.tw, 1 iptechnology.tk, 1 -iptoasn.com, 1 iptops.com, 1 iptv.ge, 1 -iptvdigital4k.com, 1 iptvfriend.ga, 1 iptvzoom.xyz, 1 ipty.de, 1 @@ -72999,7 +72168,6 @@ ipv6.gr, 1 ipv6.jetzt, 0 ipv6.pictures, 1 ipv64.net, 0 -ipv6china.com, 1 ipv6ioffentligsektor.se, 1 ipv6vpn.net, 1 ipvbook.com, 0 @@ -73037,7 +72205,6 @@ irandex.ga, 1 irandex.gq, 1 irando.co.id, 1 irandroid.ml, 1 -iranettelecom.com.br, 1 iranfilmcity.tk, 1 iranfreshfruit.cf, 1 irangeodesy.tk, 1 @@ -73314,7 +72481,6 @@ ishopforpowerserg.com, 1 ishtyl.com, 1 isidore.uk, 1 isidrocamachodiaz.es, 1 -isikdolls.com, 1 isiklitabela.tk, 1 isil.fi, 1 isimonbrown.co.uk, 1 @@ -73678,8 +72844,6 @@ itascacountymn.gov, 1 itasis.com.br, 1 itasolution.it, 1 itb-online.co.uk, 1 -itbar.com, 1 -itbj.com, 1 itbn.hu, 1 itbog.org, 1 itbolagmedipv6.se, 1 @@ -73741,7 +72905,6 @@ itfall.tk, 1 itfh.eu, 0 itfirmaet.dk, 1 itfix.org.uk, 1 -itfj.com, 1 itfounder.com, 1 itgeeks.nl, 1 itgoesup.com, 1 @@ -73934,7 +73097,6 @@ itzine.ru, 1 itzkavin.tk, 1 itzlive.tk, 1 iubuniversity.tk, 1 -iune.com, 1 iupibaby.pt, 1 iuppiter-ssd.it, 1 iurisnovagestion.es, 0 @@ -74030,7 +73192,6 @@ ivyhelpers.com, 1 ivypanda.com, 1 ivyseeds.cf, 1 iw.net.sa, 1 -iwaiting.com, 1 iwalton.com, 1 iwant.cz, 1 iwantexchange.com, 1 @@ -74070,7 +73231,7 @@ iww.org.nz, 1 ix.run, 1 ix8.ru, 0 ixigua.com, 1 -ixingchen.org.cn, 0 +ixingchen.org.cn, 1 ixir.gen.tr, 1 ixit.cz, 1 ixn.com, 1 @@ -74158,7 +73319,6 @@ j-library.com, 1 j-maxton.de, 1 j-ph.ovh, 1 j-robertson.com, 1 -j-storm.com, 1 j00228.com, 1 j05.cn, 1 j0bs.org, 1 @@ -74167,7 +73327,6 @@ j0hn.net, 0 j0hndball.com, 1 j0m.de, 1 j0s.eu, 1 -j15h.nu, 1 j1visahealthinsurance.com, 1 j2ee.cz, 1 j2h.de, 1 @@ -74868,7 +74027,6 @@ javiersanchez.tk, 1 javiscoffee.com, 1 javitron.tk, 1 javleech.com, 1 -javlin.com, 1 javorina.tk, 1 javsod.top, 1 jawharati.tk, 1 @@ -74975,7 +74133,6 @@ jcchouinard.com, 1 jcdenast.tk, 1 jcelectronics.com.au, 1 jcf-office.com, 1 -jcgp.com, 1 jchn.be, 1 jci.bio, 1 jci.care, 1 @@ -75565,7 +74722,6 @@ jianyu.io, 1 jianyuan.art, 1 jianyuan.pro, 1 jianyv.com, 1 -jianzhan.com, 1 jiaoliuben.com, 1 jiaoyu8.cn, 1 jiaqiang.vip, 1 @@ -75590,7 +74746,6 @@ jif.gc.ca, 1 jigidi.com, 1 jigsawinsurance.com, 1 jigsawplanet.com, 1 -jiguang.com, 1 jigyoushoukei.co.jp, 1 jiheng.tk, 1 jiid.ga, 1 @@ -75705,7 +74860,6 @@ jitendrapatro.me, 1 jitprod.com, 1 jitsipatapoe.ddns.net, 0 jittruckparts.com, 1 -jiudao.com, 1 jiveinvestments.com, 1 jix.im, 1 jixing.one, 1 @@ -76048,6 +75202,7 @@ johannes-sprink.de, 0 johannes-zinke.de, 1 johannes.io, 1 johannes.wtf, 1 +johannesen.tv, 1 johannfritsche.de, 1 johanpeeters.com, 1 johansf.tech, 0 @@ -76227,6 +75382,7 @@ jonathanwisdom.com, 1 jonba.tk, 1 jonbarron.cf, 1 jonblankenship.com, 1 +jonburnham.co.uk, 1 jondarby.com, 1 jondevin.com, 1 jondowdle.com, 0 @@ -76374,7 +75530,6 @@ josephanthony.tk, 1 josephbleroy.com, 1 josephcz.com, 1 josephcz.win, 0 -josephcz.xyz, 1 josephmarino.net, 1 josephpinder.com, 1 josephsniderman.com, 1 @@ -76638,10 +75793,7 @@ jsg.hk, 1 jsgr.ca, 1 jsh.marketing, 1 jsh918.com, 1 -jsheard.co.uk, 1 jsheard.com, 1 -jsheard.org, 1 -jsheard.uk, 1 jsidefox.de, 1 jsjfact.com, 1 jsjohnsononline.com, 1 @@ -77354,7 +76506,6 @@ kabide.net, 1 kabinett.cz, 1 kabir.cf, 1 kabir.tk, 1 -kabist.com, 1 kablo.tk, 1 kabluchek.tk, 1 kabluchok.tk, 1 @@ -77736,7 +76887,6 @@ kangaroojacks.co.uk, 1 kangaroos.org, 1 kangaroosgardencentre.ca, 1 kangavar.tk, 1 -kangbo.com, 1 kangdaniel.cn, 1 kangkai.me, 1 kangkang.net, 1 @@ -77797,7 +76947,6 @@ kaora.cz, 1 kaosintesta.tk, 1 kap-kirche.de, 1 kap.pe, 1 -kapaci.com, 1 kapageridis.com, 1 kapanlagi.gq, 1 kapelya.gq, 1 @@ -78632,6 +77781,7 @@ kenteipay.jp, 1 kenterlis.gr, 1 kentlove.com, 1 kento.nl, 1 +kentradioaeromodelers.com, 1 kentut.xyz, 1 kenvix.com, 0 kenwood-electronics.co.uk, 1 @@ -79337,7 +78487,6 @@ kingofthecastlecoventry.co.uk, 1 kingofthecastlesentertainments.co.uk, 1 kingofthecastlesouthwales.co.uk, 1 kingofthecastlesrhyl.co.uk, 1 -kingpay.com, 1 kingpincages.com, 1 kingsaft.net, 1 kingsblueblue.com, 0 @@ -79933,7 +79082,6 @@ kmpropertyfunds.com.au, 1 kmrgroup.com, 1 kmsk.tk, 1 kmsm.com.au, 1 -kmzs123.cn, 1 kn007.net, 1 kn40la.com, 1 kn4ivj.com, 1 @@ -80107,6 +79255,7 @@ kocovi.cz, 0 kod5.com, 1 kodak-ism.com, 1 kodama-dorayaki.co.jp, 1 +kodambroker.com, 1 kodar.tk, 1 kodden.com.br, 1 kode-it.de, 1 @@ -80716,7 +79865,6 @@ kraemerlaw.com, 1 krafciarka.pl, 1 kraft.blog, 1 kraft.im, 1 -kraft.lol, 1 kraftek.cf, 1 kraftfahrtversicherungen24.de, 1 kraftprefab.se, 1 @@ -80827,7 +79975,6 @@ kreideseetaucher.de, 1 kreidl.org, 0 kreidlernet.tk, 1 kreiglaw.com, 1 -kreisau.com, 1 krelln.net, 1 kremalicious.com, 1 kremer-sonnenschutzsysteme.de, 1 @@ -81027,6 +80174,7 @@ kryshodel.ml, 1 krystal-framework.ml, 1 krytykawszystkiego.com, 1 krytykawszystkiego.pl, 1 +kryx.de, 1 krzeslaonline.pl, 1 krzysiamrozinska.pl, 1 ks-19.com, 1 @@ -81223,7 +80371,6 @@ kuairead.com, 0 kuaishou.cf, 1 kuaitiyu.org, 1 kuaiyaojing.com, 1 -kuaiyun.com, 1 kualo.co.uk, 1 kualo.com, 1 kualo.in, 1 @@ -81258,7 +80405,6 @@ kubrick.tk, 1 kubritalk.com, 1 kubusadvocaten.nl, 1 kuchen-am-stiel.de, 1 -kuchniedm.pl, 1 kuchugury.ru, 1 kucnibudzet.com, 1 kucukayvaz.com, 0 @@ -81473,6 +80619,7 @@ kusasa.biz, 1 kuscheln.com, 1 kuschku.de, 1 kuscu.de, 1 +kushner-cpa.co.il, 1 kushwanthreddy.in, 1 kuslink.tk, 1 kusmuhendisi.com, 1 @@ -81796,7 +80943,6 @@ lablue.ch, 1 lablue.de, 1 labmakelaar.com, 1 labmakelaar.eu, 1 -labms.com.au, 1 labobooks.com, 1 labodeguitamigueltorres.cl, 1 labogue.info, 1 @@ -82143,9 +81289,7 @@ lakesaintlouismo.gov, 1 lakesherwoodelectric.com, 1 lakesherwoodelectrical.com, 1 lakesherwoodelectrician.com, 1 -lakesherwoodlighting.com, 1 lakeshiremo.gov, 1 -lakesideweb.design, 1 lakestreetministorage.com, 1 lakesviewrobina.com.au, 1 laketanglewoodtx.gov, 1 @@ -82335,8 +81479,8 @@ landoncreekapartments.com, 1 landonkhull.ddns.net, 1 landoverhillsmd.gov, 1 landroverexpo.com.au, 1 -landroveruganda.club, 1 landscape-photography.org, 1 +landscapelightingagourahills.com, 1 landscapelightingdosvientos.com, 1 landscapelightingmalibu.com, 1 landscapelightingpacificpalisades.com, 1 @@ -82512,7 +81656,6 @@ laprensadelasagradafamilia.org, 1 laprophan.com, 1 lapseofsanity.net, 1 lapshore.com, 1 -laptop-sewamurah.com, 1 laptopnaive.com, 1 laptopnewbie.eu.org, 1 laptoppowerjackinc.com, 1 @@ -82811,7 +81954,6 @@ laudon.nl, 1 laudwein.fr, 1 laufpix.de, 1 lauftreff-himmelgeist.de, 0 -laugarvatn.com, 1 laughinggrapepublishing.com, 1 laughingloon.com, 1 laughlinfss.com, 1 @@ -83259,7 +82401,6 @@ leadership-insight.nz, 1 leadgem.co.uk, 1 leadgenie.me, 1 leadinforce.com, 1 -leading.cn, 1 leadmusic.nl, 1 leadnxt.co.in, 1 leadnxt.com, 1 @@ -84013,7 +83154,6 @@ leper.ga, 1 lepetitkids.com.br, 1 lephilnet.tk, 1 lepidum.jp, 1 -leping.com, 1 lepka.tk, 1 lepkov.ru, 1 leplus.net, 1 @@ -84146,7 +83286,6 @@ lesycr.cz, 1 leszonderstress.nl, 1 letableaunoir.fr, 1 letaman.tk, 1 -letao18.com, 0 letchikleha.tk, 1 letdownloads.tk, 1 letec.be, 1 @@ -84376,6 +83515,7 @@ lezhang.top, 1 leziblog.cn, 1 leziblog.com, 1 lezzetyurdu.com.tr, 1 +lf-space.com, 1 lfashion.eu, 1 lfc.com.pl, 1 lfcnsv.de, 1 @@ -84475,7 +83615,6 @@ lianglongcredit.com, 1 liangxingai.com, 1 liangyichen.net, 1 lianhe.art, 1 -lianid.com, 1 lianka.eu, 1 lianka.pl, 1 lianka.uk, 1 @@ -84859,11 +83998,8 @@ lightinglakesherwood.com, 1 lightingmalibu.com, 1 lightingmoorpark.com, 1 lightingnewburypark.com, 1 -lightingoakpark.com, 1 lightingpacificpalisades.com, 1 -lightingsimivalley.com, 1 lightingthousandoaks.com, 1 -lightingwestlakevillage.com, 1 lightme.us, 1 lightmere.com, 1 lightning.com, 1 @@ -84988,7 +84124,7 @@ lillywhitehotelgroup.com.au, 1 lilola.de, 1 lilou-sportswear.com, 1 lilousportswear.com, 1 -lilpwny.com, 1 +lilpwny.com, 0 lilstarry.com, 1 liltv.media, 1 lily-bearing.com, 1 @@ -85055,7 +84191,6 @@ limousine.milano.it, 1 limousineservicezurich.com, 0 limouzines.cf, 1 limouzy-combi.com, 1 -limpiadordeporos.online, 1 limpid.nl, 1 limsia.co, 1 limsia.com, 1 @@ -85518,7 +84653,6 @@ lists.fedoraproject.org, 1 lists.mayfirst.org, 0 lists.stg.fedoraproject.org, 1 listsothebysrealtyhk.com, 1 -lit-verlag.de, 1 litarvan.com, 1 litcc.com, 1 litchfieldpark.gov, 1 @@ -85785,7 +84919,7 @@ liveutifree.com, 1 livevacancies.co.uk, 1 livewebtutor.com, 1 liveweddingartist.ca, 0 -liveweddingpainter.ca, 0 +liveweddingpainter.ca, 1 livewirecommunications.co.uk, 1 livezrejstejna.cz, 1 livfcshop.com, 1 @@ -85866,6 +85000,7 @@ lizzwood.com, 1 lizzymcc.com, 0 lizzysdoggrooming.com, 1 lizzythepooch.com, 1 +lj-creation.com, 1 ljason.cn, 1 ljc.ro, 1 ljekarne-plantak.hr, 1 @@ -86270,7 +85405,7 @@ loginwithmc.com, 1 logipdv.pt, 1 logismarket.com, 1 logismn.gov, 1 -logisparte.com, 1 +logisparte.com, 0 logistikaseminar.ee, 1 logitel.de, 1 logitheque.tk, 1 @@ -87009,6 +86144,7 @@ lovessentials.com, 1 lovetablecloths.co.uk, 1 lovetarot.jp, 1 lovethatmakeup.tk, 1 +lovetheprint.co.za, 1 lovetime.co.il, 1 lovetowork.tk, 1 loveuno.com, 1 @@ -87181,7 +86317,6 @@ lubar.me, 1 lubosabo.tk, 1 lubot.net, 1 lubotodorov.com, 1 -lubrind.com, 1 luc-nutrition.tk, 1 luc-oberson.ch, 0 luc.li, 1 @@ -87319,6 +86454,7 @@ ludum-polus.xyz, 1 ludum.pl, 1 ludunwayoo.com, 1 ludwig.im, 1 +ludwiggrill.de, 1 ludwigjohnson.se, 1 ludwigpro.net, 1 ludwigsburger-brauhaus.de, 1 @@ -87571,7 +86707,6 @@ lupocattivoblog.com, 1 luppa.loan, 1 lupriflex.com, 1 luqsus.pl, 1 -luripump.se, 1 lurishop.com.br, 1 lurkmirror.ml, 1 lushclub.tk, 1 @@ -87796,7 +86931,6 @@ lyontwp-higginsmi.gov, 1 lyradhealth.com, 0 lyrae.de, 1 lyrateatro.it, 1 -lyrenhex.com, 1 lyrex.net, 1 lyric.co.uk, 1 lyrica.systems, 1 @@ -87899,7 +87033,6 @@ m3rck.ch, 1 m42-gmbh.de, 1 m426.ch, 1 m4all.gr, 1 -m4arkitekter.dk, 1 m4g.ru, 1 m4rcus.de, 1 m5197.co, 1 @@ -88491,7 +87624,6 @@ mahgu.com, 1 mahi.be, 1 mahieu-wonen.nl, 1 mahindrahomefinance.com, 1 -mahirakyildiz.com, 1 mahjong-navi.com, 1 mahjong.org, 1 mahjonggames.tk, 1 @@ -88969,7 +88101,6 @@ mame.cl, 1 mamiechacha.com, 1 mamijaclean.tk, 1 mamilitante.fr, 1 -mamilove.com, 1 maminky.com, 1 mamlaka.ml, 1 mamlaka.tk, 1 @@ -88980,7 +88111,6 @@ mammals.net, 1 mammooc.org, 1 mammothlakesmls.net, 1 mammothpublishing.org, 1 -mamochka.org.ua, 0 mamodsteam.tk, 1 mamohe.de, 1 mamoni.co, 1 @@ -89145,7 +88275,6 @@ manicuradegel.es, 1 manif-est.info, 1 manikinuk.tk, 1 manilacrawl.com, 1 -maninternational.pro, 1 maniorpedi.com, 1 maniosglass.gr, 1 manipil.ch, 0 @@ -89170,6 +88299,7 @@ manitoulinlogistics.ca, 1 manitoulinlogistics.com, 1 manitoulintransport.ca, 1 manitoulintransport.co, 1 +manitoulintransport.com, 1 manitoulintransport.info, 1 manitoulintransport.net, 1 manitoulinusedequipment.ca, 1 @@ -89451,7 +88581,6 @@ marchoffrichter.de, 1 marchouben.nl, 1 marchqualitymeats.com, 1 marchukov.com, 1 -marcianoandtopazio.com, 1 marcillacetfils.fr, 1 marclange.net, 1 marco-burmeister.de, 1 @@ -89755,6 +88884,7 @@ markido.com, 1 markisa.ninja, 1 markitanova-anna.tk, 1 markitee.com, 0 +markitplace.co, 1 markitzeroday.com, 1 markjansen.tk, 1 markkirkforillinois.com, 1 @@ -90745,6 +89875,7 @@ maximoguk.com, 1 maximosilupu.tk, 1 maximovie.eu, 1 maxims-travel.com, 1 +maximschinese.com.hk, 1 maximumcontrol.nl, 1 maximumphysiotherapy.com, 1 maximusconstrutora.com.br, 1 @@ -91222,7 +90353,6 @@ mebelizori.com, 1 mebelnik.pro, 1 mebeloffice.com.ua, 1 mebelok.com, 1 -mebelradom.com, 1 mebelshik.tk, 1 mebeltorg.com, 1 mebinrobin.com, 1 @@ -91302,7 +90432,6 @@ mec0511.com, 1 mec0512.com, 1 mec0513.com, 1 mec0514.com, 1 -mec0515.com, 1 mec0516.com, 1 mec0517.com, 1 mec0518.com, 1 @@ -91320,7 +90449,6 @@ mec0539.com, 1 mec0550.com, 1 mec0551.com, 1 mec0552.com, 1 -mec0553.com, 1 mec0554.com, 1 mec0555.com, 1 mec0556.com, 1 @@ -91361,13 +90489,11 @@ mec0692.com, 1 mec0701.com, 1 mec0710.com, 1 mec0711.com, 1 -mec0712.com, 1 mec0713.com, 1 mec0715.com, 1 mec0716.com, 1 mec0717.com, 1 mec0718.com, 1 -mec0719.com, 1 mec0722.com, 1 mec0724.com, 1 mec0728.com, 1 @@ -91378,7 +90504,6 @@ mec0734.com, 1 mec0735.com, 1 mec0736.com, 1 mec0737.com, 1 -mec0738.com, 1 mec0739.com, 1 mec0743.com, 1 mec0744.com, 1 @@ -91393,10 +90518,7 @@ mec0757.com, 1 mec0758.com, 1 mec0759.com, 1 mec0760.com, 1 -mec0762.com, 1 mec0763.com, 1 -mec0765.com, 1 -mec0766.com, 1 mec0768.com, 1 mec0769.com, 1 mec0772.com, 1 @@ -91404,11 +90526,9 @@ mec0773.com, 1 mec0774.com, 1 mec0775.com, 1 mec0776.com, 1 -mec0777.com, 1 mec0778.com, 1 mec0779.com, 1 mec0790.com, 1 -mec0791.com, 1 mec0792.com, 1 mec0793.com, 1 mec0794.com, 1 @@ -91419,7 +90539,6 @@ mec0798.com, 1 mec0799.com, 1 mec0810.com, 1 mec0811.com, 1 -mec0812.com, 1 mec0813.com, 1 mec0814.com, 1 mec0816.com, 1 @@ -91445,7 +90564,6 @@ mec0854.com, 1 mec0855.com, 1 mec0856.com, 1 mec0857.com, 1 -mec0858.com, 1 mec0859.com, 1 mec0870.com, 1 mec0871.com, 1 @@ -91480,7 +90598,6 @@ mec0935.com, 1 mec0936.com, 1 mec0937.com, 1 mec0938.com, 1 -mec0941.com, 1 mec0951.com, 1 mec0953.com, 1 mec0954.com, 1 @@ -91488,10 +90605,8 @@ mec0971.com, 1 mec0972.com, 1 mec0973.com, 1 mec0974.com, 1 -mec0975.com, 1 mec0976.com, 1 mec0977.com, 1 -mec111.net, 1 mec539.com, 1 mec555.net, 1 mec760.com, 1 @@ -91500,7 +90615,6 @@ mec888.net, 1 mecalux.com, 1 mecalux.es, 1 mecanicoautomotriz.org, 0 -mecanique-casa.com, 1 mecari.tk, 1 meccanico.milano.it, 1 meccano.srl, 1 @@ -91865,7 +90979,6 @@ meetjeslandsetriathlon.tk, 1 meetmaps.com, 1 meetmarlo.com, 1 meetmibaby.co.uk, 1 -meetmonarch.com, 1 meetmygoods.com, 1 meetmyown.ga, 1 meetmyown.tk, 1 @@ -91947,6 +91060,7 @@ megaron.at, 1 megasesso.com, 1 megashine.com, 1 megasitesoficial.tk, 1 +megasslstore.com, 1 megasunsunglasses.bg, 1 megateam.tk, 1 megatom.net.br, 1 @@ -92337,7 +91451,7 @@ mensch-peter.me, 1 menschocolat.jp, 1 mensconvoy.tk, 1 menselijkembryo.tk, 1 -menshaircuts.com, 0 +menshaircuts.com, 1 menshealthcollective.au, 1 menspeak.ga, 1 menswear.tk, 1 @@ -93639,7 +92753,6 @@ milanmi.gov, 1 milano-web.it, 1 milano.law, 1 milanoclownfestival.tk, 1 -milanodigitalweek.com, 1 milanotoday.it, 1 milanovwoodart.com, 1 milanow67.ml, 1 @@ -93729,6 +92842,7 @@ millcreekut.gov, 1 millcreekwa.gov, 1 millefleurs.eu, 1 millenari.com, 1 +millenn.photos, 1 millennialbella.net, 1 millennium-thisiswhoweare.net, 1 millenniumfalcon.org, 1 @@ -93874,7 +92988,6 @@ mindfactory.de, 1 mindflowmarketing.com, 0 mindfulnessjourney.ca, 1 mindfulslumber.com, 1 -mindhand.com, 1 mindjee.tk, 1 mindleaking.org, 1 mindmax.fi, 1 @@ -94528,6 +93641,7 @@ miyamane-room.com, 1 miyanaga.tech, 1 miyasyou.com, 1 miyatakaikei.com, 1 +miyavru.com, 1 miyazakian.com, 1 miyohiro.net, 1 miyoshi-kikaku.co.jp, 1 @@ -94619,7 +93733,6 @@ mkjoyeria.cl, 0 mkk.de, 1 mkkcrafts.com, 1 mkkkrc.ru, 1 -mkl.cn, 1 mklenterprises.com, 0 mklenterprisesacademy.com, 1 mklenterprisescoaching.com, 1 @@ -94953,7 +94066,6 @@ mobobe.com, 1 mobolight.ml, 1 mobot.sg, 1 mobox.health, 1 -mobshop.hu, 1 mobsitin.tk, 1 mobtop.ga, 1 mobtop.ml, 1 @@ -95200,7 +94312,6 @@ moipourtoit.org, 0 moirre.com, 1 moisesbarrio.es, 1 moisesbarrio.me, 1 -moitruongcrsvina.com, 1 mojaapteka.pl, 1 mojaczarnastrona.pl, 1 mojadm.sk, 1 @@ -95736,7 +94847,6 @@ moorheadmn.gov, 1 moorhen.com, 1 moormiles.com, 1 moorparkelectrical.com, 1 -moorparkelectrician.com, 1 moorparkexteriorlighting.com, 1 moorparklighting.com, 1 moorstay.com, 1 @@ -96850,7 +95960,6 @@ mukli.hu, 1 muku-flooring.com, 1 mukwa.gov, 1 mula.tk, 1 -mulaisehat.com, 1 mulberryar.gov, 1 mulberryfirear.gov, 1 mulberrypolicear.gov, 1 @@ -96902,7 +96011,7 @@ multimedia.or.jp, 1 multimediaworld.tk, 1 multimediosmonti.com, 1 multipassword.com, 1 -multipleapi.de, 1 +multipleapi.de, 0 multiplex-rc.de, 1 multiplex.tk, 1 multiplexcy.com, 1 @@ -97218,7 +96327,6 @@ musterionsec.com, 1 mustertexte-musterbewerbung.de, 1 mustexist.tk, 1 musthave.tk, 1 -musthavesforreal.com, 1 musthinsider.com, 1 mustika.cf, 1 mustketing.com, 1 @@ -97453,7 +96561,6 @@ myafweb.com, 1 myaggic.com, 1 myairware.com, 1 myakkatactical.com, 1 -myalliance.church, 1 myalliancechurch.com, 1 myalpine.shop, 1 myalsadd.tk, 1 @@ -97496,7 +96603,6 @@ mybestbooks.gq, 1 mybestteam.tk, 1 mybicc.org, 1 mybieo.com, 1 -mybillie.com, 1 mybirds.tk, 1 mybisnis.tk, 1 mybizzmail.com, 1 @@ -97556,7 +96662,6 @@ mycircleworks.com, 1 myclang.com, 1 myclasscam.com, 1 myclgnotes.com, 1 -myclimate.com, 1 myclinicalstudybuddy.com, 1 myclon.tk, 1 mycloud-system.com, 1 @@ -98320,7 +97425,6 @@ mywestondental.com, 1 mywifiext.net, 1 mywihomes.com, 1 mywikis.net, 1 -mywindscreen.my, 1 mywish.co.il, 1 mywonderland.co.nz, 1 myworkboard.com, 1 @@ -98549,7 +97653,6 @@ nahfe.xyz, 1 nahman.tk, 1 nahouw.net, 1 nahrag.tk, 1 -nahrung.de, 1 nahs-classof1972.com, 1 nahtanoj.tk, 1 nahttps.tk, 1 @@ -99097,7 +98200,6 @@ natura-sense.com, 1 natura2000.tk, 1 naturabis.com.mx, 1 naturabuy.fr, 1 -natural.cn, 1 naturalbadbreathcures.com, 1 naturalbladdercontrol.tk, 1 naturalcosmetics.cf, 1 @@ -99192,7 +98294,6 @@ naviaddress.io, 1 navidarian.tk, 1 navienna.com, 1 navient.com, 1 -navigation.cn, 1 navigatorgpo.com, 1 navigo-inc.com, 1 navigo.cc, 1 @@ -99207,7 +98308,6 @@ navlnachekg.cz, 1 navnet.ml, 1 navoiyrapmafia.tk, 1 navoto.com, 1 -navstevnik.sk, 1 navycs.com, 1 navyfederal.org, 1 nawaf-blog.com, 1 @@ -99357,7 +98457,6 @@ nchrd.org, 1 nci.com.es, 1 nci.systems, 1 ncic.gg, 1 -ncig.com.au, 1 ncionline.co.uk, 1 ncjdigital.com, 1 ncjrs.gov, 1 @@ -99472,7 +98571,6 @@ neb.li, 1 neba.io, 1 nebebra.stream, 1 nebelhauch.de, 1 -nebenan.de, 1 nebenbeiblog.ch, 1 nebix.tk, 1 nebohost.tk, 1 @@ -99590,7 +98688,6 @@ neighbor.co.il, 1 neighborhood-threat.tk, 1 neighborshop.de, 1 neighborsunitedwilmington.org, 1 -neighbour.cn, 1 neil-barrett.com, 1 neil-barrett.uk, 1 neila.tk, 1 @@ -99684,7 +98781,6 @@ nemesis-goose.org, 1 nemesisenterprises.de, 1 nemesiz.tk, 1 nemez.net, 1 -nemiroth.net, 1 nemirow.tk, 1 nemkoff.tk, 1 nemnodes.org, 1 @@ -99872,7 +98968,6 @@ neroninvestment.org, 1 neropiceno.tk, 1 nerot.eu, 1 neroteknik.com.tr, 1 -nerotv.live, 1 nerpa-club.ru, 1 nerss.ca, 1 nertus.ua, 1 @@ -100258,7 +99353,6 @@ nev.si, 1 neva-star.ml, 1 neva.li, 1 nevadacountyca.gov, 1 -nevadafiber.com, 1 nevadafiber.net, 1 nevam.cf, 1 neve.in.ua, 1 @@ -100349,8 +99443,6 @@ newbss.co.uk, 1 newbuilding.tk, 1 newburybouncycastles.co.uk, 1 newburyparkelectric.com, 1 -newburyparkelectrical.com, 1 -newburyparkelectrician.com, 1 newburyportma.gov, 1 newcab.de, 0 newcapitaldev.com, 1 @@ -101432,6 +100524,7 @@ nitrix.me, 1 nitro.az, 1 nitrocloud.ddns.net, 1 nitrohorse.com, 0 +nitrokey.com, 1 nitromaster.tk, 1 nitromtb.org, 1 nitropanel.com, 0 @@ -101818,7 +100911,7 @@ nomaster.cc, 1 nomee6.xyz, 1 nomerel.com, 1 nomerodekors-esport.no, 1 -nomerodekors.no, 0 +nomerodekors.no, 1 nomesbiblicos.com, 1 nomial.co.uk, 1 nomifensine.com, 1 @@ -103725,7 +102818,6 @@ oglen.ca, 1 oglesbyil.gov, 1 oglix.com.br, 1 ogmworld.tk, 1 -ognedoor.ru, 0 ognemet.net, 1 ognyan.tk, 1 ogo-knigi.ml, 1 @@ -103855,6 +102947,7 @@ okburrito.com, 1 okcasino.ga, 1 okchousebuyer.com, 1 okeechobeecountyfl.gov, 1 +okeeferanch.ca, 0 okeepixels.ru, 1 okelections.gov, 1 okemahok.gov, 1 @@ -104088,7 +103181,7 @@ oliverlanguages.com, 1 olivernaraki.com, 1 oliverniebuhr.de, 1 oliverspringer.eu, 1 -oliverswindles.com, 1 +oliverswindles.com, 0 oliverwenz.de, 1 olives.my, 1 olivetbgc.org, 1 @@ -104226,7 +103319,7 @@ omertabeyond.com, 1 omertabeyond.net, 1 omestudios.tk, 1 ometepeislandinfo.com, 1 -omexcables.com, 1 +omexcables.com, 0 omf.link, 1 omfacialsurgery.com, 1 omfmf.tk, 1 @@ -104775,7 +103868,7 @@ onpointplugins.com, 1 onpopup.ga, 1 onporn.fun, 1 onrampwallet.com, 1 -onrealt.ru, 1 +onrealt.ru, 0 onrise.software, 1 onrr.gov, 1 onsemediagroup.ml, 1 @@ -104855,7 +103948,7 @@ oogami.name, 1 oogartsennet.nl, 1 oogent.be, 1 ooharttemplates.com, 1 -ooii.net, 1 +ooii.net, 0 oomepu.com, 1 oomnitza.com, 1 oomph-delikatessen.tk, 1 @@ -104935,7 +104028,6 @@ open.ru, 1 openacte.ch, 0 openaedmap.org, 1 openagenda.com, 1 -openai.com, 0 openai.community, 1 openai.sb, 0 openalt.org, 1 @@ -105074,7 +104166,6 @@ openwaveguide.de, 1 openwebstandard.org, 1 openwifi.gr, 1 openwrt-dist.tk, 1 -openxcom.org, 1 openyoga.nl, 1 opera.im, 1 operacdn.com, 1 @@ -105382,7 +104473,6 @@ orchidinsurance.com, 1 orchidlive.com, 1 orchidplantscare.com, 1 orchids.ua, 1 -orchidsforum.com, 1 orcomsilver.tk, 1 orcsnet.com, 1 ord-airportparking.com, 1 @@ -105565,7 +104655,6 @@ orleansiowa.gov, 1 orleika.io, 1 orleika.ml, 1 ormanetrading.com, 1 -ormuratore.com, 1 ornc.org, 1 ornikar.com, 1 ornithopter.tk, 1 @@ -105764,6 +104853,7 @@ osservatorionessuno.org, 1 ossigeno.tk, 1 ossipee-nh.gov, 1 ossrox.org, 1 +osssr.com, 1 osszekotatermeszettel.hu, 1 ostalb.social, 1 ostan-collections.net, 1 @@ -105985,7 +105075,7 @@ ourwits.com, 1 ourworldindata.org, 0 ourworldspeaks.com, 1 oust.ch, 0 -oustaou-connect.com, 1 +oustaou-connect.com, 0 out-of-england.cf, 1 out-of-england.ga, 1 out-of-england.gq, 1 @@ -106004,9 +105094,7 @@ outdoorgearlab.com, 1 outdoorimagingportal.com, 1 outdoorlearningmap.com, 1 outdoorlightingcalabasas.com, 1 -outdoorlightinghiddenhills.com, 1 outdoorlightingmalibu.com, 1 -outdoorlightingwestlakevillage.com, 1 outdoormanufaktur.com, 1 outdoorphoto.co.za, 1 outdoorsytravel.com, 1 @@ -106206,7 +105294,6 @@ ownersre.com, 1 ownhosting.cloud, 1 ownhosting.de, 1 owningless.fr, 1 -ownparking.com, 1 ownsport.fr, 1 owntips.ml, 1 owntournament.org, 1 @@ -108009,7 +107096,6 @@ payboy.click, 1 payboy.rocks, 1 paybro.eu, 1 paycardtech.com, 1 -paycentre.com, 1 paycore.com, 1 paycore.io, 1 paydepot.com, 1 @@ -108350,7 +107436,6 @@ pebkac.gr, 0 peblet.be, 1 pebook.tk, 1 pec-email.com, 1 -pec.net, 1 pecadis.de, 1 pecan.ai, 1 pecetowicz.pl, 1 @@ -109210,6 +108295,7 @@ petschnighof.at, 1 petsdeners.ga, 1 petsdenest.ga, 1 petsidi.com, 1 +petsmundoanimal.com, 1 petsnapshot.ga, 1 petsnews.ga, 1 petsnvets.org, 1 @@ -109850,13 +108936,11 @@ piccolopark.co.nz, 1 piccolotrasloco.it, 1 picdefacer.com, 1 pichainlabs.com, 0 +pichau.com.br, 1 pichlerei.at, 1 -pick.aw, 1 pick150.hu, 1 picka.gift, 1 pickastock.info, 1 -pickaw.click, 1 -pickaw.link, 1 pickawaycountyohio.gov, 1 picked.cf, 1 pickelhaubes.com, 1 @@ -109958,11 +109042,11 @@ pierreborgmann.de, 1 pierrejeansuau.fr, 1 pierreloizeau.com, 1 pierreterrien.fr, 1 -pierrevieville.fr, 1 pierreyvesdick.fr, 1 piersmana.com, 1 pierson.tk, 1 pierstone.com, 1 +piesel-piepser.de, 1 pietbrakman.tk, 1 pietcees.nl, 1 pietechsf.com, 0 @@ -110126,7 +109210,6 @@ pinesol.com, 1 pinetreeadvisors.us, 1 pinflux2.com, 1 ping-books.cf, 1 -pingce.com, 1 pingnp.me, 0 pingodoce.pt, 1 pingpongparkinson.at, 1 @@ -110279,7 +109362,6 @@ piranjasoul.de, 1 pirapiserver.ddns.net, 1 pirate-proxy.africa, 1 pirate-proxy.casa, 1 -pirate-proxy.click, 1 pirate-proxy.date, 1 pirate-proxy.onl, 1 pirate-proxy.top, 1 @@ -110841,7 +109923,6 @@ playinfinityvr.com, 1 playit.rs, 1 playkids.com, 1 playlistresearch.com, 1 -playmat.com, 1 playmei.com, 0 playnow.com, 1 playnuganug.com, 1 @@ -111131,7 +110212,6 @@ pn.id.lv, 1 pnakosoft.com, 1 pnakosoft.com.au, 1 pnbholdings.com, 1 -pnbindia.in, 1 pncfx.com, 1 pneu01.fr, 1 pneu74.fr, 1 @@ -111330,7 +110410,6 @@ podologie-diever.nl, 1 podologie-tangstedt.de, 1 podologyclinic.gr, 1 podolskaya.tk, 1 -podoscop.org, 1 podparkers.ga, 1 podparkest.ga, 1 podprotectionest.ga, 1 @@ -111708,7 +110787,6 @@ ponga.se, 1 pongplace.com, 1 ponio.org, 1 ponio.xyz, 1 -ponnau.com, 1 ponpokorin.tk, 1 ponpon.tk, 1 ponsoftware.net, 1 @@ -111773,7 +110851,6 @@ popdog.click, 1 popecountyar.gov, 1 popecountymn.gov, 1 popeducation.ga, 1 -popeye.com, 1 popfitclothing.com, 1 popflow.cf, 1 popflow.gq, 1 @@ -112277,7 +111354,6 @@ power-coonies.de, 1 power-flowengineer.com, 1 power-magnetic.ml, 1 power-of-interest.com, 1 -power-plugins.com, 1 power-recovery.com, 1 power-tools24.com, 1 power100.co.uk, 1 @@ -112562,6 +111638,7 @@ pravoslavie.tk, 1 pravoslavnayarus.tk, 1 pravosudie.tk, 1 prawer.com, 1 +prawicadlawolsztyna.pl, 1 prawnikdlaanglii.co.uk, 1 praxino.de, 0 praxis-dingeldey.de, 1 @@ -112688,6 +111765,7 @@ prematureacceleration.club, 1 premazon.com, 1 preme.name, 1 premiachef.com, 1 +premier-dream.co, 1 premier-pallets.com, 1 premier-podiatry.com, 1 premieraviation.com, 1 @@ -112987,7 +112065,6 @@ primary.health, 1 primarycareconnect.com.au, 1 primarydomain.us, 1 primarypetvet.com, 1 -primarysector.space, 1 primasmartwatches.de, 1 primates.com, 1 primaudialrecords.com, 1 @@ -113142,6 +112219,7 @@ prismomarketing.com, 1 prismosystems.com, 1 prisonerresource.com, 1 pristinegrace.org, 1 +pristinepotty.com, 1 prisync.com, 1 pritchi.tk, 1 pritti-wummen.de, 1 @@ -113918,7 +112996,6 @@ protectasecurity.pe, 1 protected-forms.com, 1 protectedreport.com, 1 protectem.de, 1 -protecti.com, 1 protection-plexi.com, 1 protection-plexi.fr, 1 protection.ga, 1 @@ -114032,7 +113109,6 @@ proximityradio.fr, 1 proximo.tk, 1 proxirealtime.com, 1 proxmox-airsonic.tk, 1 -proxy-bay.click, 1 proxy-bay.onl, 1 proxybay.ink, 1 proxybay.red, 1 @@ -114449,7 +113525,6 @@ publis.me, 1 publish.ga, 1 publishedpaper.ga, 1 publisherservices.co, 1 -publishmystory.co, 1 publishpressnews.tk, 1 publivate.ca, 1 publiweb.tk, 1 @@ -115068,7 +114143,6 @@ qingniantuzhai.com, 1 qingpat.com, 0 qingpei.me, 1 qingran.net, 1 -qingyule.com, 1 qinlili.bid, 1 qionouu.cn, 1 qiqitv.info, 1 @@ -115141,7 +114215,6 @@ qosim.ga, 1 qosqo.tk, 1 qotw.net, 1 qoyyim.com, 1 -qp666d.com, 1 qpai.net, 1 qparents.qld.edu.au, 1 qpaypro.com, 1 @@ -115305,6 +114378,7 @@ quanti.au, 1 quanticlab.com, 1 quantifiedcommerce.com, 1 quantikstudio.tk, 1 +quantiphi.com, 0 quantiply.tech, 1 quantolytic.de, 1 quantomaisconsorcios.com.br, 1 @@ -115614,7 +114688,6 @@ qul.link, 1 qulix.by, 1 qulix.ch, 1 qulixqa.com, 0 -qumin.com, 1 qumirezi.tk, 1 qunzi.la, 1 quocdesign.ch, 0 @@ -117344,7 +116417,6 @@ recraftventures.com, 1 recreatiewoningverzekeringen.nl, 1 recreation.gov, 1 recroommasters.com, 1 -recruit.net, 1 recruitcrm.io, 0 recruiterbox.com, 1 recruiting.ai, 1 @@ -117461,7 +116533,6 @@ redfox-media.com, 1 redfox-media.eu, 1 redfox-media.net, 1 redfox-media.org, 1 -redfoxlotto.com, 1 redfoxmarketiing.com, 1 redfoxwebdesign.com.au, 1 redgatesoftware.co.uk, 1 @@ -118320,7 +117391,6 @@ renvillecountymn.gov, 1 renvisegrad.hu, 1 renwerks.com, 1 renxinge.cn, 0 -renyiyou.com, 1 renyu.ai, 0 reo.gov, 0 reoccupyportugal.com, 1 @@ -118504,7 +117574,7 @@ resinflooringcompany.com, 1 resinheaven.com.au, 1 resisfestival.com, 1 resist.bot, 1 -resistancebooks.com, 0 +resistancebooks.com, 1 resistav.com, 1 resivibe.com, 1 resize2fs.de, 0 @@ -119043,9 +118113,9 @@ rib-ims.com, 1 rib-leipzig.com, 1 riba-lov.ga, 1 ribafs.tk, 1 +ribapo.com, 1 ribar.com, 1 ribblu.com, 1 -ribccs.com, 1 ribdigital.com, 0 ribella.net, 1 ribit4u.co.il, 1 @@ -119116,7 +118186,6 @@ richieheijmans.network, 1 richieheijmans.nl, 0 richieheijmans.one, 1 richiesroom.com, 1 -richini.com, 1 richlandcenterwi.gov, 1 richlandcountyoh.gov, 1 richlandcountywi.gov, 1 @@ -119288,7 +118357,7 @@ rinabhabra.com, 1 rinaent.com, 1 rincat.ch, 1 rincon-nsn.gov, 1 -rinconanimalista.com, 1 +rinconanimalista.com, 0 rincondenoticas.com, 1 rinconga.gov, 1 rinconplacas.com, 1 @@ -119820,7 +118889,6 @@ rock4life.be, 1 rocka.me, 1 rockabilly-sinners.tk, 1 rockadocious.com, 1 -rockagogo.com, 1 rockandroll.tk, 1 rockats.org, 1 rockbandparty.com, 1 @@ -120860,7 +119928,6 @@ ru-sale.tk, 1 ru-sprachstudio.ch, 1 ru.search.yahoo.com, 0 ru251.tk, 1 -rua.ink, 0 ruageek.com, 1 ruanbiao.com, 1 ruangangkasa.com, 0 @@ -121491,7 +120558,6 @@ s3w.es, 1 s3waas.gov.in, 1 s402.de, 1 s404.de, 1 -s44.eu, 1 s4c.cymru, 0 s4db.net, 1 s4hosting.in, 1 @@ -122128,6 +121194,7 @@ salon-legato.com, 1 salon-minipli.de, 1 salon-svadbi.tk, 1 salon-yuan.jp, 0 +salon.io, 0 salon1.ee, 1 salonasymetria.com, 1 salonboothuren.amsterdam, 1 @@ -122238,6 +121305,7 @@ samclarke.com, 1 samclarke.uk, 1 samcollin.be, 1 samdev.io, 1 +same.lol, 1 samedamci.com, 1 sameday-towing.com, 1 samedis.care, 1 @@ -122390,6 +121458,7 @@ sanbornteam.com, 1 sanbs.org.za, 1 sancaktepehaber.tk, 1 sancarlosparkcasa.com, 1 +sanche.org, 1 sanchez.adv.br, 0 sancpa.ca, 1 sancraft.de, 1 @@ -122657,7 +121726,6 @@ sapien-ci.com, 1 sapien.com, 1 sapience.com, 1 sapienml.com, 1 -sapiensecure.io, 0 sapienz.tk, 1 sapienza-eclipse.com, 1 sapienzaconsulting.com, 1 @@ -123670,7 +122738,6 @@ scnow.com, 1 scoaladewebsiteuri.ro, 1 scoebg.org, 1 scoffable.com, 1 -scola.id, 1 scolacdn.com, 1 scom.org.uk, 1 scommessalegale.com, 1 @@ -124145,7 +123212,6 @@ sec30.com, 1 sec3ure.co.uk, 1 sec530.com, 1 secadoresdepelo.tk, 1 -secapp.fi, 1 secard.cc, 1 secard.me, 1 secard.xyz, 1 @@ -124705,7 +123771,6 @@ semver.ca, 1 semyonov.su, 1 semyonov.us, 1 senacor.com, 1 -senamexico.com, 1 senaofertaeducativa.co, 1 senaofertaeducativa.com, 1 senarea.nl, 1 @@ -125351,7 +124416,6 @@ seuntaylor.co, 1 seutens.be, 1 seutens.eu, 1 sevastopol.tk, 1 -sevathian.com, 1 seven-seas.ml, 1 sevenartzpublicidad.com, 1 sevendevilsnc.gov, 1 @@ -125377,7 +124441,6 @@ sevillalinces.tk, 1 sevillanazarena.tk, 1 sevinci.ch, 1 sevitahealth.com, 1 -sevocomm.com, 1 sevsey.ru, 1 sewa.nu, 1 sewalaptopm2i.com, 1 @@ -125407,7 +124470,6 @@ sexgamesclub.com, 1 sexgarage.de, 1 sexgirlfriend.com, 1 sexgood.com.ua, 1 -sexhab.guru, 1 sexin.nl, 1 sexminister.tk, 1 sexmobil.de, 1 @@ -125674,7 +124736,6 @@ shakan.ch, 0 shakardara.com, 1 shakebeforeuse.tk, 1 shaken-kyoto.jp, 1 -shakepay.com, 1 shakerheightsoh.gov, 1 shakerventures.com, 1 shakerwebdesign.net, 1 @@ -125722,6 +124783,7 @@ shanikofireor.gov, 1 shanju.tk, 1 shankangke.com, 1 shanli.tk, 1 +shanprop.co.za, 1 shansen-online.de, 1 shansing.cn, 1 shansing.com, 1 @@ -125973,7 +125035,6 @@ shenghuang.tk, 1 shengrenyu.com, 1 shengyipin.com.my, 1 shenmiya.com, 1 -shenshi.com, 1 shentengtu.idv.tw, 1 sheo-tech.fr, 1 shepherdsfriendly.co.uk, 1 @@ -126988,7 +126049,6 @@ sikecikcomel.com, 1 sikevux.se, 1 sikkasoft.com, 1 sikkerwindows.dk, 1 -sikkim.gov.in, 1 sikkind.com, 0 siku-shop.ch, 1 siku.pro, 1 @@ -127645,7 +126705,6 @@ sisseastumine.ee, 1 sissyroulette.com, 1 sisteltestserver.com, 1 sistem-maklumat.com, 1 -sistem-maklumat.com.my, 1 sistema-trenirovok.ml, 1 sistema20k.tk, 1 sistemair.be, 1 @@ -127780,7 +126839,6 @@ sixtiesgroovemachine.com, 1 sixtiesgroovemachine.nl, 1 sixyy.com, 1 siyako.com, 1 -siyuan.com, 1 sizeofvoid.org, 1 sizeunknown.com, 1 sizeunknown.net, 1 @@ -128324,7 +127382,6 @@ sld08.com, 1 sldev.ovh, 1 sldlcdn.com, 1 sldonline.org, 1 -sledgehammerti.me, 1 sledgeroofing.com, 1 sledwyoming.com, 1 sleekfellow.com, 1 @@ -128672,6 +127729,7 @@ smartlogstock.com, 0 smartlogtower.com, 1 smartlooks.es, 1 smartmachine.com, 1 +smartmail.io, 1 smartmail24.de, 1 smartme.pl, 1 smartmeal.ru, 1 @@ -128737,7 +127795,7 @@ smash-gg.club, 1 smashbros-chile.tk, 1 smashbylaney.com, 1 smashcooper.tk, 1 -smashingconf.com, 1 +smashingconf.com, 0 smashingmagazine.com, 1 smashnl.tk, 1 smashno.ru, 1 @@ -129230,7 +128288,7 @@ socialhams.net, 1 socialhax.com, 1 socialhp.com, 1 socialism.tk, 1 -socialist-alliance.org, 0 +socialist-alliance.org, 1 socialistregister.com, 1 socialistyouth.tk, 1 sociality.io, 1 @@ -129692,6 +128750,7 @@ somedial.ch, 1 somedomain.tk, 1 somehsara.tk, 1 someog.com, 0 +somerm.com, 1 somerprints.co.uk, 1 somersbypark.com, 1 somersetcountynj.gov, 1 @@ -130285,7 +129344,6 @@ sp-consulting.ch, 1 sp-dh.com, 1 sp-gg.com, 1 sp-magic.de, 1 -sp-moebel.net, 1 sp-pn.com, 1 sp-sites.com.au, 1 sp.rw, 1 @@ -130714,6 +129772,7 @@ spillhost.no, 1 spillhosting.no, 1 spillmaker.no, 0 spilnu.dk, 1 +spiludennemid.com, 1 spin.city, 1 spinal.ga, 1 spinbetter.com, 1 @@ -130755,7 +129814,6 @@ spiritual.codes, 0 spiritualites.ch, 0 spiritualityrise.com, 1 spiritualpsychologyofacting.com, 1 -spiritualvybz.com, 1 spiritworld.ml, 1 spiro.se, 1 spiski-domenov.tk, 1 @@ -131784,7 +130842,6 @@ startbiz.biz.id, 1 startbiz.co.id, 1 startbiz.my.id, 1 startbiz.web.id, 1 -startengine.com, 1 starter.social, 1 startersiteweb.com, 1 startgeophysical.ga, 1 @@ -132117,6 +131174,7 @@ steinibox.de, 1 steinmassl.org, 1 steinmetz.cloud, 1 stekelenburg.me, 1 +steklein.de, 1 steleentechnischevraag.com, 1 steleentechnischevraag.eu, 1 steleentechnischevraag.nl, 1 @@ -132419,6 +131477,7 @@ stileapp.com, 1 stilecop.com, 1 stilettobg.com, 1 stilfoto.net, 1 +stilingavonia.lt, 1 stilldrunkfromyesterday.com, 1 stille-post.eu, 1 stillnessmovement.com, 1 @@ -133051,6 +132110,7 @@ strikeone.io, 1 strikeout.ga, 1 strikers.cf, 1 strikers.futbol, 1 +strikevectorex.com, 1 strikezonesalessystems.com, 1 strings.cf, 1 stripe.com, 1 @@ -133346,7 +132406,7 @@ stunningautos.com, 1 stunningbikecotours.com, 1 stunninggdansk.com, 1 stunningkrakow.com, 1 -stunningpoland.com, 1 +stunningpoland.com, 0 stunningpoznan.com, 1 stunningszczecin.com, 1 stunningwarsaw.com, 1 @@ -133637,7 +132697,6 @@ suicidepreventioncenter.tk, 1 suidouraku.com, 1 suigen.jp, 1 suijo-bus.osaka, 1 -suike.com, 1 suikerspinnetje.nl, 1 suisui.stream, 1 suite360sel.org, 1 @@ -134173,7 +133232,6 @@ suprem.ch, 0 supremacrypt.com, 1 supreme-council.me, 1 supreme-court.tk, 1 -supremeexclusivecandles.com, 1 suprememale.tk, 1 supremestandards.com, 1 suprintbot.xyz, 1 @@ -134490,7 +133548,6 @@ svse.global, 1 svseglobal.com, 1 svsewerut.gov, 1 svswebmarketing.com, 1 -svtemplemn.org, 1 svtl.ch, 1 svtr.de, 1 svtv.org, 1 @@ -134518,7 +133575,7 @@ swallowforum.tk, 1 swallsoft.co.uk, 1 swallsoft.com, 1 swanbitcoin.com, 1 -swanbullion.com, 0 +swanbullion.com, 1 swansdoor.org, 1 swanseama.gov, 1 swantonvt.gov, 1 @@ -134818,7 +133875,7 @@ sylvainkalache.com, 1 sylvaloir.fr, 1 sylvangarden.net, 1 sylvantownshipmi.gov, 1 -sylveon.social, 1 +sylveon.social, 0 sylvia.my.id, 1 sylviaharke.de, 1 sylviemifsud.fr, 1 @@ -136181,7 +135238,6 @@ tccportal.com, 1 tcddtrensaatleri.com, 1 tcdn.tech, 1 tcdww.cn, 1 -tcepc.com, 1 tcf.org, 1 tcgc-adms.com, 1 tcgcardcare.com, 1 @@ -136227,7 +135283,6 @@ tcspartner.eu, 1 tcspartner.net, 1 tcuprs.com, 1 tcvanbuuren.tk, 1 -tcvonline.vic.gov.au, 1 tcvw.org, 1 tcwis.com, 1 tcybert.com, 1 @@ -136510,10 +135565,8 @@ tecart-system.de, 0 tecart.de, 1 tecartcrm.de, 1 tecatebeerusa.com, 1 -tecdoor.pt, 1 tece.com, 1 tece.de, 1 -tecfix.com, 1 tecfleet.com, 1 tech-clips.com, 0 tech-dempaz.com, 1 @@ -136558,6 +135611,7 @@ techbuz.net, 1 techcavern.ml, 1 techcentral.ml, 1 techcenturion.com, 1 +techchip.com, 1 techclan.ga, 1 techcluster.tk, 1 techcm.com, 1 @@ -137184,7 +136238,6 @@ tellet.tel, 1 tellimer.com, 1 telling-voices.tk, 1 telling.xyz, 1 -tellingua.com, 1 tellme.tk, 1 tellusaboutus.com, 1 telly.site, 1 @@ -137371,7 +136424,6 @@ tepui.io, 1 teq-automotive.com, 1 teqip-pms.gov.in, 1 tequenikality.net, 1 -tequilaavion.com, 1 tequilazor.com, 1 terabyte-computing.com, 1 terabyte.services, 1 @@ -137533,7 +136585,6 @@ teslatr.net, 1 tesorion.nl, 1 tespent.cn, 1 tesseract.wiki, 1 -tesseractinitiative.org, 1 tessierashpool.de, 1 tessla.org, 1 test-deployment.xyz, 1 @@ -137711,6 +136762,7 @@ texicopolicenm.gov, 1 texier.mx, 1 texkey.com, 1 texkings.com, 1 +texnogu.ru, 1 texnoguru.tk, 1 texnolog.tk, 1 texnotroniks.tk, 1 @@ -137793,6 +136845,7 @@ tfw-a.com, 1 tfx.com.br, 1 tfxstartup.com, 1 tfxstartup.com.br, 1 +tfyre.co.za, 1 tg2sclient.com, 1 tgb.org.uk, 1 tgcfabian.nl, 1 @@ -138756,6 +137809,7 @@ thenobullshit.coach, 1 thenocman.com, 1 thenolank.com, 1 thenorthschool.org.uk, 1 +thenovaclinic.com, 1 thenovicechefblog.com, 1 thenowheremen.com, 1 thenrdhrd.nl, 1 @@ -139523,8 +138577,6 @@ thoughtworthy.info, 1 thousandoaksca.gov, 1 thousandoakselectrical.com, 1 thousandoaksexteriorlighting.com, 1 -thousandoakslighting.com, 1 -thousandoaksoutdoorlighting.com, 1 thowzzy.be, 1 thoxyn.com, 1 thpatch.net, 1 @@ -139877,6 +138929,7 @@ tiffany.moe, 1 tiffanyblooms.ru, 1 tiffanychristie.ca, 1 tiffanywatson.xyz, 1 +tiffnix.com, 1 tiflonet.tk, 1 tifokaos.tk, 1 tiftonga.gov, 1 @@ -141186,7 +140239,6 @@ toph.co, 1 tophat.studio, 1 tophatpuffin.com, 0 tophighnorldiet.gq, 1 -tophomeappliancerepair.com, 1 tophr.kz, 1 topicalnet.de, 1 topicdesk.com, 1 @@ -141890,7 +140942,6 @@ toymarket.tk, 1 toyonut.co.jp, 0 toyopac.com, 1 toyota-kinenkan.com, 1 -toyota.com.sg, 1 toyotaconnected.co.th, 1 toyotapartsdeal.com, 1 toyotapartsprime.com, 1 @@ -142016,7 +141067,6 @@ trackerx.ga, 1 trackeye.dk, 1 trackfocusdirect.com, 1 trackify.tk, 1 -trackimo.ca, 1 tracking-app.tk, 1 tracking.best, 1 trackingencomendas.com, 1 @@ -142400,7 +141450,6 @@ traslochi.napoli.it, 1 traslochiinternazionali.it, 1 trasloco.milano.it, 1 trasloedil.it, 1 -trasportatori.it, 1 trastornoevitacion.com, 1 trastornolimite.com, 1 tratamentoparacelulite.net, 1 @@ -142689,7 +141738,6 @@ trekking-friends.ch, 1 trekkinglab.org, 1 trekosecia.com.br, 1 trekscaper.tk, 1 -trelleborg.se, 1 trelliscompany.org, 1 trembler.org, 1 treml-sturm.com, 1 @@ -143302,7 +142350,6 @@ trussgenius.com, 1 trussville.gov, 1 trust-btc.ml, 1 trust-ted.co.uk, 1 -trust.com, 1 trust.zone, 1 trust2protect.de, 1 trustarts.org, 1 @@ -143873,7 +142920,6 @@ turpinpesage.fr, 1 turquoisetassel.com, 1 turretlabs.io, 1 tursa.com.au, 1 -tursiae.org, 1 turteka.com, 1 turtle.ai, 0 turtleduckstudios.com, 1 @@ -143943,6 +142989,7 @@ tuttimundi.org, 0 tuttleok.gov, 1 tuttoandroid.net, 1 tuttonotizie.eu, 1 +tutu.green, 1 tutu.ro, 1 tutucos.com, 1 tutudaju.com, 1 @@ -144232,7 +143279,6 @@ tycaa.org, 1 tycatering.com, 1 tycho.org, 1 tycho.tk, 1 -tychoverstraete.be, 1 tycyc88.com, 1 tyentitaly.com, 1 tygochrum.se, 0 @@ -144457,7 +143503,6 @@ uberi.fi, 1 ubermail.me, 1 uberpromocodes.us, 1 ubersmith.com, 1 -uberwald.ws, 1 ubezpieczeniaonline.pl, 1 ubezpieczeniazyciowe.pl, 1 ubezpieczenie.com.pl, 1 @@ -144522,7 +143567,6 @@ ucheba.ga, 1 ucheba.gq, 1 ucheba.tk, 1 uchicagomedicine.org, 0 -uchwytyozdobne.pl, 1 ucibt.com, 1 ucih.ru, 1 ucinvest.com.au, 1 @@ -144668,7 +143712,7 @@ uiberlay.cz, 1 uicchy.com, 1 uid0.pl, 1 uidesignlab.com, 1 -uiharu.top, 1 +uiharu.top, 0 uika-bogor.ac.id, 1 uinst.tk, 1 uinvest.ml, 1 @@ -145187,7 +144231,6 @@ uniselectweb.com, 1 uniserve.com, 1 unison-d.com, 1 unisontech.org, 1 -unisplendour.com, 1 unisul.br, 1 unisupdi.com, 1 unisyssecurity.com, 1 @@ -145285,7 +144328,6 @@ universen.tk, 1 universereligion.com, 1 universevision.com, 1 universidadperu.com, 1 -universitapopolaredeglistudidimilano.wiki, 1 universiteplatformu.com, 1 universitepourlavie.tk, 1 universitesegou.ml, 1 @@ -145777,7 +144819,7 @@ urmikron.tk, 1 urni-eco.ru, 1 uro.soy, 1 urocentre.ga, 1 -urogen.com, 1 +urogen.com, 0 uroki.tk, 1 urology.wiki, 1 urologyoklahoma.com, 1 @@ -146107,7 +145149,6 @@ uvesco.es, 1 uvlamp.ee, 1 uvocorp.com, 1 uvomaltiv.ch, 1 -uvpress.com, 1 uvsa.org.au, 1 uvsar.com, 1 uvt.com.co, 1 @@ -148378,6 +147419,7 @@ virtualx.de, 1 virtubox.net, 1 virtubox.xyz, 1 virtubroker.com.mx, 1 +virtuele-dataroom.nl, 1 virtueturkey.ga, 1 virtuology.com, 1 virturl.de, 1 @@ -148608,6 +147650,7 @@ vitalshop.tk, 1 vitalsolutions.ro, 1 vitalthings.de, 1 vitalthrills.com, 1 +vitam.de, 1 vitamaxxi.com.br, 1 vitamedgroup.com, 1 vitamina.cl, 1 @@ -149108,7 +148151,6 @@ volchara.tk, 1 volebnipruzkum.eu, 1 volga.us, 0 volgar.name, 1 -volgares.ru, 1 volgavibes.ru, 0 volgograd-34.tk, 1 volgograd-privolzskiy.ga, 1 @@ -149668,7 +148710,6 @@ vutruso.com, 1 vux.li, 1 vuze.camera, 1 vuzi.fr, 1 -vv066.com, 0 vv1234.cn, 1 vv5197.co, 1 vv6729.co, 1 @@ -149905,7 +148946,6 @@ waf.hk, 1 waf.ninja, 1 waf.sexy, 1 wafa4hw.com, 1 -waferscriber.com, 1 waffeln.jetzt, 1 waffle-backend-sanggyu.shop, 1 waffle-sanggyu.tk, 1 @@ -149965,7 +149005,7 @@ wakeskincarellc.com, 1 waketurbulencereport.eu, 1 wakeupeire.com, 1 wakeupworld.ml, 1 -wakinglighting.com, 1 +wakinglighting.com, 0 wakpamnilake-nsn.gov, 1 wakullaelectionfl.gov, 1 wakullavotes.gov, 1 @@ -150883,7 +149923,7 @@ webdevinsider.pl, 1 webdevoo.com, 1 webdgc.ro, 1 webdieta.tk, 1 -webdietrolequinte.it, 0 +webdietrolequinte.it, 1 webdig.pt, 0 webdigital.ca, 1 webdispo.com, 1 @@ -151228,7 +150268,6 @@ webwit.pro, 1 webwweb.com.pl, 1 webyazilim.biz.tr, 1 webycrea.eu, 1 -webyildiz.com, 1 webyourself.eu, 1 webzanem.com, 0 webzarabotok.tk, 1 @@ -151267,7 +150306,7 @@ weddinggoods.tk, 1 weddinggram.ga, 1 weddinghotographers.tk, 1 weddingideas.gq, 1 -weddingpainter.ca, 0 +weddingpainter.ca, 1 weddingplanner.tk, 1 weddingpro.com, 1 weddingsbynoon.co.uk, 1 @@ -151499,7 +150538,6 @@ weltderangebote.de, 0 welteneroberer.de, 1 weltengilde.de, 1 weltenhueter.de, 1 -weltentanzer.com, 1 weltumradler.tk, 1 weltverschwoerung.de, 1 welty.cc, 1 @@ -151580,6 +150618,7 @@ werken-bij-inwork.nl, 1 werkenbijbejo.nl, 0 werkenbijblokker.nl, 1 werkenbijbuvo.nl, 1 +werkenbijdata4.nl, 1 werkenbijdfzs.nl, 0 werkenbijejk.nl, 1 werkenbijintertoys.nl, 1 @@ -151689,7 +150728,6 @@ westlaketx.gov, 1 westlakevillageelectric.com, 1 westlakevillageelectrical.com, 1 westlakevillageelectrician.com, 1 -westlakevillagelighting.com, 1 westlandcultuur.tk, 1 westlander-nostalgie.tk, 1 westlandinsurance.ca, 1 @@ -151724,7 +150762,7 @@ westreet-store.com, 1 westsalemwi.gov, 1 westshoresrealty.com, 1 westside-pediatrics.com, 1 -westsidechildrenstherapy.com, 1 +westsidechildrenstherapy.com, 0 westsidepackaging.com.au, 1 westskinlaser.com, 1 westspace.org.uk, 1 @@ -152663,7 +151701,7 @@ windsorelectricalservice.com, 1 windsorite.ca, 1 windsornc.gov, 1 windsorrslsubbranch.com.au, 1 -windstreamhosting.com, 0 +windstreamhosting.com, 1 windsurfercrs.com, 1 windturbine.tk, 1 windwoodmedia.com, 1 @@ -152798,7 +151836,6 @@ wippie.se, 1 wippler.at, 1 wippy.tk, 1 wipro.com.vn, 0 -wir-do.de, 1 wir-jugendhilfe.de, 1 wir-machen-druck.de, 1 wir-pflegen-zuhause.at, 1 @@ -153427,7 +152464,6 @@ wordspam.ga, 1 wordunscrambler.com, 1 wordwidessl.net, 1 wordxtra.net, 1 -wordzite.com, 1 worf.win, 1 wori.cf, 1 wori.ga, 1 @@ -153744,6 +152780,7 @@ wowlove.tk, 1 wowmoroccotours.com, 1 wownmedia.com, 1 wownskportal.tk, 1 +wowowow.com, 1 wowpolisa.pl, 1 wows-karma.com, 1 wows-mods.tk, 1 @@ -154340,7 +153377,6 @@ x-lan.be, 1 x-net24.pl, 1 x-one.co.jp, 1 x-orbit.dk, 1 -x-team.co.il, 1 x-way.org, 1 x.io, 1 x.sb, 1 @@ -154900,7 +153936,6 @@ xion.nu, 1 xiphwork.de, 1 xiqonline.com, 1 xishiduliu.com, 1 -xisu.com, 1 xitin.tk, 1 xiufe.ng, 1 xiufeng.de, 1 @@ -154922,7 +153957,6 @@ xjjzp.net, 1 xjpvictor.info, 1 xjtu.live, 1 xjtu.love, 1 -xjtv.com, 1 xjysilicone.com, 1 xkblog.xyz, 1 xkcd.pw, 1 @@ -155031,7 +154065,6 @@ xn--1-9u7ey2dtz3c.com, 0 xn--12c3bpr6bsv7c.com, 1 xn--12carbp3gycugf9k9a.xn--o3cw4h, 1 xn--12cfi6eb4azb7c5cbfw.com, 1 -xn--12cg9bnm5ci2ag9hbcs17a.com, 1 xn--13-6kc0bufl.xn--p1ai, 1 xn--15tx89ctvm.xn--6qq986b3xl, 1 xn--1985-43d6eta0a4g2a.xn--p1ai, 1 @@ -155566,7 +154599,6 @@ xnetwork.ml, 1 xniilo.net, 1 xniver.se, 1 xnix.tk, 1 -xnoe.moe, 1 xnop.yt, 1 xnopyt.com, 1 xnopyt.info, 1 @@ -155801,7 +154833,6 @@ xueaiai.cf, 1 xueaiai.com, 1 xueaiai.ml, 1 xueanquan.com, 1 -xuecheng.com, 1 xuedianshang.com, 1 xuehuang666.cn, 1 xuesoska.ga, 1 @@ -155861,7 +154892,6 @@ xxxarabgirls.com, 1 xxxbunker.com, 1 xxxfreepornclip.com, 1 xxxgr.net, 1 -xxxite.me, 1 xxxmoviesdot.com, 1 xxxomas.com, 1 xxxoopz.com, 1 @@ -156687,7 +155717,6 @@ yolandaschocolatiers.com, 1 yolandgao.me, 1 yolks.in, 1 yolo-csgo.com, 1 -yolo.cn, 1 yolobert.de, 1 yoloboatrentals.com, 1 yolocast.wtf, 1 @@ -156857,7 +155886,6 @@ youngpeopleunited.co.uk, 1 youngsook.org, 1 youngsophie.net, 1 youngsoulstudios.com, 0 -youngster.cn, 1 youngsvillenc.gov, 1 youngtube.one, 1 youngvoicesmatter.org, 1 @@ -157249,7 +156277,6 @@ yuwei.org, 1 yuweiji.com, 1 yuweiyang.xyz, 1 yux.fr, 1 -yuxiangyuan.com, 1 yuxuan.org, 1 yuyantang.club, 1 yuyu-support.com, 1 @@ -157498,7 +156525,6 @@ zad-academy.com, 1 zadania.wiki, 1 zadavalka.ru, 1 zadm.de, 1 -zadnje.com, 1 zadrot.tk, 1 zadroweb.com, 1 zaelkids.it, 1 @@ -158160,7 +157186,7 @@ zfast.com.br, 1 zfg.li, 1 zfid.pl, 1 zfj.hk, 1 -zfj.la, 0 +zfj.la, 1 zfj.lu, 0 zfl-site.top, 1 zfly.me, 1 @@ -158248,15 +157274,12 @@ zhis.ltd, 1 zhishengwin.top, 1 zhitanska.com, 1 zhivoe.tk, 1 -zhixiu.com, 1 zhiyulife.pp.ua, 1 zhl123.com, 1 zhodani.space, 1 zhodino.cf, 1 zhodino.ga, 1 -zhongai.com, 1 zhonghongshunlian.com, 1 -zhongqiao.com, 1 zhongxigo.com, 1 zhongzicili.ws, 1 zhongzilou.com, 1 @@ -158287,7 +157310,6 @@ zhuktrans.msk.ru, 1 zhumadilov.kz, 1 zhunlink.com, 1 zhuoyuelicai.com, 1 -zhuqiang.com, 1 zhurnalyu.ga, 1 zhyz.nl.eu.org, 1 zhz.moe, 1 @@ -158414,7 +157436,6 @@ zivotbezkrutosti.cz, 1 zivotsdietou.cz, 1 zivyruzenec.cz, 1 zixiao.wang, 1 -zixin.com, 1 ziya.ng, 1 ziz.exchange, 0 ziz.nl, 1 @@ -158838,9 +157859,7 @@ zui.moe, 1 zuiai.tv, 1 zuiderlokaal.nl, 1 zuidplein.nl, 1 -zuijia.com, 1 zuim.de, 1 -zuinin.com, 1 zuitaotu.com, 1 zuivelonline.nl, 1 zuiverjegeest.nl, 1 diff --git a/services/settings/dumps/blocklists/addons-bloomfilters.json b/services/settings/dumps/blocklists/addons-bloomfilters.json index a350187d9e8e..af6dbfacd3e0 100644 --- a/services/settings/dumps/blocklists/addons-bloomfilters.json +++ b/services/settings/dumps/blocklists/addons-bloomfilters.json @@ -1,5 +1,20 @@ { "data": [ + { + "stash": { + "blocked": [ + "{6da3c7e9-ab2e-4f92-9cab-5a6e032f31ed}:2.2.7", + "{6da3c7e9-ab2e-4f92-9cab-5a6e032f31ed}:2.2.8", + "{6da3c7e9-ab2e-4f92-9cab-5a6e032f31ed}:2.2.9" + ], + "unblocked": [] + }, + "schema": 1714502163393, + "key_format": "{guid}:{version}", + "stash_time": 1714674905592, + "id": "023af584-1406-4d7d-8805-20c3d27838b2", + "last_modified": 1714674961628 + }, { "stash": { "blocked": [ @@ -636,5 +651,5 @@ "last_modified": 1707395854769 } ], - "timestamp": 1714502163258 + "timestamp": 1714674961628 } diff --git a/services/settings/dumps/main/cookie-banner-rules-list.json b/services/settings/dumps/main/cookie-banner-rules-list.json index 1c513579d93f..e1757708ea01 100644 --- a/services/settings/dumps/main/cookie-banner-rules-list.json +++ b/services/settings/dumps/main/cookie-banner-rules-list.json @@ -2,16 +2,1125 @@ "data": [ { "click": { - "optIn": "#accept-btn", - "optOut": "#decline-btn", - "presence": "#privacy-manager-popin" + "optIn": "#shopify-pc__banner__btn-accept", + "optOut": "#shopify-pc__banner__btn-decline", + "presence": "#shopify-pc__banner" }, - "schema": 1713199742998, + "schema": 1714608006998, "domains": [ - "canalplus.com" + "decathlon.com.sa", + "decathlon.gp", + "decathlon.mq" ], - "id": "7b2e3401-697f-440a-b418-8477fcf2cfeb", - "last_modified": 1713281881442 + "id": "1da8a6ad-f894-400e-8b3d-2a281015b86d", + "last_modified": 1714811640008 + }, + { + "click": { + "optIn": "#ppms_cm_agree-to-all", + "optOut": "#ppms_cm_reject-all", + "presence": "#ppms_cm_popup_overlay" + }, + "schema": 1714608006998, + "cookies": {}, + "domains": [ + "credit-agricole.pl" + ], + "id": "5050fb9c-fd8a-44c2-817c-23d95f494190", + "last_modified": 1714811640004 + }, + { + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cookie_manager_cookie_marketing_enabled", + "value": "false" + }, + { + "name": "cookie_manager_cookie_necessary_enabled", + "value": "true" + }, + { + "name": "cookie_manager_cookie_statistic_enabled", + "value": "false" + }, + { + "name": "cookie_manager_policy_accepted", + "value": "true" + } + ] + }, + "domains": [ + "credit-agricole.it" + ], + "id": "1944a25e-6f16-434d-8c59-0493ba587fe7", + "last_modified": 1714811640000 + }, + { + "click": { + "optIn": "#popin_tc_privacy_button_2", + "optOut": "#popin_tc_privacy_button_3", + "presence": "#tc-privacy-wrapper" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "TC_PRIVACY", + "value": "1%40006%7C86%7C3315%40%40%402524608000000%2C2524608000000%2C2524608000000%40" + } + ] + }, + "domains": [ + "credit-agricole.fr" + ], + "id": "f643be2a-b805-4ab0-9e67-929419e5c7c7", + "last_modified": 1714811639996 + }, + { + "click": { + "optIn": ".allow", + "optOut": ".deny", + "presence": "#tarteaucitronWelcome" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cookie_manager", + "value": "!atinternet=false!recaptcha=false!addthis=false!twitter=false!ezplatform=true!youtube=false!hidebanner=true" + } + ] + }, + "domains": [ + "credit-agricole.de" + ], + "id": "1e12c729-34ff-4aa5-9317-d19309affd2c", + "last_modified": 1714811639992 + }, + { + "click": { + "optIn": ".accept", + "optOut": ".deny", + "presence": "#tarteaucitronAlertBig" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cookie_manager", + "value": "!atinternet=false!recaptcha=false!addthis=false!linkedin=false!twitter=false!ezplatform=true!youtube=false!hidebanner=true" + } + ] + }, + "domains": [ + "credit-agricole.com" + ], + "id": "1f0a3536-5b09-426a-b6e6-b902c556cb8a", + "last_modified": 1714811639989 + }, + { + "schema": 1714608006998, + "cookies": { + "optIn": [ + { + "name": "_cookies_v2", + "value": "1" + } + ] + }, + "domains": [ + "blablacar.com.br", + "blablacar.com.tr", + "blablacar.com.ua", + "blablacar.in", + "blablacar.mx", + "blablacar.rs", + "blablacar.ru" + ], + "id": "2f4e1235-a360-46ca-bf26-8b09645ee3d5", + "last_modified": 1714811639986 + }, + { + "click": { + "optIn": ".allowAll", + "optOut": ".denyAll", + "presence": ".cookiesjsr-banner" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cookiesjsr", + "value": "%7B%22functional%22%3Afalse%2C%22recaptcha%22%3Afalse%2C%22video%22%3Afalse%7D" + } + ] + }, + "domains": [ + "mediamarktsaturn.com" + ], + "id": "6f85da65-e44e-4d58-b87c-3e31861de3e0", + "last_modified": 1714811639982 + }, + { + "click": { + "optIn": "#pwa-consent-layer-accept-all-button", + "optOut": "[data-test=\"pwa-consent-layer-deny-all\"]", + "presence": "[data-test=\"mms-privacy-layer\"]" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "pwaconsent", + "value": "v:1.0~required:1&clf:1,cli:1,gfb:1,gtm:1,jot:1,ocx:1|comfort:0&baz:0,cne:0,con:0,fix:0,gfa:0,goa:0,gom:0,grc:0,grv:0,inm:0,lib:0,lob:0,opt:0,orc:0,ore:0,pcl:0,sen:0,sis:0,spe:0,sst:0,swo:0,twi:0,usw:0,usz:0,yte:0|marketing:0&cri:0,eam:0,fab:0,fbc:0,fcm:0,gac:0,gad:0,gcl:0,gcm:0,gdv:0,gos:0,gse:0,msb:0,omp:0,pin:0,ttd:0,twt:0|" + } + ] + }, + "domains": [ + "mediamarkt.at", + "mediamarkt.be", + "mediamarkt.de", + "mediamarkt.es", + "mediamarkt.nl", + "mediamarkt.pl", + "saturn.de" + ], + "id": "2a2b8102-d276-4ece-afbd-005e8e917d18", + "last_modified": 1714811639978 + }, + { + "click": { + "optIn": "#acceptAllQuick", + "optOut": "#rejectAllQuick", + "presence": "#gdpr-component", + "runContext": "child" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cocos", + "value": "%7B%22funkcni%22%3Afalse%2C%22statisticke%22%3Afalse%2C%22reklamni%22%3Afalse%7D" + }, + { + "name": "cookieConsent", + "value": "%7B%22preferences%22%3Afalse%2C%22statistics%22%3Afalse%2C%22marketing%22%3Afalse%7D" + }, + { + "name": "corec", + "value": "%7B%22youtube%22%3Afalse%2C%22rtbhouse%22%3Afalse%2C%22google_recaptcha%22%3Atrue%2C%22foxentry_funkcni%22%3Afalse%2C%22tmobile_nezbytne%22%3Atrue%2C%22linkedin%22%3Afalse%2C%22medallia%22%3Afalse%2C%22tmobile_funkcni%22%3Afalse%2C%22tealium%22%3Afalse%2C%22adform%22%3Afalse%2C%22xaxis%22%3Afalse%2C%22twitter%22%3Afalse%2C%22appnexus%22%3Afalse%2C%22gemius%22%3Afalse%2C%22exponea%22%3Afalse%2C%22hotjar%22%3Afalse%2C%22tmobile_reklamni%22%3Afalse%2C%22facebook%22%3Afalse%2C%22inspectlet%22%3Afalse%2C%22cloudflare%22%3Afalse%2C%22google_ads%22%3Afalse%2C%22bing%22%3Afalse%2C%22foxentry_reklamni%22%3Afalse%2C%22clarity%22%3Afalse%2C%22seznam%22%3Afalse%2C%22tmobile_statisticke%22%3Afalse%2C%22google_analytics%22%3Afalse%2C%22rejectAllDate%22%3A%222024-03-28%22%7D" + } + ] + }, + "domains": [ + "t-mobile.cz" + ], + "id": "c7f03541-c93e-4939-a640-7c686d595986", + "last_modified": 1714811639975 + }, + { + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "orange_cookieconsent_dismissed", + "value": "no" + } + ] + }, + "domains": [ + "orange.sn" + ], + "id": "24350444-6b01-46a5-b8a4-99f4d417f08f", + "last_modified": 1714811639972 + }, + { + "click": { + "optIn": ".js-consent-all-submit", + "optOut": ".js-consent-bypass-button", + "presence": ".fancybox-type-html" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "consent", + "value": "bypass" + } + ] + }, + "domains": [ + "orange.jobs" + ], + "id": "2e026e27-1356-40c8-a25c-24fbe4bf8af4", + "last_modified": 1714811639968 + }, + { + "click": { + "optIn": "#consent_optin", + "optOut": "#consent_optout", + "presence": "#__tealiumGDPRecModal" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "CONSENTMGR", + "value": "c1:0%7Cc2:0%7Cc3:0%7Cc4:0%7Cc5:0%7Cc6:0%7Cc7:0%7Cc8:0%7Cc9:0%7Cc10:0%7Cc11:0%7Cc12:0%7Cc13:0%7Cc14:0%7Cc15:0%7Cts:2524608000000%7Cconsent:false" + } + ] + }, + "domains": [ + "orange.es" + ], + "id": "1626f70d-7761-467c-b3ed-56e324786902", + "last_modified": 1714811639965 + }, + { + "click": { + "optIn": "#consent_prompt_submit", + "presence": "#__tealiumGDPRecModal" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "CONSENTMGR", + "value": "c1:0%7Cc6:0%7Cc9:0%7Cts:2524608000000%7Cconsent:false" + } + ] + }, + "domains": [ + "orange.be" + ], + "id": "2172b091-8b03-4f66-b20c-08c14e21c0aa", + "last_modified": 1714811639961 + }, + { + "click": { + "optIn": ".cookie-agree", + "optOut": ".no-agree > a", + "presence": "#modal-cookie-info" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "site_cookie_info_i", + "value": "2" + } + ] + }, + "domains": [ + "intersport.mk" + ], + "id": "6fdb72ae-429c-49ad-87d3-4ff2675e5d29", + "last_modified": 1714811639958 + }, + { + "click": { + "optIn": "#acceptAllCookiesBtn", + "optOut": "#acceptNecessaryCookiesBtn", + "presence": "#cookieConsentModal" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "ConsentV2", + "value": "[%22necessary%22]" + } + ] + }, + "domains": [ + "intersport.fo" + ], + "id": "1450d6da-220a-42dd-b523-1771343cbd90", + "last_modified": 1714811639955 + }, + { + "click": { + "optIn": ".js--cookie-banner-accept", + "optOut": ".js--cookie-banner-save-required-settings", + "presence": ".cookie-banner" + }, + "schema": 1714780808679, + "domains": [ + "intersport.de" + ], + "id": "de176046-8be7-4876-8332-0559dfd0b70b", + "last_modified": 1714811639951 + }, + { + "click": { + "optIn": ".js-accept", + "optOut": ".js-decline", + "presence": "#fancybox-container-1" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "ConsentChecked", + "value": "{\"userHasSetCookies\":true,\"functionalityCookies\":false,\"statisticCookies\":false,\"marketingCookies\":false}" + } + ] + }, + "domains": [ + "intersport.bg", + "intersport.com.cy", + "intersport.gr", + "intersport.ro" + ], + "id": "a8a9ddf7-1cf3-4252-b4f6-6d396e4c7ba7", + "last_modified": 1714811639947 + }, + { + "click": { + "optIn": "#CybotCookiebotDialogBodyButtonAccept", + "optOut": "#CybotCookiebotDialogBodyButtonDecline", + "presence": "#CybotCookiebotDialog" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "CookieConsent", + "value": "{necessary:true%2Cpreferences:false%2Cstatistics:false%2Cmarketing:false%2Cmethod:%27explicit%27%2Cver:1%2Cutc:2524608000000%2Cregion:%27zz%27}" + } + ] + }, + "domains": [ + "intersport.be" + ], + "id": "9c762187-68bd-4d9b-b16c-014236082550", + "last_modified": 1714811639944 + }, + { + "click": { + "optIn": "#acceptAllQuick", + "optOut": "#rejectAllQuick", + "presence": "#gdpr-component" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cookieConsent", + "value": "%7B%22strictlyNecessary%22:true,%22preferences%22:false,%22marketing%22:false,%22statistics%22:false%7D" + }, + { + "name": "cookieConsentVersion", + "value": "V3" + }, + { + "name": "purpose_cookie", + "value": "1" + }, + { + "name": "receiver_cookie", + "value": "14" + } + ] + }, + "domains": [ + "telekom.sk" + ], + "id": "7b4506b2-1c6f-4afc-ab5f-892331cabad3", + "last_modified": 1714811639941 + }, + { + "click": { + "optIn": "#cookiesModal #all-cookies-btn", + "optOut": "#cookiesModal #required-cookies-btn", + "presence": "#cookiesModal" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cookieConsent", + "value": "%7B%22strictlyNecessary%22%3Atrue%2C%22marketing%22%3Afalse%2C%22statistics%22%3Afalse%2C%22preferences%22%3Afalse%7D" + }, + { + "name": "gdpr", + "value": "0" + } + ] + }, + "domains": [ + "telekom.mk" + ], + "id": "2858c963-0a13-4c5b-b7e8-c3f9b79c5b8d", + "last_modified": 1714811639937 + }, + { + "click": { + "optIn": "#consentAcceptAll", + "optOut": "#rejectAll", + "presence": "#__tealiumGDPRecModal" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "CONSENTMGR", + "value": "c1:0%7Cc3:0%7Cc7:0%7Cts:2524608000000%7Cconsent:false" + } + ] + }, + "domains": [ + "magentacloud.de", + "magentasport.de", + "t-systems.com", + "t-systems.jobs", + "telekom-hauptstadtrepraesentanz.com", + "telekom.com", + "telekom.de", + "telekom.jobs" + ], + "id": "8907164e-17d8-4d27-b0a3-edda59f53dbe", + "last_modified": 1714811639934 + }, + { + "click": { + "optIn": "#modals #accept-all", + "optOut": "#modals #decline-all", + "presence": "#modals" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cookies", + "value": "%7B%22submitted%22%3A%222050-01-01T00%3A00%3A00Z%22%2C%22consent%22%3A%7B%22statistics%22%3Afalse%2C%22marketing%22%3Afalse%7D%7D" + } + ] + }, + "domains": [ + "deutschetelekomitsolutions.sk" + ], + "id": "2f9c701b-8b1f-4f44-82cc-e79d717e390f", + "last_modified": 1714811639930 + }, + { + "click": { + "optIn": "#didomi-notice-agree-button", + "presence": "#didomi-notice" + }, + "schema": 1714608006998, + "cookies": {}, + "domains": [ + "decathlon.si", + "t-mobile.pl" + ], + "id": "83ad4c2f-e59a-4295-a342-5db40fb81763", + "last_modified": 1714811639927 + }, + { + "click": { + "optIn": ".ch2-allow-all-btn", + "optOut": ".ch2-deny-all-btn", + "presence": ".ch2-dialog" + }, + "schema": 1714608006998, + "domains": [ + "cookiehub.com", + "semrush.com", + "vodafone.is" + ], + "id": "305b6c0d-5b66-4b3f-bf0f-fb85db21fe60", + "last_modified": 1714811639924 + }, + { + "click": { + "optIn": "#didomi-notice-agree-button", + "optOut": "#didomi-notice-x-button", + "presence": "#didomi-popup" + }, + "schema": 1714608006998, + "cookies": {}, + "domains": [ + "decathlon.ee" + ], + "id": "e4b0998b-a54c-458d-935b-6ec957175711", + "last_modified": 1714811639920 + }, + { + "click": { + "optIn": "#didomi-notice-agree-button", + "optOut": "#didomi-notice-disagree-button", + "presence": "#didomi-popup" + }, + "schema": 1714608006998, + "cookies": {}, + "domains": [ + "orange-business.com" + ], + "id": "49719e34-a29a-4604-ae3c-b9835e286473", + "last_modified": 1714811639917 + }, + { + "click": { + "optIn": "#didomi-notice-agree-button", + "optOut": "#didomi-notice-disagree-button", + "presence": "#didomi-popup" + }, + "schema": 1714608006998, + "cookies": {}, + "domains": [ + "blablacar.be", + "blablacar.co.uk", + "blablacar.cz", + "blablacar.de", + "blablacar.es", + "blablacar.fr", + "blablacar.hr", + "blablacar.hu", + "blablacar.it", + "blablacar.nl", + "blablacar.pl", + "blablacar.pt", + "blablacar.ro", + "blablacar.sk", + "decathlon-united.media", + "decathlon.at", + "decathlon.be", + "decathlon.com.dz", + "decathlon.de", + "decathlon.pl", + "decathlon.pt", + "decathlon.ro", + "decathlon.sk" + ], + "id": "3b20cf84-991e-4155-8620-4e897d703530", + "last_modified": 1714811639913 + }, + { + "click": { + "optIn": "#didomi-notice-agree-button", + "optOut": ".didomi-continue-without-agreeing", + "presence": "#didomi-notice" + }, + "schema": 1714608006998, + "cookies": {}, + "domains": [ + "decathlon.cz", + "decathlon.it", + "hnonline.sk", + "orange.md", + "orange.sk" + ], + "id": "5da98b86-9a16-47ec-8607-046744d93396", + "last_modified": 1714811639910 + }, + { + "click": { + "optIn": "#didomi-notice-agree-button", + "optOut": ".didomi-continue-without-agreeing", + "presence": "#didomi-popup" + }, + "schema": 1714608006998, + "cookies": {}, + "domains": [ + "decathlon.ch", + "decathlon.co.uk", + "decathlon.es", + "decathlon.fr", + "decathlon.hu", + "decathlon.media", + "decathlon.mt", + "decathlon.nl", + "decathlon.yoga", + "orange.pl", + "quechua.fr" + ], + "id": "05b53737-a488-4312-b845-72d804872158", + "last_modified": 1714811639907 + }, + { + "click": { + "optIn": "#cpnb-accept-btn", + "optOut": "#cpnb-decline-btn", + "presence": "#cpnb" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "cpnb_cookiesSettings", + "value": "%7B%22required-cookies%22%3A1%2C%22analytical-cookies%22%3A0%2C%22social-media-cookies%22%3A0%2C%22targeted-advertising-cookies%22%3A0%7D" + }, + { + "name": "cpnbCookiesDeclined", + "value": "1" + } + ] + }, + "domains": [ + "vodafone.pf" + ], + "id": "723c6f57-2399-4a6c-bd5e-83650d2db861", + "last_modified": 1714811639903 + }, + { + "click": { + "optIn": "#dip-consent-summary-accept-all", + "optOut": "#dip-consent-summary-reject-all", + "presence": "#dip-consent" + }, + "schema": 1714608006998, + "domains": [ + "vodafone.de" + ], + "id": "b85f7d67-d6d4-40ee-8472-a32b6cd01e0e", + "last_modified": 1714811639900 + }, + { + "click": { + "optIn": "[value=\"allowAll\"]", + "optOut": "[value=\"saveNecessarily\"]", + "presence": ".vfcc__overlay" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "vfconsents", + "value": "\"cvx:5|vt:2524608000000|vn:1|ci:1|funa:o|mktg:o|cond:1|dldt:2524608000000|cvd:5|cvu:5|cdd:2524608000000|vind:1\"" + } + ] + }, + "domains": [ + "vodafone.cz" + ], + "id": "ba7bde95-93ff-43fd-845f-b8a396b46480", + "last_modified": 1714811639896 + }, + { + "click": { + "optOut": ".cookie-banner__close", + "presence": ".cookie-banner" + }, + "schema": 1714608006998, + "cookies": { + "optOut": [ + { + "name": "meta_connect_cookies_session", + "value": "true" + } + ] + }, + "domains": [ + "metaconnect.com" + ], + "id": "529b0511-417d-46e3-a601-4e9c8e662d01", + "last_modified": 1714811639893 + }, + { + "click": { + "optIn": "#onetrust-accept-btn-handler", + "presence": "div#onetrust-consent-sdk" + }, + "schema": 1714780808679, + "cookies": {}, + "domains": [ + "gitlab.com", + "speedtest.net", + "name.com", + "mlb.com", + "qualtrics.com", + "tim.it", + "hotnews.ro", + "mashable.com", + "pcmag.com", + "barnesandnoble.com", + "politico.com", + "quillbot.com", + "newyorker.com", + "upwork.com", + "mediafax.ro", + "elisa.fi", + "blick.ch", + "tvn24.pl", + "olx.pl", + "olx.bg", + "gsp.ro", + "fastly.com", + "spotify.com", + "20min.ch", + "olx.ro", + "olx.pt", + "sportal.bg", + "gazeta.pl", + "romaniatv.net", + "teamviewer.com", + "ted.com", + "tripadvisor.com", + "webmd.com", + "cambridge.org", + "investing.com", + "businesswire.com", + "istockphoto.com", + "iso.org", + "quizlet.com", + "genius.com", + "jstor.org", + "trendmicro.com", + "duolingo.com", + "sophos.com", + "rte.ie", + "euro.com.pl", + "wired.com", + "arstechnica.com", + "gartner.com", + "thelancet.com", + "weebly.com", + "irishtimes.com", + "libertatea.ro", + "otomoto.pl", + "sport.pl", + "novini.bg", + "stiripesurse.ro", + "suomi24.fi", + "ziare.com", + "irishexaminer.com", + "tripadvisor.it", + "thejournal.ie", + "superbet.ro", + "g4media.ro", + "wyborcza.pl", + "nachrichten.at", + "tt.com", + "three.ie", + "tripadvisor.co.uk", + "dcnews.ro", + "vol.at", + "plotek.pl", + "howstuffworks.com", + "tripadvisor.de", + "acer.com", + "allaboutcookies.org", + "bankier.pl", + "brother.co.uk", + "brother.es", + "brother.it", + "digicert.com", + "epson.co.uk", + "fiverr.com", + "frontiersin.org", + "glassdoor.com", + "global.brother", + "gq-magazine.co.uk", + "ingka.com", + "inpost.pl", + "instructure.com", + "komputronik.pl", + "mediaexpert.pl", + "oleole.pl", + "ookla.com", + "otodom.pl", + "play.pl", + "prnewswire.com", + "salesforce.com", + "slack.com", + "thawte.com", + "ui.com", + "uisp.com", + "vodafone.com.tr", + "vodafone.it" + ], + "id": "256259D5-28AA-44C4-A837-8A30424005BB", + "last_modified": 1714811639888 + }, + { + "click": { + "optIn": "button#popin_tc_privacy_button_2", + "presence": "div#popin_tc_privacy_container_button" + }, + "schema": 1714780808679, + "cookies": { + "optIn": [], + "optOut": [ + { + "name": "TC_PRIVACY", + "value": "1@006%7C86%7C3315@@@1665406595598%2C1665406595598%2C1680958595598@" + } + ] + }, + "domains": [ + "sparkasse.at" + ], + "id": "850ca0e7-372f-4c9f-bfbd-76d38a076cf7", + "last_modified": 1714811639885 + }, + { + "click": { + "optIn": ".cc-btn.cc-allow", + "optOut": ".cc-btn.cc-deny", + "presence": ".cc-window.cc-banner" + }, + "schema": 1714780809581, + "cookies": { + "optOut": [ + { + "name": "cookieconsent_status", + "value": "deny" + } + ] + }, + "domains": [ + "decathlon.nc", + "decathlon.re", + "magnite.com", + "mecklenburg-vorpommern.de", + "omv.com", + "omv.at", + "omv.bg", + "omv.de", + "omv.nz", + "omv.no", + "omv.ro", + "omv.co.rs", + "omv.sk", + "omv.cz", + "omv.tn", + "omv.ae", + "omv.hu", + "omv.si", + "omv-gas.com", + "omv-gas.at", + "omv-gas.be", + "omv-gas.de", + "omv-gas.hu", + "omv-gas.nl", + "omv-gas.com.tr", + "omv-gas-storage.com", + "omvpetrom.com", + "petrom.ro", + "petrom.md", + "avanti.at", + "avanti-tankstellen.de", + "diskonttanken.at", + "tocimceneje.si" + ], + "id": "8f401b10-02b6-4e05-88fa-c37012d4c8c0", + "last_modified": 1714811639881 + }, + { + "click": { + "optIn": "button#onetrust-accept-btn-handler", + "optOut": ".ot-pc-refuse-all-handler, #onetrust-reject-all-handler", + "presence": "div#onetrust-consent-sdk" + }, + "schema": 1714780808679, + "cookies": {}, + "domains": [ + "espncricinfo.com", + "blackboard.com", + "roche.com", + "apnews.com", + "nationalgeographic.com", + "espn.com", + "hotjar.com", + "marriott.com", + "hootsuite.com", + "wattpad.com", + "gamespot.com", + "apa.org", + "opendns.com", + "epicgames.com", + "zendesk.com", + "drei.at", + "ikea.com", + "search.ch", + "centrum.sk", + "zoom.us", + "pluska.sk", + "hp.com", + "ceskatelevize.cz", + "telenet.be", + "adobe.com", + "rottentomatoes.com", + "dhl.com", + "dhl.de", + "nvidia.com", + "cloudflare.com", + "webex.com", + "indeed.com", + "discord.com", + "sport.ro", + "ricardo.ch", + "stirileprotv.ro", + "1177.se", + "meinbezirk.at", + "orange.ro", + "ica.se", + "flashscore.pl", + "kuleuven.be", + "tutti.ch", + "post.at", + "rezultati.com", + "nbg.gr", + "behance.net", + "zemanta.com", + "grammarly.com", + "usatoday.com", + "cnet.com", + "npr.org", + "binance.com", + "linktr.ee", + "time.com", + "cisco.com", + "udemy.com", + "shutterstock.com", + "investopedia.com", + "cbsnews.com", + "okta.com", + "appsflyer.com", + "typepad.com", + "calendly.com", + "verisign.com", + "outbrain.com", + "zdnet.com", + "deloitte.com", + "hdfcbank.com", + "media.net", + "docker.com", + "avast.com", + "bluehost.com", + "nba.com", + "hostgator.com", + "scientificamerican.com", + "aljazeera.com", + "sahibinden.com", + "rackspace.com", + "namecheap.com", + "people.com", + "branch.io", + "tv2.dk", + "criteo.com", + "trustpilot.com", + "hm.com", + "mailchimp.com", + "surveymonkey.com", + "mckinsey.com", + "rollingstone.com", + "slate.com", + "dictionary.com", + "coursera.org", + "msn.com", + "chegg.com", + "variety.com", + "cnn.com", + "proximus.be", + "adevarul.ro", + "cnbc.com", + "oe24.at", + "reuters.com", + "booking.com", + "bluewin.ch", + "viaplay.dk", + "aib.ie", + "hbomax.com", + "rtlnieuws.nl", + "buienradar.be", + "viaplay.se", + "antena3.ro", + "statista.com", + "pixabay.com", + "constantcontact.com", + "atlassian.com", + "bmj.com", + "trendyol.com", + "meetup.com", + "vmware.com", + "bitbucket.org", + "viaplay.no", + "asana.com", + "freepik.com", + "heute.at", + "mtvuutiset.fi", + "buienradar.nl", + "nypost.com", + "panasonic.com", + "safeway.com", + "amd.com", + "atg.se", + "brother.de", + "brother.eu", + "brother.fr", + "corsair.com", + "crucial.com", + "dc.com", + "dn.no", + "epson.de", + "epson.es", + "epson.eu", + "epson.fr", + "epson.it", + "evga.com", + "fortnite.com", + "fujitsu.com", + "global.canon", + "gpuopen.com", + "info.lidl", + "inpost.es", + "inpost.eu", + "inpost.it", + "intel.com", + "intersport.at", + "intersport.com", + "intersport.com.tr", + "intersport.cz", + "intersport.dk", + "intersport.es", + "intersport.hu", + "intersport.nl", + "intersport.sk", + "kaufland.de", + "lg.com", + "lidl.co.uk", + "lidl.com", + "lidl.cz", + "lidl.de", + "lidl.fr", + "lidl.it", + "lidl.pl", + "lifewire.com", + "logitech.com", + "micron.com", + "mythomson.com", + "oki.com", + "otto.de", + "razer.com", + "rightmove.co.uk", + "sbb.ch", + "seagate.com", + "soundcloud.com", + "trello.com", + "unrealengine.com", + "vodafone.al", + "vodafone.co.uk", + "vodafone.es", + "vodafone.gr", + "vodafone.hu", + "vodafone.ie", + "vodafone.nl", + "vodafone.ro", + "askubuntu.com", + "mathoverflow.net", + "serverfault.com", + "stackapps.com", + "stackexchange.com", + "stackoverflow.com", + "superuser.com", + "carrefour.fr" + ], + "id": "6c7366a0-4762-47b9-8eeb-04e86cc7a0cc", + "last_modified": 1714811639877 }, { "click": { @@ -19,7 +1128,7 @@ "optOut": "button#didomi-notice-disagree-button", "presence": "div#didomi-host" }, - "schema": 1713199742998, + "schema": 1714780809581, "cookies": {}, "domains": [ "doctolib.fr", @@ -52,12 +1161,11 @@ "radiofrance.fr", "rfi.fr", "rtl.fr", - "blablacar.fr", "6play.fr", "marianne.net" ], "id": "690aa076-4a8b-48ec-b52c-1443d44ff008", - "last_modified": 1713281881438 + "last_modified": 1714811639868 }, { "click": { @@ -65,9 +1173,10 @@ "optOut": "button.onetrust-close-btn-handler", "presence": "div#onetrust-consent-sdk" }, - "schema": 1713199742998, + "schema": 1714780808679, "cookies": {}, "domains": [ + "allopneus.com", "darty.com", "e.leclerc", "fnac.be", @@ -79,7 +1188,7 @@ "pasteur.fr" ], "id": "2d821158-5945-4134-a078-56c6da4f678d", - "last_modified": 1713281881435 + "last_modified": 1714811639865 }, { "click": { @@ -87,17 +1196,554 @@ "optOut": "#popin_tc_privacy_button_2", "presence": "#tc-privacy-wrapper" }, - "schema": 1713199742998, + "schema": 1714780809581, "domains": [ + "auto5.be", "bouyguestelecom.fr", "enedis.fr", "fortuneo.fr", "lcl.fr", + "norauto-franchise.com", + "norauto-pro.com", + "norauto.es", + "norauto.fr", + "norauto.it", + "norauto.pt", "tf1.fr", "tf1info.fr" ], "id": "98D89E26-F4B6-4C2D-BABF-4295B922E433", - "last_modified": 1713281881431 + "last_modified": 1714811639861 + }, + { + "schema": 1714780808679, + "domains": [ + "tumblr.com", + "paypal.com", + "amazon.co.uk", + "amazon.com.be", + "amazon.com.tr", + "amazon.de", + "amazon.es", + "amazon.fr", + "amazon.it", + "amazon.nl", + "amazon.pl", + "amazon.se" + ], + "id": "disabled", + "last_modified": 1714811639858 + }, + { + "schema": 1714780809581, + "cookies": { + "optOut": [ + { + "name": "__Secure-HO_Cookie_Consent_Declined", + "value": "1" + } + ] + }, + "domains": [ + "hetzner.com" + ], + "id": "a8222cf2-8f6c-48df-8215-05a15d4ac592", + "last_modified": 1714811639846 + }, + { + "click": { + "optIn": "#didomi-notice-agree-button", + "presence": "#didomi-popup" + }, + "schema": 1714780809581, + "cookies": {}, + "domains": [ + "decathlon.bg", + "decathlon.ca", + "decathlon.hr", + "decathlon.ie", + "decathlon.lt", + "decathlon.lv", + "decathlon.se", + "orange.lu", + "reverso.net" + ], + "id": "05157ed1-12c2-4f84-9dff-718fae5bc096", + "last_modified": 1714811639843 + }, + { + "click": { + "optIn": ".t_cm_ec_continue_button", + "optOut": ".t_cm_ec_reject_button", + "presence": "#__tealiumGDPRecModal" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "CONSENTMGR", + "value": "c1:0%7Cc2:0%7Cc3:0%7Cc4:0%7Cc5:0%7Cc6:0%7Cc7:0%7Cc8:0%7Cc9:0%7Cc10:0%7Cc11:0%7Cc12:0%7Cc13:0%7Cc14:0%7Cc15:0%7Cts:2524608000000%7Cconsent:false" + } + ] + }, + "domains": [ + "vodafone.com" + ], + "id": "a4cb7b9f-0a47-4fc8-ac4c-5e9d0d598531", + "last_modified": 1714811639839 + }, + { + "click": { + "optIn": "button#didomi-notice-agree-button", + "optOut": "span.didomi-continue-without-agreeing", + "presence": "div#didomi-popup" + }, + "schema": 1714780808679, + "cookies": {}, + "domains": [ + "theconversation.com", + "leparisien.fr", + "lesechos.fr", + "numerama.com", + "jofogas.hu", + "orange.com", + "orange.fr", + "meteofrance.com", + "subito.it", + "hasznaltauto.hu", + "zdnet.de", + "zdnet.fr", + "intersport.fr", + "leboncoin.fr", + "boursorama.com", + "boursobank.com", + "intermarche.com", + "bricomarche.com", + "entrepot-du-bricolage.fr", + "lesnumeriques.com", + "seloger.com", + "societe.com", + "manomano.fr", + "pagesjaunes.fr", + "sncf-connect.com", + "largus.fr" + ], + "id": "c1d7be10-151e-4a66-b83b-31a762869a97", + "last_modified": 1714811639831 + }, + { + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "gdpr", + "value": "1" + } + ] + }, + "domains": [ + "kinopoisk.ru", + "ya.ru", + "yandex.az", + "yandex.by", + "yandex.co.il", + "yandex.com", + "yandex.com.am", + "yandex.com.ge", + "yandex.com.tr", + "yandex.ee", + "yandex.eu", + "yandex.kz", + "yandex.lt", + "yandex.lv", + "yandex.md", + "yandex.pt", + "yandex.ru", + "yandex.tj", + "yandex.tm", + "yandex.uz", + "yandex.vc" + ], + "id": "37319f5d-9484-4da8-aee1-570a78688da3", + "last_modified": 1714811639827 + }, + { + "schema": 1714780808679, + "cookies": { + "optIn": [ + { + "name": "d_prefs", + "value": "MToxLGNvbnNlbnRfdmVyc2lvbjoyLHRleHRfdmVyc2lvbjoxMDAw" + } + ], + "optOut": [ + { + "name": "d_prefs", + "value": "MjoxLGNvbnNlbnRfdmVyc2lvbjoyLHRleHRfdmVyc2lvbjoxMDAw" + }, + { + "name": "twtr_pixel_opt_in", + "value": "N" + } + ] + }, + "domains": [ + "twitter.com" + ], + "id": "05b3b417-c4c7-4ed0-a3cf-43053e8b33ab", + "last_modified": 1714811639824 + }, + { + "click": { + "optIn": "button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll", + "optOut": "button#CybotCookiebotDialogBodyButtonDecline", + "presence": "div#CybotCookiebotDialog" + }, + "schema": 1714780808679, + "cookies": {}, + "domains": [ + "intermarche.be", + "intermarche.pl", + "intermarche.pt", + "intersport.hr", + "intersport.it", + "intersport.pl", + "intersport.si", + "issuu.com", + "telekom.ro", + "voetbal24.be", + "weforum.org" + ], + "id": "019c0709-e9ef-4b0d-94bf-958d251a51b5", + "last_modified": 1714811639820 + }, + { + "click": { + "optIn": "#gdpr-banner-accept", + "optOut": "#gdpr-banner-decline", + "presence": "#gdpr-banner" + }, + "schema": 1714780808679, + "domains": [ + "ebay.at", + "ebay.be", + "ebay.ca", + "ebay.ch", + "ebay.co.uk", + "ebay.com", + "ebay.com.au", + "ebay.com.hk", + "ebay.com.my", + "ebay.com.sg", + "ebay.de", + "ebay.es", + "ebay.fr", + "ebay.ie", + "ebay.it", + "ebay.nl", + "ebay.ph", + "ebay.pl", + "ebay.vn" + ], + "id": "1e6d35e7-b907-4f5c-a09a-9f3336ef6e61", + "last_modified": 1714811639817 + }, + { + "click": { + "optIn": "[data-t=\"acceptAllBtn\"]", + "optOut": "[data-t=\"continueWithoutAcceptingBtn\"]", + "presence": "[data-t=\"cookiesMessage\"]" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "cookie_policy_agreement", + "value": "3" + }, + { + "name": "dont-track", + "value": "1" + }, + { + "name": "f_c", + "value": "0" + }, + { + "name": "g_p", + "value": "0" + } + ] + }, + "domains": [ + "chollometro.com", + "dealabs.com", + "hotukdeals.com", + "mydealz.de", + "pepper.com", + "pepper.it", + "pepper.pl", + "preisjaeger.at" + ], + "id": "069f4d94-8031-4b83-b8f9-89752c5c1353", + "last_modified": 1714811639813 + }, + { + "click": { + "optIn": ".js-accept", + "optOut": ".js-refuse", + "presence": ".cookie-banner-buttons" + }, + "schema": 1714780808679, + "domains": [ + "emag.bg", + "emag.hu", + "emag.ro" + ], + "id": "dbbccc0a-13ba-4cd8-9cf0-32420401be55", + "last_modified": 1714811639809 + }, + { + "click": { + "optIn": "#kc-acceptAndHide", + "optOut": "#kc-denyAndHide", + "presence": ".kc-onsent" + }, + "schema": 1714780809581, + "domains": [ + "intersport.fi", + "k-ruoka.fi" + ], + "id": "282ff551-ce28-4b7f-9633-eaaa7ce89890", + "last_modified": 1714811639806 + }, + { + "click": { + "optIn": "#uc-btn-accept-banner", + "optOut": "#uc-btn-deny-banner", + "presence": "#uc-main-banner" + }, + "schema": 1714780809581, + "domains": [ + "zalando.at", + "zalando.be", + "zalando.ch", + "zalando.co.uk", + "zalando.com", + "zalando.cz", + "zalando.de", + "zalando.dk", + "zalando.ee", + "zalando.es", + "zalando.fi", + "zalando.fr", + "zalando.hr", + "zalando.hu", + "zalando.ie", + "zalando.it", + "zalando.lt", + "zalando.lv", + "zalando.nl", + "zalando.no", + "zalando.pl", + "zalando.ro", + "zalando.se", + "zalando.si", + "zalando.sk" + ], + "id": "3203ac4e-2454-4022-90fb-d4f51467ce20", + "last_modified": 1714811639802 + }, + { + "click": { + "optIn": ".ebu-cookies-layer__modal-buttons > .confirm", + "presence": "#cookiesModal" + }, + "schema": 1714780808679, + "cookies": { + "optOut": [ + { + "name": "OPTOUTCONSENT", + "value": "1:1&2:0&3:0&4:0" + } + ] + }, + "domains": [ + "vodafone.pt" + ], + "id": "522a2d72-8131-406e-b058-b27ec07808fc", + "last_modified": 1714811639799 + }, + { + "click": { + "optIn": "[data-testid=\"uc-accept-all-button\"]", + "optOut": "[data-testid=\"uc-deny-all-button\"]", + "presence": "#focus-lock-id" + }, + "schema": 1714780808679, + "domains": [ + "magenta.at", + "post.ch", + "rts.ch" + ], + "id": "c40f3982-0372-4cdd-8aea-c150afd8328e", + "last_modified": 1714811639795 + }, + { + "click": { + "optIn": "button.cc-banner__button-accept", + "optOut": "button.cc-banner__button-reject", + "presence": ".cc-banner" + }, + "schema": 1714780809581, + "cookies": {}, + "domains": [ + "springer.com", + "nature.com" + ], + "id": "9ab30eae-9592-47b1-b46e-7640c4316f14", + "last_modified": 1714811639789 + }, + { + "click": {}, + "schema": 1714780809581, + "cookies": { + "optIn": [ + { + "name": ".consent", + "value": "fu1-ma1-pe1" + } + ], + "optOut": [ + { + "name": ".consent", + "value": "fu0-ma0-pe0" + } + ] + }, + "domains": [ + "galaxus.de" + ], + "id": "cc78c082-2dc6-4287-9a7c-168c591810fd", + "last_modified": 1714811639782 + }, + { + "click": { + "optIn": ".sp_choice_type_11", + "presence": ".message-container > #notice", + "runContext": "child" + }, + "schema": 1714780809581, + "cookies": {}, + "domains": [ + "thetimes.co.uk", + "qz.com", + "privacy-mgmt.com", + "independent.co.uk", + "gizmodo.com", + "e24.no", + "thesun.co.uk", + "thesun.ie", + "focus.de", + "bild.de", + "computerbild.de", + "t-online.de", + "wetteronline.de", + "chip-kiosk.de", + "chip.de", + "chip.info", + "n-tv.de", + "newsnow.co.uk", + "telegraph.co.uk", + "theguardian.com", + "faz.net", + "sueddeutsche.de", + "rtl.de", + "gutefrage.net", + "express.de", + "tvspielfilm.de", + "finanzen.net", + "tag24.de", + "kino.de", + "heise.de", + "bunte.de", + "golem.de", + "meinestadt.de", + "berliner-zeitung.de", + "karlsruhe-insider.de", + "wetter.de" + ], + "id": "d42bbaee-f96e-47e7-8e81-efc642518e97", + "last_modified": 1714811639779 + }, + { + "click": { + "optIn": "button#didomi-notice-agree-button", + "presence": "div#didomi-host" + }, + "schema": 1714780808679, + "cookies": {}, + "domains": [ + "echo24.cz", + "jeuxvideo.com", + "24sata.hr", + "nova.cz", + "lidovky.cz", + "jutarnji.hr", + "vecernji.hr", + "sport.es", + "elespanol.com", + "in-pocasi.cz", + "20minutes.fr", + "actu.fr", + "hbvl.be", + "naszemiasto.pl", + "rtbf.be", + "20minutos.es", + "sudinfo.be", + "elpais.com", + "sinoptik.bg", + "lequipe.fr", + "abc.es", + "gva.be", + "eltiempo.es", + "eldiario.es", + "larazon.es", + "extra.cz", + "ladepeche.fr", + "marmiton.org", + "poslovni.hr", + "softonic.com", + "sydsvenskan.se", + "telecinco.es", + "giphy.com", + "filmstarts.de", + "funda.nl", + "idnes.cz", + "aktualne.cz", + "blesk.cz", + "centrum.cz", + "denik.cz", + "csfd.cz", + "hn.cz", + "moviepilot.de", + "chip.cz" + ], + "id": "af4c5b38-d210-472b-9a07-21cbe53c85ab", + "last_modified": 1714811639775 + }, + { + "click": { + "optIn": "#accept-btn", + "optOut": "#decline-btn", + "presence": "#privacy-manager-popin" + }, + "schema": 1713199742998, + "domains": [ + "canalplus.com" + ], + "id": "7b2e3401-697f-440a-b418-8477fcf2cfeb", + "last_modified": 1713281881442 }, { "click": { @@ -282,202 +1928,6 @@ "id": "c232eab8-f55a-436a-8033-478746d05d98", "last_modified": 1711550955105 }, - { - "click": { - "optIn": "button#onetrust-accept-btn-handler", - "optOut": ".ot-pc-refuse-all-handler, #onetrust-reject-all-handler", - "presence": "div#onetrust-consent-sdk" - }, - "schema": 1711039008141, - "cookies": {}, - "domains": [ - "espncricinfo.com", - "blackboard.com", - "roche.com", - "apnews.com", - "nationalgeographic.com", - "espn.com", - "hotjar.com", - "marriott.com", - "hootsuite.com", - "wattpad.com", - "gamespot.com", - "apa.org", - "opendns.com", - "epicgames.com", - "zendesk.com", - "drei.at", - "ikea.com", - "search.ch", - "centrum.sk", - "zoom.us", - "pluska.sk", - "hp.com", - "ceskatelevize.cz", - "telenet.be", - "adobe.com", - "rottentomatoes.com", - "dhl.com", - "dhl.de", - "nvidia.com", - "cloudflare.com", - "webex.com", - "indeed.com", - "discord.com", - "sport.ro", - "ricardo.ch", - "stirileprotv.ro", - "1177.se", - "meinbezirk.at", - "orange.ro", - "ica.se", - "flashscore.pl", - "kuleuven.be", - "tutti.ch", - "post.at", - "rezultati.com", - "nbg.gr", - "behance.net", - "zemanta.com", - "grammarly.com", - "usatoday.com", - "cnet.com", - "npr.org", - "binance.com", - "linktr.ee", - "time.com", - "cisco.com", - "udemy.com", - "shutterstock.com", - "investopedia.com", - "cbsnews.com", - "okta.com", - "appsflyer.com", - "typepad.com", - "calendly.com", - "verisign.com", - "outbrain.com", - "zdnet.com", - "deloitte.com", - "hdfcbank.com", - "media.net", - "docker.com", - "avast.com", - "bluehost.com", - "nba.com", - "hostgator.com", - "scientificamerican.com", - "aljazeera.com", - "sahibinden.com", - "rackspace.com", - "namecheap.com", - "people.com", - "branch.io", - "tv2.dk", - "criteo.com", - "trustpilot.com", - "hm.com", - "mailchimp.com", - "surveymonkey.com", - "mckinsey.com", - "rollingstone.com", - "slate.com", - "dictionary.com", - "coursera.org", - "msn.com", - "chegg.com", - "variety.com", - "cnn.com", - "proximus.be", - "adevarul.ro", - "cnbc.com", - "oe24.at", - "reuters.com", - "booking.com", - "bluewin.ch", - "viaplay.dk", - "aib.ie", - "hbomax.com", - "rtlnieuws.nl", - "buienradar.be", - "viaplay.se", - "antena3.ro", - "statista.com", - "pixabay.com", - "constantcontact.com", - "atlassian.com", - "bmj.com", - "trendyol.com", - "meetup.com", - "vmware.com", - "bitbucket.org", - "viaplay.no", - "asana.com", - "freepik.com", - "heute.at", - "mtvuutiset.fi", - "buienradar.nl", - "nypost.com", - "panasonic.com", - "safeway.com", - "amd.com", - "atg.se", - "brother.de", - "brother.eu", - "brother.fr", - "corsair.com", - "crucial.com", - "dc.com", - "dn.no", - "epson.de", - "epson.es", - "epson.eu", - "epson.fr", - "epson.it", - "evga.com", - "fortnite.com", - "fujitsu.com", - "global.canon", - "gpuopen.com", - "info.lidl", - "inpost.es", - "inpost.eu", - "inpost.it", - "intel.com", - "kaufland.de", - "lg.com", - "lidl.co.uk", - "lidl.com", - "lidl.cz", - "lidl.de", - "lidl.fr", - "lidl.it", - "lidl.pl", - "lifewire.com", - "logitech.com", - "micron.com", - "mythomson.com", - "oki.com", - "otto.de", - "razer.com", - "rightmove.co.uk", - "sbb.ch", - "seagate.com", - "soundcloud.com", - "trello.com", - "unrealengine.com", - "askubuntu.com", - "mathoverflow.net", - "serverfault.com", - "stackapps.com", - "stackexchange.com", - "stackoverflow.com", - "superuser.com", - "carrefour.fr" - ], - "id": "6c7366a0-4762-47b9-8eeb-04e86cc7a0cc", - "last_modified": 1711550955100 - }, { "click": { "optIn": "#footer_tc_privacy_button", @@ -492,44 +1942,6 @@ "id": "cc818b41-7b46-46d3-9b17-cf924cbe87d1", "last_modified": 1711550955095 }, - { - "click": { - "optIn": "button#didomi-notice-agree-button", - "optOut": "span.didomi-continue-without-agreeing", - "presence": "div#didomi-popup" - }, - "schema": 1711039008141, - "cookies": {}, - "domains": [ - "theconversation.com", - "leparisien.fr", - "lesechos.fr", - "numerama.com", - "jofogas.hu", - "orange.fr", - "meteofrance.com", - "subito.it", - "hasznaltauto.hu", - "zdnet.de", - "intersport.fr", - "decathlon.fr", - "leboncoin.fr", - "boursorama.com", - "boursobank.com", - "intermarche.com", - "bricomarche.com", - "entrepot-du-bricolage.fr", - "lesnumeriques.com", - "seloger.com", - "societe.com", - "manomano.fr", - "pagesjaunes.fr", - "sncf-connect.com", - "largus.fr" - ], - "id": "c1d7be10-151e-4a66-b83b-31a762869a97", - "last_modified": 1711550955088 - }, { "click": { "optIn": "button#footer_tc_privacy_button_2", @@ -798,108 +2210,6 @@ "id": "7AF1C34C-750E-44FC-A3C4-31FB61EBF71B", "last_modified": 1710331175376 }, - { - "click": { - "optIn": ".sp_choice_type_11", - "presence": ".message-container > #notice", - "runContext": "child" - }, - "schema": 1710174339269, - "cookies": {}, - "domains": [ - "thetimes.co.uk", - "qz.com", - "privacy-mgmt.com", - "independent.co.uk", - "gizmodo.com", - "e24.no", - "thesun.co.uk", - "thesun.ie", - "focus.de", - "bild.de", - "computerbild.de", - "t-online.de", - "wetteronline.de", - "chip.de", - "n-tv.de", - "newsnow.co.uk", - "telegraph.co.uk", - "theguardian.com", - "faz.net", - "sueddeutsche.de", - "rtl.de", - "gutefrage.net", - "express.de", - "tvspielfilm.de", - "finanzen.net", - "tag24.de", - "kino.de", - "heise.de", - "bunte.de", - "golem.de", - "meinestadt.de", - "berliner-zeitung.de", - "karlsruhe-insider.de", - "wetter.de" - ], - "id": "d42bbaee-f96e-47e7-8e81-efc642518e97", - "last_modified": 1710331175368 - }, - { - "click": { - "optIn": "button#didomi-notice-agree-button", - "presence": "div#didomi-host" - }, - "schema": 1710174339269, - "cookies": {}, - "domains": [ - "echo24.cz", - "jeuxvideo.com", - "24sata.hr", - "nova.cz", - "lidovky.cz", - "jutarnji.hr", - "vecernji.hr", - "sport.es", - "elespanol.com", - "in-pocasi.cz", - "20minutes.fr", - "actu.fr", - "hbvl.be", - "naszemiasto.pl", - "rtbf.be", - "20minutos.es", - "sudinfo.be", - "elpais.com", - "sinoptik.bg", - "lequipe.fr", - "abc.es", - "gva.be", - "eltiempo.es", - "eldiario.es", - "larazon.es", - "extra.cz", - "ladepeche.fr", - "marmiton.org", - "poslovni.hr", - "softonic.com", - "sydsvenskan.se", - "telecinco.es", - "giphy.com", - "filmstarts.de", - "funda.nl", - "idnes.cz", - "aktualne.cz", - "blesk.cz", - "centrum.cz", - "denik.cz", - "csfd.cz", - "hn.cz", - "moviepilot.de" - ], - "id": "af4c5b38-d210-472b-9a07-21cbe53c85ab", - "last_modified": 1710331175354 - }, { "click": { "optOut": "button[data-js-item=\"privacy-protection-default\"]", @@ -1118,57 +2428,6 @@ "id": "0132691F-247B-4CB9-BF9B-0EB61B7435F3", "last_modified": 1708772697226 }, - { - "click": { - "optIn": ".cc-btn.cc-allow", - "optOut": ".cc-btn.cc-deny", - "presence": ".cc-window.cc-banner" - }, - "schema": 1708732808372, - "cookies": { - "optOut": [ - { - "name": "cookieconsent_status", - "value": "deny" - } - ] - }, - "domains": [ - "magnite.com", - "mecklenburg-vorpommern.de", - "omv.com", - "omv.at", - "omv.bg", - "omv.de", - "omv.nz", - "omv.no", - "omv.ro", - "omv.co.rs", - "omv.sk", - "omv.cz", - "omv.tn", - "omv.ae", - "omv.hu", - "omv.si", - "omv-gas.com", - "omv-gas.at", - "omv-gas.be", - "omv-gas.de", - "omv-gas.hu", - "omv-gas.nl", - "omv-gas.com.tr", - "omv-gas-storage.com", - "omvpetrom.com", - "petrom.ro", - "petrom.md", - "avanti.at", - "avanti-tankstellen.de", - "diskonttanken.at", - "tocimceneje.si" - ], - "id": "8f401b10-02b6-4e05-88fa-c37012d4c8c0", - "last_modified": 1708772697214 - }, { "click": {}, "schema": 1708732808372, @@ -1891,120 +3150,6 @@ "id": "bcf09922-64d7-4879-974a-119e8bd05fee", "last_modified": 1702633230645 }, - { - "click": { - "optIn": "#onetrust-accept-btn-handler", - "presence": "div#onetrust-consent-sdk" - }, - "schema": 1702598407647, - "cookies": {}, - "domains": [ - "gitlab.com", - "speedtest.net", - "name.com", - "mlb.com", - "qualtrics.com", - "tim.it", - "hotnews.ro", - "mashable.com", - "pcmag.com", - "barnesandnoble.com", - "politico.com", - "quillbot.com", - "newyorker.com", - "upwork.com", - "mediafax.ro", - "elisa.fi", - "blick.ch", - "tvn24.pl", - "olx.pl", - "olx.bg", - "gsp.ro", - "fastly.com", - "spotify.com", - "20min.ch", - "olx.ro", - "olx.pt", - "sportal.bg", - "gazeta.pl", - "romaniatv.net", - "teamviewer.com", - "ted.com", - "tripadvisor.com", - "webmd.com", - "cambridge.org", - "investing.com", - "businesswire.com", - "istockphoto.com", - "iso.org", - "quizlet.com", - "genius.com", - "jstor.org", - "trendmicro.com", - "duolingo.com", - "sophos.com", - "rte.ie", - "euro.com.pl", - "wired.com", - "arstechnica.com", - "gartner.com", - "thelancet.com", - "weebly.com", - "irishtimes.com", - "libertatea.ro", - "otomoto.pl", - "sport.pl", - "novini.bg", - "stiripesurse.ro", - "suomi24.fi", - "ziare.com", - "irishexaminer.com", - "tripadvisor.it", - "thejournal.ie", - "superbet.ro", - "g4media.ro", - "wyborcza.pl", - "nachrichten.at", - "tt.com", - "three.ie", - "tripadvisor.co.uk", - "dcnews.ro", - "vol.at", - "plotek.pl", - "howstuffworks.com", - "tripadvisor.de", - "acer.com", - "allaboutcookies.org", - "bankier.pl", - "brother.co.uk", - "brother.es", - "brother.it", - "digicert.com", - "epson.co.uk", - "fiverr.com", - "frontiersin.org", - "glassdoor.com", - "global.brother", - "gq-magazine.co.uk", - "ingka.com", - "inpost.pl", - "instructure.com", - "komputronik.pl", - "mediaexpert.pl", - "oleole.pl", - "ookla.com", - "otodom.pl", - "play.pl", - "prnewswire.com", - "salesforce.com", - "slack.com", - "thawte.com", - "ui.com", - "uisp.com" - ], - "id": "256259D5-28AA-44C4-A837-8A30424005BB", - "last_modified": 1702633230640 - }, { "click": { "optIn": "button[data-qa=\"privacy-settings-action-info\"]", @@ -2036,28 +3181,6 @@ "id": "23710ccf-85e6-450e-953d-7ffc3f80bbf0", "last_modified": 1702633230618 }, - { - "click": { - "optIn": "button#popin_tc_privacy_button_2", - "presence": "div#popin_tc_privacy_container_button" - }, - "schema": 1702598407647, - "cookies": { - "optIn": [], - "optOut": [ - { - "name": "TC_PRIVACY", - "value": "1@006%7C86%7C3315@@@1665406595598%2C1665406595598%2C1680958595598@" - } - ] - }, - "domains": [ - "credit-agricole.fr", - "sparkasse.at" - ], - "id": "850ca0e7-372f-4c9f-bfbd-76d38a076cf7", - "last_modified": 1702633230606 - }, { "click": { "optIn": "button#ccc-recommended-settings", @@ -2337,20 +3460,6 @@ "id": "0AB3A01E-10A9-4509-9350-6EF61AB223F3", "last_modified": 1700826062716 }, - { - "click": { - "optIn": "[data-testid=\"uc-accept-all-button\"]", - "optOut": "[data-testid=\"uc-deny-all-button\"]", - "presence": "#usercentrics-root" - }, - "schema": 1700313507200, - "cookies": {}, - "domains": [ - "rts.ch" - ], - "id": "9f5f0c06-5221-45b2-a174-7d70fd128eb3", - "last_modified": 1700826062713 - }, { "click": { "optIn": ".cky-btn.cky-btn-accept", @@ -2365,21 +3474,6 @@ "id": "536f8027-111f-4798-a9ef-745b30fe65c8", "last_modified": 1700826062709 }, - { - "click": { - "optIn": "#didomi-notice-agree-button", - "optOut": ".didomi-continue-without-agreeing", - "presence": "div#didomi-notice" - }, - "schema": 1700313507200, - "cookies": {}, - "domains": [ - "orange.sk", - "hnonline.sk" - ], - "id": "688d29a8-e1c7-4d62-b3d4-53b451ff5a48", - "last_modified": 1700826062705 - }, { "click": { "optIn": ".sp_choice_type_11", @@ -2538,20 +3632,6 @@ "id": "0caa99d5-2b67-44e1-bd45-509d8e785071", "last_modified": 1700826062661 }, - { - "click": { - "optIn": ".sc-1olg58b-0.bXsYmb.sc-1olg58b-1.KXemC", - "optOut": ".sc-1olg58b-0.jHiTgL.sc-1olg58b-1.sc-1hth3pd-7.KXemC.kSupJA", - "presence": ".sc-mgoo3k-0.jFxlDH" - }, - "schema": 1700784006705, - "cookies": {}, - "domains": [ - "galaxus.de" - ], - "id": "cc78c082-2dc6-4287-9a7c-168c591810fd", - "last_modified": 1700826062657 - }, { "click": { "optIn": "button.fc-cta-consent", @@ -2911,22 +3991,6 @@ "id": "2625ca4e-dd77-4e72-a6d0-c959f3575ad8", "last_modified": 1700826062543 }, - { - "schema": 1700130283852, - "domains": [ - "tumblr.com", - "paypal.com", - "amazon.se", - "amazon.fr", - "amazon.nl", - "amazon.es", - "amazon.co.uk", - "amazon.de", - "amazon.it" - ], - "id": "disabled", - "last_modified": 1700313506967 - }, { "click": { "optOut": ".CookiesAlert_cookiesAlert__3qSl1 .Button_button__3Me73", @@ -3010,22 +4074,6 @@ "id": "didomi", "last_modified": 1700313506945 }, - { - "schema": 1699660804881, - "cookies": { - "optOut": [ - { - "name": "CookieConsentDeclined", - "value": "1" - } - ] - }, - "domains": [ - "hetzner.com" - ], - "id": "a8222cf2-8f6c-48df-8215-05a15d4ac592", - "last_modified": 1700130283634 - }, { "click": { "optIn": ".banner-actions-container > #onetrust-accept-btn-handler, #onetrust-button-group > #onetrust-accept-btn-handler, .onetrust-banner-options > #onetrust-accept-btn-handler", @@ -3163,28 +4211,6 @@ "id": "A04DD123-A10F-4665-9C2B-2FB5CC293F42", "last_modified": 1697710931635 }, - { - "click": { - "optIn": "button[data-test=\"pwa-consent-layer-accept-all\"]", - "optOut": "button[data-test=\"pwa-consent-layer-deny-all\"]", - "presence": "#mms-consent-portal-container" - }, - "schema": 1697557061727, - "cookies": { - "optOut": [ - { - "name": "pwaconsent", - "value": "v:1.0~required:1&clf:1,cli:1,gfb:1,gtm:1,jot:1,ocx:1|comfort:0&baz:0,cne:0,con:0,fix:0,gfa:0,goa:0,gom:0,grc:0,grv:0,inm:0,lib:0,lob:0,opt:0,orc:0,ore:0,pcl:0,sen:0,sis:0,spe:0,sst:0,swo:0,twi:0,usw:0,usz:0,yte:0|marketing:0&cri:0,eam:0,fab:0,fbc:0,fcm:0,gac:0,gad:0,gcl:0,gcm:0,gdv:0,gos:0,gse:0,msb:0,omp:0,pin:0,ttd:0,twt:0|" - } - ] - }, - "domains": [ - "mediamarkt.de", - "saturn.de" - ], - "id": "2A2B8102-D276-4ECE-AFBD-005E8E917D18", - "last_modified": 1697710931632 - }, { "click": { "optIn": "div[data-tracking-opt-in-accept=\"true\"]", @@ -3197,34 +4223,6 @@ "id": "D168AF87-F481-4AD7-BE78-28A59F798406", "last_modified": 1697710931628 }, - { - "click": { - "optIn": "#consentAcceptAll", - "optOut": "#rejectAll", - "presence": "#__tealiumGDPRecModal" - }, - "schema": 1697557061727, - "domains": [ - "telekom.com", - "telekom.de" - ], - "id": "8907164E-17D8-4D27-B0A3-EDDA59F53DBE", - "last_modified": 1697710931625 - }, - { - "click": { - "optIn": "#dip-consent-summary-accept-all", - "optOut": "#dip-consent-summary-reject-all", - "presence": "#dip-consent" - }, - "schema": 1697557061727, - "cookies": {}, - "domains": [ - "vodafone.de" - ], - "id": "B85F7D67-D6D4-40EE-8472-A32B6CD01E0E", - "last_modified": 1697710931621 - }, { "schema": 1697557061727, "cookies": { @@ -3322,32 +4320,6 @@ "id": "e3968548-ebca-4d6b-b8cf-5707e90fb612", "last_modified": 1697710931573 }, - { - "click": { - "optIn": "button#uc-btn-accept-banner", - "optOut": "button#uc-btn-deny-banner", - "presence": "div#uc-banner-modal" - }, - "schema": 1697557061727, - "cookies": {}, - "domains": [ - "zalando.ch", - "zalando.dk", - "zalando.be", - "zalando.de", - "zalando.at", - "zalando.co.uk", - "zalando.com", - "zalando.cz", - "zalando.ee", - "zalando.es", - "zalando.fi", - "zalando.fr", - "zalando.hr" - ], - "id": "3203ac4e-2454-4022-90fb-d4f51467ce20", - "last_modified": 1697710931567 - }, { "schema": 1696497904676, "cookies": { @@ -3448,26 +4420,6 @@ "id": "788ed05e-cf93-41a8-b2e5-c5571d855232", "last_modified": 1695037595328 }, - { - "click": { - "optIn": "#didomi-notice-agree-button", - "presence": "#didomi-popup" - }, - "schema": 1690070404721, - "cookies": { - "optOut": [ - { - "name": "euconsent-v2", - "value": "CRolnUARolnUAAHABBENDHCgAAAAAAAAAAAAAAAAAAAA.YAAAAAAAAAAA" - } - ] - }, - "domains": [ - "reverso.net" - ], - "id": "05157ed1-12c2-4f84-9dff-718fae5bc096", - "last_modified": 1690359097310 - }, { "click": { "optIn": "#acceptAllButton", @@ -4208,23 +5160,6 @@ "id": "d0b8bc2c-c633-4628-aa39-e840060efc2e", "last_modified": 1676903765490 }, - { - "click": {}, - "schema": 1676828360243, - "cookies": { - "optOut": [ - { - "name": "OPTOUTCONSENT", - "value": "1:1&2:0&3:0&4:0" - } - ] - }, - "domains": [ - "vodafone.pt" - ], - "id": "522a2d72-8131-406e-b058-b27ec07808fc", - "last_modified": 1676903765486 - }, { "click": { "optIn": "div#cookiescript_accept", @@ -4634,19 +5569,6 @@ "id": "5a3bf87a-62c2-40b2-bfbb-b2dcf8c23f84", "last_modified": 1676903765347 }, - { - "click": { - "optIn": "button#kc-acceptAndHide", - "presence": "div#kconsent" - }, - "schema": 1676900249813, - "cookies": {}, - "domains": [ - "k-ruoka.fi" - ], - "id": "282ff551-ce28-4b7f-9633-eaaa7ce89890", - "last_modified": 1676903765343 - }, { "click": { "optIn": "button.css-tzlaik", @@ -4994,19 +5916,6 @@ "id": "7e5d072f-ea5a-4a82-9ea4-3bbf06d5cc8d", "last_modified": 1676903765237 }, - { - "click": { - "optIn": "button.js-accept", - "presence": "div.cookie-banner-buttons" - }, - "schema": 1676900248050, - "cookies": {}, - "domains": [ - "emag.hu" - ], - "id": "e78a3fdb-bcba-402c-b2da-63994aba1b30", - "last_modified": 1676903765229 - }, { "click": { "optIn": "button.css-b2defl", @@ -5307,19 +6216,6 @@ "id": "803fbd5e-3734-4cf6-a878-5ffe24ec6809", "last_modified": 1676903765155 }, - { - "click": { - "optIn": "button#consent_prompt_submit", - "presence": "div#__tealiumGDPRecModal" - }, - "schema": 1676900248923, - "cookies": {}, - "domains": [ - "post.ch" - ], - "id": "c40f3982-0372-4cdd-8aea-c150afd8328e", - "last_modified": 1676903765151 - }, { "click": { "optIn": "button#didomi-notice-agree-button", @@ -5491,20 +6387,6 @@ "id": "84a097a3-5cd1-448a-afcf-4be950bc5756", "last_modified": 1676903765100 }, - { - "click": { - "optIn": "button.ch2-allow-all-btn", - "optOut": "button.ch2-deny-all-btn", - "presence": "div.ch2-container" - }, - "schema": 1676900251552, - "cookies": {}, - "domains": [ - "semrush.com" - ], - "id": "2f54e492-0f33-4496-ab08-99af50bf6f22", - "last_modified": 1676903765096 - }, { "click": { "optIn": "button.btn-success", @@ -5699,20 +6581,6 @@ "id": "f6f48ce2-0487-4003-b1c7-dfcd37def8d7", "last_modified": 1676903765026 }, - { - "click": { - "optIn": "button.cc-banner__button-accept", - "presence": "section.cc-banner" - }, - "schema": 1676900250688, - "cookies": {}, - "domains": [ - "springer.com", - "nature.com" - ], - "id": "9ab30eae-9592-47b1-b46e-7640c4316f14", - "last_modified": 1676903765022 - }, { "click": { "optIn": "button#cookie-accept-all-secondary", @@ -5727,19 +6595,6 @@ "id": "9ea83ecf-3e82-4976-80e7-86872d7e4aeb", "last_modified": 1676903765019 }, - { - "click": { - "optIn": "button#accept_all_cookies", - "presence": "section#cookie_consent" - }, - "schema": 1676900250688, - "cookies": {}, - "domains": [ - "telekom.hu" - ], - "id": "80d51057-06fe-4469-be50-0438c9165020", - "last_modified": 1676903765015 - }, { "click": { "optIn": "button.primary", @@ -6654,26 +7509,6 @@ "id": "e5706488-f2e9-47bd-a178-4d569ca26ce8", "last_modified": 1674560738076 }, - { - "click": {}, - "schema": 1674521303759, - "cookies": { - "optOut": [ - { - "name": "gdpr", - "value": "1" - } - ] - }, - "domains": [ - "yandex.com", - "yandex.ru", - "ya.ru", - "kinopoisk.ru" - ], - "id": "37319f5d-9484-4da8-aee1-570a78688da3", - "last_modified": 1674560738073 - }, { "click": { "optIn": "button.cmp-intro_acceptAll", @@ -7781,22 +8616,6 @@ "id": "f1ddc6f6-8927-4205-8003-1f6e84ae22b0", "last_modified": 1670498157329 }, - { - "click": { - "optIn": "button#gdpr-banner-accept", - "optOut": "button#gdpr-banner-decline", - "presence": "div#gdpr-banner" - }, - "schema": 1670460527205, - "cookies": {}, - "domains": [ - "ebay.com", - "ebay.de", - "ebay.co.uk" - ], - "id": "1e6d35e7-b907-4f5c-a09a-9f3336ef6e61", - "last_modified": 1670498157322 - }, { "click": { "optIn": "button[data-a-target=consent-banner-accept]", @@ -7853,27 +8672,6 @@ "id": "c2f6b05e-73dc-4df4-bb54-68215bb9f176", "last_modified": 1670498157308 }, - { - "click": {}, - "schema": 1670460528099, - "cookies": { - "optOut": [ - { - "name": "cookie_policy_agreement", - "value": "3" - }, - { - "name": "dont-track", - "value": "1" - } - ] - }, - "domains": [ - "mydealz.de" - ], - "id": "069f4d94-8031-4b83-b8f9-89752c5c1353", - "last_modified": 1670498157271 - }, { "click": {}, "schema": 1670460528099, @@ -7926,23 +8724,6 @@ "id": "c5243e7c-eb86-4a9d-947c-7129e99fbd72", "last_modified": 1670498157243 }, - { - "click": { - "optIn": "button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll", - "optOut": "button#CybotCookiebotDialogBodyButtonDecline", - "presence": "div#CybotCookiebotDialog" - }, - "schema": 1670460528099, - "cookies": {}, - "domains": [ - "issuu.com", - "dobrenoviny.sk", - "voetbal24.be", - "weforum.org" - ], - "id": "019c0709-e9ef-4b0d-94bf-958d251a51b5", - "last_modified": 1670498157239 - }, { "click": { "optIn": ".btn--primary", @@ -8263,20 +9044,6 @@ "id": "3c03e0ec-aa84-48a1-83ca-0bf07d24e20e", "last_modified": 1670498156807 }, - { - "click": { - "optIn": "button#gdpr-banner-accept", - "optOut": "button#gdpr-banner-decline", - "presence": "div.gdpr-banner__wrapper" - }, - "schema": 1670460537691, - "cookies": {}, - "domains": [ - "ebay.it" - ], - "id": "0bee4c78-484e-4f21-8585-f089bc7618f5", - "last_modified": 1670498156804 - }, { "click": { "optIn": "button#truste-consent-button", @@ -8781,20 +9548,6 @@ "id": "86b4e119-8e5c-471d-bf80-c65489277135", "last_modified": 1670498156241 }, - { - "click": { - "optIn": "button.t_cm_ec_continue_button", - "optOut": "button.t_cm_ec_reject_button", - "presence": "div.t_cm_ec_modal_footer" - }, - "schema": 1670460531110, - "cookies": {}, - "domains": [ - "vodafone.com" - ], - "id": "a4cb7b9f-0a47-4fc8-ac4c-5e9d0d598531", - "last_modified": 1670498156229 - }, { "click": { "optIn": "button.eu-cookie-compliance-secondary-button", @@ -8969,19 +9722,6 @@ "id": "944c0cf0-271b-41f8-b0ca-3fa67db7af29", "last_modified": 1670498156035 }, - { - "click": { - "optIn": "button.js-accept", - "presence": "div.cookie-banner-buttons" - }, - "schema": 1670460529016, - "cookies": {}, - "domains": [ - "emag.ro" - ], - "id": "dbbccc0a-13ba-4cd8-9cf0-32420401be55", - "last_modified": 1670498156032 - }, { "click": { "optIn": "button#accept-all", @@ -9373,29 +10113,7 @@ ], "id": "999c2b81-8c59-43d0-b73e-cd76b71a2b7c", "last_modified": 1670498155651 - }, - { - "schema": 1670460527205, - "cookies": { - "optIn": [ - { - "name": "d_prefs", - "value": "MToxLGNvbnNlbnRfdmVyc2lvbjoyLHRleHRfdmVyc2lvbjoxMDAw" - } - ], - "optOut": [ - { - "name": "d_prefs", - "value": "MjoxLGNvbnNlbnRfdmVyc2lvbjoyLHRleHRfdmVyc2lvbjoxMDAw" - } - ] - }, - "domains": [ - "twitter.com" - ], - "id": "05b3b417-c4c7-4ed0-a3cf-43053e8b33ab", - "last_modified": 1670498155641 } ], - "timestamp": 1713281881442 + "timestamp": 1714811640008 } diff --git a/services/settings/dumps/security-state/intermediates.json b/services/settings/dumps/security-state/intermediates.json index c480862581de..199a3185b065 100644 --- a/services/settings/dumps/security-state/intermediates.json +++ b/services/settings/dumps/security-state/intermediates.json @@ -1,5 +1,167 @@ { "data": [ + { + "schema": 1714791238190, + "derHash": "xGZ4sRrZuLnkaVPDjm8OPgySR5BwwVErihVQcOfk5Po=", + "subject": "CN=TrustID Enterprise TLS CA 3,O=IdenTrust,C=US", + "subjectDN": "MEcxCzAJBgNVBAYTAlVTMRIwEAYDVQQKEwlJZGVuVHJ1c3QxJDAiBgNVBAMTG1RydXN0SUQgRW50ZXJwcmlzZSBUTFMgQ0EgMw==", + "whitelist": false, + "attachment": { + "hash": "edddf3ae74e9954872390160d49e0914a4987cbf9cc79487644d9b4e418cb358", + "size": 2714, + "filename": "B-hU8mp8vTiZJ6oEG_7xts0h3RQ4GK2UfcZVqeWH_og=.pem", + "location": "security-state-staging/intermediates/42e8a4d9-5352-4096-863f-ede4c78a7cc0.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "B+hU8mp8vTiZJ6oEG/7xts0h3RQ4GK2UfcZVqeWH/og=", + "crlite_enrolled": false, + "id": "12580234-174e-49d0-ad36-6b5f47fe7676", + "last_modified": 1714791423313 + }, + { + "schema": 1714791237816, + "derHash": "GH49Z7oIe5+b7zzWIUXn+cJ0esNiZk6YzFWsQmpBkCg=", + "subject": "CN=TrustID Enterprise TLS CA 3,O=IdenTrust,C=US", + "subjectDN": "MEcxCzAJBgNVBAYTAlVTMRIwEAYDVQQKEwlJZGVuVHJ1c3QxJDAiBgNVBAMTG1RydXN0SUQgRW50ZXJwcmlzZSBUTFMgQ0EgMw==", + "whitelist": false, + "attachment": { + "hash": "53e98087ee13a616940a25bcb7b29f323e76727d6b09f8a57cbfb312edde1355", + "size": 2718, + "filename": "Yo1JYtjv0A0JKQdpcsZDiGbDJrXCSPCztPMl6CEDfpQ=.pem", + "location": "security-state-staging/intermediates/b5aa0ed9-762a-4350-9342-c28467d8d68d.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "Yo1JYtjv0A0JKQdpcsZDiGbDJrXCSPCztPMl6CEDfpQ=", + "crlite_enrolled": false, + "id": "c89e9df3-c41a-4718-878c-dc3107762b8f", + "last_modified": 1714791423311 + }, + { + "schema": 1714791237384, + "derHash": "5b/O2dIW66faNjSBn7U0+5zroez55jee2DWD0usXfBs=", + "subject": "CN=CrowdStrike TLS RSA CA G5,O=CrowdStrike\\, Inc.,C=US", + "subjectDN": "ME0xCzAJBgNVBAYTAlVTMRowGAYDVQQKExFDcm93ZFN0cmlrZSwgSW5jLjEiMCAGA1UEAxMZQ3Jvd2RTdHJpa2UgVExTIFJTQSBDQSBHNQ==", + "whitelist": false, + "attachment": { + "hash": "6b261b8fac36823a39b743b18ca457b49c1f4893a008a41240cb63de234b3eba", + "size": 2320, + "filename": "0toMaTXv4oQGhqLQb3wV6ngpwpcoCQfzynj32yb61O0=.pem", + "location": "security-state-staging/intermediates/205794c2-2f9b-4b57-b0b0-170704b16ee2.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "0toMaTXv4oQGhqLQb3wV6ngpwpcoCQfzynj32yb61O0=", + "crlite_enrolled": false, + "id": "42278641-4abb-4aa5-9eae-d168aad1bd07", + "last_modified": 1714791423308 + }, + { + "schema": 1714704845694, + "derHash": "dOYv6feKkbpnDR7sX0ZK3E7se36jJCedcm/9u2mfqfE=", + "subject": "CN=TLC ECC EV SSL CA,O=泰尔认证中心有限公司,C=CN", + "subjectDN": "MFIxCzAJBgNVBAYTAkNOMScwJQYDVQQKDB7ms7DlsJTorqTor4HkuK3lv4PmnInpmZDlhazlj7gxGjAYBgNVBAMTEVRMQyBFQ0MgRVYgU1NMIENB", + "whitelist": false, + "attachment": { + "hash": "94fbdc7b47eb9f327f5d26de1fe64a91e1302a6abeddb69f12c50ca42c9d4b7b", + "size": 1199, + "filename": "4AZvGJkPu2IGbtV23Ddjg3gchfybLCPCDeCuH9KOhOA=.pem", + "location": "security-state-staging/intermediates/49ea4ff8-4c17-4d5a-9340-96808df993e6.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "4AZvGJkPu2IGbtV23Ddjg3gchfybLCPCDeCuH9KOhOA=", + "crlite_enrolled": false, + "id": "88a774a2-f773-415e-9f90-5998d2875d99", + "last_modified": 1714705023283 + }, + { + "schema": 1714704845298, + "derHash": "wmJ1jffOSO3muntY3zkYn+WcdhKHhUEDTVOtVRB3BoA=", + "subject": "CN=TLC RSA EV SSL CA,O=泰尔认证中心有限公司,C=CN", + "subjectDN": "MFIxCzAJBgNVBAYTAkNOMScwJQYDVQQKDB7ms7DlsJTorqTor4HkuK3lv4PmnInpmZDlhazlj7gxGjAYBgNVBAMTEVRMQyBSU0EgRVYgU1NMIENB", + "whitelist": false, + "attachment": { + "hash": "3c508f0bd22883f8ba5007906e10f91b266c8ab44a7610ae267bbf78a9f6db5a", + "size": 2211, + "filename": "xzR8bkQ4UNd0_ANMrSjojF2wOKZqm6Tcl3BiWae2a8U=.pem", + "location": "security-state-staging/intermediates/18acdf66-8842-4905-a40d-503d147cdf40.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "xzR8bkQ4UNd0/ANMrSjojF2wOKZqm6Tcl3BiWae2a8U=", + "crlite_enrolled": false, + "id": "96248ea3-8697-4c3f-9bca-6f45f9cc916d", + "last_modified": 1714705023281 + }, + { + "schema": 1714704844877, + "derHash": "y5+K8ykM32GdzIFIRg7GgjjoBrwP2lQiybtyH1ikn2A=", + "subject": "CN=TLC ECC DV SSL CA,O=泰尔认证中心有限公司,C=CN", + "subjectDN": "MFIxCzAJBgNVBAYTAkNOMScwJQYDVQQKDB7ms7DlsJTorqTor4HkuK3lv4PmnInpmZDlhazlj7gxGjAYBgNVBAMTEVRMQyBFQ0MgRFYgU1NMIENB", + "whitelist": false, + "attachment": { + "hash": "261bb7c89d70587315d0b2f180e211f0a078db822fa9f28b596d304c61831521", + "size": 1199, + "filename": "znavVbQeyZVgAMRBfl_At7oscqmMOrTOPHCIBWmuLTI=.pem", + "location": "security-state-staging/intermediates/bbc5f08a-5c8b-49b4-9535-65481d806c01.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "znavVbQeyZVgAMRBfl/At7oscqmMOrTOPHCIBWmuLTI=", + "crlite_enrolled": false, + "id": "65f3efaa-ccc0-4ac9-ac21-d07137585612", + "last_modified": 1714705023278 + }, + { + "schema": 1714704844483, + "derHash": "2KqlL45a43CHlprtHk8K+Mz2eJQQkPW2aQdqv2FghZs=", + "subject": "CN=TLC ECC OV SSL CA,O=泰尔认证中心有限公司,C=CN", + "subjectDN": "MFIxCzAJBgNVBAYTAkNOMScwJQYDVQQKDB7ms7DlsJTorqTor4HkuK3lv4PmnInpmZDlhazlj7gxGjAYBgNVBAMTEVRMQyBFQ0MgT1YgU1NMIENB", + "whitelist": false, + "attachment": { + "hash": "9632999c2f6121aeca53467eeeb24543c9423c503c8051b335aa137c0975c78e", + "size": 1203, + "filename": "1mntplQ3IQAKEEMMiw1XWdsvePYy6J9KrPlhDcP4kuk=.pem", + "location": "security-state-staging/intermediates/f775d056-a313-4fec-8983-11b4ef09ae98.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "1mntplQ3IQAKEEMMiw1XWdsvePYy6J9KrPlhDcP4kuk=", + "crlite_enrolled": false, + "id": "9a557ba0-089c-4230-b267-caa82b6835eb", + "last_modified": 1714705023276 + }, + { + "schema": 1714704844057, + "derHash": "xuVtaMuHDaku43ueaxgg2uFxA7GOgNldEOnrteBsrPU=", + "subject": "CN=TLC RSA DV SSL CA,O=泰尔认证中心有限公司,C=CN", + "subjectDN": "MFIxCzAJBgNVBAYTAkNOMScwJQYDVQQKDB7ms7DlsJTorqTor4HkuK3lv4PmnInpmZDlhazlj7gxGjAYBgNVBAMTEVRMQyBSU0EgRFYgU1NMIENB", + "whitelist": false, + "attachment": { + "hash": "073b414de061470344a5e479bc1062a6ad29bb020678be50adabe1398f670d73", + "size": 2215, + "filename": "YE8NAiBXY_ACKrjqVig61xRUqLSEjvnI87lBcLzClRo=.pem", + "location": "security-state-staging/intermediates/05426970-ec05-43ff-b847-acd8997bd247.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "YE8NAiBXY/ACKrjqVig61xRUqLSEjvnI87lBcLzClRo=", + "crlite_enrolled": false, + "id": "da273e4b-b916-497f-bd08-213a8880803e", + "last_modified": 1714705023273 + }, + { + "schema": 1714704843612, + "derHash": "F3G/q5oBiq8pT0Txjs7pdpJmkj0yU9ahPwPwxCtbG7Y=", + "subject": "CN=TLC RSA OV SSL CA,O=泰尔认证中心有限公司,C=CN", + "subjectDN": "MFIxCzAJBgNVBAYTAkNOMScwJQYDVQQKDB7ms7DlsJTorqTor4HkuK3lv4PmnInpmZDlhazlj7gxGjAYBgNVBAMTEVRMQyBSU0EgT1YgU1NMIENB", + "whitelist": false, + "attachment": { + "hash": "8dcdb7d8cc7dabc1dce7ebb85ef6eee7f38e513baff75d29064b55a83f241cba", + "size": 2215, + "filename": "IzsrJpSzxjilA5JA6B2Dw3M_xVfE27SgLk462nNc9lY=.pem", + "location": "security-state-staging/intermediates/6d779fca-ef85-4501-b470-95e37e467635.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "IzsrJpSzxjilA5JA6B2Dw3M/xVfE27SgLk462nNc9lY=", + "crlite_enrolled": false, + "id": "4c0ac58e-15e2-4eaa-a0d3-e7d1734bbcf8", + "last_modified": 1714705023270 + }, { "schema": 1714427627443, "derHash": "f1eunNLVdKEDdeXd1eIhbK+M9Qt1nMYiJKGEDLg7SCw=", @@ -30799,5 +30961,5 @@ "last_modified": 1559865884636 } ], - "timestamp": 1714427823465 + "timestamp": 1714791423313 }