commit b66ea957c270a0d7cd0a092d12b92440c8246acf
parent fcfb2e198063eff8c31324c0aa915771f4737eaf
Author: ffxbld <ffxbld@mozilla.com>
Date: Thu, 6 Nov 2025 17:35:14 +0000
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes mobile-experiments ct-logs - r=release-managers,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D271619
Diffstat:
9 files changed, 877 insertions(+), 449 deletions(-)
diff --git a/mobile/android/android-components/components/lib/publicsuffixlist/src/main/assets/publicsuffixes b/mobile/android/android-components/components/lib/publicsuffixlist/src/main/assets/publicsuffixes
Binary files differ.
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
@@ -356,6 +356,120 @@
"firefoxLabsDescriptionLinks": null,
"firefoxLabsGroup": null,
"requiresRestart": false
+ },
+ {
+ "schemaVersion": "1.12.0",
+ "slug": "simplify-homescreen-new-users-1451",
+ "id": "simplify-homescreen-new-users-1451",
+ "arguments": {},
+ "application": "org.mozilla.firefox",
+ "appName": "fenix",
+ "appId": "org.mozilla.firefox",
+ "channel": "release",
+ "userFacingName": "Simplify Homescreen New-users 145.1",
+ "userFacingDescription": "Simplify Homescreen",
+ "isEnrollmentPaused": false,
+ "isRollout": false,
+ "bucketConfig": {
+ "randomizationUnit": "nimbus_id",
+ "namespace": "fenix-homescreen-release-8",
+ "start": 0,
+ "count": 10000,
+ "total": 10000
+ },
+ "featureIds": [
+ "homescreen"
+ ],
+ "probeSets": [],
+ "outcomes": [
+ {
+ "slug": "awesomebar",
+ "priority": "primary"
+ },
+ {
+ "slug": "pocket",
+ "priority": "secondary"
+ },
+ {
+ "slug": "sponsored_tiles",
+ "priority": "secondary"
+ }
+ ],
+ "branches": [
+ {
+ "slug": "control",
+ "ratio": 1,
+ "feature": {
+ "featureId": "this-is-included-for-mobile-pre-96-support",
+ "enabled": false,
+ "value": {}
+ },
+ "features": [
+ {
+ "featureId": "homescreen",
+ "enabled": true,
+ "value": {
+ "sections-enabled": {
+ "top-sites": true,
+ "header": true,
+ "jump-back-in": true,
+ "bookmarks": true,
+ "recent-explorations": true,
+ "pocket": true,
+ "synced-tabs": true,
+ "pocket-sponsored-stories": true,
+ "collections": true
+ }
+ }
+ }
+ ]
+ },
+ {
+ "slug": "treatment-a",
+ "ratio": 1,
+ "feature": {
+ "featureId": "this-is-included-for-mobile-pre-96-support",
+ "enabled": false,
+ "value": {}
+ },
+ "features": [
+ {
+ "featureId": "homescreen",
+ "enabled": true,
+ "value": {
+ "sections-enabled": {
+ "top-sites": true,
+ "header": false,
+ "jump-back-in": false,
+ "bookmarks": false,
+ "recent-explorations": false,
+ "pocket": true,
+ "synced-tabs": false,
+ "pocket-sponsored-stories": true,
+ "collections": false
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('145.!') >= 0)))",
+ "startDate": "2025-11-04",
+ "enrollmentEndDate": null,
+ "endDate": null,
+ "proposedDuration": 28,
+ "proposedEnrollment": 14,
+ "referenceBranch": "control",
+ "featureValidationOptOut": false,
+ "localizations": null,
+ "locales": null,
+ "publishedDate": "2025-11-04T17:20:37.914300Z",
+ "isFirefoxLabsOptIn": false,
+ "firefoxLabsTitle": "",
+ "firefoxLabsDescription": "",
+ "firefoxLabsDescriptionLinks": null,
+ "firefoxLabsGroup": "",
+ "requiresRestart": false
}
]
}
diff --git a/netwerk/dns/effective_tld_names.dat b/netwerk/dns/effective_tld_names.dat
@@ -5,8 +5,8 @@
// Please pull this list from, and only from https://publicsuffix.org/list/public_suffix_list.dat,
// rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported.
-// VERSION: 2025-10-29_17-39-25_UTC
-// COMMIT: 8e3b7b7885c7c198a66df3df8c049c066d7c1a6b
+// VERSION: 2025-11-06_15-16-33_UTC
+// COMMIT: 8a6908f3823256c5319a38b67ff20e8c1ab2c686
// Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
@@ -1465,6 +1465,7 @@ in
ac.in
ai.in
am.in
+bank.in
bihar.in
biz.in
business.in
@@ -1478,6 +1479,7 @@ delhi.in
dr.in
edu.in
er.in
+fin.in
firm.in
gen.in
gov.in
diff --git a/security/ct/CTKnownLogs.h b/security/ct/CTKnownLogs.h
@@ -14,7 +14,7 @@
#include <stddef.h>
-static const PRTime kCTExpirationTime = INT64_C(1768226955000000);
+static const PRTime kCTExpirationTime = INT64_C(1768493606000000);
namespace mozilla::ct {
diff --git a/security/manager/ssl/StaticHPKPins.h b/security/manager/ssl/StaticHPKPins.h
@@ -681,4 +681,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
static const int32_t kUnknownId = -1;
-static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1770646123325000);
+static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1770912766772000);
diff --git a/security/manager/ssl/nsSTSPreloadList.inc b/security/manager/ssl/nsSTSPreloadList.inc
@@ -8,7 +8,7 @@
/*****************************************************************************/
#include <stdint.h>
-const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
+const PRTime gPreloadListExpirationTime = INT64_C(1773331960015000);
%%
0--1.de, 1
0-0.io, 1
@@ -16,6 +16,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
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
@@ -55,6 +56,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
003d88.com, 1
003dyw.com, 1
0047552.com, 1
+00484.com, 1
005184.xyz, 1
0057552.com, 1
0066.in, 1
@@ -352,6 +354,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
1001iq.com, 1
1001kartini.com, 1
1001mv.com, 1
+1001n.com, 1
1001reasonstolearnspanish.com, 1
1001telecommandes.com, 1
1007337.com, 0
@@ -359,10 +362,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
10086.ru, 1
100baksov.tk, 1
100ballov.tk, 1
+100beauty.com, 1
100bib.ru, 1
100fast.com, 1
100kraz.ga, 1
100nome.com, 1
+100pay.com, 1
100plus.com.my, 1
100plus.com.sg, 1
100plus.sg, 1
@@ -370,6 +375,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
100pluspro.com, 1
100pour100print.com, 1
100pudov.tk, 1
+100reach.com, 1
100refer.tk, 1
100sapog.tk, 1
100skidok.ga, 1
@@ -385,6 +391,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
101010.hopto.org, 1
101010.pl, 1
10161997.xyz, 1
+10198.com, 1
101android.ru, 0
101st-airborne.tk, 1
101st.tk, 1
@@ -470,6 +477,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
1111systems.com, 1
111365t.com, 1
11168365.com, 1
+11182.com, 1
11183.com, 1
111bet86.com, 1
111novosti.tk, 1
@@ -531,6 +539,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
11333837.com, 1
113k8.com, 0
113z6.com, 1
+11400.com, 1
11443837.com, 0
114514ss.com, 1
114online.com, 1
@@ -539,6 +548,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
1174healing.com, 1
117766.xyz, 1
1177z6.com, 1
+11792.com, 1
1182asaka-shika.com, 1
1190america.tk, 1
1199bet.vip, 1
@@ -718,6 +728,9 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
1244.tk, 1
1244546066.rsc.cdn77.org, 1
125-rue.com, 1
+12517.com, 1
+12557.com, 1
+12588.com, 1
125c.cn, 1
125colours.tk, 1
125m125.de, 1
@@ -725,6 +738,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
127661.com, 1
1288366.com, 1
129.co, 1
+12apostleshotel.com, 1
12fkcdtcetteefqv.myfritz.net, 1
12go.asia, 1
12go.co, 1
@@ -1316,7 +1330,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
1x-korbet.com, 1
1x-krbet.com, 1
1x-mirrors.com, 1
-1x-th.com, 1
1x.tech, 0
1x1.re, 1
1x2020.xyz, 1
@@ -1470,7 +1483,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
1xspport.mobi, 1
1xstavka.ru, 1
1xtranslate.com, 1
-1xvhy.xyz, 1
1zagon.tk, 1
1zavse.si, 1
1zwartewaterland.nl, 1
@@ -1553,6 +1565,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
214701.xyz, 1
21566365.com, 0
216digital.com, 1
+21football.com, 1
21gou.com, 1
21kampus.com, 1
21lab.co, 1
@@ -1725,6 +1738,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
24chance.tk, 1
24gazette.ga, 1
24go.me, 1
+24hod.com, 1
24hour-locksmithsanantonio.com, 1
24hourcyclist.co.uk, 1
24hourlocksmithdallastx.com, 1
@@ -1733,8 +1747,12 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
24hrbrandbash.com, 1
24images.com, 1
24k.co.jp, 1
+24meg.com, 1
24onlain.tk, 1
+24see.com, 1
+24share.com, 1
24slides.com, 1
+24status.com, 1
24webservice.nl, 1
24x7aircargoservices.co.in, 1
24x7serversupport.io, 1
@@ -1779,7 +1797,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
272live.com, 1
27726.eu, 1
27728522.com, 1
-277g.cc, 1
+277g.cc, 0
27lx.me, 1
28-industries.com, 1
280.social, 1
@@ -1929,6 +1947,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
30deagosto.tk, 1
30for30podcasts.com, 1
30hb.cn, 1
+30minut.com, 1
30nama1.tk, 1
30parkplace.co.uk, 1
30region.tk, 1
@@ -2050,6 +2069,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
360china.com, 1
360cycling.com.br, 1
360degreecloud.com, 1
+360dental.com, 1
360e-commerce.net, 1
360ecogroup.com, 0
360ecommerce.net, 1
@@ -2067,6 +2087,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
360stone.com, 1
360system.com, 1
360techpartner.com, 1
+360trust.com, 1
360videoshare.com, 1
360visualmedia.co.uk, 1
360vrs.com, 1
@@ -2138,6 +2159,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
365canvas.com, 0
365clo.com, 1
365cn-288.com, 1
+365coupon.com, 1
365eib.com, 1
365eif.com, 1
365eil.com, 1
@@ -2324,6 +2346,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
3dissue.com, 1
3djake.de, 1
3djake.uk, 1
+3djapan.com, 1
3djava.ml, 1
3dlab.team, 1
3dlan.com, 1
@@ -2607,7 +2630,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
49948522.com, 1
499ks.net, 1
49ko.com, 0
-4ads.de, 1
4armed.com, 1
4baby.com.br, 1
4beats.ml, 1
@@ -2630,6 +2652,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
4digitiq.nl, 1
4dillusion.tk, 1
4dimension.net, 1
+4dplay.com, 1
4dsoft.com, 1
4dstyle.com, 1
4e8.net, 1
@@ -2828,17 +2851,22 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
51evar.com, 1
51fishing.com, 1
51flower.com, 1
+51free.com, 1
51fss.marketing, 1
51lavanderiaindustrial.com.br, 1
51life.com, 1
+51logo.com, 1
51nullacht.de, 1
51pic.com, 1
51pig.com, 1
+51power.com, 1
51resume.com, 1
51senluo.com, 1
+51share.com, 1
51space.com, 1
51talk.ph, 1
51tiaojiu.com, 1
+51train.com, 1
51xiongmao.cn, 1
52002a.com, 1
52002b.com, 1
@@ -2877,10 +2905,11 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
5225sf.com, 1
524922.com, 0
528sss.com, 1
-5298h.cc, 1
+5298h.cc, 0
529sss.com, 1
52b9.com, 1
52b9.net, 1
+52car.com, 1
52chatai.com, 1
52danji.cc, 1
52dashboard.com, 1
@@ -2908,7 +2937,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
540interactive.com, 1
541651.com, 1
543yazilim.com, 1
-5455bet.com, 1
54below.com, 0
54cuatro.com, 1
550885.com, 0
@@ -2931,7 +2959,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
56011s.com, 0
5611.cf, 1
5611bet.com, 1
-5622bet.com, 1
562656.com, 1
562956.com, 1
563398.com, 1
@@ -3035,7 +3062,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
5g.co.uk, 1
5goglobal.com, 1
5h.wtf, 1
-5h0r7.com, 0
5icsb.com, 1
5iforum.com, 1
5ilg.com, 1
@@ -3104,7 +3130,6 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
6321009.com, 0
6321222.com, 0
6321333.com, 0
-632140.com, 1
632143.com, 1
632144.com, 1
632148.com, 0
@@ -3457,6 +3482,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
721172.com, 0
7214.cc, 1
722201.com, 0
+724online.com, 1
725741.com, 1
7261696e626f77.net, 1
727sss.com, 1
@@ -3539,6 +3565,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
77909i.com, 0
77b58.com, 1
77bet86.com, 1
+77online.com, 1
78-couvreur.fr, 1
78.to, 1
780aa.com, 1
@@ -3596,6 +3623,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
7ovz.ru, 1
7pixel.ro, 1
7plus.com.au, 1
+7press.com, 1
7proxies.com, 1
7qly.com, 1
7sdre.am, 1
@@ -3617,10 +3645,10 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
800999.xyz, 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
8012d88.com, 1
8019d88.com, 1
@@ -3752,6 +3780,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
838888.net, 1
83ir2k8b.duckdns.org, 1
83kb88.com, 1
+84000.com, 1
84036.ml, 1
842844.com, 1
8444.cf, 1
@@ -3917,6 +3946,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
889w889.net, 1
88acesmaritime.com, 1
88bet86.com, 0
+88bill.com, 1
88cakescorner.com, 1
88djl.cc, 1
88home9.com, 1
@@ -3954,7 +3984,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
8ack.de, 1
8ag8.org, 1
8ballbombom.uk, 1
-8balls.nl, 1
+8balls.nl, 0
8bb.org, 1
8bit.ltd, 1
8bitpickle.com, 1
@@ -3975,6 +4005,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
8maerz.at, 1
8me.nl, 1
8shequapp.com, 1
+8show.com, 1
8t8.eu, 1
8tech.com.hk, 1
8therate.com, 1
@@ -4083,6 +4114,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
9098.cf, 1
90daydiet.org, 1
90daysales.com, 1
+90minut.com, 1
90r.jp, 1
90splease.com, 1
91-av.com, 1
@@ -4487,6 +4519,8 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
9509.cf, 1
9510.cf, 1
95105.com, 1
+95107.com, 1
+95108.com, 1
9511.cf, 1
9512.cf, 1
9513.cf, 1
@@ -4528,6 +4562,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
9552.cf, 1
9553.cf, 1
9554.cf, 1
+95544.com, 1
95558.com, 1
95559.com, 1
9556.cf, 1
@@ -4556,6 +4591,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
9578.cf, 1
9579.cf, 1
9580.cf, 1
+95808.com, 1
9581.cf, 1
9582.cf, 1
9584.cf, 1
@@ -4597,8 +4633,10 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
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
@@ -4608,12 +4646,17 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
9629.cf, 1
9630.cf, 1
9631.cf, 1
+96316.com, 1
9632.cf, 1
9633.cf, 1
+96448.com, 1
+96605.com, 1
96607.com, 1
9666ks.com, 1
96685.com, 1
966ty.com, 1
+96896.com, 1
+96961.com, 1
9700.cf, 1
9701.cf, 1
9702.cf, 1
@@ -4882,7 +4925,9 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
999family.com, 0
999salon.co, 1
999zlong.com, 1
+99bt.com, 1
99buffets.com, 1
+99dog.com, 1
99furnitureideasandtips.gq, 1
99furnitureideasexamples.ga, 1
99laptops.com, 1
@@ -4900,6 +4945,7 @@ const PRTime gPreloadListExpirationTime = INT64_C(1773065317034000);
9ccn.top, 1
9elements.com, 0
9face.com, 1
+9fruit.com, 1
9fvip.net, 1
9gag.com, 1
9hosts.net, 1
@@ -5072,6 +5118,7 @@ a2n-expertise.com, 1
a2ssrl.duckdns.org, 1
a2zbabyname.com, 1
a2zplumbing.com.au, 1
+a340.com, 1
a356.top, 1
a36533.com, 1
a3m.gmbh, 1
@@ -5176,7 +5223,7 @@ aarailfan.com, 1
aareptan.ch, 1
aarestation.ch, 1
aarhus-protein.dk, 0
-aarhusinside.dk, 1
+aarhusinside.dk, 0
aariefhaafiz.com, 1
aarisings.com, 1
aarklendoia.com, 1
@@ -5392,6 +5439,7 @@ aberdeencriticalmass.tk, 1
aberon.pl, 1
aberrantvascular.tk, 1
aberte.com, 1
+abetrans.com, 1
abettercreditunion.com, 1
abetterdeath.com, 1
abetterwichita.org, 1
@@ -5400,6 +5448,7 @@ abfluss.com, 1
abg.com.sa, 1
abg.ninja, 1
abgeo.ga, 1
+abhaken.com, 1
abhaldus.ee, 1
abhandshake.com, 1
abhayaranya.com, 1
@@ -5449,6 +5498,7 @@ abiturient-test.tk, 1
abivert-piscines.fr, 1
abk.com.tr, 1
abkhazianews.tk, 1
+ablauf.com, 1
ablebits.com, 1
ablecha.tk, 1
ablehorsehandlers.au, 1
@@ -5472,6 +5522,7 @@ ablx.de, 1
abmackenzie.com, 1
abmarketx.com, 1
abmc.gov, 1
+abmelden.com, 1
abminv.com, 1
abmledger.ca, 1
abn-consultants.ie, 1
@@ -5560,6 +5611,7 @@ abouttablewares.tk, 1
abouttime.gq, 1
abouttoblow.com, 1
abouttravel.gq, 1
+aboutvpn.com, 1
aboutwealthcreation.tk, 1
aboutyou.at, 1
aboutyou.be, 1
@@ -5620,7 +5672,6 @@ abretucuenta.com, 1
abri29.com, 0
abrilect.com, 1
abrisouterrain.fr, 1
-abritek.ca, 1
abrody.com, 1
abroferlendo.tk, 1
abrolhosoctopus.com, 1
@@ -5721,6 +5772,7 @@ academiaofimage.com, 1
academiaveritas.com, 1
academicassembly.com, 1
academicexperts.com, 1
+academicexperts.org, 1
academichealthscience.net, 1
academichelp.gq, 1
academie-angoumois.org, 1
@@ -5748,7 +5800,6 @@ acapellalanguage.tk, 1
acapetahua.tk, 1
acaptureservices.com, 1
acara.edu.au, 1
-acarkentescortw.com, 1
acaro.it, 1
acasadavella.tk, 1
acasadoprodutor.com.br, 1
@@ -5770,7 +5821,6 @@ accademiapugilistica.it, 1
accadia.academy, 1
accalendar17.net, 1
accc.gov.au, 1
-acccnyc.org, 0
accedeainternet.gov, 1
accedeme.com, 1
accedia-distribution.com, 1
@@ -5986,7 +6036,6 @@ achtzig20.de, 0
aci-asiapac.aero, 1
aciclovir.ga, 1
acidchrist.tk, 1
-acidlabs.io, 1
acidoascorbico.com, 1
acidstudios.ro, 1
acidtool.com, 1
@@ -5998,7 +6047,7 @@ acingov.pt, 1
acinq.co, 1
acinto.net, 1
acipayam.bel.tr, 1
-acisms.es, 0
+acisms.es, 1
ack.tax, 1
ackermanmikasa.ddns.net, 1
ackermannevents.de, 1
@@ -6765,6 +6814,7 @@ adscss.eu, 1
adsense-arbitrage.com, 1
adseye.tk, 1
adsforcash.ga, 1
+adshooter.com, 1
adsib.gob.bo, 1
adsintl.net, 1
adsl2meg.fr, 1
@@ -6924,6 +6974,7 @@ 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
@@ -7051,7 +7102,6 @@ aegis-bot.eu, 1
aegisaccounting.co.uk, 1
aegisalarm.co.uk, 1
aegisalarm.com, 1
-aegissec.ca, 1
aegisys.com, 1
aegon.hu, 0
aegrel.ee, 1
@@ -7119,6 +7169,7 @@ aerogrill.tk, 1
aerojet.com, 1
aeroklub.tk, 1
aerolog.co, 0
+aeromot.com, 1
aeronautix.com, 1
aeronote.net, 1
aeropetz.com.br, 1
@@ -7398,6 +7449,7 @@ afterinc.com, 1
afterlifeos.com, 1
aftermagic.com, 1
aftermarketinternational.com, 1
+aftermix.com, 1
afternoonhereyes.tk, 1
afteroblivion.tk, 1
afterpay.com, 1
@@ -7406,6 +7458,7 @@ afterskool.eu, 1
afterstack.net, 1
aftodioikisi.gr, 1
aftonbladet.se, 1
+aftontickets.com, 1
afuturewithoutfear.org, 1
afuturewithoutfear.us, 1
afuzion.com, 1
@@ -7646,6 +7699,7 @@ aginion.com, 1
aginion.net, 1
agioanmark.tk, 1
agiosthomas.tk, 1
+agirc-arrco.fr, 1
agirlknows.com, 1
agitmedia.ru, 1
agks02.com, 0
@@ -7768,6 +7822,7 @@ agroenos.com, 1
agroexp.com.ua, 1
agrofind.com.br, 1
agrogrup79.com, 1
+agrohim.com, 1
agroinsider.com, 1
agrokomi.tk, 1
agrokredit.ga, 1
@@ -7902,6 +7957,7 @@ ahorrocoop.cl, 1
ahorroenergeticoenhogares.es, 1
ahosamuel.com, 1
ahouansou.cz, 1
+ahqf.com, 1
ahrefs.com, 1
ahroproject.org, 1
ahrq.gov, 1
@@ -7988,6 +8044,7 @@ aidenoliver.au, 1
aidez-moi.eu, 1
aidhan.net, 1
aidi-ahmi.com, 1
+aiding.com, 1
aidiscore.com, 1
aidliveers.ga, 1
aido.gq, 1
@@ -8026,6 +8083,7 @@ aihub.bid, 1
aiiku-dental.jp, 1
aiinsurance.xyz, 1
aijobs.net, 1
+aikenpromotions.com, 1
aikenwelch.com, 1
aiki.de, 1
aiki.do, 1
@@ -8219,6 +8277,7 @@ aircraftspruce.ca, 1
aircraftspruce.com, 1
aircrewportpages.com, 1
airday.tk, 1
+airdeer.com, 1
airdropics.com, 1
airdropkings.com, 1
airductcleaninggrandprairie.com, 1
@@ -8670,6 +8729,8 @@ akaphonelink.com, 1
akaratasker.com, 1
akari.net, 1
akariforge.com, 1
+akarisoftware.com, 1
+akarisoftware.eu, 1
akaritakai.net, 1
akaritaste.ch, 1
akasa.red, 1
@@ -8795,6 +8856,7 @@ 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
@@ -9059,6 +9121,7 @@ albertvillemn.gov, 1
albeso.ml, 1
albi-tourisme.fr, 1
albilaga.id, 1
+albinliljestrand.se, 1
albinonderdelen.nl, 1
albinsoft.es, 1
albinvega.tk, 1
@@ -9404,6 +9467,7 @@ alfadoc.se, 1
alfafile.net, 1
alfagl.com, 1
alfahir.hu, 1
+alfakir.com, 1
alfalasteenyia.cf, 1
alfambra.tk, 1
alfapack-shop.com, 1
@@ -9412,7 +9476,6 @@ alfardanexchange.com, 1
alfarisi.com, 1
alfastone.com.ua, 1
alfatar-milk.com, 1
-alfateks.com.ua, 1
alfavit.cf, 1
alfawedding.com, 1
alfithrah.ac.id, 1
@@ -9497,11 +9560,14 @@ aliasbox.ovh, 1
aliasinfoforums.tk, 1
aliaslaw.com, 1
aliaswp.com, 1
+aliauction.com, 1
alibabau.tk, 1
alibamu.com, 1
alibamu.org, 1
alibi-ua.com.ua, 1
alibip.de, 1
+alibiz.com, 1
+alicafe.com, 1
alicante-spain.tk, 1
alice-memorial.de, 1
alice.tw, 1
@@ -9580,7 +9646,6 @@ alio.lt, 1
aliorange.com, 1
aliosmanyuksel.com.tr, 1
alipub.com, 1
-aliqorbani.ir, 1
alireza2love.tk, 1
alirezahesari.com, 1
alis-asso.fr, 0
@@ -9650,6 +9715,7 @@ alko-stop.ml, 1
alkoferma.gq, 1
alkogol.ga, 1
alkoholiker-forum.de, 1
+alkomedfrank.com, 1
alkon.gg, 1
alkopedia.tk, 1
alkor.tk, 1
@@ -9710,7 +9776,7 @@ allahabadhighcourt.in, 1
allamakee.k12.ia.us, 1
allamericangutterprotection.com, 0
allamericanprotection.net, 1
-allamericatrans.com, 1
+allamericatrans.com, 0
allandrich.ml, 1
allandrichonline.tk, 1
allangirvan.net, 1
@@ -9845,7 +9911,6 @@ allforlocal.com, 1
allform.se, 1
allfortips.com, 1
allfundsconnect.com, 1
-allfur.love, 1
allgadgetsfree.tk, 1
allgaragedoorandgates.com, 1
allgaragefloors.com, 1
@@ -9917,7 +9982,7 @@ allmen.tk, 1
allmendenetz.de, 1
allmessedup.tk, 1
allmobilenews.tk, 1
-allmousepads.com, 1
+allmousepads.com, 0
allmoviesonline.tk, 1
allnaijagists.com.ng, 1
allnations4christ.org, 1
@@ -9969,7 +10034,6 @@ allschool.com.ng, 1
allscience.tk, 1
allseasonschimney.com, 1
allseasonsproduction.de, 1
-allseasonswaterproofing.com, 1
allseniors.org, 1
allset.ml, 1
allshapes.co.nz, 1
@@ -9984,7 +10048,6 @@ allstarbyreportex.ca, 1
allstarbyreportex.com, 1
allstarcashforcars.com, 0
allstarcustompools.com, 1
-allstarquilts.com, 1
allstarreporting.ca, 1
allstatedealerservices.com, 1
allsun.online, 0
@@ -10218,7 +10281,6 @@ alphakites.de, 1
alphalab.tk, 1
alphalazer.com, 1
alphalibraries.com, 1
-alphamosa.fr, 1
alphanodes.com, 1
alphapengu.in, 1
alphaplastic.ru, 1
@@ -10448,7 +10510,6 @@ altratella.tk, 1
altravita-ivf.ru, 1
altrei.ch, 1
altrocity.com, 1
-altror.com, 1
altrusin.com, 1
altsdigital.com, 0
altsetup.com, 1
@@ -10462,7 +10523,6 @@ alturiak.net, 1
altus.co.nz, 1
altusbiologics.com, 1
altusgroup.com, 0
-altusindustrial.co.nz, 1
altview.gq, 1
altyazur.com, 1
altzschner.com, 1
@@ -10573,6 +10633,7 @@ amabiligranilhas.com, 1
amac.tv, 1
amacuk.co.uk, 1
amad-bargh.com, 1
+amadera.com, 1
amaderforum.tk, 1
amadeusproject.cf, 1
amadin.tk, 1
@@ -10699,7 +10760,6 @@ amberalert.gov, 1
amberba.tk, 1
ambercaravalho.com, 1
amberddesign.com, 1
-amberesdetective.be, 1
amberhouse.cf, 1
amberhouse.ga, 1
amberhouse.gq, 1
@@ -10786,7 +10846,6 @@ amelanchiers.tk, 1
amelia-wedding.pl, 1
ameliatillbryssel.se, 1
amelielei.net, 1
-ameliemarieintokyo.com, 1
amello.de, 1
amemei9f-lists.top, 1
amempire.tk, 1
@@ -10853,7 +10912,6 @@ americanwalkincoolers.com, 1
americanwannabes.com, 1
americanwater.lk, 1
americapitalfunding.com, 1
-americasbasementcontractor.com, 1
americasbestawnings.com, 1
americasdirector.com, 1
americasummary.com, 1
@@ -11586,7 +11644,7 @@ androidphones.ga, 1
androidplanet.nl, 1
androidplay.tk, 1
androidru.ml, 1
-androidservicetool.com, 1
+androidservicetool.com, 0
androidtamer.com, 1
androidtcpdump.com, 1
androidtelefony.cz, 1
@@ -12539,7 +12597,6 @@ anytimefitness.nl, 1
anytimefundingers.ga, 1
anytimefundingest.ga, 1
anytimeoffices.ga, 1
-anytimesewerrepair.com, 1
anytots.com, 1
anyuta-mebel.tk, 1
anyverse.co.il, 1
@@ -12921,7 +12978,6 @@ appartement-evolene.net, 0
appartement-oostduinkerke.tk, 1
appartementhaus-am-uke.de, 1
appartementhaus-badria.de, 1
-appartementmarsum.nl, 1
appartementspanje.tk, 1
appartementvlissingen.tk, 1
appartenfrance.com, 1
@@ -13293,7 +13349,6 @@ araadvocats.net, 1
arab-drama.com, 1
arab-drama.tv, 1
arab-dream.net, 1
-arab-dream.news, 1
arab-romance.tk, 1
arab1info.cf, 1
arabakiralama.name.tr, 1
@@ -13792,7 +13847,7 @@ arkenstone.ml, 1
arkentosh.com, 1
arkfinancialwellness.com, 1
arkforum.de, 1
-arkfoundationrepair.com, 1
+arkfoundationrepair.com, 0
arkhamasylum.tk, 1
arkhangelsk-news.net, 1
arkhangelsk.cf, 1
@@ -14558,6 +14613,7 @@ ashesdiamonds.com, 1
ashesheriff.gov, 1
ashevillemenshealth.com, 1
ashfak.tk, 1
+ashfordcastle.com, 1
ashgroveclinic.com.au, 1
ashgw.me, 0
ashiba-kagu.com, 1
@@ -15310,6 +15366,7 @@ atlas-multimedia.de, 1
atlas-sat.tk, 1
atlas-staging.ml, 1
atlas.computer, 0
+atlas.md, 1
atlas.promo, 1
atlasams.com, 1
atlasbridge.com, 1
@@ -15457,6 +15514,7 @@ atthehelmins.com, 1
attic-design.com, 1
atticinsulation-houston.com, 1
atticinsulationexpertshouston.com, 1
+atticlightstudio.net, 1
atticode.io, 1
atticusblog.com, 1
attilavandervelde.nl, 1
@@ -15782,7 +15840,6 @@ ausgrants.com, 1
ausgrants.com.au, 1
ausics.net, 1
ausielogistics.com.au, 1
-auskast.com, 1
auskate.tk, 1
auskunftsbegehren.at, 1
ausl.mo.it, 1
@@ -16556,7 +16613,6 @@ avilatinoamerica.com, 1
avilauto.com, 1
avilauto.net, 1
aviles.com.sv, 1
-avincouture.de, 1
avinguard.com, 1
avinilo.com, 1
avinode.com, 1
@@ -16567,7 +16623,6 @@ aviodrome.nl, 0
aviokarte.rs, 1
avionicbooks.tk, 1
avions.ga, 1
-aviorair.com, 0
aviprime.by, 1
aviruptribedi.com, 1
avisbabes.com, 1
@@ -17013,7 +17068,6 @@ ayuntamientoazua.gob.do, 1
ayuntamientobocachica.gob.do, 1
ayur-veda.tk, 1
ayurveda-france.com, 0
-ayuwidodari.my.id, 1
ayvalikgezgini.com, 1
ayvensbank.nl, 1
ayyildizgrup.com, 1
@@ -17977,13 +18031,12 @@ baltimorecitybnmd.gov, 1
baltimorecitycouncil.gov, 1
baltimorecitysheriff.gov, 1
baltimorecolonrectal.com, 1
-baltimoreroofingservices.com, 1
+baltimoreroofingservices.com, 0
baltlex.de, 1
baltrag.com, 1
bam.com.gt, 1
bamahi.ir, 1
bamaland.org, 1
-bamasakht.com, 0
bambamthetanman.com, 0
bamberger-maelzerei.de, 1
bambergerdatenschutz.de, 1
@@ -18010,7 +18063,6 @@ bamily.rocks, 1
baming.com, 1
bammatta.ch, 1
bamoza.com, 1
-bamozan.com, 1
bampers.tk, 1
ban-list.gq, 1
banabarka.tk, 1
@@ -18414,7 +18466,7 @@ barranquillero.tk, 1
barraqueirotransportes.pt, 1
barrasaccess.com, 1
barratennis.com.br, 1
-barrebody.com.au, 0
+barrebody.com.au, 1
barreiroappraisals.com, 1
barrelfish.org, 1
barrencountyky.gov, 1
@@ -19033,7 +19085,6 @@ bctreporting.com, 1
bcu.ac.uk, 1
bcubeanalytics.com, 1
bcutah.gov, 1
-bcvps.com, 1
bcvwd.gov, 1
bcyber.com, 1
bcyw56.live, 0
@@ -19183,7 +19234,6 @@ beardsome.me, 1
bearev.xyz, 0
bearfactory.tk, 1
bearfarm.tk, 1
-beargarden.club, 1
bearings.tk, 1
bearingworks.com, 1
bearlakelife.com, 1
@@ -19317,7 +19367,7 @@ bebetrotteur.com, 1
bebidasrd.com, 1
beble.pl, 1
bebodywise.com, 1
-beboldpr.com, 1
+beboldpr.com, 0
bebou.company, 1
bebout.domains, 1
bebout.pw, 1
@@ -19757,7 +19807,7 @@ bellezon-shop.com, 1
bellezzasenzalimiti.it, 1
bellflowerlactation.com, 1
bellhowell.net, 1
-bellinghambaymarathon.org, 1
+bellinghambaymarathon.org, 0
bellisima.com.co, 1
bellissime.tk, 1
belllabs.com, 1
@@ -20676,7 +20726,6 @@ bet166ww.com, 1
bet166yy.com, 1
bet1x-th.com, 1
bet1x-thai.com, 1
-bet1x-thailand.com, 1
bet333123.com, 1
bet333222.com, 1
bet333345.com, 0
@@ -20857,7 +20906,6 @@ betor.cz, 1
betor.sk, 1
betordertr.com, 1
betoskip.tk, 1
-betransfer.eu, 1
betreut.at, 1
betreut.de, 1
betriebsrat-ivb.at, 1
@@ -20963,7 +21011,6 @@ betwinnernigeria.com, 1
betwinnerperu.com, 1
betwinnerportugal.com, 1
betwinnerpromocode.net, 1
-betwinneruganda.com, 1
betz-family.de, 1
betza.online, 1
betzgmbh.de, 1
@@ -22228,7 +22275,6 @@ bitfinder.nl, 1
bitforge.tk, 1
bitforming.com, 1
bitfuse.net, 1
-bitga.in, 1
bitgarant.tk, 1
bitgo.com, 1
bithawk.ch, 1
@@ -23300,7 +23346,6 @@ blueridgelife.com, 1
blueridgemachinery.com, 1
blueridgemanorky.gov, 1
blueroocarwash.com, 1
-bluerootsmarketing.com, 1
blues-and-pictures.com, 1
bluesbarn.tk, 1
bluesbuyers.com, 1
@@ -23416,7 +23461,6 @@ bme.com, 1
bmelecevolution.com, 1
bmgc.edu.bd, 1
bmhglobal.com.au, 1
-bmi.ci, 1
bmicos.com, 1
bmitelecom.com.br, 1
bmjphotography.tk, 1
@@ -23512,6 +23556,7 @@ boardusersers.ga, 1
boat-engines.eu, 1
boat-systems.pl, 0
boatandsailboat.com, 1
+boathut.com.au, 1
boats.com, 0
boatsandoats.com, 1
boatseller.org, 1
@@ -24407,7 +24452,6 @@ bourbo.net, 1
bourbonridgeretreat.com, 1
bourestonmedia.com, 1
bourgeoisdoor.com, 1
-bourgeoisdoorco.com, 1
bourhis.info, 1
bourne-ma.gov, 1
bournefun.co.uk, 1
@@ -24447,6 +24491,7 @@ bovworkplacepensions.com, 1
bowdens.me, 1
bowdoinmaine.gov, 1
bowenrealty.com, 1
+boweryandvine.com, 1
bowhill.me, 1
bowhunter-ahorn.de, 0
bowlcake.fr, 1
@@ -25206,7 +25251,7 @@ bringme.com, 1
bringonbusiness.com, 1
brinker.com, 1
brinkhaven.gov, 1
-brinkhu.is, 0
+brinkhu.is, 1
brinksurl.com, 1
brinksurls.com, 1
brinokidzonline.tk, 1
@@ -25273,6 +25318,7 @@ brittainconsulting.ca, 1
brittany.com.ph, 1
brittanyferriesnewsroom.com, 1
brittas-world.tk, 1
+britva-optom.com, 1
brivawn.com, 1
brix-central.tk, 1
brixxonline.nl, 0
@@ -25804,7 +25850,6 @@ bubty.com, 0
bubu1.eu, 1
bubuland.bg, 1
bubulazi.com, 0
-bubulazy.com, 0
bucapositano.it, 1
bucek.cz, 1
buch-angucken.de, 1
@@ -25971,7 +26016,6 @@ bugfuzz.com, 1
buggiano.com, 1
buggymaven.com, 1
buggywonderland.tk, 1
-bugprove.com, 1
bugraseyhan.tk, 1
bugrayildiz.av.tr, 1
bugreader.com, 1
@@ -26038,6 +26082,7 @@ builtinaustin.com, 1
builtinboston.com, 1
builtinchicago.org, 1
builtincolorado.com, 1
+builtingym.com, 1
builtinla.com, 1
builtinnyc.com, 1
builtinseattle.com, 1
@@ -27125,6 +27170,7 @@ c-rtx.com, 1
c-sagaseru.com, 1
c-shock.org, 1
c-solarcity.com, 1
+c-tec.nl, 1
c-three.jp, 1
c-world.co.uk, 1
c.at, 1
@@ -27386,7 +27432,6 @@ cafe-hamlet.fr, 1
cafe-musica.org, 1
cafe-pauline.de, 1
cafe-service.ru, 0
-cafe770.com, 1
cafead.de, 1
cafeah.com, 1
cafeamazon.tk, 1
@@ -28599,6 +28644,7 @@ cargosapiens.com.br, 1
cargotariff.ml, 1
carhunters.cz, 1
caribank.org, 1
+caribbean-tekton.com, 1
caribbeanbottlerstt.com, 1
caribbeancinemas.com, 1
caribuku.tk, 1
@@ -29416,7 +29462,6 @@ catalogcomputerhardware.tk, 1
catalogingpro.com, 1
catalogobiblioteca.com, 1
catalogobiblioteca.net, 1
-catalogosdemujer.com, 1
catalogosvirtualesonline.com, 1
catalogueau.com, 0
catalojic.tk, 1
@@ -29614,7 +29659,7 @@ caylercapital.com, 1
caymanchem.com, 0
cayugacounty.gov, 1
cazadordebuenaonda.com, 1
-cazenovecapital.com, 0
+cazenovecapital.com, 1
cazfire.gov, 1
cazizi.com, 1
cb1388.com, 1
@@ -29845,7 +29890,6 @@ cdfr-or.gov, 1
cdg30.fr, 1
cdga.org, 1
cdgitalia.org, 1
-cdhassoc.org, 1
cdhome.ga, 1
cdhqt.com, 1
cdibtpjob.com, 1
@@ -30242,7 +30286,6 @@ centurylink.cf, 1
centuryreporters.com, 1
centurystudios.com, 1
centurytiling.com.au, 1
-ceo-consulting.eu, 1
ceomanipur.nic.in, 1
ceomonthlyest.ga, 1
ceopedia.org, 1
@@ -30666,7 +30709,6 @@ chandracenter.com, 1
chandradeepdey.com, 1
chandramani.tk, 1
changdunovel.com, 1
-change-coaching-gmbh.ch, 1
change10000lives.com.ph, 1
changeactivation.com, 1
changeanalytics.us, 1
@@ -30738,7 +30780,6 @@ chapelle.co.uk, 0
chapellerie-traclet.com, 1
chapiteauxduleman.fr, 1
chapleau.ca, 1
-chapmanstreeservice.com, 1
chapstick.life, 1
chaqueteros.tk, 1
char.press, 1
@@ -30826,7 +30867,6 @@ charlotteanne.tk, 1
charlottecountyva.gov, 1
charlottedaviesphotography.co.uk, 1
charlottemi.gov, 1
-charlotteswimmingpoolbuilder.com, 1
charlubermensch.com, 1
charlws.com, 1
charlylou.de, 1
@@ -30883,7 +30923,6 @@ chat40.net, 1
chat4me.tk, 1
chataberan.cz, 1
chatacademies.org.uk, 1
-chatagoralskalipowa.pl, 1
chatarpaullaw.com, 1
chataynazz.ga, 1
chatbarran.tk, 1
@@ -31285,6 +31324,7 @@ chesswiki.org, 1
chester-law.com, 1
chesterbennington.tk, 1
chestercountysc.gov, 1
+chesterfieldmayfair.com, 1
chesterultimatefrisbee.tk, 1
chestnut.cf, 1
chetin-orlov.ga, 1
@@ -31336,7 +31376,6 @@ chic-leather.com, 1
chic-weddings.com, 1
chicago-mold.com, 1
chicagobasementblog.com, 1
-chicagocitydeck.com, 1
chicagoconcretecleaning.com, 1
chicagoillinois.gq, 1
chicagomaroon.com, 1
@@ -31742,7 +31781,6 @@ chrisnov.com, 1
chrispaul.ml, 1
chrispontius.tk, 1
chrisrude.com, 1
-chrisshort.me, 1
chrisshort.net, 1
chrisspencercreative.com, 1
chrisspencermusic.com, 1
@@ -31785,7 +31823,6 @@ christianga.ro, 1
christiangaro.com, 1
christiangaro.email, 1
christiangaro.me, 1
-christiangaro.us, 1
christiangehring.org, 1
christianhaugen.tk, 1
christianhoffmann.info, 0
@@ -31840,7 +31877,6 @@ christophebarbezat.ch, 1
christophedavid.tk, 1
christopher-wright.com, 1
christopher-zentgraf.de, 1
-christopher.sh, 0
christopherallred.com, 1
christopherbillo.com, 1
christopherbrown.com, 1
@@ -32093,7 +32129,6 @@ cic.hk, 1
cica.es, 1
cicavkleci.cz, 1
ciceksohbet.com, 1
-cicektasbeton.com, 1
cicero.oslo.no, 1
ciceron.cloud, 1
cicerony.gov, 1
@@ -32117,7 +32152,6 @@ ciekwestronki.cf, 1
ciekwestronki.ga, 1
ciekwestronki.gq, 1
ciekwestronki.ml, 1
-ciel.si, 1
cielo-thefilm.com, 1
cienciasempresariais.pt, 1
cienegaspa.com, 1
@@ -32610,6 +32644,7 @@ citywalkr.com, 1
citywidealarms.com, 1
citywidechimneysweephouston.com, 1
citywindsor.ca, 1
+citywinecellar.com, 1
citywisdom.tk, 1
cityworksonline.com, 1
ciubotaru.tk, 1
@@ -32708,8 +32743,6 @@ ckliemann.net, 1
ckostecki.de, 1
ckp.eg, 1
ckp.ie, 1
-ckpl.io, 1
-ckpl.us, 1
ckprofessionalbookkeeping.ca, 1
ckrobotics.tk, 1
cktennis.com, 1
@@ -34137,7 +34170,7 @@ codesplain.in, 1
codesport.io, 1
codessale.com, 1
codestudies.net, 1
-codesync.sa, 1
+codesync.sa, 0
codetheweb.blog, 1
codetheworld.com, 1
codetrack.se, 1
@@ -34209,7 +34242,6 @@ codo.digital, 0
cododigital.co.uk, 0
cododigital.com, 0
codowned.com, 1
-codriiiasilor.ro, 1
codsan.com, 1
codulrutier.tk, 1
coduzion.com, 1
@@ -34960,6 +34992,7 @@ compassdirectportal.com, 1
compassfinance.com, 1
compassintladv.com, 1
compassionate-biology.com, 1
+compassionatehlt.com, 1
compasslos.com, 1
compassregroup.com, 1
compattatori.it, 1
@@ -35193,9 +35226,8 @@ concretedreamsoftexas.com, 1
concretehermit.com, 0
concretemachines.be, 1
concretepressurewashing.com, 1
-concreterepairatlanta.com, 1
+concreterepairatlanta.com, 0
concreterepairconcreteleveling.com, 1
-concreterepairconcreteraising.com, 1
concreterstoowoomba.com, 1
concreterswollongong.com, 1
concreteshopper.com.au, 1
@@ -35568,7 +35600,6 @@ contact.xyz, 1
contactbadger.com, 1
contacted.io, 0
contactelus88.fr, 1
-contactlimo.com, 1
contactsrl.it, 1
contactstay.com, 1
contadorespublicos.co, 1
@@ -35826,7 +35857,6 @@ copilotlive.com, 1
copilotpro.com, 1
coppeline.be, 1
coppelmansmakelaardij.nl, 1
-copper.co, 1
copperart.ca, 1
coppercreekconstruction.ca, 1
copperexports.tk, 1
@@ -36353,7 +36383,6 @@ couponzil.com, 0
courage-sachsen.org, 1
courage.cf, 1
couraqe.tk, 1
-courier.lk, 1
couriergrey.com, 1
couriersrs.com, 1
coursables.com, 1
@@ -36901,7 +36930,6 @@ creativestories.me, 1
creativetalkconference.com, 1
creativetaupo.org.nz, 1
creativetouchrotherham.co.uk, 1
-creativevietnam.com.vn, 1
creativeworks.com.hk, 1
creatividigitali.com, 1
creativityalliance.com, 0
@@ -36943,7 +36971,6 @@ creditcheckup.com, 1
creditcorponline.com, 1
creditenonstop.ro, 1
crediteurope.ru, 1
-creditfair.in, 1
credithuman.com, 1
creditif.tk, 1
creditkarma.ca, 1
@@ -37094,7 +37121,6 @@ criminallawyersingapore.com, 1
criminalminds.tk, 1
criminalnote.tk, 1
criminalskin.tk, 1
-crimsh.com, 0
crimson.no, 0
crimsonconnect.co.uk, 1
crimsondragoncosplay.tk, 1
@@ -37188,7 +37214,7 @@ criu.org, 1
crivitz.gov, 1
crix.ro, 1
crj.ovh, 1
-crl-aus.com, 1
+crl-aus.com, 0
crl-autos.com, 1
crlna.com, 1
crm-dialog.com, 1
@@ -37301,6 +37327,7 @@ crossoverit.com, 1
crosspeakoms.com, 1
crossplainstn.gov, 1
crossroads-gmbh.ch, 1
+crossroadsartscouncil.org, 1
crosstitch.com, 1
crossuniverse.net, 1
crossway.nl, 1
@@ -38141,7 +38168,6 @@ customerservicepal.com, 1
customerware.com.au, 0
customessaystation.gq, 1
customfiberglasscoaches.com, 1
-customfoodtruckgraphics.com, 1
customhomerealty.com, 1
customlogoit.com, 1
custommadecasino.com, 1
@@ -38810,7 +38836,6 @@ dachlaeufer.com, 1
dachnie-reshenia.ru, 0
dachshundsaspets.com, 1
dachshundtalk.com, 1
-dachsklep.pl, 1
daconsult.uk, 1
dacsansach.com, 1
dacxichain.com, 1
@@ -38959,6 +38984,7 @@ dailysomething.site, 1
dailysportfan.com, 1
dailytrip.de, 1
dailyusbusiness.tk, 1
+dailyvpn.com, 1
dailywealth.com, 1
dailywork.ga, 1
dailyxenang.com, 1
@@ -39625,6 +39651,7 @@ dasignsource.com, 1
dasinternetluegt.at, 1
daskirschhaus.com, 1
dasler.eu, 1
+dasmailarchiv.ch, 1
dasolindustrialpark.tk, 1
dastchin.live, 1
dastelefonbuch.de, 1
@@ -40631,6 +40658,7 @@ decorator.uk, 1
decoratore.roma.it, 1
decorehomes.com, 0
decorestilo.com.br, 1
+decorlux.bg, 1
decormiernissanparts.com, 1
decorno.tk, 1
decorpol-renovation.fr, 1
@@ -40821,6 +40849,7 @@ degreeducation.tk, 1
degreeverify.com, 1
degreeverify.net, 1
degreeverify.org, 1
+degressif.com, 1
degroetenvanrosaline.nl, 1
degrootenslot.nl, 0
degroupnews.com, 1
@@ -41467,7 +41496,6 @@ dereddingsklos.nl, 1
dereferenced.net, 1
derejilla.online, 1
derekandnikka.com, 1
-derekgendron.com, 1
dereklow.co, 1
derekseaman.com, 1
derekseaman.studio, 1
@@ -41667,7 +41695,7 @@ desish.cf, 1
desitorrents.tv, 1
desivideos.tk, 1
desk-mode.com, 1
-deskaservices.com, 1
+deskaservices.com, 0
deskdesign.nl, 1
deskeen.fr, 1
desknas.com.br, 1
@@ -42750,7 +42778,6 @@ digitalmanager.guru, 1
digitalmaniac.co.uk, 1
digitalmarketingagency-consultant.com, 1
digitalmarketingnetic.com, 1
-digitalmex.com.mx, 1
digitalmint.io, 1
digitalmove.co.uk, 1
digitalmove.com, 1
@@ -42829,6 +42856,7 @@ digitypa.fi, 1
digivan.ml, 1
digivibe.cz, 1
digiwedoo.com.au, 1
+digiyatrafoundation.com, 1
diglloyd.com, 1
digminecraft.com, 1
dignilog.com, 1
@@ -43738,7 +43766,6 @@ djyaman.tk, 1
djyoungcruse.tk, 1
dk-kromeriz.cz, 1
dk-squad.de, 1
-dk.com, 1
dk.search.yahoo.com, 0
dk1818.cc, 1
dk7.com, 1
@@ -45104,6 +45131,7 @@ downtownindy.org, 1
downtownla.com, 1
downtownmesa.com, 1
downtownontario.org, 0
+downtownpdx.dog, 1
downtownraleigh.org, 1
downtownsuiteliving.com, 1
downtowntucson.org, 1
@@ -45860,6 +45888,7 @@ dryskin.gq, 1
dryskin.ml, 1
dryskin.tk, 1
dryusdan.space, 1
+drywall.com.co, 1
drywallresponse.gov, 1
dryzgov.tk, 1
drzhnn.com, 1
@@ -46154,6 +46183,7 @@ dukeandduchessdrivingschool.co.uk, 1
dukegat.de, 0
dukemaps.net, 1
dukeofmetal.tk, 1
+dukes-london.com, 1
dukes.ca, 1
dukeshotel.com, 1
dukin.tk, 1
@@ -46358,6 +46388,7 @@ dutton.uk, 1
duttonmt.gov, 1
dutyfreeperfumes.tk, 1
duurzaamgww.nl, 1
+duurzaamheidskaart.nl, 1
duurzaamwonen.amsterdam, 1
duux.com, 1
duv.al, 1
@@ -46766,7 +46797,6 @@ e-mak.eu, 1
e-massage.tk, 1
e-matras.ua, 1
e-medicines.tk, 1
-e-meterai.live, 1
e-migration.ch, 0
e-mutation.com, 1
e-nail.tk, 1
@@ -47599,7 +47629,6 @@ ecometalsrl.com, 1
ecomia.dk, 1
ecommbanx.com, 1
ecommerce-bikinsistem.tk, 1
-ecommercedb.com, 1
ecommercenews.asia, 1
ecommercenews.ca, 1
ecommercenews.co.nz, 1
@@ -47642,6 +47671,7 @@ ecoon.net, 1
ecopark.asia, 1
ecopath.org, 1
ecopiscines.fr, 1
+ecopond.co.nz, 1
ecopowerenginewash.com, 0
ecopoweroil.com, 1
ecorak.de, 1
@@ -47811,6 +47841,7 @@ edgecase.ru, 1
edgeconnectnj.net, 1
edgecustomersportal.com, 1
edgeimpulse.com, 1
+edgeinteriors.nz, 1
edgeinvestments.estate, 1
edgeless.pp.ua, 0
edgelogs.com, 1
@@ -48668,8 +48699,6 @@ elburnfire.gov, 1
elbuz.com, 1
elbvision.de, 1
elbwiese.de, 0
-elcacloudservices.ch, 1
-elcacloudservices.com, 1
elcactus.tk, 1
elcajon.gov, 1
elcambioavanza.co, 1
@@ -48942,7 +48971,6 @@ elemac.com.my, 1
elemenik.com, 1
elemenop.tk, 1
element-ppf.com, 1
-element.hr, 1
element.io, 1
elementair.co.nz, 1
elemental-photography.co.uk, 1
@@ -49320,7 +49348,6 @@ elmundodeloso.tk, 1
elmwoodmi.gov, 1
elnan.do, 1
elnegocioperfecto.tk, 1
-elnoorandelmohanad.com, 1
elo-forum.org, 1
elo-rocket.com, 1
elobservador.tk, 1
@@ -49623,7 +49650,6 @@ emil-reimann.com, 1
emil-reimann.de, 1
emil.click, 0
emileon.gr, 1
-emiliaaccountancy.uk, 1
emilianomaccaferri.com, 1
emiliaperkkola.fi, 0
emiliederavinspain.tk, 1
@@ -49711,6 +49737,7 @@ emoc.com, 1
emocionestlp.com, 1
emocionypensamiento.com, 1
emoforum.tk, 1
+emoha.com, 1
emoji-meaning.org, 1
emoji-symbols.org, 1
emoji.build, 1
@@ -49773,7 +49800,6 @@ employeesupport.co.uk, 1
employer.gov, 1
employer411.com, 1
employeradmin.com, 1
-employeremployees.com, 1
employersolutionsgroup.com, 0
employersupport.co.uk, 1
employflorida.com, 1
@@ -49939,7 +49965,6 @@ encrypted.at, 1
encrypted.google.com, 1
encryptedaudience.com, 1
encryptedconnection.net, 1
-encryptio.it, 1
encryptionweb.tk, 1
encryptmy.site, 1
encuentra-todo.tk, 1
@@ -50498,6 +50523,7 @@ entwistlepickups.com, 1
enu.vin, 1
enuchi.com, 1
enuchi.jp, 1
+enuhub.com, 1
enumasecurity.com, 1
enuygun.com, 1
enuygunaucakbileti.com, 1
@@ -50863,7 +50889,6 @@ ergobaby.com, 0
ergobyte.eu, 1
ergobyte.gr, 1
ergodark.com, 1
-ergolabos.gr, 1
ergolyam.top, 1
ergomar-ergolding.de, 1
ergometrics.org, 1
@@ -51153,7 +51178,6 @@ escmatrix.com, 1
escobarservice7000.com, 1
escobeira.pt, 1
escoben.tk, 1
-escogitasrls.com, 1
escolaaberje.com.br, 1
escolaconquer.com.br, 1
escoladejudo.com.br, 1
@@ -51263,7 +51287,6 @@ esko.bar, 1
eskortmoscow.com, 0
eskritt.ca, 1
eskuvoivideohd.hu, 1
-eskypartners.com, 1
esl.org, 1
eslamahmed.tk, 1
esleme.com, 1
@@ -51646,7 +51669,6 @@ ethermine.org, 1
ethernium.fun, 1
etheron.com, 1
etherpad.nl, 1
-etherpoap.xyz, 1
ethersys.fr, 1
ethiack.com, 1
ethical-home.co.uk, 1
@@ -51810,7 +51832,6 @@ euphoriareign.com, 1
eupl.eu, 1
euporos.ch, 0
euprapeace.org, 1
-euracom.it, 1
euracraft.fr, 1
eurapack-gmbh.de, 1
eurapia.net, 1
@@ -51923,6 +51944,7 @@ europeanspring.net, 1
europeanstudies-chemnitz.de, 1
europeantransmissions.com, 1
europeantransportmanagement.com, 1
+europeanwineresource.com, 1
europeluxuryweddings.com, 1
europeonline.tk, 1
europeontrack.org, 1
@@ -52319,6 +52341,7 @@ evolution-host.ga, 1
evolution-x.org, 0
evolution.codes, 1
evolutionbp.es, 1
+evolutionhomecorp.com, 1
evolutioninflatables.co.uk, 1
evolutionlife.za.com, 1
evolutionmuaythai.com, 1
@@ -52366,7 +52389,6 @@ evv.ee, 1
evyn.eu, 1
evz.ro, 1
ewa-hayward.co.uk, 1
-ewa-walentynowicz.com, 1
ewacforum.tk, 1
ewaf.club, 1
ewaipiotr.pl, 1
@@ -52379,7 +52401,6 @@ ewanto.de, 1
ewarranty.by, 1
ewasterj.com, 1
ewatchers.org, 1
-ewawalentynowiczwincanton.com, 1
ewaycorp.com, 1
eweb.org, 1
ewebcreative.com, 0
@@ -52792,7 +52813,6 @@ express-fm.cz, 1
express-fm.eu, 1
express-hosting.org, 1
express-pay.by, 1
-express-shina.ru, 1
express-shop.tk, 1
express-vpn.com, 1
express1040.com, 1
@@ -52811,7 +52831,6 @@ expressinfo.sk, 1
expressional.social, 1
expressionfunerals.co.nz, 1
expressivee.com, 1
-expressmarket.ru, 1
expressodasilhas.cv, 1
expresspak.co.nz, 1
expressramps.com, 1
@@ -53861,6 +53880,7 @@ farmus-spb.ru, 1
farmvilleva.gov, 1
faro-car-hire.co.uk, 1
faro.com, 1
+farodegracia.com, 1
farodistribuidora.com.br, 1
faroes.net, 0
faroes.org, 1
@@ -55843,7 +55863,6 @@ fitz.guru, 1
fitzsim.org, 1
fitzwilliamhotelbelfast.com, 1
fiu.ee, 0
-fius.de, 1
five.sh, 1
five15.net, 1
fiveboosts.xyz, 1
@@ -56951,7 +56970,6 @@ foodguerrilla.ga, 1
foodhandy.ga, 1
foodhotrod.ga, 1
foodhusky.ga, 1
-foodiecrush26.com, 1
foodieso.com, 1
foodintergrity.ga, 1
foodiron.ga, 1
@@ -57303,7 +57321,6 @@ formweb.de, 1
fornarisandres.com, 1
fornata.it, 1
forneyplus.com, 1
-fornonardona.com, 1
fornoreason.net.au, 1
foro-coopfuture.tk, 1
foro.io, 0
@@ -57585,6 +57602,7 @@ foucheplumbers.com, 1
foudufafa.de, 0
fougereettralala.fr, 1
foundationalucc.com, 1
+foundationassure.com, 1
foundationforfamilies.org, 1
foundationmaintenance.com, 1
foundationprogramme.nhs.uk, 1
@@ -57620,7 +57638,7 @@ fourfri.es, 1
fouriemc.com, 1
fourjaw.com, 1
fourmidabel.tk, 1
-fourmies.fr, 1
+fourmies.fr, 0
fournaise.info, 1
fournarisopenday.com, 1
fournisseur-energie.com, 0
@@ -57822,9 +57840,10 @@ framboise314.fr, 1
framedog.tk, 1
framegame.ch, 1
framemo.org, 1
+framenails.fr, 1
framer.ai, 1
framer.com, 1
-framer.live, 1
+framer.live, 0
framer.studio, 1
framer.website, 1
framerjs.com, 1
@@ -58141,7 +58160,6 @@ free-rein.net, 1
free-seo.ml, 1
free-seo.tk, 1
free-sql-query-tool.com, 1
-free-ss.site, 1
free-tarot.net, 1
free-watching.ga, 1
free-webtv.tk, 1
@@ -58156,7 +58174,6 @@ freeaf.gq, 1
freeagent.tk, 1
freeartico.ga, 1
freeassange.net, 1
-freeasyshop.com, 1
freeauction.tk, 1
freeauroraoperations.tk, 1
freebacklinksforyoudirectory.tk, 1
@@ -58835,7 +58852,6 @@ fselka.is, 1
fseo.tk, 1
fsfi.is, 1
fsg.one, 1
-fsgeek.ca, 1
fsharpfactory.io, 1
fsicourses.net, 1
fsinf.at, 1
@@ -59455,6 +59471,7 @@ fut21gen.com, 1
futa.agency, 1
futa.wiki, 1
futabadc.jp, 1
+futacockinside.me, 1
futalis.de, 1
futarara.ga, 1
futaritomo.tk, 1
@@ -60049,7 +60066,7 @@ game-gentle.com, 1
game-net.ml, 1
game-repack.site, 1
game.es, 1
-game.gal, 1
+game.gal, 0
game4less.com, 1
game818play.com, 1
game88play.com, 1
@@ -60511,7 +60528,6 @@ gatesmri.org, 1
gatesphilanthropypartners.org, 1
gatestoaesgaard.tk, 1
gatetoadventures.com, 1
-gatewaydentalinc.com, 1
gatewayfurniture.com, 1
gatewayplanning.org, 1
gatewaytire.com, 1
@@ -60733,7 +60749,6 @@ geacutt.com, 1
geafworks.tk, 1
gealot.com, 1
geamurioglinzi.ro, 1
-geant.org, 1
gear-acquisition-syndrome.community, 1
gear4music.ch, 1
gear4music.com, 1
@@ -60863,7 +60878,6 @@ geertswei.nl, 1
gees.ch, 1
geesthof.de, 1
gefaessmedizin-rapperswil.ch, 1
-gefmo.pl, 1
gefolge.org, 1
gegeco.ch, 0
gegevensdelen.nl, 1
@@ -60968,7 +60982,6 @@ gemmy.cf, 1
gemonite.com, 1
gemooi.com, 1
gemquery.com, 1
-gemsen.com, 1
gemstones.com, 1
gemwerx.com, 1
gen.cn.eu.org, 1
@@ -61326,7 +61339,7 @@ georgestaupin.com, 1
georgestone.ca, 1
georgetownohio.gov, 1
georgetowntexas.gov, 1
-georgewatson.me, 1
+georgewatson.me, 0
georgewbushlibrary.gov, 1
georgiaaccess.gov, 1
georgiaautoglass.net, 1
@@ -61443,6 +61456,7 @@ germanytravelguide.ml, 1
germfr.ee, 1
germinalekeren.tk, 1
germistonsolarsystems.co.za, 1
+gernert-server.de, 1
gero.io, 1
geroiplavska.tk, 1
geropa.it, 1
@@ -61770,7 +61784,6 @@ gfcorp.jp, 1
gfestival.fo, 1
gfgmmarketing.com, 1
gfiber.com, 1
-gficr.com, 1
gfk-kunststoff-luebben.de, 1
gfleaks.com, 1
gfmp.com.pl, 1
@@ -61905,6 +61918,7 @@ ghpastor.com, 1
ghprinting.net, 1
ghsix.com.br, 1
ghtmi.gov, 1
+ghui.de, 1
ghwconline.org, 1
ghyvelde.fr, 1
gi-plant.shop, 1
@@ -62260,7 +62274,6 @@ gitlab-apps.com, 1
gitns.com, 1
gitns.dev, 1
gitns.io, 1
-gitns.net, 1
gitns.nl, 1
gitns.org, 1
gitschberg-sport.it, 1
@@ -62523,6 +62536,7 @@ glm.io, 1
glnpo.gov, 1
global-assistance.eu, 1
global-business-solutions.cf, 1
+global-carbonsolutions.com, 1
global-content.net, 1
global-electronic-music.tk, 1
global-factory.co.jp, 1
@@ -62544,6 +62558,7 @@ global1.gg, 1
globalacademicgroup.com, 1
globalaccountservice.com, 1
globalairt.com, 1
+globalamend.com, 0
globalbearings.com.au, 1
globalbridge-japan.com, 1
globalbroadcastsolutions.com, 1
@@ -62802,7 +62817,6 @@ gmcomo.com, 1
gmcourtreporters.com, 1
gmdsc.gov, 1
gmdu.net, 1
-gmgard.com, 1
gmgcyouth.org, 1
gmhdrivingschool.co.uk, 1
gmhostingservices.co.uk, 1
@@ -63470,7 +63484,6 @@ gorchakov.org, 1
gordas.cf, 1
gordeijnsbouw.nl, 1
gordianbla.de, 0
-gordillo.legal, 1
gordion.tk, 1
gordon-reid.com, 1
gordonbeeming.com, 1
@@ -63544,7 +63557,6 @@ goshop.pl, 1
goshopnow.co.za, 1
goshrink.ca, 1
gosifa.com, 1
-gosifan.com, 1
gosimpler.com, 1
goskey.ru, 1
goskills.com, 1
@@ -63575,7 +63587,6 @@ gostargazing.co.uk, 1
gostartkit.com, 1
gostatera.com, 1
gosti-dom.ga, 1
-gostomaisdecarrosdoquechocolates.com, 1
gosu.pro, 1
gosupps.com, 1
goswak.com, 1
@@ -63667,7 +63678,6 @@ gourmetstars.cz, 1
gourmetvitamins.ga, 1
gousto.co.uk, 1
goutsmits-tegelwerken.nl, 1
-gouvernement.ga, 1
gouwdata.nl, 0
gov-online.go.jp, 1
gov.exposed, 1
@@ -64021,6 +64031,7 @@ granulate.io, 1
grape33.com, 1
grapee.jp, 1
grapeintentions.com, 1
+grapesthewineco.com, 1
grapevine.is, 1
graph.org, 1
graphe.gq, 1
@@ -64069,7 +64080,6 @@ grasski.net, 0
grasslaketownship.gov, 1
grasspromo.com, 1
grassroots.org.nz, 1
-grast.jp, 1
graszoden.tk, 1
gratelin.ga, 1
gratis-hosting.cf, 1
@@ -64130,6 +64140,7 @@ grawe-blog.at, 1
gray.network, 1
grayarrow.com, 1
graycat.ml, 1
+graydaze.com, 1
grayduck.mn, 1
grayhatter.com, 1
grayingrainbows.com, 1
@@ -64278,7 +64289,6 @@ greendotcc.com, 1
greendotcredit.com, 1
greendragonsearch.tk, 1
greendrive.tk, 1
-greendvorik.com.ua, 1
greenearthlawns.com, 0
greenecountyny.gov, 1
greenecountyohio.gov, 1
@@ -64416,7 +64426,6 @@ gregorians.org, 0
gregory-kramer.fr, 1
gregory-thibault.com, 1
gregorydorrifourt.fr, 1
-gregoryfca.com, 1
gregoryhammond.ca, 1
gregorykelleher.com, 1
gregorylefever.com, 1
@@ -64519,7 +64528,6 @@ grienenberger.eu, 1
griesser2.de, 1
griffin.com, 1
griffinguthrie.com, 1
-griffinmuseum.org, 0
griffinsrfc.tk, 1
griffithobs.org, 1
griffithobservatory.org, 1
@@ -64547,7 +64555,6 @@ grimsby.ac.uk, 1
grimsbydns.com, 1
grimsbymoneyman.com, 1
grimsbysoilandmulch.ca, 1
-grimsey.com.au, 1
grinday.tk, 1
grindgore.tk, 1
grinmore.com, 1
@@ -64716,6 +64723,7 @@ groveld.com, 1
growatiopex.com, 1
growbydata.com, 1
growbyrabbit.com, 1
+growcredit.com, 1
growebmarketing.com, 0
growery.org, 1
growglam.com, 1
@@ -64803,6 +64811,7 @@ gruphepsi.tk, 1
grupo-famia.tk, 1
grupo-rbd.com, 1
grupo-zoom.com, 1
+grupoalbedo.com.br, 1
grupoandrey.com.mx, 1
grupoauxteclic.com, 1
grupobit.net, 1
@@ -66006,7 +66015,6 @@ hallofoddities.tk, 1
hallofworlds.online, 1
hallopstyling.com, 1
halloway.tk, 1
-halloweencostumesideas101.com, 1
halloweenmusic.org, 1
hallsonsservices.com, 1
hallspumpandwellservice.net, 0
@@ -66017,7 +66025,7 @@ hallucinogen.com, 1
hallucinogens.org, 1
hallways.tk, 1
halneff.ga, 1
-halo.fr, 0
+halo.fr, 1
haloandre.com, 1
halocredit.pl, 0
halocrm.io, 1
@@ -66399,7 +66407,6 @@ happyplantparent.com, 1
happyproject.in, 1
happyretail.ai, 1
happyrunning.tk, 1
-happyscore.nl, 1
happyscubadiving.tk, 1
happysimplelife.ca, 1
happysnack.cz, 1
@@ -66619,6 +66626,7 @@ harrypottereditor.net, 1
harrypotterpuzzlesandspells.com, 1
harrypottervenezuela.tk, 1
harrysmallbones.co.uk, 1
+harryswine.com, 1
harryvapoteur.com, 1
harryvrancken.nl, 1
harryxxjohnson.ga, 1
@@ -66694,7 +66702,6 @@ hash.ai, 1
hash.works, 1
hashbrownhaus.com, 1
hashcat.net, 1
-hashedin.com, 1
hashemian.com, 1
hashes.com, 1
hashes.org, 1
@@ -67113,7 +67120,6 @@ headspaequipment.com, 1
headstartkernow.org.uk, 1
headstrong.de, 1
headsuphealth.com, 1
-headtopics.com, 1
headwall-hosting.com, 1
headwayapp.co, 1
healdsburg.gov, 1
@@ -67439,7 +67445,6 @@ healthwarior.tk, 1
healthwausau.tk, 1
healthwealthtime.org, 1
healthwichita.tk, 1
-healthy-map.com, 1
healthy-person-emulator.org, 1
healthy-shoko.com, 1
healthy.io, 1
@@ -68152,7 +68157,6 @@ herbalmusings.net, 1
herbarex.bg, 1
herbarium.cf, 1
herbdish.com, 1
-herbdonbass.ru, 1
herberichfamily.com, 1
herbers.tk, 1
herbertjanvandinther.nl, 1
@@ -68387,6 +68391,7 @@ hexasoft.com.my, 1
hexatech.gq, 1
hexatech.tk, 1
hexaunits.com, 1
+hexaware.com, 1
hexaweb.tk, 1
hexcel.com, 1
hexcode.in, 1
@@ -68601,7 +68606,6 @@ hifis.net, 1
hifly.aero, 1
hifund.co.il, 1
hig.gov, 1
-higeniqcleaning.com.au, 1
higentexpo.com, 1
higginsroofing.com.au, 1
higgsboson.tk, 1
@@ -68864,7 +68868,6 @@ hiring-process.org, 1
hiringopps.com, 1
hiringplatform.ca, 1
hiringplatform.com, 1
-hiringprocess.careers, 1
hirisejanitorial.com, 0
hirnstiftung.org, 1
hirocoffee.com, 1
@@ -69135,6 +69138,7 @@ hmy.com, 1
hn.search.yahoo.com, 0
hn122.cc, 1
hnb.lk, 1
+hndmd.com, 1
hnec.ly, 1
hnfertilizermachine.com, 1
hnmd9.gq, 1
@@ -69818,7 +69822,6 @@ homygo.eu, 1
homyremedies.com, 1
honaragah.com, 1
honatec.tech, 1
-honbin.tw, 1
honda2wheelerparts.com, 1
honda2wheelersindia.com, 1
honda2wheelersindia.in, 1
@@ -70112,7 +70115,6 @@ hospitality-colleges.com, 1
hospitality-on.com, 1
hospitalityandcateringnews.com, 1
hospitalmanagement.net, 1
-hospitalsanjuandedios.es, 1
hospitalsineachstate.com, 1
hossi.pro, 1
hossien.tk, 1
@@ -70199,7 +70201,6 @@ hostma.ma, 1
hostmeapp.com, 1
hostmijnpagina.nl, 1
hostmodern.com.au, 1
-hostmore.com.br, 1
hostnook.com, 1
hostonssd.ga, 1
hostpoint-static.ch, 1
@@ -70873,7 +70874,6 @@ httpguides.com, 1
httpmaster.net, 1
https.com.tw, 1
https.dk, 1
-https.gs, 1
https.jetzt, 1
httpsalarm.com, 1
httpsarnemergan.ml, 1
@@ -71250,7 +71250,6 @@ hunterstorm.com, 1
hunterwoodheatingandplumbing.co.uk, 1
huntflow.ai, 1
hunting.ml, 1
-huntingdonlifesciences.com, 1
huntingdonsmithfieldpa.gov, 1
huntingnewfoundlandlabrador.com, 0
huntingtonestateproperties.com, 1
@@ -71297,7 +71296,6 @@ hurtigrabat.dk, 1
hurtigtinternet.dk, 1
husakbau.at, 1
huseyinpala.com, 1
-hushbabysleep.com, 1
hushfile.it, 1
hushlayer.com, 1
hushpuppiesobuv.ru, 1
@@ -71606,7 +71604,6 @@ hyundaisrilanka.lk, 1
hyunjoonkim.net, 1
hyvinvointineuvoja.fi, 1
hyy.chat, 1
-hyychat.com, 1
hyyen.com, 1
hyyperchat.com, 1
hyyr.cn, 1
@@ -71705,6 +71702,7 @@ iaabc.org, 1
iaata.info, 1
iabot.tk, 1
iac-indooraircare.com, 1
+iacc.cl, 1
iacee.org, 1
iacono.com.br, 0
iactor.co.jp, 1
@@ -72220,7 +72218,6 @@ idenfit.com, 1
idensys.nl, 1
ident-clinic.be, 1
ident4u.de, 1
-identa.io, 0
identassist.com, 1
identeco.de, 1
identidadesmexico.com, 1
@@ -72883,6 +72880,7 @@ iltze.fr, 1
ilug-ktm.tk, 1
iluman.tk, 1
ilumantio.tk, 1
+ilumina2photo.es, 1
iluminatia.com, 1
ilunion.tk, 1
ilusionistas.tk, 1
@@ -73574,6 +73572,7 @@ india-1xbet.com, 1
india-ennenga.ga, 1
india-export.com.ua, 1
india.info, 1
+indiaai.gov.in, 1
indiaexport.com.ua, 1
indiaflowermall.com, 1
indiafm.tk, 1
@@ -73705,6 +73704,7 @@ indramas.tk, 1
indramdhani.net, 1
indranesia.tk, 1
indraq.tk, 1
+indreams.me, 1
indretningmedplanter.dk, 1
indst.eu, 1
indstocks.com, 1
@@ -73717,7 +73717,6 @@ indumentaria-arabe.tk, 1
induoloog.nl, 1
indusfastremit-us.com, 1
indusgame.com, 1
-indushospital.org.pk, 1
indust.me, 1
industreiler.com.br, 1
industriafranchini.com, 1
@@ -74072,7 +74071,6 @@ infrafile.com, 1
infrafire.com, 1
infraflip.com, 1
infraflux.com, 1
-infrafor.us, 1
infrafuse.com, 1
infrafusion.com, 1
infragardnational.org, 1
@@ -74582,7 +74580,7 @@ instagraph.cn, 1
instahub.net, 0
instalamosyreformamos.es, 1
instalatii-pardoseala.ro, 1
-install-solar.co.uk, 1
+install-solar.co.uk, 0
installation-hotte-cuisine.com, 1
installation-of-xenon.tk, 1
installationdehotte.com, 1
@@ -74645,7 +74643,6 @@ instrumentodepaz.com, 1
instylecollection.tk, 1
instytut.tk, 1
instytutwellsense.pl, 1
-insulationchicagoil.com, 1
insulationmachinestore.com, 1
insulations.ga, 1
insulectro.com, 1
@@ -74761,6 +74758,7 @@ intelcapital.com, 1
intelec.co.cr, 1
intelekta.es, 1
intelhost.com.br, 1
+intelics.com.au, 1
intelius.cf, 1
intellar.agency, 1
intellect-ls.com, 0
@@ -75220,6 +75218,7 @@ investingoutlook.co, 1
investingrenada.gd, 1
investingtrader.net, 1
investinlodzkie.com, 1
+investinsenegal.sn, 1
investintech.com, 1
investion.cf, 1
investir.ch, 0
@@ -75371,6 +75370,7 @@ iosco.org, 1
iosecurity.co.za, 1
iosjailbreakiphone.com, 0
iosme.ga, 1
+iosolutions.cl, 1
iosprivacy.com, 1
iossearch.tk, 1
iostream.by, 1
@@ -75571,7 +75571,6 @@ ipv6-handbuch.de, 1
ipv6.bible, 1
ipv6.cool, 1
ipv6.cy, 1
-ipv6.fail, 1
ipv6.gr, 1
ipv6.jetzt, 0
ipv6.pictures, 1
@@ -76034,7 +76033,6 @@ isn.education, 1
isnadf.org, 1
isnap.club, 1
isnot.ai, 1
-iso.fr, 1
iso27001.dk, 1
iso27032.com, 1
isobook.ml, 1
@@ -76197,7 +76195,6 @@ isv.online, 1
isvbscriptdead.com, 1
isvsecwatch.org, 1
isvstar.com, 1
-isvw.nl, 0
iswag.se, 1
iswanto.com, 1
iswao-onlinexcontest.com, 1
@@ -77040,7 +77037,6 @@ jae.fi, 1
jae.su, 1
jae.zone, 1
jaeger.link, 1
-jaehyeon.it, 1
jaenparaisointerior.es, 1
jaetech.org, 1
jafarmehdipor.ga, 1
@@ -78490,7 +78486,6 @@ jl-picard.tk, 1
jlbleakley.com, 1
jld.paris, 1
jldlawyers.com, 1
-jldrenergysaver.com, 1
jlifeoc.com, 1
jliu.xyz, 1
jlmirall.es, 1
@@ -78736,6 +78731,7 @@ joelprice.com, 1
joelving.dk, 0
joembayawaphotography.com, 1
joepitt.co.uk, 0
+joeran.de, 1
joerg-wellpott.de, 1
joerger.ch, 1
joergschneider.com, 1
@@ -79219,7 +79215,6 @@ jourdespa.fr, 1
journal-officiel.ga, 1
journaldufumeur.ch, 1
journales.com, 1
-journalexpress.ca, 1
journalgameers.ga, 1
journalgameest.ga, 1
journalism-schools.com, 1
@@ -79677,7 +79672,6 @@ jultube.de, 1
jumardotaekwondo.tk, 1
jumbo-air.de, 1
jumbo.ae, 1
-jumbo33.org, 1
jumbopan.net, 1
jumbopeters.tk, 1
jumbster.com, 0
@@ -79913,7 +79907,6 @@ justinsinkula.com, 1
justinstago.com, 1
justinstandring.com, 1
justjackstuff.com, 1
-justkidsdental.com, 1
justknigi.gq, 1
justlovecoffeefranchise.com, 0
justmade.com.br, 1
@@ -80034,6 +80027,7 @@ k-homes.net, 1
k-labs.be, 1
k-larevue.com, 1
k-linkcarecenter.com, 1
+k-lol.com, 1
k-matsudaclinic.com, 1
k-moto.sk, 1
k-net.dk, 1
@@ -80557,6 +80551,7 @@ kandrahechiceravudu.com, 1
kandrive.gov, 1
kanduit.live, 1
kanduit.tech, 1
+kandwliquor.com, 1
kaneadvocates.com, 1
kaneandtrap.com, 1
kanecastles.com, 1
@@ -81358,6 +81353,7 @@ keiyuki.com, 1
keizeror.gov, 1
kejiben.fun, 1
kejpop.pl, 1
+kekaoxing.com, 1
kekarimi.com, 1
keke-shop.ch, 1
kekoskee.gov, 1
@@ -81544,6 +81540,7 @@ kenzelmann.li, 1
kenzelmann.name, 1
kenzie.com.br, 0
keops-spine.fr, 1
+keops-spine.us, 1
keos.ga, 1
keos.tk, 1
kep-sbt.hu, 1
@@ -82196,6 +82193,8 @@ kinautas.com, 1
kindan.net, 1
kindapoth.com, 1
kinde.com, 1
+kinden-giankyou.jp, 1
+kinden-kizuna.com, 1
kinder-garten.tk, 1
kinderarzt-berlin-zia.de, 1
kinderarzt-traunstein.de, 1
@@ -82289,6 +82288,7 @@ kingofthecastlesrhyl.co.uk, 1
kingpie.co.za, 1
kingpin.pro, 1
kingpincages.com, 1
+kingroot.com, 1
kings-potong.com, 1
kings-world.net, 1
kingsaft.net, 1
@@ -82366,7 +82366,6 @@ kinomangas.tk, 1
kinomaniac.tk, 1
kinomoto.ovh, 0
kinoplex.com.br, 1
-kinorant.net, 1
kinos.nl, 0
kinoscope.tk, 1
kinoserver.ml, 1
@@ -82473,7 +82472,6 @@ kirstenwillner.de, 1
kirstygreenwoodartist.ga, 1
kirtlandforcesupport.us, 1
kirtlandfss.tv, 1
-kirwandigital.com, 1
kisakazan.ml, 1
kisallatorvos.hu, 1
kisaragi.fund, 1
@@ -82861,6 +82859,7 @@ klokkenluidersvg.nl, 1
kloop.kg, 1
klop.info, 1
klos-kremperler.at, 1
+klose-besser.com, 1
klose.family, 1
klosetestumgebungnextcloud.de, 1
klosko.net, 1
@@ -82972,6 +82971,7 @@ knight.blue, 1
knightcrier.org, 1
knightsblog.de, 1
knightsbridge.net, 1
+knightsbridgewine.com, 1
knightsfs.ie, 1
knightsweep.com, 0
knightway.ca, 1
@@ -83674,7 +83674,7 @@ kotaraanglican.org.au, 1
kotelsales.ru, 0
kother.org, 1
kotilinkki.fi, 1
-kotisivukone.fi, 1
+kotisivukone.fi, 0
kotka.ml, 1
kotlinfactory.io, 1
kotly-marten.com.ua, 1
@@ -84481,6 +84481,7 @@ kupkabn.de, 1
kupleno.com, 1
kuplukover.by, 1
kupoholik.rs, 1
+kupone.com.br, 1
kuponla.com, 1
kuponmail.tk, 1
kuppingercole.com, 1
@@ -84548,7 +84549,6 @@ kurtisfranklin.com, 1
kurtki-moda.tk, 1
kurtkoyescort.net, 1
kurtlarvadisi-pusu-1.tk, 1
-kurtneuweiler.com, 1
kurtosys.com, 1
kurtschlatzer.com, 1
kurtschleinbeck.com, 1
@@ -85355,7 +85355,6 @@ lamalleauxsaveurs-aubigny.com, 1
lamanchelibre.fr, 1
lamanzanamordida.net, 1
lamarieealhonneur.com, 0
-lamarieebridalsalon.com, 1
lamartine.cloud, 1
lamasacre.tk, 1
lamaturitadidaniele.ml, 1
@@ -85481,7 +85480,6 @@ landell.ml, 1
landers.com.au, 1
landeseiten-optimieren.de, 1
landfire.gov, 1
-landflair-magazin.de, 0
landflirt.de, 1
landformlogic.com, 1
landforsale.co.il, 1
@@ -85727,7 +85725,6 @@ laramuredesmots.fr, 1
laranjada.org, 1
larasm.tk, 1
laravel.software, 1
-laravel42.com, 1
laravelcommunity.asia, 1
larawoodarts.com, 1
larax.tk, 1
@@ -85886,6 +85883,7 @@ lastbooks.gq, 1
lastcast.bg, 1
lastenrad-gifhorn.de, 1
lastfriends.site, 1
+lasthome.co.uk, 1
lastingcar.com, 1
lastingmarksers.ga, 1
lastingmarksest.ga, 1
@@ -86821,6 +86819,7 @@ legalagenda.ga, 1
legalanchor.ga, 1
legalatlanta.com, 1
legalatlantic.ga, 1
+legalbeagle.com.hk, 1
legalbeagles.info, 1
legalbeast.ga, 1
legalbetcanada.com, 1
@@ -88382,6 +88381,7 @@ lincolncountysd.gov, 1
lincolncountysheriffok.gov, 1
lincolncountytn.gov, 1
lincolncountywy.gov, 1
+lincolnfinewines.com, 1
lincolnil.gov, 1
lincolnimps.tk, 1
lincolnmoneyman.com, 1
@@ -89045,7 +89045,7 @@ livealarm.com, 1
liveandalucia.es, 1
liveanimations.org, 1
livebandphotos.com, 1
-livebeachcam.net, 1
+livebeachcam.net, 0
livebestbooks.gq, 1
livebookmark.ml, 1
livebox-mag.fr, 1
@@ -89367,6 +89367,7 @@ localcdn.org, 1
localcryptos.com, 1
locald.at, 1
localdating.ml, 1
+localenv.uk, 1
localethereum.com, 1
localexpert.realestate, 1
localexpress.io, 0
@@ -89488,6 +89489,7 @@ locksmithsorlando.com, 1
locksmithspring.com, 1
locksmithspringtx.com, 1
locksmithssanmarcostx.com, 1
+locksmithstaffordtx.com, 1
locksmiththewoodlands.com, 1
locksport.org.nz, 1
lockwoodonlinejournals.com, 1
@@ -89504,7 +89506,6 @@ locus-cell.com, 1
locus-dashboard.com, 1
locus.ml, 1
locus.tk, 1
-locustvalleyvet.com, 1
locutusvader.com, 1
lodash.com, 0
loddeke.eu, 1
@@ -89580,7 +89581,6 @@ logicdream.tk, 1
logicgate.com, 1
logiciel-entreprise-seurann.fr, 1
logicielscrm.fr, 1
-logicintel.com, 1
logicio.ch, 0
logicio.de, 0
logicio.net, 0
@@ -89962,10 +89962,7 @@ lookae.com, 0
lookagain.co.uk, 1
lookandfin.com, 1
lookasik.eu, 1
-lookastic.de, 1
lookastic.es, 1
-lookastic.fr, 1
-lookastic.ru, 1
lookathernow.com, 1
lookatmysco.re, 1
lookflyfares.com, 1
@@ -90969,6 +90966,7 @@ luongtuananh.com, 1
luongvu.com, 0
luoshifeng.com, 1
luotianyi.online, 1
+luowu.cc, 1
luoxianjun.com, 1
luoxingyu.ml, 1
lupa.cz, 1
@@ -91216,8 +91214,6 @@ lynwilliams.com, 1
lynwoodca.gov, 1
lynx-webservice.com, 0
lynx.com.au, 1
-lynxbroker.cz, 1
-lynxbroker.pl, 1
lynxriskmanager.com, 1
lyodiet.it, 1
lyon-explorateurs.fr, 1
@@ -92210,7 +92206,6 @@ makeitsimple.pt, 1
makejustice.work, 1
makejusticework.org.uk, 1
makelindazi.com, 1
-makellos-kosmetik.de, 1
makelpunt.nl, 1
makemejob.com, 1
makemillion.tk, 1
@@ -92344,7 +92339,6 @@ maler-secret.ru, 1
malermeister-kessler.de, 1
malerponge.de, 1
malesoowki.blog, 1
-malestrippersmanchester.co.uk, 1
malevus.com, 1
maleyco.tk, 1
maleylabapplications.org, 1
@@ -93810,6 +93804,7 @@ mastere.tn, 1
masterflitzer.xyz, 1
masterglasses.ru, 1
masterhelenaroma.com, 1
+masterimperia.com, 1
masterin.it, 1
masterinchess.com, 1
masterjuantex-projects.tk, 1
@@ -93835,7 +93830,6 @@ mastershvacparts.com, 1
mastersindatascience.org, 1
mastersinesl.org, 1
mastersofscale.com, 1
-mastersofteg.com, 1
mastersplace.tk, 1
masterstation.net, 1
mastersthesiswriting.com, 1
@@ -94118,7 +94112,6 @@ matthewimaniphotography.ga, 1
matthewj.ca, 1
matthewkairys.com, 1
matthewkenny.co.uk, 1
-matthewkerley.com, 1
matthewlankford.com, 1
matthewljiang.com, 1
matthewohare.com, 0
@@ -94377,6 +94370,7 @@ maximoguk.com, 1
maximosilupu.tk, 1
maximovie.eu, 1
maxims-travel.com, 1
+maximschinese.com.hk, 1
maximumcontrol.nl, 1
maximumphysiotherapy.com, 1
maximusrose.com, 0
@@ -94428,7 +94422,6 @@ maxuniverse.de, 1
maxus.tk, 1
maxval.com, 1
maxvaluecleaners.com, 1
-maxvaluedeals.com, 1
maxwaellenergie.de, 1
maxweiss.io, 1
maxwell-english.co.jp, 0
@@ -94513,7 +94506,6 @@ mb-server.de, 1
mb-t.net, 1
mb.estate, 1
mb300sd.com, 1
-mbaasy.com, 1
mbabullshit.com, 1
mbaestlein.de, 1
mbainflatables.co.uk, 1
@@ -94648,7 +94640,6 @@ mcfipvt.com, 1
mcfreedom.eu, 1
mcg4loans.com, 1
mcgaccountancy.co.uk, 1
-mcgarrybair.com, 1
mcgavocknissanwichitaparts.com, 1
mcgee.red, 1
mcgillsbuses.co.uk, 1
@@ -94825,7 +94816,6 @@ mdmhukuk.com, 1
mdmpsicologiaclinica.com, 1
mdns.eu, 1
mdosch.de, 1
-mdpharma.com, 1
mdpp.com.br, 1
mdpparish.com, 1
mdrsp.de, 1
@@ -97401,6 +97391,7 @@ milesconsulting.io, 1
milesdewitt.com, 1
milesforwomenshealth.org, 1
milesquaretechnologygroup.com, 1
+milestonehotel.com, 1
milestoneinternet.com, 1
milestonemachine.com, 1
miletic.net, 1
@@ -97521,7 +97512,9 @@ miltonbaby.ie, 1
miltonga.gov, 1
miltoniatravel.com, 1
miltontwpmi.gov, 1
+miltor.by, 1
miltor.com.ua, 1
+miltor.ru, 1
miluneetsens.fr, 1
milvilla.com, 0
milwaukeeinternational.tk, 1
@@ -97610,6 +97603,7 @@ mindfully.com, 0
mindfulnessjourney.ca, 1
mindfulslumber.com, 1
mindgard.co.uk, 1
+mindgtc.com, 1
mindingourway.com, 1
mindjee.tk, 1
mindleaking.org, 1
@@ -97881,7 +97875,6 @@ minu.link, 1
minube.co.cr, 1
minucio.co, 1
minul.in, 1
-minungdomsbolig.dk, 1
minutamody.cz, 1
minutashop.ru, 1
minuteflightdeals.com, 1
@@ -98152,7 +98145,7 @@ miswonline.nl, 1
mit-sexchat-geld-verdienen.com, 1
mit-uns.org, 1
mit.akita.jp, 1
-mit.dk, 1
+mit.dk, 0
mit.gg, 0
mita-beutel.tk, 1
mita.me, 1
@@ -98416,7 +98409,6 @@ mkpdeepclean.com, 1
mkpeurope.org, 1
mkplay.io, 1
mkprensa.tk, 1
-mkpteam.com, 1
mkrecek.cz, 1
mkringel.de, 0
mksdarchitects.com, 1
@@ -98643,7 +98635,6 @@ mobikasa.com, 1
mobil-badwimpfen.de, 1
mobil-bei-uns.de, 1
mobil11.net, 1
-mobila-chisinau.md, 1
mobilab-ooe.at, 1
mobilci.net, 1
mobildeal.id, 1
@@ -99368,8 +99359,6 @@ monsitemoncommerce.com, 1
monsitetest.ca, 1
monsonshoney.com.au, 1
monster-ryot.com, 1
-monsterandfox.co.uk, 1
-monsterandfox.com, 1
monsterarmsest.ga, 1
monstercurves.com, 1
monstergovt.com, 1
@@ -99392,6 +99381,7 @@ montagetravel.com, 1
montagnainitalia.com, 1
montagne-vacances.com, 1
montagnicimes.com, 1
+montaguehotel.com, 1
montajtamirmobilya.com, 1
montala.com, 1
montalvofarret.xyz, 1
@@ -99403,7 +99393,6 @@ montanarenewables.org, 1
montanatitlesearch.com, 1
montanawi.gov, 1
montarosa.tk, 1
-montas.io, 0
montaza-namjestaja.com.hr, 1
montcalmcountymi.gov, 1
montclairca.gov, 1
@@ -99957,7 +99946,7 @@ motoselfservices.fr, 1
motospaya.com, 0
motostorie.blog, 1
motostyle.ua, 1
-mototax.ch, 1
+mototax.ch, 0
mototeam.tk, 1
mototsi.com, 1
mototuristas.tk, 1
@@ -100319,7 +100308,6 @@ mrgusercontent.ru, 1
mrgutternj.com, 1
mrhc.ru, 1
mrhost.biz, 1
-mri-simmons.com, 1
mri.community, 1
mricspatial.com, 1
mrik.jp, 1
@@ -100654,7 +100642,6 @@ muclan.tk, 1
mucmail.de, 1
mucustoms.com, 1
mudanzasacuna.com.co, 1
-mudanzasmoreno.com, 1
mudanzasuiza.com.ec, 1
mudanzasytransportesbh.com, 1
mudaomundo.org, 1
@@ -100698,7 +100685,6 @@ mugen-kairou.art, 1
mugen.technology, 1
mugrabyhostel.tk, 1
mugsocks.com.au, 1
-muguayuan.com, 1
muhabbet.org, 1
muhammadlukman.ml, 1
muhammadmunif.ml, 1
@@ -101069,7 +101055,6 @@ musickorea.tk, 1
musiclenta.tk, 1
musiclite.tk, 1
musicmasala.tk, 1
-musicnotesroom.com, 1
musicompare.com, 1
musicradar.co.il, 1
musicradio.ga, 1
@@ -101419,7 +101404,6 @@ myasb.club, 1
myathena.ai, 0
myatipfile.com, 1
myatlwings.com, 1
-myautismmind.com, 1
myauto.ml, 1
mybackyardcourtli.com, 1
mybags.cf, 1
@@ -101555,7 +101539,6 @@ mycrypnet.io, 1
mycts.org, 1
mycues.gov, 1
mycumortgage.com, 1
-mydabb.com, 1
mydarkness.cf, 1
mydarksite.tk, 1
mydarkstar.net, 1
@@ -101984,7 +101967,6 @@ myperfecthome.ca, 1
myperks.in, 1
mypersonalpage.tk, 1
mypescara.it, 1
-mypetcloud.com, 1
mypetitjob.fr, 1
mypetsvetsltd.co.uk, 1
mypharmjar.com, 1
@@ -102268,7 +102250,7 @@ myvaccinefl.gov, 1
myvacompany.com, 1
myvalleymarketing.com, 1
myvau.lt, 1
-myvawic.org, 1
+myvawic.org, 0
myvc.in, 1
myvcc.ru, 1
myvegasadvisor.com, 1
@@ -103458,7 +103440,6 @@ ncsc.gov.uk, 1
ncsccs.com, 1
ncshp.gov, 1
ncsis.gov, 1
-ncskurir.com, 1
ncsparta.gov, 1
ncswboard.gov, 1
nctm.org, 1
@@ -103541,7 +103522,6 @@ neasahourigan.com, 0
neatful.eu.org, 1
neath-afan-gymnastics.com, 1
neatlife.co.uk, 1
-neatnik.net, 1
neatous.cz, 1
neatous.net, 1
neauviachannel.com, 1
@@ -103670,6 +103650,7 @@ negociemos.com.co, 1
negocios-imatore.com, 1
negociosparaoptimistas.com, 1
negociosurbanos.net, 1
+negoya-shokai.info, 1
negozimoda.it, 1
negoziointimo.com, 1
negr.gay, 1
@@ -103969,7 +103950,6 @@ nerdwallet.com, 1
nerdydev.net, 1
nerdyfam.tech, 1
nerdygadgets.org, 1
-nerdyhometech.com, 1
nerdynav.com, 1
nerdyspace.net, 1
nerede360.com, 1
@@ -104977,6 +104957,7 @@ nfobar.com, 1
nforto.com, 1
nfpors.gov, 1
nfpsa.lv, 1
+nfrdoz.com, 1
nfs.pub, 1
nfsec.pl, 1
nfshopnsave.com, 1
@@ -105393,7 +105374,6 @@ nightandthecityofbrokenpromises.tk, 1
nightblue.ml, 1
nightblue.tk, 1
nightbox.cf, 1
-nightbura.biz, 1
nightcitynews.info, 1
nightclassifieds.com, 1
nightdreamer.me, 1
@@ -105502,7 +105482,6 @@ niklasstinkt.com, 1
niko-mapping-studio.tk, 1
niko-vfx.com, 0
nikoflix.site, 1
-nikolab.com.ua, 1
nikolaev-news.ru, 1
nikolaev.ml, 1
nikolaevnews.ru, 1
@@ -105932,8 +105911,6 @@ noagendahr.org, 1
noah-witt.com, 1
noahdigital.com.br, 1
noahenco.nl, 1
-noahira.com, 1
-noahira.org, 1
noahjacobson.com, 1
noahmodas.com.br, 1
noahs.com, 1
@@ -106430,6 +106407,7 @@ northshoremums.com.au, 1
northshorevisitor.com, 1
northsidecaravansrepairsandspares.com, 1
northsideeventsindy.com, 1
+northstarasset.com, 0
northstarcommunitytrust.org, 1
northstarcommunitytrust.org.uk, 1
northstaredit.org.uk, 1
@@ -106692,7 +106670,6 @@ novarock.tk, 1
novashare.io, 1
novasmilecr.net, 1
novasprint.tk, 1
-novastores.co, 1
novatech.net, 0
novatelecom.cl, 1
novavax.com, 0
@@ -107183,7 +107160,6 @@ nun.gl, 1
nunesgh.com, 1
nunesgh.org, 1
nunnenmacher.net, 0
-nunnun.jp, 1
nunoarruda.com, 1
nunoefabia.tk, 1
nunogand.com, 1
@@ -108398,7 +108374,6 @@ okeepixels.ru, 1
okelections.gov, 1
okeliteairpros.com, 1
okemahok.gov, 1
-okgun.co, 1
okhanvatansever.tk, 1
okhelp.org, 1
okhrana.agency, 1
@@ -109064,7 +109039,6 @@ onetap.com, 1
onetcenter.org, 1
onetcodeconnector.org, 1
onetech.it, 1
-onetestatatime.com, 1
onetimesecret.com, 1
onetonline.org, 1
onetouchreveal.com, 1
@@ -109334,7 +109308,6 @@ onlyu.eu, 1
onlyveg.tk, 1
onlyvintagewatches.com, 1
onlyvips.club, 1
-onmail.no, 1
onmaps.de, 1
onmaru.com, 1
onmyodev.com, 1
@@ -109519,7 +109492,7 @@ open-source.gr, 1
open-spending.eu, 1
open-work.space, 1
open-xchange.com, 1
-open.film, 1
+open.film, 0
open.my.id, 1
openaccess.nz, 1
openacte.ch, 0
@@ -109636,7 +109609,6 @@ openrtm.org, 1
openscience.ml, 1
opensecurity.in, 1
opensecurity.pl, 1
-openseo.com.tr, 1
opensim.tk, 1
openskies.world, 1
openslava.tk, 1
@@ -110011,6 +109983,7 @@ orcamarine.tk, 1
orcas.tk, 1
orcasecurity.io, 1
orchardnh.org, 1
+orchestra-ppm.io, 1
orchestra.tk, 1
orchestremetropolitain.com, 1
orchidee-mariage.com, 1
@@ -110331,7 +110304,6 @@ osamat.ee, 1
osamatoon.ml, 1
osandp.com, 1
osankj.tk, 1
-osano.ai, 1
osano.com, 1
osarahealth.com, 1
osateam.tk, 1
@@ -110725,7 +110697,6 @@ outlet-center.by, 1
outletcity.bg, 1
outletstoresmalls.com, 1
outline.vn, 1
-outlook.com, 1
outlook.pl, 1
outlookbythebay.com, 1
outlookcomponents.com, 1
@@ -110925,6 +110896,7 @@ owo.vn, 1
owop-filmscoring.com, 1
owoss.com, 1
owott.com, 1
+owozi.com, 1
owozz.com, 1
owrt-risk.dedyn.io, 1
owyheecounty.gov, 1
@@ -111010,6 +110982,7 @@ oyo.moe, 1
oyoshi.com.my, 1
oyosoft.net, 1
oyr79.tk, 1
+oysterboxhotel.com, 1
oysterlink.com, 1
oysterworldwide.com, 1
oytic.com, 1
@@ -111276,7 +111249,6 @@ paclease.com.my, 1
pacman.ltd, 1
pacnyc.org, 1
pacobarbera.tk, 1
-pacocollective.com, 1
pacoda.de, 0
pacogarcia.tk, 1
pacogorzados.tk, 1
@@ -111879,10 +111851,10 @@ pappasus.com, 1
pappu.tk, 1
pappys.kitchen, 1
papuaekspose.com, 0
-papuaone.com, 0
papuzkija.pl, 1
paqtam.com, 1
par-allel.ru, 1
+para-sports.tokyo, 1
parabellum-barakaldo.tk, 1
parablu.com, 1
parabolaeditorial.com.br, 1
@@ -111934,7 +111906,6 @@ paraluman.be, 1
paralysis.ga, 1
paramapa.com.py, 1
paramascotas.vip, 1
-paramedicchiefs.ca, 1
parameter.sk, 1
parametricaeng.com, 1
paramloda.online, 1
@@ -112045,7 +112016,6 @@ parimatch.kz, 1
parimatchsports.com, 1
parimatchtop.com, 1
parina.vn, 1
-parinay.com, 1
pario.li, 1
paripesa.com, 1
paripesa.ng, 1
@@ -112127,7 +112097,6 @@ parkinsons.tk, 1
parkmobile.io, 0
parkmycloud.com, 1
parkofnations.com, 1
-parkos.com, 1
parkos.de, 1
parkos.it, 1
parkos.nl, 1
@@ -112144,7 +112113,6 @@ parkviewmotorcompany.com, 1
parkwaydentaldfw.com, 1
parkwayminyan.org, 1
parkwayxpress.com, 1
-parkweiher.koeln, 1
parkwhiz.com, 1
parlament.cf, 1
parlamento.gub.uy, 1
@@ -112154,7 +112122,6 @@ parleu2017.ee, 1
parleur.net, 1
parliament.gov.to, 1
parliamentcamp.com, 1
-parmacityfutsal.it, 1
parmartecultura.it, 1
parmatoday.it, 1
parmatwp.gov, 1
@@ -112163,6 +112130,7 @@ parmjitsingh.com, 1
parmoli.tk, 1
parnassius.name, 1
parnassys.net, 1
+parniplus.com, 1
parnizaziteksasko.cz, 1
paroisses-theix-surzur.com, 1
parokia.hu, 1
@@ -112413,7 +112381,6 @@ passwordlist.io, 0
passwords.google.com, 1
passwordsapp.org, 1
passwordscon.com, 1
-passwordscon.org, 1
passwordsecurity.info, 1
passwordsecuritycenter.com, 1
passwordsheeters.ga, 1
@@ -112632,6 +112599,7 @@ pauljzak.com, 1
paulknulst.de, 1
paullinmakeup.com, 1
paullockaby.com, 1
+paullovestugba.nl, 1
paulmarc.org, 1
paulmarvin.tk, 1
paulmolloy.guitars, 1
@@ -113387,7 +113355,6 @@ penetrationstest.se, 1
penfedrealty.com, 1
penfold.fr, 1
peng.you, 1
-pengajar.co.id, 1
pengembangan-web-mp-pd.com, 1
pengepung.com, 1
pengisatelier.net, 1
@@ -113955,6 +113922,7 @@ petegrahamcarving.co.uk, 1
petelew.is, 1
petemerges.com, 1
petemerges.xyz, 1
+peter-r.co.uk, 1
peter-rader.pro, 1
peter-taban.de, 1
peter-zhu.ca, 1
@@ -114306,6 +114274,7 @@ pharmasana.ru, 1
pharmasyncers.ga, 1
pharmasyncest.ga, 1
pharmgkb.org, 1
+pharmica.uk, 1
pharosconsulting.com, 1
pharosiq.com, 1
pharside.dyndns.org, 1
@@ -115068,7 +115037,6 @@ pindostan.tk, 1
pinebaylibrary.org, 1
pinebeachnj.gov, 1
pinebrook.tk, 1
-pinecity.com.pk, 1
pinecitymn.gov, 1
pinecone.io, 0
pinecountymn.gov, 1
@@ -115812,10 +115780,10 @@ play3niu33.com, 1
play3niu55.com, 1
play595.com, 1
playabalares.ga, 1
-playanka.com, 1
playapex.cn, 1
playapex.com.cn, 1
playapexcn.com, 1
+playarcadiax.com, 1
playasdegalicia.tk, 1
playavalon.net, 1
playball.tk, 1
@@ -116395,6 +116363,7 @@ pogljad-brest.tk, 1
pogodavolgograd.tk, 1
pogodok.tk, 1
pogomate.com, 1
+pogoswine.com, 1
pogotowie-komputerowe.tk, 1
pogotowiekomputeroweolsztyn.pl, 1
pogrebeniq-sofia.com, 1
@@ -116610,8 +116579,6 @@ polishprofessionalsinboston.org, 1
polishtranslation.com, 1
polisi.go.tz, 1
polisipati.tk, 1
-polismar.com, 1
-polismar.pt, 1
polisport.tk, 1
polisynazycie.com.pl, 1
polit-it.pro, 1
@@ -116658,6 +116625,7 @@ pollet-ghijs.be, 1
pollet-ghys.be, 1
pollet.tech, 1
pollev-embeds.com, 1
+pollev.com, 1
polleverywhere.com, 1
polliga.tk, 1
pollinators.ie, 1
@@ -116803,7 +116771,7 @@ poolspa.es, 1
pooltools.net, 1
poolvilla-margarita.net, 1
poon.io, 1
-poonawallafincorp.com, 0
+poonawallafincorp.com, 1
poopa.loan, 1
poopjournal.rocks, 1
poopr.ru, 1
@@ -117265,6 +117233,7 @@ potatiz.com, 1
potato.im, 1
potatochip.tk, 1
potatodiet.ca, 1
+potatolighting.com, 1
potatopro.com, 1
potatosoft.kr, 1
potatosouprecipe.ml, 1
@@ -118085,7 +118054,6 @@ prij.fr, 1
prijela-pout.cz, 1
prijelapout.cz, 1
prijsvergelijken.ml, 1
-prikaznoparty.com, 1
prikeshsavla.com, 1
prikolkz.tk, 1
prim-wash.de, 1
@@ -118876,7 +118844,6 @@ promecin.com, 1
promedentecuador.com, 1
promedlatam.com, 1
promedyczny.pl, 1
-promenics.com, 1
promet.si, 1
prometey.tk, 1
prometheanfire.net, 1
@@ -118912,7 +118879,7 @@ promodoble.com, 1
promods.net, 1
promods.store, 1
promofirstmedia.co.id, 1
-promohulp.nl, 1
+promohulp.nl, 0
promohunt.ru, 0
promokodi.tk, 1
promolife.be, 1
@@ -119085,7 +119052,6 @@ prostore.vn, 1
prostoskidki.ml, 1
prostozaim.ml, 1
prostye-recepty.com, 1
-prosurf.com.hr, 1
prosurveillancegear.com, 1
prosvet.tk, 1
prosveta1901.tk, 1
@@ -119839,7 +119805,6 @@ pureaudioplayer.ru, 1
pureblissdental.com.au, 1
purebuttons.com, 1
pureceli.com, 1
-purecodedigital.com, 1
puredayshop.com.tw, 1
puredigital.nl, 1
puredisinfecting.com, 1
@@ -120451,7 +120416,6 @@ qrlfinancial.com, 0
qrma.com.au, 1
qrmagic.com, 1
qrpatrol.com, 1
-qrplanet.com, 1
qrprincipal.com, 1
qrpth.eu, 1
qrsa.com.au, 1
@@ -120575,7 +120539,6 @@ quantikstudio.tk, 1
quantiphi.com, 1
quantiply.tech, 1
quantivate.com, 1
-quantolytic.de, 1
quantomaisconsorcios.com.br, 1
quantora.nl, 1
quantoras.com, 0
@@ -120784,6 +120747,7 @@ quic.fr, 1
quic.ovh, 1
quichante.com, 1
quiche-quic.cf, 1
+quichost.com, 1
quick-and-easy.tk, 1
quick-seo.tk, 1
quickbooksguru.com.au, 1
@@ -120803,7 +120767,6 @@ quicklinkz.tk, 1
quicknode.com, 1
quicko.com, 0
quickq.nu, 1
-quickquote.pt, 1
quickref.me, 1
quicksell.co, 1
quicksell.store, 1
@@ -121674,7 +121637,6 @@ rajsolankimusic.ga, 1
rajudhoni.ga, 1
rak-business-service.com, 1
rakennuspeli.com, 1
-rakeprofit.com, 1
rakeshkaryana.com, 1
raketa.travel, 1
raketaholst.com.ua, 1
@@ -121764,7 +121726,6 @@ ramplaysugente.tk, 1
ramsay.xyz, 1
ramsayshorsetransport.com, 1
ramsayshorsetransport.com.au, 1
-ramsdensforcash.co.uk, 0
ramsdensplc.com, 1
ramseycountymn.gov, 1
ramseycs.net, 1
@@ -121963,7 +121924,7 @@ rarous.net, 1
rarsoft.com, 1
raru.re, 1
raryosu.info, 1
-rasa.com, 1
+rasa.com, 0
rasa.my, 1
rasadnikcvecaperic.rs, 0
rasagiline.com, 1
@@ -122270,7 +122231,6 @@ rcsda.net, 1
rcslt.org, 1
rcsolutions.nl, 0
rct-chair.com, 1
-rct-uae.com, 1
rct.uk, 1
rctalk.com, 1
rctiads.com, 1
@@ -122432,7 +122392,6 @@ real.in.th, 1
realacademy.net, 1
realactionslots.com, 1
realagentsonduty.com, 1
-realanteile.at, 0
realbiographies.cf, 1
realbiz.ml, 1
realbluesmagazine.com, 1
@@ -122674,6 +122633,9 @@ recode-lang.com, 1
recoilbox.com, 1
recolic.cc, 1
recolic.net, 1
+recollect.co.nz, 1
+recollect.net.au, 1
+recollectcms.com, 1
recollection.fr, 1
recollective.com, 1
recolor.ml, 1
@@ -122724,6 +122686,7 @@ recuperation-essaim-abeille.fr, 1
recuperation-points.fr, 1
recuperatucuentaya.com, 1
recupero.it, 1
+recurly.com, 1
recursos.vip, 1
recursoscristianosleinad.com, 1
recursosilimitados.tk, 1
@@ -122770,6 +122733,7 @@ redcanary.co, 1
redcandycane.tk, 1
redcapital.cl, 1
redcardinal.tk, 1
+redcarnationhotels.com, 1
redcarpetmonday.com, 1
redcatrampageforum.com, 1
redcedar.gov, 1
@@ -122777,7 +122741,6 @@ redchameleon.com.ua, 1
redchat.cz, 1
redciudadesclima.es, 1
redcode-web.design, 1
-redcoded.com, 1
redcone.net, 1
redcontralarepresion.org, 1
redcorus.com, 1
@@ -123086,9 +123049,7 @@ refpajqhsd.top, 1
refpakrtsb.top, 1
refpakwpsrbm.top, 1
refpalqtdn.top, 1
-refpamjeql.top, 1
refpanjoke.com, 1
-refpaopsxi.top, 1
refpaqutiu.top, 1
refparrknf.top, 1
refpasra.host, 1
@@ -123229,6 +123190,7 @@ regmik.ua, 1
regnix.net, 1
regnr.info, 1
regolithmedia.com, 1
+regorsecurity.ca, 1
regospel.tk, 1
regpacks.com, 1
regraph.de, 1
@@ -123860,7 +123822,7 @@ repugnant-conclusion.com, 1
repugnantconclusion.com, 1
reqionstockholm.se, 1
request.cf, 1
-request.finance, 1
+request.finance, 0
requesthymn.com, 1
requestio.pp.ua, 1
requestr.co.uk, 1
@@ -123908,6 +123870,7 @@ resellerprogram.ga, 1
resellrefreshrepeat.com, 1
reserva-agora.pt, 1
reservadecitasonline.com, 1
+reservaelcortijosuitehouse.com, 1
reservationsair.com, 1
reservetonshift.com, 1
reservevaparks.com, 1
@@ -124648,7 +124611,6 @@ rickoriginal.nl, 0
rickramos.com, 1
rickrussellhomes.com, 0
rickscastles.co.uk, 1
-ricksdailytips.com, 1
rickthad.com, 1
rickvandenbosch.net, 1
rickvanderzwet.nl, 1
@@ -124684,6 +124646,7 @@ rideology.io, 1
riders.ga, 1
rides-japan.jp, 1
ridetour.ru, 1
+ridewayexpress.com, 1
ridewithloop-url.com, 1
ridgecrestca.gov, 1
ridgefieldct.gov, 1
@@ -125286,7 +125249,6 @@ robinvanpersie.tk, 1
robinvdmarkt.nl, 1
robinwill.de, 1
robinwinslow.uk, 1
-robinzone.ua, 0
robinzorg.nl, 1
robjager-fotografie.nl, 0
robkaper.nl, 1
@@ -126044,7 +126006,6 @@ rottal-inn.de, 1
rottamazioni.it, 1
rotterdamapartments.com, 1
rotterdamjazz.info, 1
-rotterdammakersdistrict.com, 1
rottie.xyz, 1
rottler.io, 1
rottnestexpress.com.au, 1
@@ -126486,6 +126447,7 @@ rubenplazagarcia.es, 1
rubens.cloud, 0
rubensalgado.com, 1
rubenschulz.nl, 1
+rubenshotel.com, 1
rubenshuis.be, 1
rubenslikkarchive.com, 1
rubensteinphotography.com, 1
@@ -126560,6 +126522,7 @@ rueduparticulier.tk, 0
rueg.eu, 1
rueger-net.de, 1
rueger.info, 1
+ruempelbutler.de, 1
ruero.com, 1
ruerte.net, 1
ruexpert.cf, 1
@@ -127287,7 +127250,6 @@ saengsuk.com, 1
saep.io, 0
saeportneuf.com, 1
saetdk.com.cn, 1
-saevor.com, 1
saf.earth, 1
safagiza.ml, 1
safalfasalonline.in, 1
@@ -127804,7 +127766,7 @@ saltcave.gq, 1
saltedfish.network, 1
saltedfishes.com, 1
saltedge.com, 1
-saltedpasta.com, 0
+saltedpasta.com, 1
saltercane.com, 0
saltlakecounty.gov, 1
saltlakehealth.gov, 1
@@ -127833,6 +127795,7 @@ saluels.servemp3.com, 1
salukinet.tk, 1
salunganogroup.com, 1
salus-cm.care, 1
+salus.zone, 1
salut-butovo.cf, 1
salutes.tk, 1
salutethefish.com, 1
@@ -127861,7 +127824,6 @@ sam-wells.be, 1
sam.gov, 1
sam66.cc, 1
sam88.cc, 1
-samaa.tv, 1
samabest.tk, 1
samalderson.co.uk, 1
samamoo.com, 1
@@ -128325,6 +128287,7 @@ santo.fi, 1
santocollection.gr, 1
santodelgiorno.it, 1
santong.tk, 1
+santons-fouque.fr, 1
santorinidress.com, 1
santoscarmelitas.tk, 1
santosdecordoba.tk, 1
@@ -128846,7 +128809,6 @@ sbf888.com, 1
sbgcred.com, 1
sbgg.sch.id, 1
sbhscotland.org.uk, 1
-sbidah.com, 1
sbiewald.de, 1
sbimtopografos.com, 1
sbin.pt, 1
@@ -128956,7 +128918,6 @@ scanprice.us, 1
scansec.com.br, 1
scansnus.com, 1
scantower.io, 1
-scantrics.io, 1
scanutracker.com, 1
scanyachat.cf, 1
scape.sg, 1
@@ -129308,7 +129269,7 @@ schrijnwerkerij-deconinck.be, 1
schrijnwerkerij-deconinck.com, 1
schrijverspunt.nl, 1
schritt4fit.de, 1
-schroders.com, 0
+schroders.com, 1
schroderusa.cf, 1
schroeder-immobilien-sundern.de, 1
schroederdennis.de, 0
@@ -129644,7 +129605,6 @@ screentimelabs.com, 1
screenwalker.de, 1
screenwatermarksoftware.com, 1
screenwriter.tk, 1
-screenzoom.net, 1
screenzy.io, 1
screfer.com, 1
screvencosheriffga.gov, 1
@@ -129812,6 +129772,7 @@ seagrace.com, 1
seagrass-salcombe.com, 1
seagull-seafarer.org, 1
seahaweb.org, 1
+seaholmwines.com, 1
seaif.org, 1
seal-tite.eu, 1
sealability.co.uk, 1
@@ -132219,7 +132180,6 @@ shiriforum.tk, 1
shirimasen.com, 1
shirley.li, 1
shirlygilad.com, 1
-shiro.love, 1
shiroki-k.net, 1
shiropaev.tk, 1
shirosaki-hana.fun, 1
@@ -132405,6 +132365,7 @@ shoporangetheory.com, 1
shoposal.com, 1
shopperexpertss.com, 1
shoppersdepuertorico.com, 1
+shoppersvineyard.com, 1
shoppies.tk, 1
shopping-cart-migration.com, 1
shopping-il.org.il, 1
@@ -134155,7 +134116,6 @@ skinsolution.ga, 1
skinsolutionclinic.com, 1
skinstyleglobal.com, 1
skinsuperstore.tk, 1
-skintdad.co.uk, 1
skintillation.com, 1
skio.com, 0
skioakenfull.com, 1
@@ -134386,7 +134346,6 @@ skynetcloud.org, 1
skynetcloud.site, 1
skynetz.tk, 1
skynfans.com, 1
-skynotify.co, 1
skyoceanblue.com, 1
skyoy.com, 0
skypanic.com, 1
@@ -135129,7 +135088,6 @@ smnz.de, 1
smobil.cz, 1
smobil.eu, 1
smoe.cc, 1
-smogdog.net, 1
smoivez.tk, 1
smokedrhymez.tk, 1
smokefree.gov, 1
@@ -135665,6 +135623,7 @@ sofortcutie24.de, 1
sofortindenurlaub.de, 1
sofpedia.ro, 0
sofritocafe.com, 1
+sofrout.com, 1
soft-key.tk, 1
soft-office.tk, 1
soft-resets.com, 1
@@ -135763,7 +135722,6 @@ sogut.bel.tr, 1
sogutma.com.tr, 1
sohamroy.me, 1
sohanakhan.tk, 1
-soherco.cl, 1
sohka.eu, 1
soho-art.com, 1
soil-journal.net, 1
@@ -136224,7 +136182,6 @@ sopra.tk, 1
soprabalao.com.br, 1
sopriza.com, 1
sopronforras.tk, 1
-soprovise.fr, 1
sopsop.tk, 1
soquee.net, 0
sor.so, 1
@@ -136423,10 +136380,9 @@ soundresource.tk, 1
soundrise.tk, 1
sounds-resource.com, 1
sounds.koeln, 1
-soundservice.gr, 1
soundshepard.tk, 1
soundthenaline.com, 1
-soundtrace.com, 1
+soundtrace.com, 0
soundtrash.tk, 1
soundtube.tk, 1
soundwavefestival.tk, 1
@@ -136766,7 +136722,6 @@ spankmonster.com, 1
spankwirepremium.com, 1
spanmass-portal.org, 1
spanner.tk, 1
-spanner.works, 1
spanpine.gq, 1
spanstindrundt.no, 1
spanyolul.hu, 1
@@ -136885,7 +136840,6 @@ speak.nl, 0
speak.software, 1
speakeasy.co, 1
speakermatch.com, 1
-speakersassociates.com, 1
speakersbusiness.com, 1
speakersden.tk, 1
speakertwpmi.gov, 1
@@ -137013,7 +136967,6 @@ spencerfane.com, 1
spencernc.gov, 1
spencerpauly.com, 0
spend.cloud, 1
-spendable.money, 1
spendd.co, 1
spendebt.com, 1
spendedge.com, 1
@@ -137272,6 +137225,7 @@ sportcompactwarehouse.com, 1
sportcucc.hu, 1
sportda.tk, 1
sportedy.com, 1
+sportellocafpatronato.com, 1
sportencultuurintrobreda.nl, 0
sportfair.it, 1
sportfits.at, 1
@@ -137578,6 +137532,7 @@ square.it, 1
square.ly, 1
square.mx, 1
square.site, 1
+square1.de, 1
squarecdn.com, 1
squaredancedance.tk, 1
squaredaway.co.nz, 1
@@ -138527,7 +138482,6 @@ steelecountynd.gov, 1
steelefamlaw.com, 1
steelefortress.com, 1
steelephys.com.au, 1
-steelesmemorialchapel.com, 1
steelfirm.ga, 1
steelframejourney.com, 0
steelmounta.in, 1
@@ -139375,7 +139329,6 @@ stpaulbocaschool.com, 1
stpaulcatholicchurcheastnorriton.net, 1
stpaulsbullville.org, 1
stpaulschambers.com, 1
-stpaulsknightsbridge.org, 1
stperseo.tk, 1
stpeterparishva.org, 1
stpharm.co.kr, 1
@@ -139656,7 +139609,6 @@ stripperweb.club, 1
striptizer.tk, 1
stritai.ru, 1
strixmusic.com, 1
-strizh.com.ua, 1
strl-tunis.tk, 1
strm.pl, 1
strobe.cool, 1
@@ -140803,7 +140755,6 @@ supplychainriskmanagement.com, 1
supplynation.org.au, 1
supplyoutlook.com, 1
support-ticino.ch, 1
-support.it, 1
support.mayfirst.org, 0
support1448.com, 1
support1448.org, 1
@@ -141463,7 +141414,6 @@ swtp-p-appsrv-donorevaluation-api-businessservices1.azurewebsites.net, 1
swtp-p-appsrv-protocol-api-businessservices1.azurewebsites.net, 1
swtrayssq.gq, 1
swtun.com, 1
-swu-owl.de, 1
swvatoday.com, 1
swvaux.com, 1
swwc.com, 1
@@ -141733,7 +141683,6 @@ system-m.de, 0
system-noah.net, 1
system.is, 1
system.md, 1
-system4travel.com, 1
systemano.ru, 1
systematic-momo.com, 1
systematic-momo.dk, 1
@@ -141831,7 +141780,6 @@ szpravy.com, 1
szpravy.cz, 1
szpro.ru, 1
szs-arbeitssicherheit.de, 1
-szsec.com, 0
szsyidc.cf, 1
szsyidc.top, 1
szszymankiewicz.pl, 1
@@ -141990,7 +141938,6 @@ tabernacallemelancolia.com, 1
tabi-news.com, 1
tabi-runrun.com, 1
tabi-time.com, 1
-tabi.tours, 1
tabira.tk, 1
tabisuta.com, 1
tabiteollisuus.tk, 1
@@ -142357,7 +142304,6 @@ tallcraft.net, 1
tallercommercial.com, 1
tallercs.tk, 1
talleresluse.com, 1
-tallertales.net, 1
tallest.nl, 1
tallgrasslegal.com, 1
tallinnsec.ee, 1
@@ -142708,7 +142654,6 @@ tasefiling.gov, 1
tasfil.com, 1
tashicell.com, 1
tasikmalayakab.go.id, 1
-tasirrigation.com.au, 1
taskforce.eu, 1
taskhorizon.audio, 1
taskido.pl, 1
@@ -142828,7 +142773,7 @@ taurus-exports.com, 1
taurus.edu.pl, 1
tauwis.com, 1
tava.tk, 1
-tavanahost.com, 0
+tavanahost.com, 1
tavaresfl.gov, 1
tavda.info, 1
tavelbutiken.com, 0
@@ -144588,7 +144533,6 @@ tethercasinos.io, 1
tetherkr.com, 1
tetherqr.com, 1
tethys.fr, 1
-teto.nu, 1
tetonas.tk, 1
tetonka.ch, 1
tetorix.gq, 1
@@ -144753,6 +144697,7 @@ tfok.ml, 1
tfrei.de, 1
tfrei.net, 1
tfscreener.com, 1
+tfsrcymru.org.uk, 1
tfus.co, 1
tfw-a.com, 1
tfx.com.br, 1
@@ -144897,8 +144842,10 @@ the-archive.io, 1
the-archive.ml, 1
the-azad.com, 1
the-big-bang-theory.com, 1
+the-bookies.com, 1
the-brandidentity.com, 1
the-burtons.xyz, 1
+the-carshop.com, 1
the-club.fr, 1
the-cryosphere-discuss.net, 1
the-cryosphere.net, 1
@@ -144919,6 +144866,7 @@ the-land-of-nomo.net, 1
the-land-of-nomo.org, 1
the-land-of-nomo.panasonic, 1
the-lfb.tk, 1
+the-mechanics.co.uk, 1
the-mermaid.tk, 1
the-metropolitans.tk, 1
the-muddy-trophy-team.tk, 1
@@ -144928,12 +144876,15 @@ the-opposites.tk, 1
the-pcca.org, 1
the-pequod.com, 1
the-photographer-directory.com, 1
+the-pressoffice.com, 1
the-red.pp.ua, 1
+the-snaglist.com, 1
the-spellcaster.com, 1
the-spoonfeed.club, 1
the-storm.tk, 1
the-tech-trend.com, 1
the-tg.com, 1
+the-toolshop.com, 1
the-top.net, 1
the-wandering-midget.tk, 1
the-winx.tk, 1
@@ -145212,6 +145163,7 @@ thechaikinreport.com, 1
thechallenge.fit, 1
thechannels.org, 1
thechatlinenumbers.com, 1
+thechauffeur-international.com, 1
thechavs.xyz, 1
thecheapairlinetickets.com, 1
thecheat.tk, 1
@@ -145253,6 +145205,7 @@ thecommonmen.tk, 1
thecommunityguide.org, 1
thecompany.pl, 1
thecompliancepeople.co.uk, 1
+theconcierge-international.com, 1
theconcordbridge.azurewebsites.net, 1
thecondemned.tk, 1
theconsultant.jp, 1
@@ -145480,6 +145433,7 @@ thegallery-restaurant.co.uk, 1
thegamecave.co.uk, 1
thegamecollector.tk, 1
thegamekitchen.com, 1
+thegamesroom.tv, 1
thegantars.tk, 1
thegardensmall.com.my, 1
thegarvisgroup.com, 1
@@ -145614,6 +145568,7 @@ theideaskitchen.com.au, 1
theidiotboard.com, 1
theimagefile.com, 1
theimaginationagency.com, 0
+theimagroup.com, 1
theimpactnews.com, 1
theimperfective.com, 1
theinboxpros.com, 1
@@ -145623,7 +145578,6 @@ theindiangraph.tk, 1
theindiantimes.in, 1
theindiemood.com, 1
theindra.eu, 1
-theinfoblog.com, 0
theinitium.com, 0
theinnatrsf.com, 1
theinsightsfamily.com, 0
@@ -145946,7 +145900,6 @@ thepaleodiettips.tk, 1
thepalmettopanther.com, 1
thepandacustom.com, 1
thepantry.pk, 1
-thepaperstore.com, 1
theparachafamily.tk, 1
theparallelrevolution.com, 1
theparklane-sukhumvitbearing.com, 1
@@ -146193,6 +146146,7 @@ thesemisouthernhomemaker.com, 1
theseofarm.com, 1
theseoframework.com, 1
theseosystem.com, 1
+theseotool.site, 1
theserpent.tk, 1
theserver.ml, 1
theserver201.tk, 1
@@ -146252,6 +146206,7 @@ thespanishcollection.es, 1
thespiritfm.tk, 1
thespittake.com, 1
thespoiler.co.il, 1
+thesportsroom.tv, 1
thestandards.tk, 1
thestatementjewelry.com, 1
thesteins.org, 0
@@ -146869,6 +146824,7 @@ thuiswinkel.org, 1
thumbnail-download.com, 1
thumbnails.jp, 1
thumbsupcandy.com, 1
+thumbtack.com, 1
thumbzilla.com, 1
thummer.net, 1
thunderbase.tk, 1
@@ -147237,7 +147193,6 @@ tim-wiese.de, 1
tim.org.tr, 1
tim427.net, 0
timacdonald.me, 1
-timah33.org, 1
timawesomeness.com, 1
timbarden.com, 1
timbarlotta.com, 1
@@ -147332,6 +147287,7 @@ timetoride.cc, 1
timetoswingdance.co.uk, 1
timetravel-vienna.at, 1
timetravelforum.tk, 1
+timetreeapp.com, 1
timewall.io, 1
timewasters.nl, 1
timewasters.tk, 1
@@ -147391,7 +147347,6 @@ timvivian.ca, 1
timweb.ca, 1
timx.uk, 1
timysewyn.be, 0
-tina-heuter.de, 1
tina.is, 1
tina.media, 1
tinaarenaweb.tk, 1
@@ -147778,6 +147733,7 @@ tnosha.gov, 1
tnosworld.com, 1
tnp.sg, 1
tnpsconline.com, 1
+tnr.com.au, 1
tnrealid.gov, 1
tnrf.eu, 1
tnskvi.tk, 1
@@ -147802,7 +147758,6 @@ to.cm, 0
to.gt, 1
to.kg, 1
toabaja.com, 1
-toabr.de, 1
toad.ga, 1
toadcreekmusic.com, 1
toade.com, 1
@@ -147987,7 +147942,6 @@ token2049.com, 1
tokenizedhq.com, 1
tokenlon.im, 0
tokenlytics.io, 1
-tokenmarket.net, 1
tokenoftrust.com, 1
tokens.net, 1
toki-doki.tk, 1
@@ -149289,6 +149243,8 @@ toyventure.ga, 1
tozawa.site, 1
tozdev.com, 1
tp-genie.com, 1
+tp-shipping.co.uk, 1
+tp-technology.co.uk, 1
tpa.or.th, 0
tpala-pg.fr, 1
tpark.jp, 1
@@ -149629,7 +149585,6 @@ tranceheal.me, 1
trancendances.fr, 1
tranceparadise.tk, 1
tranceptortechnology.com, 1
-tranche2aml.com, 1
trandanhland.com, 1
trangcadobongda.com, 1
tranhlavender.com, 1
@@ -150568,7 +150523,6 @@ troubles.ru, 1
troubleshooter.xyz, 1
troubleshooting.cz, 1
troubleshooting.support, 1
-troubleshooting.tools, 1
troubleshootyourvehicle.com, 1
troupcountyga.gov, 1
trousers.co.uk, 1
@@ -150857,7 +150811,7 @@ tryjeeves.com, 1
tryk.tk, 1
tryknow.com, 1
trymegadrol.com, 1
-tryndraze.com, 1
+tryndraze.com, 0
trynewjobs.com, 1
trynowrinkleseyeserum.com, 1
tryonnc.gov, 1
@@ -151104,7 +151058,6 @@ tucsonfcu.com, 1
tucsonpcrepair.com, 1
tucsonsewerscopes.com, 1
tucuatro.com, 1
-tucuxi.org, 1
tudatosantejmentesen.hu, 1
tudatosdori.hu, 1
tudinerito.tk, 1
@@ -151402,7 +151355,6 @@ turple.com, 1
turquoise.health, 1
turquoisetassel.com, 1
turretlabs.io, 1
-tursiae.org, 1
turtle.ai, 0
turtleduckstudios.com, 1
turtlehead.tk, 1
@@ -151412,6 +151364,7 @@ turtleteam.fr, 1
turtlezone.de, 1
turtunis.ml, 1
turul.tk, 1
+turunculevye.com, 1
tus-kikishinkyo.jp, 1
tus.si, 1
tusaalanga.ca, 0
@@ -151557,7 +151510,6 @@ tveronline.tk, 1
tvfamilie.be, 1
tvfans.ga, 1
tvfans.tk, 1
-tvfcu.com, 1
tvfr.gov, 1
tvgsc.sg, 1
tvguide.com, 1
@@ -151584,7 +151536,6 @@ tvoia-dietka.tk, 1
tvoistatusy.tk, 1
tvoistili.ml, 1
tvojelajky.cz, 0
-tvojeucetnictvi.cz, 1
tvorog.dedyn.io, 1
tvos.eu, 1
tvoyaknighka.ga, 1
@@ -151883,7 +151834,6 @@ tyres-mechanical.com.au, 1
tyresales.com.au, 1
tyrkey.tk, 1
tyrocity.com, 1
-tyrolit-abrasivegrains.com, 1
tyronega.gov, 1
tyroola.co.id, 1
tyroola.co.nz, 1
@@ -152677,6 +152627,7 @@ uni2share.com, 1
unia.es, 1
unian.info, 1
uniaofraternalraulcury.com.br, 1
+unibank.am, 1
unibet.bz, 1
unibet.ltd, 1
unibev.net, 1
@@ -152828,7 +152779,6 @@ unison-d.com, 1
unisonglobal.com, 1
unisontech.org, 1
unisplendour.com, 1
-unistudio.it, 1
unisul.br, 1
unit-linked.ru, 1
unit7jazz.org, 1
@@ -153050,6 +153000,7 @@ unreal-estate.pl, 1
unreal.dk, 1
unrealircd-api.org, 1
unrealircd.org, 1
+unrealphotographs.com, 1
unrelated.net.au, 1
unrepentant.cf, 1
unrepentant.ga, 1
@@ -153997,7 +153948,6 @@ vaclan.tk, 1
vaclavambroz.eu, 1
vacorps.com, 1
vacpackmedical.net, 1
-vacsafe.cc, 1
vacu.store, 1
vacuna.gov, 1
vacunas.gov, 1
@@ -154276,7 +154226,7 @@ van-brandevoort.tk, 1
van-der-straeten.be, 1
van-eijsden.nl, 1
van-rutten.nl, 1
-van.ddns.net, 1
+van.ddns.net, 0
van11y.net, 1
vanadrighem.eu, 1
vanafhier.nl, 0
@@ -154440,6 +154390,7 @@ vaporquest.tk, 1
vapotank.com, 1
vapoteuse.fr, 1
vapteke.ru, 1
+vaptkidsight.azurewebsites.net, 1
var.cc, 1
vara.se, 1
varaani.tk, 1
@@ -154453,7 +154404,6 @@ varelaloca.tk, 1
varenismirou.cz, 1
varenizmiry.cz, 1
varghese.de, 1
-variable.dk, 1
variablyconstant.com, 1
varianteespiritual.gal, 1
variatesonline.tk, 1
@@ -155731,7 +155681,6 @@ vierpluseins.wtf, 1
viesaholiday.com, 1
viesakompressor.com, 1
viesaworkair.com, 1
-viespirkiai.top, 1
vietconghackz.tk, 1
vietdungit.vn, 0
vietfes.asia, 1
@@ -156304,6 +156253,7 @@ virtuallanding.com, 1
virtuallife.tv, 1
virtualmachine.tk, 1
virtualmemento.tk, 1
+virtualmt2.pl, 1
virtualnet.ec, 1
virtualpavilion.co, 1
virtualprom.tk, 1
@@ -156361,6 +156311,7 @@ visaya.com.co, 1
visaynou.com, 1
visceralsound.ca, 1
viscondedemaua.com.br, 1
+viscountwines.com, 1
visdetech.com, 1
vise.com, 0
visecoach.com, 1
@@ -156465,7 +156416,6 @@ visometry.com, 1
visor.ph, 1
visorando.com, 1
visorando.fr, 1
-visoundcloud.com, 1
visp.net, 1
visruth.com, 1
vista-productions.com, 1
@@ -158369,6 +158319,7 @@ warenmedia.com, 1
warennetworks.com, 1
warensecurity.com, 1
wareshoalssc.gov, 1
+warezbook.org, 1
warfarina.com, 1
warfield.org.uk, 1
warfighters.de, 1
@@ -158635,6 +158586,7 @@ watisleukemie.tk, 1
watismijnbandenspanning.nl, 1
watmar.com.au, 1
watnongpangtru.com, 1
+watobi.jp, 1
watongaok.gov, 1
watoo.tech, 1
watrd.com, 1
@@ -158740,7 +158692,6 @@ wbcityut.gov, 1
wbclink.io, 1
wbeme2.com, 1
wbenoordoostpolder.nl, 1
-wbfisheries.in, 1
wbg.li, 1
wbldc.in, 1
wblinks.com, 1
@@ -158922,7 +158873,6 @@ web-design-india.com, 1
web-design-singapore.sg, 1
web-design.co.il, 1
web-desing.com.ua, 1
-web-dev-qa-db-ja.com, 1
web-direct.nl, 1
web-disaster.tk, 1
web-dorado.com, 1
@@ -159258,6 +159208,7 @@ webmetering.at, 1
webmethod.email, 1
webminders.it, 1
webmining.gq, 1
+webmoney.blog, 1
webmoney.club, 1
webmonsters.tk, 1
webmore.fr, 1
@@ -159551,7 +159502,6 @@ weezerosos.tk, 1
weezertabs.tk, 1
wefact.nl, 1
wefazemos.com.br, 0
-wefillgood.com, 1
wefitboilers.com, 1
wefixmd.com, 1
wefloridafinancial.com, 1
@@ -159693,7 +159643,6 @@ wellness-kobata-dc.com, 0
wellness-spa-suedtirol.com, 1
wellnessandco.com.au, 1
wellnesscheck.net, 1
-wellnesscoaches.org, 1
wellnesscreatives.com, 1
wellnessmassage-eitorf.de, 1
wellnesstravelhub.com, 1
@@ -159904,6 +159853,7 @@ westcentralaor.org, 1
westcentralmls.com, 1
westchester-il.gov, 1
westchesteranxietytreatment.com, 1
+westchesterwine.com, 1
westcoastaggregate.com, 1
westcoastcastles.com, 1
westcoastdrones.net, 1
@@ -161011,6 +160961,7 @@ windycitypressurewashing.com, 1
wine-route.net, 1
wine.com.my, 1
wine.my, 1
+wineandcheeseplace.com, 1
winebrasil.com.br, 1
winechapter.be, 1
winedineunwind.org, 1
@@ -161018,11 +160969,14 @@ wineexperience.com.au, 1
wineforhelp.cz, 1
winefortune.com, 1
winegadgets.ru, 0
+winehouse.com, 1
winek.tk, 1
winenews.it, 1
wineparis.com, 1
winerytoursanfrancisco.com, 1
winetable.se, 1
+winewisegreenwich.com, 1
+wineworksonline.com, 1
winfieldchen.me, 1
winfieldpa.gov, 1
winfieldtownshipmi.gov, 1
@@ -161480,7 +161434,7 @@ woh.org, 0
woheni.de, 1
wohlgefuehl-massagen.de, 1
wohlpa.de, 0
-wohnbau-mobilitaet.ch, 0
+wohnbau-mobilitaet.ch, 1
wohnberatung-wien.at, 1
wohnsitz-ausland.com, 1
wohnungsaufloesung-berlin.net, 1
@@ -161587,7 +161541,6 @@ womenscalltoaction.tk, 1
womensenews.org, 0
womenshealth.gov, 1
womensmedassoc.com, 1
-womenstalk.ru, 1
womfs.com.au, 1
womo-level-assist.de, 1
wompenriebler.tk, 1
@@ -162090,6 +162043,7 @@ wowlegacy.ml, 1
wowlifedesignandco.jp, 1
wowlove.tk, 1
wownskportal.tk, 1
+wowowow.com, 1
wowpilates.com, 1
wowra.net.pl, 1
wows-mods.tk, 1
@@ -162216,7 +162170,6 @@ wptests.tk, 1
wpthemearchive.com, 1
wpthemesbox.com, 1
wptotal.com, 1
-wptrigone.fr, 1
wpturnedup.com, 1
wptv.com, 1
wpuse.ru, 1
@@ -162498,7 +162451,6 @@ www-fwt.com, 1
www-ge.org, 1
www-l.ink, 1
www-pheromone.com, 1
-www-pj8gg.com, 1
www-sec.de, 1
www.aclu.org, 0
www.amazon.ca, 1
@@ -162697,7 +162649,6 @@ x-76.eu, 1
x-breezen.asia, 1
x-charge.uk, 1
x-electronica.com, 1
-x-embed.com, 1
x-files.tk, 1
x-iweb.ru, 1
x-kamera.de, 1
@@ -162759,7 +162710,7 @@ x9728.co, 1
x98v.com, 1
x98y.com, 1
xa.search.yahoo.com, 0
-xaasid.com, 1
+xaasid.com, 0
xab199.com, 1
xaba.tk, 1
xabifk.com, 1
@@ -162874,6 +162825,7 @@ xbjt33.com, 1
xbjt66.com, 1
xbjt666.com, 1
xbjt77.com, 1
+xblau.com, 1
xbox, 1
xbox-mag.net, 1
xboxachievements.com, 1
@@ -163034,7 +162986,6 @@ xgpu.deals, 1
xgzepto.cn, 1
xh-ws.com, 1
xh.ax, 1
-xhacker.com, 1
xhamiadituria.com, 1
xhamster.com, 1
xhanster.gq, 1
@@ -163060,7 +163011,6 @@ xiangblog.com, 1
xianguocy.com, 1
xiangweiqing.co.uk, 1
xianjianruishiyouyiyuan.com, 1
-xianteng.com, 1
xianweiyuan.com, 0
xianyu.uk, 1
xiao-sheng.gq, 1
@@ -163084,7 +163034,6 @@ xiaomiev.com.ua, 1
xiaomionline24.pl, 1
xiaoneijun.cn, 1
xiaoniaoyou.com, 0
-xiaoping.com, 1
xiaoseai.com, 1
xiaoshijt.com, 1
xiaoshou.com, 1
@@ -163482,6 +163431,7 @@ xn--80ahmohdapg.xn--80asehdb, 1
xn--80ahnefiifo0g.xn--p1ai, 1
xn--80aihgal0apt.xn--p1ai, 1
xn--80ajuk.xn--p1ai, 1
+xn--80aki6akt.xn--p1ai, 1
xn--80akjfhoqm2h2a.xn--p1ai, 1
xn--80aknjgrv.tk, 1
xn--80aleen8i.site, 1
@@ -163670,6 +163620,7 @@ xn--gmq92k.nagoya, 1
xn--grnderlehrstuhl-0vb.de, 1
xn--grnstrm-r1ae.nu, 1
xn--gs8h.eu.org, 1
+xn--h-1ga.net, 1
xn--h1aaahdlb4aki4h.xn--p1ai, 1
xn--h1aaakmzd.xn--p1ai, 1
xn--h1aagcjb0ajh5g.xn--p1ai, 1
@@ -164921,6 +164872,7 @@ yiai.ga, 1
yiai.gq, 1
yiai.ml, 1
yiai.tk, 1
+yianniswine.com, 1
yiannopoulos.edu.gr, 1
yibaoweilong.top, 1
yibin0831.com, 0
@@ -165058,7 +165010,6 @@ yogahome.com, 1
yogaillustrations.ga, 1
yogaillustrations.tk, 1
yogakiooturkiye.com, 1
-yogamarlene.ch, 1
yogamea.school, 1
yogaovelser.dk, 1
yogaportalen.dk, 1
@@ -165122,6 +165073,7 @@ yoogirls.com, 1
yoonas.com, 1
yooneunhye.com, 0
yooooex.com, 1
+yoopies.fr, 1
yopers.com, 0
yopmail.com, 1
yopmail.net, 1
@@ -165519,6 +165471,7 @@ yspertal.party, 1
ystral.com, 1
ysuna.xyz, 1
yt-downloader.xyz, 0
+yt.kg, 1
yt129.com, 1
yt605.com, 1
yt629.com, 1
@@ -165751,6 +165704,7 @@ yzh8.vip, 1
yzimroni.net, 1
yzy6666.com, 1
yzydo.com, 0
+yzys.ren, 1
yzyweb.cn, 1
z-bit.ee, 1
z-cert.nl, 1
@@ -166638,7 +166592,6 @@ zhodani.space, 1
zhodino.cf, 1
zhodino.ga, 1
zhonghongshunlian.com, 1
-zhongqiao.com, 1
zhongxia.me, 1
zhongzicili.ws, 1
zhongzilou.com, 1
@@ -166754,7 +166707,6 @@ zingyawesome.com, 1
zinhar.tk, 1
zinio.com, 1
zinkmetselwerken.nl, 1
-zinnia.com, 1
zinniazorgverlening.nl, 1
zinnowitzer-ferienwohnung.de, 1
zinsserplasticsurgery.com, 1
@@ -166947,7 +166899,6 @@ zocode.tk, 1
zocoxx.com, 1
zode.co, 1
zodee.com.au, 1
-zodgame.fun, 0
zodgame.xyz, 1
zodiacohouses.com, 1
zodiaconline.com, 1
@@ -167153,7 +167104,6 @@ zooom.azurewebsites.net, 1
zooopt.net, 1
zoop.ml, 0
zooparadies.eu, 1
-zoopix.ir, 1
zooplankton.no, 1
zoot.org, 1
zootime.net, 1
@@ -167202,7 +167152,7 @@ zotero.org, 1
zoto.ga, 1
zottika.com, 1
zotum.net, 1
-zouair.ma, 0
+zouair.ma, 1
zouaouitransport.fr, 1
zouyaoji.top, 1
zouyou.com, 1
diff --git a/security/manager/tools/log_list.json b/security/manager/tools/log_list.json
@@ -1,6 +1,6 @@
{
- "version": "74.13",
- "log_list_timestamp": "2025-11-02T12:54:00Z",
+ "version": "74.17",
+ "log_list_timestamp": "2025-11-06T12:53:45Z",
"operators": [
{
"name": "Google",
diff --git a/services/settings/dumps/blocklists/addons-bloomfilters.json b/services/settings/dumps/blocklists/addons-bloomfilters.json
@@ -2,6 +2,368 @@
"data": [
{
"stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "{c2b1a7e9-3d42-4f7b-8a6c-9e1f4d3c4b8a}:6.66",
+ "{c2b1a7e9-3d42-4f7b-8a6c-9e1f4d3c4b9a}:6.69",
+ "{f74d56ba-92dc-4694-ae2b-d51d2f9c2d5d}:2.1.15",
+ "{f74d56ba-92dc-4694-ae2b-d51d2f9c2d5d}:2.1.16",
+ "{f74d56ba-92dc-4694-ae2b-d51d2f9c2d5d}:2.1.21",
+ "{f74d56ba-92dc-4694-ae2b-d51d2f9c2d5d}:2.1.23",
+ "{c2b1a7e9-3d42-5f7b-8a6c-9e1f4d4c4b9a}:6.73",
+ "{98ea9a51-e474-44c9-9347-fdc36ab8ede2}:1.0",
+ "{98ea9a51-e474-44c9-9347-fdc36ab8ede2}:2.0",
+ "{ccdcc9fc-add1-4619-bd2d-96b52ecf42d2}:1.0",
+ "html-capture-v2@votredomaine.com:1.6",
+ "{0794a945-04dc-4747-b51e-2494fd1e7e48}:1.0",
+ "{0794a945-04dc-4747-b51e-2494fd1e7e48}:2.0",
+ "nostr-web@shugur.com:1.1.0",
+ "focus-tab-indicator-new-red-dot@my-domain.org:5.0",
+ "focus-tab-indicator@my-domain.org:5.0",
+ "{0dbf9165-c4e0-4095-9f6b-b129e015aaf5}:1.0",
+ "focus-input-indicator@my-domain.org:5.0"
+ ]
+ },
+ "schema": 1762410990822,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762432505538,
+ "id": "5b5894b4-4e27-43a8-8049-6fb0a58f27d5",
+ "last_modified": 1762432595603
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "eusovops-monkey@oracle.com:1.3.2",
+ "eusovops-monkey@oracle.com:1.3.3",
+ "{23df26fa-0c84-4c3d-b217-3cc2bf2dbc8c}:23.12.12",
+ "{606ec7ef-4ae0-473e-92c0-949fb4528af2}:23.12.12",
+ "{bf468f39-91e5-4ec3-9b75-502d5fd2318e}:23.12.12",
+ "{9e30b44f-5592-4e24-b471-49fde14b7b39}:23.12.12",
+ "{24f9dae9-c942-4901-bb14-dd2b6ba00e27}:1.0.0",
+ "{24f9dae9-c942-4901-bb14-dd2b6ba00e27}:1.0.1",
+ "{24f9dae9-c942-4901-bb14-dd2b6ba00e27}:1.0.2",
+ "context-translator@example.com:1.0.0",
+ "context-translator@example.com:1.1.0",
+ "context-translator@example.com:1.1.1",
+ "context-translator@example.com:1.1.2",
+ "context-translator@example.com:1.1.3",
+ "context-translator@example.com:1.1.5",
+ "context-translator@example.com:1.1.6",
+ "context-translator@example.com:1.1.7"
+ ]
+ },
+ "schema": 1762395352017,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762410906264,
+ "id": "c79e038a-b3a9-4f88-b7fa-6815c1cc5436",
+ "last_modified": 1762410990706
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "atsimportlk@bcg.local:1.0",
+ "product@wbur.org:3.1.1",
+ "{ebc0b0c5-0819-4435-a333-70cb1b6fe9a1}:1.4",
+ "teclado-virtual@chuydev.addon:1.0",
+ "firemon-power-tools@firemon.com:3.1.0",
+ "firemon-power-tools@firemon.com:3.2.0",
+ "firemon-power-tools@firemon.com:3.3.0",
+ "{c2b1a7e9-3d42-4f7b-8a6c-9e1f2d3c4b9a}:3.7",
+ "donottellanyone@idontknow.ye:0.1.0",
+ "chatgpt-button@regioween:3.5",
+ "ignacio.martinezcastro@gmail.com:1.1",
+ "ignacio.martinezcastro@gmail.com:1.2",
+ "{78855cdb-6efa-4f86-98c4-6bea4bed15da}:240612.1",
+ "waincognito@gururaja.in:2.2.1",
+ "waincognito@gururaja.in:2.2.2",
+ "mailvelope@gururaja.in:6.1.0",
+ "chatgpt-button@regioween:1.0",
+ "{ace1d66d-7b82-4ce7-8dd7-e2dd02c832c6}:1.0",
+ "{fe474f99-6d2e-4379-918a-b33030b27363}:1.0"
+ ]
+ },
+ "schema": 1762367791343,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762389305732,
+ "id": "8452c308-5286-4bb8-a780-7d57810e315c",
+ "last_modified": 1762389382845
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "info@armenius.cy:1.1",
+ "info@armenius.cy:1.2",
+ "info@armenius.cy:1.0.0",
+ "{e45b8fee-35fc-45d7-9c7c-edbe70f765ad}:1.0",
+ "{e45b8fee-35fc-45d7-9c7c-edbe70f765ad}:1.1",
+ "{59f646f1-828b-48d2-94d0-a4726d531eee}:1.0",
+ "notebooklm-categorizer@github.muharamdani:1.2.0",
+ "firefob@hiredexpertsdr.com:1.0",
+ "firefob@hiredexpertsdr.com:1.1",
+ "distraction-curtain-pro-x7r9@jonesotens.com:2.2.0",
+ "{06d67711-1b73-41f0-8c52-96dafa2bc925}:1.0",
+ "favory@sp4ce.pw:1.0.0",
+ "{0c0fc991-ea93-4f4e-a24c-5d901cb353d7}:1.0",
+ "{48d0962d-5251-4f28-abe6-8bdc855734e6}:1.0",
+ "{a538702a-76f4-4823-9ff2-c3c2a8feaaca}:1.0",
+ "{8bdcc2ab-5c24-452d-baf5-179f9164c771}:1.15.2",
+ "{3fcebe42-d2d9-4d36-a5d0-9f095b21c97e}:1.0",
+ "{3fcebe42-d2d9-4d36-a5d0-9f095b21c97e}:2.0",
+ "favory@sp4ce.pw:1.0.1",
+ "favory@sp4ce.pw:1.0.2",
+ "{3182a113-0bf1-49e4-bbfd-0abca9b289ef}:1.0"
+ ]
+ },
+ "schema": 1762346196062,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762367705693,
+ "id": "9a9b892c-34d4-4fb1-b3be-2c053c227bd4",
+ "last_modified": 1762367791244
+ },
+ {
+ "stash": {
+ "blocked": [
+ "{55318e49-1c1d-440f-977a-199f126d5398}:2.0",
+ "{47600d6c-75b2-428f-853c-3211a7cb0f89}:1.9",
+ "{4fba756c-a14d-4054-98f2-c57438f76fbc}:1.0",
+ "{4fba756c-a14d-4054-98f2-c57438f76fbc}:3.7.1"
+ ],
+ "unblocked": [
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1007.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1007.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1008.3",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.906.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.906.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.1120.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.1120.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.1120.3",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1006.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1007.2",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1007.3",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1007.4",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1008.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1008.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1008.4",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1008.5",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1009.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1009.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1009.2",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1011.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1011.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1029.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2021.1107.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.605.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.906.2",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.907.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.1005.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.1120.2",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2022.1120.4",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2023.122.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2023.131.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2023.201.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2023.201.1",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2023.218.0",
+ "{8873e5a1-115c-48d6-98c1-dd9313cde7e3}:1.2023.329.0"
+ ],
+ "softblocked": [
+ "twitch-lurker@extension.example.com:3.0.5",
+ "live-theme@subez.local:1.0",
+ "Android@bravenhancer.com:17.7.0",
+ "enhancer@goldenfox.com:17.7.0",
+ "themereload@subez.local:1.0"
+ ]
+ },
+ "schema": 1762324593074,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762346106042,
+ "id": "375878e8-edd9-422d-b130-2661b6b6832e",
+ "last_modified": 1762346195962
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "{bcabc413-d216-40ec-8929-119212c1fd22}:1.0",
+ "autofullscreen@example.com:1.1",
+ "{808879ab-6683-4501-a6ff-e62771836a84}:1.0",
+ "{774584fa-54e2-437a-bf27-104f2bc04807}:1.27"
+ ]
+ },
+ "schema": 1762308943420,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762324506537,
+ "id": "11293d1f-7ebd-44e7-991c-66c40a86b22c",
+ "last_modified": 1762324592917
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "shipit@clio.systems:1.2.8",
+ "{91214131-7fb5-496a-a2d8-a3a2da761cee}:1.0",
+ "{5c665328-f549-4cca-9f6b-cc149720aea6}:1.8.3",
+ "{1a179436-0fec-48c7-96b6-064b64fe04e1}:1.0.4"
+ ]
+ },
+ "schema": 1762281395660,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762302907929,
+ "id": "ac2ebeee-33d0-44d2-8f94-70c3cb0c068f",
+ "last_modified": 1762302994916
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "2209eac2-0652-4ae3-bd9e-053fb3032787@example.com:1.4.33",
+ "{adb6da44-c43a-431d-ba3a-79eb6e335889}:1.0",
+ "{cbe5ee73-54a5-4cb2-a0b4-cf770922d356}:1.0",
+ "price-calculator@armenius.cy:1.0"
+ ]
+ },
+ "schema": 1762259781921,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762281306904,
+ "id": "2d8541f8-1d6e-4874-92f9-7ad611eade96",
+ "last_modified": 1762281395545
+ },
+ {
+ "stash": {
+ "blocked": [
+ "mirzo@mirzo.inc:1.0",
+ "mirzo@mirzo.inc:1.0.2",
+ "{8a26a4c3-6141-4d73-a643-db0564f58ec0}:12.8.1",
+ "{c8824b65-77b2-493a-96b1-722f71bc3370}:12.8.1",
+ "{3699c406-407b-4888-91e4-4250af1a03ac}:12.23.1",
+ "{839726dd-1e1c-4cc6-9db0-86bb18282047}:12.8.1",
+ "{dcd40f8c-af9b-463c-a4f0-c7f72b151569}:12.8.1",
+ "{6cd3ea72-e1c5-48b9-8f5b-6392bdfd8a9d}:12.8.1"
+ ],
+ "unblocked": [],
+ "softblocked": [
+ "html-capture-v2@votredomaine.com:1.2",
+ "html-capture-v2@votredomaine.com:1.3",
+ "{774584fa-54e2-437a-bf27-104f2bc04807}:1.24",
+ "{774584fa-54e2-437a-bf27-104f2bc04807}:1.25",
+ "{774584fa-54e2-437a-bf27-104f2bc04807}:1.26",
+ "html-capture-v2@votredomaine.com:1.4",
+ "html-capture-v2@votredomaine.com:1.5",
+ "SentinelShield@sutherland.com:3.0.2",
+ "molo1@qq.com:0.6.4",
+ "{d5f34e08-bfb2-40af-8bf0-06c388d02bc2}:1.4",
+ "{764a19c7-1e39-4968-86ec-3de302f93805}:1.0",
+ "{764a19c7-1e39-4968-86ec-3de302f93805}:2.0",
+ "{2f8fc7b4-a5b5-48ae-8140-91bde9668c40}:1.0",
+ "{2f8fc7b4-a5b5-48ae-8140-91bde9668c40}:2.0",
+ "english-to-persian@example.com:1.0",
+ "english-to-persian@example.com:1.1",
+ "42friends@local:1.0",
+ "workhourstracker@workhourstracker:1.0.1"
+ ]
+ },
+ "schema": 1762238191054,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762259705201,
+ "id": "02c6f1e6-0474-48f0-b224-495945e79d67",
+ "last_modified": 1762259781682
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "video-segment-looper@ava0808.example:1.3.0",
+ "video-segment-looper@ava0808.example:1.3.2",
+ "video-segment-looper@ava0808.example:1.3.3",
+ "video-segment-looper@ava0808.example:1.3.4",
+ "inline-en-ta@example.local:1.6"
+ ]
+ },
+ "schema": 1762222556059,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762238105881,
+ "id": "cad9c9d8-589b-43c9-9f0f-c2de3005c7d8",
+ "last_modified": 1762238190856
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "gestor-usuarios-contenedores@ticketits.com:2.10.3",
+ "{7e775181-4f88-48f9-9b4d-f0b83700779c}:2018.2.9.1",
+ "{fe2f98bf-a5c6-4243-aa1c-eddc0d7691a5}:2018.2.9.1",
+ "{fc10ec94-09b6-4865-882a-22efbc35f768}:2018.2.9.1",
+ "{7f74170d-4eb4-4740-9ffe-f6b3c53609dd}:2018.2.9.1",
+ "{3a55e85c-aa38-46b1-b23d-2e499c22e0e1}:2018.2.8.2",
+ "{4271ddfb-57f6-46b7-9029-bd194a320fc7}:2018.2.8.2",
+ "{f98497ed-2c95-4fcd-9f6f-81442d659e2e}:2018.2.8.1",
+ "{a2e5db4e-cded-45c9-996f-70c9e7e0f582}:2018.2.8.1",
+ "{884b514c-288f-47ef-a9b6-7fa6dc0ec3a4}:2018.2.8.1",
+ "{60dc0b58-2565-4e25-9469-16225f9f8709}:2018.2.8.1",
+ "{44874143-5a97-4d1f-834a-c8ac0cf72d2b}:2018.2.8.1",
+ "{f68ffc96-4db9-4257-a65e-ec547b3a935f}:2018.2.8.1",
+ "{0c9ea993-b95d-4297-8db0-3a6b46c07baf}:2018.2.8.1",
+ "{0cb9ef99-5902-4fa6-bd9a-33624adb01b2}:2018.2.8.1",
+ "{9235405d-bb9e-4876-b108-54d935581b1f}:2018.2.8.1",
+ "{419a00b6-afe0-46a9-9a09-c55e4fda38d9}:2018.2.8.1",
+ "{d0f009bd-152c-425f-9b49-94f11b28f210}:2018.2.8.1",
+ "{b03e187a-d23c-40ba-b5eb-6450e5b96397}:2018.2.7.1",
+ "{74ecde29-f126-4668-ade7-25674ee78a41}:2018.2.7.1",
+ "{a81b82c8-90ff-4fd1-92c5-42ecc70eda34}:2018.2.7.1",
+ "{0fba79fb-ed0e-430f-816f-7914fd60cb20}:2018.2.7.1",
+ "{a0f6bea6-7a1c-4ef5-9360-665f1663978a}:2018.2.7.1",
+ "{d90ba8e2-852e-4bce-adf7-8eb1320e981c}:2018.2.7.1",
+ "{1ddd4d47-06f3-43c4-a0a2-bd84c6b38bd0}:2018.2.7.1",
+ "rosklad@example.com:1.0",
+ "myneodailies@addon.com:1.0.1",
+ "{6570a87f-c955-46ab-a05d-bacafa1a9383}:1.0",
+ "{6570a87f-c955-46ab-a05d-bacafa1a9383}:2.0",
+ "formcapture@localdev:0.2.0",
+ "{37f69a52-19dd-42ef-bf22-d2b2ecff39bd}:1.0",
+ "default@example.com:1.0",
+ "get-weekly-hours@kristofferforsgren.com:0.1",
+ "pinkstars-edited@silvery.local:1.2.1"
+ ]
+ },
+ "schema": 1762194989871,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762216506213,
+ "id": "c6ae7b72-d99c-4a5d-ad19-3e8e08d65204",
+ "last_modified": 1762216594923
+ },
+ {
+ "stash": {
+ "blocked": [],
+ "unblocked": [],
+ "softblocked": [
+ "oldtwitter@cammie.dev:1.9.2",
+ "gnpjhfjhgfkohgdklomfbjmnchpenngp@chrome-store-foxified-2146283714:0.4.5.1",
+ "{43ce3080-a1b0-4114-b9c2-6849a2fdcc94}:1.5",
+ "product@wbur.org:3.2.1",
+ "@open-in-telegram:0.3",
+ "gestor-usuarios-contenedores@ticketits.com:2.10.2",
+ "ratefiller@example.com:3.4"
+ ]
+ },
+ "schema": 1762173379455,
+ "key_format": "{guid}:{version}",
+ "stash_time": 1762194905435,
+ "id": "e641c974-78b0-4739-a027-3be225ece449",
+ "last_modified": 1762194989792
+ },
+ {
+ "stash": {
"blocked": [
"{be19033b-2de2-4149-9a7c-630ea2af141e}:12.8.1",
"{cfd6d628-2cae-411b-9db2-41b3ca5dd925}:12.23.1",
@@ -1553,5 +1915,5 @@
"last_modified": 1761136764909
}
],
- "timestamp": 1762173379374
+ "timestamp": 1762432595603
}
diff --git a/services/settings/dumps/main/devtools-compatibility-browsers.json b/services/settings/dumps/main/devtools-compatibility-browsers.json
@@ -1,6 +1,123 @@
{
"data": [
{
+ "name": "Safari on iOS",
+ "schema": 1762387504104,
+ "status": "beta",
+ "version": "26.2",
+ "browserid": "safari_ios",
+ "id": "2eb9ac0d-f4bf-4cdf-83a1-49dc43362039",
+ "last_modified": 1762424892978
+ },
+ {
+ "name": "Safari",
+ "schema": 1762387503881,
+ "status": "beta",
+ "version": "26.2",
+ "browserid": "safari",
+ "id": "8982e715-0fe8-485b-a68f-582f3420cf8c",
+ "last_modified": 1762424892974
+ },
+ {
+ "name": "Edge",
+ "schema": 1762387503671,
+ "status": "planned",
+ "version": "145",
+ "browserid": "edge",
+ "id": "40684037-f3dc-4106-b1f7-91bd4fa18a32",
+ "last_modified": 1762424892971
+ },
+ {
+ "name": "WebView on iOS",
+ "schema": 1762387504304,
+ "status": "beta",
+ "version": "26.2",
+ "browserid": "webview_ios",
+ "id": "0ec79789-21e6-4251-9728-07edaa787a52",
+ "last_modified": 1762424892967
+ },
+ {
+ "name": "Opera",
+ "schema": 1761955503268,
+ "status": "nightly",
+ "version": "125",
+ "browserid": "opera",
+ "id": "5bdc65b2-ee44-4f2a-b776-54b9ffe1147f",
+ "last_modified": 1762424892963
+ },
+ {
+ "name": "Edge",
+ "schema": 1762387503603,
+ "status": "nightly",
+ "version": "144",
+ "browserid": "edge",
+ "id": "64945ca2-8c7c-4d04-8a37-dd304f2e93ce",
+ "last_modified": 1762424892958
+ },
+ {
+ "name": "Edge",
+ "schema": 1762387503533,
+ "status": "beta",
+ "version": "143",
+ "browserid": "edge",
+ "id": "5fbdfe94-de4c-4bfe-b789-246f64a7f4b6",
+ "last_modified": 1762424892954
+ },
+ {
+ "name": "Opera",
+ "schema": 1761955503193,
+ "status": "beta",
+ "version": "124",
+ "browserid": "opera",
+ "id": "b74063d3-65d7-45b2-afc1-d30123fc2999",
+ "last_modified": 1762424892950
+ },
+ {
+ "name": "Opera",
+ "schema": 1761955503117,
+ "status": "current",
+ "version": "123",
+ "browserid": "opera",
+ "id": "847fc43b-579e-4b26-a1fa-cb978ec0438b",
+ "last_modified": 1762424892945
+ },
+ {
+ "name": "WebView on iOS",
+ "schema": 1762387504245,
+ "status": "current",
+ "version": "26.1",
+ "browserid": "webview_ios",
+ "id": "715b8853-603d-4ca8-a18c-3e24169f8895",
+ "last_modified": 1762424892941
+ },
+ {
+ "name": "Safari",
+ "schema": 1762387503809,
+ "status": "current",
+ "version": "26.1",
+ "browserid": "safari",
+ "id": "4e69de42-b3b9-4a6e-a764-3038552d0ecb",
+ "last_modified": 1762424892936
+ },
+ {
+ "name": "Safari on iOS",
+ "schema": 1762387504034,
+ "status": "current",
+ "version": "26.1",
+ "browserid": "safari_ios",
+ "id": "c67d6870-269b-4aa5-9a1b-03662a4b5771",
+ "last_modified": 1762424892932
+ },
+ {
+ "name": "Edge",
+ "schema": 1762387503452,
+ "status": "current",
+ "version": "142",
+ "browserid": "edge",
+ "id": "7d644a9d-4167-44d0-b58a-165beedf43e5",
+ "last_modified": 1762424892927
+ },
+ {
"name": "Node.js",
"schema": 1761696314245,
"status": "current",
@@ -217,42 +334,6 @@
"last_modified": 1759989898794
},
{
- "name": "Edge",
- "schema": 1759536305651,
- "status": "planned",
- "version": "144",
- "browserid": "edge",
- "id": "64945ca2-8c7c-4d04-8a37-dd304f2e93ce",
- "last_modified": 1759736266415
- },
- {
- "name": "Edge",
- "schema": 1759536305590,
- "status": "nightly",
- "version": "143",
- "browserid": "edge",
- "id": "5fbdfe94-de4c-4bfe-b789-246f64a7f4b6",
- "last_modified": 1759736266411
- },
- {
- "name": "Edge",
- "schema": 1759536305526,
- "status": "beta",
- "version": "142",
- "browserid": "edge",
- "id": "7d644a9d-4167-44d0-b58a-165beedf43e5",
- "last_modified": 1759736266406
- },
- {
- "name": "Edge",
- "schema": 1759536305463,
- "status": "current",
- "version": "141",
- "browserid": "edge",
- "id": "1276177b-8e2c-4677-9839-c39cdb272d9f",
- "last_modified": 1759736266402
- },
- {
"name": "Deno",
"schema": 1759363503600,
"status": "current",
@@ -262,87 +343,6 @@
"last_modified": 1759390855835
},
{
- "name": "WebView on iOS",
- "schema": 1758931504573,
- "status": "beta",
- "version": "26.1",
- "browserid": "webview_ios",
- "id": "715b8853-603d-4ca8-a18c-3e24169f8895",
- "last_modified": 1759122888958
- },
- {
- "name": "Safari",
- "schema": 1758852945474,
- "status": "beta",
- "version": "26.1",
- "browserid": "safari",
- "id": "4e69de42-b3b9-4a6e-a764-3038552d0ecb",
- "last_modified": 1759122888954
- },
- {
- "name": "Safari on iOS",
- "schema": 1758931504510,
- "status": "beta",
- "version": "26.1",
- "browserid": "safari_ios",
- "id": "c67d6870-269b-4aa5-9a1b-03662a4b5771",
- "last_modified": 1759122888950
- },
- {
- "name": "Safari",
- "schema": 1758067511101,
- "status": "current",
- "version": "26",
- "browserid": "safari",
- "id": "a2267a3f-85fb-4cae-ae62-114bac84b6e2",
- "last_modified": 1758093000205
- },
- {
- "name": "WebView on iOS",
- "schema": 1758067511368,
- "status": "current",
- "version": "26",
- "browserid": "webview_ios",
- "id": "4bffa3ba-dc73-452c-8ad8-0a5c0a678a5b",
- "last_modified": 1758093000202
- },
- {
- "name": "Safari on iOS",
- "schema": 1758067511234,
- "status": "current",
- "version": "26",
- "browserid": "safari_ios",
- "id": "35e8bf06-f297-404f-b4d3-186f3fd5dbae",
- "last_modified": 1758093000199
- },
- {
- "name": "Opera",
- "schema": 1757721902746,
- "status": "nightly",
- "version": "124",
- "browserid": "opera",
- "id": "b74063d3-65d7-45b2-afc1-d30123fc2999",
- "last_modified": 1757918638116
- },
- {
- "name": "Opera",
- "schema": 1757721902692,
- "status": "beta",
- "version": "123",
- "browserid": "opera",
- "id": "847fc43b-579e-4b26-a1fa-cb978ec0438b",
- "last_modified": 1757918638110
- },
- {
- "name": "Opera",
- "schema": 1757721902630,
- "status": "current",
- "version": "122",
- "browserid": "opera",
- "id": "25658331-55b6-4129-8e2d-c59ca95df3f7",
- "last_modified": 1757918638101
- },
- {
"name": "Firefox for Android",
"schema": 1753574703338,
"status": "esr",
@@ -388,5 +388,5 @@
"last_modified": 1665656484764
}
],
- "timestamp": 1761724372882
+ "timestamp": 1762424892978
}