Version in base suite: 78.12.0esr-1 Version in overlay suite: 78.13.0esr-1~deb11u1 Base version: firefox-esr_78.12.0esr-1 Target version: firefox-esr_78.13.0esr-1~deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/f/firefox-esr/firefox-esr_78.12.0esr-1.dsc Target file: /srv/ftp-master.debian.org/ftp/pool/main/f/firefox-esr/firefox-esr_78.13.0esr-1~deb11u1.dsc .cargo/config.in | 2 Cargo.lock | 3 Cargo.toml | 2 browser/config/version.txt | 2 browser/config/version_display.txt | 2 config/milestone.txt | 2 debian/changelog | 9 debian/patches/debian-hacks/Add-another-preferences-directory-for-applications-p.patch | 6 debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch | 4 debian/patches/porting/Add-missing-bindings-for-mips-in-the-authenticator-c.patch | 4 docshell/base/CanonicalBrowsingContext.cpp | 24 docshell/base/CanonicalBrowsingContext.h | 2 docshell/shistory/ChildSHistory.cpp | 27 docshell/shistory/ChildSHistory.h | 2 docshell/shistory/nsSHistory.h | 4 dom/bindings/RemoteObjectProxy.cpp | 5 dom/html/HTMLEmbedElement.cpp | 10 dom/html/HTMLObjectElement.cpp | 9 dom/media/ChannelMediaResource.cpp | 14 dom/workers/WorkerPrivate.cpp | 7 gfx/2d/RecordedEventImpl.h | 11 js/src/jit/InstructionReordering.cpp | 3 layout/base/nsCSSFrameConstructor.cpp | 24 layout/base/nsCSSFrameConstructor.h | 5 modules/libpref/init/StaticPrefList.yaml | 7 netwerk/cache2/CacheIndex.cpp | 414 netwerk/cache2/CacheIndex.h | 285 netwerk/cache2/CacheIndexContextIterator.cpp | 13 netwerk/cache2/CacheIndexContextIterator.h | 4 netwerk/cache2/CacheIndexIterator.cpp | 26 netwerk/cache2/CacheIndexIterator.h | 17 netwerk/dns/GetAddrInfo.cpp | 9 netwerk/dns/effective_tld_names.dat | 132 obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip-20.2.2.dist-info/RECORD | 32 obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools-44.1.1.dist-info/RECORD | 12 obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/wheel-0.35.1.dist-info/RECORD | 4 security/manager/ssl/StaticHPKPins.h | 2 security/manager/ssl/nsSTSPreloadList.inc | 5062 +++++++--- services/settings/dumps/blocklists/addons-bloomfilters.json | 597 + services/settings/dumps/main/search-config.json | 1249 +- services/settings/dumps/security-state/intermediates.json | 1218 +- services/settings/dumps/security-state/onecrl.json | 15 servo/components/style/values/specified/box.rs | 6 servo/ports/geckolib/glue.rs | 10 sourcestamp.txt | 4 taskcluster/ci/release-bouncer-aliases/kind.yml | 2 taskcluster/docker/firefox-snap/firefox.snapcraft.yaml.in | 3 taskcluster/taskgraph/actions/rebuild_cached_tasks.py | 41 third_party/rust/packed_simd/.cargo-checksum.json | 2 third_party/rust/packed_simd/Cargo.toml | 3 third_party/rust/packed_simd/build.rs | 6 third_party/rust/packed_simd/src/api/shuffle.rs | 114 third_party/rust/packed_simd/src/codegen/llvm.rs | 83 third_party/rust/packed_simd/src/lib.rs | 3 toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js | 1 toolkit/components/search/tests/xpcshell/searchconfigs/test_ebay.js | 8 56 files changed, 6531 insertions(+), 3036 deletions(-) diff -Nru firefox-esr-78.12.0esr/.cargo/config.in firefox-esr-78.13.0esr/.cargo/config.in --- firefox-esr-78.12.0esr/.cargo/config.in 2021-07-06 19:50:12.000000000 +0000 +++ firefox-esr-78.13.0esr/.cargo/config.in 2021-08-04 22:22:09.000000000 +0000 @@ -50,7 +50,7 @@ [source."https://github.com/hsivonen/packed_simd"] git = "https://github.com/hsivonen/packed_simd" replace-with = "vendored-sources" -rev = "0917fe780032a6bbb23d71be545f9c1834128d75" +rev = "07d285ba65d9a4e3b9d76eacbf4c6489e125127d" [source."https://github.com/djg/cubeb-pulse-rs"] git = "https://github.com/djg/cubeb-pulse-rs" diff -Nru firefox-esr-78.12.0esr/Cargo.lock firefox-esr-78.13.0esr/Cargo.lock --- firefox-esr-78.12.0esr/Cargo.lock 2021-07-06 19:50:13.000000000 +0000 +++ firefox-esr-78.13.0esr/Cargo.lock 2021-08-04 22:22:09.000000000 +0000 @@ -3426,9 +3426,10 @@ [[package]] name = "packed_simd" version = "0.3.4" -source = "git+https://github.com/hsivonen/packed_simd?rev=0917fe780032a6bbb23d71be545f9c1834128d75#0917fe780032a6bbb23d71be545f9c1834128d75" +source = "git+https://github.com/hsivonen/packed_simd?rev=07d285ba65d9a4e3b9d76eacbf4c6489e125127d#07d285ba65d9a4e3b9d76eacbf4c6489e125127d" dependencies = [ "cfg-if", + "rustc_version", ] [[package]] diff -Nru firefox-esr-78.12.0esr/Cargo.toml firefox-esr-78.13.0esr/Cargo.toml --- firefox-esr-78.12.0esr/Cargo.toml 2021-07-06 19:50:13.000000000 +0000 +++ firefox-esr-78.13.0esr/Cargo.toml 2021-08-04 22:22:09.000000000 +0000 @@ -66,7 +66,7 @@ [patch.crates-io] libudev-sys = { path = "dom/webauthn/libudev-sys" } -packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev="0917fe780032a6bbb23d71be545f9c1834128d75" } +packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev="07d285ba65d9a4e3b9d76eacbf4c6489e125127d" } rlbox_lucet_sandbox = { git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/", rev="d510da5999a744c563b0acd18056069d1698273f" } nix = { git = "https://github.com/shravanrn/nix/", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" } spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu3" } diff -Nru firefox-esr-78.12.0esr/browser/config/version.txt firefox-esr-78.13.0esr/browser/config/version.txt --- firefox-esr-78.12.0esr/browser/config/version.txt 2021-07-06 19:50:13.000000000 +0000 +++ firefox-esr-78.13.0esr/browser/config/version.txt 2021-08-04 22:22:09.000000000 +0000 @@ -1 +1 @@ -78.12.0 +78.13.0 diff -Nru firefox-esr-78.12.0esr/browser/config/version_display.txt firefox-esr-78.13.0esr/browser/config/version_display.txt --- firefox-esr-78.12.0esr/browser/config/version_display.txt 2021-07-06 19:50:13.000000000 +0000 +++ firefox-esr-78.13.0esr/browser/config/version_display.txt 2021-08-04 22:22:09.000000000 +0000 @@ -1 +1 @@ -78.12.0esr +78.13.0esr diff -Nru firefox-esr-78.12.0esr/config/milestone.txt firefox-esr-78.13.0esr/config/milestone.txt --- firefox-esr-78.12.0esr/config/milestone.txt 2021-07-06 19:50:13.000000000 +0000 +++ firefox-esr-78.13.0esr/config/milestone.txt 2021-08-04 22:22:09.000000000 +0000 @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -78.12.0 +78.13.0 diff -Nru firefox-esr-78.12.0esr/debian/changelog firefox-esr-78.13.0esr/debian/changelog --- firefox-esr-78.12.0esr/debian/changelog 2021-07-13 20:58:36.000000000 +0000 +++ firefox-esr-78.13.0esr/debian/changelog 2021-08-10 22:51:13.000000000 +0000 @@ -1,3 +1,12 @@ +firefox-esr (78.13.0esr-1~deb11u1) bullseye-security; urgency=medium + + * New upstream release. + * Fixes for mfsa2021-34, also known as: + CVE-2021-29986, CVE-2021-29988, CVE-2021-29984, CVE-2021-29980, + CVE-2021-29985, CVE-2021-29989. + + -- Mike Hommey Wed, 11 Aug 2021 07:51:13 +0900 + firefox-esr (78.12.0esr-1) unstable; urgency=medium * New upstream release. diff -Nru firefox-esr-78.12.0esr/debian/patches/debian-hacks/Add-another-preferences-directory-for-applications-p.patch firefox-esr-78.13.0esr/debian/patches/debian-hacks/Add-another-preferences-directory-for-applications-p.patch --- firefox-esr-78.12.0esr/debian/patches/debian-hacks/Add-another-preferences-directory-for-applications-p.patch 2021-07-13 20:55:07.000000000 +0000 +++ firefox-esr-78.13.0esr/debian/patches/debian-hacks/Add-another-preferences-directory-for-applications-p.patch 2021-08-10 22:51:13.000000000 +0000 @@ -13,10 +13,10 @@ 1 file changed, 2 insertions(+) diff --git a/toolkit/xre/nsXREDirProvider.cpp b/toolkit/xre/nsXREDirProvider.cpp -index 62b5694..73b337d 100644 +index 7641ef6..114ac97 100644 --- a/toolkit/xre/nsXREDirProvider.cpp +++ b/toolkit/xre/nsXREDirProvider.cpp -@@ -834,6 +834,7 @@ static nsresult DeleteDirIfExists(nsIFile* dir) { +@@ -839,6 +839,7 @@ static nsresult DeleteDirIfExists(nsIFile* dir) { static const char* const kAppendPrefDir[] = {"defaults", "preferences", nullptr}; @@ -24,7 +24,7 @@ nsresult nsXREDirProvider::GetFilesInternal(const char* aProperty, nsISimpleEnumerator** aResult) { -@@ -844,6 +845,7 @@ nsresult nsXREDirProvider::GetFilesInternal(const char* aProperty, +@@ -849,6 +850,7 @@ nsresult nsXREDirProvider::GetFilesInternal(const char* aProperty, nsCOMArray directories; LoadDirIntoArray(mXULAppDir, kAppendPrefDir, directories); diff -Nru firefox-esr-78.12.0esr/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch firefox-esr-78.13.0esr/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch --- firefox-esr-78.12.0esr/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch 2021-07-13 20:55:07.000000000 +0000 +++ firefox-esr-78.13.0esr/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch 2021-08-10 22:51:13.000000000 +0000 @@ -7,10 +7,10 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp -index ef72d1b..4affb82 100644 +index 8b5bce2..820fe48 100644 --- a/toolkit/xre/nsAppRunner.cpp +++ b/toolkit/xre/nsAppRunner.cpp -@@ -3750,7 +3750,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) { +@@ -3745,7 +3745,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) { // Set program name to the one defined in application.ini. { diff -Nru firefox-esr-78.12.0esr/debian/patches/porting/Add-missing-bindings-for-mips-in-the-authenticator-c.patch firefox-esr-78.13.0esr/debian/patches/porting/Add-missing-bindings-for-mips-in-the-authenticator-c.patch --- firefox-esr-78.12.0esr/debian/patches/porting/Add-missing-bindings-for-mips-in-the-authenticator-c.patch 2021-07-13 20:55:07.000000000 +0000 +++ firefox-esr-78.13.0esr/debian/patches/porting/Add-missing-bindings-for-mips-in-the-authenticator-c.patch 2021-08-10 22:51:13.000000000 +0000 @@ -12,7 +12,7 @@ create mode 100644 third_party/rust/authenticator/src/linux/ioctl_mipsle.rs diff --git a/Cargo.lock b/Cargo.lock -index c41d9fc..2d46a3d 100644 +index 990d6a4..e3c25ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,8 +183,6 @@ dependencies = [ @@ -25,7 +25,7 @@ "bitflags", "boxfnonce", diff --git a/Cargo.toml b/Cargo.toml -index b723c1da..b250d3b 100644 +index 897daad..1a02242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,6 +73,7 @@ spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu3" } diff -Nru firefox-esr-78.12.0esr/docshell/base/CanonicalBrowsingContext.cpp firefox-esr-78.13.0esr/docshell/base/CanonicalBrowsingContext.cpp --- firefox-esr-78.12.0esr/docshell/base/CanonicalBrowsingContext.cpp 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/docshell/base/CanonicalBrowsingContext.cpp 2021-08-04 22:22:15.000000000 +0000 @@ -59,6 +59,13 @@ MOZ_RELEASE_ASSERT(XRE_IsParentProcess()); } +CanonicalBrowsingContext::~CanonicalBrowsingContext() { + if (mSessionHistory) { + static_cast(mSessionHistory.get()) + ->SetBrowsingContext(nullptr); + } +} + /* static */ already_AddRefed CanonicalBrowsingContext::Get( uint64_t aId) { @@ -696,8 +703,21 @@ mCrossGroupOpenerId = aOpenerId; } -NS_IMPL_CYCLE_COLLECTION_INHERITED(CanonicalBrowsingContext, BrowsingContext, - mSessionHistory) +NS_IMPL_CYCLE_COLLECTION_CLASS(CanonicalBrowsingContext) + +NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(CanonicalBrowsingContext, + BrowsingContext) + if (tmp->mSessionHistory) { + static_cast(tmp->mSessionHistory.get()) + ->SetBrowsingContext(nullptr); + } + NS_IMPL_CYCLE_COLLECTION_UNLINK(mSessionHistory) +NS_IMPL_CYCLE_COLLECTION_UNLINK_END + +NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(CanonicalBrowsingContext, + BrowsingContext) + NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mSessionHistory) +NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END NS_IMPL_ADDREF_INHERITED(CanonicalBrowsingContext, BrowsingContext) NS_IMPL_RELEASE_INHERITED(CanonicalBrowsingContext, BrowsingContext) diff -Nru firefox-esr-78.12.0esr/docshell/base/CanonicalBrowsingContext.h firefox-esr-78.13.0esr/docshell/base/CanonicalBrowsingContext.h --- firefox-esr-78.12.0esr/docshell/base/CanonicalBrowsingContext.h 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/docshell/base/CanonicalBrowsingContext.h 2021-08-04 22:22:15.000000000 +0000 @@ -174,7 +174,7 @@ private: friend class BrowsingContext; - ~CanonicalBrowsingContext() = default; + ~CanonicalBrowsingContext(); class PendingRemotenessChange { public: diff -Nru firefox-esr-78.12.0esr/docshell/shistory/ChildSHistory.cpp firefox-esr-78.13.0esr/docshell/shistory/ChildSHistory.cpp --- firefox-esr-78.12.0esr/docshell/shistory/ChildSHistory.cpp 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/docshell/shistory/ChildSHistory.cpp 2021-08-04 22:22:15.000000000 +0000 @@ -21,9 +21,18 @@ ChildSHistory::ChildSHistory(BrowsingContext* aBrowsingContext) : mBrowsingContext(aBrowsingContext) {} +ChildSHistory::~ChildSHistory() { + if (mHistory) { + static_cast(mHistory.get())->SetBrowsingContext(nullptr); + } +} + void ChildSHistory::SetIsInProcess(bool aIsInProcess) { if (!aIsInProcess) { - mHistory = nullptr; + if (mHistory) { + static_cast(mHistory.get())->SetBrowsingContext(nullptr); + mHistory = nullptr; + } return; } @@ -115,7 +124,21 @@ NS_IMPL_CYCLE_COLLECTING_ADDREF(ChildSHistory) NS_IMPL_CYCLE_COLLECTING_RELEASE(ChildSHistory) -NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(ChildSHistory, mBrowsingContext, mHistory) +NS_IMPL_CYCLE_COLLECTION_CLASS(ChildSHistory) + +NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(ChildSHistory) + if (tmp->mHistory) { + static_cast(tmp->mHistory.get())->SetBrowsingContext(nullptr); + } + NS_IMPL_CYCLE_COLLECTION_UNLINK(mBrowsingContext, mHistory) + NS_IMPL_CYCLE_COLLECTION_UNLINK_PRESERVED_WRAPPER +NS_IMPL_CYCLE_COLLECTION_UNLINK_END + +NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(ChildSHistory) + NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mBrowsingContext, mHistory) +NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END + +NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE(ChildSHistory) JSObject* ChildSHistory::WrapObject(JSContext* cx, JS::Handle aGivenProto) { diff -Nru firefox-esr-78.12.0esr/docshell/shistory/ChildSHistory.h firefox-esr-78.13.0esr/docshell/shistory/ChildSHistory.h --- firefox-esr-78.12.0esr/docshell/shistory/ChildSHistory.h 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/docshell/shistory/ChildSHistory.h 2021-08-04 22:22:15.000000000 +0000 @@ -78,7 +78,7 @@ void SetLength(uint32_t aLength) { mLength = aLength; } private: - virtual ~ChildSHistory() = default; + virtual ~ChildSHistory(); class PendingAsyncHistoryNavigation : public Runnable, diff -Nru firefox-esr-78.12.0esr/docshell/shistory/nsSHistory.h firefox-esr-78.13.0esr/docshell/shistory/nsSHistory.h --- firefox-esr-78.12.0esr/docshell/shistory/nsSHistory.h 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/docshell/shistory/nsSHistory.h 2021-08-04 22:22:15.000000000 +0000 @@ -162,6 +162,10 @@ int32_t* aOutEndIndex); void NotifyListenersContentViewerEvicted(uint32_t aNumEvicted); + void SetBrowsingContext(mozilla::dom::BrowsingContext* aRootBC) { + mRootBC = aRootBC; + } + protected: virtual ~nsSHistory(); diff -Nru firefox-esr-78.12.0esr/dom/bindings/RemoteObjectProxy.cpp firefox-esr-78.13.0esr/dom/bindings/RemoteObjectProxy.cpp --- firefox-esr-78.12.0esr/dom/bindings/RemoteObjectProxy.cpp 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/dom/bindings/RemoteObjectProxy.cpp 2021-08-04 22:22:15.000000000 +0000 @@ -132,8 +132,7 @@ xpc::CompartmentPrivate* priv = xpc::CompartmentPrivate::Get(JS::CurrentGlobalOrNull(aCx)); xpc::CompartmentPrivate::RemoteProxyMap& map = priv->GetRemoteProxyMap(); - auto result = map.lookupForAdd(aNative); - if (result) { + if (auto result = map.lookup(aNative)) { MOZ_ASSERT(!aTransplantTo, "No existing value allowed if we're doing a transplant"); @@ -170,7 +169,7 @@ // the middle of a transplant. MOZ_ASSERT_IF(aTransplantTo, js::GetObjectClass(aTransplantTo) != aClasp); - if (!map.add(result, aNative, aTransplantTo ? aTransplantTo : obj)) { + if (!map.put(aNative, aTransplantTo ? aTransplantTo : obj)) { return; } diff -Nru firefox-esr-78.12.0esr/dom/html/HTMLEmbedElement.cpp firefox-esr-78.13.0esr/dom/html/HTMLEmbedElement.cpp --- firefox-esr-78.12.0esr/dom/html/HTMLEmbedElement.cpp 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/dom/html/HTMLEmbedElement.cpp 2021-08-04 22:22:15.000000000 +0000 @@ -145,8 +145,14 @@ // a document, just in case that the caller wants to set additional // attributes before inserting the node into the document. if (aNotify && IsInComposedDoc() && !BlockEmbedOrObjectContentLoading()) { - nsresult rv = LoadObject(aNotify, true); - NS_ENSURE_SUCCESS(rv, rv); + nsContentUtils::AddScriptRunner(NS_NewRunnableFunction( + "HTMLEmbedElement::LoadObject", + [self = RefPtr(this), aNotify]() { + if (self->IsInComposedDoc()) { + self->LoadObject(aNotify, true); + } + })); + return NS_OK; } } } diff -Nru firefox-esr-78.12.0esr/dom/html/HTMLObjectElement.cpp firefox-esr-78.13.0esr/dom/html/HTMLObjectElement.cpp --- firefox-esr-78.12.0esr/dom/html/HTMLObjectElement.cpp 2021-07-06 19:50:19.000000000 +0000 +++ firefox-esr-78.13.0esr/dom/html/HTMLObjectElement.cpp 2021-08-04 22:22:16.000000000 +0000 @@ -269,7 +269,14 @@ // attributes before inserting the node into the document. if (aNotify && IsInComposedDoc() && mIsDoneAddingChildren && aName == nsGkAtoms::data && !BlockEmbedOrObjectContentLoading()) { - return LoadObject(aNotify, true); + nsContentUtils::AddScriptRunner(NS_NewRunnableFunction( + "HTMLObjectElement::LoadObject", + [self = RefPtr(this), aNotify]() { + if (self->IsInComposedDoc()) { + self->LoadObject(aNotify, true); + } + })); + return NS_OK; } } diff -Nru firefox-esr-78.12.0esr/dom/media/ChannelMediaResource.cpp firefox-esr-78.13.0esr/dom/media/ChannelMediaResource.cpp --- firefox-esr-78.12.0esr/dom/media/ChannelMediaResource.cpp 2021-07-06 19:50:20.000000000 +0000 +++ firefox-esr-78.13.0esr/dom/media/ChannelMediaResource.cpp 2021-08-04 22:22:21.000000000 +0000 @@ -640,6 +640,15 @@ void ChannelMediaResource::CloseChannel() { NS_ASSERTION(NS_IsMainThread(), "Only call on main thread"); + // Revoking listener should be done before canceling the channel, because + // canceling the channel might cause the input stream to release its buffer. + // If we don't do revoke first, it's possible that `OnDataAvailable` would be + // called later and then incorrectly access that released buffer. + if (mListener) { + mListener->Revoke(); + mListener = nullptr; + } + if (mChannel) { mSuspendAgent.Revoke(); // The status we use here won't be passed to the decoder, since @@ -652,11 +661,6 @@ mChannel->Cancel(NS_ERROR_PARSED_DATA_CACHED); mChannel = nullptr; } - - if (mListener) { - mListener->Revoke(); - mListener = nullptr; - } } nsresult ChannelMediaResource::ReadFromCache(char* aBuffer, int64_t aOffset, diff -Nru firefox-esr-78.12.0esr/dom/workers/WorkerPrivate.cpp firefox-esr-78.13.0esr/dom/workers/WorkerPrivate.cpp --- firefox-esr-78.12.0esr/dom/workers/WorkerPrivate.cpp 2021-07-06 19:50:25.000000000 +0000 +++ firefox-esr-78.13.0esr/dom/workers/WorkerPrivate.cpp 2021-08-04 22:22:22.000000000 +0000 @@ -2421,6 +2421,11 @@ return nullptr; } + // From this point on (worker thread has been started) we + // must keep ourself alive. We can now only be cleared by + // ClearSelfAndParentEventTargetRef(). + worker->mSelfRef = worker; + worker->EnableDebugger(); MOZ_DIAGNOSTIC_ASSERT(worker->PrincipalIsValid()); @@ -2437,8 +2442,6 @@ return nullptr; } - worker->mSelfRef = worker; - return worker.forget(); } diff -Nru firefox-esr-78.12.0esr/gfx/2d/RecordedEventImpl.h firefox-esr-78.13.0esr/gfx/2d/RecordedEventImpl.h --- firefox-esr-78.12.0esr/gfx/2d/RecordedEventImpl.h 2021-07-06 19:50:20.000000000 +0000 +++ firefox-esr-78.13.0esr/gfx/2d/RecordedEventImpl.h 2021-08-04 22:22:22.000000000 +0000 @@ -369,7 +369,7 @@ ReferencePtr mScaledFont; PatternStorage mPattern; DrawOptions mOptions; - Glyph* mGlyphs; + Glyph* mGlyphs = nullptr; uint32_t mNumGlyphs; }; @@ -878,7 +878,7 @@ friend class RecordedEvent; ReferencePtr mRefPtr; - uint8_t* mData; + uint8_t* mData = nullptr; int32_t mStride; IntSize mSize; SurfaceFormat mFormat; @@ -1047,7 +1047,7 @@ friend class RecordedEvent; ReferencePtr mRefPtr; - GradientStop* mStops; + GradientStop* mStops = nullptr; uint32_t mNumStops; ExtendMode mExtendMode; bool mDataOwned; @@ -1186,7 +1186,6 @@ explicit RecordedFontData(UnscaledFont* aUnscaledFont) : RecordedEventDerived(FONTDATA), mType(aUnscaledFont->GetType()), - mData(nullptr), mFontDetails() { mGetFontFileDataSucceeded = aUnscaledFont->GetFontFileData(&FontDataProc, this) && mData; @@ -1212,7 +1211,7 @@ friend class RecordedEvent; FontType mType; - uint8_t* mData; + uint8_t* mData = nullptr; RecordedFontDetails mFontDetails; bool mGetFontFileDataSucceeded; @@ -3467,7 +3466,7 @@ template RecordedFontData::RecordedFontData(S& aStream) - : RecordedEventDerived(FONTDATA), mType(FontType::UNKNOWN), mData(nullptr) { + : RecordedEventDerived(FONTDATA), mType(FontType::UNKNOWN) { ReadElementConstrained(aStream, mType, FontType::DWRITE, FontType::UNKNOWN); ReadElement(aStream, mFontDetails.fontDataKey); ReadElement(aStream, mFontDetails.size); diff -Nru firefox-esr-78.12.0esr/js/src/jit/InstructionReordering.cpp firefox-esr-78.13.0esr/js/src/jit/InstructionReordering.cpp --- firefox-esr-78.12.0esr/js/src/jit/InstructionReordering.cpp 2021-07-06 19:50:27.000000000 +0000 +++ firefox-esr-78.13.0esr/js/src/jit/InstructionReordering.cpp 2021-08-04 22:22:28.000000000 +0000 @@ -141,6 +141,9 @@ if (prev->isInterruptCheck()) { break; } + if (prev->isSetInitializedLength()) { + break; + } // The instruction can't be moved before any of its uses. bool isUse = false; diff -Nru firefox-esr-78.12.0esr/layout/base/nsCSSFrameConstructor.cpp firefox-esr-78.13.0esr/layout/base/nsCSSFrameConstructor.cpp --- firefox-esr-78.12.0esr/layout/base/nsCSSFrameConstructor.cpp 2021-07-06 19:50:42.000000000 +0000 +++ firefox-esr-78.13.0esr/layout/base/nsCSSFrameConstructor.cpp 2021-08-04 22:22:44.000000000 +0000 @@ -1613,7 +1613,8 @@ void nsCSSFrameConstructor::CreateGeneratedContentItem( nsFrameConstructorState& aState, nsContainerFrame* aParentFrame, Element& aOriginatingElement, ComputedStyle& aStyle, - PseudoStyleType aPseudoElement, FrameConstructionItemList& aItems) { + PseudoStyleType aPseudoElement, FrameConstructionItemList& aItems, + ItemFlags aExtraFlags) { MOZ_ASSERT(aPseudoElement == PseudoStyleType::before || aPseudoElement == PseudoStyleType::after || aPseudoElement == PseudoStyleType::marker, @@ -1719,10 +1720,9 @@ mPresShell->StyleSet()->StyleNewSubtree(element); } } - + auto flags = ItemFlags{ItemFlag::IsGeneratedContent} + aExtraFlags; AddFrameConstructionItemsInternal(aState, container, aParentFrame, true, - pseudoStyle, {ItemFlag::IsGeneratedContent}, - aItems); + pseudoStyle, flags, aItems); } /**************************************************** @@ -5272,6 +5272,16 @@ return &sImgData; } + const bool shouldBlockify = aFlags.contains(ItemFlag::IsForOutsideMarker); + if (shouldBlockify && !aStyle.StyleDisplay()->IsBlockOutsideStyle()) { + // Make a temp copy of StyleDisplay and blockify its mDisplay value. + auto display = *aStyle.StyleDisplay(); + bool isRootElement = false; + uint16_t rawDisplayValue = + Servo_ComputedValues_BlockifiedDisplay(&aStyle, isRootElement); + display.mDisplay = StyleDisplay(rawDisplayValue); + return FindDisplayData(display, aElement); + } const auto& display = *aStyle.StyleDisplay(); return FindDisplayData(display, aElement); } @@ -9523,9 +9533,13 @@ !styleParentFrame->IsFieldSetFrame()) { isOutsideMarker = computedStyle->StyleList()->mListStylePosition == NS_STYLE_LIST_STYLE_POSITION_OUTSIDE; + ItemFlags extraFlags; + if (isOutsideMarker) { + extraFlags += ItemFlag::IsForOutsideMarker; + } CreateGeneratedContentItem(aState, aFrame, *aContent->AsElement(), *computedStyle, PseudoStyleType::marker, - itemsToConstruct); + itemsToConstruct, extraFlags); } // Probe for generated content before CreateGeneratedContentItem(aState, aFrame, *aContent->AsElement(), diff -Nru firefox-esr-78.12.0esr/layout/base/nsCSSFrameConstructor.h firefox-esr-78.13.0esr/layout/base/nsCSSFrameConstructor.h --- firefox-esr-78.12.0esr/layout/base/nsCSSFrameConstructor.h 2021-07-06 19:50:42.000000000 +0000 +++ firefox-esr-78.13.0esr/layout/base/nsCSSFrameConstructor.h 2021-08-04 22:22:30.000000000 +0000 @@ -369,6 +369,8 @@ AllowTextPathChild, // The item is content created by an nsIAnonymousContentCreator frame. IsAnonymousContentCreatorContent, + // This will be an outside ::marker. + IsForOutsideMarker, }; using ItemFlags = mozilla::EnumSet; @@ -457,7 +459,8 @@ nsContainerFrame* aParentFrame, Element& aOriginatingElement, ComputedStyle&, PseudoStyleType aPseudoElement, - FrameConstructionItemList& aItems); + FrameConstructionItemList& aItems, + ItemFlags aExtraFlags = {}); // This method is called by ContentAppended() and ContentRangeInserted() when // appending flowed frames to a parent's principal child list. It handles the diff -Nru firefox-esr-78.12.0esr/modules/libpref/init/StaticPrefList.yaml firefox-esr-78.13.0esr/modules/libpref/init/StaticPrefList.yaml --- firefox-esr-78.12.0esr/modules/libpref/init/StaticPrefList.yaml 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/modules/libpref/init/StaticPrefList.yaml 2021-08-04 22:22:51.000000000 +0000 @@ -7808,6 +7808,13 @@ value: false mirror: always +# When this pref is true, we copy the host name to a fresh string before +# calling into getaddrinfo. +- name: network.dns.copy_string_before_call + type: RelaxedAtomicBool + value: true + mirror: always + # Whether the SOCKS proxy should be in charge of DNS resolution. - name: network.proxy.socks_remote_dns type: bool diff -Nru firefox-esr-78.12.0esr/netwerk/cache2/CacheIndex.cpp firefox-esr-78.13.0esr/netwerk/cache2/CacheIndex.cpp --- firefox-esr-78.12.0esr/netwerk/cache2/CacheIndex.cpp 2021-07-06 19:50:53.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/cache2/CacheIndex.cpp 2021-08-04 22:23:02.000000000 +0000 @@ -39,14 +39,16 @@ class FrecencyComparator { public: - bool Equals(CacheIndexRecord* a, CacheIndexRecord* b) const { + bool Equals(const RefPtr& a, + const RefPtr& b) const { if (!a || !b) { return false; } - return a->mFrecency == b->mFrecency; + return a->Get()->mFrecency == b->Get()->mFrecency; } - bool LessThan(CacheIndexRecord* a, CacheIndexRecord* b) const { + bool LessThan(const RefPtr& a, + const RefPtr& b) const { // Removed (=null) entries must be at the end of the array. if (!a) { return false; @@ -56,14 +58,14 @@ } // Place entries with frecency 0 at the end of the non-removed entries. - if (a->mFrecency == 0) { + if (a->Get()->mFrecency == 0) { return false; } - if (b->mFrecency == 0) { + if (b->Get()->mFrecency == 0) { return true; } - return a->mFrecency < b->mFrecency; + return a->Get()->mFrecency < b->Get()->mFrecency; } }; @@ -73,28 +75,21 @@ * This helper class is responsible for keeping CacheIndex::mIndexStats and * CacheIndex::mFrecencyArray up to date. */ -class CacheIndexEntryAutoManage { +class MOZ_RAII CacheIndexEntryAutoManage { public: - CacheIndexEntryAutoManage(const SHA1Sum::Hash* aHash, CacheIndex* aIndex) - : mIndex(aIndex), - mOldRecord(nullptr), - mOldFrecency(0), - mDoNotSearchInIndex(false), - mDoNotSearchInUpdates(false) { - CacheIndex::sLock.AssertCurrentThreadOwns(); - + CacheIndexEntryAutoManage(const SHA1Sum::Hash* aHash, CacheIndex* aIndex, + const StaticMutexAutoLock& aProofOfLock) + : mIndex(aIndex), mProofOfLock(aProofOfLock) { mHash = aHash; const CacheIndexEntry* entry = FindEntry(); mIndex->mIndexStats.BeforeChange(entry); if (entry && entry->IsInitialized() && !entry->IsRemoved()) { - mOldRecord = entry->mRec.get(); - mOldFrecency = entry->mRec->mFrecency; + mOldRecord = entry->mRec; + mOldFrecency = entry->mRec->Get()->mFrecency; } } ~CacheIndexEntryAutoManage() { - CacheIndex::sLock.AssertCurrentThreadOwns(); - const CacheIndexEntry* entry = FindEntry(); mIndex->mIndexStats.AfterChange(entry); if (!entry || !entry->IsInitialized() || entry->IsRemoved()) { @@ -102,29 +97,29 @@ } if (entry && !mOldRecord) { - mIndex->mFrecencyArray.AppendRecord(entry->mRec.get()); - mIndex->AddRecordToIterators(entry->mRec.get()); + mIndex->mFrecencyArray.AppendRecord(entry->mRec, mProofOfLock); + mIndex->AddRecordToIterators(entry->mRec, mProofOfLock); } else if (!entry && mOldRecord) { - mIndex->mFrecencyArray.RemoveRecord(mOldRecord); - mIndex->RemoveRecordFromIterators(mOldRecord); + mIndex->mFrecencyArray.RemoveRecord(mOldRecord, mProofOfLock); + mIndex->RemoveRecordFromIterators(mOldRecord, mProofOfLock); } else if (entry && mOldRecord) { - auto rec = entry->mRec.get(); - if (rec != mOldRecord) { + if (entry->mRec != mOldRecord) { // record has a different address, we have to replace it - mIndex->ReplaceRecordInIterators(mOldRecord, rec); + mIndex->ReplaceRecordInIterators(mOldRecord, entry->mRec, mProofOfLock); - if (entry->mRec->mFrecency == mOldFrecency) { + if (entry->mRec->Get()->mFrecency == mOldFrecency) { // If frecency hasn't changed simply replace the pointer - mIndex->mFrecencyArray.ReplaceRecord(mOldRecord, rec); + mIndex->mFrecencyArray.ReplaceRecord(mOldRecord, entry->mRec, + mProofOfLock); } else { // Remove old pointer and insert the new one at the end of the array - mIndex->mFrecencyArray.RemoveRecord(mOldRecord); - mIndex->mFrecencyArray.AppendRecord(rec); + mIndex->mFrecencyArray.RemoveRecord(mOldRecord, mProofOfLock); + mIndex->mFrecencyArray.AppendRecord(entry->mRec, mProofOfLock); } - } else if (entry->mRec->mFrecency != mOldFrecency) { + } else if (entry->mRec->Get()->mFrecency != mOldFrecency) { // Move the element at the end of the array - mIndex->mFrecencyArray.RemoveRecord(rec); - mIndex->mFrecencyArray.AppendRecord(rec); + mIndex->mFrecencyArray.RemoveRecord(entry->mRec, mProofOfLock); + mIndex->mFrecencyArray.AppendRecord(entry->mRec, mProofOfLock); } } else { // both entries were removed or not initialized, do nothing @@ -166,10 +161,11 @@ const SHA1Sum::Hash* mHash; RefPtr mIndex; - CacheIndexRecord* mOldRecord; - uint32_t mOldFrecency; - bool mDoNotSearchInIndex; - bool mDoNotSearchInUpdates; + RefPtr mOldRecord; + uint32_t mOldFrecency{0}; + bool mDoNotSearchInIndex{false}; + bool mDoNotSearchInUpdates{false}; + const StaticMutexAutoLock& mProofOfLock; }; class FileOpenHelper final : public CacheFileIOListener { @@ -228,7 +224,7 @@ return NS_OK; } - mIndex->OnFileOpenedInternal(this, aHandle, aResult); + mIndex->OnFileOpenedInternal(this, aHandle, aResult, lock); return NS_OK; } @@ -290,14 +286,15 @@ RefPtr idx = new CacheIndex(); - nsresult rv = idx->InitInternal(aCacheDirectory); + nsresult rv = idx->InitInternal(aCacheDirectory, lock); NS_ENSURE_SUCCESS(rv, rv); gInstance = std::move(idx); return NS_OK; } -nsresult CacheIndex::InitInternal(nsIFile* aCacheDirectory) { +nsresult CacheIndex::InitInternal(nsIFile* aCacheDirectory, + const StaticMutexAutoLock& aProofOfLock) { nsresult rv; rv = aCacheDirectory->Clone(getter_AddRefs(mCacheDirectory)); @@ -308,7 +305,7 @@ mTotalBytesWritten = CacheObserver::CacheAmountWritten(); mTotalBytesWritten <<= 10; - ReadIndexFromDisk(); + ReadIndexFromDisk(aProofOfLock); return NS_OK; } @@ -389,17 +386,17 @@ switch (mState) { case WRITING: - FinishWrite(false); + FinishWrite(false, lock); break; case READY: // nothing to do, write the journal in Shutdown() break; case READING: - FinishRead(false); + FinishRead(false, lock); break; case BUILDING: case UPDATING: - FinishUpdate(false); + FinishUpdate(false, lock); break; default: MOZ_ASSERT(false, "Implement me!"); @@ -436,7 +433,7 @@ MOZ_ASSERT(index->mShuttingDown); EState oldState = index->mState; - index->ChangeState(SHUTDOWN); + index->ChangeState(SHUTDOWN, lock); if (oldState != READY) { LOG( @@ -446,7 +443,7 @@ switch (oldState) { case WRITING: - index->FinishWrite(false); + index->FinishWrite(false, lock); [[fallthrough]]; case READY: if (index->mIndexOnDiskIsValid && !index->mDontMarkIndexClean) { @@ -458,11 +455,11 @@ } break; case READING: - index->FinishRead(false); + index->FinishRead(false, lock); break; case BUILDING: case UPDATING: - index->FinishUpdate(false); + index->FinishUpdate(false, lock); break; default: MOZ_ASSERT(false, "Unexpected state!"); @@ -500,7 +497,7 @@ bool updateIfNonFreshEntriesExist = false; { - CacheIndexEntryAutoManage entryMng(aHash, index); + CacheIndexEntryAutoManage entryMng(aHash, index, lock); CacheIndexEntry* entry = index->mIndex.GetEntry(*aHash); bool entryRemoved = entry && entry->IsRemoved(); @@ -585,8 +582,8 @@ index->mIndexNeedsUpdate = true; } - index->StartUpdatingIndexIfNeeded(); - index->WriteIndexToDiskIfNeeded(); + index->StartUpdatingIndexIfNeeded(lock); + index->WriteIndexToDiskIfNeeded(lock); return NS_OK; } @@ -611,7 +608,7 @@ } { - CacheIndexEntryAutoManage entryMng(aHash, index); + CacheIndexEntryAutoManage entryMng(aHash, index, lock); CacheIndexEntry* entry = index->mIndex.GetEntry(*aHash); bool entryRemoved = entry && entry->IsRemoved(); @@ -693,8 +690,8 @@ } } - index->StartUpdatingIndexIfNeeded(); - index->WriteIndexToDiskIfNeeded(); + index->StartUpdatingIndexIfNeeded(lock); + index->WriteIndexToDiskIfNeeded(lock); return NS_OK; } @@ -723,7 +720,7 @@ } { - CacheIndexEntryAutoManage entryMng(aHash, index); + CacheIndexEntryAutoManage entryMng(aHash, index, lock); CacheIndexEntry* entry = index->mIndex.GetEntry(*aHash); CacheIndexEntryUpdate* updated = nullptr; @@ -822,8 +819,8 @@ } } - index->StartUpdatingIndexIfNeeded(); - index->WriteIndexToDiskIfNeeded(); + index->StartUpdatingIndexIfNeeded(lock); + index->WriteIndexToDiskIfNeeded(lock); return NS_OK; } @@ -848,7 +845,7 @@ } { - CacheIndexEntryAutoManage entryMng(aHash, index); + CacheIndexEntryAutoManage entryMng(aHash, index, lock); CacheIndexEntry* entry = index->mIndex.GetEntry(*aHash); bool entryRemoved = entry && entry->IsRemoved(); @@ -919,8 +916,8 @@ } } - index->StartUpdatingIndexIfNeeded(); - index->WriteIndexToDiskIfNeeded(); + index->StartUpdatingIndexIfNeeded(lock); + index->WriteIndexToDiskIfNeeded(lock); return NS_OK; } @@ -959,7 +956,7 @@ } { - CacheIndexEntryAutoManage entryMng(aHash, index); + CacheIndexEntryAutoManage entryMng(aHash, index, lock); CacheIndexEntry* entry = index->mIndex.GetEntry(*aHash); @@ -1064,7 +1061,7 @@ } } - index->WriteIndexToDiskIfNeeded(); + index->WriteIndexToDiskIfNeeded(lock); return NS_OK; } @@ -1111,17 +1108,17 @@ switch (index->mState) { case WRITING: - index->FinishWrite(false); + index->FinishWrite(false, lock); break; case READY: // nothing to do break; case READING: - index->FinishRead(false); + index->FinishRead(false, lock); break; case BUILDING: case UPDATING: - index->FinishUpdate(false); + index->FinishUpdate(false, lock); break; default: MOZ_ASSERT(false, "Unexpected state!"); @@ -1138,7 +1135,7 @@ index->mIndexNeedsUpdate = false; index->mIndexStats.Clear(); - index->mFrecencyArray.Clear(); + index->mFrecencyArray.Clear(lock); index->mIndex.Clear(); for (uint32_t i = 0; i < index->mIterators.Length();) { @@ -1278,10 +1275,10 @@ uint32_t skipped = 0; // find first non-forced valid and unpinned entry with the lowest frecency - index->mFrecencyArray.SortIfNeeded(); + index->mFrecencyArray.SortIfNeeded(lock); for (auto iter = index->mFrecencyArray.Iter(); !iter.Done(); iter.Next()) { - CacheIndexRecord* rec = iter.Get(); + CacheIndexRecord* rec = iter.Get()->Get(); memcpy(&hash, rec->mHash, sizeof(SHA1Sum::Hash)); @@ -1398,11 +1395,11 @@ *aCount = 0; for (auto iter = index->mFrecencyArray.Iter(); !iter.Done(); iter.Next()) { - CacheIndexRecord* record = iter.Get(); - if (aInfo && !CacheIndexEntry::RecordMatchesLoadContextInfo(record, aInfo)) + if (aInfo && + !CacheIndexEntry::RecordMatchesLoadContextInfo(iter.Get(), aInfo)) continue; - *aSize += CacheIndexEntry::GetFileSize(*record); + *aSize += CacheIndexEntry::GetFileSize(*(iter.Get()->Get())); ++*aCount; } @@ -1455,7 +1452,7 @@ RefPtr index = gInstance; if (index && index->mUpdateTimer) { index->mUpdateTimer->Cancel(); - index->DelayedUpdateLocked(); + index->DelayedUpdateLocked(lock); } }), CacheIOThread::INDEX); @@ -1488,10 +1485,10 @@ idxIter = new CacheIndexIterator(index, aAddNew); } - index->mFrecencyArray.SortIfNeeded(); + index->mFrecencyArray.SortIfNeeded(lock); for (auto iter = index->mFrecencyArray.Iter(); !iter.Done(); iter.Next()) { - idxIter->AddRecord(iter.Get()); + idxIter->AddRecord(iter.Get(), lock); } index->mIterators.AppendElement(idxIter); @@ -1597,11 +1594,10 @@ return false; } -void CacheIndex::ProcessPendingOperations() { +void CacheIndex::ProcessPendingOperations( + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::ProcessPendingOperations()")); - sLock.AssertCurrentThreadOwns(); - for (auto iter = mPendingUpdates.Iter(); !iter.Done(); iter.Next()) { CacheIndexEntryUpdate* update = iter.Get(); @@ -1613,7 +1609,7 @@ CacheIndexEntry* entry = mIndex.GetEntry(*update->Hash()); { - CacheIndexEntryAutoManage emng(update->Hash(), this); + CacheIndexEntryAutoManage emng(update->Hash(), this, aProofOfLock); emng.DoNotSearchInUpdates(); if (update->IsRemoved()) { @@ -1654,7 +1650,8 @@ EnsureCorrectStats(); } -bool CacheIndex::WriteIndexToDiskIfNeeded() { +bool CacheIndex::WriteIndexToDiskIfNeeded( + const StaticMutexAutoLock& aProofOfLock) { if (mState != READY || mShuttingDown || mRWPending) { return false; } @@ -1669,23 +1666,22 @@ return false; } - WriteIndexToDisk(); + WriteIndexToDisk(aProofOfLock); return true; } -void CacheIndex::WriteIndexToDisk() { +void CacheIndex::WriteIndexToDisk(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::WriteIndexToDisk()")); mIndexStats.Log(); nsresult rv; - sLock.AssertCurrentThreadOwns(); MOZ_ASSERT(mState == READY); MOZ_ASSERT(!mRWBuf); MOZ_ASSERT(!mRWHash); MOZ_ASSERT(!mRWPending); - ChangeState(WRITING); + ChangeState(WRITING, aProofOfLock); mProcessEntries = mIndexStats.ActiveEntriesCount(); @@ -1698,7 +1694,7 @@ LOG(("CacheIndex::WriteIndexToDisk() - Can't open file [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishWrite(false); + FinishWrite(false, aProofOfLock); return; } @@ -1722,12 +1718,11 @@ mSkipEntries = 0; } -void CacheIndex::WriteRecords() { +void CacheIndex::WriteRecords(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::WriteRecords()")); nsresult rv; - sLock.AssertCurrentThreadOwns(); MOZ_ASSERT(mState == WRITING); MOZ_ASSERT(!mRWPending); @@ -1807,7 +1802,7 @@ ("CacheIndex::WriteRecords() - CacheFileIOManager::Write() failed " "synchronously [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishWrite(false); + FinishWrite(false, aProofOfLock); } else { mRWPending = true; } @@ -1815,13 +1810,12 @@ mRWBufPos = 0; } -void CacheIndex::FinishWrite(bool aSucceeded) { +void CacheIndex::FinishWrite(bool aSucceeded, + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::FinishWrite() [succeeded=%d]", aSucceeded)); MOZ_ASSERT((!aSucceeded && mState == SHUTDOWN) || mState == WRITING); - sLock.AssertCurrentThreadOwns(); - // If there is write operation pending we must be cancelling writing of the // index when shutting down or removing the whole index. MOZ_ASSERT(!mRWPending || (!aSucceeded && (mShuttingDown || mRemovingAll))); @@ -1839,7 +1833,7 @@ bool remove = false; { - CacheIndexEntryAutoManage emng(entry->Hash(), this); + CacheIndexEntryAutoManage emng(entry->Hash(), this, aProofOfLock); if (entry->IsRemoved()) { emng.DoNotSearchInIndex(); @@ -1864,11 +1858,11 @@ } } - ProcessPendingOperations(); + ProcessPendingOperations(aProofOfLock); mIndexStats.Log(); if (mState == WRITING) { - ChangeState(READY); + ChangeState(READY, aProofOfLock); mLastDumpTime = TimeStamp::NowLoRes(); } } @@ -2059,15 +2053,14 @@ return NS_OK; } -void CacheIndex::ReadIndexFromDisk() { +void CacheIndex::ReadIndexFromDisk(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::ReadIndexFromDisk()")); nsresult rv; - sLock.AssertCurrentThreadOwns(); MOZ_ASSERT(mState == INITIAL); - ChangeState(READING); + ChangeState(READING, aProofOfLock); mIndexFileOpener = new FileOpenHelper(this); rv = CacheFileIOManager::OpenFile( @@ -2079,7 +2072,7 @@ ("CacheIndex::ReadIndexFromDisk() - CacheFileIOManager::OpenFile() " "failed [rv=0x%08" PRIx32 ", file=%s]", static_cast(rv), INDEX_NAME)); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } @@ -2093,7 +2086,7 @@ ("CacheIndex::ReadIndexFromDisk() - CacheFileIOManager::OpenFile() " "failed [rv=0x%08" PRIx32 ", file=%s]", static_cast(rv), JOURNAL_NAME)); - FinishRead(false); + FinishRead(false, aProofOfLock); } mTmpFileOpener = new FileOpenHelper(this); @@ -2106,17 +2099,15 @@ ("CacheIndex::ReadIndexFromDisk() - CacheFileIOManager::OpenFile() " "failed [rv=0x%08" PRIx32 ", file=%s]", static_cast(rv), TEMP_INDEX_NAME)); - FinishRead(false); + FinishRead(false, aProofOfLock); } } -void CacheIndex::StartReadingIndex() { +void CacheIndex::StartReadingIndex(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::StartReadingIndex()")); nsresult rv; - sLock.AssertCurrentThreadOwns(); - MOZ_ASSERT(mIndexHandle); MOZ_ASSERT(mState == READING); MOZ_ASSERT(!mIndexOnDiskIsValid); @@ -2130,7 +2121,7 @@ if (entriesSize < 0 || entriesSize % sizeof(CacheIndexRecord)) { LOG(("CacheIndex::StartReadingIndex() - Index is corrupted")); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } @@ -2147,19 +2138,17 @@ ("CacheIndex::StartReadingIndex() - CacheFileIOManager::Read() failed " "synchronously [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishRead(false); + FinishRead(false, aProofOfLock); } else { mRWPending = true; } } -void CacheIndex::ParseRecords() { +void CacheIndex::ParseRecords(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::ParseRecords()")); nsresult rv; - sLock.AssertCurrentThreadOwns(); - MOZ_ASSERT(!mRWPending); uint32_t entryCnt = (mIndexHandle->FileSize() - sizeof(CacheIndexHeader) - @@ -2169,7 +2158,7 @@ if (!mSkipEntries) { if (NetworkEndian::readUint32(mRWBuf + pos) != kIndexVersion) { - FinishRead(false); + FinishRead(false, aProofOfLock); return; } pos += sizeof(uint32_t); @@ -2217,11 +2206,11 @@ "removed=%d]", tmpEntry.IsDirty(), tmpEntry.IsInitialized(), tmpEntry.IsFileEmpty(), tmpEntry.IsFresh(), tmpEntry.IsRemoved())); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } - CacheIndexEntryAutoManage emng(tmpEntry.Hash(), this); + CacheIndexEntryAutoManage emng(tmpEntry.Hash(), this, aProofOfLock); CacheIndexEntry* entry = mIndex.PutEntry(*tmpEntry.Hash()); *entry = tmpEntry; @@ -2248,7 +2237,7 @@ if (mRWHash->GetHash() != expectedHash) { LOG(("CacheIndex::ParseRecords() - Hash mismatch, [is %x, should be %x]", mRWHash->GetHash(), expectedHash)); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } @@ -2256,9 +2245,9 @@ mJournalReadSuccessfully = false; if (mJournalHandle) { - StartReadingJournal(); + StartReadingJournal(aProofOfLock); } else { - FinishRead(false); + FinishRead(false, aProofOfLock); } return; @@ -2277,19 +2266,17 @@ ("CacheIndex::ParseRecords() - CacheFileIOManager::Read() failed " "synchronously [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } mRWPending = true; } -void CacheIndex::StartReadingJournal() { +void CacheIndex::StartReadingJournal(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::StartReadingJournal()")); nsresult rv; - sLock.AssertCurrentThreadOwns(); - MOZ_ASSERT(mJournalHandle); MOZ_ASSERT(mIndexOnDiskIsValid); MOZ_ASSERT(mTmpJournal.Count() == 0); @@ -2301,7 +2288,7 @@ if (entriesSize < 0 || entriesSize % sizeof(CacheIndexRecord)) { LOG(("CacheIndex::StartReadingJournal() - Journal is corrupted")); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } @@ -2317,19 +2304,17 @@ ("CacheIndex::StartReadingJournal() - CacheFileIOManager::Read() failed" " synchronously [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishRead(false); + FinishRead(false, aProofOfLock); } else { mRWPending = true; } } -void CacheIndex::ParseJournal() { +void CacheIndex::ParseJournal(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::ParseJournal()")); nsresult rv; - sLock.AssertCurrentThreadOwns(); - MOZ_ASSERT(!mRWPending); uint32_t entryCnt = @@ -2351,7 +2336,7 @@ ("CacheIndex::ParseJournal() - Invalid entry found in journal, " "ignoring whole journal [dirty=%d, fresh=%d]", entry->IsDirty(), entry->IsFresh())); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } @@ -2376,12 +2361,12 @@ if (mRWHash->GetHash() != expectedHash) { LOG(("CacheIndex::ParseJournal() - Hash mismatch, [is %x, should be %x]", mRWHash->GetHash(), expectedHash)); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } mJournalReadSuccessfully = true; - FinishRead(true); + FinishRead(true, aProofOfLock); return; } @@ -2398,17 +2383,15 @@ ("CacheIndex::ParseJournal() - CacheFileIOManager::Read() failed " "synchronously [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishRead(false); + FinishRead(false, aProofOfLock); return; } mRWPending = true; } -void CacheIndex::MergeJournal() { +void CacheIndex::MergeJournal(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::MergeJournal()")); - sLock.AssertCurrentThreadOwns(); - for (auto iter = mTmpJournal.Iter(); !iter.Done(); iter.Next()) { CacheIndexEntry* entry = iter.Get(); @@ -2417,7 +2400,7 @@ CacheIndexEntry* entry2 = mIndex.GetEntry(*entry->Hash()); { - CacheIndexEntryAutoManage emng(entry->Hash(), this); + CacheIndexEntryAutoManage emng(entry->Hash(), this, aProofOfLock); if (entry->IsRemoved()) { if (entry2) { entry2->MarkRemoved(); @@ -2463,9 +2446,9 @@ #endif } -void CacheIndex::FinishRead(bool aSucceeded) { +void CacheIndex::FinishRead(bool aSucceeded, + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::FinishRead() [succeeded=%d]", aSucceeded)); - sLock.AssertCurrentThreadOwns(); MOZ_ASSERT((!aSucceeded && mState == SHUTDOWN) || mState == READING); @@ -2519,27 +2502,27 @@ if (!mIndexOnDiskIsValid) { MOZ_ASSERT(mTmpJournal.Count() == 0); EnsureNoFreshEntry(); - ProcessPendingOperations(); + ProcessPendingOperations(aProofOfLock); // Remove all entries that we haven't seen during this session - RemoveNonFreshEntries(); - StartUpdatingIndex(true); + RemoveNonFreshEntries(aProofOfLock); + StartUpdatingIndex(true, aProofOfLock); return; } if (!mJournalReadSuccessfully) { mTmpJournal.Clear(); EnsureNoFreshEntry(); - ProcessPendingOperations(); - StartUpdatingIndex(false); + ProcessPendingOperations(aProofOfLock); + StartUpdatingIndex(false, aProofOfLock); return; } - MergeJournal(); + MergeJournal(aProofOfLock); EnsureNoFreshEntry(); - ProcessPendingOperations(); + ProcessPendingOperations(aProofOfLock); mIndexStats.Log(); - ChangeState(READY); + ChangeState(READY, aProofOfLock); mLastDumpTime = TimeStamp::NowLoRes(); // Do not dump new index immediately } @@ -2554,15 +2537,13 @@ return; } - index->DelayedUpdateLocked(); + index->DelayedUpdateLocked(lock); } // static -void CacheIndex::DelayedUpdateLocked() { +void CacheIndex::DelayedUpdateLocked(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::DelayedUpdateLocked()")); - sLock.AssertCurrentThreadOwns(); - nsresult rv; mUpdateTimer = nullptr; @@ -2593,7 +2574,7 @@ mUpdateEventPending = false; NS_WARNING("CacheIndex::DelayedUpdateLocked() - Can't dispatch event"); LOG(("CacheIndex::DelayedUpdate() - Can't dispatch event")); - FinishUpdate(false); + FinishUpdate(false, aProofOfLock); } } @@ -2708,11 +2689,9 @@ return false; } -void CacheIndex::BuildIndex() { +void CacheIndex::BuildIndex(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::BuildIndex()")); - sLock.AssertCurrentThreadOwns(); - MOZ_ASSERT(mPendingUpdates.Count() == 0); nsresult rv; @@ -2730,7 +2709,7 @@ } if (NS_FAILED(rv)) { - FinishUpdate(false); + FinishUpdate(false, aProofOfLock); return; } } @@ -2758,7 +2737,7 @@ return; } if (!file) { - FinishUpdate(NS_SUCCEEDED(rv)); + FinishUpdate(NS_SUCCEEDED(rv), aProofOfLock); return; } @@ -2857,7 +2836,7 @@ leaf.get())); file->Remove(false); } else { - CacheIndexEntryAutoManage entryMng(&hash, this); + CacheIndexEntryAutoManage entryMng(&hash, this, aProofOfLock); entry = mIndex.PutEntry(hash); if (NS_FAILED(InitEntryFromDiskData(entry, meta, size))) { LOG( @@ -2877,7 +2856,8 @@ MOZ_ASSERT_UNREACHABLE("We should never get here"); } -bool CacheIndex::StartUpdatingIndexIfNeeded(bool aSwitchingToReadyState) { +bool CacheIndex::StartUpdatingIndexIfNeeded( + const StaticMutexAutoLock& aProofOfLock, bool aSwitchingToReadyState) { // Start updating process when we are in or we are switching to READY state // and index needs update, but not during shutdown or when removing all // entries. @@ -2885,27 +2865,26 @@ !mShuttingDown && !mRemovingAll) { LOG(("CacheIndex::StartUpdatingIndexIfNeeded() - starting update process")); mIndexNeedsUpdate = false; - StartUpdatingIndex(false); + StartUpdatingIndex(false, aProofOfLock); return true; } return false; } -void CacheIndex::StartUpdatingIndex(bool aRebuild) { +void CacheIndex::StartUpdatingIndex(bool aRebuild, + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::StartUpdatingIndex() [rebuild=%d]", aRebuild)); - sLock.AssertCurrentThreadOwns(); - nsresult rv; mIndexStats.Log(); - ChangeState(aRebuild ? BUILDING : UPDATING); + ChangeState(aRebuild ? BUILDING : UPDATING, aProofOfLock); mDontMarkIndexClean = false; if (mShuttingDown || mRemovingAll) { - FinishUpdate(false); + FinishUpdate(false, aProofOfLock); return; } @@ -2946,15 +2925,13 @@ mUpdateEventPending = false; NS_WARNING("CacheIndex::StartUpdatingIndex() - Can't dispatch event"); LOG(("CacheIndex::StartUpdatingIndex() - Can't dispatch event")); - FinishUpdate(false); + FinishUpdate(false, aProofOfLock); } } -void CacheIndex::UpdateIndex() { +void CacheIndex::UpdateIndex(const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::UpdateIndex()")); - sLock.AssertCurrentThreadOwns(); - MOZ_ASSERT(mPendingUpdates.Count() == 0); nsresult rv; @@ -2972,7 +2949,7 @@ } if (NS_FAILED(rv)) { - FinishUpdate(false); + FinishUpdate(false, aProofOfLock); return; } } @@ -3001,7 +2978,7 @@ return; } if (!file) { - FinishUpdate(NS_SUCCEEDED(rv)); + FinishUpdate(NS_SUCCEEDED(rv), aProofOfLock); return; } @@ -3091,7 +3068,7 @@ leaf.get(), mIndexTimeStamp, lastModifiedTime / PR_MSEC_PER_SEC)); - CacheIndexEntryAutoManage entryMng(&hash, this); + CacheIndexEntryAutoManage entryMng(&hash, this, aProofOfLock); entry->MarkFresh(); continue; } @@ -3125,7 +3102,7 @@ entry = mIndex.GetEntry(hash); MOZ_ASSERT(!entry || !entry->IsFresh()); - CacheIndexEntryAutoManage entryMng(&hash, this); + CacheIndexEntryAutoManage entryMng(&hash, this, aProofOfLock); if (NS_FAILED(rv)) { LOG( @@ -3162,14 +3139,13 @@ MOZ_ASSERT_UNREACHABLE("We should never get here"); } -void CacheIndex::FinishUpdate(bool aSucceeded) { +void CacheIndex::FinishUpdate(bool aSucceeded, + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::FinishUpdate() [succeeded=%d]", aSucceeded)); MOZ_ASSERT(mState == UPDATING || mState == BUILDING || (!aSucceeded && mState == SHUTDOWN)); - sLock.AssertCurrentThreadOwns(); - if (mDirEnumerator) { if (NS_IsMainThread()) { LOG( @@ -3198,18 +3174,19 @@ // If we've iterated over all entries successfully then all entries that // really exist on the disk are now marked as fresh. All non-fresh entries // don't exist anymore and must be removed from the index. - RemoveNonFreshEntries(); + RemoveNonFreshEntries(aProofOfLock); } // Make sure we won't start update. If the build or update failed, there is no // reason to believe that it will succeed next time. mIndexNeedsUpdate = false; - ChangeState(READY); + ChangeState(READY, aProofOfLock); mLastDumpTime = TimeStamp::NowLoRes(); // Do not dump new index immediately } -void CacheIndex::RemoveNonFreshEntries() { +void CacheIndex::RemoveNonFreshEntries( + const StaticMutexAutoLock& aProofOfLock) { for (auto iter = mIndex.Iter(); !iter.Done(); iter.Next()) { CacheIndexEntry* entry = iter.Get(); if (entry->IsFresh()) { @@ -3222,7 +3199,7 @@ LOGSHA1(entry->Hash()))); { - CacheIndexEntryAutoManage emng(entry->Hash(), this); + CacheIndexEntryAutoManage emng(entry->Hash(), this, aProofOfLock); emng.DoNotSearchInIndex(); } @@ -3253,7 +3230,8 @@ return "?"; } -void CacheIndex::ChangeState(EState aNewState) { +void CacheIndex::ChangeState(EState aNewState, + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::ChangeState() changing state %s -> %s", StateString(mState), StateString(aNewState))); @@ -3266,7 +3244,7 @@ MOZ_ASSERT(!mShuttingDown || mState != READY || aNewState == SHUTDOWN); // Start updating process when switching to READY state if needed - if (aNewState == READY && StartUpdatingIndexIfNeeded(true)) { + if (aNewState == READY && StartUpdatingIndexIfNeeded(aProofOfLock, true)) { return; } @@ -3339,23 +3317,25 @@ mRWBufPos = 0; } -void CacheIndex::FrecencyArray::AppendRecord(CacheIndexRecord* aRecord) { +void CacheIndex::FrecencyArray::AppendRecord( + CacheIndexRecordWrapper* aRecord, const StaticMutexAutoLock& aProofOfLock) { LOG( ("CacheIndex::FrecencyArray::AppendRecord() [record=%p, hash=%08x%08x%08x" "%08x%08x]", - aRecord, LOGSHA1(aRecord->mHash))); + aRecord, LOGSHA1(aRecord->Get()->mHash))); MOZ_ASSERT(!mRecs.Contains(aRecord)); mRecs.AppendElement(aRecord); // If the new frecency is 0, the element should be at the end of the array, // i.e. this change doesn't affect order of the array - if (aRecord->mFrecency != 0) { + if (aRecord->Get()->mFrecency != 0) { ++mUnsortedElements; } } -void CacheIndex::FrecencyArray::RemoveRecord(CacheIndexRecord* aRecord) { +void CacheIndex::FrecencyArray::RemoveRecord( + CacheIndexRecordWrapper* aRecord, const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndex::FrecencyArray::RemoveRecord() [record=%p]", aRecord)); decltype(mRecs)::index_type idx; @@ -3366,11 +3346,12 @@ // Calling SortIfNeeded ensures that we get rid of removed elements in the // array once we hit the limit. - SortIfNeeded(); + SortIfNeeded(aProofOfLock); } -void CacheIndex::FrecencyArray::ReplaceRecord(CacheIndexRecord* aOldRecord, - CacheIndexRecord* aNewRecord) { +void CacheIndex::FrecencyArray::ReplaceRecord( + CacheIndexRecordWrapper* aOldRecord, CacheIndexRecordWrapper* aNewRecord, + const StaticMutexAutoLock& aProofOfLock) { LOG( ("CacheIndex::FrecencyArray::ReplaceRecord() [oldRecord=%p, " "newRecord=%p]", @@ -3382,7 +3363,8 @@ mRecs[idx] = aNewRecord; } -void CacheIndex::FrecencyArray::SortIfNeeded() { +void CacheIndex::FrecencyArray::SortIfNeeded( + const StaticMutexAutoLock& aProofOfLock) { const uint32_t kMaxUnsortedCount = 512; const uint32_t kMaxUnsortedPercent = 10; const uint32_t kMaxRemovedCount = 512; @@ -3413,39 +3395,36 @@ } } -void CacheIndex::AddRecordToIterators(CacheIndexRecord* aRecord) { - sLock.AssertCurrentThreadOwns(); - +void CacheIndex::AddRecordToIterators(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock) { for (uint32_t i = 0; i < mIterators.Length(); ++i) { // Add a new record only when iterator is supposed to be updated. if (mIterators[i]->ShouldBeNewAdded()) { - mIterators[i]->AddRecord(aRecord); + mIterators[i]->AddRecord(aRecord, aProofOfLock); } } } -void CacheIndex::RemoveRecordFromIterators(CacheIndexRecord* aRecord) { - sLock.AssertCurrentThreadOwns(); - +void CacheIndex::RemoveRecordFromIterators( + CacheIndexRecordWrapper* aRecord, const StaticMutexAutoLock& aProofOfLock) { for (uint32_t i = 0; i < mIterators.Length(); ++i) { // Remove the record from iterator always, it makes no sence to return // non-existing entries. Also the pointer to the record is no longer valid // once the entry is removed from index. - mIterators[i]->RemoveRecord(aRecord); + mIterators[i]->RemoveRecord(aRecord, aProofOfLock); } } -void CacheIndex::ReplaceRecordInIterators(CacheIndexRecord* aOldRecord, - CacheIndexRecord* aNewRecord) { - sLock.AssertCurrentThreadOwns(); - +void CacheIndex::ReplaceRecordInIterators( + CacheIndexRecordWrapper* aOldRecord, CacheIndexRecordWrapper* aNewRecord, + const StaticMutexAutoLock& aProofOfLock) { for (uint32_t i = 0; i < mIterators.Length(); ++i) { // We have to replace the record always since the pointer is no longer // valid after this point. NOTE: Replacing the record doesn't mean that // a new entry was added, it just means that the data in the entry was // changed (e.g. a file size) and we had to track this change in // mPendingUpdates since mIndex was read-only. - mIterators[i]->ReplaceRecord(aOldRecord, aNewRecord); + mIterators[i]->ReplaceRecord(aOldRecord, aNewRecord, aProofOfLock); } } @@ -3466,10 +3445,10 @@ switch (mState) { case BUILDING: - BuildIndex(); + BuildIndex(lock); break; case UPDATING: - UpdateIndex(); + UpdateIndex(lock); break; default: LOG(("CacheIndex::Run() - Update/Build was canceled")); @@ -3480,7 +3459,8 @@ void CacheIndex::OnFileOpenedInternal(FileOpenHelper* aOpener, CacheFileHandle* aHandle, - nsresult aResult) { + nsresult aResult, + const StaticMutexAutoLock& aProofOfLock) { LOG( ("CacheIndex::OnFileOpenedInternal() [opener=%p, handle=%p, " "result=0x%08" PRIx32 "]", @@ -3489,8 +3469,6 @@ nsresult rv; - sLock.AssertCurrentThreadOwns(); - MOZ_RELEASE_ASSERT(IsIndexUsable()); if (mState == READY && mShuttingDown) { @@ -3507,10 +3485,10 @@ ("CacheIndex::OnFileOpenedInternal() - Can't open index file for " "writing [rv=0x%08" PRIx32 "]", static_cast(aResult))); - FinishWrite(false); + FinishWrite(false, aProofOfLock); } else { mIndexHandle = aHandle; - WriteRecords(); + WriteRecords(aProofOfLock); } break; case READING: @@ -3519,13 +3497,13 @@ if (NS_SUCCEEDED(aResult)) { if (aHandle->FileSize() == 0) { - FinishRead(false); + FinishRead(false, aProofOfLock); CacheFileIOManager::DoomFile(aHandle, nullptr); break; } mIndexHandle = aHandle; } else { - FinishRead(false); + FinishRead(false, aProofOfLock); break; } } else if (aOpener == mJournalFileOpener) { @@ -3555,7 +3533,7 @@ ("CacheIndex::OnFileOpenedInternal() - Unexpected state, all " "files [%s, %s, %s] should never exist. Removing whole index.", INDEX_NAME, JOURNAL_NAME, TEMP_INDEX_NAME)); - FinishRead(false); + FinishRead(false, aProofOfLock); break; } } @@ -3570,11 +3548,11 @@ ("CacheIndex::OnFileOpenedInternal() - CacheFileIOManager::" "RenameFile() failed synchronously [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishRead(false); + FinishRead(false, aProofOfLock); break; } } else { - StartReadingIndex(); + StartReadingIndex(aProofOfLock); } break; @@ -3612,7 +3590,7 @@ MOZ_ASSERT(mIndexHandle == aHandle); if (NS_FAILED(aResult)) { - FinishWrite(false); + FinishWrite(false, lock); } else { if (mSkipEntries == mProcessEntries) { rv = CacheFileIOManager::RenameFile( @@ -3622,10 +3600,10 @@ ("CacheIndex::OnDataWritten() - CacheFileIOManager::" "RenameFile() failed synchronously [rv=0x%08" PRIx32 "]", static_cast(rv))); - FinishWrite(false); + FinishWrite(false, lock); } } else { - WriteRecords(); + WriteRecords(lock); } } break; @@ -3659,12 +3637,12 @@ MOZ_ASSERT(mIndexHandle == aHandle || mJournalHandle == aHandle); if (NS_FAILED(aResult)) { - FinishRead(false); + FinishRead(false, lock); } else { if (!mIndexOnDiskIsValid) { - ParseRecords(); + ParseRecords(lock); } else { - ParseJournal(); + ParseJournal(lock); } } break; @@ -3718,7 +3696,7 @@ break; } - FinishWrite(NS_SUCCEEDED(aResult)); + FinishWrite(NS_SUCCEEDED(aResult), lock); break; case READING: // This is a result of renaming journal file to tmpfile. It is renamed @@ -3734,9 +3712,9 @@ } if (NS_FAILED(aResult)) { - FinishRead(false); + FinishRead(false, lock); } else { - StartReadingIndex(); + StartReadingIndex(lock); } break; default: @@ -3858,7 +3836,7 @@ nsTArray records; for (auto iter = mFrecencyArray.Iter(); !iter.Done(); iter.Next()) { - records.AppendElement(iter.Get()); + records.AppendElement(iter.Get()->Get()); } records.Sort(HashComparator()); diff -Nru firefox-esr-78.12.0esr/netwerk/cache2/CacheIndex.h firefox-esr-78.13.0esr/netwerk/cache2/CacheIndex.h --- firefox-esr-78.12.0esr/netwerk/cache2/CacheIndex.h 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/cache2/CacheIndex.h 2021-08-04 22:23:02.000000000 +0000 @@ -108,6 +108,18 @@ sizeof(CacheIndexRecord), "Unexpected sizeof(CacheIndexRecord)!"); +class CacheIndexRecordWrapper final { + public: + NS_INLINE_DECL_THREADSAFE_REFCOUNTING(CacheIndexRecordWrapper) + + CacheIndexRecordWrapper() : mRec(MakeUnique()) {} + CacheIndexRecord* Get() { return mRec.get(); } + + private: + ~CacheIndexRecordWrapper() = default; + UniquePtr mRec; +}; + class CacheIndexEntry : public PLDHashEntryHdr { public: typedef const SHA1Sum::Hash& KeyType; @@ -115,10 +127,10 @@ explicit CacheIndexEntry(KeyTypePointer aKey) { MOZ_COUNT_CTOR(CacheIndexEntry); - mRec = MakeUnique(); + mRec = new CacheIndexRecordWrapper(); LOG(("CacheIndexEntry::CacheIndexEntry() - Created record [rec=%p]", - mRec.get())); - memcpy(&mRec->mHash, aKey, sizeof(SHA1Sum::Hash)); + mRec->Get())); + memcpy(&mRec->Get()->mHash, aKey, sizeof(SHA1Sum::Hash)); } CacheIndexEntry(const CacheIndexEntry& aOther) { MOZ_ASSERT_UNREACHABLE("CacheIndexEntry copy constructor is forbidden!"); @@ -126,12 +138,12 @@ ~CacheIndexEntry() { MOZ_COUNT_DTOR(CacheIndexEntry); LOG(("CacheIndexEntry::~CacheIndexEntry() - Deleting record [rec=%p]", - mRec.get())); + mRec->Get())); } // KeyEquals(): does this entry match this key? bool KeyEquals(KeyTypePointer aKey) const { - return memcmp(&mRec->mHash, aKey, sizeof(SHA1Sum::Hash)) == 0; + return memcmp(&mRec->Get()->mHash, aKey, sizeof(SHA1Sum::Hash)) == 0; } // KeyToPointer(): Convert KeyType to KeyTypePointer @@ -147,88 +159,93 @@ enum { ALLOW_MEMMOVE = true }; bool operator==(const CacheIndexEntry& aOther) const { - return KeyEquals(&aOther.mRec->mHash); + return KeyEquals(&aOther.mRec->Get()->mHash); } CacheIndexEntry& operator=(const CacheIndexEntry& aOther) { - MOZ_ASSERT( - memcmp(&mRec->mHash, &aOther.mRec->mHash, sizeof(SHA1Sum::Hash)) == 0); - mRec->mFrecency = aOther.mRec->mFrecency; - mRec->mOriginAttrsHash = aOther.mRec->mOriginAttrsHash; - mRec->mOnStartTime = aOther.mRec->mOnStartTime; - mRec->mOnStopTime = aOther.mRec->mOnStopTime; - mRec->mContentType = aOther.mRec->mContentType; - mRec->mFlags = aOther.mRec->mFlags; + MOZ_ASSERT(memcmp(&mRec->Get()->mHash, &aOther.mRec->Get()->mHash, + sizeof(SHA1Sum::Hash)) == 0); + mRec->Get()->mFrecency = aOther.mRec->Get()->mFrecency; + mRec->Get()->mOriginAttrsHash = aOther.mRec->Get()->mOriginAttrsHash; + mRec->Get()->mOnStartTime = aOther.mRec->Get()->mOnStartTime; + mRec->Get()->mOnStopTime = aOther.mRec->Get()->mOnStopTime; + mRec->Get()->mContentType = aOther.mRec->Get()->mContentType; + mRec->Get()->mFlags = aOther.mRec->Get()->mFlags; return *this; } void InitNew() { - mRec->mFrecency = 0; - mRec->mOriginAttrsHash = 0; - mRec->mOnStartTime = kIndexTimeNotAvailable; - mRec->mOnStopTime = kIndexTimeNotAvailable; - mRec->mContentType = nsICacheEntry::CONTENT_TYPE_UNKNOWN; - mRec->mFlags = 0; + mRec->Get()->mFrecency = 0; + mRec->Get()->mOriginAttrsHash = 0; + mRec->Get()->mOnStartTime = kIndexTimeNotAvailable; + mRec->Get()->mOnStopTime = kIndexTimeNotAvailable; + mRec->Get()->mContentType = nsICacheEntry::CONTENT_TYPE_UNKNOWN; + mRec->Get()->mFlags = 0; } void Init(OriginAttrsHash aOriginAttrsHash, bool aAnonymous, bool aPinned) { - MOZ_ASSERT(mRec->mFrecency == 0); - MOZ_ASSERT(mRec->mOriginAttrsHash == 0); - MOZ_ASSERT(mRec->mOnStartTime == kIndexTimeNotAvailable); - MOZ_ASSERT(mRec->mOnStopTime == kIndexTimeNotAvailable); - MOZ_ASSERT(mRec->mContentType == nsICacheEntry::CONTENT_TYPE_UNKNOWN); + MOZ_ASSERT(mRec->Get()->mFrecency == 0); + MOZ_ASSERT(mRec->Get()->mOriginAttrsHash == 0); + MOZ_ASSERT(mRec->Get()->mOnStartTime == kIndexTimeNotAvailable); + MOZ_ASSERT(mRec->Get()->mOnStopTime == kIndexTimeNotAvailable); + MOZ_ASSERT(mRec->Get()->mContentType == + nsICacheEntry::CONTENT_TYPE_UNKNOWN); // When we init the entry it must be fresh and may be dirty - MOZ_ASSERT((mRec->mFlags & ~kDirtyMask) == kFreshMask); + MOZ_ASSERT((mRec->Get()->mFlags & ~kDirtyMask) == kFreshMask); - mRec->mOriginAttrsHash = aOriginAttrsHash; - mRec->mFlags |= kInitializedMask; + mRec->Get()->mOriginAttrsHash = aOriginAttrsHash; + mRec->Get()->mFlags |= kInitializedMask; if (aAnonymous) { - mRec->mFlags |= kAnonymousMask; + mRec->Get()->mFlags |= kAnonymousMask; } if (aPinned) { - mRec->mFlags |= kPinnedMask; + mRec->Get()->mFlags |= kPinnedMask; } } - const SHA1Sum::Hash* Hash() const { return &mRec->mHash; } + const SHA1Sum::Hash* Hash() const { return &mRec->Get()->mHash; } - bool IsInitialized() const { return !!(mRec->mFlags & kInitializedMask); } + bool IsInitialized() const { + return !!(mRec->Get()->mFlags & kInitializedMask); + } mozilla::net::OriginAttrsHash OriginAttrsHash() const { - return mRec->mOriginAttrsHash; + return mRec->Get()->mOriginAttrsHash; } - bool Anonymous() const { return !!(mRec->mFlags & kAnonymousMask); } + bool Anonymous() const { return !!(mRec->Get()->mFlags & kAnonymousMask); } - bool IsRemoved() const { return !!(mRec->mFlags & kRemovedMask); } - void MarkRemoved() { mRec->mFlags |= kRemovedMask; } + bool IsRemoved() const { return !!(mRec->Get()->mFlags & kRemovedMask); } + void MarkRemoved() { mRec->Get()->mFlags |= kRemovedMask; } - bool IsDirty() const { return !!(mRec->mFlags & kDirtyMask); } - void MarkDirty() { mRec->mFlags |= kDirtyMask; } - void ClearDirty() { mRec->mFlags &= ~kDirtyMask; } + bool IsDirty() const { return !!(mRec->Get()->mFlags & kDirtyMask); } + void MarkDirty() { mRec->Get()->mFlags |= kDirtyMask; } + void ClearDirty() { mRec->Get()->mFlags &= ~kDirtyMask; } - bool IsFresh() const { return !!(mRec->mFlags & kFreshMask); } - void MarkFresh() { mRec->mFlags |= kFreshMask; } + bool IsFresh() const { return !!(mRec->Get()->mFlags & kFreshMask); } + void MarkFresh() { mRec->Get()->mFlags |= kFreshMask; } - bool IsPinned() const { return !!(mRec->mFlags & kPinnedMask); } + bool IsPinned() const { return !!(mRec->Get()->mFlags & kPinnedMask); } - void SetFrecency(uint32_t aFrecency) { mRec->mFrecency = aFrecency; } - uint32_t GetFrecency() const { return mRec->mFrecency; } + void SetFrecency(uint32_t aFrecency) { mRec->Get()->mFrecency = aFrecency; } + uint32_t GetFrecency() const { return mRec->Get()->mFrecency; } void SetHasAltData(bool aHasAltData) { - aHasAltData ? mRec->mFlags |= kHasAltDataMask - : mRec->mFlags &= ~kHasAltDataMask; + aHasAltData ? mRec->Get()->mFlags |= kHasAltDataMask + : mRec->Get()->mFlags &= ~kHasAltDataMask; + } + bool GetHasAltData() const { + return !!(mRec->Get()->mFlags & kHasAltDataMask); } - bool GetHasAltData() const { return !!(mRec->mFlags & kHasAltDataMask); } - void SetOnStartTime(uint16_t aTime) { mRec->mOnStartTime = aTime; } - uint16_t GetOnStartTime() const { return mRec->mOnStartTime; } + void SetOnStartTime(uint16_t aTime) { mRec->Get()->mOnStartTime = aTime; } + uint16_t GetOnStartTime() const { return mRec->Get()->mOnStartTime; } - void SetOnStopTime(uint16_t aTime) { mRec->mOnStopTime = aTime; } - uint16_t GetOnStopTime() const { return mRec->mOnStopTime; } + void SetOnStopTime(uint16_t aTime) { mRec->Get()->mOnStopTime = aTime; } + uint16_t GetOnStopTime() const { return mRec->Get()->mOnStopTime; } - void SetContentType(uint8_t aType) { mRec->mContentType = aType; } - uint8_t GetContentType() const { return GetContentType(mRec.get()); } + void SetContentType(uint8_t aType) { mRec->Get()->mContentType = aType; } + uint8_t GetContentType() const { return GetContentType(mRec->Get()); } static uint8_t GetContentType(CacheIndexRecord* aRec) { if (aRec->mContentType >= nsICacheEntry::CONTENT_TYPE_LAST) { LOG( @@ -249,11 +266,11 @@ kFileSizeMask)); aFileSize = kFileSizeMask; } - mRec->mFlags &= ~kFileSizeMask; - mRec->mFlags |= aFileSize; + mRec->Get()->mFlags &= ~kFileSizeMask; + mRec->Get()->mFlags |= aFileSize; } // Returns filesize in kilobytes. - uint32_t GetFileSize() const { return GetFileSize(*mRec); } + uint32_t GetFileSize() const { return GetFileSize(*(mRec->Get())); } static uint32_t GetFileSize(const CacheIndexRecord& aRec) { return aRec.mFlags & kFileSizeMask; } @@ -264,38 +281,39 @@ void WriteToBuf(void* aBuf) { uint8_t* ptr = static_cast(aBuf); - memcpy(ptr, mRec->mHash, sizeof(SHA1Sum::Hash)); + memcpy(ptr, mRec->Get()->mHash, sizeof(SHA1Sum::Hash)); ptr += sizeof(SHA1Sum::Hash); - NetworkEndian::writeUint32(ptr, mRec->mFrecency); + NetworkEndian::writeUint32(ptr, mRec->Get()->mFrecency); ptr += sizeof(uint32_t); - NetworkEndian::writeUint64(ptr, mRec->mOriginAttrsHash); + NetworkEndian::writeUint64(ptr, mRec->Get()->mOriginAttrsHash); ptr += sizeof(uint64_t); - NetworkEndian::writeUint16(ptr, mRec->mOnStartTime); + NetworkEndian::writeUint16(ptr, mRec->Get()->mOnStartTime); ptr += sizeof(uint16_t); - NetworkEndian::writeUint16(ptr, mRec->mOnStopTime); + NetworkEndian::writeUint16(ptr, mRec->Get()->mOnStopTime); ptr += sizeof(uint16_t); - *ptr = mRec->mContentType; + *ptr = mRec->Get()->mContentType; ptr += sizeof(uint8_t); // Dirty and fresh flags should never go to disk, since they make sense only // during current session. - NetworkEndian::writeUint32(ptr, mRec->mFlags & ~(kDirtyMask | kFreshMask)); + NetworkEndian::writeUint32( + ptr, mRec->Get()->mFlags & ~(kDirtyMask | kFreshMask)); } void ReadFromBuf(void* aBuf) { const uint8_t* ptr = static_cast(aBuf); - MOZ_ASSERT(memcmp(&mRec->mHash, ptr, sizeof(SHA1Sum::Hash)) == 0); + MOZ_ASSERT(memcmp(&mRec->Get()->mHash, ptr, sizeof(SHA1Sum::Hash)) == 0); ptr += sizeof(SHA1Sum::Hash); - mRec->mFrecency = NetworkEndian::readUint32(ptr); + mRec->Get()->mFrecency = NetworkEndian::readUint32(ptr); ptr += sizeof(uint32_t); - mRec->mOriginAttrsHash = NetworkEndian::readUint64(ptr); + mRec->Get()->mOriginAttrsHash = NetworkEndian::readUint64(ptr); ptr += sizeof(uint64_t); - mRec->mOnStartTime = NetworkEndian::readUint16(ptr); + mRec->Get()->mOnStartTime = NetworkEndian::readUint16(ptr); ptr += sizeof(uint16_t); - mRec->mOnStopTime = NetworkEndian::readUint16(ptr); + mRec->Get()->mOnStopTime = NetworkEndian::readUint16(ptr); ptr += sizeof(uint16_t); - mRec->mContentType = *ptr; + mRec->Get()->mContentType = *ptr; ptr += sizeof(uint8_t); - mRec->mFlags = NetworkEndian::readUint32(ptr); + mRec->Get()->mFlags = NetworkEndian::readUint32(ptr); } void Log() const { @@ -304,20 +322,20 @@ " initialized=%u, removed=%u, dirty=%u, anonymous=%u, " "originAttrsHash=%" PRIx64 ", frecency=%u, hasAltData=%u, " "onStartTime=%u, onStopTime=%u, contentType=%u, size=%u]", - this, LOGSHA1(mRec->mHash), IsFresh(), IsInitialized(), IsRemoved(), - IsDirty(), Anonymous(), OriginAttrsHash(), GetFrecency(), + this, LOGSHA1(mRec->Get()->mHash), IsFresh(), IsInitialized(), + IsRemoved(), IsDirty(), Anonymous(), OriginAttrsHash(), GetFrecency(), GetHasAltData(), GetOnStartTime(), GetOnStopTime(), GetContentType(), GetFileSize())); } - static bool RecordMatchesLoadContextInfo(CacheIndexRecord* aRec, + static bool RecordMatchesLoadContextInfo(CacheIndexRecordWrapper* aRec, nsILoadContextInfo* aInfo) { MOZ_ASSERT(aInfo); if (!aInfo->IsPrivate() && GetOriginAttrsHash(*aInfo->OriginAttributesPtr()) == - aRec->mOriginAttrsHash && - aInfo->IsAnonymous() == !!(aRec->mFlags & kAnonymousMask)) { + aRec->Get()->mOriginAttrsHash && + aInfo->IsAnonymous() == !!(aRec->Get()->mFlags & kAnonymousMask)) { return true; } @@ -326,7 +344,7 @@ // Memory reporting size_t SizeOfExcludingThis(mozilla::MallocSizeOf mallocSizeOf) const { - return mallocSizeOf(mRec.get()); + return mallocSizeOf(mRec->Get()); } size_t SizeOfIncludingThis(mozilla::MallocSizeOf mallocSizeOf) const { @@ -364,7 +382,7 @@ // FileSize in kilobytes static const uint32_t kFileSizeMask = 0x00FFFFFF; - UniquePtr mRec; + RefPtr mRec; }; class CacheIndexEntryUpdate : public CacheIndexEntry { @@ -380,8 +398,8 @@ } CacheIndexEntryUpdate& operator=(const CacheIndexEntry& aOther) { - MOZ_ASSERT( - memcmp(&mRec->mHash, &aOther.mRec->mHash, sizeof(SHA1Sum::Hash)) == 0); + MOZ_ASSERT(memcmp(&mRec->Get()->mHash, &aOther.mRec->Get()->mHash, + sizeof(SHA1Sum::Hash)) == 0); mUpdateFlags = 0; *(static_cast(this)) = aOther; return *this; @@ -425,34 +443,35 @@ } void ApplyUpdate(CacheIndexEntry* aDst) { - MOZ_ASSERT( - memcmp(&mRec->mHash, &aDst->mRec->mHash, sizeof(SHA1Sum::Hash)) == 0); + MOZ_ASSERT(memcmp(&mRec->Get()->mHash, &aDst->mRec->Get()->mHash, + sizeof(SHA1Sum::Hash)) == 0); if (mUpdateFlags & kFrecencyUpdatedMask) { - aDst->mRec->mFrecency = mRec->mFrecency; + aDst->mRec->Get()->mFrecency = mRec->Get()->mFrecency; } - aDst->mRec->mOriginAttrsHash = mRec->mOriginAttrsHash; + aDst->mRec->Get()->mOriginAttrsHash = mRec->Get()->mOriginAttrsHash; if (mUpdateFlags & kOnStartTimeUpdatedMask) { - aDst->mRec->mOnStartTime = mRec->mOnStartTime; + aDst->mRec->Get()->mOnStartTime = mRec->Get()->mOnStartTime; } if (mUpdateFlags & kOnStopTimeUpdatedMask) { - aDst->mRec->mOnStopTime = mRec->mOnStopTime; + aDst->mRec->Get()->mOnStopTime = mRec->Get()->mOnStopTime; } if (mUpdateFlags & kContentTypeUpdatedMask) { - aDst->mRec->mContentType = mRec->mContentType; + aDst->mRec->Get()->mContentType = mRec->Get()->mContentType; } if (mUpdateFlags & kHasAltDataUpdatedMask && - ((aDst->mRec->mFlags ^ mRec->mFlags) & kHasAltDataMask)) { + ((aDst->mRec->Get()->mFlags ^ mRec->Get()->mFlags) & kHasAltDataMask)) { // Toggle the bit if we need to. - aDst->mRec->mFlags ^= kHasAltDataMask; + aDst->mRec->Get()->mFlags ^= kHasAltDataMask; } if (mUpdateFlags & kFileSizeUpdatedMask) { // Copy all flags except |HasAltData|. - aDst->mRec->mFlags |= (mRec->mFlags & ~kHasAltDataMask); + aDst->mRec->Get()->mFlags |= (mRec->Get()->mFlags & ~kHasAltDataMask); } else { // Copy all flags except |HasAltData| and file size. - aDst->mRec->mFlags &= kFileSizeMask; - aDst->mRec->mFlags |= (mRec->mFlags & ~kHasAltDataMask & ~kFileSizeMask); + aDst->mRec->Get()->mFlags &= kFileSizeMask; + aDst->mRec->Get()->mFlags |= + (mRec->Get()->mFlags & ~kHasAltDataMask & ~kFileSizeMask); } } @@ -814,7 +833,8 @@ NS_IMETHOD OnFileOpened(CacheFileHandle* aHandle, nsresult aResult) override; void OnFileOpenedInternal(FileOpenHelper* aOpener, CacheFileHandle* aHandle, - nsresult aResult); + nsresult aResult, + const StaticMutexAutoLock& aProofOfLock); NS_IMETHOD OnDataWritten(CacheFileHandle* aHandle, const char* aBuf, nsresult aResult) override; NS_IMETHOD OnDataRead(CacheFileHandle* aHandle, char* aBuf, @@ -823,7 +843,8 @@ NS_IMETHOD OnEOFSet(CacheFileHandle* aHandle, nsresult aResult) override; NS_IMETHOD OnFileRenamed(CacheFileHandle* aHandle, nsresult aResult) override; - nsresult InitInternal(nsIFile* aCacheDirectory); + nsresult InitInternal(nsIFile* aCacheDirectory, + const StaticMutexAutoLock& aProofOfLock); void PreShutdownInternal(); // This method returns false when index is not initialized or is shut down. @@ -846,7 +867,7 @@ const uint32_t* aSize); // Merge all pending operations from mPendingUpdates into mIndex. - void ProcessPendingOperations(); + void ProcessPendingOperations(const StaticMutexAutoLock& aProofOfLock); // Following methods perform writing of the index file. // @@ -858,14 +879,14 @@ // // Starts writing of index when both limits (minimal delay between writes and // minimum number of changes in index) were exceeded. - bool WriteIndexToDiskIfNeeded(); + bool WriteIndexToDiskIfNeeded(const StaticMutexAutoLock& aProofOfLock); // Starts writing of index file. - void WriteIndexToDisk(); + void WriteIndexToDisk(const StaticMutexAutoLock& aProofOfLock); // Serializes part of mIndex hashtable to the write buffer a writes the buffer // to the file. - void WriteRecords(); + void WriteRecords(const StaticMutexAutoLock& aProofOfLock); // Finalizes writing process. - void FinishWrite(bool aSucceeded); + void FinishWrite(bool aSucceeded, const StaticMutexAutoLock& aProofOfLock); // Following methods perform writing of the journal during shutdown. All these // methods must be called only during shutdown since they write/delete files @@ -918,17 +939,17 @@ // FF crashes during parsing of the index. // // Initiates reading index from disk. - void ReadIndexFromDisk(); + void ReadIndexFromDisk(const StaticMutexAutoLock& aProofOfLock); // Starts reading data from index file. - void StartReadingIndex(); + void StartReadingIndex(const StaticMutexAutoLock& aProofOfLock); // Parses data read from index file. - void ParseRecords(); + void ParseRecords(const StaticMutexAutoLock& aProofOfLock); // Starts reading data from journal file. - void StartReadingJournal(); + void StartReadingJournal(const StaticMutexAutoLock& aProofOfLock); // Parses data read from journal file. - void ParseJournal(); + void ParseJournal(const StaticMutexAutoLock& aProofOfLock); // Merges entries from journal into mIndex. - void MergeJournal(); + void MergeJournal(const StaticMutexAutoLock& aProofOfLock); // In debug build this method checks that we have no fresh entry in mIndex // after we finish reading index and before we process pending operations. void EnsureNoFreshEntry(); @@ -936,12 +957,12 @@ // to make sure mIndexStats contains correct information. void EnsureCorrectStats(); // Finalizes reading process. - void FinishRead(bool aSucceeded); + void FinishRead(bool aSucceeded, const StaticMutexAutoLock& aProofOfLock); // Following methods perform updating and building of the index. // Timer callback that starts update or build process. static void DelayedUpdate(nsITimer* aTimer, void* aClosure); - void DelayedUpdateLocked(); + void DelayedUpdateLocked(const StaticMutexAutoLock& aProofOfLock); // Posts timer event that start update or build process. nsresult ScheduleUpdateTimer(uint32_t aDelay); nsresult SetupDirectoryEnumerator(); @@ -952,20 +973,22 @@ bool IsUpdatePending(); // Iterates through all files in entries directory that we didn't create/open // during this session, parses them and adds the entries to the index. - void BuildIndex(); + void BuildIndex(const StaticMutexAutoLock& aProofOfLock); - bool StartUpdatingIndexIfNeeded(bool aSwitchingToReadyState = false); + bool StartUpdatingIndexIfNeeded(const StaticMutexAutoLock& aProofOfLock, + bool aSwitchingToReadyState = false); // Starts update or build process or fires a timer when it is too early after // startup. - void StartUpdatingIndex(bool aRebuild); + void StartUpdatingIndex(bool aRebuild, + const StaticMutexAutoLock& aProofOfLock); // Iterates through all files in entries directory that we didn't create/open // during this session and theirs last modified time is newer than timestamp // in the index header. Parses the files and adds the entries to the index. - void UpdateIndex(); + void UpdateIndex(const StaticMutexAutoLock& aProofOfLock); // Finalizes update or build process. - void FinishUpdate(bool aSucceeded); + void FinishUpdate(bool aSucceeded, const StaticMutexAutoLock& aProofOfLock); - void RemoveNonFreshEntries(); + void RemoveNonFreshEntries(const StaticMutexAutoLock& aProofOfLock); enum EState { // Initial state in which the index is not usable @@ -1018,7 +1041,7 @@ }; static char const* StateString(EState aState); - void ChangeState(EState aNewState); + void ChangeState(EState aNewState, const StaticMutexAutoLock& aProofOfLock); void NotifyAsyncGetDiskConsumptionCallbacks(); // Allocates and releases buffer used for reading and writing index. @@ -1026,10 +1049,13 @@ void ReleaseBuffer(); // Methods used by CacheIndexEntryAutoManage to keep the iterators up to date. - void AddRecordToIterators(CacheIndexRecord* aRecord); - void RemoveRecordFromIterators(CacheIndexRecord* aRecord); - void ReplaceRecordInIterators(CacheIndexRecord* aOldRecord, - CacheIndexRecord* aNewRecord); + void AddRecordToIterators(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock); + void RemoveRecordFromIterators(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock); + void ReplaceRecordInIterators(CacheIndexRecordWrapper* aOldRecord, + CacheIndexRecordWrapper* aNewRecord, + const StaticMutexAutoLock& aProofOfLock); // Memory reporting (private part) size_t SizeOfExcludingThisInternal(mozilla::MallocSizeOf mallocSizeOf) const; @@ -1146,7 +1172,7 @@ class FrecencyArray { class Iterator { public: - explicit Iterator(nsTArray* aRecs) + explicit Iterator(nsTArray>* aRecs) : mRecs(aRecs), mIdx(0) { while (!Done() && !(*mRecs)[mIdx]) { mIdx++; @@ -1155,7 +1181,7 @@ bool Done() const { return mIdx == mRecs->Length(); } - CacheIndexRecord* Get() const { + CacheIndexRecordWrapper* Get() const { MOZ_ASSERT(!Done()); return (*mRecs)[mIdx]; } @@ -1169,7 +1195,7 @@ } private: - nsTArray* mRecs; + nsTArray>* mRecs; uint32_t mIdx; }; @@ -1179,19 +1205,22 @@ FrecencyArray() : mUnsortedElements(0), mRemovedElements(0) {} // Methods used by CacheIndexEntryAutoManage to keep the array up to date. - void AppendRecord(CacheIndexRecord* aRecord); - void RemoveRecord(CacheIndexRecord* aRecord); - void ReplaceRecord(CacheIndexRecord* aOldRecord, - CacheIndexRecord* aNewRecord); - void SortIfNeeded(); + void AppendRecord(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock); + void RemoveRecord(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock); + void ReplaceRecord(CacheIndexRecordWrapper* aOldRecord, + CacheIndexRecordWrapper* aNewRecord, + const StaticMutexAutoLock& aProofOfLock); + void SortIfNeeded(const StaticMutexAutoLock& aProofOfLock); size_t Length() const { return mRecs.Length() - mRemovedElements; } - void Clear() { mRecs.Clear(); } + void Clear(const StaticMutexAutoLock& aProofOfLock) { mRecs.Clear(); } private: friend class CacheIndex; - nsTArray mRecs; + nsTArray> mRecs; uint32_t mUnsortedElements; // Instead of removing elements from the array immediately, we null them out // and the iterator skips them when accessing the array. The null pointers @@ -1256,7 +1285,7 @@ }; // List of async observers that want to get disk consumption information - nsTArray > mDiskConsumptionObservers; + nsTArray> mDiskConsumptionObservers; // Number of bytes written to the cache since the last telemetry report uint64_t mTotalBytesWritten; diff -Nru firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexContextIterator.cpp firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexContextIterator.cpp --- firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexContextIterator.cpp 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexContextIterator.cpp 2021-08-04 22:23:02.000000000 +0000 @@ -15,17 +15,10 @@ nsILoadContextInfo* aInfo) : CacheIndexIterator(aIndex, aAddNew), mInfo(aInfo) {} -void CacheIndexContextIterator::AddRecord(CacheIndexRecord* aRecord) { +void CacheIndexContextIterator::AddRecord( + CacheIndexRecordWrapper* aRecord, const StaticMutexAutoLock& aProofOfLock) { if (CacheIndexEntry::RecordMatchesLoadContextInfo(aRecord, mInfo)) { - CacheIndexIterator::AddRecord(aRecord); - } -} - -void CacheIndexContextIterator::AddRecords( - const nsTArray& aRecords) { - // We need to add one by one so that those with wrong context are ignored. - for (uint32_t i = 0; i < aRecords.Length(); ++i) { - AddRecord(aRecords[i]); + CacheIndexIterator::AddRecord(aRecord, aProofOfLock); } } diff -Nru firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexContextIterator.h firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexContextIterator.h --- firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexContextIterator.h 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexContextIterator.h 2021-08-04 22:23:02.000000000 +0000 @@ -19,8 +19,8 @@ virtual ~CacheIndexContextIterator() = default; private: - virtual void AddRecord(CacheIndexRecord* aRecord) override; - virtual void AddRecords(const nsTArray& aRecords); + virtual void AddRecord(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock) override; nsCOMPtr mInfo; }; diff -Nru firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexIterator.cpp firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexIterator.cpp --- firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexIterator.cpp 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexIterator.cpp 2021-08-04 22:23:02.000000000 +0000 @@ -19,7 +19,9 @@ CacheIndexIterator::~CacheIndexIterator() { LOG(("CacheIndexIterator::~CacheIndexIterator() [this=%p]", this)); - Close(); + StaticMutexAutoLock lock(CacheIndex::sLock); + ClearRecords(lock); + CloseInternal(NS_ERROR_NOT_AVAILABLE); } nsresult CacheIndexIterator::GetNextHash(SHA1Sum::Hash* aHash) { @@ -36,7 +38,8 @@ return mStatus; } - memcpy(aHash, mRecords[mRecords.Length() - 1]->mHash, sizeof(SHA1Sum::Hash)); + memcpy(aHash, mRecords[mRecords.Length() - 1]->Get()->mHash, + sizeof(SHA1Sum::Hash)); mRecords.RemoveLastElement(); return NS_OK; @@ -71,28 +74,35 @@ return NS_OK; } -void CacheIndexIterator::AddRecord(CacheIndexRecord* aRecord) { +void CacheIndexIterator::ClearRecords(const StaticMutexAutoLock& aProofOfLock) { + mRecords.Clear(); +} + +void CacheIndexIterator::AddRecord(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndexIterator::AddRecord() [this=%p, record=%p]", this, aRecord)); mRecords.AppendElement(aRecord); } -bool CacheIndexIterator::RemoveRecord(CacheIndexRecord* aRecord) { +bool CacheIndexIterator::RemoveRecord(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock) { LOG(("CacheIndexIterator::RemoveRecord() [this=%p, record=%p]", this, aRecord)); return mRecords.RemoveElement(aRecord); } -bool CacheIndexIterator::ReplaceRecord(CacheIndexRecord* aOldRecord, - CacheIndexRecord* aNewRecord) { +bool CacheIndexIterator::ReplaceRecord( + CacheIndexRecordWrapper* aOldRecord, CacheIndexRecordWrapper* aNewRecord, + const StaticMutexAutoLock& aProofOfLock) { LOG( ("CacheIndexIterator::ReplaceRecord() [this=%p, oldRecord=%p, " "newRecord=%p]", this, aOldRecord, aNewRecord)); - if (RemoveRecord(aOldRecord)) { - AddRecord(aNewRecord); + if (RemoveRecord(aOldRecord, aProofOfLock)) { + AddRecord(aNewRecord, aProofOfLock); return true; } diff -Nru firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexIterator.h firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexIterator.h --- firefox-esr-78.12.0esr/netwerk/cache2/CacheIndexIterator.h 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/cache2/CacheIndexIterator.h 2021-08-04 22:23:02.000000000 +0000 @@ -8,12 +8,13 @@ #include "nsTArray.h" #include "nsCOMPtr.h" #include "mozilla/SHA1.h" +#include "mozilla/StaticMutex.h" namespace mozilla { namespace net { class CacheIndex; -struct CacheIndexRecord; +class CacheIndexRecordWrapper; class CacheIndexIterator { public: @@ -40,14 +41,18 @@ nsresult CloseInternal(nsresult aStatus); bool ShouldBeNewAdded() { return mAddNew; } - virtual void AddRecord(CacheIndexRecord* aRecord); - bool RemoveRecord(CacheIndexRecord* aRecord); - bool ReplaceRecord(CacheIndexRecord* aOldRecord, - CacheIndexRecord* aNewRecord); + virtual void AddRecord(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock); + bool RemoveRecord(CacheIndexRecordWrapper* aRecord, + const StaticMutexAutoLock& aProofOfLock); + bool ReplaceRecord(CacheIndexRecordWrapper* aOldRecord, + CacheIndexRecordWrapper* aNewRecord, + const StaticMutexAutoLock& aProofOfLock); + void ClearRecords(const StaticMutexAutoLock& aProofOfLock); nsresult mStatus; RefPtr mIndex; - nsTArray mRecords; + nsTArray> mRecords; bool mAddNew; }; diff -Nru firefox-esr-78.12.0esr/netwerk/dns/GetAddrInfo.cpp firefox-esr-78.13.0esr/netwerk/dns/GetAddrInfo.cpp --- firefox-esr-78.12.0esr/netwerk/dns/GetAddrInfo.cpp 2021-07-06 19:50:42.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/dns/GetAddrInfo.cpp 2021-08-04 22:22:39.000000000 +0000 @@ -349,7 +349,14 @@ return NS_OK; } - nsAutoCString host(aHost); + nsAutoCString host; + if (StaticPrefs::network_dns_copy_string_before_call()) { + host = Substring(aHost.BeginReading(), aHost.Length()); + MOZ_ASSERT(aHost.BeginReading() != host.BeginReading()); + } else { + host = aHost; + } + if (gNativeIsLocalhost) { // pretend we use the given host but use IPv4 localhost instead! host = NS_LITERAL_CSTRING("localhost"); diff -Nru firefox-esr-78.12.0esr/netwerk/dns/effective_tld_names.dat firefox-esr-78.13.0esr/netwerk/dns/effective_tld_names.dat --- firefox-esr-78.12.0esr/netwerk/dns/effective_tld_names.dat 2021-07-06 19:50:53.000000000 +0000 +++ firefox-esr-78.13.0esr/netwerk/dns/effective_tld_names.dat 2021-08-04 22:22:51.000000000 +0000 @@ -7125,7 +7125,7 @@ // newGTLDs -// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2021-06-26T15:13:33Z +// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2021-07-24T15:13:29Z // This list is auto-generated, don't edit it manually. // aaa : 2015-02-26 American Automobile Association, Inc. aaa @@ -7151,7 +7151,7 @@ // able : 2015-06-25 Able Inc. able -// abogado : 2014-04-24 Minds + Machines Group Limited +// abogado : 2014-04-24 Registry Services, LLC abogado // abudhabi : 2015-07-30 Abu Dhabi Systems and Information Centre @@ -7427,7 +7427,7 @@ // beauty : 2015-12-03 XYZ.COM LLC beauty -// beer : 2014-01-09 Minds + Machines Group Limited +// beer : 2014-01-09 Registry Services, LLC beer // bentley : 2014-12-18 Bentley Motors Limited @@ -7637,7 +7637,7 @@ // cars : 2014-11-13 XYZ.COM LLC cars -// casa : 2013-11-21 Minds + Machines Group Limited +// casa : 2013-11-21 Registry Services, LLC casa // case : 2015-09-03 CNH Industrial N.V. @@ -7757,7 +7757,7 @@ // cloud : 2015-04-16 Aruba PEC S.p.A. cloud -// club : 2013-11-08 .CLUB DOMAINS, LLC +// club : 2013-11-08 Registry Services, LLC club // clubmed : 2015-06-25 Club Méditerranée S.A. @@ -7814,7 +7814,7 @@ // contractors : 2013-09-10 Binky Moon, LLC contractors -// cooking : 2013-11-21 Minds + Machines Group Limited +// cooking : 2013-11-21 Registry Services, LLC cooking // cookingchannel : 2015-07-02 Lifestyle Domain Holdings, Inc. @@ -7904,7 +7904,7 @@ // dclk : 2014-11-20 Charleston Road Registry Inc. dclk -// dds : 2015-05-07 Minds + Machines Group Limited +// dds : 2015-05-07 Registry Services, LLC dds // deal : 2015-06-25 Amazon Registry Services, Inc. @@ -7943,7 +7943,7 @@ // desi : 2013-11-14 Desi Networks LLC desi -// design : 2014-11-07 Top Level Design, LLC +// design : 2014-11-07 Registry Services, LLC design // dev : 2014-10-16 Charleston Road Registry Inc. @@ -8132,7 +8132,7 @@ // farmers : 2015-07-09 Farmers Insurance Exchange farmers -// fashion : 2014-07-03 Minds + Machines Group Limited +// fashion : 2014-07-03 Registry Services, LLC fashion // fast : 2014-12-18 Amazon Registry Services, Inc. @@ -8183,10 +8183,10 @@ // fish : 2013-12-12 Binky Moon, LLC fish -// fishing : 2013-11-21 Minds + Machines Group Limited +// fishing : 2013-11-21 Registry Services, LLC fishing -// fit : 2014-11-07 Minds + Machines Group Limited +// fit : 2014-11-07 Registry Services, LLC fit // fitness : 2014-03-06 Binky Moon, LLC @@ -8300,7 +8300,7 @@ // gap : 2015-07-31 The Gap, Inc. gap -// garden : 2014-06-26 Minds + Machines Group Limited +// garden : 2014-06-26 Registry Services, LLC garden // gay : 2019-05-23 Top Level Design, LLC @@ -8516,7 +8516,7 @@ // honda : 2014-12-18 Honda Motor Co., Ltd. honda -// horse : 2013-11-21 Minds + Machines Group Limited +// horse : 2013-11-21 Registry Services, LLC horse // hospital : 2016-10-20 Binky Moon, LLC @@ -8795,7 +8795,7 @@ // latrobe : 2014-06-16 La Trobe University latrobe -// law : 2015-01-22 LW TLD Limited +// law : 2015-01-22 Registry Services, LLC law // lawyer : 2014-03-20 Dog Beach, LLC @@ -8924,7 +8924,7 @@ // lundbeck : 2015-08-06 H. Lundbeck A/S lundbeck -// luxe : 2014-01-09 Minds + Machines Group Limited +// luxe : 2014-01-09 Registry Services, LLC luxe // luxury : 2013-10-17 Luxury Partners, LLC @@ -9557,7 +9557,7 @@ // rocks : 2013-11-14 Dog Beach, LLC rocks -// rodeo : 2013-12-19 Minds + Machines Group Limited +// rodeo : 2013-12-19 Registry Services, LLC rodeo // rogers : 2015-08-06 Rogers Communications Canada Inc. @@ -9884,7 +9884,7 @@ // support : 2013-10-24 Binky Moon, LLC support -// surf : 2014-01-09 Minds + Machines Group Limited +// surf : 2014-01-09 Registry Services, LLC surf // surgery : 2014-03-20 Binky Moon, LLC @@ -10142,7 +10142,7 @@ // vin : 2015-06-18 Binky Moon, LLC vin -// vip : 2015-01-22 Minds + Machines Group Limited +// vip : 2015-01-22 Registry Services, LLC vip // virgin : 2014-09-25 Virgin Enterprises Limited @@ -10163,7 +10163,7 @@ // vlaanderen : 2014-02-06 DNS.be vzw vlaanderen -// vodka : 2013-12-19 Minds + Machines Group Limited +// vodka : 2013-12-19 Registry Services, LLC vodka // volkswagen : 2015-05-14 Volkswagen Group of America Inc. @@ -10223,7 +10223,7 @@ // website : 2014-04-03 DotWebsite Inc. website -// wedding : 2014-04-24 Minds + Machines Group Limited +// wedding : 2014-04-24 Registry Services, LLC wedding // weibo : 2015-03-05 Sina Corporation @@ -10265,7 +10265,7 @@ // woodside : 2015-07-09 Woodside Petroleum Limited woodside -// work : 2013-12-19 Minds + Machines Group Limited +// work : 2013-12-19 Registry Services, LLC work // works : 2013-11-14 Binky Moon, LLC @@ -10583,7 +10583,7 @@ // yachts : 2014-01-09 XYZ.COM LLC yachts -// yahoo : 2015-04-02 Yahoo! Domain Services Inc. +// yahoo : 2015-04-02 Oath Inc. yahoo // yamaxun : 2014-12-18 Amazon Registry Services, Inc. @@ -10595,7 +10595,7 @@ // yodobashi : 2014-11-20 YODOBASHI CAMERA CO.,LTD. yodobashi -// yoga : 2014-05-29 Minds + Machines Group Limited +// yoga : 2014-05-29 Registry Services, LLC yoga // yokohama : 2013-12-12 GMO Registry, Inc. @@ -10651,10 +10651,13 @@ *.devcdnaccesso.com // Adobe : https://www.adobe.com/ -// Submitted by Ian Boston +// Submitted by Ian Boston and Lars Trieloff adobeaemcloud.com -adobeaemcloud.net *.dev.adobeaemcloud.com +hlx.live +adobeaemcloud.net +hlx.page +hlx3.page // Agnat sp. z o.o. : https://domena.pl // Submitted by Przemyslaw Plewa @@ -10828,6 +10831,10 @@ // Submitted by Vincent Tseng myasustor.com +// Atlassian : https://atlassian.com +// Submitted by Sam Smyth +cdn.prod.atlassian-dev.net + // AVM : https://avm.de // Submitted by Andreas Weise myfritz.net @@ -10853,6 +10860,11 @@ // Submitted by Petros Angelatos balena-devices.com +// University of Banja Luka : https://unibl.org +// Domains for Republic of Srpska administrative entity. +// Submitted by Marko Ivanovic +rs.ba + // Banzai Cloud // Submitted by Janos Matyas *.banzai.cloud @@ -10868,6 +10880,10 @@ // Submitted by Nathan O'Sullivan bnr.la +// Bitbucket : http://bitbucket.org +// Submitted by Andy Ortlieb +bitbucket.io + // Blackbaud, Inc. : https://www.blackbaud.com // Submitted by Paul Crowder blackbaudcdn.net @@ -10925,9 +10941,11 @@ // Carrd : https://carrd.co // Submitted by AJ +drr.ac +uwu.ai carrd.co crd.co -uwu.ai +ju.mp // CentralNic : http://www.centralnic.com/names/domains // Submitted by registry @@ -11202,6 +11220,11 @@ // Submitted by Paul Biggar builtwithdark.com +// DataDetect, LLC. : https://datadetect.com +// Submitted by Andrew Banchich +demo.datadetect.com +instance.datadetect.com + // Datawire, Inc : https://www.datawire.io // Submitted by Richard Li edgestack.me @@ -11607,6 +11630,11 @@ // Submitted by Vladimir Dudr e4.cz +// eero : https://eero.com/ +// Submitted by Yue Kang +eero.online +eero-stage.online + // En root‽ : https://en-root.org // Submitted by Emmanuel Raviart en-root.fr @@ -11614,6 +11642,7 @@ // Enalean SAS: https://www.enalean.com // Submitted by Thomas Cottier mytuleap.com +tuleap-partners.com // ECG Robotics, Inc: https://ecgrobotics.org // Submitted by @@ -11975,6 +12004,10 @@ // Submitted by Mads Hartmann glitch.me +// Global NOG Alliance : https://nogalliance.org/ +// Submitted by Sander Steffann +nog.community + // Globe Hosting SRL : https://www.globehosting.com/ // Submitted by Gavin Brown co.ro @@ -13185,6 +13218,10 @@ // Submitted by Colin Brown adimo.co.uk +// Riseup Networks : https://riseup.net +// Submitted by Micah Anderson +itcouldbewor.se + // Rochester Institute of Technology : http://www.rit.edu/ // Submitted by Jennifer Herting git-pages.rit.edu @@ -13241,6 +13278,10 @@ // Submitted by Artem Kondratev seidat.net +// Sellfy : https://sellfy.com +// Submitted by Yuriy Romadin +sellfy.store + // Senseering GmbH : https://www.senseering.de // Submitted by Felix Mönckemeyer senseering.net @@ -13360,6 +13401,28 @@ // Submitted by Stefan Neufeind customer.speedpartner.de +// Spreadshop (sprd.net AG) : https://www.spreadshop.com/ +// Submitted by Martin Breest +myspreadshop.at +myspreadshop.com.au +myspreadshop.be +myspreadshop.ca +myspreadshop.ch +myspreadshop.com +myspreadshop.de +myspreadshop.dk +myspreadshop.es +myspreadshop.fi +myspreadshop.fr +myspreadshop.ie +myspreadshop.it +myspreadshop.net +myspreadshop.nl +myspreadshop.no +myspreadshop.pl +myspreadshop.se +myspreadshop.co.uk + // Standard Library : https://stdlib.com // Submitted by Jacob Lee api.stdlib.com @@ -13381,6 +13444,13 @@ // Submitted by Dan Miller temp-dns.com +// Supabase : https://supabase.io +// Submitted by Inian Parameshwaran +supabase.co +supabase.in +supabase.net +su.paba.se + // Symfony, SAS : https://symfony.com/ // Submitted by Fabien Potencier *.s5y.io @@ -13435,13 +13505,17 @@ // Thingdust AG : https://thingdust.com/ // Submitted by Adrian Imboden +*.firenet.ch +*.svc.firenet.ch +reservd.com thingdustdata.com cust.dev.thingdust.io cust.disrec.thingdust.io cust.prod.thingdust.io cust.testing.thingdust.io -*.firenet.ch -*.svc.firenet.ch +reservd.dev.thingdust.io +reservd.disrec.thingdust.io +reservd.testing.thingdust.io // Tlon.io : https://tlon.io // Submitted by Mark Staarink @@ -13590,7 +13664,6 @@ de.md jp.md to.md -uwu.nu indie.porn vxl.sh ch.tc @@ -13717,6 +13790,7 @@ // Yunohost : https://yunohost.org // Submitted by Valentin Grimaud +ynh.fr nohost.me noho.st diff -Nru firefox-esr-78.12.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip-20.2.2.dist-info/RECORD firefox-esr-78.13.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip-20.2.2.dist-info/RECORD --- firefox-esr-78.12.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip-20.2.2.dist-info/RECORD 2021-07-06 21:44:07.000000000 +0000 +++ firefox-esr-78.13.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip-20.2.2.dist-info/RECORD 2021-08-04 22:23:53.000000000 +0000 @@ -379,7 +379,7 @@ pip-20.2.2.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 pip-20.2.2.dist-info/RECORD,, pip/_vendor/urllib3/poolmanager.cpython-27.pyc,, -pip/_vendor/chardet/__init__.cpython-27.pyc,, +pip/_vendor/urllib3/_collections.cpython-27.pyc,, ../../../bin/pip2,, pip/_vendor/msgpack/fallback.cpython-27.pyc,, pip/_internal/cli/base_command.cpython-27.pyc,, @@ -392,7 +392,7 @@ pip/_vendor/urllib3/request.cpython-27.pyc,, pip/_vendor/resolvelib/compat/collections_abc.cpython-27.pyc,, pip/_vendor/cachecontrol/__pycache__,, -pip/_vendor/urllib3/_collections.cpython-27.pyc,, +pip/_vendor/chardet/__init__.cpython-27.pyc,, pip/_vendor/cachecontrol/wrapper.cpython-27.pyc,, pip/_internal/resolution/resolvelib/resolver.cpython-27.pyc,, pip/_internal/operations/install/wheel.cpython-27.pyc,, @@ -450,7 +450,7 @@ pip/_internal/__pycache__,, pip/_vendor/pkg_resources/py31compat.cpython-27.pyc,, pip/_vendor/requests/utils.cpython-27.pyc,, -pip/_vendor/html5lib/_tokenizer.cpython-27.pyc,, +pip/_vendor/urllib3/contrib/ntlmpool.cpython-27.pyc,, pip/_vendor/resolvelib/__pycache__,, pip/_vendor/chardet/langhungarianmodel.cpython-27.pyc,, pip/_vendor/pep517/colorlog.cpython-27.pyc,, @@ -458,8 +458,8 @@ pip-20.2.2.virtualenv,, pip/_internal/commands/cache.cpython-27.pyc,, pip/_internal/operations/build/__pycache__,, -pip/_vendor/requests/structures.cpython-27.pyc,, -pip/_internal/operations/build/__init__.cpython-27.pyc,, +pip/_internal/utils/pkg_resources.cpython-27.pyc,, +pip/_vendor/toml/ordered.cpython-27.pyc,, pip/_vendor/pep517/compat.cpython-27.pyc,, pip/_internal/models/__init__.cpython-27.pyc,, pip/_vendor/chardet/universaldetector.cpython-27.pyc,, @@ -480,9 +480,9 @@ pip/_internal/configuration.cpython-27.pyc,, pip/_vendor/requests/status_codes.cpython-27.pyc,, pip/_vendor/html5lib/_utils.cpython-27.pyc,, -pip/_internal/utils/pkg_resources.cpython-27.pyc,, +pip/_vendor/requests/structures.cpython-27.pyc,, pip/_vendor/urllib3/util/ssl_.cpython-27.pyc,, -pip/_vendor/toml/ordered.cpython-27.pyc,, +pip/_internal/operations/build/__init__.cpython-27.pyc,, pip/_vendor/chardet/enums.cpython-27.pyc,, pip/_vendor/msgpack/__pycache__,, pip/_internal/models/link.cpython-27.pyc,, @@ -493,7 +493,7 @@ pip/_vendor/html5lib/constants.cpython-27.pyc,, pip/_vendor/colorama/initialise.cpython-27.pyc,, pip/_internal/utils/misc.cpython-27.pyc,, -pip/_vendor/html5lib/filters/lint.cpython-27.pyc,, +pip/_internal/network/__init__.cpython-27.pyc,, pip/_vendor/webencodings/tests.cpython-27.pyc,, pip/_vendor/certifi/__init__.cpython-27.pyc,, pip/_internal/index/package_finder.cpython-27.pyc,, @@ -536,6 +536,7 @@ pip/_internal/distributions/base.cpython-27.pyc,, pip/_internal/resolution/legacy/__init__.cpython-27.pyc,, pip/_internal/cli/main.cpython-27.pyc,, +pip/_vendor/distlib/database.cpython-27.pyc,, pip/_vendor/pep517/__init__.cpython-27.pyc,, pip/_internal/utils/logging.cpython-27.pyc,, pip/_vendor/requests/compat.cpython-27.pyc,, @@ -552,7 +553,7 @@ pip/_vendor/packaging/_structures.cpython-27.pyc,, pip/_vendor/urllib3/packages/backports/__init__.cpython-27.pyc,, pip/_internal/utils/compatibility_tags.cpython-27.pyc,, -pip/_vendor/toml/__init__.cpython-27.pyc,, +pip/_vendor/requests/certs.cpython-27.pyc,, pip/_vendor/urllib3/contrib/securetransport.cpython-27.pyc,, pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.cpython-27.pyc,, pip/_internal/utils/appdirs.cpython-27.pyc,, @@ -602,7 +603,7 @@ pip/_internal/req/req_tracker.cpython-27.pyc,, pip/_internal/commands/help.cpython-27.pyc,, pip/_vendor/chardet/cli/__init__.cpython-27.pyc,, -pip/_vendor/cachecontrol/serialize.cpython-27.pyc,, +pip/_vendor/chardet/langthaimodel.cpython-27.pyc,, pip/_internal/models/__pycache__,, pip/_vendor/chardet/hebrewprober.cpython-27.pyc,, pip/_internal/resolution/resolvelib/provider.cpython-27.pyc,, @@ -647,7 +648,6 @@ pip/_internal/wheel_builder.cpython-27.pyc,, pip/_vendor/html5lib/filters/sanitizer.cpython-27.pyc,, pip/_vendor/html5lib/_trie/_base.cpython-27.pyc,, -pip/_vendor/urllib3/packages/__pycache__,, pip/_vendor/requests/auth.cpython-27.pyc,, pip/_internal/cli/req_command.cpython-27.pyc,, pip/_vendor/html5lib/_trie/py.cpython-27.pyc,, @@ -656,7 +656,7 @@ pip/_vendor/packaging/__init__.cpython-27.pyc,, pip/_internal/cli/autocompletion.cpython-27.pyc,, pip/_vendor/colorama/ansi.cpython-27.pyc,, -pip/_vendor/requests/certs.cpython-27.pyc,, +pip/_vendor/toml/__init__.cpython-27.pyc,, pip/_vendor/urllib3/util/wait.cpython-27.pyc,, pip/_internal/index/collector.cpython-27.pyc,, pip/_vendor/urllib3/util/connection.cpython-27.pyc,, @@ -675,7 +675,7 @@ pip/_vendor/chardet/mbcharsetprober.cpython-27.pyc,, pip/_vendor/html5lib/treewalkers/__init__.cpython-27.pyc,, pip/_internal/vcs/bazaar.cpython-27.pyc,, -pip/_vendor/urllib3/contrib/ntlmpool.cpython-27.pyc,, +pip/_vendor/html5lib/_tokenizer.cpython-27.pyc,, pip/_vendor/packaging/requirements.cpython-27.pyc,, pip/_internal/resolution/resolvelib/factory.cpython-27.pyc,, pip/_vendor/idna/__pycache__,, @@ -706,9 +706,9 @@ pip/_vendor/html5lib/treeadapters/sax.cpython-27.pyc,, pip/_vendor/html5lib/serializer.cpython-27.pyc,, pip/_vendor/chardet/latin1prober.cpython-27.pyc,, -pip/_internal/network/__init__.cpython-27.pyc,, +pip/_vendor/html5lib/filters/lint.cpython-27.pyc,, pip/_vendor/chardet/escsm.cpython-27.pyc,, -pip/_vendor/chardet/langthaimodel.cpython-27.pyc,, +pip/_vendor/cachecontrol/serialize.cpython-27.pyc,, pip/_vendor/cachecontrol/compat.cpython-27.pyc,, pip/_vendor/toml/common.cpython-27.pyc,, pip/_vendor/requests/adapters.cpython-27.pyc,, @@ -780,7 +780,7 @@ pip/_vendor/requests/api.cpython-27.pyc,, pip/_internal/vcs/git.cpython-27.pyc,, pip/_internal/models/scheme.cpython-27.pyc,, -pip/_vendor/distlib/database.cpython-27.pyc,, +pip/_vendor/urllib3/packages/__pycache__,, pip/_vendor/colorama/winterm.cpython-27.pyc,, pip/_vendor/chardet/mbcssm.cpython-27.pyc,, pip/_internal/req/req_set.cpython-27.pyc,, diff -Nru firefox-esr-78.12.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools-44.1.1.dist-info/RECORD firefox-esr-78.13.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools-44.1.1.dist-info/RECORD --- firefox-esr-78.12.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools-44.1.1.dist-info/RECORD 2021-07-06 21:44:07.000000000 +0000 +++ firefox-esr-78.13.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools-44.1.1.dist-info/RECORD 2021-08-04 22:23:53.000000000 +0000 @@ -124,9 +124,9 @@ pkg_resources/_vendor/packaging/__init__.cpython-27.pyc,, setuptools/_deprecation_warning.cpython-27.pyc,, pkg_resources/_vendor/__init__.cpython-27.pyc,, -setuptools/dep_util.cpython-27.pyc,, +pkg_resources/py31compat.cpython-27.pyc,, setuptools/command/sdist.cpython-27.pyc,, -setuptools/installer.cpython-27.pyc,, +pkg_resources/_vendor/packaging/__pycache__,, setuptools/command/bdist_wininst.cpython-27.pyc,, setuptools/_vendor/packaging/version.cpython-27.pyc,, pkg_resources/_vendor/packaging/__about__.cpython-27.pyc,, @@ -156,7 +156,7 @@ pkg_resources/__pycache__,, setuptools/wheel.cpython-27.pyc,, setuptools/command/upload_docs.cpython-27.pyc,, -pkg_resources/py31compat.cpython-27.pyc,, +setuptools/dep_util.cpython-27.pyc,, setuptools/command/setopt.cpython-27.pyc,, setuptools/_vendor/__init__.cpython-27.pyc,, setuptools/command/install_egg_info.cpython-27.pyc,, @@ -174,7 +174,7 @@ setuptools/command/easy_install.cpython-27.pyc,, setuptools/command/install_scripts.cpython-27.pyc,, setuptools/command/build_clib.cpython-27.pyc,, -pkg_resources/_vendor/packaging/__pycache__,, +setuptools/installer.cpython-27.pyc,, setuptools/command/alias.cpython-27.pyc,, setuptools/command/test.cpython-27.pyc,, ../../../bin/easy_install2,, @@ -191,10 +191,10 @@ pkg_resources/_vendor/__pycache__,, setuptools/lib2to3_ex.cpython-27.pyc,, pkg_resources/_vendor/packaging/requirements.cpython-27.pyc,, -setuptools/unicode_utils.cpython-27.pyc,, +setuptools/extension.cpython-27.pyc,, setuptools/command/develop.cpython-27.pyc,, setuptools/build_meta.cpython-27.pyc,, -setuptools/extension.cpython-27.pyc,, +setuptools/unicode_utils.cpython-27.pyc,, setuptools/_vendor/packaging/_structures.cpython-27.pyc,, setuptools/glob.cpython-27.pyc,, setuptools/_vendor/packaging/specifiers.cpython-27.pyc,, diff -Nru firefox-esr-78.12.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/wheel-0.35.1.dist-info/RECORD firefox-esr-78.13.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/wheel-0.35.1.dist-info/RECORD --- firefox-esr-78.12.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/wheel-0.35.1.dist-info/RECORD 2021-07-06 21:44:07.000000000 +0000 +++ firefox-esr-78.13.0esr/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/wheel-0.35.1.dist-info/RECORD 2021-08-04 22:23:53.000000000 +0000 @@ -21,7 +21,7 @@ wheel-0.35.1.dist-info/top_level.txt,sha256=HxSBIbgEstMPe4eFawhA66Mq-QYHMopXVoAncfjb_1c,6 wheel-0.35.1.dist-info/RECORD,, wheel/__main__.cpython-27.pyc,, -wheel-0.35.1.dist-info/INSTALLER,, +wheel/bdist_wheel.cpython-27.pyc,, ../../../bin/wheel2,, wheel-0.35.1.virtualenv,, wheel/util.cpython-27.pyc,, @@ -41,7 +41,7 @@ ../../../bin/wheel2.7,, wheel/pkginfo.cpython-27.pyc,, wheel/vendored/packaging/__init__.cpython-27.pyc,, -wheel/bdist_wheel.cpython-27.pyc,, +wheel-0.35.1.dist-info/INSTALLER,, wheel/__init__.cpython-27.pyc,, wheel-0.35.1.dist-info/__pycache__,, wheel/cli/unpack.cpython-27.pyc,, diff -Nru firefox-esr-78.12.0esr/security/manager/ssl/StaticHPKPins.h firefox-esr-78.13.0esr/security/manager/ssl/StaticHPKPins.h --- firefox-esr-78.12.0esr/security/manager/ssl/StaticHPKPins.h 2021-07-06 19:51:01.000000000 +0000 +++ firefox-esr-78.13.0esr/security/manager/ssl/StaticHPKPins.h 2021-08-04 22:23:06.000000000 +0000 @@ -1167,4 +1167,4 @@ static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1633949043602000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1636368221287000); diff -Nru firefox-esr-78.12.0esr/security/manager/ssl/nsSTSPreloadList.inc firefox-esr-78.13.0esr/security/manager/ssl/nsSTSPreloadList.inc --- firefox-esr-78.12.0esr/security/manager/ssl/nsSTSPreloadList.inc 2021-07-06 19:50:42.000000000 +0000 +++ firefox-esr-78.13.0esr/security/manager/ssl/nsSTSPreloadList.inc 2021-08-04 22:22:39.000000000 +0000 @@ -8,12 +8,13 @@ /*****************************************************************************/ #include -const PRTime gPreloadListExpirationTime = INT64_C(1636368234663000); +const PRTime gPreloadListExpirationTime = INT64_C(1638787386784000); %% 0--1.de, 1 0-1.party, 1 0-24.com, 1 0-24.net, 1 +00.eco, 1 00000000-0000-0000-0000-000000000000.xyz, 1 00010.xyz, 0 0007552.com, 1 @@ -161,7 +162,6 @@ 03170317.com, 1 032ks.com, 1 0335z6.com, 1 -033ks.com, 1 035711630.xyz, 1 035ks.com, 1 03637.com, 0 @@ -231,7 +231,7 @@ 068552.com, 0 06d88.com, 1 06d88.net, 1 -06se.com, 0 +06se.com, 1 0707.agency, 1 070709.net, 1 0712z6.com, 1 @@ -334,6 +334,7 @@ 0okmnbvcxzx.tk, 1 0paste.com, 1 0q0.eu, 1 +0r3.de, 1 0rap.tk, 1 0verall.tk, 1 0vi.org, 1 @@ -427,7 +428,6 @@ 100mani.it, 1 100nome.com, 1 100onrainkajino.com, 1 -100pounds.co.uk, 1 100pourcentlocale.be, 1 100procentlokaal.be, 1 100pudov.tk, 1 @@ -751,7 +751,6 @@ 11kkee.com, 1 11kkff.com, 1 11kkss.com, 1 -11loc.de, 1 11men.tk, 1 11ppbb.com, 1 11ppcc.com, 1 @@ -867,7 +866,6 @@ 1222z6.com, 1 1223.tk, 1 123-d.com, 1 -123-printer-setup.net, 1 123.gg, 1 123110.com, 1 123365t.com, 1 @@ -917,6 +915,7 @@ 123freevectors.com, 1 123hpcom.co.uk, 1 123midterm.com, 1 +123noticias.com.br, 1 123nutricion.es, 1 123opstalverzekeringen.nl, 1 123pay.ir, 1 @@ -1022,7 +1021,6 @@ 14ercooper.com, 1 14flags.de, 1 14it.de, 1 -14technology.com, 1 14x3.de, 1 15-10.com, 1 1511774230.rsc.cdn77.org, 1 @@ -1452,6 +1450,7 @@ 19hundert84.de, 1 19qq.vip, 1 1a-diamantscheiben.de, 1 +1a-media.com, 1 1a-werkstattgeraete.de, 1 1ab-machinery.com, 1 1abcicka.ru, 1 @@ -1482,12 +1481,12 @@ 1day1ac.red, 1 1dollar.ml, 1 1dollarwebsite.gq, 1 +1dot1dot1dot1.cf, 1 1e9.nl, 1 1eanda.com, 1 1er-secours.ch, 0 1europlan.nl, 1 1f123.net, 1 -1fach-digital.de, 1 1fastcourse.com, 1 1fax.com, 1 1fc0.org, 1 @@ -1503,6 +1502,9 @@ 1kando.com, 0 1kdui.com, 1 1ki174.com, 1 +1kilise.com, 1 +1kilise.net, 1 +1kilise.org, 1 1kmi.co, 1 1lc1.com, 1 1ll.uk, 1 @@ -1515,7 +1517,6 @@ 1montre.fr, 1 1nation-balkan.com, 1 1nian.vip, 1 -1oaklasvegas.com, 1 1on1on1.de, 1 1on1on1.tv, 1 1onehouse.com, 1 @@ -1570,7 +1571,6 @@ 1x1.re, 1 1x2betwinner.com, 1 1x2magazine.eu, 1 -1xbet.by, 1 1xbet.com, 1 1xbet.com.mx, 1 1xbet.in, 1 @@ -1633,7 +1633,6 @@ 2018.wales, 1 2018fifaworldcup.tk, 1 2021.dog, 1 -2021bleibtsernst.at, 1 2021sb.com, 1 2022.dog, 1 2022class1.ga, 1 @@ -1680,6 +1679,7 @@ 216vv.com, 1 218strand.com, 1 219k8.com, 1 +21risk.com, 1 21rocs.com, 1 21stcenturycarpentry.com.au, 1 21x9.org, 1 @@ -1948,7 +1948,6 @@ 24ohrana.com, 1 24onlain.tk, 1 24onlinereview.com, 1 -24seven.com.np, 1 24seven.pk, 0 24webservice.nl, 1 24zpravy.cz, 1 @@ -1985,7 +1984,6 @@ 2600edinburgh.org, 1 2600hq.com, 1 262569.com, 1 -263.info, 1 269196.com, 1 2698pacificave.com, 1 26bbc.com, 1 @@ -2031,7 +2029,7 @@ 288cn-563.com, 1 288game.net, 1 288k8.com, 1 -2890.ltd, 0 +2890.ltd, 1 28spots.net, 1 291167.xyz, 1 2912.nl, 1 @@ -2169,7 +2167,6 @@ 309422.com, 1 30bet365.com, 1 30for30podcasts.com, 1 -30hzcollective.com, 1 30nama1.tk, 1 30region.tk, 1 31-elagage.fr, 1 @@ -2196,7 +2193,6 @@ 317822222.com, 1 31783333.com, 1 317833333.com, 1 -31784444.com, 1 317844444.com, 1 317855555.com, 1 31786666.com, 1 @@ -2216,6 +2212,7 @@ 3178e.com, 1 3178eee.com, 1 3178f.com, 1 +3178fff.com, 1 3178g.com, 1 3178h.com, 1 3178i.com, 1 @@ -2291,7 +2288,7 @@ 3389p.com, 1 338da.com, 1 338sa.com, 1 -339999.top, 1 +339999.top, 0 33acac.com, 1 33b58.com, 1 33devici.ml, 1 @@ -2638,7 +2635,6 @@ 373422.com, 1 374933.com, 1 375422.com, 1 -375ks.com, 1 377625.com, 1 377632.com, 1 377817.com, 1 @@ -2723,14 +2719,9 @@ 3957f.com, 1 3957g.com, 1 396228.com, 1 -396301.com, 1 -396302.com, 1 -396303.com, 1 -396304.com, 1 396305.com, 1 3963aa.com, 1 3963bb.com, 1 -3963cc.com, 1 3963dd.com, 1 3963ee.com, 1 396422.com, 1 @@ -2739,7 +2730,6 @@ 3970abc.com, 1 3970b.com, 1 3970bb.com, 1 -3970bc.com, 1 3970c.com, 1 3970cc.com, 1 3970d.com, 1 @@ -2762,14 +2752,12 @@ 3970mm.com, 1 3970n.com, 1 3970o.com, 1 -3970ok.com, 1 3970oo.com, 1 3970p.com, 1 3970pp.com, 1 3970q.com, 1 3970qq.com, 1 3970r.com, 1 -3970rr.com, 1 3970s.com, 1 3970ss.com, 1 3970t.com, 1 @@ -2789,7 +2777,6 @@ 3970yy.com, 1 3970z.com, 1 3970zz.com, 1 -398.info, 1 39news.tk, 1 39sihu.com, 0 39w66.com, 1 @@ -2811,7 +2798,7 @@ 3cc365.com, 1 3commas.io, 1 3countiescastlehire.co.uk, 1 -3cs.ch, 1 +3cs.ch, 0 3d-animator.net, 1 3d-fotoservice.de, 1 3d-glow.de, 1 @@ -2856,6 +2843,7 @@ 3ff365.com, 1 3gdu.tk, 1 3gg365.com, 1 +3h-co.de, 1 3haeuserprojekt.org, 1 3haueserprojekt.org, 1 3hh365.com, 1 @@ -2868,6 +2856,7 @@ 3lmnyblogger.ga, 1 3logic.ru, 1 3lot.ru, 1 +3mbuilders.co.uk, 1 3mediaweb.com, 1 3n5b.net, 1 3niu10.com, 1 @@ -2875,8 +2864,11 @@ 3niu12.com, 1 3niu13.com, 1 3niu15.com, 1 +3niu16.com, 1 3niu168.com, 1 +3niu17.com, 1 3niu178.com, 1 +3niu18.com, 1 3niu19.com, 1 3niu2.com, 1 3niu3.com, 1 @@ -2884,6 +2876,8 @@ 3niu5.com, 1 3niu6.com, 1 3niu61.com, 1 +3niu62.com, 1 +3niu64.com, 1 3niu66.com, 1 3niu666.com, 1 3niu668.com, 1 @@ -2905,6 +2899,8 @@ 3plwow.com, 1 3pm.tw, 1 3prn.com, 1 +3proxy.org, 1 +3proxy.ru, 1 3queens.cz, 1 3queens.io, 1 3r.org.uk, 1 @@ -2912,7 +2908,6 @@ 3rr0r.com, 1 3rr0r.net, 1 3rr0r.org, 1 -3rsee.com, 1 3s-datasolution.de, 1 3s-datasolutions.de, 1 3s-ddns.de, 1 @@ -2932,7 +2927,7 @@ 3trees.tk, 1 3v3s.tk, 1 3v4l.org, 1 -3varta.com.ua, 1 +3varta.com.ua, 0 3vlnaeet.cz, 1 3w-solutions.fr, 1 3xbit.com.br, 1 @@ -3024,6 +3019,7 @@ 42entrepreneurs.fr, 0 42l.fr, 1 42t.ru, 1 +42usd.com, 1 4305design.com.au, 1 432666365.com, 1 432web.net, 1 @@ -3272,7 +3268,6 @@ 4927a.com, 1 492977.com, 1 492y.com, 1 -494k.com, 0 497552.com, 0 497773.com, 1 498663.com, 1 @@ -3298,6 +3293,7 @@ 4driver.eu, 1 4everproxy.com, 1 4eyes.ch, 1 +4filtre.com, 1 4fit.ro, 1 4flex.info, 1 4freepress.com, 1 @@ -3313,6 +3309,7 @@ 4iners.com, 1 4investors.de, 1 4k3dyptt.com, 1 +4kitchenknives.com, 1 4kpi.eu, 1 4kprojektory.cz, 1 4kvids.com, 1 @@ -3325,17 +3322,18 @@ 4maniacos.tk, 1 4meizu.ru, 1 4mm.org, 1 +4motionsgmbh.de, 1 4nikola.de, 1 4obgyne.com, 1 4peace.gent, 1 4pillarsit.com, 1 4played.de, 1 4played.vip, 1 -4plebs.moe, 1 4project.co.il, 1 4q-quartet.tk, 1 4ree.tk, 1 4screens.net, 1 +4season-flowers.com, 1 4seo.ml, 1 4share.tv, 1 4sics.se, 1 @@ -3355,7 +3353,6 @@ 4vio.com, 1 4voip.ru, 1 4web-hosting.com, 1 -4web.online, 1 4wrd.cc, 1 4x.fi, 1 4x4-27mc.nl, 1 @@ -3427,6 +3424,7 @@ 5060715.com, 1 506422.com, 1 508kb.com, 1 +50hertz.tk, 1 50lakeshore.com, 1 50ma.xyz, 1 50milli.com, 1 @@ -3556,7 +3554,6 @@ 524022.com, 1 524622.com, 1 524922.com, 1 -525.info, 1 5287.com, 1 528sss.com, 1 529kb.com, 1 @@ -3599,7 +3596,6 @@ 5455bet.com, 1 545755.com, 1 545922.com, 1 -546802.com, 1 54below.com, 1 54cuatro.com, 1 54lsj.cc, 1 @@ -3624,6 +3620,7 @@ 558btt.net, 1 55bet86.com, 1 55d88.com, 1 +55jam.com, 1 55k66.vip, 1 55opt.org, 1 5611bet.com, 1 @@ -3729,7 +3726,6 @@ 59859k.vip, 1 59859l.vip, 1 59859y.vip, 1 -59859z.vip, 1 5986fc.com, 1 59937.com, 1 5997891.com, 1 @@ -3817,7 +3813,6 @@ 616btt.net, 1 616f88.com, 1 61730123.com, 1 -619kb.com, 1 61ag8.com, 1 61d88.com, 1 620207.com, 1 @@ -4468,7 +4463,6 @@ 729433.com, 1 729solutions.com, 1 72hours2sold.com, 1 -72ty.net, 1 730433.com, 1 731433.com, 1 732365.com, 1 @@ -4688,6 +4682,7 @@ 7bet86.com, 1 7careconnect.com, 1 7daystodie.top, 1 +7daystrader.com, 1 7delights.com, 1 7delights.in, 1 7eastgenetics.com, 1 @@ -4708,6 +4703,7 @@ 7proxies.com, 1 7qly.com, 1 7sdre.am, 1 +7sisters.tk, 1 7starhealth.ga, 1 7th-heaven.me, 1 7thcircledesigns.com, 1 @@ -5403,7 +5399,6 @@ 9137365.com, 1 914122.com, 1 918-siteinfo.com, 1 -918.com, 1 9180nn.com, 1 9180tt.com, 1 9180vv.com, 1 @@ -5426,9 +5421,6 @@ 91891854.com, 1 91891856.com, 1 91891878.com, 1 -918aac.com, 1 -918aah.com, 1 -918aaj.com, 1 918aak.com, 1 918aav.com, 1 918amj.co, 1 @@ -5469,7 +5461,6 @@ 918fv.com, 1 918hr.com, 1 918hu.com, 1 -918ia.com, 1 918iz.com, 1 918ji.com, 1 918kissinw.com, 1 @@ -5477,37 +5468,26 @@ 918ma.com, 1 918mc.com, 1 918mf.com, 1 -918mh.com, 1 -918mo.com, 1 -918mz.com, 1 -918mzoz.com, 1 918nc.com, 1 918nd.com, 1 918nu.com, 1 918ny.com, 1 -918og.com, 1 -918pn.com, 1 918qa.com, 1 -918qi.com, 1 918qs.com, 1 -918rh.com, 1 918sn.com, 1 918ta.com, 1 918tj.com, 1 918tw.com, 1 918uh.com, 1 -918ui.com, 1 918um.com, 1 918ve.com, 1 918vi.com, 1 918vk.com, 1 -918vs.com, 1 918vz.com, 1 918wa.com, 1 918we.com, 1 918wo.com, 1 918wq.com, 1 -918wv.com, 1 918xn.com, 1 918zm.com, 1 918zv.com, 1 @@ -5530,6 +5510,7 @@ 924122.com, 1 924322.com, 1 924622.com, 1 +925silverjewelry.com, 1 926422.com, 1 927774.com, 1 929349.com, 1 @@ -5674,6 +5655,13 @@ 949122.com, 1 949622.com, 1 949722.com, 1 +9499060.com, 1 +9499066.com, 1 +9499068.com, 1 +9499113.com, 1 +9499115.com, 1 +9499118.com, 1 +9499125.com, 1 9499137.com, 1 9499151.com, 1 9499212.com, 1 @@ -5947,7 +5935,7 @@ 99naturalfoods.de, 1 99qp.org, 1 99rst.org, 1 -99spokes.com, 1 +99spokes.com, 0 99wxt.com, 1 9ag88.com, 1 9articles.org, 1 @@ -6083,6 +6071,7 @@ a-busty.com, 1 a-care.net, 1 a-classinflatables.co.uk, 1 +a-frique.com, 1 a-fx.ru, 1 a-gokan.com, 1 a-h-p.de, 1 @@ -6122,7 +6111,6 @@ a1locksafeofnc.net, 1 a1post.bg, 1 a1qualityspareparts.com.au, 1 -a1scrapmetalrecyclers.com.au, 1 a1scuba.com, 1 a1spareparts.com.au, 1 a210.online, 1 @@ -6133,6 +6121,7 @@ a2censo.com, 1 a2ch.ru, 1 a2g.io, 1 +a2os.club, 1 a2ssrl.duckdns.org, 1 a30.tokyo, 0 a356.top, 1 @@ -6175,13 +6164,13 @@ a81365.com, 1 a82365.com, 1 a88fc.com, 1 +a899365.com, 1 a9297.co, 1 a9297.com, 1 a9721.com, 1 a9728.co, 1 aa00228.com, 1 aa43d.cn, 1 -aa4888.com, 1 aa5197.co, 1 aa6688.net, 0 aa6729.co, 1 @@ -6196,12 +6185,12 @@ aaa-racing.net, 1 aaa-racing.uk, 1 aaa.my, 1 -aaablindfactory.com, 0 +aaablindfactory.com, 1 aaacomms.com, 1 aaainfosystems.com, 1 aaapl.com, 1 aaapo.com.br, 1 -aaaportaserve.com, 1 +aaaportaserve.com, 0 aabanet.com.br, 1 aabeltech.com, 1 aaben-bank.dk, 1 @@ -6210,12 +6199,13 @@ aacbv.nl, 1 aacc.ac, 1 aacs-design.com, 1 +aad-gp.com, 1 aadl.ga, 1 aadv.com.br, 1 aaex.uk, 1 aaflalo.me, 1 aagetransport.no, 1 -aajkakavi.in, 1 +aajkakavi.in, 0 aakf.org.pk, 1 aalalbayt.com, 1 aalalbayt.net, 1 @@ -6225,7 +6215,6 @@ aaliyahclothing.com, 1 aalstmotors-usedcars.be, 0 aaltocapital.com, 1 -aalvarezs.cl, 1 aama.tk, 1 aamt.es, 1 aan-shop.co.il, 1 @@ -6239,6 +6228,7 @@ aanwp.com, 1 aanyasri.com, 1 aaomidi.com, 1 +aaoth.xyz, 1 aapar.nl, 1 aappe.fr, 0 aaprotocol.tk, 1 @@ -6246,6 +6236,7 @@ aariefhaafiz.com, 1 aarklendoia.com, 1 aarkue.eu, 1 +aaron-gustafson.com, 1 aaron-russell.co.uk, 1 aaron-schaal.de, 1 aaron-smith-cpa.com, 1 @@ -6262,6 +6253,7 @@ aaronspain.tk, 1 aarontechnology.net, 1 aarquiteta.com.br, 1 +aarsen.me, 1 aarsunwoods.com, 1 aarvinproperties.com, 1 aarwer.com, 1 @@ -6328,6 +6320,7 @@ abbruch-star.de, 1 abbtw.com, 1 abbyairsoft.tk, 1 +abbystrange.com, 1 abbyvangrinsven.co.nz, 1 abc-kinderbetreuung.at, 1 abc-people.tk, 1 @@ -6347,15 +6340,18 @@ abcgruppen.se, 1 abch2o.net, 1 abcheck.se, 1 +abcine.tk, 1 abckam.com, 1 abclyrics.tk, 1 abcode.ml, 1 abcorporate-aviation.com, 1 abcorporate-aviation.fr, 1 abcpartyhire.com, 1 +abcprodutosvirtuais.com.br, 1 abcrcm.com, 1 abcstudio.com.au, 1 abcsystem.ml, 1 +abctwenty.xyz, 1 abdel.me, 1 abdelali.tk, 1 abdelalidev.ml, 1 @@ -6365,7 +6361,6 @@ abdl.link, 1 abdulawal.tk, 1 abdulkarimm.tk, 1 -abdullaeff.info, 1 abdullaeff.net, 1 abdullahavci.com.tr, 1 abdullahavci.net.tr, 1 @@ -6392,6 +6387,7 @@ abelsflooringandtile.com, 1 abemarx.hu, 1 abenteuer-ahnenforschung.de, 1 +abenteuerschule4u.eu, 1 aberdeenalmeras.com, 1 aberdeencastles.co.uk, 1 aberdeencriticalmass.tk, 1 @@ -6407,7 +6403,6 @@ abhaldus.ee, 1 abhayaranya.com, 1 abhijitvalluri.com, 1 -abhinna.me, 1 abhisharma.me, 1 abhishekkabdijain.tk, 1 abi-2017.tk, 1 @@ -6423,7 +6418,6 @@ abigisp.com, 1 abilenemachine.com, 1 abilitycaresoftware.com, 1 -abilitymatters.co.uk, 1 abilityone.gov, 1 abilix.tk, 1 abilma.com, 1 @@ -6441,6 +6435,7 @@ abiturma.de, 1 abjay.com, 1 abkhazianews.tk, 1 +ablebits.com, 1 ablecha.tk, 1 ableofficeadmin.com, 1 ableprop.net, 1 @@ -6498,6 +6493,7 @@ about-sects-and-cults.tk, 1 about-ti.me, 1 about.gq, 1 +aboutajax.tk, 1 aboutamit.com, 1 aboutandroid.tk, 1 aboutassistedliving.org, 0 @@ -6514,6 +6510,7 @@ aboutict.nl, 1 aboutislam.tk, 1 aboutlegal.nl, 1 +aboutlevi.ga, 1 aboutmarketing.ga, 1 aboutmedia.nl, 1 aboutmedicine.tk, 1 @@ -6566,6 +6563,7 @@ abrilect.com, 1 abristolgeek.co.uk, 1 abrition.com, 1 +abroadcafe.com, 1 abroferlendo.tk, 1 abrupt.co, 1 absat.tk, 1 @@ -6606,6 +6604,7 @@ absynthe-inquisition.fr, 1 absyscyborg.com, 1 abteam.tk, 1 +abtech.link, 1 abteutonia.de, 1 abth.tk, 1 abthorpe.org, 1 @@ -6620,9 +6619,11 @@ abuse.ch, 1 abuse.fi, 1 abuse.io, 1 +abusinessinabox.ca, 1 abusive-host.tk, 1 abvent.net, 0 abvlbasketviganello.ch, 0 +abwatches.net, 1 aby-action.com, 1 abysra.com, 1 abyss.moe, 1 @@ -6632,7 +6633,6 @@ abyssproject.net, 1 abysswebsite.tk, 1 abyzebyzek.tk, 1 -abzarweb.com, 1 ac-admin.pl, 1 ac-booster.net, 1 ac-spain.tk, 1 @@ -6690,7 +6690,6 @@ accademiaprati.tk, 1 accademiapugilistica.it, 1 accadia.academy, 1 -accardo1968.it, 1 acccnyc.org, 0 accelaway.com, 1 acceleranda.com, 1 @@ -6750,6 +6749,7 @@ accreditamento.net, 1 accrosoft.com, 1 acculex.co.uk, 1 +acculongrange.com, 1 accurateinfosolutions.in, 1 accustomedicals.ga, 1 accutint.com, 1 @@ -6759,6 +6759,7 @@ acdk2.de, 1 ace-aegon.cloud, 1 ace-clan.tk, 1 +ace-familydental.com, 1 ace-translations.tk, 1 ace.one, 1 ace360.org, 1 @@ -6840,6 +6841,7 @@ acinq.co, 1 ackadia.com, 1 ackermann.ch, 1 +acklandstainless.com.au, 1 acl.gov, 1 aclandia.fr, 1 aclasskids.ru, 1 @@ -6990,7 +6992,6 @@ actors-cafe.net, 1 actorsanthosh.tk, 1 actorshop.co.uk, 1 -actorsroom.com, 1 actrices.tk, 1 actris.ac.cy, 1 actro.ga, 1 @@ -7062,7 +7063,6 @@ ad4msan.com, 1 ada.eco, 1 ada.gov, 1 -adaal.ae, 1 adab-mans.tk, 1 adacprod.fr, 1 adaera.com, 1 @@ -7074,6 +7074,7 @@ adalis.org, 1 adalite-staging-testnet.herokuapp.com, 1 adalite.io, 1 +adaly.io, 1 adam-ant.co.uk, 1 adam-kostecki.de, 1 adam.id.au, 1 @@ -7084,6 +7085,7 @@ adamaveray.com.au, 1 adambalogh.net, 1 adambryant.ca, 0 +adamcarbonell.com, 1 adamcoffee.net, 1 adamdixon.co.uk, 1 adamdorman.com, 1 @@ -7096,6 +7098,7 @@ adamlee.com, 0 adamlevine.ga, 1 adamliu.net, 0 +adammartelletti.com, 1 adamoutler.com, 1 adamov.tk, 1 adamradocz.com, 1 @@ -7125,6 +7128,7 @@ adaptivesite.gq, 1 adaptiveu.io, 1 adaptsolvents.com, 1 +adaptyourlifeacademy.com, 1 adarixconsultores.com, 1 adarshcloud.in, 1 adarshthapa.in, 1 @@ -7186,6 +7190,7 @@ addyourlink.tk, 1 adec-emsa.ae, 1 adeelshahid.tk, 1 +adel.lol, 1 adelaidecc.com.au, 0 adelaidecoldlaser.com.au, 1 adelaideskintherapy.com.au, 1 @@ -7213,6 +7218,7 @@ adesa.co.uk, 1 adesachatbottecnicowab01.azurewebsites.net, 1 adescb.ga, 1 +adese.es, 1 adesex.in, 1 adesignguy.co.uk, 1 adevel.eu, 1 @@ -7227,6 +7233,7 @@ adftrasporti.it, 1 adfxllc.com, 1 adfyl.tk, 1 +adg.is, 1 adgift.ro, 1 adh.org.au, 1 adhd-explained.com, 1 @@ -7247,7 +7254,6 @@ adilgraphics.com, 1 adilsabri.tk, 1 adilsoybali.com.tr, 1 -adimaja.com, 1 adimplere.com.br, 1 adinfinitum.gq, 1 adingenierie.fr, 1 @@ -7283,6 +7289,7 @@ admingator.com, 1 admingator.net, 1 administracionessaez.es, 1 +administradorvalencia.es, 1 administrarmeusite.tk, 1 administratie-smits.nl, 1 administratiekantoorblom.nl, 1 @@ -7293,7 +7300,6 @@ adminlinux.pl, 1 admino.cz, 1 adminova.tk, 1 -adminportal-dev.azurewebsites.net, 1 adminresurs.tk, 1 adminrezo.fr, 1 adminton.eu, 1 @@ -7339,6 +7345,7 @@ adotta.me, 1 adoucishop.fr, 1 adoucisseur.shop, 1 +adoxy.com.br, 1 adpost.com, 1 adprospb.com, 0 adquisitio.co.uk, 1 @@ -7351,6 +7358,7 @@ adreaminsteel.tk, 1 adregain.com, 1 adregain.ru, 1 +adrenalin.is, 1 adrenalin.od.ua, 0 adrenalinhunters.tk, 1 adresults.com, 1 @@ -7383,6 +7391,7 @@ adrieng.fr, 1 adrienjacquierbret.com, 1 adrienkohlbecker.com, 1 +adriennekiss.net, 1 adriennesmiles.com, 1 adrinet.tk, 1 adrino.cf, 1 @@ -7512,6 +7521,7 @@ adventureforest.nz, 1 adventuregamers.com, 1 adventurenow.nl, 1 +adventureprooutdoors.com, 1 adventures.com, 1 adventuresinparanoia.com, 1 adventureswithlillie.ca, 1 @@ -7533,6 +7543,7 @@ adveszker.hu, 1 advice24.tk, 1 adviesfactuur.nl, 1 +adviesgv.nl, 1 advirk.tk, 1 advisercentre.com.au, 1 adviserplus.com, 1 @@ -7552,7 +7563,6 @@ advokat-romanov.com, 1 advokat-vvp.com.ua, 1 advokat73.gq, 1 -advokatfrolov.com, 1 advokati-ceva.cz, 1 advokatkonsult.cf, 1 advokatonline.ml, 1 @@ -7570,6 +7580,7 @@ advst.uk, 1 advtran.com, 0 adware.pl, 0 +adwokatkosterka.pl, 1 adwokatzdunek.pl, 1 adws.io, 1 adxperience.com, 1 @@ -7725,7 +7736,6 @@ afbrunswick.com, 1 afbryt.com, 1 afc-capital.mx, 1 -afcmrs.org, 0 afcmrsfeedback.org, 0 afcmrstest.org, 1 afdah.se, 1 @@ -7757,7 +7767,6 @@ affordableenvironmental.net, 1 affordablehealthquotesforyou.com, 1 affordableinsurancenow.com, 1 -affordablemudjacking.com, 1 affordablepapers.com, 1 affordableracingparts.com.au, 1 affordablevaccinesest.ga, 1 @@ -7771,6 +7780,7 @@ afganistan.cf, 1 afghan-media.tk, 1 afghan-sites.tk, 1 +afghan.dating, 1 afghan.gq, 1 afghandonia.tk, 1 afghanen4life.tk, 1 @@ -7792,7 +7802,6 @@ afive.us, 1 afiyetolsun.jp, 1 aflam-online.tk, 1 -aflamtorrent.com, 0 aflattr.com, 1 aflebedevo.tk, 1 afoch.cl, 1 @@ -7801,12 +7810,13 @@ aforism.tk, 1 afp548.com, 1 afrakib.com, 1 +afree.ir, 1 afreelancersworld.com, 1 afri.cc, 1 +africa.dating, 1 africaindemander.tk, 1 africalebanon.tk, 1 african-artmosphere.tk, 1 -africanchildrenschoir.com, 1 africangreyparrotscare.com, 1 africanheritage.tk, 1 africanhosting.ml, 1 @@ -7987,6 +7997,7 @@ against.tk, 1 againstgynexams.tk, 1 againsttheneighbour.tk, 1 +againsttheodds.es, 1 agalloch.tk, 1 agamabox.lt, 1 agambarta.com, 0 @@ -8094,7 +8105,6 @@ aggression.tk, 1 aggressivecarwraps.com, 1 aghayeva-edler.de, 1 -aghospital.on.ca, 1 agiairini.cz, 1 agibank.com.br, 1 agic-geneve.ch, 1 @@ -8174,6 +8184,7 @@ aglh.com, 1 aglilai001.com, 1 aglow.nl, 1 +aglucky.com, 0 agm4545.com, 1 agmuscle.com, 1 agnesk.blog, 1 @@ -8309,18 +8320,20 @@ agzlapp.com, 1 ahanet.tk, 1 ahawkesrealtors.com, 1 -ahbap.org, 1 ahc.fyi, 1 ahccorleone.tk, 1 ahcpr.gov, 1 ahd.com, 0 -ahegao.ca, 1 ahegaoroulette.com, 1 ahelos.tk, 1 ahenkerp.com, 1 ahero4all.org, 1 +ahg-offices.fr, 1 ahhcomfortshoes.com, 1 ahidta.gov, 1 +ahiha-design.com, 1 +ahityayinlari.com, 1 +ahityayinlari.org, 1 ahj.no, 1 ahl.gov.au, 0 ahlac.tk, 1 @@ -8331,6 +8344,7 @@ ahmadjakfar.tk, 1 ahmadmaher.tk, 1 ahmadonline.tk, 1 +ahmadov.tk, 1 ahmadrafiq.tk, 1 ahmadramadan.tk, 1 ahmed-alasadi.tk, 1 @@ -8454,7 +8468,6 @@ aikidosaltadojo.tk, 1 aikijutsu.tk, 1 aikiva.com, 1 -ailamarket.ir, 1 aileenwatt.co.uk, 1 ailitonia.com, 1 ailitonia.xyz, 1 @@ -8476,12 +8489,14 @@ ainamoroms.com, 1 ainfographie.com, 1 aini99.club, 1 +ainrm.cn, 1 ainsa.tk, 1 ainutrition.co.uk, 1 ainvest.de, 1 ainzu.net, 1 aioboot.com, 1 aiois.com, 1 +aioj.ac, 1 aiom.tk, 1 aip.ai, 1 aipbarcelona.com, 1 @@ -8505,7 +8520,6 @@ air-soft.ga, 1 air-techniques.fr, 1 air-ticket.ga, 1 -air-we-go.co.uk, 1 airbender.tk, 1 airbnb.ae, 1 airbnb.at, 1 @@ -8587,8 +8601,15 @@ aircheapfares.com, 1 aircomet.tk, 1 aircompressormachine.com, 1 +airconditioning-centurion.co.za, 1 airconditioning.tk, 1 +airconditioningalberton.co.za, 1 airconditioningcondensers.tk, 1 +airconditioningfourways.co.za, 1 +airconditioningmidrand.co.za, 1 +airconditioningrandburg.co.za, 1 +airconsalberton.co.za, 1 +airconsboksburg.co.za, 1 airconsfourways.co.za, 1 airconsmidrand.co.za, 1 airconsrandburg.co.za, 1 @@ -8654,6 +8675,7 @@ airnet.tk, 1 airnode.ga, 1 airnow.gov, 1 +airpark-roissy.fr, 1 airpbx.com, 1 airplanepictures.tk, 1 airplanestatsers.ga, 1 @@ -8669,6 +8691,7 @@ airportcoc.ml, 1 airportstuttgart.com, 1 airpurifierproductsonline.com, 1 +airquestion.org, 1 airrestoration.ch, 1 airseatac.net, 1 airship.com, 1 @@ -8716,6 +8739,7 @@ aitrading.uk, 1 aitrust.ro, 1 aits.in, 1 +aitsl.edu.au, 1 aiui10.cn, 1 aiutodomestico.ch, 0 aiva.ai, 1 @@ -8723,6 +8747,7 @@ aivd.lol, 1 aiwosq.cn, 1 aixamfinancialservices.nl, 1 +aixm.aero, 1 aizxxs.com, 1 aizxxs.net, 1 aj-laixada.tk, 1 @@ -8810,6 +8835,7 @@ akeldam.tk, 1 akelius.com, 1 akemineko.tk, 1 +akepayu.com, 1 akerberri.tk, 1 akerboom.family, 1 akerboom.me, 1 @@ -8896,6 +8922,7 @@ aktive-arbeitslose.at, 1 aktivierungscenter.de, 1 aktivitetatil.com, 1 +aktivpark-lumdatal.de, 1 aktivterapi.dk, 1 aktuelleprospekte.at, 1 aktuellsakerhet.se, 1 @@ -8912,6 +8939,7 @@ akura.cf, 1 akuseorangtraveler.com, 1 akuston.eu, 1 +akustyka.tk, 1 akutun.cl, 1 akvaristika.cf, 1 akvilon.tk, 1 @@ -8922,6 +8950,7 @@ al-capone.ga, 1 al-capone.tk, 1 al-f.net, 1 +al-hekka.com.ua, 1 al-salam.tk, 1 al-yawm.ga, 1 al2schaos.tk, 1 @@ -9009,8 +9038,10 @@ alatkesehatan.tk, 1 alaturkaonline.com, 1 alaunus.com, 1 +alavieestbelle.be, 1 alb-flirt.de, 1 alb-media.tk, 1 +albaadani.com, 1 albadon.tk, 1 albagold.tk, 1 albagora.nl, 1 @@ -9060,6 +9091,7 @@ albion2.org, 1 albionfaeries.org.uk, 1 albleuchten.de, 1 +alborgwatch.com, 1 albourne.com, 1 alboweb.nl, 1 albrocar.com, 1 @@ -9090,10 +9122,11 @@ alchemiya.ru, 1 alchemy-media-marketing.com, 1 alchemy.gr, 1 +alchemyequities.com.au, 1 alchemyvfx.com, 1 alchimic.ch, 0 alchimist-paulo-coelho.tk, 1 -alcionesakugawa.com, 1 +alcionesakugawa.com, 0 alcites.com, 1 alcnutrition.com, 1 alcobendas.tk, 1 @@ -9110,6 +9143,7 @@ aldastv.tk, 1 aldeal.gq, 1 aldealices.tk, 1 +aldebaranbm.com, 1 aldersgate.cf, 1 aldersgate.ga, 1 aldersgate.gq, 1 @@ -9176,6 +9210,7 @@ alepacket.tk, 1 aleph.land, 1 alerbon.net, 1 +alerque.com, 1 alertboxx.com, 1 alertes.biz, 1 alerts.sg, 1 @@ -9184,6 +9219,7 @@ aless.io, 1 alessandrobasi.it, 1 alessandroonline.com.br, 1 +alessandropuccistudio.com, 1 alessandrotravel.com, 1 alessandroz.ddns.net, 1 aletm.it, 1 @@ -9226,7 +9262,7 @@ alexandrepedrosa.com, 1 alexandrevicente.net, 1 alexandrite.cf, 1 -alexandros.io, 1 +alexandros.io, 0 alexandryimmobilier.fr, 1 alexaprinting.tk, 1 alexarthur.net, 1 @@ -9265,10 +9301,10 @@ alexismeza.es, 1 alexismeza.nl, 1 alexispoficial.tk, 1 -alexitomaster.com, 1 alexitor.com, 1 alexjett.com, 1 alexkushner.com, 1 +alexlambertz.de, 1 alexlombardo.tk, 1 alexlouden.com, 1 alexmainz.com, 1 @@ -9282,10 +9318,12 @@ alexpavel.com, 1 alexpetrik.com, 1 alexpnixon.com, 1 +alexridevski.net, 1 alexridge.tk, 1 alexs.de, 1 alexsandrasverden.cf, 1 alexsantos.tk, 1 +alexsavin.me, 1 alexschokker.tk, 1 alexschroeder.ch, 1 alexsergeyev.com, 1 @@ -9380,6 +9418,7 @@ aliaswp.com, 1 alibabau.tk, 1 alibangash.com, 1 +alibi-ua.com.ua, 1 alibip.de, 1 alicante-spain.tk, 1 alice-memorial.de, 1 @@ -9390,6 +9429,7 @@ alicehairstyling.tk, 1 alicekinkycat.net, 1 alicemaywebdesign.com.au, 1 +aliceophotographie.fr, 1 alicestudio.it, 1 alicetone.net, 1 alicialab.org, 1 @@ -9427,6 +9467,7 @@ alikulov.me, 1 alila.dog, 1 alilepro.cf, 1 +alilialeaf.com, 1 alilialili.ga, 1 aliment-covid19.com, 1 alimentosmcf.com, 1 @@ -9434,10 +9475,12 @@ alimenty.tk, 1 alimeta.it, 1 alimwilliams.tk, 1 +alinalamour.com, 1 alinasmusicstudio.com, 1 alinatinen.cf, 1 alinatinen.gq, 1 alinbu.net, 1 +alinecordeiro.com.br, 1 alineonline.tk, 1 alinmaacademy.com, 1 alinode.com, 1 @@ -9454,6 +9497,7 @@ alisonmatter.tk, 1 alisonmcalpine.com, 1 alissagerhard.de, 1 +alissanoir.net, 1 alisstyle.tk, 1 alistaku.tk, 1 alisync.com, 1 @@ -9462,8 +9506,8 @@ alitpedia.ga, 1 aliv.biz, 1 alivecast.co.jp, 1 -alivelimo.com, 1 alix-board.de, 1 +alizah.id, 1 alize-theatre.ch, 0 alizeemedia.tk, 1 aliziolaw.com, 1 @@ -9538,6 +9582,7 @@ allanta.be, 1 allarmi.roma.it, 1 allarticles.tk, 1 +allbenjoy.de, 1 allbestby.tk, 1 allbestcbdoil.com, 1 allbetgame.cn, 1 @@ -9574,6 +9619,13 @@ allegra180.ga, 1 allegra180mg.ga, 1 allegrapark.ga, 1 +allegrettoresort.com, 1 +allegrettoresortandvineyard.com, 1 +allegrettoresortandvineyardbyayres.com, 1 +allegrettovineyard.com, 1 +allegrettovineyardresort.com, 1 +allegrettovineyards.com, 1 +allegrettowine.com, 1 allemoz.com, 1 allemoz.fr, 1 allenacampbell.tk, 1 @@ -9602,6 +9654,7 @@ allfashionews.tk, 1 allfaucet.ml, 1 allfoodrecipes.ga, 1 +allfoodsmagazine.com, 1 allforex.ml, 1 allforhon.tk, 1 allformsweden.com, 1 @@ -9627,7 +9680,7 @@ alliance-clan.tk, 1 alliance-immobilier-service-neuf.fr, 1 alliance-psychiatry.com, 1 -allianceautomotive.fr, 1 +allianceautomotive.fr, 0 alliancefitnesscenter.com, 1 allianceforafreesociety.com, 1 allianceforafreesociety.net, 1 @@ -9732,7 +9785,6 @@ alltherapies.tk, 1 alltherooms.com, 1 alltherooms.es, 1 -allthestuff.com, 1 allthethings.co.nz, 1 allthewaynorth.xyz, 1 allthings.me, 1 @@ -9823,7 +9875,9 @@ alofone.vn, 1 alogoosht.com, 1 alohapartyevents.co.uk, 1 -alojamientos-cuba.com, 1 +alohotel.com, 1 +alohotelorange.com, 1 +alohotels.com, 1 alolabor.org, 1 alomch.gq, 1 alomendia.tk, 1 @@ -9831,7 +9885,7 @@ alonely.place, 1 alonephoenix.tk, 1 alonetone.com, 1 -along.org, 1 +along.org, 0 alonsoluzgas.es, 1 aloo.ga, 1 alotso.com, 1 @@ -9844,6 +9898,7 @@ alpe-d-or.dyn-o-saur.com, 1 alpencam.com, 1 alpencams.at, 1 +alpencams.ch, 1 alpencams.com, 1 alpencams.de, 1 alpencams.net, 1 @@ -9903,6 +9958,7 @@ alphasib.ru, 1 alphasoft-i.net, 1 alphassl.de, 1 +alphat.net, 1 alphatrading.tk, 1 alphatrash.de, 1 alphatv.cf, 1 @@ -9915,6 +9971,7 @@ alpinar.tk, 1 alpine-holiday.de, 1 alpine-tuning.de, 1 +alpine.com.cn, 1 alpinechaletrental.com, 1 alpinedentalhealth.com, 1 alpinehighlandrealty.com, 1 @@ -9966,7 +10023,6 @@ altaizemlya.ga, 1 altaizemlya.ml, 1 altaizemlya.tk, 1 -altapina.com, 0 altaplana.be, 1 altco.group, 1 altcoinandme.com, 1 @@ -10025,13 +10081,13 @@ altijdleroy.nl, 1 altijdleroy.online, 1 altimari.net, 1 +altimax.co.za, 1 altinea.fr, 1 altinopoliscervejaria.com.br, 1 altisdev.com, 1 altisnet.ga, 1 altiup.com, 0 altiusconsulting.net, 1 -altiusmortgage.com, 1 altkremsmuensterer.at, 1 altmaestrat.es, 1 altmann-systems.de, 1 @@ -10054,9 +10110,9 @@ altrui.st, 1 altsdigital.com, 1 altspacex.com, 1 -altterapevt.com, 1 alttrackr.com, 1 altunbas.info, 1 +altusbiologics.com, 1 altweb.ro, 1 aluchta.tk, 1 alugha.com, 1 @@ -10069,6 +10125,8 @@ aluminumfencestlouis.com, 1 alumni-kusa.jp, 1 alumni-skensa.tk, 1 +alumnifire-staging.com, 1 +alumnifire.com, 1 alumnispecialers.ga, 1 alumnivilleest.ga, 1 alunara.eu, 1 @@ -10131,7 +10189,6 @@ am2digital.com, 1 am3.se, 1 am5.pl, 1 -am5039.com, 1 am5188.com, 1 am5199.com, 1 am6118.com, 1 @@ -10140,7 +10197,6 @@ am8213.com, 1 am8811.net, 1 am8833.net, 1 -am8895.com, 1 am8898.net, 1 am8info.com, 1 ama-agency.ma, 1 @@ -10159,7 +10215,6 @@ amagraduates.tk, 1 amaismarket.com.br, 1 amaiz.com, 1 -amal2019.com, 1 amalbansode.com, 1 amalfi5stars.com, 1 amalficoastransfers.it, 1 @@ -10168,11 +10223,10 @@ amalfirock.it, 1 amalfitabula.it, 1 amalgaamvrij.tk, 1 +amalgaamziekte.tk, 1 amalgamma.ml, 1 amalievonstein.net, 1 amanandalens.com, 1 -amandablain.com, 1 -amandadamsphotography.com, 1 amandahamilton.tk, 1 amandamachado.nl, 1 amandasage.ca, 1 @@ -10196,6 +10250,7 @@ amartaramitramandal.tk, 1 amaruddinmufid.com, 1 amaruz.tk, 1 +amas.sd, 1 amasea.yachts, 1 amasing.tk, 1 amateri.com, 1 @@ -10213,6 +10268,7 @@ amateurvoicetalent.com, 1 amati.solutions, 1 amato.tk, 1 +amatoryasamak.tk, 1 amatya.co.uk, 1 amatzen.dk, 1 amauf.de, 1 @@ -10237,13 +10293,13 @@ amazon.sg, 1 amazonemotions.com, 1 amb.tf, 1 -amb8.net, 1 ambacoin.io, 1 ambassify.com, 1 ambassify.eu, 1 ambc.es, 1 amberalert.gov, 1 amberba.tk, 1 +amberesdetective.be, 1 amberhouse.cf, 1 amberhouse.ga, 1 amberhouse.gq, 1 @@ -10284,6 +10340,7 @@ amdrumors.com, 1 amdukis-bordercollies.tk, 1 ameba-capital.com, 1 +amebal.com, 1 amebavirtual.tk, 1 amebolounge.tk, 1 amechancez.work, 1 @@ -10320,6 +10377,7 @@ americamilitar.com, 1 american-automotive.tk, 1 american-school-search.com, 1 +american.dating, 1 americanacrylicaward.com, 1 americanartwarehouse.com, 1 americanbooks.cf, 1 @@ -10336,6 +10394,7 @@ americanfootball.ml, 1 americanfootball.tk, 1 americangods.tk, 1 +americanimageawards.com, 1 americanindiancoc.org, 0 americanindiannursing.com, 1 americankickoff.ga, 1 @@ -10367,6 +10426,7 @@ amerimex.org, 1 amerion.nl, 1 ameriondental.nl, 1 +amesagesse.com, 1 amesgen.de, 1 amesvacuumrepair.com, 1 amethystbodyart.co.za, 1 @@ -10410,6 +10470,7 @@ amilesportes.com.br, 1 amilum.org, 1 amimi.tk, 1 +amimoto-ami.com, 0 amin.one, 1 aminafrance.com, 1 amindset.hk, 1 @@ -10485,6 +10546,7 @@ amolador.com.br, 1 amolare.com.br, 1 amollare.com.br, 1 +amon.tech, 1 amonganyone.com, 1 amongtheflora.com, 1 amongus-guru.ru, 1 @@ -10543,6 +10605,7 @@ amrcaustin.com, 1 amrcla.com, 1 amrff.com, 1 +amrita.cafe, 1 amritps.com, 1 amroofingelpaso.com, 1 amruta.org, 1 @@ -10575,6 +10638,7 @@ amvip9.com, 1 amvisualgraphics.com, 1 amvopleidingen.nl, 1 +amxm.aero, 1 amxpj888.com, 0 amy-nichols.ga, 1 amyapets.tk, 1 @@ -10692,6 +10756,7 @@ anatomized.tk, 1 anatoray.com, 1 anatorywap.gq, 1 +anatropi-chat.gr, 1 anaxios.ga, 1 anayahuasca.com.br, 1 anayarealm.com, 1 @@ -10746,6 +10811,7 @@ andoaingo-gaztetxea.tk, 1 andoms.fi, 1 andonivr.com, 1 +andor.com.au, 1 andorraimperial.tk, 1 andorrainsiders.com, 1 andos.tk, 1 @@ -10758,6 +10824,7 @@ andrea-kiaora.de, 1 andrea-m.me, 1 andrea-wirthensohn.at, 0 +andrea18.net, 1 andreaalloway.com, 1 andreaassenti.it, 1 andreaboero.it, 1 @@ -10774,7 +10841,7 @@ andreas-kurtz.de, 1 andreasfeusi.ch, 1 andreashellkvist.tk, 1 -andreasjanker.de, 0 +andreasjanker.de, 1 andreaskluge.eu, 1 andreaskrasa.com, 1 andreaslicht.nl, 1 @@ -10814,7 +10881,6 @@ andrewhowden.com, 0 andrewimeson.com, 1 andrewin.ru, 1 -andrewisidoro.co.uk, 1 andrewlarson.org, 1 andrewmcfarlane.tk, 1 andrewmichaelsmith.com, 1 @@ -10828,7 +10894,6 @@ andrewrgoss.com, 1 andrewryno.com, 1 andrewsandford.com, 1 -andrewsoutar.com, 1 andrewsun.com, 1 andrewtasso.com, 1 andrewtaylor.eu, 1 @@ -10896,13 +10961,13 @@ androtiyas.com, 1 andrush.eu, 1 andruvision.cz, 1 -andsat.org, 1 andschwa.com, 1 andsecure.ch, 0 andthisismyodyssey.tk, 1 anduril.de, 1 anduril.eu, 1 andy-hagans.tk, 1 +andyblu.me, 1 andybrett.com, 1 andyc.cc, 1 andycatteceur.tk, 1 @@ -10913,6 +10978,7 @@ andysmith.tk, 1 andyson.at, 1 andysroom.dynu.net, 1 +andystar.org, 1 andyt.eu, 1 andythomasonline.tk, 1 andyvandermeyde.tk, 1 @@ -10927,6 +10993,7 @@ anedot.space, 1 anedot.xyz, 1 aneducationuto.tk, 1 +anegabawa.com, 0 anekdot-pr.tk, 1 anekdotik.tk, 1 anekdotiki.tk, 1 @@ -10961,6 +11028,7 @@ angeliquewoudenberg.tk, 1 angelishansen.se, 1 angeljmadrid.com, 1 +angelnumber.faith, 1 angelo4ek.tk, 1 angeloangioi.tk, 1 angelok.ru, 1 @@ -11017,7 +11085,7 @@ angrygolfer.com, 1 angrymoulinex.tk, 1 angrysnarl.com, 1 -angryteeth.net, 0 +angryteeth.net, 1 angstrommold.com, 1 angular-js.ga, 1 angular-software.at, 1 @@ -11032,6 +11100,7 @@ ani-man.de, 1 aniaimichal.eu, 1 anian.ch, 1 +aniblackfox.net, 1 aniblizzard.tk, 1 anicam.fr, 1 aniforprez.net, 1 @@ -11053,6 +11122,7 @@ animal-world.cf, 1 animal-world.tk, 1 animalarkvets.co.uk, 1 +animalcaretrust.org, 1 animalcenterunomas.tk, 1 animalcrossing.pro, 1 animalcrossingwiki.de, 1 @@ -11075,10 +11145,12 @@ animamega.tk, 1 animan.ca, 1 animanganetwork.tk, 1 +animari.de, 1 animasencia.tk, 1 animashka.tk, 1 animata.tk, 1 animataz.ga, 1 +animate.de, 1 anime-and-manga-news.tk, 1 anime-best.tk, 1 anime-cafe.tk, 1 @@ -11144,6 +11216,7 @@ aniplus.gq, 1 anirvalle.com, 1 anisimov.ml, 1 +anisotomatikkapi.com, 1 anitaalbersen.nl, 1 anitahebe.com, 1 anitalk.dk, 1 @@ -11162,6 +11235,7 @@ anja-vastgoed.nl, 1 anjaamelia.com, 1 anjaliandthekid.com, 1 +anjanbiswas.in, 1 anjara.eu, 1 anjocerdena.com, 1 anjoola.com, 1 @@ -11172,6 +11246,7 @@ ankaraotokiralama.tk, 1 ankaraprofesyonelwebtasarim.com, 1 ankaraseo.name.tr, 1 +ankarasondajkuyusutemizleme.com, 1 ankarauzmanlarnakliyat.com, 1 ankarawebtasarim.tk, 1 anker-wladyslawowo.pl, 1 @@ -11181,6 +11256,7 @@ ankiweb.net, 1 ankos.cf, 1 ankureurope.co.uk, 1 +ankurray.com, 1 ankwanoma.com, 1 ankya9.com, 1 anleitung-deutsch-lernen.de, 1 @@ -11235,8 +11311,8 @@ anneliesonline.nl, 1 anneliesvanhoof.tk, 1 annema.biz, 1 -annemakeslovelycandles.co.uk, 1 annemation.de, 1 +annestadie.de, 1 annetapio.fi, 1 annetta.com, 1 annetta.net, 1 @@ -11290,7 +11366,7 @@ anonrea.ch, 1 anons.fr, 0 anonser.tk, 1 -anonym-surfen.de, 1 +anonym-surfen.de, 0 anonym-surfen.online, 1 anonyme-spieler.at, 1 anonymousbitcoinexchange.org, 1 @@ -11365,6 +11441,7 @@ antcas.com, 0 antechrista.tk, 1 antecim.fr, 1 +antecipa.com, 1 antelope.ai, 1 antena.ga, 1 antenasmundosat.com.br, 1 @@ -11440,6 +11517,7 @@ antidoping.tk, 1 antidott.fr, 1 antiekboerderijgraafland.nl, 1 +antielectoral.tk, 1 antifa.sh, 0 antifake-funko.fr, 1 antifaschistisch-reisen.tk, 1 @@ -11519,6 +11597,7 @@ antonin.one, 1 antoninocardillo.com, 1 antonio-gartenbau.de, 0 +antoniojr.adv.br, 1 antoniomarques.eu, 0 antonioordonez.es, 1 antoniorodriguesadv.com.br, 1 @@ -11542,7 +11621,6 @@ antwire.net, 1 antyblokada.pl, 1 antyfake.pl, 1 -antykilion.pl, 1 anubandarage.com, 1 anubislinux.tk, 1 anubisz.tk, 1 @@ -11552,6 +11630,7 @@ anunciosbolivia.com, 1 anuntulmeu.tk, 1 anunturitv.ro, 1 +anvil.ac, 0 anvilcargotrailers.com, 1 anvilmetal.tk, 1 anvilsales.tk, 1 @@ -11594,6 +11673,7 @@ anytimeoffices.ga, 1 anytimesewerrepair.com, 1 anyuta-mebel.tk, 1 +anyval.com, 1 anyways.at, 1 anywhereworks.com, 1 anzacparkeast.com, 1 @@ -11626,6 +11706,7 @@ aojiao.org, 1 aokae.com, 1 aoku3d.com, 1 +aolcollege.com, 1 aomar-mohammedi.tk, 1 aonepick.com, 1 aooobo.com, 1 @@ -11633,10 +11714,12 @@ aopsy.de, 1 aorangi-debt.co.nz, 1 aori.com, 1 +aori.ru, 1 aorosora.com, 1 aosc.io, 0 aosclan.tk, 1 aostacarnavals.it, 1 +aosus.org, 1 aotearoa.maori.nz, 1 aotearoafreepress.com, 1 aotearoaleaks.org, 1 @@ -11649,6 +11732,7 @@ apachecountyaz.gov, 1 apachehaus.de, 0 apachelounge.com, 1 +apacher.eu, 1 apadrinaunolivo.org, 1 apadvantage.com, 1 apalachicolaboatslips.com, 1 @@ -11678,6 +11762,7 @@ apcemporium.co.uk, 1 apcpky.com, 1 apcube.com, 1 +apcw.org, 1 apdfawl.com, 0 apdx.com, 1 apeasternpower.com, 1 @@ -11693,7 +11778,6 @@ aperiomoney.ga, 1 aperiotaxation.ga, 1 apertis.org, 0 -aperto-nota.eu, 1 aperto-nota.fr, 1 aperto.de, 1 apertura.tk, 1 @@ -11707,9 +11791,7 @@ apervita.net, 1 apex-parts.com, 1 apex-promotion.com, 1 -apex.ac, 1 apex.to, 1 -apexconsulting.io, 1 apexfacades.com.au, 1 apexitsolutions.ca, 1 apexperformancegym.com, 1 @@ -11736,7 +11818,6 @@ apiary.supplies, 1 apiary.supply, 1 apicep.com, 1 -apiida.com, 1 apila.care, 1 apila.us, 1 apiled.io, 1 @@ -11757,6 +11838,7 @@ apis.google.com, 1 apisvida.com.br, 0 apisyouwonthate.com, 1 +apit-kovrov.ru, 1 apitodemestre.com.br, 1 apiu.me, 1 apix.uz, 1 @@ -11778,7 +11860,6 @@ apkteen.com, 1 aplazame.com, 1 aplibrary.org, 1 -aplicatetv.cl, 1 aplikaceproandroid.cz, 1 aplis-online.de, 0 aplpackaging.co.uk, 1 @@ -11825,7 +11906,6 @@ aponkral.org, 1 aponte-systems.com, 1 apopov.tk, 1 -apordi.fr, 1 aporia.io, 1 aposke.com, 1 aposke.net, 1 @@ -11878,7 +11958,6 @@ appartementspanje.tk, 1 appartementvlissingen.tk, 1 appartenfrance.com, 1 -appassionata.ru, 1 appbet43.com, 1 appbot.co, 1 appbydl.com, 1 @@ -11905,6 +11984,7 @@ applaudit.com, 1 apple-watch-zubehoer.de, 1 apple.ax, 1 +apple77.net, 1 applebee1558.com, 1 appleexterminating.com, 1 applegun.com, 1 @@ -11928,7 +12008,8 @@ application-travel.us.com, 1 applicationmanager.gov, 1 applied-privacy.net, 1 -appliedenglish.jp, 1 +appliedmaths.lk, 1 +appllio.com, 1 apply-esta.us.com, 1 apply-eta.org, 1 apply-visa.us.com, 1 @@ -11943,7 +12024,6 @@ appmobile.io, 1 appninjas.com, 1 appoggiature.fr, 1 -appointer.ua, 1 appointment.ga, 1 apponic.com, 1 apponline.com, 1 @@ -11985,6 +12065,7 @@ appworld.ga, 1 appy.la, 1 appzoojoo.be, 1 +apratimblog.com, 1 aprazivel.com.br, 1 aprendafotografia.org, 1 aprendaingles123.com, 1 @@ -12012,6 +12093,7 @@ apsnetwork.co.id, 1 apsrustandtint.com, 1 apssb.in, 1 +apssolucoesfinanceiras.online, 1 apstats.tk, 1 apstudynotes.org, 1 apsua.tk, 1 @@ -12093,8 +12175,6 @@ aquasaur.tk, 1 aquaselect.eu, 1 aquasun.pl, 1 -aquatechnic.com.ua, 1 -aquatherm72.ru, 1 aquaticbyte.com, 1 aquatropical.tk, 1 aquaviaspa.es, 1 @@ -12102,7 +12182,6 @@ aquavitaedayspa.com.au, 1 aquedim.com, 1 aqueducttech.com, 1 -aquila.co.uk, 1 aquilaguild.com, 0 aquiparoxetina.gq, 1 aquitainebrasserie.com.au, 1 @@ -12115,6 +12194,7 @@ ar-vernet.fr, 1 ar.al, 1 araadvocats.net, 1 +arab.dating, 1 arab1info.cf, 1 arabakiralama.name.tr, 1 arabapps.org, 1 @@ -12192,7 +12272,7 @@ arbolesdenavidad.info, 1 arbolesdenavidad.site, 1 arborpress.cf, 1 -arboworks.com, 1 +arbradio.com, 1 arbu.eu, 0 arc-relight.com, 1 arc.run, 1 @@ -12215,6 +12295,7 @@ archaeoadventures.com, 1 archaeology.lk, 1 archambault.paris, 1 +archangelbio.com, 1 archauthority.com, 1 archbishop.ga, 1 archeologicatoscana.it, 1 @@ -12234,7 +12315,6 @@ archispace.com.cn, 1 archit.in, 1 architectryan.com, 1 -architectsecurity.org, 1 architecturaldesignschool.com, 1 architecture-colleges.com, 1 architectureblog.ml, 1 @@ -12297,6 +12377,7 @@ ardania.de, 1 arditech.ml, 1 ardo.tk, 1 +ardor.noip.me, 1 ardtrade.ru, 1 are-you-experienced.tk, 1 area.ge, 1 @@ -12362,6 +12443,7 @@ argh.io, 1 argon2.online, 1 argonium.com.au, 1 +argosasist.co.uk, 1 argovpay.com, 1 argovpn.com, 1 argrafiche.it, 1 @@ -12375,6 +12457,7 @@ aria-best.su, 1 aria.be, 1 aria2.cf, 1 +ariaartgallery.com, 1 ariacreations.net, 1 ariadermspa.com, 1 ariag.tk, 1 @@ -12438,7 +12521,6 @@ arizona-fake.tk, 1 arizonaautomobileclub.com, 1 arizonabondedtitle.com, 1 -arizonamasterworks.com, 1 arizonaonlinedivorce.com, 1 arizonatech.tk, 1 arjan.nl, 1 @@ -12485,7 +12567,6 @@ arlenitas.com, 1 arletalibrary.com, 0 arlingtonelectric.com, 1 -arlingtonwine.net, 1 arlon.com, 1 arm.gov, 1 armacom.tk, 1 @@ -12508,6 +12589,7 @@ armazemdaminiatura.com.br, 1 armazemdeminasmg.com.br, 1 armazemwarenhaus.com.br, 1 +armazon.ru, 1 armazone.tk, 1 armbrust.me, 1 armcar.ga, 1 @@ -12533,8 +12615,10 @@ armond.tk, 1 armor.ai, 1 armorsoft.fr, 1 +armourroofcolorado.com, 1 armourroofinc.com, 1 armpads.nl, 1 +armpension.com, 0 armstrongsengineering.com, 1 armtopnews.tk, 1 army24.cz, 1 @@ -12550,7 +12634,6 @@ arnaqueoufiable.com, 1 arnaudardans.com, 1 arnaudb.net, 1 -arnaudfeld.de, 1 arnaudlanna.com, 1 arnaudminable.net, 1 arne-gammelby.dk, 1 @@ -12589,6 +12672,7 @@ aromachat.eu, 1 aromacos.ch, 1 aromaimportado.com.br, 1 +aromaonlinestore-korat.com, 1 aromateque.com.ua, 1 aromatlas.com, 1 aromatraining.com, 1 @@ -12604,6 +12688,7 @@ arouzing.xyz, 1 arowsoft.tk, 1 arox.eu, 1 +arp-arena.ml, 1 arp-mb.de, 1 arpamip.org, 1 arpasix.com, 1 @@ -12636,7 +12721,6 @@ arrowfastener.com, 1 arrowgrove.com, 0 arrowheadaddict.com, 1 -arroyoins.com, 1 arrt.xyz, 1 ars-online.pl, 1 arsake.cf, 1 @@ -12744,12 +12828,14 @@ artfabrics.com, 1 artfullyelegant.com, 1 artfuryou.com, 1 +artgorod.tk, 1 artgranit.tk, 1 arthan.me, 0 arthousecarousel.co.uk, 1 arthritisrheumaticdiseases.com, 1 arthrosis.ml, 1 arthur.cn, 1 +arthurboes.de, 1 arthurdejong.org, 1 arthurlaw.ca, 1 arthurlewis.me, 1 @@ -12782,7 +12868,6 @@ artigoagency.com, 1 artigoos.com, 1 artikel9.com, 1 -artimpact.ch, 1 artinfo.tk, 1 artinoxcenter.com.tr, 1 artintend.com, 1 @@ -12824,6 +12909,7 @@ artofhappyliving.com, 1 artofmonitoring.com, 0 artofwhere.com, 1 +artomalu.tk, 1 artozoul.fr, 1 artplaneta-leto.by, 1 artprojectsforkids.org, 1 @@ -12840,6 +12926,7 @@ artsmarket.ca, 1 artspac.es, 1 artspark.tk, 1 +artstudioweb.tk, 1 arttel-media.ru, 1 artucation.eu, 1 arturgaweda.de, 1 @@ -12888,9 +12975,12 @@ aryani-fitriana.tk, 1 aryankhera.xyz, 1 aryasenna.net, 1 +aryescommercial.com, 1 +aryesgroup.net, 1 arysports.ml, 1 arytmicznie.pl, 1 arz-florian.tk, 1 +arz-online.ml, 1 arzid.com, 1 arzinfo.pw, 1 arzmercury.tk, 1 @@ -12906,6 +12996,8 @@ as41405.net, 1 as48550.net, 1 as5158.com, 1 +as6369.com, 1 +as6369.net, 1 as8423.net, 1 asaabforever.com, 1 asaacai.com.br, 1 @@ -12980,6 +13072,7 @@ asesoramientosolay.es, 1 asesorialigorred.es, 1 asesoriavalledor.es, 1 +asessiglo21.es, 1 asexualitat.cat, 1 asfaleianet.gr, 1 asg-egy.com, 1 @@ -12987,6 +13080,7 @@ asgardiamc.fr, 1 asgeirolafs.com, 1 asgrd.org, 1 +ashadin.com, 1 ashastalent.com, 0 ashburnr.com, 1 ashbusters.net, 1 @@ -12997,11 +13091,13 @@ ashenm.ml, 1 asher.cloud, 1 asher.tools, 1 +asheroto.com, 1 ashessin.com, 1 ashevillemenshealth.com, 1 ashfak.tk, 1 ashimwe.com, 1 ashlarimoveis.com.br, 1 +ashlee-club.tk, 1 ashley.net.in, 1 ashleyadum.com, 1 ashleyashbee.com, 0 @@ -13024,6 +13120,7 @@ ashwainfo.in, 1 asia-gazette.com, 1 asia-global-risk.com, 1 +asia.dating, 1 asiacommerce.id, 1 asiaflash.com, 1 asiafood-curator.com, 1 @@ -13041,7 +13138,6 @@ asiandubfoundation.tk, 1 asianet.tk, 1 asianinside.tk, 1 -asianmaterials.net, 1 asianmoney.biz, 1 asianodor.com, 1 asiansongs.tk, 1 @@ -13064,6 +13160,7 @@ asistencialegal.tk, 1 asitanc.com, 1 asitanc.cz, 1 +asitt.nl, 1 asiyasia.tk, 1 ask-thenutritionist.com, 1 ask.fi, 1 @@ -13095,6 +13192,7 @@ askmetutoring.org, 1 asko.ee, 1 asktanzania.com, 1 +askusutah.com, 1 askvg.com, 1 askwhy.cz, 1 askwhy.eu, 1 @@ -13212,12 +13310,14 @@ associationguillaume.com, 0 associationhorizon.tk, 1 associazionerimborsi.it, 1 +assoft.co, 1 assomydesk.fr, 1 asspinter.me, 1 asspoop.com, 1 assta.ga, 1 assumptionpj.org, 1 assurance-emprunteur.bzh, 1 +assurancesmons.be, 0 assured.se, 1 assuredspc.com, 1 asta-bar.de, 0 @@ -13227,6 +13327,7 @@ astanainform.tk, 1 astanakz.tk, 1 astaninki.com, 1 +astano.tk, 1 astaoffshore.com.au, 1 astarbouncycastles.co.uk, 1 astarforu.com, 1 @@ -13244,6 +13345,7 @@ astenretail.com, 1 asteq.com.ar, 1 asterix-obelix.ga, 1 +asteroskonh.com, 1 astha.fr, 1 asthenisusa.com, 1 asthma-explained.com, 1 @@ -13269,6 +13371,7 @@ astralriders.tk, 1 astrath.net, 1 astrea-voetbal-groningen.nl, 1 +astrln.space, 1 astro4u.tk, 1 astroalloys.com.au, 0 astrociencia.tk, 1 @@ -13297,7 +13400,6 @@ astronomiadecolombia.tk, 1 astronomija.cf, 1 astronomija.tk, 1 -astronomygcse.cf, 1 astropar.tk, 1 astrophena.name, 1 astroscopy.ch, 0 @@ -13312,12 +13414,15 @@ astucewebmaster.com, 1 astuna.de, 1 astural.org, 0 +asturhackers.es, 1 astutikhonda.com, 1 astutr.co, 1 astyork.com, 1 astypic.fr, 1 asua.ca, 1 +asuamaytinh.com, 1 asucrews.com, 1 +asuhe.win, 1 asukalangley.tk, 1 asun.co, 1 asurbernardo.com, 1 @@ -13416,7 +13521,6 @@ atheistfrontier.com, 1 athekiu.com, 1 athemis.de, 1 -athena-garage.co.uk, 1 athena-security.net, 1 athenacle.xyz, 1 athenainvestmentsystems.com, 1 @@ -13433,14 +13537,10 @@ athomedeco.fr, 1 athorcis.ovh, 1 athritisexplained.com, 1 -athydro.com, 1 aticportal.com, 1 atide.cf, 1 atigerseye.com, 1 atik.kr, 1 -atikokanfht.com, 1 -atikokaninfo.com, 1 -atikokansnoho.com, 1 atiku2007.tk, 1 atilo.sh, 1 atimo.dj, 1 @@ -13461,6 +13561,7 @@ atk.me, 1 atkinshealthcenter.com.au, 1 atl-paas.net, 1 +atlana.pro, 1 atlantacustomfab.com, 0 atlantahealthcare.tk, 1 atlantareroof.com, 1 @@ -13514,6 +13615,7 @@ atmilanomoda.com, 1 atmind.nl, 1 atmmantenimiento.co, 1 +atmmasterplan.eu, 1 atmmicrowave.com, 1 atmocdn.com, 0 atmondigital.com, 0 @@ -13537,6 +13639,7 @@ atomicheart.tk, 1 atomichomehealth.com, 1 atomickitteninternational.tk, 1 +atomictag.com, 1 atomik.biz, 1 atomism.com, 1 atomsdigital.com, 1 @@ -13623,7 +13726,6 @@ au.search.yahoo.com, 0 au2pb.net, 1 au2pb.org, 1 -aube.kr, 1 aubepine-restaurant.com, 1 aubergegilly.ch, 0 aubg.org, 0 @@ -13633,6 +13735,7 @@ auburnperio.com, 1 aucarresainteloi.com, 1 aucielrose.com, 1 +auckland-lawyer.co.nz, 1 auckland-painter.co.nz, 1 aucklandcastles.co.uk, 1 auctionbv.tk, 1 @@ -13643,6 +13746,7 @@ audiencedefolie.com, 1 audiense.com, 0 audio-detector.com, 1 +audiobit.es, 1 audioblackmagic.com, 1 audiobookboo.com, 1 audiobookstudio.com, 1 @@ -13669,7 +13773,6 @@ audiophile.ch, 0 audiophix.com, 1 audiorecording.me, 1 -audiorental.net, 1 audioscenic.com, 1 audioschoolonline.com, 1 audioslave.tk, 1 @@ -13700,7 +13803,6 @@ aufprise.de, 1 aufwecken.dynu.net, 1 augehost.com, 1 -augen-seite.de, 1 augendre.info, 1 augenlaser-chemnitz.de, 1 augenlaser-dresden.de, 1 @@ -13735,15 +13837,14 @@ aulaschrank.gq, 1 aulasprofdanilo.com.br, 1 aulasvirtualesperu.com, 1 -aulaweb.co, 1 aumentada.net, 1 aumilieudumonde.gf, 1 aumisc.com, 1 aunali1.com, 1 -auntie-eileens.com.au, 1 auntiesnorkel.com, 1 auntmia.com, 1 aunto.xyz, 1 +auntodev.com, 1 aupaysdesanes.com, 1 auplidespages.fr, 1 aur.rocks, 1 @@ -13758,6 +13859,7 @@ aureliecharlesguillot.com, 1 aurelien-duchene.fr, 1 aurelienaltarriba.fr, 1 +aureshotels.com, 1 aureus.pw, 1 auricblue.com, 1 auriga.com, 1 @@ -13769,6 +13871,7 @@ aurora403.com, 1 aurora911.net, 1 auroraassociationofrealtors.com, 1 +aurorak12.org, 1 auroranianoxx.net, 1 auroraofficefurniture.com.au, 1 aurorarecordings.com, 1 @@ -13792,6 +13895,7 @@ auspicacious.org, 1 ausschreibungen-suedtirol.it, 1 ausset.me, 1 +aussiecamping.com.au, 1 aussiefunadvisor.com, 1 aussiegemdesigns.com.au, 1 aussieparrotlets.com.au, 1 @@ -13806,7 +13910,9 @@ austinbestdjs.com, 1 austincardiac.com, 1 austinchase.com, 1 +austinhartzheim.me, 1 austinheap.com, 0 +austinlaw.co.uk, 1 austinlockout.com, 1 austinmobilestorage.com, 1 austinonline.tk, 1 @@ -13815,6 +13921,7 @@ austinuniversityhouse.com, 1 australiadaily.ga, 1 australiajetcharter.com, 1 +australian.dating, 1 australian.tk, 1 australianairbrushedtattoos.com, 1 australianairbrushedtattoos.com.au, 1 @@ -13950,7 +14057,6 @@ autofinancing.ga, 1 autofolderstekoop.nl, 1 autofresh.tk, 1 -autogarant.sk, 1 autogear.ga, 1 autoglass.com.my, 1 autohausmf-nord.de, 1 @@ -13962,6 +14068,7 @@ autohut.ca, 1 autoi.ch, 1 autoinfa.tk, 1 +autoinkoop.tk, 1 autoinsurancehavasu.com, 1 autojur.com.br, 1 autokasko.tk, 1 @@ -13980,7 +14087,6 @@ automaatic.com, 1 automacity.com, 1 automat1c.ru, 0 -automatethis.com.au, 1 automationpro.me, 1 automationstore.ga, 1 automekano.com, 0 @@ -14144,7 +14250,6 @@ autonewsreview.com, 1 autonewssite.com, 1 autonoleggio.milano.it, 1 -autoone.sk, 1 autoosijek.com, 1 autopapa.wien, 1 autopapo.com.br, 1 @@ -14187,11 +14292,12 @@ autoschool.ga, 1 autoscoops.tk, 1 autoscuola.roma.it, 1 +autosearch.me, 1 autosecurityfinance.com, 1 autoshinka72.ru, 1 autosiero.nl, 1 autoskolaplzen.cz, 1 -autosneed.com, 1 +autosneed.com, 0 autosolution.tk, 1 autosprint.tk, 1 autospurghi.milano.it, 1 @@ -14207,6 +14313,7 @@ autostramites.com, 1 autostramites.com.ar, 1 autosupirkimas.tk, 1 +autoteched.com, 1 autotechschool.com, 0 autoteplo.org, 1 autoterminus-used.be, 0 @@ -14305,6 +14412,7 @@ avanpost.co, 1 avantech.it, 1 avantitualatin.com, 1 +avanzbanc.com, 1 avaralar.tk, 1 avarcom.tk, 1 avariya.tk, 1 @@ -14324,7 +14432,6 @@ aveapps.com, 0 aveclunettesoleil.fr, 1 avedesk.org, 0 -avelinodiaz.gal, 1 avellinno.com, 1 avellinotoday.it, 1 avelux.ru, 1 @@ -14362,6 +14469,7 @@ aviareis.tk, 1 aviasales.gq, 1 aviasalon.spb.ru, 1 +aviaskan.ru, 1 aviationmilitaire.tk, 1 aviationonline.tk, 1 aviations-engineering.tk, 1 @@ -14396,6 +14504,7 @@ avlasov.tk, 1 avlhostel.com, 1 avm-multimedia.com, 1 +avm99963.com, 1 avmemo.com, 1 avmrc.nl, 1 avmtn.net, 1 @@ -14435,6 +14544,7 @@ avpres.net, 0 avptp.org, 1 avqueen.cn, 1 +avrilhouse.tk, 1 avrilshine.tk, 1 avrora-nov.ru, 1 avroramine.tk, 1 @@ -14493,7 +14603,7 @@ awarify.io, 1 awarify.me, 1 awaro.net, 1 -awaua.nl, 1 +awaua.nl, 0 awaybot.com, 1 awaygroundguide.com, 1 awayword.cf, 1 @@ -14506,6 +14616,7 @@ awesomebouncycastles.co.uk, 1 awesomelifedeals.today, 1 awesomenamegenerator.com, 1 +awesomeness.tk, 1 awesomesit.es, 0 awf0.xyz, 1 awfulsport-news.tk, 1 @@ -14522,6 +14633,7 @@ awsbs.de, 1 awscloudrecipes.com, 1 awsl.blog, 1 +awsl.tech, 0 awsmdev.de, 1 awsnuke.com, 1 awsome-books.co.uk, 1 @@ -14565,6 +14677,7 @@ axisdesignarchitects.co.uk, 1 axisdesignarchitects.com, 1 axishw.com, 1 +axispara-bg.com, 1 axome.com, 1 axon-toumpa.gr, 1 axoncoho.tk, 1 @@ -14595,6 +14708,15 @@ aydinescmagazin.tk, 1 aydinhaberleri.tk, 1 aye.sh, 1 +ayersanaheim.com, 1 +ayerscoronaeast.com, 1 +ayersgroup.net, 1 +ayershawthorne.com, 1 +ayershotelsealbeach.com, 1 +ayerslagunawoods.com, 1 +ayersorange.com, 1 +ayerssuites.com, 1 +ayerssuitesmillsmall.com, 1 ayesh.win, 1 ayhankaraman.com, 1 aying.love, 0 @@ -14606,10 +14728,28 @@ aylesburycastlehire.co.uk, 1 aymaramusica.com.ar, 1 aymerick-dupouey.fr, 1 -aymerick.fr, 1 aymericlagier.com, 1 +aymhome.top, 1 ayon-games.tk, 1 ayouiv.com, 1 +ayresalpine.com, 1 +ayresanaheim.com, 1 +ayresapline.com, 1 +ayresbarstow.com, 1 +ayresboutiquesuites.com, 1 +ayrescalabasas.com, 1 +ayrescares.com, 1 +ayreschinohills.com, 1 +ayreschulavista.com, 1 +ayrescommercial.com, 1 +ayresconstructioncompany.com, 1 +ayrescoronaeast.com, 1 +ayrescoronawest.com, 1 +ayrescostamesa.com, 1 +ayresdevelopment.com, 1 +ayresdiamondbar.com, 1 +ayresfountainvalley.com, 1 +ayresgroup.net, 1 ayreshawthorne.com, 1 ayreshotel.com, 1 ayreshotelanaheim.com, 1 @@ -14670,7 +14810,6 @@ ayumix3.xyz, 1 ayur-veda.tk, 1 ayurveda-france.com, 0 -ayuwidodari.my.id, 1 ayvalikgezgini.com, 1 ayyildizgrup.com, 1 ayyz66.cc, 1 @@ -14705,6 +14844,7 @@ azfreaks.tk, 1 azh-kunden.de, 1 azhamevents.com, 1 +azhibo18.com, 1 azia.info, 1 azianpride.tk, 1 aziatki.tk, 1 @@ -14726,6 +14866,7 @@ azmabepors.com, 1 aznaetelivy.ru, 1 azon.gr, 1 +azonic.in, 1 azoogi.com.au, 1 azora.cf, 1 azorin.tk, 1 @@ -14735,6 +14876,7 @@ azpogomap.com, 1 azrangers.gov, 1 azrazalea.net, 1 +azs-nw.ru, 1 azsgeniedev.azurewebsites.net, 1 azso.pro, 1 azsupport.com, 1 @@ -14783,7 +14925,6 @@ b-honey.gr, 1 b-kontur.ru, 1 b-landia.net, 1 -b-o.de, 1 b-performance.de, 1 b-root-force.de, 1 b-services.net, 0 @@ -14793,9 +14934,6 @@ b0000.co, 1 b00228.com, 1 b00de.ga, 1 -b0305.com, 1 -b0306.com, 1 -b0307.com, 1 b0309.com, 1 b03aa.com, 1 b03bb.com, 1 @@ -14806,6 +14944,7 @@ b0rk.com, 1 b0x0.com, 1 b1111.co, 1 +b11p.com, 1 b131000.com, 1 b144.co.il, 1 b1758.com, 1 @@ -14843,6 +14982,9 @@ b5197.co, 1 b5289.net, 1 b58365.com, 1 +b58app.com, 1 +b58appb58app.com, 1 +b58appb58appb58app.com, 1 b5901.com, 1 b5902.com, 1 b5903.com, 1 @@ -14944,6 +15086,7 @@ b88vip7.com, 1 b88vip8.com, 1 b88vip9.com, 1 +b899365.com, 1 b89ff.com, 1 b89gg.com, 1 b89hh.com, 1 @@ -15029,6 +15172,7 @@ baaba.in, 1 baac-dewellmed.com, 1 baalsworld.de, 1 +baams.tk, 1 baanpingchan.com, 0 baaradvies.nl, 1 baas-becking.biology.utah.edu, 1 @@ -15059,6 +15203,7 @@ babeleo.com, 1 babelfisch.eu, 1 babet365.com, 1 +babetta.tk, 1 babettelandmesser.de, 1 babibonami.tk, 1 babineaux.zone, 1 @@ -15091,7 +15236,6 @@ babycat.tk, 1 babychou.me, 1 babyfotograf-schweiz.ch, 1 -babygearessentials.com, 1 babygearlab.com, 1 babygender.info, 1 babygirlholidaydresses.tk, 1 @@ -15120,7 +15264,6 @@ babyz.tk, 1 babyzen.tk, 1 bac-fiches.tk, 1 -bacahorror.com, 1 bacanal-intruder.tk, 1 bacaneriahlg.com, 1 bacanora.tk, 1 @@ -15143,6 +15286,7 @@ back-stage.tk, 1 back-streets.tk, 1 back-yard.tk, 1 +backbenchersart.com, 1 backeby.eu, 1 backenmachtgluecklich.de, 0 backflow.pl, 1 @@ -15168,8 +15312,10 @@ backmitra.nl, 1 backmountaingas.com, 1 backpacken.org, 1 +backpacker.dating, 1 backpackinglight.com, 1 backpackingtours.com, 1 +backpagegals.com, 1 backporchartists.com, 1 backrip.tk, 1 backscattering.de, 0 @@ -15188,6 +15334,7 @@ backtheeffup.com, 1 backup-kurumsal.com, 1 backupassist.de, 1 +backupauthentication.com, 1 backupcloud.ru, 1 backupsinop.com.br, 0 backwardsalphabet.tk, 1 @@ -15283,7 +15430,6 @@ baehost.com, 1 baells.tk, 1 baenoticias.com.ar, 1 -baer.one, 1 baer.space, 1 baframedya.tk, 1 bafus.ru, 1 @@ -15292,7 +15438,6 @@ bag66.ru, 1 bagdagul.tk, 1 bageez.us, 1 -bagelcraft.net, 1 bagelsbakery.com, 0 bageluncle.com, 1 baggy.me.uk, 1 @@ -15329,7 +15474,7 @@ baiduo.com, 1 baidutrustssl.cn, 1 baidutrustssl.com, 1 -baifubao.com, 1 +baif.hr, 1 baikal.cf, 1 baikalfond.ml, 1 baikalppk.tk, 1 @@ -15438,12 +15583,12 @@ balerma.tk, 1 balesetvedelem.hu, 1 balia.de, 1 -balibells.com, 1 balicekzdravi.cz, 0 balicyclingtours.id, 1 balikesirhaberleri.tk, 1 baliklar.tk, 1 balilingo.ooo, 0 +balinese.dating, 1 balintjanvari.com, 1 balist.es, 1 balivacationhomes.com, 1 @@ -15529,6 +15674,7 @@ bananacloud.fr, 0 banananet.work, 1 bananathrash.tk, 1 +bananatreenews.today, 1 bananavapes.com, 1 bananice.moe, 1 banatearab.tk, 1 @@ -15581,10 +15727,11 @@ bangabandhu.tk, 1 bangbangboys.tk, 1 bangberlin.tk, 1 -bangcompras.com, 1 bangdaiviet.tk, 1 bangdream.ga, 1 bangkok-dark-night.com, 1 +bangkok-thailand.org, 0 +bangkok.dating, 1 bangkokcity.de, 1 bangkokcookingclass.com, 1 bangkokthailandescorts.com, 1 @@ -15632,6 +15779,7 @@ bankio.se, 1 bankipmr.ru, 0 bankitt.network, 1 +bankmno.ga, 1 bankmoney.cf, 1 banknet.gov, 1 banknews.ga, 1 @@ -15639,6 +15787,7 @@ bankofireland.com, 1 bankofrealty.review, 1 bankpolicies.com, 1 +bankrbk.kz, 1 bankruptcy.ky, 1 banksaround.com, 1 banksite.ga, 1 @@ -15647,8 +15796,8 @@ bankvanbreda.be, 1 bankwebinars.com, 1 banland.net, 1 -banlinhdanong.com, 1 -banmapvn.com, 1 +banlinhdanong.com, 0 +banmapvn.com, 0 banned-bitches.tk, 1 banner-design.tk, 1 banner.ga, 1 @@ -15671,7 +15820,6 @@ bantik.by, 1 bantiki.ga, 1 banzay.ml, 1 -banzhuti.com, 1 baobabgroup.com, 1 baobaoquming.net, 0 baocaosuhp.com, 1 @@ -15743,6 +15891,7 @@ barcelonabagels.cat, 1 barcelonapremium.es, 1 barcelonapremiummini.es, 1 +barcelonatours.net, 1 barcelonawinewalk.com, 1 barchetta.org, 1 barcicuvele.tk, 1 @@ -15783,9 +15932,7 @@ bariumoxide.com, 1 barkerjr.xyz, 1 barkingaboutbusiness.com, 1 -barkingmadpetproducts.co.za, 1 barkingspidersaspets.com, 1 -barksandpurrs.uk, 1 barkstop.net, 1 barlamane.com, 1 barlex.pl, 1 @@ -15939,6 +16086,7 @@ basicports.org, 1 basics.domains, 1 basics.net, 1 +basicsuamarca.com.br, 1 basictools.tk, 1 basicwallpapers.tk, 1 basilicaknights.org, 1 @@ -15989,7 +16137,7 @@ basyspro.net, 1 batailleros.tk, 1 batcave.tech, 1 -batch.com, 1 +batch.com, 0 batchewanabingo.com, 1 baterioverolety.cz, 1 batextiles.tk, 1 @@ -16010,6 +16158,7 @@ batka-stealer.tk, 1 batmanvsupermanfullmovie.ga, 1 batmod.com, 1 +batoi.com, 1 batoit.gq, 1 batolis.com, 1 batonchik.tk, 1 @@ -16173,6 +16322,7 @@ bbkanews.com, 1 bbkanews.org, 1 bbkanews.uk, 1 +bbkl.org, 0 bbkworldwide.jp, 1 bbld.de, 1 bblsa.ch, 0 @@ -16189,6 +16339,7 @@ bbunits.de, 1 bbusa.tk, 1 bbw-wrestling.com, 1 +bbw.dating, 1 bbwcs.co.uk, 1 bbwsexclips.com, 1 bbwteens.org, 1 @@ -16241,6 +16392,7 @@ bdbe.ga, 1 bdbxml.net, 1 bdd.fi, 1 +bdepolytechgrenoble.fr, 1 bdeshi.space, 1 bdfriends.tk, 1 bdikaros-network.net, 1 @@ -16282,6 +16434,7 @@ beacham.online, 1 beachcitybody.com, 1 beachcitycastles.com, 1 +beachcruisers.tk, 1 beachmarketing.co.uk, 1 beachpoint.tk, 1 beachsoccer.tk, 1 @@ -16305,7 +16458,6 @@ beakbirds.com, 1 beaker.coffee, 1 beal.edu, 1 -beallure.it, 1 bealpha.pl, 1 beam-life.tk, 1 beam-to.me, 1 @@ -16316,10 +16468,12 @@ beamstat.com, 1 beanbagaa.com, 1 beanbot.party, 1 +beanboygames.com, 1 beancount.io, 1 beanilla.com, 1 beanjuice.me, 1 beansgalore.com.au, 1 +beapieceofart.com, 1 beaquarium.com, 1 bearbonesenterprises.com, 1 bearcms.com, 1 @@ -16383,6 +16537,7 @@ beauty-salon-lino.com, 1 beauty-stories.tk, 1 beauty-style.ml, 1 +beauty-town.tk, 1 beauty-woman.tk, 1 beauty-yan-enterprise.com, 1 beauty.moe, 0 @@ -16466,6 +16621,7 @@ bedofcorpses.tk, 1 bedouille.com, 1 bedreinvestering.dk, 1 +bedrijfsfeesten.tk, 1 bedrijfsfotoreportages.nl, 1 bedrockcommunity.ml, 1 bedrocklinux.org, 1 @@ -16606,41 +16762,11 @@ beitmidrashrambam.com, 1 beizsoft.co.uk, 1 bejarano.io, 1 -bejo-organic.com, 1 -bejo.be, 1 -bejo.bg, 1 -bejo.by, 1 -bejo.cl, 1 -bejo.cn, 1 -bejo.com, 1 -bejo.com.au, 1 -bejo.com.mx, 1 -bejo.cz, 1 -bejo.es, 1 -bejo.hr, 1 -bejo.jp, 1 -bejo.kz, 1 -bejo.ma, 1 -bejo.nl, 1 -bejo.pl, 1 -bejo.pt, 1 -bejo.ro, 1 -bejo.ru, 1 -bejo.sk, 1 -bejo.ua, 1 -bejo.vn, 1 -bejoandes.cl, 1 -bejogt.com, 1 -bejoindia.in, 1 -bejoindonesia.com, 1 -bejoitalia.it, 1 -bejosamen.de, 1 -bejoseeds.com, 1 -bejosemillas.com.ar, 1 bekabazar.cz, 1 beklenengazete.com, 1 bekmekci.tk, 1 beknoumovies.com, 1 +beko.co.uk, 1 beko.ie, 1 bekolite.com, 1 bekoplc.com, 1 @@ -16756,7 +16882,6 @@ bellthrogh.com, 1 belltownfarms.com, 1 bellware.io, 0 -belly-button-piercings.com, 1 bellyaccessoriesest.ga, 1 belmontgoessolar.org, 1 belmundo.gent, 0 @@ -16890,6 +17015,7 @@ benken.tk, 1 benleb.de, 1 benleemd.com, 1 +benleggiero.me, 1 benmack.net, 1 benmarron.co.uk, 1 benmatthews.com.au, 1 @@ -16908,7 +17034,6 @@ benoitchantre.com, 1 benoniplumber24-7.co.za, 1 benpro.fr, 1 -benreedstudios.com, 1 benrogers.tk, 1 bensbouncycastles.co.uk, 1 benschnarr.com, 1 @@ -16952,6 +17077,7 @@ bepzi.com, 1 bequ1ck.com, 1 bequiia.com, 1 +beran.tk, 1 berandalcorp.tk, 1 beranovi.com, 1 beraru.tk, 1 @@ -17014,6 +17140,7 @@ berkswatertech.com, 1 berlin-cuisine.com, 1 berlin-flirt.de, 1 +berlin.dating, 1 berlindecouverte.fr, 1 berlingeriresort.it, 1 berluga.com, 1 @@ -17114,6 +17241,7 @@ bessels.tk, 1 bessems.com, 1 bessems.eu, 1 +besser-beissen.de, 1 besser-golfen.tk, 1 besslavnye-ublyudki.tk, 1 bessmertie.ml, 1 @@ -17423,7 +17551,6 @@ bestsextoys.com, 1 bestsgadgets.com, 1 bestshoesmix.com, 1 -bestshopevermade.ru, 1 bestshopping.ga, 1 bestshops.ga, 1 bestsingingbowls.com, 1 @@ -17620,9 +17747,9 @@ betaal.my, 1 betaalbaarverbouwen.com, 1 betaams.net, 1 +betacalc.com, 1 betaclouds.net, 1 betacommand.tk, 1 -betadesign.dk, 1 betalgroup.com, 1 betandslots.com, 1 betandyou.com, 1 @@ -17654,6 +17781,7 @@ bethzone.tk, 1 betimely.com, 1 betish.tk, 1 +betlancer.com, 1 betleakbot.com, 1 betmobilenigeria.com, 1 betobaccofree.gov, 1 @@ -17713,7 +17841,7 @@ bettertime.jetzt, 1 betterweb.fr, 0 betterworlded.org, 1 -betterworldinternational.org, 1 +betterworldinternational.org, 0 bettflaschen.ch, 1 bettie.tk, 1 bettingbusiness.ru, 1 @@ -17732,6 +17860,7 @@ betwinner-giris.org, 1 betwinner-zerkalo.ru, 1 betwinner.cm, 1 +betwinner.co.it, 1 betwinner.de.com, 1 betwinnerbahis.net, 1 betwinnercolombia.com, 1 @@ -17805,6 +17934,7 @@ beybladesource.tk, 1 beyerautomation.com, 1 beyerm.de, 1 +beyers.io, 1 beykozmekan.com, 1 beyond-infinity.org, 0 beyond-rational.com, 1 @@ -17823,7 +17953,6 @@ beyondthepitch.net, 1 beyondtherealm.tk, 1 beyondthisrealm.com.au, 1 -beyondtodaymediagroup.com, 1 beyondtrust.com, 1 beyondtv.ga, 1 beyondweb.net, 1 @@ -17938,7 +18067,6 @@ biaxin.ml, 1 bibanks.com, 1 bibet365.com, 1 -bibhub.org, 1 bibi-xxx.com, 1 bibica.net, 1 bibisbootypalace.de, 1 @@ -18022,7 +18150,7 @@ bier-brothers.tk, 1 bierbaumer.net, 1 bierbrouwerijderoos.nl, 1 -bierochs.org, 1 +bierochs.org, 0 bierwebshop.be, 1 bieser.ch, 1 biester.pro, 1 @@ -18033,6 +18161,7 @@ biewen.me, 0 biflosgknm.tk, 1 bifrost.cz, 1 +bifrostwallet.com, 1 biftin.net, 1 big-black.de, 1 big-books.gq, 1 @@ -18076,6 +18205,7 @@ bigcountry.com.br, 1 bigdaddyslash.tk, 1 bigdatatop.cf, 1 +bigdayproductions.biz, 1 bigdinosaur.org, 1 bigdiscounts.tk, 1 bigeaglesacademy.gq, 1 @@ -18144,6 +18274,7 @@ bikehistory.org, 1 bikemaniacs.tk, 1 bikemod.de, 1 +biker.dating, 1 bikerawardsers.ga, 1 bikerawardsest.ga, 1 bikerebel.com, 0 @@ -18213,7 +18344,6 @@ billiger-mietwagen.de, 1 billigerfinder.de, 1 billigesommerhuse.nu, 1 -billigespill.no, 1 billigpoker.dk, 1 billigtech.tk, 1 billingsmtpublicworks.gov, 1 @@ -18238,6 +18368,7 @@ billogram.me, 1 billogram.net, 1 billogram.nl, 1 +billogram.no, 1 billogram.nu, 1 billogram.org, 1 billogram.se, 1 @@ -18308,6 +18439,7 @@ bind.ch, 1 bindb.com, 1 binding-problem.com, 1 +bindr.com.au, 1 bindsolutions.com, 1 binezalohar.tk, 1 bing-cdn.com, 1 @@ -18421,11 +18553,11 @@ biol.spb.ru, 1 biolack.cf, 1 biolact.tk, 1 -bioleev.sklep.pl, 1 biolegsanonims.tk, 1 bioligo.ch, 0 biolika.ua, 1 biolmarket.ru, 1 +biologiaygeologia.tk, 1 biologie-seite.de, 1 biologis.ch, 1 biologo.club, 1 @@ -18467,6 +18599,7 @@ biossidiot.eu.org, 1 biosuit.ga, 1 biot.tk, 1 +biotal.ua, 1 biotanquesbts.com, 1 biotec.tk, 1 biotecommunity.com, 1 @@ -18525,6 +18658,8 @@ birobidjan.tk, 1 birone.tk, 1 birosuli.hu, 1 +birra.tk, 1 +birrapenombra.tk, 1 birsinghdhami.com.np, 1 birtamode.tk, 1 birthday-to-you.com, 1 @@ -18550,8 +18685,11 @@ bishoptx.com, 1 bisik.ml, 1 bisix.tk, 1 +bismantova.tk, 1 bismarck-tb.de, 1 bismi.solutions, 0 +bisnisesteen.tk, 1 +bisnisinternetgratis.tk, 1 bisnisonlinecerdas.tk, 1 biso.ga, 1 bisoga.ga, 1 @@ -18564,7 +18702,6 @@ bissalama.org, 1 bisschopssteeg.nl, 1 bissokush.cf, 1 -bistax.vn, 1 bistro-dengi.ml, 1 bistrocean.com, 1 bistrodeminas.com, 1 @@ -18572,7 +18709,6 @@ bistrotdelagare.fr, 1 bistrozaim.ml, 1 bistum-eichstaett.de, 1 -bit-and.com, 1 bit-cloud.de, 0 bit-saar.de, 1 bit-sentinel.com, 1 @@ -18597,6 +18733,7 @@ bitcalt.eu.org, 1 bitcalt.ga, 1 bitchesabroad.com, 1 +bitchyjana.com, 1 bitclusive.de, 1 bitcoin-about.tk, 1 bitcoin-casino-no-deposit-bonus.com, 1 @@ -18607,7 +18744,6 @@ bitcoin-fauset.cf, 1 bitcoin-india.net, 1 bitcoin-india.org, 1 -bitcoin-news.info, 1 bitcoin-now.ga, 1 bitcoin-wizards.com, 1 bitcoin-youtube.net, 1 @@ -18648,7 +18784,6 @@ bitcoinkaufen.news, 1 bitcoinkurs.world, 1 bitcoinmakesense.com, 1 -bitcoinnews.digital, 1 bitcoinnews.guru, 1 bitcoinnews.world, 1 bitcoinprice.buzz, 1 @@ -18923,6 +19058,7 @@ black-blog.com, 1 black-diamonds.cf, 1 black-friday.org.il, 1 +black-ghost.tk, 1 black-hair-extension.tk, 1 black-holes.org, 1 black-khat.com, 1 @@ -18931,7 +19067,11 @@ black-market.ga, 1 black-pool.net, 1 black-raven.fr, 1 +black-rosella.tk, 1 +black-side.tk, 1 +black.dating, 1 black1ce.com, 1 +blackandblond.tk, 1 blackandwhite.tk, 1 blackapron.com.br, 1 blackarch.sk, 1 @@ -18952,13 +19092,13 @@ blackchristmas.tk, 1 blackcicada.com, 1 blackco.ga, 1 +blackcountrymusicband.co.uk, 1 blackdiam.net, 1 blackdown.de, 1 blackdragoninc.org, 1 blackeaglenet.tk, 1 blackedbyte.com, 1 blackestdespondency.tk, 1 -blackevent.be, 1 blackeyes.gq, 1 blackeyes.tk, 1 blackfire.io, 1 @@ -18971,13 +19111,13 @@ blackfridaynew.com, 1 blackgamelp.de, 1 blackgate.org, 1 +blackhail.tk, 1 blackhat.dk, 1 blackhat.nz, 0 blackhawkup.com, 1 blackheads.tk, 1 blackhealthwealth.com, 1 blackhelicopters.net, 1 -blackishtv.com, 1 blackjackballroomcasino.info, 1 blackjackprogramest.ga, 1 blackjaguar.tk, 1 @@ -18992,7 +19132,11 @@ blackmagickwitch.com, 1 blackmagicshaman.com, 1 blackmaskpro.gq, 1 +blackmetalencyclopedia.tk, 1 +blackmetalist.tk, 1 +blackmetaller.tk, 1 blackminds.tk, 1 +blackmistery.tk, 1 blackmodelsusa.tk, 1 blacknova.io, 1 blackoutzone.tk, 1 @@ -19004,14 +19148,16 @@ blackriverfalls.tk, 1 blackroadphotography.de, 1 blackroses.tk, 1 +blacksamantha.tk, 1 blackscytheconsulting.com, 1 blackseals.net, 1 -blacksearegion.ru, 1 +blacksearegion.ru, 0 blacksega.ga, 1 blackshark.cf, 1 blacksheepsw.com, 1 blacksniffer.tk, 1 blackspark.tk, 1 +blackspider.tk, 1 blacksport.ru, 1 blackstonepress.tk, 1 blackstrapsecurity.com, 1 @@ -19031,11 +19177,13 @@ blacktype.bet, 1 blackwaterutilities.tk, 1 blackwidow.tk, 1 +blackwire.tk, 1 blackwoodrugby.tk, 1 blackworld.ga, 1 blackyau.cc, 0 blackys-chamber.de, 0 blackzebra.audio, 1 +blade-online.tk, 1 bladebotlist.xyz, 1 bladesofteal.com, 1 blago-sostoyanie.ga, 1 @@ -19062,6 +19210,7 @@ blanickymanifest.eu, 1 blankersfamily.com, 1 blanket.technology, 1 +blankgeneration.net, 1 blankhang.com, 1 blankpage.link, 1 blankpagebiz.com, 1 @@ -19072,6 +19221,7 @@ blanx.de, 1 blanzastore.com.br, 1 blardiblah.com, 1 +blasflittchen.net, 1 blasorchester-runkel.de, 1 blastentertainment.co.nz, 1 blastentertainment.com.au, 1 @@ -19111,7 +19261,7 @@ bleachbattalion.tk, 1 bleaching-tipps.de, 1 bleaklyrics.tk, 1 -bleatingsheep.org, 0 +bleatingsheep.org, 1 blechbuexn.de, 1 bleche-onlineshop.at, 1 bleche-onlineshop.de, 1 @@ -19142,7 +19292,6 @@ bleutecmedia.com, 1 blewebprojects.com, 1 blheritage-tours.com, 0 -bli.li, 1 blic-zajm.gq, 1 blichmann.eu, 1 blicy.net, 1 @@ -19205,6 +19354,7 @@ blizora.com, 1 blk-booking.com, 1 blk-lunch.com, 1 +blk.me, 1 blkbx.eu, 1 blkj.com, 1 bllb.ru, 1 @@ -19221,7 +19371,6 @@ block-this.com, 1 block65.com, 1 blockchain.com, 1 -blockchain.poker, 1 blockchainaiintegra.com, 1 blockchainbulteni.com.tr, 1 blockchaindaigakko.jp, 1 @@ -19243,6 +19392,7 @@ blockshopauto.com, 1 blockstudio.it, 1 blocktab.io, 1 +blockvideo.live, 1 blockwatch.cc, 0 blockxit.de, 1 bloemenbesteld.nl, 1 @@ -19280,6 +19430,7 @@ blogdimotori.it, 1 blogexpress.org, 1 blogfeng.tk, 1 +blogforprofit.tk, 1 bloggermumofthreeboys.com, 1 bloggerse.com, 1 bloggersonlinetrainings.tk, 1 @@ -19287,7 +19438,9 @@ blogging-life.com, 1 bloggingkits.org, 1 bloggingwithchildren.com, 1 +blogguitar.tk, 1 bloggytalky.com, 1 +bloghogger.tk, 1 blogidol.tk, 1 bloginbeeld.nl, 1 blogit.fi, 1 @@ -19298,6 +19451,7 @@ blogofapps.com, 1 blogom.at, 1 blogonblogspot.com, 0 +blogotomia.tk, 1 blogpark.tk, 1 blogpress.co.il, 1 blogpronto.com.br, 1 @@ -19341,6 +19495,7 @@ bloomppm.com, 1 bloomscape.com, 1 bloomspace.com.au, 1 +blopezabogado.es, 1 blossom.so, 1 blossomsflowerboutique.com.au, 1 blrjmt.com, 1 @@ -19352,10 +19507,10 @@ bltc.org, 1 bltc.org.uk, 1 bluavido.ml, 1 -blubbablasen.de, 1 blubop.fr, 1 blubux.tk, 1 blucee.com, 1 +bluconductor.com, 1 blucouriers.com.au, 1 bludnykoren.ml, 1 blue-gmbh-erfahrungen.de, 1 @@ -19371,7 +19526,7 @@ bluebahari.gq, 1 blueberrywinery.com.au, 0 bluebie.com, 1 -bluebill.net, 1 +bluebill.net, 0 bluebirdelc.com, 1 blueblou.com, 1 bluebnc.com, 1 @@ -19386,16 +19541,18 @@ bluedeck.org, 1 bluedog-security.com, 1 blueenergy.tk, 1 +blueeyesworld.tk, 1 blueflare.org, 1 bluefrag.com, 1 bluefuzz.nl, 1 bluegifts.ro, 1 bluegorilla.es, 1 bluegrasscleaning.com, 1 -bluegrottoscuba.com, 1 +bluegrottoscuba.com, 0 bluehillhosting.com, 1 blueimp.net, 1 bluekrypt.com, 1 +bluelighter.tk, 1 bluelily.ga, 1 blueliquiddesigns.com.au, 1 bluemail24.com, 1 @@ -19433,12 +19590,14 @@ bluestardiabetes.com, 1 bluestarroofing.com, 1 bluestoneconstruction.com, 1 +bluestrigger.tk, 1 bluesuncamping.com, 1 bluesunhotels.com, 1 blueswanbookkeeping.com, 1 blueswandaily.com, 1 bluesync.co, 1 bluesystem.tk, 1 +bluetape.tk, 1 bluetechnician-inc.com, 1 bluetexservice.com, 1 bluetomatographics.com, 1 @@ -19530,11 +19689,14 @@ boardfree.tk, 1 boardgameforces.com, 1 boardgamegeeks.de, 1 +boardoftheworld.com, 1 boards.ie, 1 boardspot.com, 1 boardusersers.ga, 1 boat-engines.eu, 1 boathut.com.au, 1 +boatlogs.herokuapp.com, 1 +boatseller.org, 1 boattour.ru, 1 boattrader.com.au, 1 bob-dylan.tk, 1 @@ -19584,10 +19746,10 @@ boccabell.com, 0 bocciatitanium.com, 1 bochantinobgyn.com, 1 +bochfernsh.com, 1 bochs.info, 1 bockenauer.at, 1 bocloud.eu, 1 -bocpredict.com, 1 bocreation.fr, 1 bodagratis.com, 1 bodas.com.mx, 1 @@ -19622,6 +19784,7 @@ bodypainting.waw.pl, 1 bodyshaping.ml, 1 bodyshopnews.net, 1 +bodytechautomotive.com.au, 1 bodyweb.com.br, 1 bodyworksautorebuild.com, 1 boeah.com, 1 @@ -19690,11 +19853,14 @@ boldlegal.cz, 1 boldogsagadni.hu, 1 bolektro.de, 1 +boleleboyz.org, 1 +boleros.tk, 1 boletosdeavionbaratos.tk, 1 boleyn.su, 1 bolgarnyelv.hu, 1 bolgarus.ru, 0 bolico.de, 1 +bolid.tk, 1 bolivar-circuit-clerk.ms, 1 bolivar80.com, 1 bolivarchurch.tk, 1 @@ -19704,6 +19870,7 @@ bolli.tech, 1 bollymarket.com, 1 bollywoodacapellas4djs.tk, 1 +bollywoodfans.tk, 1 bollywoodgk.tk, 1 bollywoodhdsongs.tk, 1 bollywoodstrot.tk, 1 @@ -19712,6 +19879,7 @@ bologoe.tk, 1 bololo.fun, 1 bololo.online, 1 +bolos.tk, 1 bolosbatiente.tk, 1 bolovegna.it, 1 bolsa.tk, 1 @@ -19721,7 +19889,6 @@ bolshoy.tk, 1 bolt.cm, 0 bolt.com, 1 -boltbeat.com, 1 bolte.org, 1 boltenergy.ca, 1 boltmobile.ca, 1 @@ -19746,6 +19913,7 @@ bomhard.de, 1 bomhard.net, 1 bomhard.org, 1 +bomnet.tk, 1 bomprezzi.eu, 1 bompus.com, 1 bonaccordpestcontrol.co.uk, 1 @@ -19761,6 +19929,8 @@ bonami.si, 1 bonami.sk, 1 bonami.tech, 1 +bonanzateam.tk, 1 +bonapati.tk, 1 bonapeti.ml, 1 bonawehouse.co.uk, 1 bonbini.ga, 1 @@ -19781,6 +19951,7 @@ boneanu.tk, 1 bonebreakers.tk, 1 bonebunny.de, 1 +boneros.tk, 1 bonesserver.com, 1 bonexio.tk, 1 bonfi.net, 1 @@ -19812,6 +19983,7 @@ bonnieradvocaten.nl, 1 bonniestylez.net, 1 bonnsustainabilityportal.de, 1 +bonnydevil.com, 1 bonnyprints.fr, 1 bonobo.cz, 1 bonomi-koffie.nl, 1 @@ -19820,6 +19992,7 @@ bonsaiclubkengai.tk, 1 bonsaiclubsanvi.tk, 1 bonsaimedia.nl, 1 +bonsaj.tk, 1 bonsi.net, 1 bonte.tk, 1 bonukset.cf, 1 @@ -19832,7 +20005,7 @@ bonusov.tk, 1 bonusup.tk, 1 bonyancard.com, 0 -bonyancard.ir, 1 +bonyancard.ir, 0 boodledose.ddns.net, 1 boodmo.com, 1 boof.com, 0 @@ -19951,8 +20124,11 @@ bordadoenpedreria.com, 1 borde.network, 1 bordeiu.ro, 1 +bordelique.tk, 1 bordenmax.nl, 1 +bordercolli.tk, 1 bordercollie.tk, 1 +bordercolliesworkingdogs.tk, 1 borderfever.cf, 1 borderfever.ga, 1 borderfever.ml, 1 @@ -19962,6 +20138,8 @@ bordes.com.ar, 1 bordes.me, 1 bordo.com.au, 1 +borduurcadeau.tk, 1 +borduurpatronen.tk, 1 boredhackers.com, 1 boredhoard.com, 1 boredhousewifeconfessions.cf, 1 @@ -19976,6 +20154,7 @@ borgshof.tk, 1 boringnews.tk, 1 boringpoll.com, 1 +boringsmith.com, 1 boris64.net, 1 borisenko.by, 1 borislam.tk, 1 @@ -19995,6 +20174,7 @@ bornhack.dk, 1 bornreality.tk, 1 borntocover.pl, 1 +boros.tk, 1 borowski.pw, 1 borraxeiros.tk, 1 borriquillacuenca.tk, 1 @@ -20006,6 +20186,7 @@ borzaresearch.com, 1 borzov.tk, 1 bosabosa.org, 0 +bosanskinovi.tk, 1 bosattondskap.tk, 1 bosburyhistoryresource.org.uk, 1 boscbooks.com, 1 @@ -20027,7 +20208,9 @@ bosquedelasimagenes.tk, 1 boss.az, 1 bossbabe.com, 1 +bosshardparkelaw.com, 1 bossioboutique.it, 1 +boston-molly.tk, 1 boston-sailing.com, 1 bostonadvisors.com, 0 bostonaoii.com, 1 @@ -20044,6 +20227,7 @@ botcamp.org, 1 botcop.de, 1 botcore.ai, 1 +botdiril.com, 1 botealis.ch, 0 botelegram.tk, 1 botezdepoveste.ro, 1 @@ -20085,7 +20269,6 @@ bougetesfesses.fr, 1 boughariosbros.com, 1 boukoubengo.com, 1 -bouldercolorado.gov, 1 bouldercountydronepilot.com, 1 boulderlibrary.org, 1 boulderswap.com, 1 @@ -20240,10 +20423,11 @@ boxingclubduval.com, 1 boxintense.com, 0 boxlink.de, 1 -boxlitepackaging.com, 1 +boxlitepackaging.com, 0 boxmania.tk, 1 boxofficebengal.tk, 1 boxofninjas.ca, 1 +boxoptions.com, 1 boxpirates.to, 1 boxsite.ga, 1 boxspringbett-160x200.de, 1 @@ -20260,6 +20444,8 @@ boyinglanguage.com, 1 boykovo.tk, 1 boyo.cloud, 1 +boyscoutcampcars.cf, 1 +boyscouts.tk, 1 boyscoutschile.tk, 1 boysontech.com, 1 boysorebro.tk, 1 @@ -20283,6 +20469,7 @@ bpol-forum.de, 1 bpreguica.com.br, 1 bpsis.fr, 1 +bpvgoncalves.com, 1 bpvr.ddns.net, 1 bpvr.nl, 1 bqcp.net, 1 @@ -20298,7 +20485,6 @@ br7.ru, 1 br8.pl, 1 bra-horapparat.se, 1 -braams.nl, 1 braathe.no, 1 brabank.no, 1 brabank.se, 1 @@ -20349,6 +20535,7 @@ braining.gr, 1 brainit.at, 1 brainjuice.tk, 1 +brainmade.tk, 1 brainobeat.com, 1 brainotony.com, 1 brainoutlevel.com, 1 @@ -20358,6 +20545,8 @@ brainserve.swiss, 0 brainshare.tk, 1 brainsik.net, 1 +brainspawn.tk, 1 +brainstew.tk, 1 brainstorm.social, 1 brainstormproductions.tk, 1 braintensive.com, 1 @@ -20392,6 +20581,7 @@ branchtrack.com, 1 brandabaski.tk, 1 brandand.co.uk, 1 +brandbags.gr, 1 brandbil.dk, 1 brandbuilderwebsites.com, 1 brandcodestyle.com, 0 @@ -20411,6 +20601,7 @@ brandon.so, 0 brandoncricket.tk, 1 brandondivorcelawyer.com, 1 +brandongevallen.tk, 1 brandongomez.me, 1 brandonhaynesmd.com, 1 brandonhubbard.com, 1 @@ -20418,7 +20609,6 @@ brandonlin.me, 1 brandonlui.com, 1 brandonlui.ml, 1 -brandonsample.com, 1 brandontaylor-black.com, 1 brandonwalker.me, 1 brandrocket.dk, 1 @@ -20429,9 +20619,16 @@ brandt.tech, 1 brandtechdesign.co.uk, 1 brandtrapselfie.nl, 1 +brandweer-almelo.tk, 1 brandweer-sgravendeel.tk, 1 brandweerbarboek.nl, 1 +brandweercapcodes.tk, 1 +brandweeredam.tk, 1 brandweergent.be, 1 +brandweergrijpskerk.tk, 1 +brandweerhalsteren.tk, 1 +brandweermodelbouw.tk, 1 +brandweerpuch.tk, 1 brandweertrainingen.nl, 1 brandweeruitgeest.nl, 1 brandweerweb.tk, 1 @@ -20450,6 +20647,7 @@ brashear.me, 1 brasil66.tk, 1 brasilandia.tk, 1 +brasilcheats.tk, 1 brasilduino.tk, 1 brasildxn.com.br, 1 brasiliademinasnet.tk, 1 @@ -20458,6 +20656,7 @@ brasilmatamata.ml, 1 brasilmedia.com, 1 brasilmobi.cf, 1 +brasilnatu.com.br, 1 brasiltopnews.tk, 1 brasilwear.biz, 1 brasilweb.tk, 1 @@ -20490,6 +20689,7 @@ bravebooks.berlin, 1 bravehearts.org.au, 1 bravelittlesquirrel.com, 1 +bravelocation.com, 1 bravenboer.tk, 1 bravewiki.tk, 1 bravga.com, 1 @@ -20516,6 +20716,7 @@ brazenfol.io, 1 brazilhealth.com.br, 1 brazilian-human-hair-extension.tk, 1 +brazilian.dating, 1 brazilianbikinishop.com, 1 braziliaskincare.com, 1 brazillens.com, 1 @@ -20529,14 +20730,16 @@ brd.ro, 1 bread.fish, 1 bread.red, 1 -breadandlife.org, 1 +breadandlife.org, 0 breadmash.tk, 1 breadofgod.org, 1 breadpirates.chat, 1 breakberlin.tk, 1 breakcraft.tk, 1 +breakdancer.tk, 1 breakerlink.com, 1 breakeven.tk, 1 +breakfastcafe.tk, 1 breakfree.tk, 1 breakingdeal.fr, 1 breakingnewskenya.tk, 1 @@ -20557,6 +20760,7 @@ breastbuysers.ga, 1 breastbuysest.ga, 1 breastenlargement.gq, 1 +breathe-easy.tk, 1 breathedreamgo.com, 0 breathingblanket.com, 1 breathingsound.ml, 1 @@ -20649,13 +20853,16 @@ brguk.com, 1 bri.fyi, 1 brian-gordon.name, 1 +brian-ormond.tk, 1 brianalaway.com, 1 brianalawayconsulting.com, 1 briandorey.com, 0 briandwells.com, 0 brianfoshee.com, 1 briangarcia.ga, 1 +briangosnell.com, 1 brianjohnson.co.za, 1 +brianjosephdavis.tk, 1 brianlachapelle.tk, 1 brianlanders.us, 1 brianleemarketing.com, 1 @@ -20697,6 +20904,7 @@ bride.vn, 1 bridesbouquet.ml, 1 bridestarco.com, 1 +bridg-it.fr, 1 bridge-online.cloud, 1 bridge-to-knowledge.nl, 1 bridge.nl, 1 @@ -20717,6 +20925,8 @@ bridges.ml, 1 bridges2understanding.com, 1 bridgesinbelize.org, 1 +bridgethailand28chidlom.com, 1 +bridgetownrecords.tk, 1 bridgetroll.org, 1 bridholm.se, 1 bridltaceng.com, 1 @@ -20727,6 +20937,7 @@ briellenj.gov, 1 briffoud.fr, 1 brigadasazules.tk, 1 +brigady.tk, 1 brigantinebeachguide.com, 1 briggsleroux.com, 1 brighouse-leisure.co.uk, 1 @@ -20835,6 +21046,7 @@ brittainconsulting.ca, 1 brittanyferriesnewsroom.com, 1 britton-photography.com, 1 +brix-central.tk, 1 brizawen.com, 1 brizzo.net, 1 brk-t.com, 1 @@ -20886,12 +21098,15 @@ broeselei.at, 0 broilertrade.com, 1 brojagraphics.de, 1 +brokeinkorea.tk, 1 brokenbiz-news.tk, 1 brokenhands.io, 1 brokenminds.tk, 1 brokenneckgang.com, 1 +brokensword.tk, 1 brokentoaster.tk, 1 brokerdecredite.ro, 1 +brokerlink.ca, 1 brokernet.ie, 0 brokerstalk.com, 1 brokeryouers.ga, 1 @@ -20929,13 +21144,13 @@ broomcastle.net, 1 broomcastle.org, 1 brosay-legko.ml, 1 -brosephstalin.com, 1 brossman.it, 1 brossmanit.com, 1 brothers.gold, 1 brothersinbeetles.tk, 1 brothervietnam.com, 1 brottsfiltret.tk, 1 +brotwurz.de, 1 brouillard.ch, 0 brouskat.be, 1 brouwerijdeblauweijsbeer.nl, 1 @@ -21039,14 +21254,13 @@ bryanley.com, 1 bryanquigley.com, 1 bryanski.tk, 1 -bryansmith.net, 1 -bryansmith.tech, 1 bryantluk.com, 1 bryggebladet.dk, 1 bryte-rp.tk, 1 brzy-svoji.cz, 1 bs-network.net, 1 bs-security.com, 1 +bs.sb, 1 bs.to, 1 bs3xy.com, 1 bsa-dom.ru, 1 @@ -21088,7 +21302,6 @@ bslim-e-boutique.com, 1 bsmn.ga, 1 bsmsl.com, 1 -bsociabl.com, 1 bsolution.edu.vn, 1 bsp-southpool.com, 1 bspecialfx.nl, 1 @@ -21188,14 +21401,10 @@ btt355.com, 1 btt358.com, 1 btt372.com, 1 -btt6262a.com, 1 btt686.com, 1 btt6868.com, 1 -btt775.com, 1 btt882.com, 1 btt8989a.com, 1 -btt907.com, 1 -btt918958.com, 1 btt996.com, 1 btta13.com, 1 btta16.com, 1 @@ -21261,6 +21470,7 @@ buddie5.com, 1 buddiescomputers.com.au, 1 buddingoptimist.com, 1 +buddlycrafts.com, 1 buddy-acceptance-authentication-frontend.azurewebsites.net, 1 buddy-acceptance-backoffice-frontend.azurewebsites.net, 1 buddy-acceptance-web-frontend.azurewebsites.net, 1 @@ -21288,13 +21498,12 @@ budofjoy.com, 1 budolangnau.ch, 1 budolfs.de, 1 -budtraffic.net, 1 +budpolimer.com, 1 bueltge.de, 1 buena.me, 1 buenosproductos.net, 1 bueny.com, 1 bueny.net, 1 -buerger-lenke.de, 1 buerliag.ch, 1 bueromoebel-experte.de, 1 buerooeding.de, 1 @@ -21338,7 +21547,6 @@ bugreader.com, 1 bugs.chromium.org, 1 bugsmashed.com, 1 -buguardian.com, 1 bugwie.com, 1 bugzil.la, 1 bugzilla.mozilla.org, 1 @@ -21415,16 +21623,20 @@ bulgarianwine.com, 1 bulgariya.cf, 1 bulhost.com, 1 +bulindir.tk, 1 bulkcandystore.com, 1 bulkowespacerkowo.nl, 1 bulktshirtsjohannesburg.co.za, 1 bull.id.au, 0 +bulldog-buss.tk, 1 bulldog-hosting.de, 0 bulldogfrances.tk, 1 bulldogkennel.tk, 1 +bulldogs-sipoo.tk, 1 bulldogscuba.com, 1 bulledair-savons.ch, 0 bulletbabu.com, 0 +bulletfrog.tk, 1 bulletpoint.cz, 1 bullettags.com, 1 bullfitta.tk, 1 @@ -21454,6 +21666,7 @@ bumsbuero.com, 1 bumsbus.com, 1 bunadarbankinn.is, 1 +bunaken.tk, 1 bunbun.be, 1 bund-von-theramore.de, 1 bundespolizei-forum.de, 1 @@ -21508,7 +21721,7 @@ burdursondakika.tk, 1 bureaudirectoryers.ga, 1 bureaugoodwork.nl, 1 -bureaux-entrepots.fr, 1 +bureaux-entrepots.fr, 0 bureniemoscow.ru, 1 burenvoorburen.gent, 1 burevestnik.tk, 1 @@ -21535,6 +21748,7 @@ burlaka.net, 1 burlapsac.ca, 1 burling.cz, 1 +burma-we-care.tk, 1 burmania.tk, 1 burmeister-gmbh.de, 1 burmesecatscare.com, 1 @@ -21545,10 +21759,12 @@ burnedyouest.ga, 1 burnerfitness.com, 1 burnimage.co.uk, 1 +burning-team.tk, 1 burning-wheels.tk, 1 burningbird.net, 1 burningflame.tk, 1 burningflipside.com, 0 +burnit.tk, 1 burnsland.com, 1 burntfish.com, 1 burnworks.com, 1 @@ -21685,7 +21901,6 @@ businessgroove.ga, 1 businessgrowth.ga, 1 businessgrowthleaders.com, 1 -businessguide.co.ke, 0 businessgun.ga, 1 businesshandsome.ga, 1 businesshome.ml, 1 @@ -21708,6 +21923,7 @@ businessindallas.ga, 1 businessindenver.ga, 1 businessindetroit.ga, 1 +businessindia.tk, 1 businessinelpaso.ga, 1 businessinfonews.tk, 1 businessinfortworth.ga, 1 @@ -21820,6 +22036,7 @@ businessuprise.com, 1 businessusa.gov, 1 businessusa.tk, 1 +businessvalue.com, 1 businessvisual.ga, 1 businesswaterfront.ga, 1 businesswebadmin.com, 1 @@ -21830,6 +22047,7 @@ busit.be, 1 busiteyiengelle.com, 1 busned.tk, 1 +busnews.tk, 1 busold.ws, 1 buspark.com, 1 buspark.cz, 1 @@ -21859,8 +22077,8 @@ butikvip.ru, 1 butlerdisposal.com, 1 butlerfm.dk, 1 -butlist.com, 1 butowka.tk, 1 +butsa.tk, 1 butserdocumentary.tk, 1 butsoccers.com, 1 butt.repair, 0 @@ -22119,7 +22337,6 @@ byjuschennai.com, 1 byken.cn, 1 byket.lviv.ua, 1 -byladyverdelet.bzh, 1 byll.de, 1 byluthier.com, 1 bymike.co, 1 @@ -22151,6 +22368,7 @@ byst.by, 1 bystryj-zajm.gq, 1 bystryj-zajm.tk, 1 +byte-lab.tk, 1 byte128.com, 0 bytearts.net, 0 bytebe.at, 0 @@ -22179,6 +22397,7 @@ byteterrace.com, 1 bytetime.net, 0 byteultra.com, 1 +bytez.tk, 1 bytheglass.gr, 1 bythen.cn, 0 bytheswordinc.com, 1 @@ -22234,7 +22453,7 @@ c3hv.cn, 1 c3kidspace.de, 1 c3sa.com, 1 -c3sign.de, 0 +c3sign.de, 1 c3soc.de, 1 c3softworks.com, 1 c3speak.com, 1 @@ -22257,6 +22476,7 @@ c81365.com, 1 c82365.com, 1 c86255.com, 1 +c899365.com, 1 c9297.co, 1 c9397.com, 1 c9721.com, 1 @@ -22271,15 +22491,16 @@ ca5.de, 1 caalmn.org, 1 caanepal.gov.np, 1 -caaps.org.au, 1 caarecord.org, 1 caasd.org, 1 caasda.tk, 1 cabaal.net, 1 cabaladada.org, 1 cabale.fr, 1 +cabalistic.tk, 1 caballeroalba.cf, 1 caballeropeligroso.com, 1 +caballerosdeltablero.tk, 1 cabanactf.com, 1 cabarave.com, 1 cabaretadanowskyfan.tk, 1 @@ -22295,8 +22516,10 @@ cabineritten.nl, 1 cabinet-bedin.com, 0 cabinet-life.fr, 0 +cabinet-voyance-orca.tk, 1 cabinetfurnituree.com, 1 cabinetmtc.com, 1 +cabinetoumaima.tk, 1 cableatierra.tk, 1 cablehighspeed.net, 1 cablemod.com, 1 @@ -22313,11 +22536,13 @@ cacaolalina.com, 1 cacaumidade.com.br, 1 cachacasantaterezinha.com.br, 1 +cachaceros.tk, 1 cache-checker.com, 1 cachedview.nl, 1 cachethome.com, 1 cachetur.no, 1 cackette.com, 0 +cacko.tk, 1 cacombos.com, 1 cacoriccionline.tk, 1 cacr.pw, 1 @@ -22328,9 +22553,11 @@ cactuspedia.gq, 1 cactuspedia.ml, 1 cad-noerdlingen.de, 1 +cadafalso.tk, 1 cadafamilia.de, 1 cadams.io, 1 cadastroloteamento.com.br, 1 +cadaunoescomoes.tk, 1 cadaver.tk, 1 cadavre-exquis-musical.tk, 1 cadcc.cl, 0 @@ -22338,8 +22565,10 @@ cadecobots.com, 1 cadeengineering.com, 1 cadeirasparaescritorio.ind.br, 1 +cadenadereferidos.tk, 1 cadetsge.ch, 0 cadflow.pt, 1 +cadiar.tk, 1 cadici.ga, 1 cadifit.ga, 1 cadiskitchen.ca, 1 @@ -22361,6 +22590,7 @@ cadusilva.com, 1 caduta-capelli.tk, 1 cadventura.com, 1 +cady-jennifer.tk, 1 caerostris.com, 1 caesarkabalan.com, 1 caetanobenet.es, 1 @@ -22370,27 +22600,35 @@ caetanoformulagalicia.es, 1 caetanomotorsmalaga.es, 1 caetanoreicomsa.es, 1 +cafe-cliche.tk, 1 cafe-georges.cf, 1 cafe-habis.de, 1 cafe-musica.org, 1 cafe-pauline.de, 1 cafe-service.ru, 0 cafeamazon.tk, 1 +cafebeirut.tk, 1 cafecentral.tk, 1 cafechesscourt.com, 1 +cafechroma.tk, 1 +cafecobus.tk, 1 cafedelcielo.co, 1 +cafedospescadores.tk, 1 cafedupont.be, 1 cafedupont.co.uk, 1 cafedupont.de, 1 cafedupont.nl, 1 cafefacil.com.br, 1 +cafehaventje.tk, 1 cafeimsueden.de, 1 cafeitalia.tk, 1 +cafekleuskens.tk, 1 cafelandia.net, 1 +cafemadrid.tk, 1 cafenix.tk, 1 +cafenoorderzon.tk, 1 cafeobscura.nl, 1 cafepress.com.au, 1 -cafericoy.com, 1 cafermin.com, 1 cafeserramineira.com.br, 1 cafesforonda.com, 1 @@ -22404,9 +22642,13 @@ caffeinate.co.uk, 1 caffeinatedengineers.com, 1 caffeinefiend.org, 1 +caffelatte.tk, 1 +cafferata.tk, 1 caffewasyl.pl, 1 cafled.org, 1 +caftan.tk, 1 cagbuzau.ro, 1 +cageworld.tk, 1 cagir.eu, 1 cagivaclub.tk, 1 caglarcakici.com, 1 @@ -22423,6 +22665,7 @@ cainhosting.com, 1 cainiao.moe, 1 caiobatistamkt.com, 1 +caiobatistamkt.com.br, 1 caipai.fm, 1 caipsnotes.com, 1 caiqueparrot.com, 1 @@ -22466,13 +22709,16 @@ calabasaslighting.com, 1 calabasasoutdoorlighting.com, 1 calaborlawnews.com, 1 +calabozo.tk, 1 calaca.me, 1 caladan.tk, 1 calaficirecords.cf, 1 calafont.cat, 1 calaix.click, 1 +calamidad.tk, 1 calamp.com, 1 calandrahosting.tk, 1 +calantonieta.tk, 1 calaverasmedicalcannabis.com, 1 calcasieuparish.gov, 1 calcedge.com, 1 @@ -22532,6 +22778,7 @@ californiavalues.cf, 1 californiawomensmedicalclinic.com, 1 calim.com.ar, 1 +calimero.tk, 1 calisteniaperu.ga, 1 calitateavietii-ardeal.ro, 1 calixa.io, 1 @@ -22553,7 +22800,6 @@ callfordataspeakers.com, 1 callforkunst.de, 1 callfunc.com, 1 -callhome.link, 1 callhub.io, 1 callidus-vulpes.de, 1 calligraph.gq, 1 @@ -22569,13 +22815,15 @@ callumsilcock.me, 1 calluro.hr, 1 callvip.tk, 1 +callwork.tk, 1 +cally.tk, 1 calma-cafe.ru, 1 +calmaririshmusicfestival.tk, 1 calminteractive.fr, 1 calmrehab.com, 1 calmtech.com, 1 calomel.org, 1 calonmahasiswa.com, 1 -calories.org, 1 calotte-academy.com, 1 calposa.ml, 1 calu.me, 1 @@ -22607,6 +22855,7 @@ camarillooutdoorlighting.com, 1 camarzanadetera.tk, 1 camashop.de, 1 +camasirkazani.com, 1 camastowncar.com, 1 camazoon.com, 1 cambados.tk, 1 @@ -22616,10 +22865,12 @@ cambier.org, 1 cambiowatch.ch, 0 cambodiainfo.tk, 1 +cambodian.dating, 1 cambramanresa.cat, 1 cambreaconsulting.com, 1 cambridge-security.com, 1 cambridgeanalytica.cz, 1 +cambridgeanalytica.net, 1 cambridgeanalytica.org, 0 cambridgemoneyman.com, 1 cambridgesecuritygroup.org, 1 @@ -22645,6 +22896,7 @@ camerashot.tk, 1 cameraslyphotography.tk, 1 cameraviva.com.br, 1 +cameria.tk, 1 cameronherold.com, 1 cameronphotographyok.com, 1 cameronsiguenza.com, 1 @@ -22723,6 +22975,7 @@ campofant.com, 1 campograndenews.com.br, 1 campona.hu, 1 +camposolillo.tk, 1 campsoulfestival.com, 1 campstuffs.com, 1 camptuk.org, 1 @@ -22734,7 +22987,6 @@ campuspodsest.ga, 1 campuswire.com, 1 campvana.com, 1 -campwabashi.org, 1 campwaltblog.com, 1 camrecord.ml, 1 camreviews.org, 1 @@ -22774,6 +23026,7 @@ canadamails.tk, 1 canadaradon.com, 1 canadasmotorcycle.ca, 1 +canadian.dating, 1 canadianatheists.ca, 1 canadianatheists.com, 1 canadianchristianity.com, 1 @@ -22793,11 +23046,13 @@ canalinterativo.cf, 1 canalinterativo.ml, 1 canalinterativo.tk, 1 +canalpatriotas.tk, 1 canalvallenar.cl, 1 canalvtv.cl, 1 canamo-solidario.tk, 1 canaresidences.com, 1 canaria.ga, 1 +canariasport.com, 1 canariculturacolor.com, 1 canaryaspets.com, 1 canarymod.net, 1 @@ -22809,7 +23064,6 @@ canavillageresidences.com, 1 canberraoutletcentre.com.au, 1 cancan.ml, 1 -cancer-foods.com, 1 cancerdata.nhs.uk, 1 cancersintomas.com, 1 cancertherapy.tk, 1 @@ -22826,13 +23080,13 @@ candidasa.com, 1 candidateexperiencemarketing.nl, 1 candidatlibre.net, 1 -candidaturedunprix.com, 1 candidcard.ga, 1 candidcarders.ga, 1 candidcardest.ga, 1 candinya.com, 1 candinya.me, 1 candlcastles.co.uk, 1 +candlelightchallenge.tk, 1 candlelightediting.com, 1 candlemakingexplained.com, 1 candlepro.cf, 1 @@ -22840,6 +23094,7 @@ candy-pop.tk, 1 candyalexa.net, 1 candylion.rocks, 1 +candypalace.tk, 1 candysamira.org, 1 candytip.ru, 1 candyxs.org, 1 @@ -22853,7 +23108,6 @@ cangku.in, 1 cangku.io, 1 cangku.one, 1 -canglong.net, 1 cangurin.com, 1 canhas.report, 1 canhazip.com, 1 @@ -22864,7 +23118,6 @@ canker.org, 1 cankhon.tk, 1 cankirihaber.tk, 1 -canliradyodinle.life, 1 canlitelefonhatti.ga, 1 canlom.tk, 1 canmipai.com, 1 @@ -22877,7 +23130,9 @@ cannagoals.com, 1 cannamaca.com, 1 cannarobotics.com, 1 +cannaseedsonline.com, 1 cannellecitron86-biomonde.fr, 1 +canningpartners.com.au, 1 cannoli.london, 1 cannoncountytn.gov, 1 cannyfoxx.me, 1 @@ -22895,6 +23150,7 @@ canrarantra.tk, 1 cansworld.com, 1 cantaloupe.ga, 1 +cantalupo.tk, 1 cantando.nl, 1 cantarefacile.com, 1 cantarella.tk, 1 @@ -22914,6 +23170,7 @@ canttboardpachmarhi.org, 1 canukseeds.com, 1 canuluduz.tk, 1 +canuslucitrus.com, 1 canva-dev.com, 1 canva.cn, 1 canva.com, 1 @@ -22925,6 +23182,7 @@ canyoupwn.me, 1 cao.bi, 1 cao.gov, 1 +cao.la, 1 caodecristachines.com.br, 0 caodesantohumberto.com.br, 1 caodo.cf, 1 @@ -22938,7 +23196,6 @@ capacityproject.org, 1 caparicasurfing.com, 1 caparicasurflessons.com, 1 -capatech.co, 1 capctury.com, 1 capeannpediatrics.com, 1 capehipandknee.co.za, 1 @@ -22951,6 +23208,7 @@ caphapupolas.ga, 1 caphapupolas.ml, 1 caphefin.com, 1 +capicibera.tk, 1 capike.cf, 1 capila.com.br, 1 capillary.io, 1 @@ -22962,7 +23220,6 @@ capital-match.com, 1 capitalcap.com, 1 capitalcollections.org.uk, 1 -capitalgrio.com, 1 capitalibre.com, 1 capitalism.party, 1 capitalism.rip, 1 @@ -22974,7 +23231,6 @@ capitalmatters.gq, 1 capitalmatters.ml, 1 capitalmediaventures.co.uk, 1 -capitalonecardservice.com, 1 capitaloneshopping.com, 1 capitalp.jp, 1 capitalpay.ml, 1 @@ -22989,8 +23245,10 @@ capitapeskanova.tk, 1 capitein.tk, 1 capitolpathways.org, 1 +capitolrisk.tk, 1 caplinbouncycastles.co.uk, 1 capoeiravillenavedornon.fr, 1 +caporalmktdigital.com.br, 1 capota.tk, 1 capper.de, 1 cappp.cz, 1 @@ -23012,9 +23270,9 @@ capstansecurity.com, 1 capsuladigital.tk, 1 capsule.org, 0 -capsulecorp.org, 1 capsulekitchen.co, 1 capsulesubs.fr, 1 +capsulezone.tk, 1 captainark.net, 1 captainclaw.tk, 1 captainfit.in, 1 @@ -23063,6 +23321,7 @@ caralarm.tk, 1 caraliadeluxe.net, 1 caramellespinell.tk, 1 +caranya.my.id, 1 carapax.net, 1 carassure.de, 1 carauctionnetwork.com, 1 @@ -23144,6 +23403,7 @@ cardmetricsest.ga, 1 cardoneshop.it, 1 cardoni.net, 1 +cardozovargas.me, 1 cardpaymentoptions.com, 1 cardpyramiders.ga, 1 cardranking.jp, 1 @@ -23217,11 +23477,12 @@ cargobay.net, 1 cargoguard.com, 1 cargomaps.com, 1 -cargomurah.id, 1 +cargomurah.id, 0 cargorestraintsystems.com.au, 1 cargosapiens.com.br, 1 cargotariff.ml, 1 carhunters.cz, 1 +caribbean.dating, 1 caribbeancinemas.com, 1 caribbeanexams.com, 1 caribbeansolutionslab.com, 1 @@ -23301,7 +23562,6 @@ carmarthenradiocontrolledcarclub.tk, 1 carmatworld.co.uk, 1 carmela.tk, 1 -carmelglenane.com, 1 carmelrise.co.uk, 1 carmelss.edu.hk, 1 carmen1996.com, 1 @@ -23310,6 +23570,8 @@ carmenluz.fr, 1 carmeny.org, 1 carmineforsheriff.com, 1 +carna.tk, 1 +carnagevisors.tk, 1 carnaticalifornia.com, 1 carnavaldeltoro.tk, 1 carnavales.tk, 1 @@ -23317,6 +23579,7 @@ carnedelmercado.com, 1 carnet-du-voyageur.com, 1 carnetdeconducir.club, 1 +carni.tk, 1 carnica.tk, 1 carnildo.com, 1 carnivalcostumes.tk, 1 @@ -23355,13 +23618,15 @@ carontetourist.hr, 1 carontetouristisoleminori.it, 1 carousel.ga, 1 +carp-world.tk, 1 +carp-zeeland.tk, 1 carp4life.tk, 1 carparo.net, 1 carpentrybyallen.com, 1 carpet24.gr, 1 carpetandhardwoodflooringpros.com, 1 carpetcleanerswilmington.com, 1 -carpetcleaning-cypress.com, 1 +carpetcleaningprofessionals.co.uk, 1 carpetcleaningtomball.com, 1 carpetcobblers.ga, 1 carpio.tk, 1 @@ -23439,6 +23704,7 @@ cartons-cheap.tk, 1 cartooncastles.ie, 1 cartoonwap.tk, 1 +cartorios.tk, 1 cartoservice.tk, 1 cartouche24.eu, 1 cartridge.gq, 1 @@ -23475,11 +23741,13 @@ casachameleonhotels.com, 1 casacochecurro.com, 1 casacoleccionistagaldar.tk, 1 +casacoscolo.tk, 1 casact.org, 1 casadasmolas.tk, 1 casadasportasejanelas.com, 1 casadedios.tk, 1 casadegomes.com, 1 +casadetiteres.tk, 1 casadilanga.com, 1 casadoarbitro.com.br, 1 casadomus.de, 1 @@ -23489,6 +23757,7 @@ casafina.tk, 1 casagami.ga, 1 casagyn.com.br, 1 +casajeannine.tk, 1 casalacabra.com, 1 casalborgo.it, 1 casalcrevillent.tk, 1 @@ -23497,7 +23766,7 @@ casalinghedisperate.ga, 1 casalopez.tk, 1 casalor.ro, 1 -casalribeiro.com, 1 +casalribeiro.com, 0 casalunchbreak.de, 1 casamariano.es, 1 casamarrom.com.br, 0 @@ -23511,6 +23780,7 @@ casanuova.tk, 1 casapalla.com.br, 1 casapedra.tk, 1 +casaruralsantamaria.tk, 1 casasincreibles.com, 1 casasparaperross.com, 1 casasuara.com, 1 @@ -23523,7 +23793,9 @@ casbuijs.nl, 1 casc.cz, 1 casca.tk, 1 +cascadenos.tk, 1 cascadesjobcorpscca.com, 1 +cascadinglounge.tk, 1 cascavelle.fr, 1 cascavelle.nl, 1 cascd.pt, 1 @@ -23537,7 +23809,6 @@ casemaka.com, 1 caseof.fr, 1 caseplus-daem.de, 1 -caseprofessors.com, 1 casertanews.it, 1 cases.lu, 1 caseycapitalpartners.com, 1 @@ -23568,6 +23839,7 @@ cashlogic.ch, 0 cashmanagerbg.com, 1 cashmaxtexas.com, 1 +cashola.com.br, 1 cashontime.com, 1 cashplk.com, 1 cashregistry.tk, 1 @@ -23586,6 +23858,7 @@ casino-cash-flow.su, 1 casino-cashflow.ru, 1 casino-casholot.fr, 1 +casino-online-espana.com, 1 casino-online.info, 1 casino-trio.com, 1 casino.fail, 1 @@ -23682,11 +23955,13 @@ casinocity.pt, 1 casinocity.ro, 1 casinocity.rs, 1 +casinocity.sb, 1 casinocity.sc, 1 casinocity.se, 1 casinocity.sg, 1 casinocity.si, 1 casinocity.sk, 1 +casinocity.sl, 1 casinocity.sn, 1 casinocity.st, 1 casinocity.sx, 1 @@ -23695,6 +23970,7 @@ casinocity.ug, 1 casinocity.uy, 1 casinocity.vc, 1 +casinocity.vu, 1 casinocity.web.za, 1 casinocity.ws, 1 casinocitytimes.com, 1 @@ -23717,13 +23993,11 @@ casinotokelau.tk, 1 casinovendors.com, 1 casinovergleich.com, 1 -casinoworldz.com, 1 casio-caisses-enregistreuses.fr, 1 casio.bg, 1 casitawn.cf, 1 casjay.cloud, 0 casjay.com, 0 -casjaygames.com, 0 casjenprome.cz, 1 casko-insurance.tk, 1 casman.tk, 1 @@ -23769,6 +24043,7 @@ castlehack.ga, 1 castlekingdomstockport.co.uk, 1 castlekingkent.co.uk, 1 +castlemania.tk, 1 castleoblivion.tk, 1 castleparty.co.uk, 1 castles-in-the-sky.co.uk, 1 @@ -23815,6 +24090,7 @@ catarrhalfuns.tk, 1 catartofsweden.se, 1 catastrofy.tk, 1 +catatau.tk, 1 catb.on.ca, 1 catbeautifulanimal.tk, 1 catbold.space, 1 @@ -23828,17 +24104,21 @@ catchief.com, 1 catcontent.cloud, 1 catcoxx.com, 1 +catedraloscura.tk, 1 catenacondos.com, 1 caterbing.com, 1 +catering-fantasia.tk, 1 catering-xanadu.cz, 1 cateringvanhetland.nl, 1 caterkids.com, 0 cateromarket.pl, 1 +catfishworld.tk, 1 catfood.cf, 1 catfood.ga, 1 catfoto.cf, 1 catgarden.tk, 1 catharinalingeries.com.br, 1 +catharinaparkieten.tk, 1 catharinesomerville.com, 1 catharisme.net, 1 catharisme.org, 1 @@ -23846,12 +24126,14 @@ cathcartandwinn.com, 1 cathcartconsulting.com.au, 1 cathedralappointments.co.uk, 1 +cathedralofsatan.tk, 1 catherinejf.com, 1 catherinejflee.com, 1 catherinesarasin.com, 1 catherinesofpartick.co.uk, 0 catholic8964.org, 1 catholicprayers.tk, 1 +catholics.dating, 1 catholicteuchtar.cf, 1 catholicteuchtar.ga, 1 catholicteuchtar.ml, 1 @@ -23871,11 +24153,13 @@ cathyjf.net, 1 cathyjf.org, 1 cathyjfitzpatrick.com, 1 +cathylean.tk, 1 catilmu.com, 1 cativa.net, 1 cativarbrasil.com.br, 1 catl.st, 1 catland.club, 1 +catlicking.com, 1 catlovingcare.com, 1 catmash.tk, 0 catme.org, 1 @@ -23883,13 +24167,14 @@ catmoz.fr, 1 catnmeow.com, 1 catpic.xyz, 1 +catplay.tk, 1 catprincess.com.tw, 1 catpumpsonline.com, 1 catram.org, 1 catriel25noticias.com, 1 catscreativecakes.ga, 1 catsgalore.org, 1 -catskillselfstorage.com, 1 +catskillselfstorage.com, 0 catsmagic.pp.ua, 1 catsnow.com, 1 catsoft.me, 1 @@ -23934,6 +24219,7 @@ cavistenancy.fr, 1 cavzodiaco.com.br, 1 cawagiras.ga, 1 +caxaa.mx, 1 caxalt.com, 1 caycehouse.com, 1 caylee.de, 1 @@ -23972,7 +24258,6 @@ cbdlession.com, 1 cbdmarket.space, 1 cbdoilcures.co, 1 -cbdoils.llc, 1 cbdtelegram.com, 1 cbecrft.net, 1 cbh.org, 1 @@ -23998,7 +24283,6 @@ cc-customer.de, 1 cc.hn, 1 cc00228.com, 1 -cc3m.com, 1 cc5197.co, 1 cc6729.co, 1 cc6729.com, 1 @@ -24011,7 +24295,7 @@ cc9728.co, 1 cc98.eu.org, 1 ccaag.net, 1 -ccaag.us, 0 +ccaag.us, 1 ccac.gov, 1 ccaguavivadonaciones.org, 1 ccaj.io, 1 @@ -24070,6 +24354,7 @@ cctvsecurityjohannesburg.co.za, 1 cctvview.info, 0 ccu.plus, 1 +ccwallet.io, 1 ccwebdevelopment.com, 1 ccxperience.com, 1 ccxsta.com, 1 @@ -24113,7 +24398,6 @@ cdncompanies.com, 1 cdnjs.com, 1 cdnk39.com, 1 -cdnmc.cn, 1 cdns.cloud, 1 cdnsys.net, 1 cdnya.com, 1 @@ -24150,7 +24434,6 @@ cecilia-online.nl, 1 ceciliacolombara.com, 1 cecilwalker.com.au, 0 -cecitim.ro, 1 ceco.cf, 1 ced-services.nl, 1 cedac.com.br, 1 @@ -24177,6 +24460,7 @@ cejgsd.org, 1 cejhon.cz, 0 cekabajio.com, 1 +cekwebsitesaya.com, 1 celadas.tk, 1 celayix.com, 1 celcelulares.com, 1 @@ -24194,6 +24478,7 @@ celebraze.tk, 1 celebrex.ga, 1 celebrex100mg.cf, 1 +celebrities.pictures, 1 celebritiesblog.tk, 1 celebritydailynews.ml, 1 celebrityfakes.tk, 1 @@ -24212,6 +24497,7 @@ celestia.tk, 1 celestialenergies.com.au, 1 celestialisms.com, 1 +celestialmusic.tk, 1 celex-machinery.tk, 1 celexa365.tk, 1 celiac.com, 1 @@ -24225,7 +24511,7 @@ cellohealth.com, 1 cellopasorobles.com, 1 cellsheet.me, 1 -celltek-server.de, 0 +celltek-server.de, 1 celltesequ.com, 1 celltick.com, 1 celltraders.ga, 1 @@ -24235,6 +24521,7 @@ cellulit.tk, 1 celluliteorangeskin.com, 1 celluliteremovaldiet.com, 1 +cellulitetreatment.tk, 1 cellypso.com, 1 celseven.com, 1 celsoazevedo.com, 1 @@ -24244,6 +24531,7 @@ celti.ie.eu.org, 1 celti.name, 1 celticangel.org, 1 +celticdream.tk, 1 celulares.com, 1 celuliteonline.com, 1 cemcerkez.com, 1 @@ -24282,6 +24570,7 @@ centerpointwestapartments.com, 1 centervilleutah.gov, 1 centio.bg, 1 +centolos.tk, 1 centos.cz, 1 centos.pub, 1 centr.dn.ua, 1 @@ -24290,6 +24579,7 @@ centralbetsers.ga, 1 centralbetsest.ga, 1 centralcityjuniorkindergarten.com, 1 +centralclinic.science, 1 centralcoasthomeloans.com.au, 1 centralconvergence.com, 1 centralcountiesservices.org, 0 @@ -24356,7 +24646,6 @@ centsiwallet.com, 1 centum.no, 1 centumail.com, 1 -centura.de, 1 centurialeonina.com, 1 centurion-consulting-cie.eu, 1 centurion-consulting.eu, 1 @@ -24395,7 +24684,7 @@ cerberusecurity.com, 1 cerberusinformatica.it, 1 cerbottana.duckdns.org, 1 -cerby.com, 1 +cerby.com, 0 cercidiana.pt, 1 cerda-avocats.com, 1 cerebelo.info, 1 @@ -24497,9 +24786,11 @@ cfan.space, 1 cfasync.ga, 1 cfc-swc.gc.ca, 1 +cfcontracting.com, 1 cfcpestcontrol.com, 1 cfda.gov, 1 cfdcre5.org, 1 +cfdt-fleurymichon.fr, 1 cfenns.ath.cx, 1 cfent.xyz, 1 cfigura.com, 1 @@ -24675,7 +24966,6 @@ chantuong.org, 1 chanuwah.com, 1 chanz.com, 1 -chaonengsou.com, 1 chaos-darmstadt.de, 1 chaos-wg.net, 1 chaos.run, 1 @@ -24685,9 +24975,10 @@ chaoscycle.tk, 1 chaosdorf.de, 1 chaosfield.at, 1 +chaosncookies.com, 1 chaospott.de, 1 -chaoswars.ddns.net, 1 chaoswebs.net, 1 +chaoticgamers.net, 1 chaotichive.com, 1 chaoticlab.io, 1 chaoticonline.tk, 1 @@ -24717,13 +25008,13 @@ charitocracy.org, 1 charitylog.co.uk, 1 chariz.com, 1 -charizmatec.com, 1 charl.eu, 1 charleliphile.tk, 1 charlenevondell.com, 1 charlenew.xyz, 1 charles-brian.com, 1 charles-darwin.com, 1 +charles-migaud.fr, 1 charlesassaf.com, 1 charlesbordet.com, 1 charlesbwise.com, 1 @@ -24731,10 +25022,10 @@ charlesdickens.tk, 1 charlesdouglastec.com, 1 charlesmarsan.com, 1 -charlesonrecreationarea.com, 1 charlespitonltd.com, 1 charlesrogers.co.uk, 0 charlestonfacialplastic.com, 1 +charlestonsecuritysystems.net, 1 charley.tk, 1 charlie-liveshow.com, 1 charlie.im, 0 @@ -24760,12 +25051,12 @@ charlottesvillegolfcommunities.com, 1 charlottesvillehorsefarms.com, 1 charlotteswimmingpoolbuilder.com, 1 -charlyclearsky.de, 1 charlylou.de, 1 charmander.me, 1 charmanterelefant.at, 0 charmcitytech.com, 1 charmin.com, 0 +charming-powers.tk, 1 charmingsaul.com, 1 charnego.tk, 1 charolopezatelier.com, 1 @@ -24778,6 +25069,7 @@ charta-digitale-vernetzung.de, 1 chartbox.tk, 1 chartedesmunicipales.fr, 1 +charteredsurveyorinlondon.co.uk, 1 charteroak.org, 1 chartkick.com, 1 chartsy.de, 1 @@ -24936,6 +25228,7 @@ cheaterbios.ga, 1 cheatersanonymousers.ga, 1 cheatmasters.tk, 1 +cheatomania.tk, 1 cheatraiders.tk, 1 cheatsupreme.com, 1 cheazey.co, 1 @@ -24985,7 +25278,6 @@ cheekycharliessoftplay.co.uk, 1 cheela.org, 1 cheem.co.uk, 1 -cheerpassionallstars.com, 1 cheeseemergency.co.uk, 1 cheesefusion.com, 1 cheeseginie.com, 1 @@ -24998,6 +25290,8 @@ chefkoch.de, 1 chefpablito.tk, 1 chefshooba.com, 1 +chefstricks.info, 1 +cheguevaraclub.tk, 1 chehalemgroup.com, 1 cheholchik.tk, 1 cheibegaudi.ch, 1 @@ -25052,6 +25346,7 @@ chenzhipeng.com.cn, 1 cheque-transitionactive.fr, 1 cheraghestan.com, 1 +cheratocono.tk, 1 cherbourg.website, 1 cherevoiture.com, 1 cherhenri.com, 1 @@ -25126,7 +25421,6 @@ chiasepremium.com, 0 chiavistello.it, 1 chibiapp.ml, 1 -chibiotaku.com, 1 chiboard.co, 1 chiboost.net, 1 chibr.eu, 1 @@ -25251,7 +25545,6 @@ ching.tv, 1 chinookelevator.com, 1 chinookwebdesign.ca, 1 -chint.ai, 1 chintaparthi.tk, 1 chintaparthihome.tk, 1 chinwag.im, 1 @@ -25261,8 +25554,10 @@ chipmixer.com, 1 chipollinko.com.ua, 1 chippy.ch, 0 +chippysworkshop.co.uk, 1 chips-scheduler.de, 1 chipset.no, 1 +chirality.de, 1 chiralsoftware.com, 1 chirkunov.tk, 1 chiro-merksplas.tk, 1 @@ -25324,6 +25619,7 @@ chobitool.com, 1 chocamekong.com, 1 chocgu.com, 1 +chochos.tk, 1 chocoband.cf, 1 chocodecor.com.br, 1 chocolah.com.au, 0 @@ -25345,7 +25641,6 @@ chofan.tk, 1 choiceautoloan.com, 1 choicemediaworks.com, 1 -choigamevui.net, 1 choirofbeirut.cf, 1 chokladfantasi.net, 1 cholleria.es, 1 @@ -25418,6 +25713,7 @@ chrismorgan.info, 1 chrismurrayfilm.com, 1 chrisnekarda.com, 1 +chrisogedengbe.org, 1 chrispaul.ml, 1 chrispontius.tk, 1 chrisseoguy.com, 1 @@ -25441,6 +25737,7 @@ christiamguerra.com, 1 christian-fischer.pictures, 1 christian-folini.ch, 1 +christian-garo.com, 1 christian-garo.org, 1 christian-gredig.de, 1 christian-host.com, 1 @@ -25480,6 +25777,7 @@ christianoliff.com, 1 christianr.me, 1 christianrasch.de, 1 +christians.dating, 1 christiansayswords.com, 1 christiansrit.tk, 1 christianuniverse.org, 1 @@ -25546,6 +25844,7 @@ chriswiggin.ml, 1 chriswilding.co.uk, 1 chrisx.xyz, 1 +chriszarb.tk, 1 chrixonline.tk, 1 chromaitaly.com, 1 chromaphile.tk, 1 @@ -25563,6 +25862,7 @@ chromebooksforwork.com, 1 chromereporting-pa.googleapis.com, 1 chromestatus.com, 1 +chromium.link, 1 chromiumbugs.appspot.com, 1 chromiumcodereview.appspot.com, 1 chromopho.be, 1 @@ -25612,7 +25912,6 @@ chukotka.ml, 1 chukwunyere-chambers.org, 1 chun.pro, 1 -chun.si, 0 chunabhatti.tk, 1 chundelac.com, 1 chunga.tk, 1 @@ -25690,6 +25989,7 @@ cicavkleci.cz, 1 cicery.com, 1 cichol.com, 1 +ciclimattio.com, 1 ciclista.roma.it, 1 ciclodekrebs.com, 1 ciclodelcarbono.com, 1 @@ -25748,6 +26048,7 @@ cinafilm.com, 1 cinay.pw, 1 cinccapital.com, 1 +cinco-ind.com, 1 cincosf.com, 1 cinderellacloset.in, 1 cindey.io, 1 @@ -25758,6 +26059,7 @@ cinefilia.tk, 1 cinefilzonen.se, 1 cinefun.net, 1 +cinelandia.tk, 1 cinema-rulem.tk, 1 cinemaclub.co, 1 cinemadoma.tk, 1 @@ -25782,6 +26084,7 @@ cinexmachina.com, 1 cingulate.com, 1 cinicloud.com, 1 +cinicostudio.com, 1 cinicsystems.tk, 1 cinikestetik.com, 1 ciniticket.com, 1 @@ -25834,7 +26137,6 @@ cira.email, 1 cirasync.com, 1 circady.com, 1 -circara.com, 1 circle-people.com, 1 circlebox.rocks, 1 circlelytics.com, 1 @@ -25843,12 +26145,14 @@ circlepluscircle.me, 1 circoeia.com, 1 circu.ml, 1 +circuit.co.uk, 1 circuitcityelectricaladelaide.com.au, 1 circular.tw, 1 circularity.id, 1 circulosocial77.com, 1 circumstances.ir, 1 circus-maximus.de, 1 +circusdays.tk, 1 circuses.tk, 1 cirfi.com, 1 ciris.info, 0 @@ -25866,7 +26170,7 @@ cisamexico.com, 1 ciscoasanetflow.com, 1 ciscocyberthreatdefense.com, 1 -ciscodude.net, 0 +ciscodude.net, 1 ciscom.tk, 1 cisconetflowleader.com, 1 cisconetflowpartners.com, 1 @@ -25907,6 +26211,7 @@ citazine.fr, 1 citazioni.tk, 1 citcuit.in, 1 +citee.vn, 1 citfin.cz, 1 cities.cl, 1 citiledger.ga, 1 @@ -25919,6 +26224,7 @@ citizensbankal.com, 1 citizenscience.gov, 1 citizensgbr.org, 1 +citizenslasvegas.com, 1 citizensleague.org, 1 citizing.org, 1 citos.ga, 1 @@ -25952,6 +26258,7 @@ cityfloorsupply.com, 1 cityhide.tk, 1 cityhotel.tk, 1 +cityjam.tk, 1 citykohviteek.ee, 1 citylift.com.ua, 1 citylocal.cf, 1 @@ -26014,12 +26321,12 @@ civillines.nl, 1 civiltoday.com, 1 civilvirus.tk, 1 -civisme.org, 1 civmob.com, 1 cj-espace-vert.fr, 1 cj-jackson.com, 1 cj26.club, 1 cj8.de, 1 +cjaconsultoria.online, 1 cjbeckert.com, 1 cjdby.net, 1 cjdpenterprises.com, 1 @@ -26062,6 +26369,8 @@ ckna.ca, 1 ckostecki.de, 1 ckp.ie, 1 +ckpl.io, 1 +ckrobotics.tk, 1 ckrubble.co.za, 1 cktennis.com, 1 ckyalliancefinland.tk, 1 @@ -26069,6 +26378,7 @@ cl-wiki.spdns.org, 1 cl.search.yahoo.com, 0 cl0ud.space, 1 +claarycherry.com, 1 clacetandil.com.ar, 1 clad.cf, 1 claibornecountytn.gov, 1 @@ -26103,8 +26413,11 @@ clan-wars.ml, 1 clan-ww.com, 1 clan-zone.dk, 1 +clancrazy.tk, 1 +clandarkworld.tk, 1 clanebouncycastles.com, 1 claneros.tk, 1 +clankron.tk, 1 clanlaw.tk, 1 clanlegends.tk, 1 clanrose.org.uk, 1 @@ -26162,7 +26475,6 @@ classic-diva.ga, 1 classic-diva.ml, 1 classic-mu.com, 1 -classic-yacht-charters.com, 1 classicalchaos.tk, 1 classicalpilates.ca, 1 classiccrew.tk, 1 @@ -26177,7 +26489,6 @@ classics.io, 1 classicstories.tk, 1 classictheatrecumbria.co.uk, 1 -classicz.xyz, 1 classificadostodaoferta.tk, 1 classificar.com.br, 0 classifiedspoint.tk, 1 @@ -26196,15 +26507,20 @@ claudia-urio.com, 0 claudiahalfter.de, 1 claudiasnederlandsehangoordwergjes.tk, 1 +claudiaswea.com, 1 claudiney.eti.br, 1 claudiney.id, 1 +claudiney.info, 1 claudiohdz.com, 1 claus-bahr.de, 1 +claus-cremer.tk, 1 clauseriksen.net, 1 clausewitz-gesellschaft.de, 1 +claustrofobia.tk, 1 clav1d.com, 1 clavit4.zone, 1 clawe.de, 1 +clawedfrogs.tk, 1 clawhammer.dk, 1 clayandcottonkirkwood.com, 1 clayelections.gov, 1 @@ -26225,6 +26541,7 @@ cleandetroit.org, 1 cleandrains.com.au, 1 cleaner.tk, 1 +cleanertoday.com, 1 cleanfacesest.ga, 1 cleanfiles.us, 1 cleango.pl, 1 @@ -26291,6 +26608,7 @@ cles.jp, 1 clevelandokla.com, 1 clever-datenschutz.de, 1 +clever-fit.com, 1 clever-invest.cf, 1 clever-invest.ga, 1 clever-invest.gq, 1 @@ -26366,6 +26684,7 @@ clickphobia.ga, 1 clickpool-server.de, 1 clickpress.tk, 1 +clickrecados.tk, 1 clickrising.com, 1 clicktest.cf, 1 clickthebucket.com, 1 @@ -26379,6 +26698,7 @@ clientesal100.com, 1 clientesendemanda.com, 1 clientportal.com, 1 +cliff-rilly-website.tk, 1 cliffbreak.de, 1 cliffburton.tk, 1 clifflu.net, 1 @@ -26405,6 +26725,7 @@ clindamycinprice.tk, 1 clindoeilmontagne.com, 0 clingout.com, 1 +clinic-manager.academy, 1 clinica.zapto.org, 1 clinicaarques.es, 1 clinicadeesteticacontagem.com.br, 1 @@ -26413,6 +26734,7 @@ clinicadentalayomunoz.com, 1 clinicadentalmunoz.es, 1 clinicaeliana.com, 1 +clinicaferrusbratos.com, 0 clinicafollicles.com.br, 1 clinicalrehabilitation.info, 1 clinicalstats.ga, 1 @@ -26448,6 +26770,7 @@ clips.ga, 1 cliqz.com, 1 clive.io, 1 +cliveptr.cc, 1 clixa.com, 1 clmbr.ch, 0 clmde.de, 1 @@ -26497,6 +26820,7 @@ clothingjeans.tk, 1 cloud-hair.jp, 1 cloud-screen.com, 1 +cloud-world.tk, 1 cloud.bugatti, 1 cloud.fail, 1 cloud.google.com, 1 @@ -26562,7 +26886,6 @@ cloudmarathi.work, 1 cloudmigrator365.com, 1 cloudmoney.tk, 1 -cloudmyhome.com, 1 cloudmyhome.site, 1 cloudmyhome.top, 1 cloudninelandscapedesign.com, 1 @@ -26604,7 +26927,6 @@ cloudstress.ga, 1 cloudsweeper.com, 1 cloudsweeper.de, 1 -cloudsys.dnsalias.net, 1 cloudteam.de, 1 cloudtocloud.ddns.net, 0 cloudtocloud.tk, 1 @@ -26687,11 +27009,15 @@ clubhousetownhomes.com, 0 clubic.com, 1 clubinhodobaby.com.br, 1 +clubkalinka.tk, 1 +clublibertad.tk, 1 +clubmagellan.tk, 1 clubmania.tk, 1 clubmarina.store, 1 clubmate.rocks, 1 clubmini.jp, 1 clubminimansiones.tk, 1 +clubnature.tk, 1 clubni.tk, 1 clubnoetig-ink2g.de, 1 cluboc.site, 1 @@ -26765,7 +27091,6 @@ cms-weble.jp, 1 cms-world.co.jp, 1 cmsasia.co, 1 -cmsdca.gov, 1 cmserviscz.cz, 1 cmskakuyasu.info, 1 cmskeyholding.co.uk, 1 @@ -26813,7 +27138,6 @@ cnss.io, 1 cntraveller.com, 1 cnvt.fr, 1 -co-driversphoto.se, 0 co-founder-stuttgart.de, 1 co-yutaka.com, 1 co.fo, 1 @@ -26838,7 +27162,6 @@ coachjehond.nl, 1 coachrobcampos.com, 1 coactive.com, 1 -coactuate.com, 1 coag.gov.au, 1 coalition.tk, 1 coalmen.ga, 1 @@ -26940,18 +27263,20 @@ code.gov, 1 code.taxi, 1 code4.hk, 1 -code4u.org, 1 code66.ru, 1 code67.com, 1 code9000.be, 1 codeandpeace.com, 1 codeandsupply.co, 1 codeberg.org, 1 +codebot.tk, 1 codebrahma.com, 0 codebrasileiro.tk, 1 +codebreak.tk, 1 codebreakers.it, 1 codebrew.com.au, 1 codeclub.gq, 1 +codecolliders.com, 1 codecommunity.io, 1 codecrew.us, 1 codectron.com, 1 @@ -27028,7 +27353,6 @@ codeux.info, 1 codeux.net, 1 codevat.com, 1 -codeventure.de, 1 codewild.de, 1 codewithalisha.ga, 1 codewiz.xyz, 1 @@ -27057,6 +27381,7 @@ codo.digital, 1 cododigital.co.uk, 1 codoozer.com, 1 +codpwned.com, 1 codulrutier.tk, 1 codwarzonepoints.com, 1 cody.sh, 1 @@ -27081,10 +27406,12 @@ coffeebeanstudios.tk, 1 coffeeciel.com, 1 coffeeciel.com.tr, 1 +coffeeholic.tk, 1 coffeemoment.nl, 1 coffeeonlinemagazine.com, 1 coffeeshopsandman.nl, 1 coffeestain.ltd, 1 +coffeestory.in.ua, 1 coffeetime.fun, 0 coffeetom.de, 1 coffeeweb.online, 1 @@ -27094,6 +27421,7 @@ cofradiaqueimada.tk, 1 cogeneration-energy.com, 1 cogent.cc, 1 +cogetop.com.br, 1 coggin.church, 1 coginti.tk, 1 cogknockers.com, 1 @@ -27101,7 +27429,6 @@ cognitip.com, 1 cognitiveapplications.net, 1 cognitohq.com, 1 -cognixia.com, 1 cognixia.us, 1 cognosweb.net, 1 cogsquad.house, 1 @@ -27175,17 +27502,22 @@ coldecan.edu.co, 1 coldfff.com, 1 coldfusion.co.jp, 1 +coldhak.ca, 0 coldiario.com, 1 +coldice.tk, 1 coldjetconnect.com, 1 coldlasers.org, 1 coldren.org, 1 coldspegll.gq, 1 coldtomato.ga, 1 coldtomatoest.ga, 1 +coldwater.tk, 1 coldwateraustin.com, 1 colean.cc, 1 colectivaradio.tk, 1 colectivo.tk, 1 +colectivomackandal.tk, 1 +colectivovictorjara.tk, 1 coleg.gov, 1 colegioalemanmcbo.com, 1 colegiocuauhtzin.com.mx, 1 @@ -27238,7 +27570,9 @@ collecter.tk, 1 collectfood.com, 1 collectiblebeans.com, 1 +collectibles.tk, 1 collectif85.com, 1 +collectifpinceoreilles.com, 1 collective-incubator.de, 1 collectivedg.com, 1 collectivesupply.com, 1 @@ -27248,6 +27582,7 @@ colleencornez.com, 1 college-chagall.tk, 1 collegegirlhd.com, 1 +collegematchmaking.org, 1 collegemate.eu, 1 collegemoccassin.com, 1 collegenavigator.gov, 1 @@ -27264,6 +27599,7 @@ collegium-musicum-bocholt.de, 1 collerosso.com, 1 colley.tk, 1 +collibra.com, 1 collierlunaire.fr, 1 collinel-hossari.com, 1 collinelhossari.com, 1 @@ -27282,6 +27618,7 @@ colombiaemprendedora.org, 1 colombiahoy.news, 1 colombiajeans.co, 1 +colombian.dating, 1 colombianas.webcam, 1 colombiasobreruedas.com, 1 colombiawebs.com, 1 @@ -27302,6 +27639,7 @@ colorbrush.ru, 0 colorcodedlyrics.com, 1 colorfularchive.eu.org, 1 +colorfulcloud.eu.org, 1 colorfuldots.com, 0 colorguni.com, 1 colorhexa.com, 1 @@ -27312,6 +27650,7 @@ colorpalette.org, 1 colorpicker.fr, 1 colorsbycarin.com, 1 +colortronic.tk, 1 colorunhas.com.br, 1 colorwow.cf, 1 colorwow.ga, 1 @@ -27456,10 +27795,12 @@ commoncode.com.au, 1 commoncode.io, 0 commoncore4kids.com, 1 +commongrave.tk, 1 commons-mayflower.tk, 1 commonsenseamericanpolitics.com, 1 commonsensedivorce.ca, 1 commonsenseinactie.nl, 1 +commonvoice.tk, 1 commonwarest.ga, 1 communalconsulting.org, 1 communic.tk, 1 @@ -27477,6 +27818,7 @@ communitybangladesh.tk, 1 communitycodeofconduct.com, 1 communitydirectory.tk, 1 +communitylivingalgoma.org, 1 communitymanagertorrejon.com, 1 communitypreventionpartnership.org, 1 communote.net, 1 @@ -27486,7 +27828,6 @@ comocomprarumcarro.tk, 1 comoculosdesol.pt, 1 comocurarlagastritis24.online, 1 -comocurarlashemorroidesya.com, 1 comodo.nl, 1 comodosslstore.com, 1 comoentrenarperros.tk, 1 @@ -27502,6 +27843,7 @@ comorecuperaratumujerpdf.com, 1 comoseduzir.net, 1 comosefazisto.com.br, 1 +comovenderpelowhatsapp.com.br, 1 comoviajarcontumascota.com, 1 compactador-vendetta.tk, 1 compactchess.cc, 1 @@ -27515,6 +27857,7 @@ company-info-plugins.nl, 1 companyaneksta.tk, 1 companycleaninghome.com, 1 +comparai.com.br, 1 comparatif-moto.fr, 1 compare-energie.fr, 1 compareandrecycle.co.uk, 1 @@ -27546,8 +27889,10 @@ compilenix.org, 1 complaint.tk, 1 complete-concrete-concise.com, 1 +complete-privacy.tk, 1 completecareair.com, 1 completecase.com, 1 +completecontrol.tk, 1 completeglassutah.com, 1 completesecurityessex.co.uk, 1 completesecurityessex.com, 1 @@ -27597,6 +27942,8 @@ compu-ofertas.tk, 1 compubench.com, 1 compucorner.mx, 1 +compucorner.tk, 1 +compudoc.tk, 1 compunetwor.com, 1 compuplast.cz, 1 compusrit.tk, 1 @@ -27630,6 +27977,7 @@ computersystems.guru, 0 computertech-ut.com, 1 computerthings.net, 1 +computertips.tk, 1 computerwerk.org, 1 computerz.solutions, 1 computingaustralia.com.au, 1 @@ -27655,6 +28003,7 @@ comunidadeseo.com.br, 1 comunidadmontepinar.es, 1 comuniondelucia.com, 1 +comunismo.tk, 1 comunistas.tk, 1 comunitateonline.tk, 1 comunityflashgame.cf, 1 @@ -27666,13 +28015,13 @@ conalpedis.tk, 1 conatus.ai, 1 conbida.co, 1 +conbrio.tk, 1 concealoutfitters.com, 1 concellodoparamo.tk, 1 concepcion-futbol-club.tk, 1 concept-web.ch, 0 concept5.co.il, 1 conceptatelier.de, 1 -conceptcompany.com, 1 conceptground.com, 1 conceptual.ga, 1 concern.cloud, 1 @@ -27747,7 +28096,6 @@ confer.ch, 1 conference-expert.eu, 1 conference.dnsfor.me, 1 -confia.io, 1 confiancefoundation.org, 1 confidential.network, 1 confidentliving.gq, 1 @@ -27797,6 +28145,7 @@ conkret.co.uk, 1 conkret.eu, 1 conkret.mobi, 1 +conmatic.tk, 1 conmedapps.com, 1 conn.cx, 1 connect-ed.network, 1 @@ -27816,7 +28165,6 @@ connectingrentals.com, 1 connectingrentalsofbethel.com, 1 connectionplanet.nl, 1 -connectionstrings.com, 1 connectium.co.uk, 0 connective.com.au, 1 connectmath.com, 1 @@ -27827,7 +28175,6 @@ connelink.fr, 1 conner.work, 1 conneropticals.ga, 1 -connet-group.sk, 1 connexas.eu, 1 connexion.health, 1 connexionht.com, 1 @@ -27867,7 +28214,7 @@ consciente.ngo, 1 consciente.ong, 1 conscientia.com.mx, 1 -consec.systems, 1 +consec.systems, 0 consegnafioridomicilio.net, 1 consegne.it, 1 consejociudadanomx.org, 1 @@ -27879,7 +28226,6 @@ conservationfreedivers.com, 1 conservationgeography.com, 1 consideredgifts.com, 1 -consideryourways.net, 1 consilium-vitae.ch, 1 consiliumvitae.ch, 1 consill.com, 1 @@ -27938,6 +28284,7 @@ consulting-cloud.com, 1 consultingconnection.co, 1 consultinghero.es, 1 +consultinghouse.tk, 1 consultinghousenet.tk, 1 consultingnurseest.ga, 1 consultoresrey.cl, 1 @@ -27997,6 +28344,7 @@ contractorswestga.com, 1 contractstore.com, 1 contractwriters.com, 1 +contrafactos.tk, 1 contralaespeculacioninmobiliaria.tk, 1 contralegem.it, 1 contrapeso.es, 1 @@ -28019,10 +28367,12 @@ controle.net, 1 controleer-maar-een-ander.nl, 1 controlewiki.be, 1 +controlink.pt, 1 controllertech.com, 1 controlshiftlabs.com, 1 controltvpodcast.tk, 1 controlvoltage.cc, 1 +controlyourwifi.com, 1 controversialrisks.com, 1 controversialrisks.se, 1 contucara.tk, 1 @@ -28074,10 +28424,10 @@ cooking-food.cf, 1 cookingaround.town, 1 cookingcrusade.com, 1 +cookingiseasy.tk, 1 cookinglife.nl, 0 cookingperfected.com, 1 cookingreporter.com, 1 -cookingwithrakhi.in, 1 cookinsumos.com, 1 cookmedical.com, 0 cooko.at, 1 @@ -28131,8 +28481,8 @@ coore.jp, 1 coorpacademy.com, 1 copa.cf, 1 +copabarena.tk, 1 copacabanafc.tk, 1 -copan.com.br, 0 copdfoundation.org, 1 copdrop.ga, 1 copedeportes.tk, 1 @@ -28143,13 +28493,17 @@ copperandtileroofing.com, 1 copperexports.tk, 1 copperheados.com, 1 +copperlantern.tk, 1 coppermein.co.za, 1 +coppermine-kickers.tk, 1 copperplate.tk, 1 coppidesentupidora.com.br, 1 coprotag.com, 1 coprotag.fr, 1 coptel.cz, 1 coptkm.cz, 1 +copybysophie.com.au, 1 +copycats.tk, 1 copycaught.co, 1 copycaught.xyz, 1 copycenter.cf, 1 @@ -28161,6 +28515,7 @@ copyrightcoins.com, 1 copyrightcoins.help, 1 copyrightcoinsnews.com, 1 +copyrighter.tk, 1 copyrightflow.com, 1 copyrightforabout.tk, 1 copyrightshares.com, 1 @@ -28173,6 +28528,7 @@ coral-study.eu, 1 coralcanticorumbarcelona.tk, 1 coralreef.blue, 1 +coralreef.tk, 1 corarcraft.com, 1 coratxa.tk, 1 corazoncaliente.tk, 1 @@ -28185,7 +28541,6 @@ cordejong.nl, 1 cordelia.tk, 1 cordemar.info, 1 -cordenka.com, 1 corder.tech, 1 corderosa.tk, 1 cordeydesign.ch, 0 @@ -28249,8 +28604,10 @@ corlinde.nl, 1 cormed-heverlee.tk, 1 corneerasmus.com, 1 +cornelia-kaufmann.tk, 1 cornelia-schiemann.de, 1 corner-cabinets.tk, 1 +cornercafe.tk, 1 cornercircle.co.uk, 1 cornergarage.coop, 1 cornerstone.network, 1 @@ -28302,6 +28659,7 @@ corporateinfluencers.com, 1 corporatesubscriptions.com.au, 0 corporativoarval.info, 1 +corposeditora.tk, 1 corpsepaint.life, 1 corpulant.coffee, 1 corpulantcoffee.com, 1 @@ -28458,7 +28816,9 @@ cotwe-ge.ch, 0 coubron-escrime.fr, 1 couchidiomas.com, 1 +couchscreen.de, 1 cougar-bordeaux.fr, 1 +cougar.dating, 1 cougarlyon.fr, 1 coughlan.de, 1 couleursorgue.tk, 1 @@ -28480,6 +28840,7 @@ countingdues.com, 1 countrify.net, 1 country-creativ.de, 1 +country-dancers.tk, 1 country-games.tk, 1 country-house.ga, 1 countryatheartcandles.com, 0 @@ -28489,6 +28850,8 @@ countrymountaininn.com, 1 countryoutlaws.ca, 1 countryroadsmotorinn.com, 1 +countrysaloon.tk, 1 +countryshopradio.tk, 1 countrysidebar.tk, 1 countrysidemarquees.co.uk, 1 countrysmile.org, 0 @@ -28561,6 +28924,7 @@ covidlive.com.au, 1 covidmodel.net, 1 covidpppstore.co.za, 1 +covidtracker.fr, 1 covuro.com, 1 covve.com, 0 covybrat.cz, 1 @@ -28602,6 +28966,7 @@ cparta.pro, 1 cpaspecialisters.ga, 1 cpasperdu.com, 1 +cpatoday.club, 1 cpbanq.com, 1 cpcbegin.tk, 1 cpcheats.co, 1 @@ -28670,13 +29035,13 @@ crackerjohn.tk, 1 crackers4cheese.com, 1 crackheros.site, 1 +cracklab.tk, 1 crackle.io, 1 crackpfer.de, 1 cracksnet.tk, 1 crackstation.net, 1 cracky-chan.com, 1 crackychan.net, 1 -crackychan.org, 1 craft-beer.life, 1 craft-me-in.com, 1 craftandbuild.de, 1 @@ -28688,6 +29053,7 @@ craftgalore.com.au, 1 craftination.net, 1 craftingcrow.com, 1 +craftinghand.com, 1 craftist.de, 1 craftmachinec.com, 1 craftngo.hu, 1 @@ -28698,13 +29064,12 @@ craftsofcleo.com, 1 crafttalk.tk, 1 craftwmcp.xyz, 1 -craftychameleonbar.com, 1 craftydev.design, 1 craftyguy.net, 1 craftyphotons.net, 1 craftyproducts.co.za, 1 craig-mullins.com, 1 -craigary.net, 0 +craigary.net, 1 craigbates.co.uk, 0 craigdavis.ga, 1 craigfrancis.co.uk, 1 @@ -28720,6 +29085,7 @@ cranems.com.ua, 1 cranenburgh.nl, 1 cranenburgh.tk, 1 +cranepedia.com, 1 cranes.ga, 1 cranforddental.com, 1 crangasi.tk, 1 @@ -28735,6 +29101,7 @@ crashbolsa.com, 1 crashboy.ws, 1 crashcoursecenter.com, 1 +crashday.tk, 1 crashdebug.fr, 1 crashdummy.tk, 1 crashedata.tk, 1 @@ -28753,13 +29120,12 @@ crawloween.com, 1 crawlspaceandbasementsolutions.com, 1 crayon.co, 1 -crazy-cat.net, 1 +craytos.jp, 1 crazy-coders.com, 1 crazy-fox.cf, 1 crazy-project.ml, 1 crazyachmed.de, 1 crazybear-underground.tk, 1 -crazybulk.co.uk, 1 crazybulk.de, 1 crazybulk.fr, 1 crazycastles.ie, 1 @@ -28775,11 +29141,14 @@ crazygifts.cf, 1 crazyhost.ga, 1 crazyhost.tk, 1 +crazymadness.tk, 1 crazymarvin.com, 1 crazymeeshu.com, 1 crazymonkey.gq, 1 crazypaul.com, 1 +crazypellas.tk, 1 crazypete.ga, 1 +crazypong.tk, 1 crazypotato.tk, 1 crazypowered.com, 1 crazysavings.ga, 1 @@ -28850,6 +29219,7 @@ creativecommonscatpictures.com, 1 creativeconceptsvernon.com, 1 creativedesign.pt, 0 +creativedesk.fr, 1 creativedigital.co.nz, 1 creativeeducation.tk, 1 creativefolks.co.uk, 0 @@ -28870,6 +29240,7 @@ creativesyscon.com, 1 creativeweb.biz, 1 creativewolf.net, 1 +creativeworks.com.hk, 1 creativlabor.ch, 1 creativosonline.org, 1 creatixx-network.de, 0 @@ -28910,6 +29281,7 @@ creeks-coworking.com, 1 creeksidebiblechurch.org, 1 creep.im, 1 +creep.tk, 1 creepycraft.nl, 1 creepypastas.com, 1 creepypastas.net, 1 @@ -28922,6 +29294,7 @@ crena.ch, 1 crepa.ch, 0 crepusculofansmexico.tk, 1 +crescent-moon.tk, 1 cresoweb.it, 1 cresserons.fr, 1 crest.com, 0 @@ -28936,6 +29309,7 @@ crew.moe, 1 crewplanner.eu, 1 crewsing.tk, 1 +crewvision.pt, 1 crex24.com, 1 crfcap.org, 1 crgalvin.com, 1 @@ -28972,6 +29346,7 @@ criminallawyerjobdescription.ml, 1 criminalminds.tk, 1 criminalnote.tk, 1 +criminalskin.tk, 1 crimson.no, 0 crimsonconnect.co.uk, 1 crimsoncoward.com, 1 @@ -28988,6 +29363,7 @@ criptoinvest.pt, 1 criptolog.com, 1 criptomonedas365.com, 1 +criptomonedasworld.com, 1 criptomonedaz.com, 1 criptomoneylite.tk, 1 criptozoologia.tk, 1 @@ -29082,6 +29458,7 @@ crop-alert.com, 1 cropdiagnosis.com, 1 cropwizarders.ga, 1 +croquetgolf.tk, 1 croquis.tk, 1 crosbug.com, 1 cross-culture.tk, 1 @@ -29144,7 +29521,6 @@ crsoresina.it, 1 crsserviceogkloak.dk, 1 crstat.ru, 1 -crt.cloud, 1 crt.sh, 1 crt2014-2024review.gov, 1 crtalleres.com, 1 @@ -29184,6 +29560,7 @@ cryoflesh.com, 1 cryoit.com, 1 cryothanasia.com, 1 +cryozenic.com, 1 cryp.no, 1 crypkit.com, 1 cryps.pl, 1 @@ -29195,6 +29572,7 @@ crypted.chat, 1 crypteianetworks.com, 1 cryptex.net, 1 +crypticdeath.tk, 1 crypticface.tk, 1 crypticstench.tk, 1 cryptizy.com, 1 @@ -29213,6 +29591,7 @@ cryptocaseproject.com, 1 cryptoclix.website, 1 cryptocon.org, 1 +cryptocurrencylatestnews.today, 1 cryptocurrencynews.today, 1 cryptoearnblog.xyz, 1 cryptoeighty.com, 1 @@ -29234,7 +29613,7 @@ cryptology.ch, 1 cryptomail.nl, 1 cryptomaniaks.com, 1 -cryptomixer.io, 1 +cryptomixer.io, 0 cryptomkt.com, 1 crypton.academy, 1 crypton.vercel.app, 1 @@ -29259,6 +29638,7 @@ cryptosolicitations.com, 1 cryptotoken.site, 1 cryptotrendclub.com, 1 +cryptowhile.com, 1 cryptoya.io, 1 cryptozoologyguide.com, 1 cryptract.co, 1 @@ -29275,21 +29655,35 @@ crystalapp.ca, 1 crystalblockchain.com, 1 crystalcave.nl, 0 +crystalcaves.tk, 1 crystalchandelierservices.com, 1 crystalcherryonline.tk, 1 crystalcube.tk, 1 +crystaldesign.tk, 1 crystaldown.de, 1 crystalglass.ml, 1 crystalgrid.net, 1 crystalinfusedwater.com, 1 +crystallake.tk, 1 crystallizedcouture.com, 1 crystaloscillat.com, 1 +crystalsky.tk, 1 crystone.me, 1 cryz.ru, 1 cs-algeria.tk, 1 +cs-bot.tk, 1 cs-colorscreed-betongulve.dk, 1 +cs-escom.tk, 1 +cs-ice.tk, 1 cs-kurnik.pl, 1 +cs-lite.tk, 1 +cs-mania.tk, 1 +cs-master.tk, 1 cs-powa.tk, 1 +cs-top.tk, 1 +cs-tops.tk, 1 +cs-unlimited.tk, 1 +cs-westside.tk, 1 cs.money, 1 csa-clan.tk, 1 csaapac.com, 1 @@ -29324,6 +29718,7 @@ csgo.help, 1 csgo.su, 1 csgo77.com, 1 +csgoba.cn, 1 csgobar.com, 1 csgodatabase.com, 1 csgofile.tk, 1 @@ -29334,7 +29729,6 @@ csgoyournal.com, 1 csharpmarc.net, 1 cshe.de, 1 -cshive-cdn.com, 1 cshive-img.com, 1 cshive-static.com, 1 cshive.com, 1 @@ -29390,7 +29784,7 @@ csvalpha.nl, 1 csvplot.com, 1 cswapps.com, 1 -cswarzone.com, 0 +cswarzone.com, 1 cswebi.net, 1 cswgmbh.de, 1 csx.co.za, 1 @@ -29438,10 +29832,12 @@ cttso.gov, 1 ctyrisinkneri.cz, 1 cu247secure.ie, 1 +cuarentagrados.tk, 1 cuaresmaysemanasanta.tk, 1 cuartetocontinental.tk, 1 cuartob.tk, 1 cuasotinhyeu.vn, 1 +cuatroporcuatro.tk, 1 cuatroymedia.com, 1 cubaal.com, 1 cuban.wiki, 1 @@ -29457,7 +29853,9 @@ cubecraftcdn.com, 1 cubecraftstore.com, 1 cubecraftstore.net, 1 +cubefreak.tk, 1 cubegame.tk, 1 +cubeinfo.tk, 1 cubekrowd.net, 1 cubela.tech, 1 cubeo.xyz, 1 @@ -29466,9 +29864,9 @@ cubetech.co.jp, 1 cubex.ltd, 1 cubia.com, 1 -cubia.de, 1 cubia3.com, 1 cubia4.com, 1 +cubicle.tk, 1 cubiest.com, 1 cubigames.tk, 1 cubikus.fr, 1 @@ -29478,16 +29876,17 @@ cubocell.com, 1 cubos.io, 1 cuboxmovies.ga, 1 +cubrebocas.tk, 1 cubsbestteaminbaseball.com, 1 cubsradio.tk, 1 cubua.com, 1 cubyhome.com, 1 +cucabot.tk, 1 cucaracha.tk, 1 cucek.tk, 1 cuchichi.es, 1 cuckoo.ee, 1 cuddlecat.io, 1 -cuddlecomfort.com, 1 cuddlingyaks.com, 1 cuddlybeardaycare.com.au, 1 cuddlybeardaycare.org, 1 @@ -29503,7 +29902,6 @@ cuentas-gratis.ga, 1 cuentasmutualamr.org.ar, 1 cues.org.uk, 1 -cuestacorp.ml, 1 cuestiondetiempo.tk, 1 cuetoems.com, 1 cuevafelina.tk, 1 @@ -29529,6 +29927,7 @@ cultrix.co.uk, 1 cultrixdigital.co.uk, 1 cultura10.com, 1 +culturaanarquista.tk, 1 culturaarabe.tk, 1 culturabrasilia.tk, 1 culturaldiversity.tk, 1 @@ -29552,7 +29951,7 @@ cumberlandrivertales.com, 1 cumbiaperuana.tk, 1 cumbiavallenata.com, 1 -cumbredelamaternidad.com, 1 +cumbreamazonica.tk, 1 cuminas.com, 1 cuminas.jp, 1 cumnock.name, 1 @@ -29573,21 +29972,22 @@ cuongthach.com, 0 cuongthach.net, 1 cuoredesigns.tk, 1 -cup.al, 1 +cuorineri.tk, 1 cupcake.pt, 1 cupcao.gov, 1 -cupclub.com, 1 +cupclub.com, 0 cupdunarea.ro, 1 +cupie.tk, 1 cupoane-reducere.net, 1 cupom.net, 1 cupomdeapp.com, 1 -cupomeu.com.br, 1 cupomia.com.br, 1 cuponesmasdescuentos.tk, 1 cuppycakes.fi, 1 cur.by, 1 curacao-firma.com, 1 curacao-license.com, 1 +curacao.tk, 1 curacaodiveguide.com, 1 curamail.co.uk, 1 curaprox.co.th, 1 @@ -29595,13 +29995,14 @@ curatedtaste.com, 1 curbside.com, 1 cureatr.com, 1 -cureine.com, 1 curia.fi, 1 curieux.digital, 0 +curinline.com, 1 curio-shiki.com, 1 curiosity-driven.org, 1 curiositytrained.com, 1 curiosoando.com, 1 +curiouspeddler.com, 1 curioustea.com, 1 curl.tw, 1 curlie.tk, 1 @@ -29621,13 +30022,13 @@ currentcryptocurrency.news, 1 currentcryptocurrencynews.com, 1 currenthaus.com, 1 -currentlystreaming.com, 1 currentlyusa.com, 1 currynissanmaparts.com, 1 curseus.com, 1 cursillosdezaragoza.tk, 1 cursoalia.com, 1 cursocatolico.com, 1 +cursodehipnosis.tk, 1 cursodememorizacao.ml, 1 cursoderecepcionistadehotel.es, 1 cursointeractivo.com, 1 @@ -29647,11 +30048,11 @@ curtacircuitos.com.br, 0 curtis-smith.me.uk, 1 curtis-smith.uk, 1 +curtisleejones.tk, 1 curtispope.com, 1 curtissmith.me.uk, 1 curtissmith.uk, 1 curts-showcars.com, 1 -curty.ind.br, 1 curva.co, 0 curvaverde02.tk, 1 curvemedia.co, 1 @@ -29674,6 +30075,7 @@ custodyxchange.com, 1 custom-funky.co.uk, 1 custom-wear.ua, 1 +customanarchy.tk, 1 custombobbleheads.com, 1 custombuttonco.com, 1 customcodeit.com.au, 1 @@ -29701,6 +30103,7 @@ customtel.com.au, 1 customwebsitesplus.com, 1 customwritings.com, 1 +customwritingservice.com, 1 customwritten.com, 1 custosd.com, 1 custosd.io, 1 @@ -29722,6 +30125,8 @@ cutpasteprofit.tk, 1 cutter.li, 1 cuttingedgeperiodontist.com, 1 +cuttingedges.tk, 1 +cuvantul.tk, 1 cuvva.co, 1 cuvva.co.uk, 1 cuvva.com, 1 @@ -29738,6 +30143,7 @@ cuxpool.net, 1 cuyahogacommunitycollege.tk, 1 cuyahogacountyvotesoh.gov, 1 +cvalda.tk, 1 cvazquez.es, 1 cvbp.nl, 1 cvc.digital, 1 @@ -29804,6 +30210,7 @@ cyber-links.tk, 1 cyber-m.net, 1 cyber-mech.tk, 1 +cyber-party.tk, 1 cyber-resear.ch, 1 cyber-shield.de, 0 cyber-sikkerhed.dk, 1 @@ -29814,7 +30221,6 @@ cyber.gov, 1 cyber.je, 1 cyber.securitytactics.com, 1 -cyberallegiance.com, 1 cyberark.com, 1 cyberarmy.cc, 1 cyberatlantis.com, 1 @@ -29822,10 +30228,12 @@ cyberautomobile.tk, 1 cyberbook.ml, 1 cyberbotx.com, 1 +cyberboy.tk, 1 cyberburek.tk, 1 cybercareers.gov, 1 cybercat-tver.tk, 1 cybercave.tk, 1 +cyberclaw.tk, 1 cybercloud.cc, 1 cybercrew.cc, 1 cybercrew.rocks, 1 @@ -29835,6 +30243,7 @@ cyberdean.fr, 1 cyberdevelopment.es, 1 cyberdiscoverycommunity.uk, 1 +cyberdragon.tk, 1 cyberduck.io, 1 cyberdyne.ie, 1 cyberdyne.llc, 1 @@ -29842,10 +30251,10 @@ cyberexplained.info, 1 cyberfebrio.tk, 1 cyberforge.ml, 1 +cyberfruit.tk, 1 cybergame-host.tk, 1 cybergordon.com, 1 cybergroup.cf, 1 -cyberguerrilla.info, 1 cyberguerrilla.org, 1 cyberhazard.eu, 0 cyberhipsters.nl, 1 @@ -29854,6 +30263,7 @@ cyberinc.nl, 1 cyberislam.tk, 1 cyberium-planet.cf, 1 +cyberkov.com, 0 cyberlin.org, 1 cyberlounge.ga, 1 cybermall.ga, 1 @@ -29874,6 +30284,7 @@ cyberphaze.com, 1 cyberphoenix.tk, 1 cyberplus.net.id, 1 +cyberproducciones.tk, 1 cyberprogramming.tk, 1 cyberpubonline.com, 1 cyberquest.cf, 1 @@ -29921,6 +30332,7 @@ cybertron.cf, 1 cybertronics.tk, 1 cybertu.be, 1 +cyberwandelendetakjes.tk, 1 cyberwars.dk, 1 cyberweightloss.com, 1 cyberwire.nl, 1 @@ -29958,6 +30370,7 @@ cylindehea.com, 1 cylindricity.com, 1 cyllos.me, 1 +cymricweb.com, 1 cynology.ga, 1 cynop.me, 1 cynthiacherry.com, 1 @@ -29990,6 +30403,7 @@ cyriletsophie.fr, 1 cyrilstoll.ch, 1 cyrix-systems.tk, 1 +cyrusdaily.tk, 1 cysec.biz, 1 cysmo.de, 1 cyson.tech, 1 @@ -29999,6 +30413,7 @@ cytophil.com, 1 cyumus.com, 1 czakey.net, 1 +czarni-czarne.tk, 1 czaw.org, 1 czbix.com, 1 czbtm.com, 1 @@ -30024,6 +30439,7 @@ czzs.org, 0 d-20.fr, 1 d-consultant.ru, 1 +d-day.tk, 1 d-eisenbahn.com, 1 d-ku.de, 1 d-loop.de, 1 @@ -30111,7 +30527,6 @@ d8847.com, 1 d884vip.com, 1 d8853.com, 1 -d8855.vip, 1 d8859.com, 1 d885vip.com, 1 d886.net, 1 @@ -30128,16 +30543,13 @@ d8891.net, 1 d8898.com, 1 d88988.com, 1 -d8899.vip, 1 d88a.vip, 1 d88agent.com, 1 d88agqj.com, 1 -d88b.vip, 1 -d88c.vip, 1 d88d99.com, 1 -d88e.vip, 1 d88siteintro.com, 1 d898.app, 1 +d899365.com, 1 d8998.com, 1 d8studio.net, 1 d9297.co, 1 @@ -30150,7 +30562,8 @@ daadn.cn, 0 daaje-und-andre.de, 1 daallexx.eu, 1 -dab.dk, 1 +daanbanaan.tk, 1 +daanial.tk, 1 dabai.club, 1 dabai.photo, 1 dabasstacija.lv, 1 @@ -30160,6 +30573,7 @@ dabhand.pl, 1 dabhand.studio, 1 dabi.tk, 1 +dabneydriveanimalhospital.com, 1 dabro.tk, 1 dabstairs.com, 1 dabuzz.tk, 1 @@ -30179,12 +30593,13 @@ dacsanchatviet.com, 1 dad256.tk, 1 dada.is, 1 -dadadani.xyz, 1 dadafterforty.be, 1 dadcentral.ca, 1 +daddarios.tk, 1 daddybio.com, 1 daddyfinger.me, 1 daddyhax.ml, 1 +daddylonglegs.tk, 1 daddysluder.net, 1 dado.fr, 1 dado.me, 1 @@ -30218,12 +30633,14 @@ dag-konsult.com, 1 dag-ogni.tk, 1 daganzo.tk, 1 +dagbestedingwarrie.nl, 1 dagensannonser.se, 1 dagestan.cf, 1 dagestanci.tk, 1 dagestanec.tk, 1 dagirl.uno, 1 dagjetreinen.nl, 1 +daglar-domany.tk, 1 dagmar2018.cz, 1 dagmarhamalova.cz, 1 dagrs.se, 1 @@ -30243,6 +30660,7 @@ daikonsystems.com, 1 daikoz.com, 1 daily-puzzle.tk, 1 +daily-sudoku.tk, 1 dailyalerts.ga, 1 dailybihar.com, 1 dailybits.be, 1 @@ -30254,12 +30672,12 @@ dailydealika.com, 1 dailydosehealth.com, 1 dailydote.com, 1 -dailyemailinboxing.com, 1 dailyenglishchallenge.com, 1 dailyfantasysports101.com, 1 dailyhealthylife.ml, 1 dailyhealthylife.tk, 1 dailykos.com, 1 +dailylime.kr, 1 dailymotion.com, 1 dailynewsclubs.ga, 1 dailynewsfrommedjugorje.ml, 1 @@ -30271,14 +30689,13 @@ dailyrover.com, 1 dailyroverr.com, 1 dailysbread.pl, 1 +dailysomething.site, 1 dailysuperheroes.com, 1 dailytrip.de, 1 dailyusbusiness.tk, 1 -dailyw88.com, 1 -dailyw88.net, 1 +dailywarteg.com, 1 dailywork.ga, 1 dailyxenang.com, 1 -daim-avtoelektrika.ru, 1 daimafengzi.com, 1 daimonikos.com, 1 dairikab.go.id, 1 @@ -30305,6 +30722,7 @@ dakinnyc.com, 1 daknam.tk, 1 daknob.net, 1 +dakota-fanning.tk, 1 dakota-spain.tk, 1 dakotacil.org, 1 daktarisys.com, 1 @@ -30318,8 +30736,10 @@ dale-bancruz.tk, 1 dale-west.com, 1 dalek.co.nz, 1 +dalevuelta.tk, 1 dalfsennet.nl, 1 dalianbbq.com, 1 +dalil.tk, 1 dalingk.com, 1 dalkhola-city.tk, 1 dalkhola.tk, 1 @@ -30328,6 +30748,7 @@ dallas.gov, 1 dallas.lu, 1 dallascaraccidentlawyers.net, 1 +dallascowboys.tk, 1 dallasdesignco.com, 1 dallasescorts.net, 1 dallaslu.com, 1 @@ -30337,8 +30758,8 @@ dallatana.tk, 1 dalliard.ch, 1 dallmeier.net, 1 +dalmatians.tk, 1 dalmatiersheusden.be, 1 -daltonedwards.me, 1 daltonlabs.tk, 1 daltons.tk, 1 dalux.com, 1 @@ -30348,6 +30769,7 @@ damarsarkilar.tk, 1 damasgonzalezabogados.com, 1 damataro.ru, 0 +dambo.tk, 1 damebe.com.br, 1 damedrogy.cz, 1 dameeq.cf, 1 @@ -30355,7 +30777,7 @@ dameocio.com, 1 damianmalrechauffe.tk, 1 damianus.hr, 1 -damianuv-blog.cz, 0 +damianuv-blog.cz, 1 damicris.ro, 1 damienduhamel.tk, 1 damiengobron.com, 1 @@ -30384,6 +30806,7 @@ dan-maskiner.tk, 1 dan.me.uk, 1 dan124.com, 1 +dana-hilliot.tk, 1 danadameson.tk, 1 danads.com, 1 danaglennsmith.com, 1 @@ -30401,9 +30824,12 @@ danca.com, 1 dance-colleges.com, 1 dance-school.tk, 1 +dancechart.tk, 1 dancefm.tk, 1 danceonline.fi, 1 +danceordienet.tk, 1 danceproducciones.com, 1 +dancerzone.tk, 1 dancesafe.org, 1 danceworld.tk, 1 danchen.org, 1 @@ -30468,7 +30894,7 @@ danielehniss.de, 0 danieleluttazzi.tk, 1 danieleoneta.it, 0 -danielepestilli.com, 1 +danielepestilli.com, 0 danielesalatti.com, 1 danielgorr.de, 1 danielgray.email, 1 @@ -30511,10 +30937,10 @@ danielshaw.co.nz, 1 danielsixto.com, 1 danielstach.cz, 1 -danielsteiner.net, 1 danielstiner.me, 1 danielt.co.uk, 0 danielthompson.info, 1 +danielvaduva.tk, 1 danielvanassen.nl, 1 danielve.ga, 1 danielverlaan.nl, 1 @@ -30533,6 +30959,7 @@ daniya.tk, 1 danjesensky.com, 1 dank.ninja, 1 +dankevich.ru, 1 dankie.com.br, 1 dankim.de, 0 dankojunasevic.tk, 1 @@ -30556,6 +30983,7 @@ dannycairns.com, 1 dannycavanagh.tk, 1 dannygaidateraelgar.com, 1 +dannyhoekstra.tk, 1 dannyjota.tk, 1 dannymoran.com, 1 dannyoficial.tk, 1 @@ -30566,6 +30994,7 @@ dannyscloud.tk, 1 dannystevens.co.uk, 1 dannytemming.tk, 1 +dannyvanwamelen.tk, 1 dannywall.com.au, 1 danoji.cf, 1 danonsecurity.com, 1 @@ -30573,6 +31002,7 @@ danovamix.com.br, 1 danpiel.net, 1 danq.me, 1 +danramer.tk, 1 danrl.de, 1 dansa.com.co, 1 dansaunders.me, 1 @@ -30650,6 +31080,7 @@ darioclip.com, 1 dariosirangelo.me, 1 darioturchetti.me, 1 +dariusheghbali.tk, 1 dark-ages.tk, 1 dark-archive.com, 1 dark-crystal.tk, 1 @@ -30663,7 +31094,6 @@ dark-vision.cz, 1 dark-wolf.tk, 1 dark.fail, 1 -dark.ninja, 1 darkag.ovh, 1 darkartstudios.tk, 1 darkboysmedia.com, 1 @@ -30679,6 +31109,7 @@ darkerstormy.com, 0 darkestproductions.net, 1 darkeststar.org, 1 +darkfeeling.tk, 1 darkfilm.tk, 1 darkfire.ch, 1 darkfirestudios.tk, 1 @@ -30686,6 +31117,7 @@ darkgames.cf, 1 darkgrid.eu, 1 darkhall.tk, 1 +darkhuntersworld.tk, 1 darkillusion.us, 1 darkishgreen.com, 1 darkknights.tk, 1 @@ -30707,7 +31139,10 @@ darkovepredmety.cz, 1 darkpassionsite.tk, 1 darkperu.tk, 1 +darkphantom.tk, 1 +darkprince.tk, 1 darkrisks.com, 1 +darkscience.tk, 1 darksecret.dk, 1 darkserver.fedoraproject.org, 1 darkserver.stg.fedoraproject.org, 1 @@ -30715,19 +31150,24 @@ darksideprod.tk, 1 darksignsgame.tk, 1 darkskymap.com, 1 +darksonic.tk, 1 darkspacelab.com, 1 +darksystems.tk, 1 darktechnology.tk, 1 darkthreat.ai, 1 darktide.tk, 1 darktime.ru, 1 darkwater.info, 1 +darkwater.tk, 1 darkweb.wtf, 1 darkwebkittens.xyz, 0 +darkwoods.tk, 1 darkx.me, 1 darlehen-ratgeber.de, 1 darlene.hu, 1 darlenenbocek.com, 1 darlingdownscoffee.com.au, 1 +darlington.tk, 1 darlingtonia.nl, 1 darlo.co.uk, 0 darlybni.my.id, 1 @@ -30740,6 +31180,7 @@ darrenm.net, 1 dart-tanke.com, 1 dart-tanke.de, 1 +dartbeginners.tk, 1 dartcarrousel.tk, 1 dartcode.org, 0 dartdriving.com, 1 @@ -30748,16 +31189,19 @@ darthbraden.com, 1 dartmold.com, 1 dartnallministorage.com, 1 +dartstart.tk, 1 dartydiscount.fr, 1 darululum.ga, 1 darumpro.ru, 1 darwinkel.net, 1 +darwinpark.tk, 1 darwinsearch.org, 1 darxx.com, 1 daryl-wilcher.tk, 1 daryl.moe, 1 darylcrouse.com, 1 darylcumbo.net, 1 +darylwilcher.tk, 1 das-clanpage.tk, 1 das-forum24.de, 1 das-mediale-haus.de, 1 @@ -30789,6 +31233,7 @@ data-access-point.com, 1 data-captive.com, 1 data-detox.de, 1 +data-exchange.tk, 1 data-jt.de, 1 data-loader.com, 1 data-mail.tk, 1 @@ -30810,7 +31255,7 @@ database.com, 1 databasedrivers.cloud, 1 databasez.net, 1 -databeam.de, 1 +databeam.de, 0 databionix.com, 1 databiz.ga, 1 datablender.nl, 1 @@ -30889,6 +31334,7 @@ datatube.tk, 1 datatypes.net, 1 datavizable.org, 1 +datawar.tk, 1 datax-cloud.de, 1 datazoo.com, 1 date-chi.world, 1 @@ -30945,10 +31391,12 @@ datorb.com, 1 datorhjalp-stockholm.se, 1 datorhjalptaby.se, 1 +datos-quimsaitw.es, 1 datosfreak.tk, 1 datovyaudit.cz, 1 datumou-osusume.com, 1 datumplus.co.uk, 1 +datustribe.tk, 1 datutoday.tk, 1 datutorials.tk, 1 daubecity.de, 1 @@ -30961,6 +31409,8 @@ davangarte.com, 0 dave-pearce.com, 1 daveaustin.xyz, 1 +davebodnar.tk, 1 +davebuis.tk, 1 davecardwell.com, 1 davedevries.nl, 1 daveedave.de, 0 @@ -30971,10 +31421,12 @@ daveops.net, 1 davepearce.com, 1 davepullig.co.uk, 1 -daveroverts.nl, 1 +daveredfern.com, 1 +daveroverts.nl, 0 davescomputertips.com, 1 davesharpe.com, 1 davesinclair.com.au, 1 +davesplace.tk, 1 davetempleton.com, 1 davethom.net, 1 davevelopment.net, 1 @@ -31002,6 +31454,7 @@ davidbrito.tech, 1 davidbrookes.me, 0 davidbyrne.tk, 1 +davidebasile.tk, 1 davidelstob.com, 1 davideonlain.tk, 1 davidepalma.it, 1 @@ -31033,7 +31486,6 @@ davidmessenger.co.uk, 1 davidmlujan.com, 1 davidmn.org, 1 -davidmocq.com, 1 davidnadaski.com, 1 davidnoren.com, 0 davidops.com, 0 @@ -31047,9 +31499,11 @@ davidschadlich.com, 1 davidscherzer.at, 1 davidschlachter.com, 1 +davidsdika.com, 1 davidsimner.me.uk, 1 davidskinnerantiques.com, 0 davidsopas.com, 1 +davidstark.name, 1 davidstuff.net, 1 davidtiffany.com, 1 davidvig.com, 1 @@ -31061,22 +31515,26 @@ davinamccall.tk, 1 daviscannabisco.com, 1 davisdieselandautorepair.com, 1 +davisgrana.tk, 1 davmimer-mercerie.ro, 1 davo-usedcars.be, 0 davorin.cf, 1 davros.eu, 1 davros.ru, 1 +davulcuyuz.com, 1 davy-server.com, 1 davyatletiek.tk, 1 davyjones.com.br, 1 davyjonesatacado.com.br, 1 davypropper.com, 1 davys.com.br, 1 +daware.io, 1 dawgs.ga, 1 dawidpotocki.com, 1 dawidwrobel.com, 1 dawnbringer.eu, 1 dawnbringer.net, 1 +dawnbyte.ch, 1 dawnofeden.net, 1 dawnofhope.tk, 1 dawnson.is, 1 @@ -31142,11 +31600,12 @@ dbdc.co.za, 1 dbentertainment.co.uk, 1 dbgamestudio.com, 1 +dbhouse.tk, 1 dbic.ro, 1 dbjc.tk, 1 dblcastles.co.uk, 1 dbldub.net, 1 -dblfree.com, 1 +dblfree.com, 0 dblx.io, 1 dbmiller.org, 1 dbnext.de, 1 @@ -31161,6 +31620,7 @@ dbsbeautystore.cl, 1 dbtotalnet.tk, 1 dbtsai.com, 0 +dbtunder.tk, 1 dbw678.com, 1 dc-acupuncture.com, 0 dc-design.tk, 1 @@ -31182,6 +31642,7 @@ dcave.net, 1 dcbouncycastles.co.uk, 1 dcbreastenlargement.com, 1 +dcc.cat, 1 dccomputerrepair.com, 1 dccwiki.com, 1 dcdestetica.it, 1 @@ -31275,12 +31736,13 @@ dead-letter.email, 1 deadbeef.ninja, 1 deadboyskilling.tk, 1 +deadbybeats.tk, 1 deadc0de.re, 1 deadcoderssociety.tk, 1 deadescape.tk, 1 deadhead.tk, 1 +deadlift.tk, 1 deadlockcoaching.com, 1 -deadmorose.ru, 1 deadpixel.tk, 1 deadpoolonline.ga, 1 deadpulse.com, 1 @@ -31290,6 +31752,7 @@ deadsea.tk, 1 deadshortaudio.com, 1 deadspin.com, 1 +deaf.dating, 1 deaf.eu.org, 1 deafsound.tk, 1 deagle.chat, 1 @@ -31297,6 +31760,7 @@ deaktualisierung.org, 0 deal-runners.cf, 1 deal45.ga, 1 +dealandgo.co.il, 1 dealapp.nl, 1 dealbanana.com, 1 dealbanana.no, 1 @@ -31365,6 +31829,7 @@ debats.tk, 1 debattinnlegg.no, 1 debauchery.ml, 1 +debbiessieraden.tk, 1 debedstedanskecasinoer.dk, 1 debeer.tech, 1 debelicd.tk, 1 @@ -31391,8 +31856,9 @@ debtsolution.cf, 1 debtsolution.tk, 1 debuemon.com, 1 -debuis.nl, 1 +deburen.tk, 1 debut-mebel.ru, 1 +debutaredead.tk, 1 debzsh.tk, 1 dec-ced.gc.ca, 1 dec6.gc.ca, 1 @@ -31406,6 +31872,7 @@ decay24.de, 0 dechat.nl, 1 dechetor.fr, 1 +dechow.ddns.net, 1 decibelnewmusic.com, 1 decidetreatment.org, 1 decimatechnologies.eu, 1 @@ -31417,10 +31884,10 @@ decisiontime.online, 0 decisivetactics.com, 1 deck.academy, 1 +deckenplatten.org, 1 deckersheaven.com, 1 deckfix.co.nz, 1 declarativ.ga, 1 -declared.me, 1 declaredme.com, 1 declivitas.com, 1 deco-parisienne.fr, 1 @@ -31429,6 +31896,7 @@ decode.ga, 1 decodeanddestroy.com, 1 decohome.ee, 1 +decompression.tk, 1 deconstructind.ro, 1 decoora.com, 1 decor-d.com, 1 @@ -31447,6 +31915,7 @@ decorincasa.com.br, 1 decorlux.bg, 1 decormiernissanparts.com, 1 +decorno.tk, 1 decorotti.com.tr, 1 decorpol-renovation.fr, 1 decorsolucionesgraficas.es, 1 @@ -31461,7 +31930,6 @@ decsys.work, 1 dedelta.net, 1 dedeo.tk, 1 -dedetizacaoinsetan.com.br, 1 dedg3.com, 1 dedge.org, 1 dedicatedservers.cf, 1 @@ -31480,6 +31948,7 @@ dedoles.ro, 1 dedoles.sk, 1 deduijventil.nl, 1 +dedurpsidioten.tk, 1 dedyk.gq, 1 dee.pe, 1 dee.su, 1 @@ -31488,6 +31957,7 @@ deegeeinflatables.co.uk, 1 deejayevents.ro, 0 deejayladen.de, 1 +deejayz.tk, 1 deelmee.nl, 1 deelmijnreis.nl, 1 deelodge.art, 0 @@ -31509,6 +31979,7 @@ deepcode.io, 1 deepcreampie.com, 1 deeperwalkinternational.org, 1 +deepgame.tk, 1 deephill.com, 1 deephouse.ovh, 1 deepinnov.com, 1 @@ -31542,6 +32013,7 @@ defcongame.tk, 1 defcongroups.org, 1 defeestboek.nl, 1 +defeestridders.tk, 1 defektologiya.tk, 1 defelo.ml, 1 defenceenterprise.com, 1 @@ -31550,10 +32022,12 @@ defendbearbutte.org, 1 defender-pro.com, 1 defendinnovation.org, 1 +defendtheweb.co.uk, 1 defendtheweb.net, 1 defenestrazionedipra.ga, 1 defensefrontit.com, 1 defenseweapon.tk, 1 +defensie.tk, 1 defensivefirearmsinstruction.org, 1 defensoresunidos.tk, 1 defero.io, 1 @@ -31576,7 +32050,6 @@ definingterms.com, 1 definitely.cn, 0 definitions360.com, 1 -definitivesynergy.com, 1 defis-franciliens.fr, 1 defiscalisation.ml, 1 deflorio1948.it, 1 @@ -31593,6 +32066,7 @@ defunct-engineers.ml, 1 defuse.ca, 1 degala.tk, 1 +degasten.tk, 1 degeberg.com, 1 degeberg.dk, 1 degeeks.xyz, 1 @@ -31640,6 +32114,7 @@ deinelakaien.tk, 1 deinewebsite.de, 1 deinfoto.ch, 1 +deinjoghurt.de, 1 deinsparen24.de, 1 deionized.ga, 1 deitec-global.com, 1 @@ -31650,11 +32125,13 @@ dejavu.ml, 1 dejected.ga, 1 dejfcold.cz, 1 +dejongebeth.nl, 1 dejongonline.eu, 1 dejorisenkeesshow.tk, 1 dejting-sidor.com, 1 dejure.org, 0 dejvsoft.pl, 1 +dekampioenen.tk, 1 dekasegi-kansai.com, 1 dekasegifuzoku.com, 1 dekasiba.com, 1 @@ -31686,6 +32163,7 @@ deldadegan.tk, 1 delduca.casa, 1 deleenheir.be, 1 +deleesanghers.tk, 1 delegao.moe, 1 deleidscheflesch.nl, 1 delennerd.de, 1 @@ -31699,6 +32177,7 @@ deliacreates.com, 1 deliandiver.org, 1 deliberatedigital.com, 0 +delicadosonico.tk, 1 delicale.com.br, 1 delicatewonders.com, 1 deliciascomercial.com, 1 @@ -31712,13 +32191,16 @@ delikom.de, 1 delio.tk, 1 delirecetas.com, 1 +delirio.tk, 1 delistudio.cf, 1 delitto.top, 1 +deliuksta.lt, 1 delivereasy.tk, 1 delivr.com, 1 dellacasapizzasemassas.com.br, 1 dellasano.com, 1 dellipaoli.com, 1 +dellirium.tk, 1 delmarsumter.nl, 1 delogo.nl, 1 deloittequant.com, 0 @@ -31734,6 +32216,7 @@ delphinarabic.tk, 1 delphine.dance, 1 delpilarrungue.cl, 1 +delprete.me, 1 delta-data.ch, 1 delta-games.tk, 1 delta-hawks.tk, 1 @@ -31743,12 +32226,12 @@ delta.ru, 1 delta24.ml, 1 delta8.one, 1 -deltabadger.com, 1 deltacountymi.org, 1 deltadentalmo.com, 1 deltadentalsc.com, 1 deltafinanceiro.com, 1 -deltaloja.com.br, 0 +deltafm.tk, 1 +deltaloja.com.br, 1 deltamusik.tk, 1 deltanio.nl, 1 deltaonlineguards.com, 1 @@ -31778,6 +32261,8 @@ demaison.pro, 1 demand.io, 1 demandbase.com, 1 +demander.tk, 1 +demannen.tk, 1 demarit.fi, 1 demarle.ch, 0 demastglazenwasserij.nl, 1 @@ -31799,6 +32284,8 @@ demicrofonos.com, 1 demijn.nl, 1 demilletech.net, 1 +demilovatomexico.tk, 1 +deminormaastricht.tk, 1 demiranda.com, 1 demirdokum.tk, 1 demisch-tim.de, 1 @@ -31813,7 +32300,7 @@ democracychronicles.com, 1 democracydirect.com, 1 democracyineurope.eu, 1 -democrats.org, 1 +democratie.tk, 1 democraziaineuropa.eu, 1 demodata.eu, 1 demodoka.ddns.net, 1 @@ -31826,12 +32313,15 @@ demondms.com, 1 demonforums.tk, 1 demoniak.ch, 0 +demonicademorte.tk, 1 demonicresurrection.tk, 1 demonics.tk, 1 +demonized.tk, 1 demonmassacre.tk, 1 demonologyfieldguide.com, 1 demonstrably.live, 1 demontage.tk, 1 +demonwav.com, 1 demonwithin.tk, 1 demonwolfdev.com, 1 demopanel.tk, 1 @@ -31848,16 +32338,18 @@ demxausa.com, 1 den.taxi, 1 denabot.pw, 1 +denachtegaalferwert.tk, 1 denaehula.com, 1 denahrumah.co, 1 denali.net, 1 denardbrewing.com, 1 -denariu.ddns.net, 1 denarium.com, 1 denatured.tk, 1 denbkh.ru, 0 dencel.lv, 1 denchik.tk, 1 +dendi.tk, 1 +dendibanget.tk, 1 dendisoftware.com, 0 denegka-mgnovenno.cf, 1 denegmnogo.tk, 1 @@ -31891,13 +32383,14 @@ denizdesign.co.uk, 1 denizlihaber.tk, 1 denizlihaberleri.tk, 1 +denizlisohbet.tk, 1 denizsartdiary.com, 1 denizuydur.nl, 1 denkeandersblog.de, 1 denken-durchdenken.de, 1 +denker.tk, 1 denkerstube.net, 1 denkmalagentur.ch, 1 -denkmalsetzung.at, 1 denkorolev.ga, 1 denkubator.de, 1 dennhat.com, 1 @@ -31963,9 +32456,7 @@ denwauranailab.com, 1 denydarko.tk, 1 deobandimazhab.tk, 1 -deonlineassistente.nl, 1 deonlinedrogist.nl, 1 -deonlinespecialist.nl, 1 deontology.com, 1 depaco.com, 1 depak.de, 1 @@ -31975,6 +32466,7 @@ departamentoslosolivos.tk, 1 departmentofdefense.tk, 1 departmentofoncology.com, 1 +departure-transfer-reservation.com, 1 departureboard.io, 1 depeces.com, 1 depeche.ga, 1 @@ -31998,6 +32490,7 @@ depleteduranium.tk, 1 deplis.fr, 1 deplorablesdaily.com, 1 +depokcity.tk, 1 depone.net, 0 depop.com, 1 deported.ml, 1 @@ -32023,6 +32516,7 @@ der-lan.de, 1 der-rohrstock.club, 1 der-windows-papst.de, 1 +derakkers.tk, 1 derango.tk, 1 derattizzazione.name, 1 derattizzazioni.biz, 1 @@ -32108,6 +32602,8 @@ desapego.com.br, 1 desarrollamosweb.com, 1 desarrollando.web.ve, 1 +desarrollosmoyan.com, 0 +desarrollowp.com, 1 descargar-apk.org, 1 descargarwhatsappplusgratis.net, 1 descobrim.com, 1 @@ -32116,7 +32612,9 @@ descubre.ml, 1 desec.io, 1 deseneonline.tk, 1 +desensitized.tk, 1 desentupidorademais.com.br, 1 +desenvolvimentolocalvfa.com.br, 1 deseosvip.tk, 1 desergo.com, 1 desertbloomplasticsurgery.com, 0 @@ -32141,6 +32639,7 @@ design-your-life.info, 1 design2u.eu, 1 designanyware.com.br, 1 +designarea.tk, 1 designartepublicidad.com, 1 designburners.com, 1 designcanada.com, 1 @@ -32254,16 +32753,19 @@ detao.org, 1 detc.tk, 1 detdom.tk, 1 +detecmon.com, 1 detecte-fuite.ch, 0 detecte.ch, 0 detectefuite.ch, 0 detectify.com, 1 detectivedesk.com.au, 1 +detectro.cc, 1 deteken.be, 1 detekenmuze.nl, 1 detelefoonboer.nl, 1 detenterprise.com, 1 determapp.de, 1 +determinatie.tk, 1 dethemium.com, 1 deti-online.com, 1 deti-vse.ml, 1 @@ -32290,6 +32792,7 @@ detskie-avto-kresla.tk, 1 detskysad.com, 1 detuinmuze.nl, 1 +detulado.com, 1 detusmascotas.com, 1 detweedekans.tk, 1 detyamobuv.tk, 1 @@ -32299,7 +32802,6 @@ deuchnord.fr, 1 deude.de, 1 deurenfabriek.nl, 1 -deusadaseducao.com, 1 deustech-media.tk, 1 deustech.tk, 1 deutsch-vietnamesisch-dolmetscher.com, 1 @@ -32341,7 +32843,6 @@ devchuli.ml, 1 devconf.nl, 1 devcore.pl, 1 -devcu.net, 1 devdeb.com, 1 devdesco.com, 1 devdomain.cf, 1 @@ -32376,6 +32877,8 @@ devicesgadget.com, 1 devicom.mx, 1 devignstudios.co.uk, 1 +devil-may-cry.tk, 1 +devil-radio.tk, 1 devil.wtf, 1 devilbyte.tk, 1 devildog.tk, 1 @@ -32404,6 +32907,7 @@ devmode.fm, 1 devnet.tk, 1 devnull.team, 1 +devnull.win, 1 devnull.zone, 1 devoc.net, 1 devochki.ga, 1 @@ -32420,6 +32924,7 @@ devopsish.com, 0 devos.ml, 1 devoteschlampe.net, 1 +devotional.tk, 1 devpage.lv, 1 devpost.com, 1 devpp.com.br, 1 @@ -32427,7 +32932,7 @@ devr.nl, 1 devragu.com, 1 devrandom.net, 1 -devreactorlabs.com, 1 +devreactorlabs.com, 0 devries.one, 1 devrim.io, 1 devs.host, 1 @@ -32489,6 +32994,8 @@ dezintranet.com, 1 dezmembrariromania.ro, 1 dezzoroofing.co.za, 1 +df-clan.tk, 1 +df-team.tk, 1 df1nif.de, 1 df1paw.de, 1 df3313.com, 1 @@ -32513,7 +33020,6 @@ dfc52.com, 1 dfctaiwan.org, 1 dfekt.no, 1 -dfepharma.com, 1 dflcares.com, 1 dfmn.berlin, 1 dfmvf.org, 1 @@ -32525,12 +33031,13 @@ dfwmv.us, 1 dfwmv.vote, 1 dfwwp.com, 1 +dfzone.tk, 1 dg-1.jp, 1 dg-pic.tk, 1 dg1-test.com, 1 dg1.com, 1 dg1.services, 1 -dg1298.com, 1 +dg1298.com, 0 dg1jp-test.com, 1 dg68.cc, 1 dgangsta.net, 1 @@ -32631,6 +33138,7 @@ diamant.nyc, 1 diamante.ro, 1 diamantovaburza.cz, 1 +diamond-cutting.kiev.ua, 1 diamond-hairstyle.dk, 1 diamondcargotrailers.org, 1 diamondcontent.com, 1 @@ -32638,7 +33146,6 @@ diamondgrid.ga, 1 diamondhead-umc.org, 1 diamondpkg.org, 1 -diamondvision.ca, 1 diamondyacca.co.uk, 1 diamorphine.com, 1 diamsmedia.ch, 0 @@ -32648,7 +33155,10 @@ dianafaraj.de, 1 dianakaarina.tk, 1 diananeves.pt, 0 +dianaqueeny.tk, 1 dianas.sk, 1 +dianavanderplas.tk, 1 +diane-marstboom.tk, 1 dianefriedli.ch, 0 dianeseaborn.com, 1 dianoxofficiel.tk, 1 @@ -32706,7 +33216,6 @@ dickpics.ru, 1 dicksakowicz.com, 1 diclofenac-75mg.ga, 1 -diclofenacgel.cf, 1 diclofenacgel.ml, 1 diclofenacgel1.tk, 1 diclofenaconline.gq, 1 @@ -32714,6 +33223,7 @@ diclofenactopical.tk, 1 dico-charentais.tk, 1 dicoeste.com, 1 +dicomed.tk, 1 diconium.biz, 1 diconium.com, 1 diconium.de, 1 @@ -32723,6 +33233,8 @@ diconium.wtf, 1 diconium42.com, 1 diconium42.de, 1 +dictators-encyclopedia.tk, 1 +dictatronics.com, 1 dictionarypro.net, 1 dictzone.com, 1 dida.xin, 1 @@ -32767,6 +33279,7 @@ diedrehen.de, 1 diedrich.co, 1 dieecpd.org, 1 +dieetfabels.tk, 1 diegelernten.de, 1 diegentlemenbittenzurkasse.tk, 1 diegerbers.de, 1 @@ -32777,8 +33290,10 @@ diegogonzalez.com.co, 1 diegogranada.tk, 1 diegoisla.ga, 1 +diegomeza.tk, 1 diegorbaquero.com, 1 diegosalgado.tk, 1 +diegovisual.tk, 1 diehildebrands.de, 1 diekperaiwseis.gr, 1 diem-project.org, 1 @@ -32788,7 +33303,6 @@ diendorfer.space, 1 diengiolachoa.com, 1 dienmattroichonthanh.com, 1 -dienmay88.vn, 1 dienna.nl, 1 diennhienshop.com, 1 diennobi.com, 1 @@ -32797,6 +33311,7 @@ dieradvies.nl, 1 dierenartsdeconinck.be, 1 dierencompleet.nl, 1 +dierenpagina.tk, 1 dierenschilderijen.tk, 1 diesdasananas.spdns.de, 1 diesel.vin, 1 @@ -32847,7 +33362,10 @@ diflucanpill.ga, 1 difon.tk, 1 difoosion.com, 1 +difusionesnocomerciales.tk, 1 +difusionmetalera.tk, 1 digaloahidigital.com, 1 +digar.ee, 1 digazu.com, 1 digchip.com, 1 digchip.info, 1 @@ -32888,6 +33406,7 @@ digino.jp, 1 digino.us, 1 digino.xyz, 1 +digipartindex.ch, 1 digipitch.com, 1 digipolis.gent, 1 digipost.no, 1 @@ -32897,10 +33416,12 @@ digisecmalta.com, 1 digiskool.co.za, 1 digit.ec, 1 +digitaal-atelier.tk, 1 digitaaltalent.be, 1 digitador.tk, 1 digitai.net, 1 digital-compounds.com, 1 +digital-cs.tk, 1 digital-e-library.tk, 1 digital-eastside.de, 1 digital-home.tk, 1 @@ -32910,6 +33431,8 @@ digital-insurance-platform.de, 1 digital-insure.fr, 1 digital-liberal.ch, 1 +digital-mu.tk, 1 +digital-rainbow-dolls.tk, 1 digital-sculpture.org, 1 digital-techs.com, 1 digital.gov, 1 @@ -32960,6 +33483,7 @@ digitaleplus.fr, 1 digitalerror.net, 1 digitaletanker.com, 1 +digitaletelevisie.tk, 1 digitalewelten.de, 1 digitalezukunft-hagen.de, 1 digitalezukunft.nrw, 1 @@ -32983,6 +33507,7 @@ digitalid.com.au, 1 digitalimpactlab.org, 1 digitalis-france.com, 1 +digitalistan.tk, 1 digitalitglobal.com, 1 digitalizzazioneverona.it, 1 digitalkashmir.ml, 1 @@ -33000,7 +33525,6 @@ digitalphoto.tech, 1 digitalplaymakers.co.uk, 1 digitalpocketpedometer.tk, 1 -digitalponsel.com, 1 digitalposition.com, 1 digitalprimate.my, 1 digitalprofilers.com, 1 @@ -33017,6 +33541,7 @@ digitalsignagedisplay.com, 1 digitalskillswap.com, 1 digitalsphere.tk, 1 +digitalsuccessblueprint.com, 1 digitalsurge.io, 1 digitaltcertifikat.dk, 1 digitaltepee.co.uk, 1 @@ -33031,6 +33556,7 @@ digitizer.co.il, 1 digitkon.com, 1 digitlyx.com, 1 +digitoucan.com, 1 digitreads.com, 1 digityp.fi, 1 digitypa.fi, 1 @@ -33068,6 +33594,7 @@ dikiaap.id, 1 dikkevettescania.tk, 1 diko.ml, 1 +diktatur.tk, 1 dilation.party, 1 dilberkebab.co.uk, 0 dildoexperten.se, 1 @@ -33077,7 +33604,6 @@ diligo.ch, 0 dillewijnzwapak.nl, 1 dillonm.io, 1 -dilmarames.com, 1 dima.pm, 1 dimagrimentoincorso.it, 1 dimanet.fr, 1 @@ -33088,6 +33614,8 @@ dimdata.com, 1 dime-staging.com, 1 dime.io, 1 +dimensionjapon.tk, 1 +dimensionweb.tk, 1 dimeponline.com.br, 1 dimequebuscas.cl, 1 dimesanmedical.com, 1 @@ -33095,7 +33623,6 @@ dimez.ru, 1 dimi-inside.com, 1 dimiskovska.de, 1 -dimism.eu, 1 dimitrihomes.com, 1 dimitris.tk, 1 dimitrovi.tk, 1 @@ -33142,7 +33669,6 @@ dinheirolucrar.com, 1 dinimizislam.tk, 1 dinitabir.tk, 1 -dinkommunikasjon.no, 1 dinmtb.dk, 1 dinnerclub.tk, 1 dinocarrozzeria.com, 1 @@ -33203,6 +33729,7 @@ directmedica.fr, 1 directnews.be, 1 directories.cf, 1 +directorios.tk, 1 directoriostelefonicos.com, 1 directorseries.com, 1 directory-aldo.tk, 1 @@ -33222,13 +33749,14 @@ directveilig.nl, 1 directverify.in, 1 direitonovo.com, 1 +direj.tk, 1 direktvermarktung-schmitzberger.at, 1 diretonoponto.gq, 1 direwolfsoftware.ca, 1 -diriya.lk, 1 dirk-dogs.tk, 1 dirk-weise.de, 1 dirkdoering.de, 1 +dirki.tk, 1 dirkjonker.nl, 1 dirko.net, 0 dirkwolf.de, 1 @@ -33248,6 +33776,7 @@ dirtypretties.ml, 1 dirtyprettyartwear.com, 1 dirtypriscilla.com, 1 +dirtysindy.com, 1 dirtysox.ch, 0 dirtysox.eu, 0 dirtytiles.xyz, 1 @@ -33256,6 +33785,7 @@ disability.gov, 1 disabilitydischarge.com, 1 disabled-world.com, 1 +disabled.dating, 1 disableipv4.se, 1 disabuse.cf, 1 disadattamentolavorativo.it, 1 @@ -33315,6 +33845,7 @@ discover-mercure.com, 1 discover-shaken.com, 1 discoverapp.com, 1 +discoverasr.com, 1 discoveraustralia.tk, 1 discoverchinanow.cf, 1 discoverchinanow.ga, 1 @@ -33329,6 +33860,7 @@ discoveryaima.com, 1 discoveryballoon.org, 1 discoveryottawa.ca, 1 +discoveryvirtualsolutions.com, 1 discrede.tk, 1 discrypt.ca, 1 discshop.co.nz, 1 @@ -33341,6 +33873,7 @@ disenialia.com, 1 disenowebakus.net, 1 disenowebgalicia.tk, 1 +disfigured.tk, 1 disguise.cf, 1 dishakiran.com, 1 dishcrawl.com, 1 @@ -33404,16 +33937,20 @@ disketa.cf, 1 disketteetikette.tk, 1 diskgem.info, 1 +disking.co.uk, 1 diskonsepatu.ga, 1 diskusi.cf, 1 diskusi.tk, 1 diskussionsbereich.de, 1 +dislepsia.tk, 1 dismail.de, 1 dismed.fr, 1 disneywallpapers.tk, 1 disobey.net, 1 +disoluto.tk, 1 disougstroy.com.ua, 1 disparada.com.br, 1 +dispatched.tk, 1 dispatchitsolutions.com, 1 dispatchitsolutions.io, 1 displayenergycertificate.co.uk, 1 @@ -33441,7 +33978,6 @@ distelbentelo.nl, 1 distiduffer.org, 1 distilleren.tk, 1 -distillery.com, 1 distinctdesign2009.com, 1 distinguishedprisoner.com, 1 disto.tk, 1 @@ -33468,13 +34004,16 @@ districtartem.com, 1 districtcapital.com, 1 districtcourtislamabad.tk, 1 -distrilentes.com.br, 1 +distrigenosa.tk, 1 distrilogservices.com, 1 distrim.pt, 1 distrim2.pt, 1 distritoae.com, 1 +distritotres.tk, 1 +distritoxic.tk, 1 distro.fr, 1 distro.re, 0 +distrophy-grind.tk, 1 ditdot.hr, 1 ditec.sk, 1 diterzafra.tk, 1 @@ -33483,7 +34022,9 @@ diti.me, 1 dities.tk, 1 ditissaskia.nl, 1 +dittvertshus.no, 1 div12.org, 1 +divacresent.tk, 1 divais.it, 1 divanmsk.ru, 1 divari.nl, 1 @@ -33509,14 +34050,18 @@ diversitywatch.asia, 1 diversitywatch.co.nz, 1 diversitywatch.com.au, 1 -divesourcefl.com, 1 +diversovariable.tk, 1 +divesourcefl.com, 0 divewithfrank.com, 1 divi-experte.de, 1 dividedstates.tk, 1 dividendz.net, 1 +divider.tk, 1 divienna.nl, 1 divinasaiamodas.com.br, 1 +divineangel.tk, 1 divinecnainstitute.com, 1 +divinedecay.tk, 1 divinegames.studio, 1 divineglowinghealth.com, 0 divinemercyparishvld.com, 1 @@ -33558,14 +34103,17 @@ dizayner.tk, 1 dizidegilfilm.com, 1 diziyah.com, 1 +dizlexiqa.tk, 1 dizmatt.tk, 1 dizzie.org, 1 dizzieforums.com, 1 dizzyskills.tk, 1 dizzythewizard.co.uk, 1 dj-ac.com, 1 +dj-damm.tk, 1 dj-dfo.tk, 1 dj-eran.tk, 1 +dj-guillaume.tk, 1 dj-iliri.tk, 1 dj-jackson.tk, 1 dj-kupidon.gq, 1 @@ -33573,6 +34121,7 @@ dj-morfu.tk, 1 dj-ocean.tk, 1 dj-phil.fr, 1 +dj-wout.tk, 1 dj-x.info, 1 dj16888.com, 1 dj16888a.com, 1 @@ -33581,6 +34130,9 @@ dj16888d.com, 1 dj62.tk, 1 djaad.tk, 1 +djabad.tk, 1 +djafe.tk, 1 +djakil.tk, 1 djakuza.tk, 1 djalberto.tk, 1 djalessandrobrain.tk, 1 @@ -33594,7 +34146,8 @@ djangoproject.tk, 1 djangosetup.space, 1 djangosnippets.org, 1 -djanpana.com, 0 +djanpana.com, 1 +djarman.tk, 1 djattack.com, 1 djawabna.ga, 1 djax.tk, 1 @@ -33605,13 +34158,19 @@ djbessi.tk, 1 djbobbytables.com, 1 djboekingskantoor.nl, 1 +djboi.tk, 1 djboomarang.tk, 1 +djboris.com, 1 +djbrixx.tk, 1 djc.me, 1 +djcaz.tk, 1 djcezar.tk, 1 djcheka.tk, 1 +djcirce.tk, 1 djconde.tk, 1 djconker.tk, 1 djcontact.tk, 1 +djcritikal.tk, 1 djcursuszwolle.nl, 1 djdarkz.tk, 1 djdavid98.art, 0 @@ -33627,17 +34186,23 @@ djfantum.com, 1 djfaruk.tk, 1 djfed.tk, 1 +djfede.tk, 1 djfelix.tk, 1 djfilms.tk, 1 -djfrenchy.com, 1 +djfrenchy.com, 0 djfunkyju.de, 1 djgarcia.tk, 1 djh-nordmark.de, 1 djhardy.co.uk, 1 djharun.tk, 1 +djhooligan.tk, 1 +djhouse.tk, 1 +djhozby.tk, 1 djhypnoticstate.tk, 1 +djichtus.tk, 1 djinstinct.tk, 1 djipanov.com, 1 +djjacs.tk, 1 djjonimix.tk, 1 djkemal.tk, 1 djkhalid.tk, 1 @@ -33656,17 +34221,24 @@ djluca.tk, 1 djmanikbd.gq, 1 djmarian.com, 1 +djmathew.tk, 1 djmetrix.tk, 1 djmilad.tk, 1 +djmissynthia.tk, 1 djmoremusic.ng, 0 djmullet.tk, 1 +djmus.tk, 1 djnandoalmenara.tk, 1 djnasvatbuzlin.cz, 1 +djnefret.tk, 1 djnext.tk, 1 djnr.agency, 1 djnr.love, 1 +djogani.tk, 1 djosu.tk, 1 +djoszee.tk, 1 djovanov.tk, 1 +djpatrik.tk, 1 djpiere.tk, 1 djpromo.tk, 1 djramage.tk, 1 @@ -33674,13 +34246,16 @@ djrizwan.tk, 1 djrofex.tk, 1 djroynomden.nl, 1 +djrunaway.tk, 1 djrush134.tk, 1 djsamurai.tk, 1 djsbouncycastlehire.com, 1 djsciencecollege.tk, 1 djsearch.tk, 1 +djselo.tk, 1 djshivbabu.tk, 1 djshox.tk, 1 +djsina.tk, 1 djsintl.com, 1 djsk.nl, 1 djskippy.tk, 1 @@ -33688,24 +34263,31 @@ djsm.ga, 1 djt-vom-chausseehaus.de, 1 djtavo.tk, 1 +djtiago.tk, 1 +djtourist.tk, 1 djul.net, 1 djurensvanner.tk, 1 djurklinikenangelholm.se, 1 djursland-psykologen.dk, 1 +djvampire.tk, 1 djviks-rap.tk, 1 djvintagevinyl.com, 1 djvintagevinyl.de, 1 djvintagevinyl.nl, 1 +djvirus.tk, 1 djwaynepryke.com, 1 djwilson.tk, 1 +djyaman.tk, 1 djyoungcruse.tk, 1 dk-kromeriz.cz, 1 dk.com, 1 dk.search.yahoo.com, 0 dk1818.cc, 1 dkcomputers.com.au, 1 +dkdigital.tk, 1 dkds.us, 1 dkec2.space, 1 +dkeu.de, 1 dkgamers.tk, 1 dkids.com.br, 1 dkim-validator.com, 1 @@ -33783,6 +34365,7 @@ dmclix.com, 1 dmd.lv, 1 dmdd.org.uk, 1 +dmdiamonds.tk, 1 dmdpayroll.com, 1 dmehub.com, 1 dmerkel.de, 1 @@ -33791,6 +34374,7 @@ dmfj.io, 1 dmhomedesign.pl, 1 dmhtwebordering.com, 1 +dmhy.com, 1 dmi.es, 1 dmiapis.id, 1 dmilb.org, 1 @@ -33811,18 +34395,19 @@ dmoutlet.com.br, 1 dmparish.com, 1 dmr446.fr, 1 -dmramp.com, 1 dmshynk.com, 1 dmvhomesgroup.com, 1 dmwall.cn, 1 dmwaste.com, 1 dmwclan.tk, 1 dmx.xyz, 1 +dmxclan.tk, 1 dmxledlights.com, 1 dmze.tk, 1 dmzlab.se, 1 dn3s.me, 1 dn42.us, 1 +dna-technology.ua, 1 dna.li, 0 dnacloud.pl, 1 dnakids.co.uk, 1 @@ -33869,12 +34454,14 @@ dnskeep.com, 1 dnskeeper.com, 1 dnslog.com, 1 +dnslytics.com, 1 dnsman.se, 1 dnsmate.net, 1 dnspod.cn, 1 dnspod.ml, 1 dnspropagation.net, 1 dnsrate.com, 1 +dnsseal.wiki, 1 dnssecandipv6.se, 1 dnssex.com, 1 dnstwister.report, 1 @@ -33895,6 +34482,7 @@ doanhai.tk, 1 dobavki.club, 1 dobbshvac.com, 1 +dobledemichaeljackson.tk, 1 dobleseo.pro, 1 dobookmark.ml, 1 dobraimprezka.pl, 1 @@ -33912,6 +34500,7 @@ dobrisan.uk, 1 dobro.ml, 1 dobrodar.tk, 1 +dobrodruzi.tk, 1 dobryautoskup.pl, 1 dobrynyastyle.ru, 1 dobryprezident.sk, 1 @@ -33931,6 +34520,7 @@ docemeldoces.com, 1 docertify.com, 1 docesmartini.com.br, 1 +docha.tk, 1 dochimera.com, 1 dochub.com, 1 dockerbook.com, 0 @@ -33943,7 +34533,7 @@ doclassworks.com, 1 docline.gov, 1 docloudu.info, 1 -docmed360.com, 1 +docmartinchiropractic.com, 1 docogo.ga, 1 docpc86.fr, 1 docpile.cloud, 1 @@ -33963,6 +34553,7 @@ docteur-delorme.fr, 1 docteurcardin.com, 0 doctor-locks.co.uk, 1 +doctor.dating, 1 doctor360.com.au, 1 doctorapuestas.com.es, 1 doctorbini.com, 1 @@ -33979,6 +34570,7 @@ doctorpluss.com, 1 doctorpower.ga, 1 doctorpup.com, 1 +doctorradio.tk, 1 doctorsarfarazdo.ga, 1 doctorwho.cz, 1 doctour.eu, 1 @@ -34038,10 +34630,12 @@ doesmycodehavebugs.today, 1 doesnotscale.com, 0 doetwat.nl, 1 +dofashion.tk, 1 dofus-aide.tk, 1 dofuspvp.com, 0 dofux.org, 1 dog-likeeyes.tk, 1 +doga.tk, 1 dogable.net, 1 dogadayiz.net, 1 dogan.ch, 0 @@ -34067,6 +34661,7 @@ doggo.email, 1 doggo.tech, 1 doggroomingcourse.com, 0 +doghandling.tk, 1 doghauspottery.com, 1 doginaflat.com, 1 doglifejacket.tk, 1 @@ -34077,6 +34672,7 @@ dogmagic.tk, 1 dogmap.jp, 1 dogodki.today, 1 +dogofwar.tk, 1 dogoo.com, 1 dogpawstudio.com, 1 dogprograms.net, 1 @@ -34084,6 +34680,7 @@ dogscbdguide.com, 1 dogsdailylife.com, 1 dogsforfun.tk, 1 +dogsite.tk, 1 dogsnaturallymagazine.com, 1 dogsnow.com, 1 dogtowneastpowell.com, 1 @@ -34133,6 +34730,7 @@ dolciariasimonini.com, 1 dolciterapie.com, 1 doldersumenzoon.tk, 1 +dolezalpartners.com, 1 dolg.cf, 1 dolg.ga, 1 dolg.gq, 1 @@ -34142,6 +34740,7 @@ dolgorukovo.cf, 1 doli.se, 1 dolinathome.com, 1 +dolkfm.tk, 1 doll.gq, 1 doll.ml, 1 dollanid.xyz, 1 @@ -34155,19 +34754,24 @@ dolle-shop.com.ua, 1 dolledout.co.ke, 1 dollemore.com, 1 +dollestieren.tk, 1 dollhouseaustralia.com, 1 dollhousetoyo.com, 1 dolliesmaker.tk, 1 dolly.ga, 1 +dollylox.tk, 1 +dollz-world.tk, 1 dollz.tk, 1 dolmencleanroom.com, 1 dolmenejecutores.com, 1 dolmeningenieria.com, 1 +dolmentree.tk, 1 dolorism.com, 1 dolph.de, 1 dolphin-cloud.com, 1 dolphin-hosting.com, 1 dolphin-it.de, 1 +dolphins.tk, 1 dolphyserver.tk, 1 dolys.fr, 1 dom-byt.tk, 1 @@ -34181,6 +34785,8 @@ doma.in, 1 domacikavarna.cz, 1 domadillo.com, 1 +domagovic.tk, 1 +domain-comparison.com, 1 domain-ermittlung.de, 1 domain-skachat.cf, 1 domain-speicher.com, 1 @@ -34224,6 +34830,7 @@ domenaru.ga, 1 domenic.me, 1 domenicam.com, 1 +domenick-lieneweg.de, 1 domenicods.tk, 1 domfee.com, 1 domhaase.me, 1 @@ -34236,6 +34843,7 @@ dominicandfelixroco.tk, 1 dominicanisimo.tk, 1 dominicanosenpr.com, 1 +dominichoward.tk, 1 dominicjackson.cf, 1 dominicjackson.ga, 1 dominicjackson.gq, 1 @@ -34260,6 +34868,7 @@ dominoknihy.cz, 1 dominolessons.ga, 1 dominomatrix.com, 1 +dominoz.tk, 1 domitori.tk, 1 domix.fun, 1 domizx.de, 1 @@ -34281,6 +34890,7 @@ domparts.com.au, 1 domprojects.com, 1 domreg.lt, 1 +domsamogona.ru, 1 domscripting.com, 1 domster.com, 1 domucmayintainha.com.vn, 1 @@ -34336,6 +34946,7 @@ donewhen.nl, 1 donewhen.org, 1 donfelino.tk, 0 +donga.tk, 1 dongcdn.com, 1 donge.fr, 1 donghochinhhang.store, 1 @@ -34406,6 +35017,7 @@ donwilkssculptor.com, 1 dooby.fr, 1 doodle.com, 1 +doodlegames.tk, 1 dookhtaniha.ir, 1 doolac.com, 1 dooleylabs.com, 1 @@ -34430,9 +35042,11 @@ doorswest.net, 1 doortim.nl, 1 doottrucks.com.au, 1 +dopamine.tk, 1 dopefile.cf, 1 dopefile.tk, 1 dopesoft.de, 1 +dopewars.tk, 1 dopiatku.pl, 1 doppeleinhorn.de, 1 doppenpost.nl, 1 @@ -34455,6 +35069,7 @@ dorfbrunnen.eu, 1 dorfpark-falkenburg.de, 1 dorfzittig.de, 1 +doriangardes.fr, 1 doriangirod.ch, 0 dorianharmans.nl, 1 dorianmuthig.com, 1 @@ -34521,6 +35136,7 @@ dosvientoslighting.com, 1 dosvientosoutdoorlighting.com, 1 doswap.com, 1 +doswo-design.at, 1 dosyaa.tk, 1 dosyanet.cf, 1 dosyanet.tk, 1 @@ -34528,6 +35144,7 @@ dot.sb, 1 dot42.no, 1 dota2free.tk, 1 +dota2huds.com, 1 dotacni-parazit.cz, 1 dotadotaman.tk, 1 dotbigbang.com, 1 @@ -34573,11 +35190,13 @@ doubleavineyards.com, 1 doublebangmusic.com, 0 doubled.ml, 1 +doubledranch.tk, 1 doublefun.net, 1 doubleglazingmasters.com.au, 1 doubleness.gq, 1 doublestat.me, 1 doubleup.com.au, 1 +doublewide.tk, 1 doublewood.tk, 1 doubly.tk, 1 doubtaboutwill.org, 1 @@ -34615,13 +35234,14 @@ dowhatyoucannow.com, 1 dowin.at, 1 dowling.nz, 1 +dowling.tk, 1 down-load.dynu.net, 1 downandouts.tk, 1 downbook.org, 1 downestan.ga, 1 downfall-records.tk, 1 downfreak.tk, 1 -download-audacity.org, 1 +downgratis.tk, 1 download-image.ga, 1 download-knigi.gq, 1 download.dk, 1 @@ -34645,6 +35265,7 @@ downrightcute.com, 1 downset.tk, 1 downtimerobot.com, 1 +downtoagony.tk, 1 downtownafrica.com, 1 downtownautospecialists.com, 1 downtowncharm.is, 1 @@ -34654,6 +35275,7 @@ downunderporn.com, 1 downwithchina.com, 1 dox-box.eu, 1 +doxa.tk, 1 doxal.ro, 1 doxcelerate.com, 1 doxepin1.gq, 1 @@ -34680,6 +35302,7 @@ dozens.com, 1 dozor.ga, 1 dozor.gq, 1 +dp-clan.tk, 1 dp.cx, 1 dpc.fr, 1 dpd.com.pl, 1 @@ -34713,6 +35336,7 @@ dpsmassage.nl, 1 dpucarriersma.gov, 1 dpwsweeps.co.uk, 1 +dqfilesonline.com, 1 dr-amar.tk, 1 dr-becarelli-philippe.chirurgiens-dentistes.fr, 1 dr-beyer.de, 1 @@ -34724,6 +35348,9 @@ dr-kissler.de, 1 dr-laber.at, 1 dr-maike-juergens.de, 1 +dr-marlen-nystroem.de, 1 +dr-nosrat.tk, 1 +dr-nystroem.de, 1 dr-schlamminger.de, 1 dr-www.de, 1 dr.mg, 1 @@ -34764,6 +35391,7 @@ dragon-hearts.co.uk, 1 dragon-hearts.com, 1 dragon-hearts.net, 1 +dragon-team.tk, 1 dragon.nu, 1 dragon00.com, 1 dragon26.com, 1 @@ -34783,6 +35411,7 @@ dragonheartsrpg.com, 1 dragonhill.tk, 1 dragonkin.net, 1 +dragonlord.tk, 1 dragonmoviesz.ga, 1 dragonoid.tk, 1 dragonpi.ga, 1 @@ -34792,6 +35421,7 @@ dragonreal.estate, 1 dragonroost.tk, 1 dragonscale.tk, 1 +dragonsgate.ml, 1 dragonshare.tk, 1 dragonsorcerers.tk, 1 dragonsunited.at, 1 @@ -34801,6 +35431,7 @@ dragonsunited.info, 1 dragonsunited.net, 1 dragonsunited.org, 1 +dragontail.tk, 1 dragonwork.me, 1 dragowebdesign.com, 1 drahcro.uk, 1 @@ -34820,7 +35451,6 @@ draliabadi.com, 1 drama.tk, 1 dramakorea.tk, 1 -dramaneo.biz, 1 dramaquarter.com, 1 dramaslayer.ga, 1 dramatherapie.tk, 1 @@ -34830,6 +35460,7 @@ drandrewarnold.com, 1 dranik.ga, 1 dranik.ml, 1 +drankenweb.tk, 1 dranous.com, 1 drapeauxdespays.fr, 1 draper.wtf, 1 @@ -34844,12 +35475,13 @@ drawchan.org, 1 drawesome.uy, 1 drawguess.fun, 1 -drawing.studio, 1 drawing.tk, 1 drawingcode.net, 1 drawtwo.gg, 1 drawvesly.ovh, 1 +drawxp.com, 1 draycotthotel.com, 1 +drbadnick.tk, 1 drbarnabus.com, 1 drbenlight.com, 1 drblog.tk, 1 @@ -34879,13 +35511,13 @@ dream-factory.tk, 1 dream-pools.cf, 1 dreamaholic.club, 1 +dreamawake.tk, 1 dreambbs.tk, 1 dreambolivia.com, 1 dreamboxpro.com, 1 dreamcast-world.tk, 1 dreamcleaningservice.com, 1 dreamcrack.tk, 1 -dreamday-with-dreamcar.de, 1 dreamdestine.com, 1 dreamdivers.com, 1 dreamelegant.ml, 1 @@ -34893,6 +35525,7 @@ dreamfm.gr, 1 dreamhack.com, 0 dreamhostremixer.com, 1 +dreaminformatique.tk, 1 dreaming.solutions, 1 dreamingwolf.sk, 1 dreaminjewelz.tk, 1 @@ -34903,15 +35536,16 @@ dreamlordpress.it, 1 dreamlux.cz, 1 dreamlux.sk, 1 -dreammaker-nw.com, 1 dreamotis.com, 1 dreampages.tk, 1 dreampointech.com, 1 +dreamqueen.tk, 1 dreamreality.tk, 1 dreams-2-reality.com, 1 dreamsea.tk, 1 dreamsforabetterworld.com.au, 1 dreamsinbits.com, 1 +dreamsindigital.tk, 1 dreamsjob.cf, 1 dreamsofalostsoul.tk, 1 dreamsolution.nl, 1 @@ -34924,7 +35558,9 @@ dreamsubmitting.tk, 1 dreamswelcome.com, 1 dreamsxxl.com, 1 +dreamsystems.tk, 1 dreamweavers.live, 1 +dreamwork.financial, 1 dreamworldstudio.tk, 1 dreamy-flat-lyon.fr, 1 dreamytheatre.com, 1 @@ -34943,6 +35579,7 @@ dreizwosechs.de, 0 drema.tk, 1 drendermobilyaservisi.com, 1 +drenergysaveror.com, 1 drenergysaverpdx.com, 1 drenergysaverpnw.com, 1 dresden-kaffee-24.de, 1 @@ -34958,6 +35595,7 @@ dressabelle.tk, 1 dressesbal.tk, 1 dressestore.tk, 1 +dressify.in, 0 dressingmaternity.fr, 1 dresstique.in, 1 dreumesshakira.tk, 1 @@ -34967,6 +35605,7 @@ drew.ga, 1 drew.life, 1 drewapianostudio.com, 1 +drewfuller.tk, 1 drewlearns.com, 1 drewsilcock.co.uk, 1 drewtransportllc.com, 1 @@ -35003,9 +35642,11 @@ drillingsupplystore.com, 1 drillion.net, 1 drillshackresort.com, 1 +drink-team.tk, 1 drinkcontrolapp.com, 1 drinkgas-jihlava.cz, 1 drinkgo.vn, 1 +drinking.tk, 1 drinklife.tk, 1 drinkplanet.eu, 1 drinkvhemp.com, 1 @@ -35030,8 +35671,6 @@ driver.ru, 1 driveral.com, 1 driveral.hu, 1 -drivermerkezi.tk, 1 -driversandsoftware.com, 1 driverscollection.com, 1 drivesly.in, 1 drivestarfreight.com, 1 @@ -35069,6 +35708,7 @@ drlevi.cf, 1 drlevi.ga, 1 drlinkcheck.com, 1 +drmartindentistry.com, 1 drmarwanbaroud.com, 1 drmcdaniel.com, 1 drmonicatadros.com, 1 @@ -35132,6 +35772,7 @@ dropping-seeds.com, 1 dropq.nl, 1 dropscloud.spdns.de, 1 +dropsdesign.tk, 1 dropshare.cloud, 1 dropshipp.site, 1 dropshippers.gq, 1 @@ -35141,7 +35782,6 @@ drost.la, 1 drown.photography, 1 drpa.ca, 1 -drpadawan.io, 1 drpetersenobgynal.com, 1 drpetervoigt.ddns.net, 1 drpetervoigt.de, 1 @@ -35197,11 +35837,11 @@ drumbe.at, 1 drumlines.org, 1 drummachines.ga, 1 +drummer.cf, 1 drummondframing.com, 1 drumnbass.tk, 1 drunkcalc.com, 1 drunkendropkes.tk, 1 -drupal-expert.it, 1 drupal.org, 1 drupalspb.org, 0 drusantia.net, 1 @@ -35210,11 +35850,12 @@ druznek.rocks, 1 druznek.xyz, 1 druzya.store, 1 -drvaidyas.com, 1 +drvaidyas.com, 0 drvondawright.com, 1 drwang.group, 0 drweissbrot.net, 1 dry-cleaning.tk, 1 +dryasinakgul.com, 1 drybjed.net, 1 drybysuperior.com, 1 drycleancoalition.org, 1 @@ -35239,6 +35880,7 @@ ds-hostingsolutions.net, 1 ds-statistik.de, 1 ds.lol, 1 +ds.me, 1 ds138.cc, 1 ds168.cc, 1 ds28s.com, 1 @@ -35262,6 +35904,8 @@ dse-assessments.co.uk, 0 dsebastien.net, 0 dsektionen.se, 0 +dsg.ac.cn, 1 +dsg.gd.cn, 1 dsg.lol, 1 dsg.red, 1 dsg.work, 1 @@ -35337,6 +35981,7 @@ dualascent.com, 1 dualbix.com, 0 dualcore.tk, 1 +dualexistence.xyz, 1 dualias.xyz, 0 duama.top, 1 duan.li, 0 @@ -35347,11 +35992,13 @@ dubaiprivatejetcharter.com, 1 dubaizone.cf, 1 dubbingkursus.dk, 1 +dubcowa.tk, 1 dubiouscreations.com, 1 dubl.tk, 1 dublinrail.tk, 1 duboisinternational.com, 1 duboisinvestissements.com, 1 +dubolom.tk, 1 dubrava.tk, 1 dubreuilville.ca, 1 dubridgeweb.be, 1 @@ -35381,6 +36028,7 @@ duckman.tk, 1 duckmapr.com, 1 duckonthepond.com, 1 +duckside.tk, 1 ducksify.com, 1 ducksoft.fi, 1 duckstad.net, 1 @@ -35395,16 +36043,16 @@ duellin.tv, 1 duelsow.eu, 1 duenas.cat, 1 +duepuntozero.tk, 1 duerlund-falkenberg.dk, 1 duerlundfalkenberg.dk, 1 duernberg.at, 0 -dues-eckert.com, 1 duesee.org, 1 duesseldorf.tk, 1 duesseldorferheineburschenschaft.tk, 1 duesterhus.eu, 1 -duet.nl, 1 duffau.net, 1 +duffdignity.tk, 1 dufrei.com, 1 dug.net.pl, 1 duggtec.com, 1 @@ -35415,13 +36063,17 @@ dugunedavet.com, 1 dugwood.com, 1 duh.se, 1 +duhanic.com, 1 +duhanic.de, 1 duhivip.ml, 1 +duhurensohn.de, 1 duijf.info, 1 duijf.io, 1 duijfathome.nl, 1 duiker101.tk, 1 duitang.com, 1 duitku.xyz, 1 +duitse-herders.tk, 1 duizhangs.tk, 1 dujsq.com, 1 dukan-recepty.ru, 1 @@ -35452,8 +36104,8 @@ dumbeartech.com, 1 dumberger-bau.de, 1 dumbfunded.co.uk, 1 -dumfriespropertyservices.co.uk, 0 dumino.bg, 1 +dummo.tk, 1 dumnezeu.tk, 1 dumping.tk, 1 dumpper.ch, 1 @@ -35510,6 +36162,7 @@ duplika.com, 0 dupree.co, 1 dupuis.xyz, 1 +dura.si, 1 durabletravailler.tk, 1 duraes.pt, 0 duramaximportaciones.com, 1 @@ -35518,7 +36171,6 @@ durand.tk, 1 durangoaldezaharra.tk, 1 durangoenergyllc.com, 1 -duranthon.eu, 1 durbanlocksmiths.co.za, 1 durcal.tk, 1 durchblick-shop.de, 1 @@ -35544,8 +36196,10 @@ dusmomente.com, 1 dusnan.com, 1 dust.bio, 1 +dust.tk, 1 dust4you.tk, 1 dustbox.tk, 1 +dustman.tk, 1 dustpla.net, 1 dustplanet.de, 1 dustri.org, 1 @@ -35558,15 +36212,19 @@ dusupov.gq, 1 dutabisnis.com, 1 dutabisniz.com, 0 +dutch-alliance.tk, 1 dutch.desi, 1 dutch1.nl, 1 dutchassistancedogs.nl, 1 dutchavifauna.nl, 1 dutchbeautyacademy.nl, 1 +dutchbird.tk, 1 dutchbirdalerts.nl, 1 dutchbirding.nl, 1 dutchcariblaw.nl, 1 +dutchcichlidplanet.tk, 1 dutchconcreations.com, 1 +dutchdungeon.tk, 1 dutchfoodie.nl, 1 dutchforkrunners.com, 1 dutchglover.tk, 1 @@ -35574,6 +36232,7 @@ dutchpentathlon.nl, 1 dutchperformanceproducts.nl, 1 dutchplayers.com, 1 +dutchrocksite.tk, 1 dutchsailors.com, 1 dutchskinning.nl, 1 dutchwanderers.nl, 1 @@ -35617,6 +36276,7 @@ dveri-lugansk.tk, 1 dvhosting.be, 1 dvipadmin.com, 1 +dvkg.de, 1 dvn.pt, 1 dvnatura.ch, 0 dvor.ml, 1 @@ -35637,7 +36297,6 @@ dwi-sued.de, 1 dwihn.org, 1 dwiminneapolislawyer.com, 1 -dwipakharismamitra.com, 1 dwnld.me, 1 dwood.store, 1 dworzak.ch, 1 @@ -35677,10 +36336,10 @@ dybuster.se, 1 dycoa.com, 1 dyeager.org, 1 +dyingflame.tk, 1 dyktig.as, 1 dyktig.no, 1 dylan-motorcross.tk, 1 -dylan-park.com, 1 dylancl.cf, 1 dylancl.fr, 1 dylandeconinck.cf, 1 @@ -35704,6 +36363,7 @@ dymdajce.ovh, 1 dymersion.com, 1 dymfbbs.com, 1 +dymmo.tk, 1 dymmovie.com, 1 dymov.tk, 1 dymovskiy.ru, 0 @@ -35730,6 +36390,7 @@ dynamicsretailnotes.com, 1 dynamictostatic.com, 1 dynamicyou.co.uk, 1 +dynamis.tk, 1 dynamisk.dk, 1 dynamitejobs.com, 1 dynamofanforum.de, 1 @@ -35760,6 +36421,7 @@ dys-coaching.com, 1 dysautonomia-postsyndrome.com, 1 dyscalculia-blog.com, 1 +dysco.tk, 1 dysthymia.com, 1 dyuimovochka.tk, 1 dyxe.me, 1 @@ -35792,6 +36454,7 @@ dzworld.com, 1 dzyabchenko.com, 1 dzyszla.pl, 1 +dzytdl.com, 1 dzz.by, 1 e-account.by, 1 e-alink.com, 1 @@ -35811,6 +36474,7 @@ e-boss.tk, 1 e-branchekoden.dk, 1 e-buro.tk, 1 +e-buspacific.com, 1 e-classroom.tk, 1 e-coexist.com, 1 e-colle.info, 1 @@ -35834,6 +36498,7 @@ e-fitnes.tk, 1 e-games-board.tk, 1 e-gemeinde.at, 1 +e-generator.tk, 1 e-geologia.tk, 1 e-guardian.com.br, 1 e-hair.tk, 1 @@ -35850,6 +36515,7 @@ e-klempir.cz, 1 e-knitting.tk, 1 e-knitwear.tk, 1 +e-kultura.tk, 1 e-lambre.com, 1 e-lamp.tk, 1 e-learningbs.com, 1 @@ -35863,6 +36529,7 @@ e-michiganinsurance.com, 1 e-migration.ch, 0 e-nail.tk, 1 +e-name.tk, 1 e-nanum.kr, 1 e-nature.tk, 1 e-node.net, 1 @@ -35877,6 +36544,7 @@ e-polygraphy.tk, 1 e-privat.info, 1 e-procurement.co.mz, 1 +e-promotion.tk, 1 e-ptn.com, 1 e-receta.cl, 1 e-recruitment.tk, 1 @@ -35885,6 +36553,7 @@ e-resident.gov.ee, 1 e-rest.tk, 1 e-sauna.tk, 1 +e-sell.tk, 1 e-servicerms.com, 1 e-shonai.com, 1 e-skalniak.pl, 1 @@ -35904,6 +36573,7 @@ e-teachers.me, 1 e-tech-solution.com, 1 e-tech-solution.net, 1 +e-technology.tk, 1 e-techsolution.com, 1 e-techsolutions.net, 1 e-tires.tk, 1 @@ -35934,13 +36604,16 @@ e27.co, 1 e2ebrindes.com.br, 1 e2electric.ir, 1 -e2essentialelements.com, 1 +e2essentialelements.com, 0 e2feed.com, 1 e30.ee, 1 e30gruppe.com, 1 e34club.com.ua, 1 e365.vip, 1 e36533.com, 1 +e3leading.com, 1 +e3leading.solutions, 1 +e3leadingsolutions.com, 1 e3learning.institute, 1 e3li.org, 1 e3q.de, 1 @@ -35967,7 +36640,6 @@ e9297.co, 1 e9397.com, 1 e9582.com, 1 -e965.ru, 1 e9728.co, 1 e9a.at, 0 ea-lateleassistance.com, 1 @@ -36296,7 +36968,6 @@ eaglexiang.org, 1 eagleyecs.com, 1 eaimty.com, 1 -eajglobal.com, 1 ealadel.com, 1 ealekseyev.ml, 1 ealev.de, 1 @@ -36319,10 +36990,12 @@ earlyyearshub.com, 1 earmarks.gov, 1 earn99.co, 1 +earnet.tk, 1 earningsgames.tk, 1 earningthatis.tk, 1 earth-people.org, 1 earth-quake.tk, 1 +earthbound.tk, 1 earthbox.com, 1 earthcorporation.cf, 1 eartheld.tk, 1 @@ -36381,6 +37054,7 @@ easybot.tk, 1 easybrazilianrecipes.com, 1 easycoding.org, 1 +easycom.tk, 1 easyconstat.com, 1 easycontentplan.com, 1 easycredit.se, 1 @@ -36392,9 +37066,13 @@ easyfiles.ch, 1 easyfiles.gq, 1 easyfm.cz, 1 +easyfoto.tk, 1 easygrow.tk, 1 +easyhomebiz.tk, 1 +easyhtml.tk, 1 easyit.ga, 1 easyit.tk, 1 +easyjumping.tk, 1 easylinker.tk, 1 easylogics.tk, 1 easymeditation.tk, 1 @@ -36408,6 +37086,7 @@ easypaymentnow.com, 1 easypayments.pro, 1 easypets.fr, 0 +easypost.com, 1 easypricebook.com, 1 easypv.ch, 1 easyqr.codes, 0 @@ -36415,19 +37094,25 @@ easyreal.ru, 1 easyschools.org, 0 easyserver.io, 1 +easysextoys.com, 1 easyshare.gq, 1 easysignup.com, 1 +easyska.tk, 1 easyslide.be, 1 easysoft.tk, 1 easysubmit.tk, 1 +easytamil.tk, 1 easytechguides.com, 1 easytestonline.tk, 1 easytext.ga, 1 +easytokill.tk, 1 easytrackghana.com, 1 easytube.ga, 1 +easywebhosting.tk, 1 easyweenies.com, 1 easywin.ml, 1 easywio.com, 1 +easywords.org, 1 eat-sleep-code.com, 1 eat-the-world.ch, 1 eat-vegan.rocks, 1 @@ -36438,6 +37123,7 @@ eatinglinks.tk, 1 eatingonions.com, 1 eatmebudapest.hu, 1 +eatmportal.eu, 1 eaton-daitron.jp, 1 eaton-works.com, 1 eatry.io, 1 @@ -36512,7 +37198,6 @@ eblan.gq, 1 eblog.cf, 1 eblog.ink, 1 -eboardsolutions.com, 1 ebola-hosting.cz, 1 ebolacharts.ga, 1 ebolavirus.tk, 1 @@ -36538,8 +37223,9 @@ eboxgroup.tk, 1 eboxtenders.com, 1 ebpgateway.com, 1 -ebpglobal.com, 0 +ebrahimhadimarket.com, 1 ebrdbusinessguide.com, 1 +ebrea.ch, 1 ebregrow.com, 1 ebrnd.de, 1 ebrowz.com, 1 @@ -36586,7 +37272,6 @@ echo-n.nz, 1 echo-security.co, 1 echo.cc, 1 -echo.co.uk, 0 echoanalytics.com, 1 echobridgepartners.com, 1 echocolate.xyz, 1 @@ -36596,7 +37281,6 @@ echoit.net.au, 1 echoit.services, 1 echopaper.com, 1 -echorain.net, 1 echorecovery.org, 1 echosixmonkey.com, 1 echosnature.fr, 1 @@ -36604,6 +37288,7 @@ echotango.fr, 1 echoteam.gq, 1 echoteam.ml, 1 +echotone.tk, 1 echoworld.ch, 0 echtebbq.nl, 1 echtebewertungen.com, 1 @@ -36622,12 +37307,13 @@ eclipse4academia-startups.com, 1 eclipseba.com, 1 eclipseforum.tk, 1 +eclipsegame.tk, 1 eclypsium.io, 0 ecn.ir, 1 ecnetworker.com, 1 eco-balais.fr, 1 eco-derattizzazione.it, 1 -eco-flowplumbing.com, 0 +eco-doors.co.uk, 1 eco-repair.be, 1 eco-solu.co.jp, 1 eco-wiki.com, 1 @@ -36648,7 +37334,6 @@ ecodepur.fr, 1 ecodesign-labo.jp, 1 ecodesigns.nl, 1 -ecodigital.social, 1 ecoelectricsandiego.com, 1 ecoenergy-bio.com, 1 ecoeuropa.cf, 1 @@ -36670,12 +37355,12 @@ ecojob.ga, 1 ecolala.my, 1 ecolan37.ru, 1 -ecolaundry.ie, 1 ecole-attalens.ch, 0 ecole-iaf.fr, 0 ecole-saint-yves-rennes.fr, 1 ecoledusabbat.org, 0 ecolemathurincordier.com, 0 +ecolenotredame.tk, 1 ecologeek.tk, 1 ecologiahoy.com, 1 ecologica.it, 1 @@ -36717,6 +37402,7 @@ ecorak.de, 1 ecorp-australia.tk, 1 ecorp.cc, 1 +ecos-eguilles.com, 1 ecos-ev.de, 1 ecos.srl, 1 ecosas.org, 1 @@ -36740,6 +37426,7 @@ ecoturismo.tk, 1 ecoupakovka.ga, 1 ecourbano.tk, 1 +ecoute.tv, 1 ecovision.com.br, 1 ecowoman-armenian.tk, 1 ecowoman-bengalian.tk, 1 @@ -36774,6 +37461,7 @@ ed-studios.tk, 1 ed.gs, 1 eda.gov, 1 +edacasa.com.br, 1 edalat.tk, 1 edam.org.tr, 1 edapt.org.uk, 1 @@ -36786,6 +37474,7 @@ eddie.website, 1 eddmil.es, 1 eddokloosterman.com, 1 +eddriesen.tk, 1 eddsworld.tk, 1 eddyn.net, 0 eddysystem.tk, 1 @@ -36796,10 +37485,12 @@ edeca.net, 1 ededdeddy.tk, 1 edefrutos.me, 1 +edegembicycleclub.tk, 1 edegulkoyu.tk, 1 edehsa.com, 1 edel-suff.de, 1 edelveiys.tk, 1 +edelweiskapel.tk, 1 edelweiss-pinzolo.com, 1 eden-project-insight.tk, 1 eden.bz, 1 @@ -36826,7 +37517,6 @@ edgezzz.com, 1 edgxr.gq, 1 edh.email, 1 -edhesive.com, 1 edholm.pub, 1 edi-gate.com, 1 edi-gate.de, 1 @@ -36836,7 +37526,6 @@ edibleimagesupplies.com.au, 1 edicct.com, 1 edicionescrimentales.tk, 1 -edihair.com, 1 edik.tk, 1 edilane.com, 1 edilane.de, 1 @@ -36855,11 +37544,11 @@ edit.co.uk, 1 edit.yahoo.com, 0 edited.de, 1 +edithlouw.tk, 1 edition-bambou.com, 0 edition-sonblom.de, 1 editions-campanile.fr, 1 editionsnoiretrouge.com, 1 -editoraacademiacrista.com.br, 1 editorakanope.com.br, 1 editorialnew.com, 1 editorinleaf.com, 1 @@ -36878,7 +37567,6 @@ edmundcelis.com, 1 edok.com.br, 1 edoss.co.za, 0 -edp-collaborative.com, 1 edplan.io, 1 edr-d.expert, 1 edragneainpuscarie.ro, 1 @@ -36902,8 +37590,10 @@ eduardbaas.com, 1 eduardnikolenko.com, 1 eduardnikolenko.ru, 1 +eduardochang.tk, 1 eduardofranco-luthier.tk, 1 eduardomaio.net, 1 +eduardosuarez.tk, 1 eduart.tk, 1 edubase.net, 1 edubirdie.com, 1 @@ -36914,6 +37604,7 @@ educacionvirtual.com.ar, 1 educaestado.com, 1 educalis.altervista.org, 1 +educampus.cl, 1 educanada.in, 1 educatek.es, 1 education-info.cf, 1 @@ -36957,6 +37648,7 @@ edumerson.com, 1 edunaut.com.au, 1 edunet.gq, 1 +edunet.training, 1 edunian.com, 1 edunoor.tk, 1 eduoneschool.tk, 1 @@ -36995,6 +37687,7 @@ edware.ga, 1 edweb.tk, 1 edwellbrook.com, 1 +edwinlinda.tk, 1 edwinlugo.gq, 1 edwinmattiacci.com, 1 edwinroelvink.tk, 1 @@ -37020,7 +37713,6 @@ ee6729.co, 1 ee6729.com, 1 ee6957.co, 1 -ee736.com, 1 ee9297.co, 1 ee9397.com, 1 ee951.com, 1 @@ -37029,6 +37721,7 @@ ee973.com, 1 eeb98.com, 1 eebt.hu, 1 +eedev.fr, 1 eeeeeeeeee.de, 1 eeetrust.org, 1 eegaming.tk, 1 @@ -37081,6 +37774,7 @@ effigos.de, 1 effinfun.com, 1 efflam.net, 1 +effmio.de, 1 effortlesshr.com, 1 effortlesshr.net, 1 eficsolar.com, 1 @@ -37186,11 +37880,13 @@ egsl.pro, 1 egt-bg.com, 1 egt.ee, 1 +egu.eu, 1 egw-ceramica.de, 1 egweb.tv, 1 egy-boy.tk, 1 egyhometex.com, 1 egypt-tourism.ga, 1 +egypt-tours.tk, 1 egyptamazing.com, 1 egypte.tk, 1 egypten.net, 1 @@ -37246,6 +37942,7 @@ eickhofcolumbaria.com, 1 eidelpes.info, 1 eifel.website, 1 +eigenaardig.tk, 1 eigenbubi.de, 1 eigenetiket.tk, 1 eigenpul.se, 1 @@ -37256,25 +37953,31 @@ eightyfour.ca, 1 eightyfour.pictures, 1 eightysoft.de, 1 +eigpropertyauctions.co.uk, 1 eihaikyo.com, 1 eiji.fr, 1 +eikenskaden.tk, 1 eikentafels.nl, 1 eikerposten.no, 1 +eikones.tk, 1 eikounoayumi.jp, 1 eilhan.com, 1 eimacs.com, 1 eimmigration.com, 1 ein-erbe-fuer-jeden.de, 1 +einarkallevig.tk, 1 einaros.is, 1 eine-andere-welt.org, 1 einfach-fitz.at, 1 einfach-gute-seiten.de, 1 einfachbahn.de, 1 +einfachkiss.at, 1 einheizpreis.de, 1 einhorn.space, 1 einkaufi.de, 1 einmonolog.de, 1 einomanner.com, 1 +einreiseanmeldung.de, 1 einrichtwerk.de, 1 einsatzstiefel.info, 1 einscube.com, 1 @@ -37284,6 +37987,7 @@ einsteinium.fr, 1 einsteins.tk, 1 eintageinzug.de, 1 +einvestment.com, 1 eipione.com, 1 eirastudios.co.uk, 1 eirik.eu, 1 @@ -37293,6 +37997,7 @@ eisen-biomed.ch, 1 eisenberg.co.za, 1 eisenhowerlibrary.gov, 1 +eisenstark.de, 1 eisernes-kreuz.tk, 1 eiskratzer-bedrucken.de, 0 eisma.nl, 1 @@ -37307,7 +38012,6 @@ ejelectrical-qld.com.au, 1 ejerciciosmemoria.com, 1 ejit.eu, 1 -ejkhosting.nl, 1 ejkmedia.nl, 1 ejkmuseum.nl, 1 ejknet.nl, 1 @@ -37320,6 +38024,7 @@ ekawaiishop.com, 1 ekaye.fr, 1 ekb-avia.ru, 0 +ekcomp.com, 1 ekcrags.ru, 1 ekd.de, 1 ekdoseis.gr, 1 @@ -37347,18 +38052,20 @@ ekologija.tk, 1 ekonbenefits.com, 1 ekong366.com, 1 +ekonomika.tk, 1 ekonomipolitik.tk, 1 ekonomska.tk, 1 +ekosaltis.lt, 1 ekosf.ru, 1 ekostecki.de, 1 ekouniejow.pl, 1 ekpj.jp, 1 ekranos.me, 1 ekre.club, 1 -eksbaks.com, 1 eksik.com, 0 eksisozluk.com, 0 eksk.pl, 1 +ekspert.tk, 1 eksploraz.com, 1 ekspoint-mods.ru, 1 eku.com.tr, 1 @@ -37388,8 +38095,10 @@ elakiri.cf, 1 elalmibar.com, 1 elaon.de, 0 +elar.tk, 1 elarmariodelucia.com, 1 elars.de, 1 +elartedelaguerra.tk, 1 elartedelapaz.org, 1 elarvee.xyz, 1 elastiekschieten.tk, 1 @@ -37402,6 +38111,7 @@ elbersdometechniek.tk, 1 elbetech.net, 1 elbiaadmin.sk, 1 +elbir.tk, 1 elbitsystems.com, 1 elblogdezoe.es, 1 elbohlyart.com, 1 @@ -37410,10 +38120,17 @@ elbrus360.ru, 1 elbrutoconeloso.tk, 1 elbvision.de, 1 +elcactus.tk, 1 +elcanonjusto.tk, 1 +elcarajo.tk, 1 elchamandelaprosperidad.org, 1 elcin.tk, 1 elcontadorsac.com, 1 +elcontrol.tk, 1 +elcosmos.tk, 1 +elcosteno.tk, 1 elcozinante.com, 1 +elcuadernodefilosofia.tk, 1 eldenelesat.com, 1 eldercare.gov, 1 eldercaring.ca, 1 @@ -37454,7 +38171,7 @@ electricalcamarillo.com, 1 electricalconejovalley.com, 1 electricaldosvientos.com, 1 -electricalfencingbedfordview.co.za, 1 +electricalengineers.tk, 1 electricalhiddenhills.com, 1 electricallakesherwood.com, 1 electricalmalibu.com, 1 @@ -37473,6 +38190,7 @@ electricconejovalley.com, 1 electricdosvientos.com, 1 electricdreams.xyz, 1 +electricfenceboksburg.co.za, 1 electricfenceroodepoort.co.za, 1 electricfireplaces.tk, 1 electricgatemotorsalberton.co.za, 1 @@ -37495,7 +38213,6 @@ electricianlakesherwood.com, 1 electricianlalucia.co.za, 1 electricianmalibu.com, 1 -electricianmidrand24-7.co.za, 1 electricianmoorpark.com, 1 electriciannewburypark.com, 1 electricianoakpark.com, 1 @@ -37519,12 +38236,13 @@ electricsimivalley.com, 1 electricthousandoaks.com, 1 electricwestlakevillage.com, 1 +electriczone.tk, 1 electrocity.ie, 1 electrocomplect.com.ua, 1 electrodomesticos.tk, 1 electrodomesticosmiro.com, 1 -electrodvig.ru, 1 electroforum.tk, 1 +electrolandia.tk, 1 electrolivefest.spb.ru, 1 electromagnetism.gq, 1 electromec.biz, 1 @@ -37542,7 +38260,6 @@ electroniko.cf, 1 electronis.ru, 1 electronmag.tk, 1 -electroservice.co.za, 1 electrosoftcloud.com, 1 electrostatics.com, 1 electrostore.com.ec, 1 @@ -37573,6 +38290,7 @@ elekner.tk, 1 elektiriktasarruf.tk, 1 elektriker-notdienst-zentrale.de, 1 +elektrilevi.ee, 1 elektro-adam.de, 1 elektro-diehm.de, 1 elektro-doerr.com, 1 @@ -37604,6 +38322,7 @@ elektromotor.tk, 1 elektronickakancelar.cz, 1 elektronische-post.org, 1 +elektronix.tk, 1 elektropartner.nu, 1 elektropost.org, 1 elektroprom.tk, 1 @@ -37690,7 +38409,6 @@ elevator.ee, 1 elevatoraptitudetest.com, 1 elevenensemble.tk, 1 -elevenpaths.com, 1 eleventhhouraltar.com, 1 eleventhhourwatch.com, 1 elexel.ru, 1 @@ -37699,7 +38417,9 @@ elfejoyeux.com, 1 elforat.tk, 1 elforno.gr, 1 +elforo.tk, 1 elfranco.tk, 1 +elfrancotirador.tk, 1 elfring.eu, 1 elftoy.com, 1 elfuerteclamor.org, 1 @@ -37712,6 +38432,7 @@ elgin.tk, 1 elgoog.im, 1 elgosblanc.com, 1 +elgraffo.tk, 1 elgrecohotel.gr, 1 elguadia.faith, 0 elguillatun.cl, 1 @@ -37756,6 +38477,7 @@ elinformatico.tk, 1 elink.io, 1 elinks.tk, 1 +elinspector.tk, 1 elinvention.ovh, 1 eliolita.com, 1 eliott.cc, 1 @@ -37796,6 +38518,7 @@ elitemud.tk, 1 elitepainmanagement.com, 1 elitephysiotherapy.com.au, 1 +eliteprostheticdentistry.com, 1 eliterequestboard.tk, 1 elitesidingandgutters.com, 1 elitesim.ga, 1 @@ -37812,6 +38535,7 @@ elizabethrominski.com, 1 elizabethtaderera.me, 1 elizeugomes.com.br, 1 +eljay.cc, 1 eljef.me, 1 elka-piter.ga, 1 elkampeuzo-musique.tk, 1 @@ -37835,6 +38559,7 @@ ellemo.net, 1 ellencorddry.com, 1 ellenki.tk, 1 +ellenpage.tk, 1 ellesoft-freeware.tk, 1 ellevit.ch, 0 ellhofen-peccioli.de, 1 @@ -37851,6 +38576,7 @@ ellisamusements.co.uk, 1 ellisleisure.co.uk, 1 ellisvanlaarhoven.tk, 1 +elliyoung.com, 1 elloadingjr.ga, 1 ellsinger.me, 1 elmahost.net, 1 @@ -37863,13 +38589,16 @@ elmeson.tk, 1 elmoknows.xyz, 1 elmolar.tk, 1 +elmolist.tk, 1 elmresan.ir, 1 elmundoconpenelope.es, 1 +elmundodeloso.tk, 1 elnababy.ro, 1 elnan.do, 1 elnegocioperfecto.tk, 1 elo-forum.org, 1 elo-rocket.com, 1 +elobservador.tk, 1 elodieclerc.ch, 1 elodrias.de, 1 eloge.se, 1 @@ -37895,28 +38624,33 @@ elpaseadordeperros.com, 1 elpellejodelabreva.tk, 1 elpelusa.es, 1 +elperdigon.tk, 1 elperiodicodeycodendaute.es, 1 elphnt.io, 1 +elpincho.tk, 1 elpo.net, 1 elpoderdelespiritu.org, 1 elpreciosostud.com, 1 -elpreparacionista.com, 1 elprincipevegeta.tk, 1 elprofeshow.com, 1 elprofeshows.com, 1 elpromaucae.tk, 1 elpueblo.com.do, 1 +elquintoas.tk, 1 elradiobuffet.tk, 1 elradix.be, 1 elradix.eu, 1 elranchofeliz.org, 1 elrebollar.tk, 1 elreportero.net, 1 +elreportero.tk, 1 elri.blog, 1 elrincondelotaku.tk, 1 elrincondeltrabajo.com, 1 -elrinconderovica.com, 1 +elrubio.tk, 1 elsadonaire.tk, 1 +elsas.tk, 1 +elsbouslanostraaficio.tk, 1 elsector7.tk, 1 elsemanariodesalamanca.tk, 1 elsenzhafen.de, 1 @@ -37936,7 +38670,6 @@ eltconsultants.com.mx, 1 eltd.com.vn, 1 eltern-verein.ch, 1 -elternbeiratswahl.online, 1 elternforum-birmensdorf.ch, 1 elternverein-utzenstorf.ch, 1 eltip.click, 1 @@ -37955,6 +38688,8 @@ elvcino.com, 0 elvendrim.xyz, 1 elverdaderoamor.tk, 1 +elvikom.co.uk, 1 +elvikom.pl, 1 elviraszabo.com, 1 elvis-presley.tk, 1 elvismania.tk, 1 @@ -37968,7 +38703,6 @@ elycoin.io, 1 elypia.art, 1 elypia.com, 1 -elypia.org, 1 elypia.space, 1 elysiandigital.co, 1 elysiria.fr, 1 @@ -38004,6 +38738,7 @@ emanol.co.uk, 1 emanuel.photography, 1 emanuela-gabriela.co.uk, 0 +emanuelachiriaco.tk, 1 emanuelduss.ch, 1 emanueleanastasio.com, 1 emanuelemazzotta.com, 1 @@ -38020,7 +38755,6 @@ embedded.com, 1 embellir-aroma.com, 1 embellir-kyujin.com, 1 -embello.co.uk, 1 emberlife.com, 1 embodiaacademy.com, 1 embodiaapp.com, 1 @@ -38030,6 +38764,7 @@ embracecontext.com, 1 embraceni.org, 1 embracethedarkness.co.uk, 1 +embracezine.tk, 1 embryologist.info, 1 emby.cloud, 1 emby.live, 1 @@ -38042,11 +38777,11 @@ emdesigns.tk, 1 emdrupholm.dk, 1 emdvcorasia.com, 1 -emdyn.com, 1 emdynint.io, 1 emedos.es, 1 emeetattd.ddns.net, 1 emeliecrystal.net, 1 +emeliefalk.se, 1 emeliemai.com, 1 emelies-inspiration.tk, 1 ememsei.com, 1 @@ -38054,6 +38789,7 @@ emenshop.ga, 1 emenshop.ml, 1 emenshop.tk, 1 +emeralda.tk, 1 emeraldcbdshop.com, 0 emeraldcityswagger.com, 1 emeraldcoasturgentcare.com, 1 @@ -38075,9 +38811,9 @@ emffren.com.tr, 1 emfwk.com, 1 emg-management.cd, 1 -emgroup.co, 1 emi.im, 1 emielraaijmakers.nl, 1 +emigrantes.tk, 1 emigratieplanner.com, 1 emigrussia.org, 1 emil-dein-baecker.com, 1 @@ -38105,7 +38841,9 @@ emilstahl.de, 1 emilstahl.dk, 1 emilstahl.eu, 1 +emilvanderwal.tk, 1 emilvarga.com, 1 +emily-website.tk, 1 emily.moe, 1 emilybellydance.com.au, 1 emilyjohnson.ga, 1 @@ -38129,19 +38867,23 @@ emkrivoy.com, 1 emls.fr, 1 emlyn.xyz, 1 +emma-central.tk, 1 emma-o.com, 1 emma-secret.com, 1 emma.ly, 0 emmababy420.com, 1 emmadreams.net, 1 emmagarland.com, 1 +emmajayne.tk, 1 emmanuelle-et-julien.ch, 1 +emmanuellecerat.ca, 1 emmanuelorocker.com, 1 emmasfunerals.uk, 1 emmastarr.net, 1 emmastree.com, 1 emmausmexico.com, 1 emmawatsonking.tk, 1 +emmawatsononline.tk, 1 emmdy.com, 0 emmedicom.ml, 1 emmedicom.tk, 1 @@ -38227,6 +38969,7 @@ emprunterlivre.ci, 1 emptiness.cf, 1 empty.host, 1 +emptyarcade.com, 1 emptybox.org, 1 emptypath.com, 1 empyrean-advisors.com, 1 @@ -38247,6 +38990,7 @@ emu.land, 1 emulationking.com, 1 emulator.ml, 1 +emulatronic.tk, 1 emulefans.com, 1 emulovers.com, 1 emulsifier.ga, 1 @@ -38289,6 +39033,7 @@ encode.host, 1 encode.training, 1 encodecloud.net, 1 +encoderx.uk, 1 encontra-me.org, 1 encontreumagp.com, 1 encontro.online, 1 @@ -38312,6 +39057,7 @@ encryptmy.site, 1 encryptmycard.com, 1 encryptmysite.net, 1 +encuentra.tk, 1 encurta.ml, 1 encycarpedia.com, 1 endangeredwatch.com, 1 @@ -38348,6 +39094,7 @@ endometriu.ml, 1 endondehay.com, 1 endpaydayloandebt.net, 1 +endpipe.com, 1 endspamwith.us, 1 enduranceday.be, 1 enduranceseries.ca, 1 @@ -38361,11 +39108,14 @@ enefit.lv, 1 eneko.com, 1 enekogarrido.com, 0 +enemybase.tk, 1 enemyofman.com, 1 enemyterritory.tk, 1 energaia.de, 1 energialibre.tk, 1 +energianuclear.tk, 1 energiatalgud.ee, 1 +energiaurbana.tk, 1 energie-sante.ch, 0 energiecentrale.gent, 1 energieconsultonline.nl, 1 @@ -38423,7 +39173,9 @@ enet-navigator.de, 1 enett.team, 1 enewspapers.tk, 1 +enewspf.com, 1 enfant.tk, 1 +enfants-terribles.tk, 1 enfantsdelarue.ch, 1 enfasyperfumarias.com, 1 enfermedaddelbeso.com, 1 @@ -38439,6 +39191,7 @@ engagelogic.com, 1 engagewell.com, 1 engagingmuscles.com, 1 +engalego.tk, 1 enganches.es, 1 enganchesevilla.es, 1 engaugetools.com, 1 @@ -38451,7 +39204,9 @@ engelwerbung.com, 1 engelwerbung.de, 1 engen.co.za, 1 +engenhariadomarketing.com.br, 1 engg.ca, 1 +enggar.tk, 1 enghero.com, 1 engi.fyi, 1 engie-laadpalen.nl, 1 @@ -38497,6 +39252,7 @@ englishtype.com, 0 englishyamal.ru, 0 engraffo.com, 1 +engrama.tk, 1 engrepair.com, 1 engrish.ml, 1 engution.biz, 0 @@ -38508,6 +39264,7 @@ enigheten.tk, 1 enigma.swiss, 0 enigmacpt.com, 0 +enigmamusic.tk, 1 enigmatry-website-test.azurewebsites.net, 1 enigmatry.com, 1 enijew.com, 1 @@ -38550,6 +39307,7 @@ enoou.com, 1 enorekcah.com, 1 enosiseurotrade.com, 1 +enosistrade.com, 1 enot32.ru, 1 enotar.ch, 1 enoteca.do, 1 @@ -38569,6 +39327,7 @@ enriched.news, 1 enrique-monroy.tk, 1 enrique.wtf, 1 +enriqueamaro.com, 1 enriqueferreira.com, 1 enriquepiraces.com, 1 enrollapp.com, 1 @@ -38584,7 +39343,6 @@ ensilencio.tk, 1 ensingpodotherapie.nl, 1 enskat.de, 1 -enskatson-sippe.de, 1 ensley.tech, 1 ensons.de, 1 ensonyan.com, 1 @@ -38603,6 +39361,7 @@ enteratesoria.tk, 1 entercenter.ru, 1 enterdown.com, 1 +enteronline.tk, 1 enterprisenetworksecurity.net, 1 enterpriset.cf, 1 enterprisey.enterprises, 1 @@ -38679,6 +39438,7 @@ envywe.com, 1 enweb.ml, 1 enwikipedia.tk, 1 +enwillyado.tk, 1 enxadahost.com, 1 enythoracicsurgery.com, 1 enzofardone.ga, 1 @@ -38730,6 +39490,7 @@ epic-vistas.com, 1 epic-vistas.de, 1 epic.gl, 1 +epica.tk, 1 epicapos.cz, 1 epicbouncycastles.co.uk, 1 epiccdn.net, 1 @@ -38766,11 +39527,9 @@ epidastudio.com, 1 epidauros.be, 1 epigrafes-led-farmakeia.gr, 1 -epikomagazine.com, 1 epilis.gr, 1 epinesdeparadis.com, 1 epiphaniusmacar.com, 1 -epiphanyofourlordchurch.com, 1 epiphyte.network, 1 episkevh-plaketas.gr, 1 episode.tk, 1 @@ -38814,6 +39573,7 @@ eposswansea.co.uk, 1 epossystems.co.uk, 0 epost.pub, 1 +epost.tw, 1 epostplus.li, 1 eposwales.co.uk, 1 eposyork.co.uk, 1 @@ -38862,6 +39622,7 @@ equipedefrente.tk, 1 equipeferramentas.com.br, 1 equipment-pool.tk, 1 +equipomorado.tk, 1 equipoweb.info, 1 equippers.de, 1 equisecu.com, 1 @@ -38873,7 +39634,6 @@ equityloupe.com, 1 equityloupe.org, 1 equityloupe.ru, 1 -equityset.com, 1 equitytrack.co, 1 equityyes.org, 1 equivid.ga, 1 @@ -38892,6 +39652,7 @@ erapotensia.com, 1 erasmo.info, 1 erasmusantoine.tk, 1 +erasmusbari.tk, 1 erasmusplusrooms.com, 1 erasure.tk, 1 erasyou.com, 1 @@ -38926,7 +39687,6 @@ ergodark.com, 1 ergonomic-products.com, 1 ergovita.com.br, 1 -ergwebs.eu.org, 1 eric-huber.de, 1 eric-kolelas.tk, 1 eric.jetzt, 1 @@ -38937,6 +39697,7 @@ ericdiao.com, 1 ericfm.tk, 1 ericfo.cf, 1 +ericfra.nz, 1 erich-lessing-theater.tk, 1 erichmann.com, 1 erichoekstra.com, 1 @@ -39058,6 +39819,7 @@ erstehilfeprodukte.at, 1 ert.ovh, 1 ertebatatjelve.ir, 1 +erthisa.tk, 1 eru.im, 0 eru.me, 0 eru.moe, 1 @@ -39143,9 +39905,11 @@ esc.gov, 1 escae.ml, 1 escael.org, 1 +escalando.tk, 1 escalesensorielle.com, 1 escancia.tk, 1 escandille.com, 0 +escaparate.tk, 1 escape-house.be, 1 escapeforyou.com, 1 escapeplaza.de, 1 @@ -39157,8 +39921,10 @@ escavador.com, 1 escg.digital, 1 esclear.de, 1 +esclinux.tk, 1 escmatrix.com, 1 escobarservice7000.com, 1 +escoben.tk, 1 escogitasrls.com, 1 escoladepilota.tk, 1 escolatop.com.br, 1 @@ -39177,12 +39943,12 @@ escortlistings.eu, 1 escortlistings.fr, 1 escortlistings.ph, 1 -escortlistings.us, 1 escortlistingsuk.co.uk, 1 escortmantra.com, 1 escorts.works, 1 escortsontop.co.uk, 1 escortz.gq, 1 +escoteiros.tk, 1 escovator-records.tk, 1 escritoresdelcomahue.tk, 1 escritoriodearte.com, 0 @@ -39192,7 +39958,6 @@ escuelacaninalatejera.es, 1 escueladego.tk, 1 escueladelsabor.com, 1 -escuelaelae.org, 1 escuelaelretamo.cl, 1 escuelagobierno.org, 1 escuelainfantilpizcas.com, 1 @@ -39209,6 +39974,7 @@ eseances.ch, 1 esecuredata.com, 1 esehospitalsabanagrande.com, 1 +eselina.at, 1 eservices-greece.com, 1 eset.ml, 1 esexchange.ga, 1 @@ -39217,6 +39983,7 @@ esg-abi2001.de, 1 esgen.org, 1 esgr.in, 1 +esh.ink, 1 esher.ac.uk, 1 eshigami.com, 1 eshobe.com, 1 @@ -39235,7 +40002,6 @@ esigtorg.ru, 0 esiliati.org, 1 esilicon.com, 1 -esim.cz, 1 esite.ch, 1 eskapi.fr, 1 eskdale.net, 1 @@ -39297,8 +40063,8 @@ espci.fr, 1 especialistagoogleadwords.com.br, 1 especificosba.com.ar, 1 +espectro.tk, 1 espectrometria.com, 1 -espehus.dk, 1 espejo.tk, 1 espejocofrade.tk, 1 espeleogel.tk, 1 @@ -39351,7 +40117,6 @@ essencesdeprana.org, 0 essencespresso.es, 1 essenciasparis.com.br, 1 -essential12.com, 1 essentialinteriors.ga, 1 essentialoils.nl, 1 essentialoilsimports.com, 1 @@ -39372,6 +40137,7 @@ essmokinbbq.com, 1 essnet.co.jp, 1 essoduke.org, 1 +essordesentreprises.com, 1 essplusmed.org, 1 essteebee.ch, 0 est-it.de, 1 @@ -39410,6 +40176,7 @@ estetista.net, 1 esthe-zukan.com, 1 estherlew.is, 1 +esthernariyoshi.com, 1 esthesoleil.jp, 1 estila.co, 1 estilopack-loja.com.br, 1 @@ -39420,6 +40187,7 @@ estoniananonymous.tk, 1 estoniantrade.ee, 1 estonoentraenelexamen.com, 1 +estopero.tk, 1 estoppels.com, 1 estradiolbestellen.gq, 1 estreetshuffle.com, 1 @@ -39433,7 +40201,6 @@ estudiaenrusia.com, 1 estudiarauxiliardefarmacia.com, 1 estudiarcoachingdeportivo.es, 1 -estudiarcocinaonline.es, 1 estudiarenergiasrenovablesonline.es, 1 estudiaresteticaonline.es, 1 estudiarparaser.com, 1 @@ -39457,6 +40224,7 @@ esunapena.tk, 1 esunenin.tk, 1 esuretynew.azurewebsites.net, 1 +esurveynordic.com, 1 esvaco.cf, 1 esy.nl, 1 esyoil.com, 1 @@ -39472,6 +40240,7 @@ etaldelune.fr, 1 etalent.net, 1 etalktome.com, 1 +etanol.tk, 1 etaoinwu.com, 1 etaoinwu.win, 1 etath.com, 1 @@ -39492,10 +40261,14 @@ etech-solutions.com, 1 etechsolution.net, 1 eteesheet.com, 1 +eternal-chaos.tk, 1 eternal-con.de, 1 +eternal-dementia.tk, 1 eternal-warriors.de, 1 eternalflame.cn, 1 eternalflame.info, 1 +eternalguild.tk, 1 +eternalmountains.tk, 1 eternalparking.com, 1 eternalparking.eu, 1 eternalparking.net, 1 @@ -39525,6 +40298,7 @@ etherderbies.com, 1 ethereal-skies.tk, 1 ethereal.games, 1 +etherealcollapse.tk, 1 ethereum-news.info, 1 ethereumnews.best, 1 ethereumnews.digital, 1 @@ -39532,9 +40306,7 @@ ethereumnews.live, 1 ethereumnews.news, 1 ethereumnews.site, 1 -ethereumnews.xyz, 1 etheria-software.tk, 1 -etheria.ml, 1 etherium.org, 1 ethermine.org, 1 ethernetservers.com, 1 @@ -39557,6 +40329,7 @@ ethil-faer.fr, 1 ethiobaba.com, 1 ethioconsulate-la.org, 1 +ethiopian.dating, 1 ethitter.com, 1 ethnews.today, 1 ethnopsychoanalyse.tk, 1 @@ -39596,7 +40369,6 @@ ettbl.net, 1 ettebiz.com, 1 ettgottliv.com, 1 -ettounsi.net, 1 etudepresse.tk, 1 etudes-litteraires.com, 1 etudesbibliques.fr, 0 @@ -39616,7 +40388,7 @@ eu-prodaja.com, 1 eu-stellenangebot.de, 1 eu.ax, 1 -euaggelion.blog.br, 0 +euaggelion.blog.br, 1 euanbarrett.com, 1 euc.world, 1 euchre.us, 1 @@ -39669,6 +40441,7 @@ eurekaarchi.com, 0 eurekaarchitecture.com, 1 eurekagames.tk, 1 +euren.se, 1 eurmarketing.com, 1 euro-cdm.org, 1 euro-construction.co.uk, 1 @@ -39694,6 +40467,7 @@ euroenergy.tk, 1 euroestetica.ec, 1 euroexpres.info, 1 +eurofire.tk, 1 euroflora.com, 1 euroflora.mobi, 1 euroflorist.cf, 1 @@ -39706,15 +40480,16 @@ eurogarden.com, 1 eurogarden.nl, 1 euroherp.com, 1 +eurolink.tk, 1 eurolocarno.es, 1 euromalha.com.br, 1 euroman.ga, 1 euromexde.com, 1 euronic.fi, 1 +eurookna.ru, 1 +eurookna.tk, 1 europaband.fr, 1 -europack.kiev.ua, 1 europainchemnitz.de, 1 -europameisterschaft.com, 1 europapier.net, 1 europarts-sd.com, 1 europastudien-chemnitz.de, 1 @@ -39733,7 +40508,6 @@ europeanpreppers.com, 1 europeanstudies-chemnitz.de, 1 europeantimberconnectors.ca, 1 -europeantransportmanagement.com, 1 europeanwineresource.com, 1 europeonline.tk, 1 europeos.es, 1 @@ -39743,7 +40517,6 @@ europetraveler.tk, 1 europetravelservice.co.uk, 1 europop.com, 1 -europrise.ie, 1 eurora.de, 1 eurorecambios24.com, 1 euroroad17.dk, 1 @@ -39752,10 +40525,12 @@ euroshop.tk, 1 euroskano.nl, 1 eurospecautowerks.com, 1 +eurosquad.tk, 1 eurostrategy.vn.ua, 1 eurosun.tk, 1 +euroswapper.tk, 1 euroteam.tk, 1 -eurotech-cnc.eu, 1 +eurotest.tk, 1 eurotop.net.pl, 1 eurotour.tk, 1 eurotramp.com, 0 @@ -39786,6 +40561,7 @@ evaberg.net, 1 evacuinera.com, 1 evadi.ca, 1 +evafernandez.tk, 1 evafojtova.cz, 1 evai.me, 1 evailoil.ee, 1 @@ -39806,14 +40582,13 @@ evanfiddes.com, 1 evange.co.jp, 1 evangelicalmagazine.com, 1 +evangelietuin.tk, 1 evangelionmagi.tk, 1 evangelise.asia, 1 evanreev.es, 1 evansdesignstudio.com, 0 evansville-wy.gov, 1 -evantage.org, 1 evantageglobal.com, 1 -evante-bus.com, 1 evaolson.se, 1 evapp.org, 1 evaria-network.fr, 1 @@ -39850,7 +40625,6 @@ evenstar-gaming.com, 1 evenstargames.com, 1 event-blick.de, 1 -event-fullyyours.com, 1 event-reisen.tk, 1 event4fun.no, 1 eventact.com, 0 @@ -39860,8 +40634,6 @@ eventdays.tk, 1 eventerlebnis.ch, 1 eventfun.tk, 1 -eventim-business.com, 1 -eventim-business.de, 1 eventive.org, 0 eventjams.com, 1 eventmake.es, 1 @@ -39883,6 +40655,7 @@ everain.me, 1 everberg.tk, 1 everesthealthgroup.com, 1 +everettduiattorneys.com, 1 everettsautorepair.com, 0 everfine.com.tw, 1 everglow.co.jp, 1 @@ -39971,6 +40744,7 @@ evilcodes.tk, 1 evildarkness.tk, 1 evilduck.tk, 1 +evileye-xl.de, 1 evilla.ru, 0 evilmartians.com, 1 evilmoisture.tk, 1 @@ -39978,6 +40752,7 @@ evilnolo.tk, 1 evilofsociety.tk, 1 evilsay.com, 0 +evilscience.tk, 1 evilsite.cf, 1 eviltricks.tk, 1 evilways.tk, 1 @@ -40008,7 +40783,9 @@ evokewonder.com, 1 evolucioneducativa.com.ec, 1 evolucionestudios.com.bo, 1 +evolucionradio.tk, 1 evoludis.net, 1 +evolution-gaming.tk, 1 evolution-host.ga, 1 evolutionbiote.com, 1 evolutioninflatables.co.uk, 1 @@ -40064,9 +40841,9 @@ ewesparky.com, 1 ewhitehat.com, 1 ewie.name, 1 +ewighost.com, 1 ewinstore.com, 1 ewizmo.com, 1 -ewok.io, 1 eworkflow.ca, 1 eworksmedia.com, 0 eworldmedia.ml, 1 @@ -40100,7 +40877,6 @@ examesrush.com.br, 1 examika.ru, 1 examlab.tk, 1 -example.sc, 1 exampleessays.com, 1 examroll.fr, 1 examroll.io, 1 @@ -40137,6 +40913,7 @@ exceltobarcode.com, 1 excentos.com, 1 exceptionalbits.com, 1 +exceptionalservers.com, 1 exceptionalservices.us, 1 excerp.tech, 1 excess-baggage.com, 1 @@ -40163,7 +40940,6 @@ exclusivityglobal.tech, 0 excluzive.ml, 1 excoins.biz, 1 -excomm.io, 1 excontinuum.de, 1 exdamo.de, 1 exe-boss.tech, 1 @@ -40174,6 +40950,7 @@ execution.biz.tr, 1 executiveice.com, 1 executivemarketing.co.za, 1 +executiveresolutions.co.uk, 0 executiveseatsers.ga, 1 exegese.ch, 0 exegol.co.uk, 1 @@ -40220,6 +40997,7 @@ exoscale.ch, 1 exoscale.com, 1 exoten-spezialist.de, 1 +exotic-animals.tk, 1 exotic-bengal-cattery.ml, 1 exoticads.com, 1 exoticaz.to, 1 @@ -40237,11 +41015,13 @@ expatfinancial.com.hk, 1 expatfire.com, 1 expatmortgage.uk, 1 +expatriate.pl, 0 expe.voyage, 1 expectation.management, 1 expecting.com.br, 1 expectus.tk, 1 expeditiegrensland.nl, 0 +expelliarmus.tk, 1 expensivejewelsest.ga, 1 experens.com, 1 experienceoutdoors.org.uk, 1 @@ -40280,7 +41060,6 @@ explodie.org, 1 explodingearths.com, 1 exploflex.com.br, 1 -exploit-db.com, 1 exploit.cz, 0 exploit.party, 1 exploit.ph, 1 @@ -40311,6 +41090,7 @@ expoesiavisual.tk, 1 expoexports.tk, 1 expoline.ua, 1 +expomac.tk, 1 exponentialnews.net, 1 exponentialsoft.cf, 1 exponentialsoft.ga, 1 @@ -40330,6 +41110,7 @@ exposedcasting.com, 1 exposethetruth.tk, 1 exposurecompensation.co.uk, 1 +exposurethrash.tk, 1 expouniverse.cf, 1 expouniverse.tk, 1 express-hosting.org, 1 @@ -40398,11 +41179,12 @@ extraefficiency.tk, 1 extraefficient.tk, 1 extrafrei.at, 1 +extrafuerdich.tk, 1 extrainsiderest.ga, 1 +extraloud.tk, 1 extrapagetab.com, 1 extraspaces.co.uk, 1 extraupdate.com, 1 -extrawdw.net, 1 extreemhost.nl, 1 extreme-addicts.tk, 1 extreme-gaming.de, 1 @@ -40417,15 +41199,19 @@ extremelycorporate.ca, 1 extrememanual.net, 1 extrememusclepump.com, 1 +extremeprojects.tk, 1 extremeservicesandrestoration.com, 1 extremesports.tk, 1 +extremetunedcars.tk, 1 extremfrank.tk, 1 extremovirtual.com, 1 extrolife.ml, 1 extromail.de, 1 +extua.pw, 1 exum.tk, 1 exvisits.tk, 1 exvs.org, 1 +exway.com, 1 exxelmedia.de, 1 exxoncannabis.com, 1 exxpozed-image.de, 1 @@ -40485,7 +41271,6 @@ ezcourseonline.com, 1 ezdog.press, 1 ezelukwu-chambers.org, 1 -ezequiel-garzon.net, 1 ezftrs.com, 1 ezgamble.com, 1 ezgif.com, 1 @@ -40501,7 +41286,6 @@ ezorgportaal.nl, 1 ezpzdelivery.com, 1 ezpzhealth.com, 1 -ezradulaney.com, 1 ezrent.tk, 1 ezrohi.ru, 1 ezsavers.ga, 1 @@ -40510,6 +41294,8 @@ ezscrapbooksest.ga, 1 ezshopper.co.uk, 1 ezwritingservice.com, 1 +ezybook.co.nz, 1 +ezybook.net, 1 ezytrade.africa, 1 ezz-drops.tk, 1 ezzhole.net, 1 @@ -40682,8 +41468,8 @@ fabiocicerchia.it, 1 fableforge.nl, 1 fableheartmedia.com, 1 -faboolus.com, 1 fabricadeobsequiosimpresores.com, 1 +fabricalaser.com.br, 1 fabriceleroux.com, 0 fabriciomoreira.ga, 1 fabrikafilmes.com.br, 1 @@ -40691,6 +41477,7 @@ fabrilec.tk, 1 fabriziofaniello.tk, 1 fabriziorocca.it, 1 +fabriziorocca.tk, 1 fabse.net, 1 fabservicos.com.br, 1 fabslabour.uk, 1 @@ -40739,7 +41526,6 @@ facesnf.com, 1 facevietpro.tk, 1 facevitalityers.ga, 1 -faceyogaforyou.com, 0 facfox.com, 1 fach-journalist.de, 1 fachfusspflege-exner.de, 1 @@ -40747,7 +41533,7 @@ fachiri.tk, 1 fachmann-umzuege.de, 1 fachowisko.pl, 1 -fachschaften.org, 1 +fachschaften.org, 0 fachschaftslisten.at, 1 fachschaftslisten.org, 1 fachversand-hennes.de, 1 @@ -40759,7 +41545,6 @@ facil.services, 0 facilecommebonjour.com, 1 faciledireto.com.br, 1 -facileway.com, 1 facilit-info.fr, 1 facilities.fr, 1 facilitiessurvey.org, 1 @@ -40855,12 +41640,14 @@ failover.de, 1 failover.eu, 1 failoverplan.it, 1 +faimdevoyages.com, 1 fairbairnrealty.com, 1 fairbill.com, 1 fairbot.cf, 1 fairbot.gq, 1 fairbot.ml, 1 fairbot.tk, 1 +fairchildband.tk, 1 fairdata.ga, 1 fairedeseconomies.info, 1 fairelements.net, 1 @@ -40872,6 +41659,7 @@ fairgaming.tk, 1 fairgolfteams.com, 1 fairleighcrafty.com, 1 +fairlesslaw.com, 1 fairmarketing.com, 1 fairmonttamarak.cf, 1 fairmonttamarak.ga, 1 @@ -40895,6 +41683,7 @@ faithadvisorest.ga, 1 faithbulletin.tk, 1 faithcentercogop.net, 1 +faithfulfaye.nl, 1 faithfulroad.org, 1 faithindemocracy.eu, 1 faithleaks.org, 0 @@ -40920,10 +41709,13 @@ fakeframes.ga, 1 fakeframesers.ga, 1 fakeframesest.ga, 1 +fakehouse.tk, 1 fakel.ga, 1 fakemoney.ga, 1 fakerli.com, 1 +fakeroses.tk, 1 fakes-ru.tk, 1 +fakhrudin.tk, 1 fakinga.tk, 1 fakt.io, 1 fakt.tk, 1 @@ -41026,7 +41818,6 @@ familylawhotline.org, 1 familyparties.co.uk, 1 familyrecipe.co.uk, 1 -familystockexchangeers.ga, 1 familytreehq.com, 1 familytrees.net, 1 familytron.com, 1 @@ -41044,8 +41835,10 @@ famouschilirecipes.com, 1 famoushostels.com, 1 famousit.nl, 1 +famousmodels.tk, 1 famouspdf.gq, 1 famousstages.com, 1 +famousstageshouston.com, 1 famvsomeren.nl, 1 fan.gov, 1 fan4all.de, 1 @@ -41070,6 +41863,7 @@ fandomservices.com, 1 fanera.tk, 1 fanescu.ro, 1 +fanfareokselaar.tk, 1 fanfareunion.ch, 0 fanfiction.tk, 1 fangkehou.eu.org, 1 @@ -41083,6 +41877,7 @@ fannyips.tk, 1 fanohus.de, 1 fanohus.dk, 1 +fanorama.tk, 1 fanosak.tk, 1 fans-lily-allen.tk, 1 fansale.de, 1 @@ -41114,11 +41909,13 @@ fantasycastles.co.uk, 1 fantasycdn.com, 1 fantasydesign.no, 1 +fantasydreams.tk, 1 fantasyempires.net, 1 fantasyempires.nl, 1 fantasyescortsbirmingham.co.uk, 1 fantasyfoot.gq, 1 fantasyfoot.tk, 1 +fantasyforever.tk, 1 fantasymina.de, 1 fantasypartyhire.com.au, 1 fantasyprojections.com, 1 @@ -41127,6 +41924,7 @@ fantgames.com, 1 fantinisfantasy.cf, 1 fantiphysiotherapy.com, 1 +fantom.foundation, 1 fantraxhq.com, 1 fanvoice.com, 1 fanyina.cn, 1 @@ -41135,6 +41933,7 @@ fanyue123.tk, 1 fanz.pro, 1 fanzapers.ga, 1 +fanzine-nimbus.tk, 1 fanzlive.com, 1 fap.link, 1 fap.no, 1 @@ -41177,6 +41976,7 @@ fargtorget.se, 1 farhadexchange.com, 1 farhanaditya.com, 0 +farhandanish.tk, 1 farhood.org, 1 farian.tk, 1 faribanx-porn.com, 1 @@ -41198,10 +41998,12 @@ farmaciacorvi.it, 1 farmaciadejaime.es, 1 farmaciaviva.es, 1 +farmakon.tk, 1 farmaspeed.it, 1 farmauna.com, 1 farmaweb.be, 1 farmer-miniaturen.tk, 1 +farmer.dating, 1 farmers.gov, 1 farmkazuto.com, 1 farmmaximizer.com, 1 @@ -41251,7 +42053,9 @@ fashioneditor.gr, 1 fashionflavorph.com, 1 fashionforyou.ga, 1 +fashionfreaks.tk, 1 fashionfuture.tk, 1 +fashionhijabers.com, 1 fashionlink.tk, 1 fashionlistify.tk, 1 fashionmagz.tk, 1 @@ -41264,20 +42068,24 @@ fashionreview.ml, 1 fashionsuits.tk, 1 fashiontrendsetter.com, 1 -fashionunited.be, 0 +fashionunited.be, 1 fashionunited.cl, 1 -fashionunited.com, 0 +fashionunited.cn, 1 +fashionunited.com, 1 fashionunited.com.ar, 1 -fashionunited.de, 0 +fashionunited.de, 1 fashionunited.fi, 1 +fashionunited.fr, 1 fashionunited.hk, 1 fashionunited.hu, 1 -fashionunited.ie, 0 +fashionunited.ie, 1 fashionunited.lu, 1 fashionunited.mx, 1 -fashionunited.nl, 0 +fashionunited.nl, 1 fashionunited.no, 1 +fashionunited.nz, 1 fashionunited.pl, 1 +fashionunited.ru, 1 fashionunited.se, 1 fashionusa.gq, 1 fashionweb.ml, 1 @@ -41319,6 +42127,7 @@ fastener.tk, 1 fasterblogsers.ga, 1 fasterblogsest.ga, 1 +fasternie.tk, 1 fastfloorscreed.ie, 1 fastforwardsociety.nl, 1 fastforwardthemes.com, 1 @@ -41439,11 +42248,9 @@ fbe.to, 1 fbf.gov, 1 fbfwd.email, 1 -fbhackpass.com, 1 fbi.gov, 1 fbigame.com, 1 fbiic.gov, 1 -fbijobs.gov, 1 fbo.gov, 1 fbo.network, 1 fboerman.nl, 1 @@ -41462,8 +42269,14 @@ fcarrascosa.es, 1 fcarsenal.tk, 1 fcbarcelona.cz, 1 +fcbrasov.tk, 1 fcburk.de, 1 fccarbon.com, 0 +fcdauwendaele-dames.tk, 1 +fcdekampioenen.tk, 1 +fcdemuis.tk, 1 +fcdenhaag-holi.tk, 1 +fcdordrecht.tk, 1 fcforum.net, 1 fcg.fyi, 1 fcgmd.gov, 1 @@ -41471,9 +42284,11 @@ fcingolstadt.de, 1 fcitasc.com, 1 fcl.guru, 1 +fcmoorsel.tk, 1 fcosinus.com, 1 fcpn.org, 1 fcprovadia.com, 1 +fcsarajevo.tk, 1 fcsic.gov, 1 fcts.ml, 1 fdalawboston.com, 1 @@ -41495,7 +42310,6 @@ fdp-alsdorf.de, 1 fdp-heinsberg.de, 1 fdpbrig.ch, 1 -fdremodelingatlanta.com, 1 fdresearch.ca, 1 fdsl.eu, 1 fdworlds.com, 1 @@ -41503,10 +42317,13 @@ feac.us, 1 feaden.me, 1 feandc.com, 1 +fear-crowd.tk, 1 fearedcreation.tk, 1 fearfactory.tk, 1 fearghus.org, 1 fearlessmusic.tk, 1 +fearstyle.tk, 1 +fearunknown.tk, 1 feast-day.tk, 1 feast.info, 1 feastofplants.com, 1 @@ -41515,6 +42332,8 @@ feastr.io, 1 feastshare.com, 1 feat.agency, 1 +featherfan.io, 1 +feathermc.com, 1 feathersbtq.com, 1 featherwallet.org, 1 featherweightlabs.com, 1 @@ -41529,6 +42348,8 @@ fed51.com, 1 fedbizopps.gov, 1 fedcenter.gov, 1 +fedefutbol.tk, 1 +fedel.tk, 1 federaciocatalanapipaclubs.tk, 1 federalbus.ga, 1 federalbusers.ga, 1 @@ -41559,6 +42380,7 @@ fedoraproject.org, 1 fedorblog.tk, 1 fedpartnership.gov, 1 +fedposting.site, 1 fedramp.gov, 1 fedrooms.gov, 1 fedrtc.org, 1 @@ -41608,6 +42430,7 @@ feepod.com, 1 feeriedesign-event.com, 1 feestbierfusten.nl, 1 +feestfactory.tk, 1 feetek.net, 1 feetnesclub.tk, 1 feetpa.ws, 1 @@ -41661,6 +42484,7 @@ feliscatus.tk, 1 felistirnavia.sk, 1 felitecn.com, 1 +felix-amez.tk, 1 felix-hirner.de, 1 felix.vn, 1 felixadr.com, 1 @@ -41684,6 +42508,8 @@ felixsworld.tk, 1 felixturgeon.ca, 1 felixvelarde.com, 1 +felixweb.tk, 1 +feliz.tk, 1 felonymath.com, 1 felsare3.com, 1 felsefe.tk, 1 @@ -41709,6 +42535,7 @@ feminina.eu, 1 feminina.pt, 1 feminique.tk, 1 +feminism.lgbt, 0 feministreview.cf, 1 feministreview.ga, 1 feministreview.gq, 1 @@ -41740,6 +42567,7 @@ fenichelar.com, 1 fenitriatnica.tk, 1 fenix-site.tk, 1 +fenixcorporative.tk, 1 fenixhost.com.br, 1 fenixmetal.tk, 1 fenj.nl, 1 @@ -41756,6 +42584,7 @@ fenus.com.ar, 1 feodosiya.cf, 1 feodosiya.tk, 1 +fer.pw, 1 ferad.net, 1 feras-alhajjaji.com, 1 feraz.com.mx, 1 @@ -41803,24 +42632,27 @@ fernandobarillas.com, 1 fernandomiguel.net, 1 fernandosuarez.cf, 1 +fernatura.tk, 1 fernheim.com.py, 1 fernland.com.au, 1 +fernweh.tk, 1 ferociousmass.tk, 1 feross.net, 1 feross.org, 1 ferozes.com.br, 1 ferprobolivia.com, 1 ferrariadvisor.it, 1 +ferrariale.tk, 1 ferrarichat.fr, 1 ferret.zone, 1 ferreteriaferreiro.com, 1 ferrin.tk, 1 ferriswheelofficial.us, 1 +ferro-design.tk, 1 ferrodata.de, 1 ferrolatino.ch, 1 ferrousmoon.com, 1 ferrovial.com, 1 -fersan.pe, 1 fersumalin.cf, 1 fersumalin.ga, 1 fersumalin.gq, 1 @@ -41833,7 +42665,6 @@ fertilityquickest.ga, 1 fertilityspace.io, 1 fertilizers.tk, 1 -fertisa.com, 1 ferydoonzandi.tk, 1 fescosales.com, 1 fescuesodsouthernindiana.com, 1 @@ -41902,11 +42733,15 @@ fexopay.com, 1 fey-web.tk, 1 feybiblia.com, 1 +feyenoordrotterdam.tk, 1 +feyenoordsite.tk, 1 +feyenoordvakz.tk, 1 feyiama.de, 1 ff-bad-hoehenstadt.de, 1 ff-bg.xyz, 1 ff-koenigstein-opf.de, 1 ff-obersunzing-niedersunzing.de, 1 +ff-tostedt.de, 1 ff14-mstdn.xyz, 0 ff18.cc, 0 ff326.com, 1 @@ -41929,6 +42764,7 @@ ffbans.org, 1 ffbsee.net, 0 fff-du.de, 1 +fffdm.com, 1 ffg.berlin, 1 ffiec.gov, 1 ffis.me, 0 @@ -41978,10 +42814,9 @@ fiam.me, 1 fiamtorino.eu, 1 fianna.tk, 1 -fiareapp.red, 0 fiasgo.dk, 1 fiataldivat.hu, 1 -fibercoverage.com, 1 +fiberoptikz.tk, 1 fibery.io, 1 fibo-forex.org, 1 fibra.click, 1 @@ -42023,6 +42858,7 @@ fierscleaning.nl, 1 fiery.me, 1 fierykitchen.pl, 1 +fiestasalquezar.tk, 1 fietsambassade.be, 1 fietsambassade.gent, 1 fietsambassadegent.be, 1 @@ -42118,6 +42954,7 @@ filhomes.ph, 1 fili.com, 1 filidorwiese.nl, 1 +filigrana.tk, 1 filiio.com, 1 filingsmadeeasy.com, 1 filip-prochazka.com, 0 @@ -42153,6 +42990,7 @@ filmfog.cf, 1 filmfog.ga, 1 filmisfun.com, 1 +filmisfun.net, 1 filmitis.com, 1 filmizleindir.tk, 1 filmnetz.tk, 1 @@ -42169,6 +43007,7 @@ filmwallpapers.ml, 1 filobot.xyz, 1 filokiralama.name.tr, 1 +filosofare.tk, 1 filosofia.tk, 1 filstop.com, 1 filterlists.com, 1 @@ -42194,7 +43033,6 @@ finance-colleges.com, 1 finance-consulting.ga, 1 finance-devils.com, 1 -finance-equation.co.uk, 1 finance-news.ga, 1 financeaffiliateprograms.com, 1 financecontrol.tk, 1 @@ -42222,7 +43060,6 @@ financialmoveers.ga, 1 financialmoveest.ga, 1 financialnews.today, 1 -financieracademy.com.br, 1 financniexperti.sk, 1 finansa.no, 1 finansinspektionen.se, 1 @@ -42250,6 +43087,7 @@ find-mba.com, 1 finda.ae, 1 findaffordablehousing.ca, 1 +findahero.com.au, 1 findairconditioningers.ga, 1 findairconditioningest.ga, 1 findapinball.com, 1 @@ -42263,6 +43101,7 @@ finde-kleinanzeigen.de, 1 findelahistoria.com, 1 findenmed.com.br, 1 +findete.tk, 1 findeth.io, 1 findheim.at, 1 findingawesome.com, 1 @@ -42298,6 +43137,7 @@ findtrain.tk, 1 findtreatment.gov, 1 findyour.diet, 1 +findyourdreams.tk, 1 findyourtrainer.com, 1 findyourvoice.ca, 1 fine-services.paris, 1 @@ -42308,6 +43148,7 @@ finefriends.social, 1 finefriendsapp.com, 1 finehealth.ru, 0 +finehomesource.com, 1 finelineaestheticstx.com, 1 finenet.com.tw, 1 fineshare.tk, 1 @@ -42345,6 +43186,7 @@ finndel.no, 1 finneas.net, 1 finnishclothing.tk, 1 +finnjumping.tk, 1 finnkupongkoder.no, 1 finnwea.com, 0 finom.co, 1 @@ -42367,6 +43209,7 @@ finvantive.com, 1 finvantive.nl, 1 finverse.com, 1 +finwarriors.tk, 1 finwe.info, 1 finzy.com, 1 fionafuchs.de, 1 @@ -42375,6 +43218,7 @@ fionna.org, 1 fiorebjj.com, 1 fiorenzaperfumhome.com.br, 1 +fioriepiante.info, 1 fioristionline.it, 1 fioristionline.net, 1 fiosgenomics.com, 1 @@ -42383,11 +43227,13 @@ fipo.life, 1 fipq.tk, 1 fir.ch, 1 -fir3net.com, 1 firatofm.tk, 1 +firaun.tk, 1 firc.de, 1 +fire-eyes.tk, 1 fire-places.tk, 1 fire-schools.com, 1 +fireballsteven.tk, 1 firebaseio.com, 1 firebirdrangecookers.com, 1 firebounty.com, 1 @@ -42397,6 +43243,7 @@ firecask.com, 1 firechip.cc, 1 firechip.srl, 1 +firecity.tk, 1 firecore.com, 1 firecry.org, 1 firedemons.tk, 1 @@ -42405,11 +43252,11 @@ fireeye.tk, 1 firefart.at, 0 firefense.com, 1 +firefighters.dating, 1 firefish.com.au, 1 fireflywellnesscounseling.com, 1 firegeisha.com, 1 fireglow.de, 1 -firegore.com, 1 fireintheholevideos.tk, 1 fireleadership.gov, 1 firemaker.tk, 1 @@ -42428,6 +43275,7 @@ firerain.me, 1 fireshellsecurity.team, 1 firesofheaven.org, 1 +firestart.tk, 1 firestuff.org, 1 firetotheprisons.org, 1 fireurboss.tk, 1 @@ -42440,6 +43288,7 @@ firexarxa.de, 1 firexfly.com, 1 firexp.tk, 1 +firingsquad.tk, 1 firma-cerny.cz, 1 firma-offshore.com, 1 firmador.cloud, 1 @@ -42490,6 +43339,7 @@ firstisrael.org.il, 1 firstlayout.net, 1 firstlightinspirations.tk, 1 +firstload.tk, 1 firstmall.de, 1 firstmarket.tech, 1 firstname.tk, 1 @@ -42499,10 +43349,10 @@ firstphilec.com, 1 firstplace.ga, 1 firstq.xyz, 1 -firstquarterfinance.com, 1 firstresponder.gov, 1 firstsiteguide.tk, 1 firsttimer.tk, 1 +firsttimeround.tk, 1 firsttimeshopperers.ga, 1 firsttimeshopperest.ga, 1 firstversionist.com, 1 @@ -42557,7 +43407,6 @@ fisiotohome.com, 1 fiskalnepretor.pl, 1 fiskelures.se, 1 -fiskosceyiz.com, 0 fistingtogether.com, 1 fit-4u.ch, 0 fit-mit-nina.com, 1 @@ -42566,6 +43415,7 @@ fitandfightrijswijk.nl, 1 fitanu.com, 1 fitawakening.co.uk, 1 +fitbase.cf, 1 fitbase.fitness, 1 fitbylo.com, 1 fitcamp.fitness, 1 @@ -42624,6 +43474,7 @@ fixatom.com, 1 fixdiabetesnaturally.com, 1 fixed.tech, 1 +fixedgear.tk, 1 fixedmatch.bet, 1 fixedtoday.com.au, 1 fixfix.ch, 1 @@ -42715,6 +43566,7 @@ flamencoshoes.tk, 1 flamengopi.tk, 1 flamentecnic.tk, 1 +flameofthoughts.tk, 1 flamer-scene.com, 0 flamero.fi, 1 flamet.eu, 1 @@ -42725,9 +43577,12 @@ flamingogroup.vn, 1 flamingowomenspavilion.com, 1 flamme-von-anor.de, 1 +flammy.tk, 1 flana.com, 1 +flanagan.tk, 1 flanderslaw.com, 0 flanga.io, 0 +flanigan.tk, 1 flapoverspeed.com, 1 flapperistic.tk, 1 flare.cloud, 1 @@ -42754,6 +43609,7 @@ flashlearners.com, 0 flashlightchart.com, 1 flashmarkets.com, 1 +flashscores.tk, 1 flashset.tk, 1 flashtek-uk.com, 1 flashyreese.me, 1 @@ -42763,12 +43619,15 @@ flatart.pl, 1 flatbellyreview.com, 1 flatbook.one, 1 +flatcast.tk, 1 +flatcoated.tk, 1 flathome.co.jp, 1 flaticon.com, 1 flatlandchurch.com, 0 flatmail.pl, 1 flatmatehub.com.au, 1 flatpackmates.co.uk, 1 +flatplanet.tk, 1 flatsomestudio.ir, 1 flatsurfers.eu, 1 flattie.cz, 1 @@ -42786,7 +43645,7 @@ flawlessly.tk, 1 flawlessweddings.nl, 1 flayla.tk, 1 -flblog.top, 1 +flblog.top, 0 flcatering.com, 1 flconcretelifting.com, 1 fldsmdfr.nl, 1 @@ -42810,6 +43669,7 @@ fleetcor.pl, 1 fleetcor.sk, 1 fleetcorcards.be, 1 +fleetofhope.tk, 1 fleetpal.io, 1 fleetsmith.com, 1 fleetssl.com, 1 @@ -42829,6 +43689,7 @@ flensburg-hilft-flensburg.de, 1 flers-agglo.fr, 1 flerstourisme.fr, 1 +fleshtone.tk, 1 fleshwound.tk, 1 fletcherdigital.com, 1 fletcherdoescrime.com, 1 @@ -42844,7 +43705,6 @@ flexapplications.se, 1 flexbox.cloud, 1 flexdrukker.nl, 1 -flexfunding.com, 1 flexi-dance.pl, 1 flexiblenetflow.com, 1 flexibsd.com, 1 @@ -42853,10 +43713,10 @@ fleximus.org, 0 flexinvesting.fi, 1 flexitanq.es, 1 +flexman.tk, 1 flexmedia.tk, 1 flexphonesest.ga, 1 flexport.com, 1 -flexstart.me, 1 flexsuplementos.com.br, 1 flextribly.xyz, 1 flexussolucoes.com.br, 1 @@ -42959,18 +43819,22 @@ flooringsourcetx.com, 1 floorrestore.co.uk, 0 floors4lessbay.com, 1 -floort.net, 0 +floort.net, 1 floosak.co, 1 flop.tk, 1 flopix.net, 0 floppomoppo.ml, 1 floppy.tk, 1 floqast.com, 1 +flora-nova.tk, 1 floraclick.net, 1 +florademurcia.tk, 1 floraexpress.it, 1 florafaunafavourites.co.uk, 1 +floragarden.tk, 1 floralin.se, 1 floralworkshopsers.ga, 1 +florasite.tk, 1 florausa.net, 1 floravan.com, 1 floravino.de, 1 @@ -42994,7 +43858,6 @@ florianmitrea.uk, 1 florianschmitt.ca, 1 floriantanner.ch, 1 -florida-immigration.com, 1 florida-online.tk, 1 florida-prep.org, 1 floridaagriculture.gov, 1 @@ -43005,7 +43868,6 @@ floridafx.gov, 1 floridahealthcareconnections.gov, 1 floridahomesinvest.com, 1 -floridaimigracao.com, 1 floridaplasticsurgery.com, 1 floridapowermanagement.com, 1 floridasexhealth.com, 1 @@ -43023,6 +43885,7 @@ floristik-online.com, 1 florisvdk.net, 1 floriswesterman.nl, 1 +florix.tk, 1 florlola.com, 1 floryceblanchery.fr, 1 flosch.at, 0 @@ -43040,7 +43903,6 @@ flowanalytics.com, 1 flowauditor.com, 1 flowbuk.me, 1 -flowchartnow.com, 1 flowcom.de, 1 flowcount.xyz, 1 flowcrypt.com, 1 @@ -43071,6 +43933,7 @@ flowscale.com, 1 flowstars.tk, 1 flowstudios.com, 1 +flowtex.tk, 1 flox.io, 1 flp-pushkar.info, 1 flra.gov, 1 @@ -43123,12 +43986,14 @@ flyawaybirds.ga, 1 flybar.tk, 1 flybis.net, 1 +flyboarder.tk, 1 flyboyfpv.com, 1 flycheaps.com, 1 flydoc.org, 1 flydrivesicilie.nl, 1 flyeagle.com.br, 1 flyer.tools, 1 +flyerdatabase.tk, 1 flyfifer.co.uk, 1 flygexpo.tk, 1 flygon.pink, 1 @@ -43138,9 +44003,11 @@ flying-press.com, 1 flyingangels.cf, 1 flyingbasicsest.ga, 1 +flyingcolours.tk, 1 flyingdoggy.net, 1 flyingdutchman.tk, 1 flyinghigh.co.jp, 1 +flyinghigh.tk, 1 flyinglions.tk, 1 flyingmonkeys.tk, 1 flyingpackets.net, 1 @@ -43149,6 +44016,7 @@ flyingspaghettimonsterdonationsfund.nl, 1 flyingtutorsers.ga, 1 flylvia.com, 1 +flyly.org, 1 flymns.fr, 1 flymsy.com, 1 flyn43.com, 1 @@ -43169,6 +44037,7 @@ flyupture.com, 1 flywind.ml, 1 flyxll.com, 1 +flyzone.tk, 1 flyzoomattzir.com, 1 fm-digitize.de, 1 fm-online.tk, 1 @@ -43182,7 +44051,6 @@ fminsight.net, 1 fmjd64.com, 1 fmjd64.org, 1 -fml128.ch, 1 fmlife.tk, 1 fmm-creative.com, 1 fmn.nl, 1 @@ -43219,6 +44087,7 @@ focanamoda.com.br, 1 focanocliente.com.br, 1 focoja.com.br, 1 +focusgroup.tk, 1 focusmagonline.com.au, 1 focusmark.jp, 0 focusministries1.org, 1 @@ -43228,7 +44097,6 @@ fodder.ga, 1 foej-aktiv.de, 1 foej.net, 1 -foerster.gmbh, 1 fof-clan.tk, 1 foggiatoday.it, 1 fognini-depablo.eu, 1 @@ -43252,6 +44120,7 @@ folar.ga, 1 folclore.tk, 1 folianti.com, 1 +folife.nl, 1 folio.no, 1 foliumfinance.com, 1 foljeton.dk, 1 @@ -43262,6 +44131,7 @@ folkperu.tk, 1 folkrace.tk, 1 folktalerecords.tk, 1 +folktellers.tk, 1 follandviolins.com, 1 follow-the-leader.tk, 1 followboost.fr, 1 @@ -43274,6 +44144,8 @@ folszyb.pl, 1 foluomeng.net, 1 folwark.krakow.pl, 1 +foma.ru, 1 +foma.tk, 1 fomo.af, 1 fomo.exposed, 1 fomo.trading, 1 @@ -43289,12 +44161,15 @@ foneapk.com, 1 foneo.com, 1 fonga.ch, 1 +fongsoul.com, 1 fonigo-rep.fr, 1 +fonix.tk, 1 fonline.tk, 1 fono.jp, 0 fonolo.com, 1 fonrouge.tk, 1 fonseguin.ca, 1 +fontainebleau.tk, 1 fontanaseiyo.jp, 1 fontawesome.com, 1 fonte-trading.com, 1 @@ -43490,6 +44365,7 @@ for-testing.tk, 1 for.care, 1 forabrokenrobot.tk, 1 +forat.tk, 1 foray-jero.me, 1 foraz.tk, 1 forbesmarshall.com, 1 @@ -43547,8 +44423,10 @@ forers.com, 1 foresdon.jp, 1 foresightbusinessservices.co.uk, 1 +forest-remote-control.com, 1 forestairllc.com, 1 forestcermegresik.com, 1 +foresthaven.tk, 1 forestparkga.gov, 1 forestraven.net, 1 forever.gq, 1 @@ -43557,7 +44435,6 @@ foreverreem.com, 1 foreverssl.com, 1 foreversummertime.com, 1 -forevertoday.nl, 1 foreverydream.com, 1 forewordreviews.com, 1 forex-arabia.tk, 1 @@ -43570,7 +44447,6 @@ forexchef.de, 1 forexcity.cf, 1 forexclubteam.com, 1 -forexcomreview.co, 1 forexee.com, 1 forexexchange.tk, 1 forexinthai.com, 0 @@ -43614,11 +44490,14 @@ formapi.io, 1 formar-contract.it, 1 format-paysage.ch, 0 +format.ua, 1 formation-assureur.com, 1 formation-colmar.tk, 1 formation-cqp-ssiap-paris.fr, 1 formation-hauteur.com, 1 +formation-iade.tk, 1 formation-mac.ch, 0 +formations-maritimes.fr, 1 formationseeker.com, 1 formbetter.com, 1 formforger.com, 1 @@ -43631,6 +44510,7 @@ formommiesbymommy.com, 1 formopinionest.ga, 1 formosus.de, 1 +formotherrussia.tk, 1 forms.gov, 1 formsbyair.com, 1 formsmarts.com, 1 @@ -43645,15 +44525,19 @@ foro-coopfuture.tk, 1 foro.io, 0 foro.red, 1 +foroaranda.com, 1 forobachiller.com, 1 +forocachacero.tk, 1 forocbmollet.tk, 1 +forocio.tk, 1 +forocristiano.tk, 1 forodebanfield.tk, 1 -forodeespanol.com, 1 forodieta.com, 0 foroenguera.tk, 1 forojovensanfernando.tk, 1 forokd.com, 1 forologikidilosi.com.gr, 1 +foromasters.tk, 1 foropl.com, 1 forosdelmisterio.tk, 1 forowarhammer.tk, 1 @@ -43664,6 +44548,7 @@ fors.me, 1 forsaken.tk, 1 forsakenplanet.tk, 1 +forsakenstoners.tk, 1 forsakringsarkivet.se, 1 forsaleacameras.tk, 1 forsaleelectronics.tk, 1 @@ -43706,6 +44591,7 @@ fortmatic.com, 1 fortnite.ca, 1 fortnitemagic.ga, 1 +fortniteup.com, 1 fortoglethorpega.gov, 1 fortress.no, 1 fortress.sk, 1 @@ -43744,6 +44630,7 @@ forum-tw.tk, 1 forum-washington.tk, 1 forum24.ml, 1 +forumblanes.tk, 1 forumcarriocity.tk, 1 forumchiase.com, 1 forumdabeleza.com.br, 1 @@ -43757,6 +44644,7 @@ forumotomobil.com, 0 forumpakistan.tk, 1 forumpenaguru.com, 1 +forumrowerowe.org, 1 forumrussia.tk, 1 forums4everyone.tk, 1 forumsampdoria.tk, 1 @@ -43775,6 +44663,7 @@ forwardtogether.org, 1 foryourhealthybody.com, 1 forzamotorsport.net, 1 +forzasette.tk, 1 fos-apps.org, 1 fos-games.org, 1 fosaudit.com, 1 @@ -43818,6 +44707,7 @@ fotochip.tk, 1 fotocopiatrici.roma.it, 1 fotofaerie.net, 1 +fotofast.tk, 1 fotoflits.net, 1 fotofon.tk, 1 fotografechristha.nl, 1 @@ -43826,7 +44716,7 @@ fotografies.tk, 1 fotografija.tk, 1 fotografoivanalmeida.com.br, 1 -fotografontes.com.br, 0 +fotografontes.com.br, 1 fotogram.be, 1 fotohiking.com, 1 fotohome.dk, 1 @@ -43837,23 +44727,28 @@ fotoleitner.de, 1 fotomodel.cf, 1 fotomodels.tk, 1 -fotonjan.com, 1 fotontechnik.pl, 1 fotonza.ru, 1 fotopalacedigitalstudio.tk, 1 fotopremium.cz, 1 +fotopro.tk, 1 fotorecull.tk, 1 fotostravestisbr.com, 1 fotostudio-leitner.com, 1 fotostudio-leitner.de, 1 fotostudio-schweiz.ch, 1 fotostudiobasic.tk, 1 +fotosubmarina.tk, 1 +fototutorial.tk, 1 fotovsibiri.ml, 1 +fotowettbewerb.co, 0 fotowolfy.com, 1 fotozakazka.cz, 1 +fotozone.tk, 1 fotrino.com, 1 foudufafa.de, 0 fougner.co, 1 +found.com, 1 found.website, 1 foundationassure.com, 1 foundationmaintenance.com, 1 @@ -43874,6 +44769,7 @@ foundsounds.me, 1 fourashesgolfcentre.co.uk, 1 fourashesgolfcentre.uk, 1 +fourbrothers.tk, 1 fourcask.com, 1 fourchetteverte.ch, 1 fourcornerscb.com, 1 @@ -43881,9 +44777,9 @@ fourfivecbd.co.za, 1 fourfourcrew.com, 1 fourfri.es, 1 -fourie.ca, 1 fouriemc.com, 1 fourmaq.com, 1 +fourmidabel.tk, 1 fourmies.fr, 1 fournarisopenday.com, 1 fournisseur-des-collectivites.com, 1 @@ -43924,7 +44820,6 @@ foxscribbler.com, 1 foxstreetcomms.co.za, 0 foxstyle.gq, 1 -foxterrier.com.br, 1 foxtransportables.com.au, 1 foxtrotfm.tk, 1 foxtwomodels.com, 1 @@ -43955,6 +44850,7 @@ fr.search.yahoo.com, 0 fr33tux.org, 1 fr3qradio.tk, 1 +fracasados.tk, 1 frack.nl, 0 fracreazioni.it, 1 fractalenlightenment.com, 1 @@ -43963,6 +44859,8 @@ fractionclub.com, 1 fracturedfx.com, 1 fracturedperspective.com, 1 +fragara.com, 1 +fragclub.tk, 1 fragdenstaat.de, 1 frageboegen-martini-klinik.de, 1 fragilesolar.cf, 1 @@ -43970,7 +44868,9 @@ fragments.ga, 1 fragmentspuren.de, 1 fragmentus.tk, 1 +fragnation.tk, 1 fragstore.net, 1 +fragzona.tk, 1 fraho.eu, 1 frahub.com, 1 frail.gq, 1 @@ -44020,6 +44920,8 @@ framastats.org, 1 framastory.org, 1 framatalk.org, 1 +framateam.org, 1 +framatube.org, 1 framavectoriel.org, 1 framavox.org, 1 framawiki.org, 1 @@ -44034,7 +44936,9 @@ framesi.cz, 1 framindmap.org, 1 framinetest.org, 1 +frammenti.tk, 1 fran.cr, 1 +francabellarsi.tk, 1 france-hotellerie-restauration.com, 1 france-israel-fellows.org, 1 france-news.cf, 1 @@ -44049,6 +44953,7 @@ francescosiciliano.tk, 1 francescoyatesfansite.com, 1 francesfluente.cf, 1 +franceskivillas.tk, 1 francetraceur.fr, 1 franchini.email, 1 franchini.engineer, 1 @@ -44060,6 +44965,7 @@ francis.ph, 1 francisbaconnet.com, 1 franciscadelasllagasvirtual.com, 1 +franciscoeduardocruz.tk, 1 francisli.net, 1 francisplaza.com, 1 franckgirard.net, 1 @@ -44073,16 +44979,25 @@ francoislaude.fr, 1 francoislepage.com, 0 francoz.me, 1 +francs-tireurs.tk, 1 +frand.tk, 1 +frandash.com, 1 frandor.co.uk, 1 frandymvp.tk, 1 +franekerweer.tk, 1 franfoto.com, 1 +frangipane.tk, 1 +frank-lastia.tk, 1 +frank-wendy.tk, 1 frank.fyi, 1 frankbellamy.co.uk, 1 franke-chemie.de, 1 frankellawfirm.com, 1 frankenhost.de, 0 frankenlehrmittel.de, 1 +frankenweb.tk, 1 frankeurope.com, 1 +frankferrari.tk, 1 frankfurtergirl.net, 1 frankhaala.com, 1 frankhaarlem.tk, 1 @@ -44103,6 +45018,7 @@ frankyan.com, 1 frankychen.net, 1 frankydo.com, 1 +franmerino.tk, 1 franqois.id, 1 franta.biz, 1 franta.email, 1 @@ -44161,6 +45077,8 @@ frccsgo.tk, 1 frdl.ch, 1 freak-show.tk, 1 +freak-team.tk, 1 +freakguitars.tk, 1 freakinstream.com, 1 freaksites.dk, 1 freaksports.com.au, 1 @@ -44213,6 +45131,7 @@ fredriksslekt.se, 1 freds4buildings.com, 1 fredvoyage.fr, 1 +fredz.eu, 1 free-barcode-generator.net, 1 free-bitco.ml, 1 free-cms.tk, 1 @@ -44287,6 +45206,7 @@ freedomfrontier.tk, 1 freedomhk.info, 1 freedomhkg.info, 1 +freedomhkg.net, 1 freedomhouse.org, 1 freedomisslavery.tk, 1 freedomkiaparts.com, 1 @@ -44296,6 +45216,7 @@ freedomtwp-pc.org, 1 freedomvote.nl, 1 freedomwill.tk, 1 +freedomworldoutreach.com, 1 freeebooksblog.com, 1 freeenglishhelp.com, 1 freeexampapers.com, 1 @@ -44336,6 +45257,7 @@ freelanceunleashed.com, 0 freelansir.com, 1 freelauri.com, 1 +freelyplaygames.com, 1 freemagi.ga, 1 freeman-online.tk, 1 freemania.nl, 1 @@ -44343,6 +45265,7 @@ freemans.com, 1 freemason.pt, 1 freemattandgrace.com, 1 +freemazes.tk, 1 freemchosting.tk, 1 freeme.gq, 1 freeminecraftmaps.tk, 1 @@ -44411,7 +45334,6 @@ freetelegraph.ga, 1 freetelegraphers.ga, 1 freetext.org, 1 -freethehustle.com, 1 freethetv.ie, 1 freethinking.co.za, 1 freeths.co.uk, 1 @@ -44476,6 +45398,7 @@ fresadora.online, 1 fresadorasytornos.com, 1 fresar-engineering.nl, 1 +frescamezcla.tk, 1 frescobol.tk, 1 fresh-hotel.org, 1 fresh-info.cf, 1 @@ -44488,6 +45411,7 @@ freshbooks.com, 0 freshcode.nl, 1 freshdesigns.de, 1 +freshdesignweb.com, 1 freshdesk-apps-by-invantive.com, 1 freshdns.nl, 1 freshempire.gov, 1 @@ -44502,7 +45426,6 @@ freshplus62.com, 1 freshpounds.com, 1 freshproducemusic.tk, 1 -freshstep.com, 1 freshtest.tk, 1 freskaro.co, 1 fresno.tk, 1 @@ -44513,6 +45436,7 @@ frettennet.tk, 1 frettirnar.is, 1 freudedurchmachen.de, 1 +freundeskreis-tarjan.de, 1 freundinnen-ausflug.de, 1 freundinnen-kurzurlaub.de, 1 freundinnen-urlaub.de, 1 @@ -44528,6 +45452,7 @@ fridarestaurantemexicano.com, 1 fridaybridge.tk, 1 fridayfoucoud.ma, 1 +fridaynightskate.tk, 1 fridaypulse.com, 1 fridaysforfuture-bremen.de, 1 fridge.dk, 1 @@ -44541,6 +45466,7 @@ friedhelm-wolf.de, 1 friedli.info, 1 friedrich-foto-art.de, 1 +friedrichshafen.tk, 1 friedsamphotography.com, 1 friedstechnology.com, 1 friedstechnology.nl, 1 @@ -44564,6 +45490,7 @@ friendshipismagicsquad.com, 1 friendsinfilm.com, 0 friendsnew.com, 1 +friendsnomore.tk, 1 friendsofgfwpc.org, 1 friendsofmagnacarta.tk, 1 friendsofoldstthomas.org, 1 @@ -44573,6 +45500,7 @@ friendsofthehoneybee.org.uk, 1 friendsofthehoneybee.uk, 1 friendsonline.tk, 1 +friendspoint.tk, 1 friendtech.tk, 1 friet.org, 1 frietbesteld.nl, 1 @@ -44587,7 +45515,10 @@ friherrsindemarit.fi, 1 frikandellenmoord.nl, 1 frikandelmoord.nl, 1 +friker.tk, 1 +frikilinks.tk, 1 frikipedia.tk, 1 +frikiteca.tk, 1 frikizone.tk, 1 frikotv.tk, 1 frilima.com.br, 1 @@ -44611,7 +45542,6 @@ fritteli.ch, 1 fritz-koehne-schule.de, 1 fritzbox-forum.tk, 1 -fritzrepair.com, 1 friv-2018.ga, 1 frizo.com, 1 fro.ge, 1 @@ -44637,15 +45567,19 @@ fromix.de, 1 fromlemaytoz.com, 1 fromm-projects.de, 1 +frommars.tk, 1 +frommyhands.tk, 1 fromoldbooks.org, 1 fromrestaurants.tk, 1 fromsalttopepper.com, 1 fromscratch.rocks, 1 fromtheboxoffice.com, 1 +fromthecave.tk, 1 fromthecountsplace.tk, 1 fromthemonks.com, 1 fromthesoutherncross.com, 1 fromtinythings.com, 0 +fromwithin.tk, 1 frontbaydevices.tk, 1 fronteers.nl, 0 fronteimoveis.com.br, 1 @@ -44710,10 +45644,12 @@ fruition.co.jp, 1 fruitlawers.ga, 1 fruitscale.com, 1 +fruitybeauty.tk, 1 fruityloop.tk, 1 fruityten.co.uk, 1 frutasyvejetales.com, 1 frutidump.tk, 1 +fruturaproduce.com, 1 fruxh.moe, 1 fruxnux.net, 1 fruxprivatebank.net, 1 @@ -44751,11 +45687,12 @@ fskounoike.com, 1 fsky.info, 1 fsm2016.org, 1 +fsmi.in, 1 fsps.ch, 1 fsrs.gov, 1 fsscms.com, 1 fssp-bordeaux.fr, 1 -fsstyle.com, 1 +fsstyle.com, 0 fstatic.io, 1 fstm.tk, 1 fsty.uk, 1 @@ -44815,8 +45752,10 @@ fudie.net, 1 fuechschen.org, 1 fuego.tech, 1 +fuegocruzado.tk, 1 fuegosalsapower.tk, 1 fuelfirebrand.com, 1 +fuelgalicia.tk, 1 fuelingyourdreams.com, 0 fuembellida.tk, 1 fuenferrada.tk, 1 @@ -44826,8 +45765,10 @@ fuerzaazul.tk, 1 fuge-specialisten.dk, 1 fugioninc.com, 0 +fuglar.tk, 1 fugle.de, 1 fuglede.dk, 1 +fuinhas.tk, 1 fuite.ch, 0 fuitedeau.ch, 0 fuites.ch, 0 @@ -44836,6 +45777,7 @@ fujieb.com, 1 fujifilm-connect.com, 1 fujijin.co.jp, 1 +fujikatu.tk, 1 fujikochan.tk, 1 fujiwarashinzo.com, 1 fujiyakimono.com, 1 @@ -44903,6 +45845,7 @@ funadvisor.ca, 1 funadvisorfrance.com, 1 funandbounce.com, 1 +funandfriends.tk, 1 funatic.nl, 1 funatic.tk, 1 funboat.tk, 1 @@ -44915,6 +45858,7 @@ fundacioneduser.com, 1 fundacionfade.org, 1 fundacionfranciscofiasco.org, 1 +fundacionindigo.tk, 1 fundacjamatkiewy.pl, 1 fundaekhaya.co.za, 1 fundamentt.com, 1 @@ -44923,6 +45867,7 @@ fundchan.com, 1 fundeego.com, 0 fundevogel.de, 1 +fundingoptions.com, 1 fundkyapp.com, 1 fundmyfuture.info, 1 fundmylegalclaim.co.uk, 1 @@ -44939,12 +45884,13 @@ funerare-cazacu.com, 1 funerare24.ro, 1 funfactorleeds.co.uk, 1 +funfm.tk, 1 funfun.com.br, 1 funfunmstdn.tokyo, 1 fung.eu.org, 1 fungalforager.com, 1 fungame.eu, 1 -fungit.org, 0 +fungit.org, 1 fungomoscow.cf, 1 funguana.com, 1 funhiking.tk, 1 @@ -45001,13 +45947,16 @@ funidelia.sg, 1 funidelia.si, 1 funidelia.sk, 1 +funidos.tk, 1 funinfo.tk, 1 funkazoid-radio.com, 1 funken-networks.de, 1 funkfernbedienung-industrie.de, 1 +funkimforst.de, 1 funkner.ru, 1 funknotaus.de, 1 funkogames.com, 1 +funkshop.tk, 1 funksteckdosen24.de, 0 funkstyles.tk, 1 funktdesign.dk, 1 @@ -45016,6 +45965,7 @@ funktionevents.co.uk, 1 funkydealz.no, 1 funkyflo.tk, 1 +funline.tk, 1 funlook.ga, 1 funlook.tk, 1 funmountaincanyon.com, 1 @@ -45024,6 +45974,7 @@ funny-rates.tk, 1 funny-wedding.ga, 1 funnyanimalvideos.ml, 1 +funnybee.tk, 1 funnybikini.com, 1 funnychristianjokes.tk, 1 funnycommercials.ga, 1 @@ -45058,6 +46009,7 @@ funtimez.ga, 1 funtimez.gq, 1 funto.tk, 1 +funtonez.tk, 1 funy.eu.org, 1 funyirotraktor.hu, 1 funzack.cf, 1 @@ -45121,6 +46073,7 @@ fusion-lamps.com, 1 fusionapps.com, 1 fusionapps.net, 1 +fusionarmenia.tk, 1 fusionas.tk, 1 fusionauth.io, 1 fusiongaming.de, 1 @@ -45129,6 +46082,7 @@ fussballpiraten.com, 1 fussballtransfers.com, 1 fussell.io, 1 +fussfetisch.tk, 1 fuszara.eu, 1 fut21gen.com, 1 futa.agency, 1 @@ -45144,11 +46098,15 @@ futbolmodesto.tk, 1 futbolus.tk, 1 futbomb.com, 1 +futebolatualizado.tk, 1 +futebolbrasileirosnes.tk, 1 +futharkhorde.tk, 1 futieltextiel.be, 1 futo.biz, 1 futos.de, 1 futrou.com, 0 futurama-il.tk, 1 +future-dance.tk, 1 futureaudiographics.com, 0 futurefive.asia, 1 futurefive.co.nz, 1 @@ -45162,6 +46120,7 @@ futureplanet.tk, 1 futureshock7130.com, 1 futuresonline.com, 1 +futuresound.tk, 1 futuressm.com, 1 futurestyletiling.com.au, 1 futurezone.at, 1 @@ -45275,7 +46234,6 @@ g1.ie, 1 g10e.ch, 1 g116688.com, 1 -g1jeu.com, 1 g2-inc.com, 1 g22-livechat.com, 1 g2jp.uk, 1 @@ -45343,24 +46301,28 @@ gablesportsga.com, 1 gably.net, 1 gabnotes.org, 1 +gabodesign.tk, 1 gaborg.hu, 1 +gabraham.tk, 1 gabriel.to, 1 gabrielaebruno.cf, 1 gabrielafriasfanclub.tk, 1 gabriele-kluge.de, 1 gabriele.tips, 1 gabrielemarino.tk, 1 +gabrielflores.tk, 1 gabrielg.es, 1 gabrielgn.com.br, 1 gabrielgroup.com, 1 gabriella.cf, 1 gabriellabastos.tk, 1 +gabriellearruda.com, 1 gabrielsimonet.ch, 1 gabrielsteens.nl, 1 gabrielyin.com, 0 gabryjeluk.tk, 1 gabskent.de, 1 -gabtitui.gov.au, 1 +gabtitui.gov.au, 0 gabucho.tk, 1 gabyminneboo.tk, 1 gabysoft.tk, 1 @@ -45370,6 +46332,7 @@ gaci88play.com, 1 gacirenin.cf, 1 gacirenin.tk, 1 +gackowski.tk, 1 gad.co.id, 1 gadabit.pl, 1 gadaj.eu, 1 @@ -45438,8 +46401,10 @@ gainins.com, 1 gaio-automobiles.fr, 1 gaireg.de, 1 +gais.tk, 1 gaiserik.com, 0 gaitandmobility.com, 1 +gaitasenlavereda.tk, 1 gaitrehabilitation.com, 1 gaitresearch.com, 1 gajabhindi.cf, 1 @@ -45458,6 +46423,7 @@ galaksidot.tk, 1 galaktika-znakomstv.tk, 1 galaltosalento.it, 1 +galama.tk, 1 galanight.cz, 1 galapagostraveldeals.com, 1 galaperfume.com, 1 @@ -45485,6 +46451,7 @@ galefacialplastics.com, 1 galenguyer.com, 1 galenreasoner.com, 1 +galepaal.tk, 1 galeria42.com, 1 galeriabunkers.tk, 1 galeriakobylarz.pl, 1 @@ -45506,6 +46473,7 @@ galiciasensual.tk, 1 galilahiskye.com, 1 galileanhome.org, 1 +galilei.tk, 1 galileo.io, 1 galileohealth.com, 1 galina.ga, 1 @@ -45581,7 +46549,6 @@ gameanalytics.com, 1 gameapexlegends.com, 1 gamebase.tk, 1 -gamebillingcentre.com, 1 gamebits.net, 0 gameblabla.nl, 1 gameboys.xyz, 1 @@ -45629,6 +46596,7 @@ gameofbooks.de, 1 gameonespirit.tk, 1 gamepad.com.br, 1 +gameparadise24.de, 1 gamepiece.com, 0 gameplaysforkids.com, 1 gamepokies.ml, 1 @@ -45661,6 +46629,7 @@ gameres.com, 1 gamerezo.com, 1 gamering.cf, 1 +gamerkings.tk, 1 gamers-community.tk, 1 gamers-paradise.tk, 1 gamersedge.tk, 1 @@ -45683,6 +46652,7 @@ games4theworld.org, 1 gamesalia.com, 1 gamesaviour.com, 1 +gamesbap.com, 1 gamescore.tk, 1 gamesdepartment.co.uk, 0 gamesector.tk, 1 @@ -45764,7 +46734,9 @@ gandalfcz.tk, 1 gandalfservice.com, 1 gandalfthefeline.com, 1 +gandgliquors.com, 1 gangbangs.tk, 1 +gangbangteen.net, 1 ganggalbichler.at, 1 ganglioslinfaticos.com, 1 gangnam-club.com, 1 @@ -45777,6 +46749,7 @@ gankel.nl, 1 gannettinnovation.com, 1 ganodermatiendaonline.com, 1 +gant.tk, 1 gantt-chart.com, 1 ganyouxuan.com, 1 ganzgraph.de, 1 @@ -45790,7 +46763,6 @@ gaojianli.me, 1 gaojianli.tk, 1 gaon.network, 1 -gaonadigital.com, 1 gaos.org, 1 gaozj.com, 1 gapdirect.com, 1 @@ -45798,7 +46770,7 @@ gapfa.ro, 1 gaphag.ddns.net, 1 gaponov.tk, 1 -garage-leone.com, 0 +garage-leone.com, 1 garage.click, 1 garagechief.com, 1 garagedejan.ch, 1 @@ -45815,6 +46787,7 @@ garbage-juice.com, 1 garbarinocatalogo.com, 1 garbott.co.uk, 1 +garbuszus.de, 1 garbuz.ga, 1 garciagerman.com, 1 garciam.gt, 1 @@ -45849,6 +46822,7 @@ garmonia.tk, 1 garnuchbau.de, 1 garo.directory, 0 +garo.email, 1 garo.host, 1 garo.live, 1 garo.network, 0 @@ -45904,6 +46878,7 @@ gassycat.co.uk, 1 gassycat.eu, 1 gassyukumenkyoguide.com, 1 +gastarbajter.tk, 1 gastonvietto.tk, 1 gastoudererenda.nl, 1 gastrailer.com, 1 @@ -45919,6 +46894,7 @@ gate2home.com, 1 gatehub.net, 1 gatemaster.ga, 1 +gatemotorsbenoni.co.za, 1 gatemotorsrandburg.co.za, 1 gatemoves.com, 1 gatesstlouis.com, 1 @@ -45944,7 +46920,6 @@ gauravtiwari.org, 0 gautam-iiith.tk, 1 gautam-k.tk, 1 -gautengplumber24-7.co.za, 1 gauthier.dk, 1 gauthier.tel, 1 gavanstore.ir, 1 @@ -45989,7 +46964,10 @@ gazette.govt.nz, 1 gazizov.tk, 1 gazoakley.com, 1 +gazoneo.fr, 1 +gazor.tk, 1 gazoz.ga, 1 +gazza.tk, 1 gb-repair.com, 1 gba.ge, 1 gbcsummercamps.com, 1 @@ -46033,6 +47011,7 @@ gcwatx.gov, 1 gda.fr, 1 gdax.com, 1 +gddzqg.com, 1 gde-kupyt.ru, 1 gdesemena.ru, 1 gdevpenze.ru, 1 @@ -46059,7 +47038,6 @@ gearboxhero.com, 1 gearev.net, 1 gearfinder.nl, 1 -gearlab.com, 1 gearnews.tk, 1 gearnify.com, 1 gearset.com, 1 @@ -46121,7 +47099,6 @@ geekpad.com, 1 geekport.net, 1 geeks.berlin, 1 -geeks.lgbt, 1 geeks.one, 0 geeksforrent.com, 1 geekshirts.cz, 1 @@ -46174,8 +47151,8 @@ geigenbauer.in, 0 geigr.de, 1 geilesluder.com, 1 +geileverhalen.tk, 1 geiser-family.ch, 1 -geisser-elektronikdata.de, 1 geistlib.xyz, 1 geitenijs.com, 1 gekko.tk, 1 @@ -46184,6 +47161,7 @@ gelaendermanufaktur.de, 1 gelanc.ml, 1 gelarehghamari.com, 1 +gelaterista.de, 1 gelb-computer.de, 1 geld-im-blick.de, 1 geld-magazin.info, 1 @@ -46245,7 +47223,6 @@ gender-summit.com, 1 genderidentiteit.nl, 1 genderreveal.nl, 1 -genderrevealshop.nl, 1 gendrin.com, 1 gendundrupa.ch, 0 gene-drive.com, 1 @@ -46329,6 +47306,7 @@ genesisgrade.com, 1 genesismachina.ca, 1 genesisplay.tk, 1 +genesisray.com, 1 genesistrading.com, 0 genesysmi.com, 1 genetargetsolutions.com.au, 1 @@ -46381,6 +47359,7 @@ genossenwiese.ch, 1 genovatoday.it, 1 genoveve.de, 1 +gensend.com, 1 gensenwedding.jp, 1 genshiken-itb.org, 1 gensicke.de, 1 @@ -46495,6 +47474,7 @@ geomadrid.ga, 1 geomagne.tk, 1 geoman.tk, 1 +geomatic.tk, 1 geometra.roma.it, 1 geometra24.it, 1 geometri.tk, 1 @@ -46503,12 +47483,14 @@ geonot.es, 1 geophysicsjournal.com, 1 geopixeles.cl, 1 +geopoetico.tk, 1 geoponika.gr, 1 geoport.al, 1 georadar-algerie.com, 1 georg-ledermann.de, 1 george-brighton.co.uk, 1 george-orwell.com, 1 +george.black, 1 george.com.tw, 1 george.ooo, 1 georgebeverlysheamemorial.org, 1 @@ -46517,6 +47499,7 @@ georgeclooney.tk, 1 georgecolgrove.com, 1 georgedesign.ch, 1 +georgehotz.tk, 1 georgekaraoglanis.tk, 1 georgelucas.tk, 1 georgemaschke.com, 1 @@ -46601,7 +47584,9 @@ germancraft.net, 1 germandarknes.net, 1 germanicvs.tk, 1 +germaniumsoft.com, 1 germanmasterpainters.nz, 1 +germanophobia.tk, 1 germansoldiers.net, 1 germanssky.de, 1 germantrip.tk, 1 @@ -46611,14 +47596,16 @@ germfr.ee, 1 germinalekeren.tk, 1 germindemporio.com.br, 1 -germistonairconditioning.co.za, 1 germistonrubbleremovals.co.za, 1 germistry.com, 1 gernert-server.de, 1 gero.io, 1 geroiplavska.tk, 1 +gerris.tk, 1 gerritcodereview.com, 1 gers-authentique.com, 1 +gerstbauer.tk, 1 +gertjan-tamerus.tk, 1 gerum.dynv6.net, 0 gerwinvanderkamp.nl, 1 ges-bo.de, 1 @@ -46678,6 +47665,7 @@ getanresources.com, 1 getanswer.ga, 1 getapps.review, 1 +getar.tk, 1 getasecondlife.net, 1 getawayline.com, 1 getbestbooks.com, 1 @@ -46692,6 +47680,7 @@ getbutterfly.com, 1 getby.download, 1 getcardano.net, 1 +getcarina.com, 1 getcloak.com, 0 getcodelove.com, 1 getcolq.com, 1 @@ -46734,6 +47723,7 @@ gethttpsforfree.com, 1 gethyas.com, 1 geti2p.com, 1 +getidee.com, 1 getidmcc.com, 1 getinfoleads.tk, 1 getinphase.com, 1 @@ -46773,7 +47763,6 @@ getpei.com, 1 getpestoffnow.com, 1 getpet.lt, 1 -getpopspots.com, 1 getprohealth.com, 1 getpromo.cf, 1 getpublii.com, 1 @@ -46857,7 +47846,6 @@ gfishbone.com, 1 gfk-kunststoff-luebben.de, 1 gflame.de, 1 -gfmomcertified.com, 1 gfmp.com.pl, 1 gfms.ru, 1 gfnetfun.cf, 1 @@ -46884,6 +47872,7 @@ gg9721.com, 1 gg9728.co, 1 ggbet.me, 1 +ggcp.com, 1 ggdcpt.com, 1 ggdghorkennisnet.nl, 1 gggggg.org, 1 @@ -46943,12 +47932,15 @@ ghostbusters.tk, 1 ghostbustersuk.tk, 1 ghostcir.com, 1 +ghostdesign.tk, 1 ghostdog.ga, 1 ghostdragon.tk, 1 ghostfam.com, 1 ghostgimbals.com, 1 +ghostlight.tk, 1 ghostnight.ga, 1 ghostpin.ga, 1 +ghostplanet.tk, 1 ghostrealms.tk, 1 ghostridersclan.tk, 1 ghostruler.com, 1 @@ -46973,10 +47965,10 @@ giancarlomarino.com, 1 giangma.tk, 1 giannademartini.com, 1 -giannifoti.it, 1 gianproperties.com, 1 giant-panda.com, 1 giant-tortoise.com, 1 +giantbrandsolutions.com, 1 giantratesers.ga, 1 giantratesest.ga, 1 giantslipandslide.co.uk, 1 @@ -47003,11 +47995,10 @@ gibranhernandez.tk, 1 gibreel.tk, 1 gibsondunn.com, 1 -gibumpark.org, 1 +gibumpark.org, 0 gichigamigames.com, 1 gidapgs.cf, 1 giddyaunt.net, 1 -gidea.nu, 0 gideonbot.com, 1 gidive.com, 1 gidroponica.ml, 1 @@ -47018,7 +48009,6 @@ gierds.de, 1 gieschke.de, 1 giethoorn.com, 1 -gietvloer-wand.nl, 1 gietvloergarant.nl, 1 gif.tips, 1 giff.com.mx, 1 @@ -47057,15 +48047,16 @@ giganet.tk, 1 gigantar.com, 1 gigantism.com, 1 -gigaprecos.com.br, 1 gigashopz.com, 1 gigasoft.tk, 1 gigatags.tk, 1 gigatop.ga, 1 +gigatron.tk, 1 gigawa.lt, 1 gigawattz.com, 1 giggletotz.co.uk, 1 gigharborwa.gov, 1 +gigiena-ruk.ru, 1 gigiscloud.servebeer.com, 1 giglink.club, 1 gigpam.com, 1 @@ -47088,6 +48079,8 @@ gillettepromociones.com, 1 gillfamily.de, 1 gillmanandsoame.co.uk, 1 +gillsco.com, 1 +gillscompany.com, 1 gillyscastles.co.uk, 1 gilmasocial.ga, 1 gilme.net, 1 @@ -47095,6 +48088,7 @@ gilnet.be, 0 gilpincountydronepilot.com, 1 gilsum-nh.gov, 1 +giltedge.travel, 1 gim-app.tk, 1 gimbal.ca, 1 gimhub.com, 1 @@ -47107,6 +48101,7 @@ gimnazjum-miloslaw.tk, 1 gimpware.tk, 1 gina-architektur.design, 1 +ginabae.net, 1 ginabaum.com, 1 ginasiovirtual.com, 1 ginatony.com, 1 @@ -47129,6 +48124,7 @@ giongcaosu.com, 1 giordano.com, 1 giordanomultiservice.it, 1 +giorgia.tk, 1 giovannarossi.tk, 1 giovannibattistadagnino.eu, 1 giovannisantini.tk, 1 @@ -47148,9 +48144,11 @@ giraffes.org, 1 giresunhaberleri.tk, 1 giri.co, 1 +girishkumar.tk, 1 girl.click, 1 girl.science, 1 girlan.net, 1 +girlandhermoon.com, 1 girlbaito.jp, 1 girlfriend.gq, 1 girlie.tk, 1 @@ -47167,7 +48165,6 @@ girlsglimpse.gq, 1 girlshealth.gov, 1 girlshere.tk, 1 -girlsky.cn, 1 girlsnet.work, 1 girlunfinished.com, 1 girlz.jp, 1 @@ -47194,6 +48191,7 @@ git.sb, 1 git.tt, 1 gitar.io, 1 +gitarist.tk, 1 gitarren-akademie-online.de, 1 gitch.xyz, 1 gite-ambleteuse.tk, 1 @@ -47311,6 +48309,7 @@ glamcosmetic.ch, 1 glamdaldyreklinikk.no, 1 glamlivesex.com, 1 +glamluxestudios.com, 1 glammybabes.com, 1 glamour4you.de, 1 glamourdaze.com, 1 @@ -47364,11 +48363,14 @@ glendarraghbouncycastles.co.uk, 1 glenhuntlyapartments.com.au, 1 glenmarieproperties.com, 1 +glennfitzpatrick.com, 1 glenshere.com, 1 glevolution.com, 1 glexia.com, 1 +glgattorneys.com, 1 glgclan.tk, 1 gliagrumi.it, 1 +glibmarket.in, 1 glickman-consulting.com, 1 glidestep.com, 1 glidingshop.cz, 1 @@ -47382,11 +48384,13 @@ glitchcomic.tk, 1 glitter-graphics.com, 1 glitterblast.uk, 1 +glitteringmariah.tk, 1 glittersjabloon.nl, 1 glitzerstuecke.de, 1 glixee.com, 1 glk.academy, 1 glloq.org, 0 +glm.io, 1 glnpo.gov, 1 gloalerts.com, 1 global-adult-webcams.com, 1 @@ -47424,6 +48428,7 @@ globalconsulting.ml, 1 globaldataline.ml, 1 globaldefensa.tk, 1 +globaldestruction.tk, 1 globalenergyinterconnection.com, 0 globalentertainment.ga, 1 globalenv.online, 1 @@ -47470,6 +48475,7 @@ globalpolarbear.com, 1 globalproduction.ga, 1 globalprojetores.com.br, 1 +globalradio.tk, 1 globalresearchcouncil.org, 1 globalresistancecorporation.com, 1 globalrussia.tk, 1 @@ -47479,6 +48485,7 @@ globalseo.ml, 1 globalshares.com, 1 globalshippinglimited.ga, 1 +globalspeed.tk, 1 globalstar.com, 1 globalstrike.tk, 1 globaltiendat.com, 1 @@ -47498,6 +48505,8 @@ globecollege.nl, 1 globeinform.com, 1 globelink-group.com, 1 +globemilk.com, 1 +globemilk.nl, 1 globemusic.es, 1 globereservationsest.ga, 1 globologic.com, 1 @@ -47517,6 +48526,7 @@ glorybee.com, 1 glorycamrealty.com, 1 gloryholefucking.com, 1 +gloryofloveband.tk, 1 gloryofmusic.tk, 1 glosiko.cn, 1 glosiko.com, 1 @@ -47536,6 +48546,7 @@ glowstone.net, 1 glpreparation.com, 1 glubbforum.de, 1 +glue.tk, 1 gluechapter.ga, 1 glueck-im-norden.de, 1 gluecksgriff-taschen.de, 1 @@ -47585,8 +48596,11 @@ gmod.de, 1 gmpark.dk, 1 gmpartsdb.com, 1 +gmpartsgiant.com, 1 +gmpartsprime.com, 1 gmslparking.co.uk, 1 gmsociety.tk, 1 +gmsurveyingms.com, 1 gmta.nl, 1 gmtplus.co.za, 1 gmuh.fr, 1 @@ -47614,11 +48628,13 @@ gnfb.be, 1 gnfrazier.me, 1 gnhub.org, 1 +gnida.tk, 1 gnilebein.de, 1 gnk.io, 1 gnmlive.com, 1 gnom.me, 1 gnomania.ml, 1 +gnous.eu, 1 gnrinfo.tk, 1 gntfy.us, 1 gnuand.me, 1 @@ -47639,6 +48655,7 @@ go-down.tk, 1 go-embedded.de, 1 go-go.link, 1 +go-healthy.herokuapp.com, 1 go-kuwait.tk, 1 go-life.com.tw, 1 go-mail.me, 1 @@ -47738,6 +48755,7 @@ goergetown.tk, 1 goerres2014.de, 1 goetemp.de, 1 +goetheschule-giessen.de, 1 goetic.space, 1 goettinger-biergarten.de, 1 goettinger-katzenschutz.de, 1 @@ -47821,11 +48839,13 @@ goldenhillsoftware.com, 1 goldenhost.ca, 1 goldenhouse.ga, 1 +goldenkeys.io, 1 goldenowl.ca, 1 goldenplate.com.sg, 1 goldenretrieverspets.com, 1 goldenruleemail.com, 1 goldenshiny.com, 1 +goldensunmfg.com, 1 goldentech.ca, 1 goldentechelectronics.net, 1 goldenwolrd.tk, 1 @@ -47833,6 +48853,7 @@ goldenyacca.co.uk, 1 goldenyacca.net, 1 goldenyacca.org, 1 +goldex.tk, 1 goldfelt.com, 1 goldfingermusic.tk, 1 goldfm1031.tk, 1 @@ -47860,10 +48881,12 @@ golearn.gov, 1 golestanehali.com, 1 golestanehali.ir, 1 +golezi.com, 1 golf-supplies.tk, 1 golf18staging.com, 1 golfbeautyers.ga, 1 golfbeautyest.ga, 1 +golfbettingsystem.co.uk, 1 golfbroadcasterers.ga, 1 golfbroadcasterest.ga, 1 golfburn.com, 1 @@ -47899,6 +48922,7 @@ golser.info, 1 goluggo.com, 1 golvlyftarna.se, 1 +golyatsec.com, 1 gomasa.net, 1 gomasy.jp, 1 gomasy.net, 1 @@ -47918,10 +48942,12 @@ gomine.tk, 1 gommista.roma.it, 1 gomods.link, 1 +gomorrabeach.tk, 1 gomtz.gq, 1 gon45.com, 1 gonadotropina.com, 1 gonalops.gq, 1 +goncalofontoura.tk, 1 goncalves-admredes.cf, 1 goncharov.cf, 1 goncharov.ml, 1 @@ -47945,10 +48971,10 @@ good-know.gq, 1 good-linux.cf, 1 good-luck3500.ga, 1 +good-tips.pro, 1 good-wishes-4-u.ga, 1 goodandsnarky.com, 1 gooday.life, 1 -goodbot.ru, 1 goodcasinos.org, 1 goodcreds.com, 1 gooddatingsites.ml, 1 @@ -47965,7 +48991,7 @@ goodiesoft.hu, 1 goodkino.ga, 1 goodkitchendesign.com, 1 -goodlandks.gov, 1 +goodlandks.gov, 0 goodleads.co.za, 1 goodlink.ml, 1 goodlosersest.ga, 1 @@ -48021,7 +49047,6 @@ goosip.tk, 1 gootax.pro, 0 gooty.ru, 1 -goover.de, 1 goow.in, 1 goozp.com, 1 gopass-dev.com, 1 @@ -48062,7 +49087,6 @@ gorepriest.tk, 1 gorf.club, 1 gorgebelle.com, 1 -gorgeconnect.com, 1 gorgeouslyflawed.com, 1 gorgeouspizza.co.nz, 1 gorgias.me, 1 @@ -48096,13 +49120,12 @@ gorpg.club, 1 gorschenin.com, 1 gorstom.ml, 1 -gorunningtours.com, 0 +gortaniza.tk, 1 gosaavd.tk, 1 gosarh.tk, 1 gosarhiv.tk, 1 goshawkdb.io, 1 goshin-group.co.jp, 1 -goshow.tv, 1 gosia-banaszkiewicz.com, 1 gosiberia.ru, 1 goskills.com, 1 @@ -48139,6 +49162,7 @@ gotgenes.com, 0 gothailand.cf, 1 gothic-world.tk, 1 +gothic.dating, 1 gothiclandscape.com, 1 gothicmarketing.tk, 1 gothicsite.tk, 1 @@ -48196,7 +49220,6 @@ gourmetfestival.de, 1 gourmetspalencia.com, 1 gourmetvitamins.ga, 1 -gouthro-goteborg.se, 0 goutsmits-tegelwerken.nl, 1 gov.tc, 1 gov.uk, 0 @@ -48230,6 +49253,7 @@ gowildrodeo.co.uk, 1 gowithflo.de, 1 goworld.gq, 1 +goxyshuk.duckdns.org, 0 goyahkles-spirit-to.tk, 1 goyumoilexpeller.com, 1 gozadera.es, 1 @@ -48252,7 +49276,6 @@ gplclubbd.com, 1 gplintegratedit.com, 1 gpltimes.club, 1 -gpltimes.org, 1 gplverse.com, 1 gplvilla.com, 1 gpm.ltd, 1 @@ -48274,6 +49297,7 @@ gpsvideocanada.com, 1 gpswebsoft.ml, 1 gpu.nu, 0 +gpwa.org, 1 gpwaconference.com, 1 gpwatimes.org, 1 gpwmd-portal.org, 1 @@ -48307,10 +49331,12 @@ graciasmarvin.tk, 1 gracodesign.eu, 1 gradedblue.com, 1 +gradelink.com, 1 gradenotify.com, 1 gradienthosting.co.uk, 1 gradients.com, 1 gradinacufluturi.ro, 1 +gradingcontractornc.com, 1 gradle.com, 1 gradle.org, 1 grads360.org, 1 @@ -48359,6 +49385,7 @@ grain-feature-branch.co, 1 grain-staging.co, 1 grain.co, 1 +graine-de-cafe.com, 1 graingert.co.uk, 1 gralhaazulcondominio.com.br, 1 graliv.net, 0 @@ -48371,10 +49398,12 @@ grammarhouse.me, 0 grammofono.gr, 0 grammysgrid.com, 1 +gran-hermano.tk, 1 granaturov.mk.ua, 1 grancellconsulting.com, 1 grancordobahoy.com.ar, 1 grand-books.cf, 1 +grand-design.tk, 1 grand-house.gq, 1 grand-knighki.gq, 1 grand-sity.ru, 1 @@ -48419,6 +49448,7 @@ grannys-stats.com, 1 grannyshouse.de, 1 granool.ga, 1 +granpoder-islacristina.tk, 1 granstrom.tk, 1 grantashqg.com, 1 grantcooper.com, 1 @@ -48516,6 +49546,7 @@ gravityresearchgroup.ga, 1 gravityresearchgroup.gq, 1 gravityresearchgroup.tk, 1 +gravytrain.tk, 1 grawe-blog.at, 1 gray.network, 1 gray.tube, 1 @@ -48565,11 +49596,14 @@ greatsoftwares.com.br, 1 greatsurfersers.ga, 1 greatsurfersest.ga, 1 +greatvacation.tk, 1 greatwebdesign.uk, 1 greatwebventure.com, 1 greciahora.com, 1 greditsoft.com, 1 greedy-it.de, 1 +greek-islands-hotels.tk, 1 +greek.dating, 1 greeklish.gr, 1 greekmusic.academy, 1 greeknewspapers.tk, 1 @@ -48589,6 +49623,7 @@ green-light.ga, 1 green-light.gq, 1 green-light.ml, 1 +green-paradise.tk, 1 green-snake.com, 1 green-techno.ru, 1 greenaddress.it, 1 @@ -48605,6 +49640,7 @@ greencoconutresort.ml, 1 greencross.cf, 1 greencyprus.com, 1 +greendaylivecrew.tk, 1 greendesserters.ga, 1 greendessertest.ga, 1 greendiscussionsers.ga, 1 @@ -48628,6 +49664,7 @@ greengrocery.tk, 1 greenhats.de, 1 greenhillhosting.com, 1 +greenholiday.tk, 1 greenhollowbowmen.tk, 1 greenhous-technology.tk, 1 greenkey.gent, 1 @@ -48637,6 +49674,8 @@ greenliquidsystem.com, 1 greenliv.pl, 1 greenlungs.net, 1 +greenmind.tk, 1 +greenmoon.tk, 1 greenopeningsers.ga, 1 greenopeningsest.ga, 1 greenoutdoor.dk, 0 @@ -48665,9 +49704,13 @@ greentea.ml, 1 greentea.tk, 1 greenteamtwente.nl, 1 +greenthought.tk, 1 +greentop.tk, 1 +greenware.tk, 1 greenway-moskva.ru, 1 greenway-moving.com, 1 greenwaylog.net, 1 +greenwhitearmy.tk, 1 greenwiki.ca, 1 greenwithdecor.com, 1 greenyflowers.co.uk, 1 @@ -48677,6 +49720,7 @@ greer.ru, 1 greetingcdsers.ga, 1 greetingcdsest.ga, 1 +greffe-de-cheveux-turquie.com, 1 greg.red, 1 gregbonner.ca, 1 gregbonner.com, 1 @@ -48698,6 +49742,7 @@ gregory-kramer.fr, 1 gregory-thibault.com, 1 gregorydorrifourt.fr, 1 +gregoryhammond.ca, 1 gregorykelleher.com, 1 gregoryrealestategroup.com, 1 gregorywiest.com, 1 @@ -48707,6 +49752,7 @@ greinerj.de, 1 greizer.tk, 1 grekiskagudar.tk, 1 +gremlinsmountain.tk, 1 grenade.ga, 1 grenadiercorps-kaarst.de, 1 grenadiere-kaarst.de, 1 @@ -48724,12 +49770,14 @@ gresik.info, 1 gressnet.id, 1 greta-birkner.de, 1 +gretaraccontastorie.com, 1 gretathemes.com, 1 greuel.online, 1 greutmann.net, 1 grevenagreece.gr, 1 grevesgarten.de, 1 grexx.today, 1 +grey-cat.tk, 1 greybazar.com, 1 greybeards.ca, 1 greycentre.com, 1 @@ -48742,6 +49790,7 @@ greymattertechs.com, 1 greypanel.com, 1 greyrectangle.com, 1 +greysky.me, 1 greyskymedia.com, 1 greystonesmovement.com, 1 greystonesscouts.tk, 1 @@ -48776,6 +49825,7 @@ griffinli.com, 0 griffinsrfc.tk, 1 griffioenconsulting.com, 1 +griffophotography.tk, 1 grifomarchetti.com, 1 grifone.tk, 1 grigo.ga, 1 @@ -48785,6 +49835,7 @@ grijpskerk500.tk, 1 grillen-darf-nicht-gesund-sein.de, 1 grillfocused.com, 1 +grillidellostretto.tk, 1 grilllness.com, 1 grilltanksplus.com, 1 grillteller42.de, 1 @@ -48795,6 +49846,7 @@ grimm.cz, 1 grimmhome.com, 1 grimmonolith.tk, 1 +grimorium.tk, 1 grimsbymoneyman.com, 1 grimstveit.no, 1 grinday.tk, 1 @@ -48836,7 +49888,6 @@ groepjam-usedcars.be, 0 groetzner.net, 0 grog.pw, 1 -grokandtonic.com, 1 grokker.com, 1 groklearning.com, 1 grolimur.ch, 0 @@ -48850,7 +49901,6 @@ groomscroft.co.uk, 1 groomscroft.com, 1 grootinadvies.nl, 1 -groots.com, 1 groots.ngo, 1 groover.com.br, 1 groovydiscountsers.ga, 1 @@ -48876,6 +49926,7 @@ grottalchemica.it, 1 grottenthaler.eu, 1 grouchysysadmin.com, 1 +groundball.tk, 1 groundengenharia.com, 1 groundfm.tk, 1 groundhogg.nl, 1 @@ -48888,6 +49939,7 @@ groundthumpinmotors.net, 1 group4layers.net, 1 groupama.hu, 1 +groupama.sk, 1 groupamadirekt.hu, 1 groupdcc.com, 1 groupe-erige.com, 1 @@ -48910,6 +49962,7 @@ grovecity.gq, 1 grovecity.ml, 1 grovesales.co.uk, 1 +growbyrabbit.com, 1 growebmarketing.com, 1 growik.com, 1 growingallthings.co.uk, 1 @@ -48956,6 +50009,7 @@ gruenstreifen-ev.de, 1 gruhn.email, 1 grummittgroundworks.co.uk, 1 +grumpie.tk, 1 grumpy.fr, 1 grumpygamers.com, 1 grumpyguy.ga, 1 @@ -48985,7 +50039,6 @@ grupodcasa.tk, 1 grupodecoroinhaspnsa.tk, 1 grupodepasajeros.tk, 1 -grupodpbr.com.br, 1 grupoellatu.tk, 1 grupoenelcolombia.com, 1 grupofurlan.com, 1 @@ -49024,6 +50077,7 @@ gryphonfinancialsolutions.com, 1 gryphzia.cf, 1 gryte.tk, 1 +grytics.com, 1 grzegorzchomutowski.pl, 1 gs-pflege.de, 1 gs93.de, 0 @@ -49088,6 +50142,7 @@ gtxmail.de, 1 gtxthere.tk, 1 guadagnare.info, 1 +guadagnosicuro.tk, 1 guadalinfoconlaroja.tk, 1 guadaluperoses.co, 1 guajars.cl, 0 @@ -49107,12 +50162,14 @@ guarderiajackson.tk, 1 guardiabermellon.tk, 1 guardian-codex.tk, 1 +guardian-heliotrope.tk, 1 guardian360.nl, 1 guardianportal.us, 1 guardiansoftheearth.org, 1 guardiapretoriana.tk, 1 guarrato.tk, 1 guategmala.ga, 1 +guateradio.tk, 1 guayaquil-consort.tk, 1 gubagoo.com, 1 gubagoo.io, 1 @@ -49121,6 +50178,7 @@ gubka.ga, 1 gudangpangan.id, 1 gudbrand.no, 1 +guddaff.de, 1 gudini.net, 1 gudrun.ml, 1 gudrun.tk, 1 @@ -49137,7 +50195,9 @@ guercioarchitecture.com, 1 guernica1913.tk, 1 guernseycounty.gov, 1 +guerra-civil.tk, 1 guerra24.net, 1 +guerracivilencaceres.tk, 1 guerrasgalacticas.tk, 1 guerrilla-marketing.cf, 1 guerrilla-rf.com, 1 @@ -49195,6 +50255,7 @@ guides-peche64.com, 1 guidesacademe.com, 1 guidesetc.com, 1 +guidesiracusa.tk, 1 guidesorbetiere.com, 1 guidethailande.tk, 1 guidetoiceland.is, 1 @@ -49211,8 +50272,10 @@ guillemaud.me, 0 guillen.tk, 1 guim.co.uk, 1 +guinaliu.tk, 1 guineapigmustach.es, 1 guinguetteclovis.com, 1 +guirossler.com.br, 1 guisador.com, 1 guise.tk, 1 guitar-strings-online.tk, 1 @@ -49286,6 +50349,7 @@ guoliang.me, 1 guoliangwu.com, 1 guomai.com, 1 +guozeyu.com, 1 gupfen.ch, 1 gura.moe, 1 gurbetilan.com, 1 @@ -49314,12 +50378,10 @@ gustarfsberg.ga, 1 gustarfsberg.gq, 1 gustarfsberg.tk, 1 -gustavapp.com, 1 gustavo-lima.ml, 1 gustavo.website, 1 gustavovelasco.ml, 1 gustavscelmins.tk, 1 -gusted.xyz, 1 gustiaux.com, 0 gustom.io, 0 gustomsc.com, 1 @@ -49365,6 +50427,7 @@ guzelvideo.tk, 1 guzey.me, 1 guzlewski.pl, 1 +gv-kirchberg.ch, 1 gv-neumann.de, 1 gv-salto.nl, 1 gvaa.nl, 1 @@ -49393,6 +50456,7 @@ gwandalancobras.com.au, 1 gwbet99.cc, 1 gwennyeeckels.com, 1 +gwenolakaigre.tk, 1 gwerder.net, 1 gwg-march.ch, 1 gwhois.org, 1 @@ -49405,6 +50469,7 @@ gwthub.com, 1 gwy15.com, 1 gwynfryncottages.com, 1 +gxdesign.tk, 1 gxgx.org, 1 gxlrx.net, 1 gxm5.com, 1 @@ -49516,6 +50581,7 @@ ha.com, 1 ha3.eu, 1 ha6.ru, 1 +haagsebubbel.tk, 1 haakonbecker.de, 1 haaldesignpro.com, 1 haancommunity.cf, 1 @@ -49533,6 +50599,7 @@ habbig.cc, 1 habbixed.tk, 1 habbocore.tk, 1 +habboinside.tk, 1 habbolibres.tk, 1 habbstars.org, 1 habbzohotel.tk, 1 @@ -49547,6 +50614,7 @@ haberlandpartners.com, 1 haberlandpodcasts.com, 1 haberlandtalents.com, 1 +habermatik.tk, 1 habernet.tk, 1 habersitesikur.tk, 1 haberton.com, 1 @@ -49631,16 +50699,19 @@ hackerone.live, 1 hackerone.net, 1 hackerone.org, 1 +hackeronte.tk, 1 hackers-networks.tk, 1 hackerschat.net, 1 +hackersclothing.com, 1 hackerspace.rocks, 1 hackerstory.tk, 1 hackersw0rld.tk, 1 hackerzbug.tk, 1 hackettrecipes.com, 1 hackforgood.com, 1 -hackgins.com, 1 +hackgunny.tk, 1 hackhouse.sh, 1 +hackingacademy.io, 1 hackingand.coffee, 0 hackingdh.com, 1 hackingfever.tk, 1 @@ -49672,6 +50743,7 @@ hadetlachapelle.com, 1 hadibut.fr, 1 hadika.tk, 1 +hadin.tk, 1 hadleyluker.com, 1 hadouk.in, 1 hadouken.tk, 1 @@ -49710,7 +50782,6 @@ haidtechnology.com, 1 haiduc.tk, 1 haigekassa.ee, 1 -haigle.com, 1 haigure.com, 1 hailstorm.nl, 1 haimablog.ooo, 1 @@ -49750,6 +50821,7 @@ hairsalon-wish.com, 1 hairstyles-salon.tk, 1 haitaka.cc, 1 +haitang.com, 1 haititransfert.com, 1 haitou.tk, 1 haitrieu.com, 1 @@ -49782,9 +50854,11 @@ hakugin.me, 1 hakuna.live, 1 hal-9th.space, 1 +hal52.nl, 1 halacs.hu, 1 halageorgia.com, 1 halagroup.ml, 1 +halalbooking.com, 1 halbbit.eu, 1 halbich.design, 1 halcraft.tk, 1 @@ -49817,6 +50891,7 @@ hallelujahsoftware.com, 1 hallettxn.com, 1 hallhireforevents.co.uk, 1 +halli.tk, 1 halliday.work, 1 halligan.tk, 1 hallighof.de, 1 @@ -49825,6 +50900,7 @@ hallme.com, 1 hallofoddities.tk, 1 hallopstyling.com, 1 +halloway.tk, 1 hallspumpandwellservice.net, 1 halltrends.tk, 1 hallucinogen.com, 1 @@ -49858,6 +50934,8 @@ hamburgobgyn.com, 1 hamcram.io, 1 hamedfans.tk, 1 +hamerslag.tk, 1 +hamha.tk, 1 hamiltonsalestraining.com, 1 hamiltonweather.ca, 1 hamiltonzinelibrary.cf, 1 @@ -49893,7 +50971,6 @@ han-nas.com, 1 hana-groupsac.com, 1 hana.ondemand.com, 1 -hanabi.fan, 0 hanakaraku.com, 1 hanakaru.tk, 1 hanazono.tokyo, 1 @@ -49969,6 +51046,7 @@ hankr.com, 1 hanksacservice.com, 1 hanksservice.com, 1 +hanky2.com, 1 hannah.link, 1 hannahbarrettyoga.com, 1 hannaljungberg.tk, 1 @@ -49990,6 +51068,7 @@ hansashop.eu, 1 hansashop.fi, 1 hansbijster.nl, 1 +hansbruis.tk, 1 hanschventures.com, 1 hansen-kronshagen.de, 1 hansen.hn, 1 @@ -49997,6 +51076,7 @@ hansgoes.nl, 1 hansgoesit.nl, 1 hanshosting.nl, 1 +hansklok.tk, 1 hansminten.com, 1 hansmund.com, 1 hansmunt.nl, 1 @@ -50074,6 +51154,7 @@ happydreamsz.com, 1 happydyes.co.uk, 1 happyexwife.ga, 1 +happyfun.tk, 1 happyfuture.tk, 1 happygadget.me, 1 happygardencenter.com.br, 1 @@ -50092,6 +51173,7 @@ happymine.nl, 1 happymondayclub.com, 1 happymothersday.tk, 1 +happynight.tk, 1 happyretail.co, 1 happyrunning.tk, 1 happyschnapper.com, 1 @@ -50125,6 +51207,7 @@ harambo.cf, 1 harapecorita.com, 1 harapjunk.hu, 1 +harasov.tk, 1 harbecke.me, 1 harbecke.net, 1 harborhillsdaycamp.com, 1 @@ -50145,17 +51228,21 @@ hardfalcon.net, 1 hardfloorcleaninglondon.co.uk, 1 hardforum.com, 1 +hardgame.tk, 1 hardgospelcafe.tk, 1 hardh.at, 0 hardhat.io, 1 hardhatengineer.com, 1 hardies.nl, 1 hardinal.com, 1 +hardjump.tk, 1 hardmc.ru, 1 hardnode.org, 1 +hardnoiser.tk, 1 hardrain980.com, 1 hardrock.tk, 1 hardstation.tk, 1 +hardstyleclothes.tk, 1 hardtec.tk, 1 hardtfrieden.de, 1 hardtime.ru, 1 @@ -50191,7 +51278,9 @@ harjitbhogal.com, 1 harkenzconstruction.com, 1 harlan.cc, 1 +harley24.org, 1 harleyclassifieds.com, 1 +harlim.tk, 1 harlor.de, 1 harmlesspeopleers.ga, 1 harmlesspeopleest.ga, 1 @@ -50211,6 +51300,7 @@ harpersvilleal.gov, 1 harplingemark.se, 1 harpoo.jp, 0 +harpoonlarsen.tk, 1 harrachovskyapartman.cz, 1 harray.tk, 1 harrcostl.com, 1 @@ -50228,11 +51318,13 @@ harryagustiana.tk, 1 harrychristensen.tk, 1 harrygerritstransport.nl, 1 +harrymcgee.tk, 1 harrymclaren.co.uk, 1 harryosborn.tk, 1 harrypotterclan.tk, 1 harrypottereditor.com, 1 harrypottereditor.net, 1 +harrypottervenezuela.tk, 1 harrysdiveshop.com, 1 harrysmallbones.co.uk, 1 harrysqnc.co.uk, 1 @@ -50247,11 +51339,14 @@ hartlep.email, 1 hartlieb.me, 1 hartmancpa.com, 1 +hartmann-hartmann.eu, 1 +hartpsychologen.nl, 1 hartsfieldrock.tk, 1 hartvannike.tk, 1 hartzer.com, 1 haru-restaurant.tk, 1 haruhi.org.ua, 1 +harukakikuchi.com, 1 harukawa.moe, 1 harumi-cl.jp, 1 haruue.moe, 1 @@ -50268,6 +51363,7 @@ harwoeck.group, 1 harzin.tk, 1 has-no-email-set.de, 0 +has.gy, 1 has.report, 1 has.work, 1 hasabig.wang, 1 @@ -50278,7 +51374,7 @@ hasdf.de, 1 hasecuritysolutions.com, 1 haselsteiner.me, 1 -hash-archive.org, 1 +hasgeek.com, 1 hash.army, 1 hash.works, 1 hashcat.net, 1 @@ -50298,6 +51394,7 @@ hashxp.org, 1 hasilkeluaransgp.com, 1 hasilocke.de, 1 +hasjob.co, 1 haskovec.com, 1 hasmoralsers.ga, 1 hasmoralsest.ga, 1 @@ -50310,11 +51407,13 @@ hassiba-abderaouf.tk, 1 hassmelden.de, 0 hassra.org.uk, 1 +hastadoktor.com, 1 hastavem.com, 1 hastmassage.tk, 1 hastyllc.com, 1 hasznosithato.tk, 1 hatachan.site, 1 +hatake.tk, 1 hataonline.tk, 1 hatarisecurity.co.ke, 1 hatcher.cloud, 1 @@ -50324,20 +51423,24 @@ hatethe.uk, 1 hathai.org, 1 hatierchinois.fr, 1 +hatori.tk, 1 hatpakha.com, 1 hatraters.ga, 1 hatratest.ga, 1 hatsuharu.tk, 1 hatsukoi-seikotsu.com, 1 hatter.ink, 1 +hattori-hanzo.tk, 1 hattricksites.tk, 1 hatul.info, 1 haucke.xyz, 1 haughtonla.gov, 1 hauller.ch, 1 haunt-keeper.com, 1 +hauntedcastle.tk, 1 hauntedfieldsofglory.com, 0 hauntedhouserecords.co.uk, 1 +hauntedtruth.tk, 1 hauora.fyi, 1 hauora.net, 1 hauora.tech, 1 @@ -50354,6 +51457,7 @@ haushenne.de, 1 hausjugo.de, 1 hauspie.fr, 1 +haust.tk, 1 haustechnik-breu.de, 1 hausverbrauch.de, 1 hausverwaltung-motsch.de, 1 @@ -50379,7 +51483,6 @@ havencyber.com, 1 havendetoxnow.com, 1 havenseniorinvestments.com, 1 -havenstrategies.com, 1 havernbenefits.com, 1 haverstack.com, 1 havetherelationshipyouwant.com, 1 @@ -50408,7 +51511,6 @@ hawksguild.com, 0 hawksracing.de, 1 hawo.academy, 1 -hax.sc, 1 hax.to, 1 haxdroid.com, 1 haxland.tk, 1 @@ -50426,6 +51528,7 @@ hayleywestenra.tk, 1 hayobethlehem.nl, 1 hayonik.com, 1 +haystack.tk, 1 haystackrenovation.com.au, 1 hayvid.com, 1 haz.cat, 1 @@ -50480,10 +51583,12 @@ hceu-performance.com, 1 hcfoodpantry.org, 1 hcg-injections.com, 1 +hcg24.com, 1 hcgallia.tk, 1 hcie.pl, 0 hclsrilanka.com, 1 hclu.co, 1 +hcmcred.online, 1 hco4.com, 1 hcr.io, 0 hcr2bot.com, 1 @@ -50514,7 +51619,6 @@ hdert.com, 1 hdevent.net, 1 hdf.world, 1 -hdfgroup.org, 1 hdguru.com, 1 hdhoang.space, 1 hdkandsons.com, 1 @@ -50553,10 +51657,10 @@ headjapan.com, 1 headlineclub.gr, 1 headlinenews.co, 1 -headlinepublishing.be, 1 headofhair.pl, 1 headphonesinear.tk, 1 headwayapp.co, 1 +headymafia.com, 1 heal-thybody.nl, 1 healingourskin.com, 1 healingthenaturalway.cf, 1 @@ -50573,7 +51677,6 @@ health-plan-news.com, 1 health-road.ga, 1 health.gd, 1 -health.gov, 1 health.graphics, 1 health.inc, 1 health24.ml, 1 @@ -50629,6 +51732,7 @@ healthcentralstore.tk, 1 healthcentraltreatment.tk, 1 healthcharte.ga, 1 +healthchecks.io, 1 healthchillicothe.tk, 1 healthchoice.tk, 1 healthcise.com, 1 @@ -50821,6 +51925,7 @@ healthsyndrome.tk, 1 healthtacoma.tk, 1 healththoroughfare.com, 1 +healthtipsfactory.com, 1 healthtoledo.tk, 1 healthtreats.ga, 1 healthtrust.tk, 1 @@ -50845,11 +51950,9 @@ healthyankee.ga, 1 healthyarizona.tk, 1 healthyarkansas.tk, 1 -healthybeterlife.click, 1 healthyburn.tk, 1 healthyfitfood.com, 1 healthyflorida.tk, 1 -healthyfoodanddrink.tk, 1 healthyfoodster.com, 1 healthygeorgia.tk, 1 healthyhabitswellness.net, 1 @@ -50881,22 +51984,24 @@ heapsofheaven.com, 1 heardcountyathletics.com, 1 hearfool.cc, 1 -hearingclinicgroup.com, 1 hearingshofar.com, 1 hearkener.com, 1 heart-cartoons.tk, 1 heartbeat24.de, 1 heartbound.wiki, 1 +heartcard.tk, 1 heartchating.tk, 1 heartcomms.com.au, 1 heartgames.pl, 1 hearthealing.ca, 1 hearthstonehungary.hu, 1 +hearthustlebrands.com, 1 heartlandbiomed.com, 1 +heartlandrentals.com, 1 heartlandtownandcountry.tk, 1 heartmdinstitute.com, 1 heartofamum.com, 1 -heartofthecontinent.org, 1 +heartofgod.tk, 1 heartsintrueharmony.com, 1 heartsucker.com, 0 hearttruth.gov, 1 @@ -50930,6 +52035,7 @@ heathersmithcommercial.com, 1 heatingequipment.tk, 1 heaven-boutique.de, 1 +heavenlybeauty.tk, 1 heavenlyseals.com, 1 heavenlysmokenc.com, 1 heavennewsers.ga, 1 @@ -50940,7 +52046,7 @@ heavycoupleest.ga, 1 heavyequipments.org, 0 heavylord.tk, 1 -heavymetalonline.co.uk, 1 +heavysounds.tk, 1 hebamme-cranio.ch, 1 hebamme-ebersberg.de, 1 hebamme-sabine.eu, 1 @@ -50966,6 +52072,8 @@ hectorfiorini.com.ar, 1 hectorlima.tk, 1 heddoun.com, 1 +hedenskrig.tk, 1 +hederawinkel.nl, 1 hedge.fi, 1 hedgedoc.org, 1 hedgesafeers.ga, 1 @@ -51006,6 +52114,7 @@ heheparty.org, 1 hehome.xyz, 1 heiaheia.com, 0 +heibel.tk, 1 heic.nz, 1 heid.ws, 1 heidegg.ch, 1 @@ -51026,6 +52135,7 @@ heijmans.network, 1 heijmans.pm, 1 heijmans.tech, 1 +heikal.tk, 1 heikegastmann.com, 1 heikki-mikkola.tk, 1 heikkileivonen.fi, 1 @@ -51033,6 +52143,7 @@ heiland.io, 1 heilbronn.tk, 1 heiliao.in, 1 +heiligebirmanen.tk, 1 heiliger-gral.info, 1 heilmandeckandfence.com, 1 heimansschildersbedrijf.nl, 1 @@ -51046,6 +52157,7 @@ heinpost.nl, 0 heinrich5991.de, 1 heinvanhemert.nl, 1 +heinzdekat.tk, 1 heinzencastellano.tk, 1 heiraten-gardasee.de, 1 heiraten-venedig.de, 1 @@ -51065,6 +52177,7 @@ hekimim.tk, 1 hekoro.ml, 1 hektenkairez.com, 1 +hekwerken.tk, 1 heladospipos.ga, 1 helagotaland.ga, 1 helagotaland.gq, 1 @@ -51101,6 +52214,7 @@ heligrandcanyon.com, 1 helijobs.net, 1 helikopter.ml, 1 +helikopterman.tk, 1 helikopters.tk, 1 heliobil.fr, 1 heliocentrism.jp, 1 @@ -51115,20 +52229,24 @@ helkyn.fr, 1 helkyn.org, 1 hell.sh, 1 +hellband.tk, 1 hellblast.tk, 1 hellboundhackers.org, 1 hellenicagora.co.uk, 1 hellenicmusicacademy.com, 1 hellerarko.de, 1 hellersgas.com, 1 +hellfreak.tk, 1 hellhavens.tk, 1 hello-design.fr, 1 +hello-papaye.com, 1 helloacm.com, 1 helloafrica.ga, 1 helloappservices.com, 1 hellobarestore.com, 1 hellobee.com, 1 hellobrian.me, 1 +hellocat.cf, 1 hellochamath.com, 1 hellodesign.tk, 1 helloemailers.ga, 1 @@ -51154,14 +52272,18 @@ hellotandem.com, 1 helloteen.tk, 1 hellothought.net, 1 +helloverify.com, 1 hellovillam.com, 1 helloworldhost.com, 0 hellpc.net, 1 +hellseeker.tk, 1 hellsgamers.pw, 1 hellsh.com, 1 +hellsinkivampires.tk, 1 hellskitsch.com, 1 hellsoldiers.tk, 1 hellven.net, 1 +hellvis.tk, 1 hellyeahbeer.tk, 1 helm-pokale.at, 1 helm-pokale.de, 1 @@ -51187,8 +52309,10 @@ helpnet.ro, 1 helppc.com.ua, 1 helpscoutdocs.com, 1 +helpsysadmin.com.br, 1 helptasker.com, 1 helptasker.net, 1 +helptasker.org, 1 helptasker.ru, 1 helpticket.ml, 1 helpticket.tk, 1 @@ -51200,6 +52324,8 @@ helsenorge.no, 1 helseogmassasje.no, 1 helsingfors.guide, 1 +helsinki.dating, 1 +heluna.tk, 1 helvella.de, 1 helvetic.finance, 1 hemagon.com, 1 @@ -51219,6 +52345,7 @@ hen.ee, 1 hen.ne.ke, 1 hendersonvalleyautomotive.co.nz, 1 +henderz.tk, 1 hendric.us, 0 hendrickx.be, 1 hendrik.li, 1 @@ -51265,6 +52392,8 @@ henrybrown0.com, 1 henryclub.tk, 1 henrycountyohio.gov, 1 +henryford.tk, 1 +henryhugo.tk, 1 henryishax.com, 1 henryluker.com, 1 henrymercado.tk, 1 @@ -51298,11 +52427,14 @@ herald.ga, 1 heraldik-wiki.de, 1 heraldmakassar.com, 1 +heratnews.tk, 1 herba-belgie.be, 1 herbalhouse.tk, 1 herbalifereport.tk, 1 +herbalkanker.tk, 1 herbandpat.org, 1 herbarex.eu, 1 +herbarium.cf, 1 herberichfamily.com, 1 herbers.tk, 1 herbert.io, 1 @@ -51328,6 +52460,7 @@ heredapoxetine.gq, 1 herefordlighthouse.org, 1 heren.fashion, 1 +herenstraatvoorburg.tk, 1 heretic-guild.com, 1 hereticle.com, 1 hereticmaniacs.tk, 1 @@ -51336,6 +52469,7 @@ herewomentell.com, 1 hergeandtintin.tk, 1 herila.ml, 1 +heringer.tk, 1 heritagecoffee.co.uk, 0 heritageofedina.com, 1 heritagereformed.tk, 1 @@ -51353,6 +52487,7 @@ hermanoscarrera.tk, 1 hermes-net.de, 1 hermes-servizi.it, 1 +hermetiaprotein.com, 1 hermetien.tk, 1 hermietkreeft.site, 0 herminghaus24.de, 1 @@ -51366,6 +52501,7 @@ heroblog.info, 1 herocentral.de, 1 heroco.xyz, 1 +herod.tk, 1 heroes3stat.tk, 1 heroesorchestra.com, 1 herofil.es, 1 @@ -51375,6 +52511,7 @@ heroku.com, 1 herold.me, 1 herold.space, 1 +heromlabs.tk, 1 heromuster.com, 1 heroningenieria.com, 1 heroxin.com, 1 @@ -51403,6 +52540,7 @@ herthaloewen.tk, 1 hertsbouncycastles.com, 1 hertz.zone, 1 +heru.tk, 1 herumixer.ga, 1 herychreality.cz, 1 herza.id, 1 @@ -51443,6 +52581,7 @@ hetushu.com, 1 hetwalhalla.nl, 1 heureka2.com, 1 +heuremiroir.info, 1 heute-kaufen.de, 1 heute.training, 1 heutger.net, 1 @@ -51457,10 +52596,10 @@ hexatech.gq, 1 hexatech.tk, 1 hexaware.com, 1 +hexaweb.tk, 1 hexclock.io, 1 hexcode.in, 1 hexed.it, 1 -hexg.me, 1 hexhu.com, 1 hexhu.net, 1 hexiaohu.cn, 1 @@ -51503,7 +52642,6 @@ hf51-domeinen.nl, 1 hf51.nl, 1 hfbg.nl, 0 -hfi.me, 0 hfikq8.cf, 1 hflsdev.org, 0 hfox.org, 1 @@ -51527,6 +52665,7 @@ hgmaranatha.nl, 1 hgpowerglue.nl, 1 hgseo.net, 1 +hguandl.com, 1 hgvnet.de, 1 hgyo.me, 1 hgyoseo.com, 1 @@ -51575,7 +52714,10 @@ hiczp.com, 1 hidbo.de, 1 hidden.gq, 1 +hiddenbyleaves.tk, 1 +hiddendepth.ie, 0 hiddendragon.ml, 1 +hiddenempire.tk, 1 hiddenhillselectric.com, 1 hiddenhillselectrical.com, 1 hiddenhillselectrician.com, 1 @@ -51601,6 +52743,7 @@ hidetagu2021.net, 1 hidglobal.com, 1 hidingin.space, 1 +hidra.tk, 1 hidrolimpiadorasprofesionales.org, 1 hidroshoping.com.br, 1 hieisuki.ga, 1 @@ -51613,6 +52756,7 @@ hieu.com.au, 1 hif88.com, 1 hifala.de, 1 +hiffen.tk, 1 hiffo.de, 1 hifiaudio.sk, 1 hifiphile.com, 1 @@ -51629,10 +52773,12 @@ high-tech.tk, 1 high-way.me, 1 highaltitudearchery.com, 1 +highchair.tk, 1 highcorkett.com, 1 highdaseo.ml, 1 highdefinitionnetworksers.ga, 1 highdefinitionnetworksest.ga, 1 +highdensityheadache.tk, 1 highdeserttinyhomes.com, 1 highdonate.tk, 1 higheducation.ml, 1 @@ -51642,11 +52788,13 @@ highfive.jp, 1 highftp.tk, 1 highgatejoinery.co.uk, 1 +highgravityconsulting.com, 1 highheeltamia.com, 1 highintegrity.tk, 1 highinthemid80s.com, 1 highkick.jp, 1 highland-webcams.com, 1 +highlanddancing.tk, 1 highlandparkcog.org, 1 highlandpublicschool.co.in, 1 highlandsfl.gov, 1 @@ -51669,7 +52817,6 @@ highspenfc.tk, 1 highstage.com, 1 hightech.construction, 1 -hightechbasementsystems.com, 1 hightechone.cf, 1 hightechreviews.ga, 1 hightimes.com, 1 @@ -51680,16 +52827,15 @@ higilopocht.li, 1 higleyarts.org, 1 higueras.tk, 1 +hiig.edu.ee, 1 hik-cloud.com, 1 hikagestudios.com, 1 hikarinet.tk, 1 hikawa.top, 1 -hike.pics, 1 hikeinrio.com, 1 hiker.cool, 1 hikerone.com, 1 hikikomori-sos.site, 1 -hikinggearlab.com, 1 hikingmonthlyers.ga, 1 hikingmonthlyest.ga, 1 hikka.ru, 1 @@ -51744,6 +52890,7 @@ hinata-hidetoshi.com, 1 hindibaba.tk, 1 hindigalaxy.com, 1 +hindikibindi.tk, 1 hindimeinjankari.com, 1 hindimeseekhe.tk, 1 hindimoviedownload.net, 1 @@ -51751,6 +52898,7 @@ hinduradio.tk, 1 hindustantimes.ml, 1 hinduworld.tk, 1 +hindweb.tk, 1 hingehealth.com, 1 hingle.me, 1 hinkel.tk, 1 @@ -51773,8 +52921,11 @@ hipersuli.hu, 1 hiperusera.es, 1 hiphop.ren, 1 +hiphopall.tk, 1 +hiphopbolivia.tk, 1 hiphopfashion.tk, 1 hipnos.net, 1 +hipnotista.tk, 1 hipo.pt, 1 hipodromcasusu.tk, 1 hippiekiller.net, 1 @@ -51783,6 +52934,7 @@ hips.com, 1 hipstercat.fr, 0 hipsterpixel.co, 1 +hiptwist.tk, 1 hiq.sh, 1 hiqhub.co.uk, 0 hiqonline.co.uk, 1 @@ -51807,6 +52959,7 @@ hirezzportal.com, 1 hiring-process.org, 1 hirisejanitorial.com, 1 +hirix.co.uk, 1 hiro-dc.info, 1 hirobbie.com, 1 hiromuogawa.com, 1 @@ -51829,6 +52982,8 @@ hispalazarus.tk, 1 hispania-valencia.com, 1 hispania.ml, 1 +hispanic.dating, 1 +hispanidad.tk, 1 hispasat.es, 1 hispasys.com, 1 hisregistries.com, 1 @@ -51846,6 +53001,8 @@ historiadebagua.tk, 1 historiaeculturaguarani.org, 1 historiageneral.com, 1 +historiarte.tk, 1 +historiasdepueblo.es, 1 historiasyrelatos.tk, 1 historiasztuki.tk, 1 historichousesghent.be, 1 @@ -51884,10 +53041,12 @@ hititgunesi-tr.com, 1 hititleers.ga, 1 hititleest.ga, 1 +hitkey.tk, 1 hitleap.com, 1 hitmaker.ga, 1 hitmaker.tk, 1 hitmanstat.us, 1 +hitmen.tk, 1 hitmix.tk, 1 hitmyheart.tk, 1 hitn.at, 1 @@ -52007,6 +53166,7 @@ hlx86.cc, 1 hly0928.com, 1 hlz.mn, 1 +hm-notes.ru, 1 hm1ch.com, 1 hm1ch.ovh, 1 hm773.net, 1 @@ -52038,7 +53198,6 @@ ho518.net, 1 ho918.net, 1 hoaas.no, 1 -hoadvertising.com, 1 hoahau.org, 1 hoahop.tk, 1 hoanghaiauto.vn, 1 @@ -52058,7 +53217,9 @@ hoberg.ch, 1 hobindesign.com, 1 hobo.video, 1 +hoboken.tk, 1 hobokenrecords.tk, 1 +hobonline.tk, 1 hoc-bv.nl, 1 hocassian.cn, 0 hocgiai.com, 0 @@ -52088,8 +53249,9 @@ hocomamedical.com, 1 hoctienganhgiaotiep.ga, 1 hoctracnghiem.com, 1 -hocz.net, 1 +hocz.net, 0 hodeis.ga, 1 +hodes.tk, 1 hodgephotography.com, 1 hoe.re, 1 hoeft-autolackierung.de, 1 @@ -52139,6 +53301,7 @@ hoiquanadida.com, 1 hoistfinance.co.uk, 1 hoistsdirect.com, 1 +hojalatero.tk, 1 hojat.tk, 1 hokejovykalendar.cz, 1 hoken-okazaki.com, 1 @@ -52152,15 +53315,19 @@ holacbdoils.com, 1 holadinero.es, 1 holadinero.mx, 1 +holainternet.tk, 1 holboxwhalesharktours.com, 1 holdengreene.com, 1 holdiers.tk, 1 holdingcelebrations.tk, 1 holdmybeer.io, 1 +holdperson.tk, 1 holdport.com, 1 holebedeljek.hu, 1 +holgapanama.tk, 1 holger-schwarze.de, 1 holgerlehner.com, 1 +holgr.com, 1 holi-coresdaindia.com.br, 1 holidayclub.tk, 1 holidayexcess.com, 1 @@ -52183,6 +53350,7 @@ holland-sailing.de, 1 hollandco.com, 1 hollander.com, 1 +hollanderclub.tk, 1 hollandersleepproducts.com, 1 hollandhouse.info, 1 hollandsewolken.nl, 1 @@ -52201,6 +53369,7 @@ holmesian.org, 1 holmesworkholding.co.uk, 1 holmq.dk, 1 +holmqvist.tk, 1 holo.ovh, 1 holocron.one, 1 holod-servis777.tk, 1 @@ -52209,16 +53378,19 @@ holostyak.tk, 1 holowaty.me, 1 holoxplor.space, 1 +holstein.tk, 1 holstphoto.com, 1 holtackersleather.be, 1 holtslander.ca, 1 holubowski.com, 1 holundersberg.de, 1 holvonix.com, 1 +holychaos.tk, 1 holycrosscatholics.org, 1 holycrossphl.org, 1 holycrossrockporttx.org, 1 holycrossverobeach.org, 1 +holydevils.tk, 1 holydragoon.jp, 1 holydumplings.net, 1 holyfamilyrussell.org, 1 @@ -52427,7 +53599,6 @@ homeinteriorusa.tk, 1 homeinvention.tk, 1 homekiss.ga, 1 -homekit.directory, 1 homelab.farm, 1 homelabquotes.com, 1 homelandsecurity.gov, 1 @@ -52437,6 +53608,7 @@ homeloanprequalify.com, 1 homelove.tk, 1 homelovehome.tk, 1 +homem-viril.com, 0 homemadetips.ga, 1 homemadetipsers.ga, 1 homemadetipsest.ga, 1 @@ -52457,6 +53629,7 @@ homeogenium.com, 0 homeomatic.ga, 1 homeopathie.tk, 1 +homeopathieridderspoor.nl, 1 homeopplis.ga, 1 homeorama.ga, 1 homeostase.pt, 1 @@ -52539,6 +53712,8 @@ homyneeds.com, 1 homyremedies.com, 1 hondajoyclub.com, 1 +hondapartsnow.com, 1 +hondensnacks.shop, 1 honest.ga, 1 honestblogers.ga, 1 honestblogest.ga, 1 @@ -52560,7 +53735,6 @@ honeyuniversity.net, 1 honeyxlips.com, 1 hong.com.br, 1 -hong.io, 1 hongbomiao.com, 1 hongfumall88.com, 1 hongki.tk, 1 @@ -52571,7 +53745,6 @@ hongosdemexico.tk, 1 honguyensy.tk, 1 hongyun-rent.com, 1 -hongzu.cc, 1 honigconte.com, 1 honigkuchenpferdeher.de, 1 honkhonk.net, 1 @@ -52622,6 +53795,7 @@ hopconseils.ch, 0 hopconseils.com, 0 hope21.ch, 1 +hopeforlorn.tk, 1 hopefultexas.com, 1 hopeland.com.br, 1 hopemeet.info, 1 @@ -52641,6 +53815,7 @@ hops-and-ashes.de, 1 hopzone.net, 1 hor.website, 1 +horablanquiazul.tk, 1 horaceli.com, 1 horaciolopez.pro, 1 horackova.info, 1 @@ -52649,6 +53824,7 @@ horairetrain.fr, 1 horairetrain.lu, 1 horairetrain.nl, 1 +horamesianica.tk, 1 horcajadadelatorre.tk, 1 horclan.tk, 1 hord.ca, 1 @@ -52659,7 +53835,6 @@ horeizai.net, 1 horgenberg.com, 1 horikawa-cement.co.jp, 1 -horizon-surf.ru, 1 horizon.ne.jp, 1 horizonlawncare.tk, 1 horizonmail.ga, 1 @@ -52668,6 +53843,7 @@ horizontalsystems.io, 1 horkel.cf, 1 horkel.tk, 1 +hormet.tk, 1 hormigonimpreso.biz, 1 hormonetrackerers.ga, 1 hormonetrackerest.ga, 1 @@ -52689,7 +53865,9 @@ horozo.com, 1 horrell.ca, 1 horrendous-servers.com, 1 +horrentotaalshop.nl, 1 horror-forum.de, 1 +horrorfreaks.tk, 1 horrormovies.gr, 1 horrorserv.com, 1 horrycountysc.gov, 1 @@ -52718,6 +53896,7 @@ horvatnyelvkonyv.hu, 1 hory.me, 1 horza.org, 1 +hose.ga, 1 hoshimaq.com.br, 1 hoshimaquinas.com.br, 1 hoshinplan.com, 1 @@ -52730,12 +53909,13 @@ hospitalcmq.com, 1 hospitality-colleges.com, 1 hossi.pro, 1 +hossien.tk, 1 hossleylps.com, 1 host-morezar.ml, 1 host-stage.net, 1 host2100.xyz, 1 +host4us.cc, 1 hostadvice.com, 1 -hostalbarelgato.es, 1 hostalsanmarcos.tk, 1 hostarea51.com, 1 hostathome.fr, 1 @@ -52762,6 +53942,7 @@ hostfact.nl, 1 hostfission.com, 1 hostfree12.tk, 1 +hosthum.com, 1 hostiberi.com, 0 hostinecpodlipou.cz, 1 hosting-rus.tk, 1 @@ -52783,6 +53964,7 @@ hostingtipps.eu, 1 hostinkos.com, 1 hostinvest.tk, 1 +hostisan.com, 1 hostix.de, 1 hostker.com, 1 hostker.net, 1 @@ -52812,6 +53994,7 @@ hotcandlestick.com, 1 hotcars.com, 1 hotchillibox.com, 1 +hotcoder.tk, 1 hotcursosrio.com.br, 1 hotdates18.com.au, 1 hotdates18.fi, 1 @@ -52864,7 +54047,6 @@ hotelpostaorvieto.it, 1 hotelpresident.co.in, 1 hotelpromo.codes, 1 -hotelreis.com.br, 1 hotels-insolites.com, 1 hotels-resorts-in-crimea.tk, 1 hotels3d.com, 1 @@ -52879,7 +54061,7 @@ hotelsolinebrela.com, 1 hotelsonline.tk, 1 hotelsrit.tk, 1 -hotelv.ru, 1 +hotelv.ru, 0 hotelvalena.com, 1 hotelvisegrad.hu, 1 hotelzapse-aurora.tk, 1 @@ -52917,7 +54099,6 @@ hotsoft.com.br, 1 hotsolarsolutions.com, 1 hotspotshield.com, 1 -hotsupreme.com, 1 hotsvenja.com, 1 hottaro.com, 1 hottestguyoftech.com, 1 @@ -52992,7 +54173,7 @@ how-to-write-a-book.gq, 1 how-to-write-a-book.ml, 1 how10.com, 1 -how2dev.tools, 1 +how2dev.tools, 0 how2fsbo.com, 1 how2recycle.info, 1 howa-n.net, 0 @@ -53081,7 +54262,6 @@ hps.hu, 1 hpsdigital.hu, 1 hpvtimmerwerken.nl, 1 -hq.marketing, 1 hq77.ru, 1 hqblog.cn, 0 hqmovies.club, 1 @@ -53092,6 +54272,7 @@ hqy.moe, 1 hr-automation.eu, 1 hr-clan.tk, 1 +hr-nielsen.tk, 1 hr-praemien-santander.de, 1 hr-tech.store, 1 hr98.tk, 1 @@ -53124,7 +54305,6 @@ hrmcms.com, 1 hrmg.agency, 1 hrmn.xyz, 1 -hrmny.sh, 1 hrna.moe, 1 hrndz.io, 1 hro.to, 1 @@ -53151,6 +54331,7 @@ hscorp.de, 1 hse-dev.com, 1 hse-online.com, 1 +hsg-lumdatal.de, 1 hsimrall.com, 1 hsivonen.com, 1 hsivonen.fi, 1 @@ -53217,7 +54398,6 @@ htmlvalidator.com, 1 htmlweb.ml, 1 htmlyse.com, 1 -htmtools.com, 1 htmue.org, 1 htp2.top, 1 htsure.ma, 0 @@ -53274,6 +54454,7 @@ huangzenghao.com, 1 huangzjnet.gq, 1 huanqiu1988.com, 1 +huanta.tk, 1 huanwei.com, 1 huapood.com, 1 huaqian.art, 1 @@ -53297,6 +54478,7 @@ huber-informatik.de, 1 hubnet.fr, 1 hubok.net, 1 +huboo.co.uk, 1 hubovra.nl, 1 hubrecht.at, 1 hubsaveers.ga, 1 @@ -53306,6 +54488,7 @@ hubspot.es, 1 hubspot.fr, 1 hubspot.jp, 1 +hubux.tk, 1 huchet.me, 0 hucklebucks.com, 1 huckletree.com, 0 @@ -53379,6 +54562,7 @@ hulii.com, 1 hulii.com.au, 1 hulkbay.tk, 1 +hulkweb.tk, 1 hulldevs.net, 1 hullmoneyman.com, 1 hullscp.co.uk, 1 @@ -53388,11 +54572,14 @@ hulpmiddelenshop.nl, 1 hulpverleningszonecentrum.be, 1 hulsoft.co.uk, 1 +hultrid.hopto.org, 1 huma-auto.club, 0 human-clone.com, 1 human-parasites.tk, 1 human-shinri.com, 1 humanafterall.studio, 1 +humanamente.tk, 1 +humanbeing.tk, 1 humanenrich.com, 1 humanesdemadrid.tk, 1 humanewolf.com, 1 @@ -53400,9 +54587,11 @@ humanhairgo.tk, 1 humanidad.tk, 1 humanit.com.au, 1 +humankode.com, 1 humanlocation.net, 1 humanresources.gq, 1 humanrights.gov.au, 1 +humanrights.tk, 1 humans.io, 0 humansense.nl, 1 humanzee.com, 1 @@ -53454,10 +54643,14 @@ humpchies.com, 1 humpen.se, 1 humppakone.com, 1 +humpydumpy.tk, 1 humuluslupulus.de, 1 humus.tk, 1 hund.io, 1 hundamosantena3.tk, 1 +hunde.io, 1 +hundeschule.tk, 1 +hundestudios.tk, 1 hundhausen.de, 1 hundimiento.com, 1 hundlee.tk, 1 @@ -53513,6 +54706,7 @@ hurricaneplaneers.ga, 1 hurricaneplaneest.ga, 1 hurrikane.us, 1 +hurriyetseriilan.tk, 1 hurstiharrell.tk, 1 hurtigtinternet.dk, 1 hus.gay, 1 @@ -53529,6 +54723,7 @@ hussam.eu.org, 1 hustl.nl, 1 hustlerstate.tk, 1 +hutavaterstetten.de, 1 hutchh.com, 1 huthacks.com, 1 huto.ml, 1 @@ -53553,7 +54748,7 @@ hv-portal.de, 1 hvanmeldung.de, 1 hvanmeldung.online, 1 -hvdbox.de, 1 +hvdbox.de, 0 hvenetworks.cf, 1 hveradistributions.com, 1 hverdagogkink.no, 1 @@ -53590,11 +54785,14 @@ hyatt.com, 1 hyb7.com, 1 hybrid-battery.gr, 1 +hybrid-crescent.tk, 1 hybriden.cf, 1 hybriden.tk, 1 hybridiyhdistys.fi, 1 hybridklubben.fi, 1 hybridragon.net, 1 +hybridscript.tk, 1 +hybridsounds.tk, 1 hybridworld.tk, 1 hybridworx.com, 1 hybridworx.de, 1 @@ -53608,6 +54806,7 @@ hyderabadonlinegifts.com, 1 hydrabit.nl, 1 hydrante.ch, 0 +hydras.tk, 1 hydratheme.fr, 1 hydrazin.pw, 1 hydro17.com, 1 @@ -53617,6 +54816,7 @@ hydrocloud.net, 1 hydrocontrolsystems-janssenwaterproofing.com, 1 hydrocontrolsystems.com, 1 +hydrogel.tk, 1 hydrogenplatform.com, 1 hydrographicsocietybenelux.eu, 1 hydroid.tk, 1 @@ -53634,14 +54834,6 @@ hygh.tech, 1 hygieneproclean.co.nz, 1 hygo.com, 1 -hyhy7.com, 1 -hyhy80.com, 1 -hyhy81.com, 1 -hyhy82.com, 1 -hyhy83.com, 1 -hyhy85.com, 1 -hyhy89.com, 1 -hyhy98.com, 1 hyk.me, 1 hylians.com, 1 hyllie.net, 1 @@ -53666,6 +54858,7 @@ hyperbolic-mayonnaise-interceptor.ovh, 1 hypercdn.de, 1 hypercompetitions.com, 1 +hypercritical.co, 1 hyperd.sh, 1 hyperhidrose.tk, 1 hyperian.net, 1 @@ -53673,6 +54866,7 @@ hyperjit.com, 1 hyperlocal.co.za, 1 hyperloopupv.com, 1 +hypermonkey.tk, 1 hyperonline.tk, 1 hyperreal.biz, 1 hypershell.tk, 1 @@ -53697,6 +54891,7 @@ hypnoside.tk, 1 hypnotizedgirls.ml, 1 hypnovir.us, 1 +hypocrites.tk, 1 hypokalkulacka.sk, 1 hypolineweb.de, 1 hypotheca.ca, 1 @@ -53711,6 +54906,7 @@ hyra.tk, 1 hyrin.tk, 1 hyrius.net, 1 +hyrulekingdom.tk, 1 hys-te-ria.tk, 1 hysh.jp, 1 hysolate.com, 1 @@ -53721,7 +54917,9 @@ hytzongxuan.com, 1 hytzongxuan.top, 1 hyundai.no, 1 +hyundaipartsdeal.com, 1 hyundaisrilanka.lk, 1 +hyunjoonkim.net, 1 hyvinvointineuvoja.fi, 1 hyy.ch, 1 hyy.chat, 1 @@ -53818,6 +55016,7 @@ iacitywebdesigner.com, 1 iaco.li, 1 iactu.info, 1 +iadore.tk, 1 iadttaveras.com, 1 iaeste.no, 1 iaeste.or.jp, 1 @@ -53852,6 +55051,7 @@ iamtrucking.com, 1 iamusingtheinter.net, 0 iamwill.io, 1 +iamyourpillow.com, 1 ian-barker.co.uk, 1 ian.sh, 0 ian678.com, 1 @@ -53917,7 +55117,6 @@ ibi.mt, 1 ibiki-boushi-makura.net, 1 ibin.co, 1 -ibinex.news, 1 ibiz.mk, 1 ibizads.tk, 1 ibizaluxuryachts.com, 1 @@ -53946,10 +55145,12 @@ ibuki.run, 1 ibuprofens.gq, 1 iburgs.com, 1 +ibuytramadol.com, 1 ibuzz.tk, 1 ibwc.gov, 1 ibykos.com, 1 ic-lighting.com.au, 1 +ic3.gov, 1 icafecash.com, 1 icanhas.report, 1 icanhasht.ml, 1 @@ -53983,6 +55184,7 @@ iceheart.tk, 1 icehost.cf, 1 icelandic.cf, 1 +icelook.tk, 1 icemakerrepairaustin.com, 1 icemedia.com.au, 0 icemyworld.tk, 1 @@ -54005,8 +55207,10 @@ ichbinkeinreh.de, 1 ichglaubesbackt.de, 1 ichibanfansub.com.br, 1 +ichigao-hoikuen.com, 1 ichigo.university, 1 ichisound.ml, 1 +ichitaka.tk, 1 ichitaso.com, 1 ichtroje.tk, 1 ichtushosting.com, 1 @@ -54016,7 +55220,6 @@ icium.org, 1 ickerseashop.com, 1 icl82.systems, 1 -iclart.com, 1 iclb.be, 1 iclg.com, 1 iclinic-mrt.ru, 1 @@ -54041,9 +55244,11 @@ icon-programming.tk, 1 iconecoiffure.ca, 1 iconintegration.com.au, 1 +iconoarte.tk, 1 icons4free.tk, 1 iconworld.ml, 1 iconx.ml, 1 +iconz.tk, 1 icosnet.com.dz, 1 icountnm.gov, 1 icowhitepapers.co, 1 @@ -54052,11 +55257,9 @@ icq-project.net, 1 icq-world.tk, 1 icruise.com, 1 -ics.edu.hn, 1 icst.tk, 1 ict-concept.nl, 1 ict-crew.nl, 1 -ict-kerk.nl, 1 ict-radar.com, 1 ict-radar.nl, 1 ict.govt.nz, 1 @@ -54107,6 +55310,7 @@ idc.yn.cn, 1 idc95.com, 1 idcrane.com, 1 +idctechnologies.com, 1 iddconnect.com, 1 iddconnect.org, 1 ideaassociates.com, 1 @@ -54134,7 +55338,6 @@ idealtruss.com.tw, 1 idealwhite.space, 1 ideamiapublicidad.com, 1 -ideamount.com, 1 idearumahidaman.com, 1 ideasenfoto.com, 1 ideashop.com, 1 @@ -54172,6 +55375,7 @@ identitytheft.gov, 1 ideorealm.tk, 1 idered.net, 1 +idesign.tk, 1 idesoft.cloud, 1 idesoft.com, 1 idesoft.eu, 1 @@ -54195,6 +55399,7 @@ idinby.dk, 1 idiomasdelmundo.tk, 1 idiot.trade, 1 +idioteque.tk, 1 idioumarou.com, 1 idkidknow.com, 1 idleleo.com, 1 @@ -54206,19 +55411,23 @@ idmaster.ml, 1 idmobile.co.uk, 1 idn.gov.pt, 0 +idndomain.tk, 1 idndx.com, 1 idoc24.com, 1 idofatl.com, 1 idohost.tk, 1 idol-bikes.ru, 1 idolf.dk, 1 +idolfap.com, 1 idolish7.fun, 0 +idoljp.com, 1 idontexist.me, 0 idonthaveawebsite.tk, 1 idontplaydarts.com, 1 idoo24.com, 0 idoparadoxon.hu, 1 idouying.com, 1 +idowp.net, 1 idp.onl, 1 idraetsmusik.dk, 1 idratherbequilting.com, 1 @@ -54249,7 +55458,7 @@ iegat.com, 1 iegatpracticetest.com, 1 ieiscccuba.tk, 1 -ieji.de, 0 +ieji.de, 1 iemb.cf, 1 iemc.pt, 1 iemsamex.com, 1 @@ -54291,7 +55500,6 @@ ifleurs.com, 1 iflixtv.ga, 1 iflyi.me, 1 -ifma.edu.br, 1 ifmilitaria.tk, 1 ifmsa-lahore.tk, 1 ifnet.fr, 1 @@ -54306,6 +55514,7 @@ ifreemax.ml, 1 ifreetion.cn, 1 ifreetion.com, 1 +ifriend.tk, 1 ifsaalemi.tk, 1 ifsac.org, 1 ifsh.me, 1 @@ -54328,6 +55537,7 @@ iga-semi.jp, 1 igamingaffiliateprograms.com, 1 igamingdirectory.com, 1 +igamingnews.com, 1 igamingpocketdirectory.com, 1 igamingsuppliers.com, 1 iganesh.com, 1 @@ -54335,7 +55545,6 @@ igarage.nl, 0 igcb.com, 1 igdn.de, 1 -igechile.cl, 1 igeh-immo.at, 1 igenuinebeauty.co.jp, 1 igforum.tk, 1 @@ -54359,6 +55568,7 @@ igkabel.tk, 1 iglesiabelen.tk, 1 iglesiadecristocba.tk, 1 +iglesiaquecamina.tk, 1 igln.fr, 1 iglobus.cz, 0 igloocommunities.com, 1 @@ -54385,10 +55595,12 @@ ignitedmindz.in, 1 ignitelocal.com, 1 ignition.gg, 1 +igor-hristenko.tk, 1 igor-usov.tk, 1 igorandandre.com, 1 igorina.com, 1 igorrealestate.com, 1 +igorvlasov.tk, 1 igorvracar.com, 1 igorw.org, 1 igotoffer.com, 0 @@ -54409,6 +55621,7 @@ igryalawar.tk, 1 igsmgmt.com, 1 igualdaton.org, 1 +iguanacruda.tk, 1 igust4u-archive.ga, 1 igva.or.kr, 1 ih8sn0w.com, 1 @@ -54416,7 +55629,6 @@ ihacker.ai, 1 ihacklabs.com, 0 ihakkitekin.com, 1 -ihasco.co.uk, 1 ihatereceipts.com, 1 ihatethissh.it, 1 ihcprofile.com, 1 @@ -54439,7 +55651,9 @@ ihost.md, 1 ihostup.net, 1 ihouseu.com, 1 +ihr-hausarzt-kleinmachnow.de, 1 ihrb.com.br, 1 +ihre-ernaehrung.de, 1 ihre-pflege-sachsen.de, 1 ihredls.de, 1 ihrhost.com, 1 @@ -54477,11 +55691,11 @@ iiong.com, 1 iipvapi.com, 1 iis.net, 1 +iisjy.cn, 1 iisuss.gq, 1 iitala.fi, 1 iitneetprep.com, 1 iitowns.ir, 1 -iitstartups.org, 1 iix.se, 1 ijmondlijn.nl, 1 ijnokmpl.cf, 1 @@ -54494,6 +55708,9 @@ ijunohana.jp, 1 ik-life.com, 0 ikachalife.com, 1 +ikall.com, 1 +ikall.net, 1 +ikall.org, 1 ikarate.ru, 1 ikari-san.tk, 1 ikaria.com.gr, 1 @@ -54501,6 +55718,7 @@ ikarr.com, 1 ikasgela.com, 1 ikazumitsu.tk, 1 +ikbenrichie.nl, 1 ikeacareers.co.uk, 1 ikebuku.ro, 1 ikebukuro-shame.com, 1 @@ -54585,6 +55803,7 @@ ilg.ink, 1 ilhan.name, 1 ilhansubasi.com, 1 +ilhombek.ml, 1 iliamna.media, 1 iliastsi.net, 1 ilife.bg, 1 @@ -54632,6 +55851,7 @@ illuminatisocietyworldwide.org, 1 illumini.io, 1 illumis.com, 1 +illusia.tk, 1 illusionephemere.com, 0 illusionsdoptique.com, 1 illusionunlimited.com, 1 @@ -54644,13 +55864,14 @@ ilmcorp.com, 1 ilmiobusinessonline.it, 1 ilmiogiardiniere.it, 1 +ilneminis.com, 1 iloft.xyz, 1 iloli.name, 1 ilona-france.tk, 1 ilondres.es, 1 ilonewolfs.com, 1 ilonpolku.fi, 1 -ilouis.cn, 1 +ilouis.cn, 0 ilove.fish, 1 ilovecomputering.com, 1 ilovefanyi.win, 1 @@ -54764,6 +55985,7 @@ imbqatar.com, 1 imbrian.org, 1 imbunatatiri-logan.tk, 1 +imbushuo.net, 1 imcassociation.com, 1 imck.ml, 1 imcreative.ro, 1 @@ -54787,7 +56009,6 @@ imesh-light.tk, 1 imex-dtp.com, 1 imexmed.com.gt, 1 -imf-online.com, 1 imfacademy.com, 1 imforza.com, 1 img.mg, 1 @@ -54803,7 +56024,6 @@ imguploaden.nl, 1 imgx.eu.org, 1 imhn.tk, 1 -imhotx.com, 0 imhua.com, 1 imi-rhapsody.eu, 0 imicroscope.tk, 1 @@ -54871,6 +56091,8 @@ immortal-pc.info, 1 immortal.run, 1 immortalcorporation.tech, 1 +immortalelf.com, 0 +immortallove.tk, 1 immortec.com, 1 immortol.tech, 1 immovisual.be, 1 @@ -54878,6 +56100,8 @@ immunefi.com, 0 immunoboost.be, 1 imobile3.com, 1 +imobiliare.tk, 1 +imobilien.tk, 1 imoe.ac.cn, 0 imokuri123.com, 1 imolights.com, 1 @@ -54893,10 +56117,10 @@ imovit.ro, 1 imoxin.net, 1 impact-fluids.com, 1 +impact-visual.tk, 1 impact.health.nz, 1 impactartstudy.com, 1 impacter.eu, 1 -impactingsports.com, 1 impactparcels.co.uk, 1 impactparcels.com, 1 impactpub.ch, 0 @@ -54909,6 +56133,7 @@ impec-cable.com, 1 impelup.com, 1 impendulo.org, 1 +imperator-janssens.tk, 1 imperdin.com, 1 imperdintechnologies.com, 1 imperial-legrand.com, 1 @@ -54921,6 +56146,7 @@ imperiocursospro.com.br, 1 imperiodamodamiranda.com.br, 1 imperiodigital.online, 1 +imperiodosvinhos.com.br, 1 imperioth.com, 1 imperiumglass.com.au, 1 imperiumnova.info, 1 @@ -54932,6 +56158,7 @@ impiantistica.org, 1 implantesdentalestopete.com.mx, 1 implantologiadentalgt.com, 1 +implosion.tk, 1 implude.com, 0 impns.org, 1 imponet.com.ar, 1 @@ -54969,6 +56196,7 @@ impresapulizie.milano.it, 1 impresapulizie.roma.it, 1 impresapuliziebergamo.it, 1 +impressao3d.ml, 1 impressivebison.eu, 0 impressivetitle.tk, 1 imprezer.tk, 1 @@ -55008,6 +56236,7 @@ imwalking.de, 1 imy.rs, 1 imychic.com, 1 +imydl.com, 0 imydl.tech, 1 imyjy.cn, 1 imyrs.cn, 1 @@ -55036,6 +56265,7 @@ inanan.cf, 1 inanec.gq, 1 inaned.ga, 1 +inantrantung.com, 1 inanyevent.london, 1 inares.org, 1 inarizona.tk, 1 @@ -55049,7 +56279,6 @@ inboxen.org, 1 inboxsms.tk, 1 inbrand.agency, 1 -inbulgaria.info, 1 incarceratedwombats.com, 1 incarter.ga, 1 inceneritore.ga, 1 @@ -55071,7 +56300,6 @@ inclusion.tn, 1 inclusiv.nl, 0 incoherent.ch, 1 -incoldext.com, 1 incomeplus.tk, 1 incometaxbengaluru.org, 1 incometricks.tk, 1 @@ -55079,10 +56307,11 @@ incommon.io, 1 incompliance.de, 1 inconcerts.de, 1 +inconsciente.tk, 1 incontactmetjezelf.nl, 1 incore.nl, 1 -incotive.com, 1 incowrimo.org, 1 +incpak.com, 0 incparadise.net, 1 increasetestosteronelevels.org, 1 incredibilis.tk, 1 @@ -55094,6 +56323,7 @@ ind.ie, 1 indasun.com, 1 indatable.com, 1 +indecente.tk, 1 indeika.ml, 1 indeksonline.tk, 1 independenceliveers.ga, 1 @@ -55112,7 +56342,6 @@ indevelopment.tk, 1 index-education.net, 1 index-games.com, 1 -index-mp3.com, 1 index.law, 1 indexcesmad.cz, 1 indexhost.tk, 1 @@ -55145,7 +56374,9 @@ indianbridalservices.com, 1 indianbrides.cf, 1 indiandramasonline.tk, 1 +indianengineer.tk, 1 indianet.tk, 1 +indiangamingreport.com, 1 indianhairextension.tk, 1 indianhelpline.in, 1 indianporn2.xxx, 1 @@ -55160,6 +56391,7 @@ indiaworlddigital.tk, 1 indico.tk, 1 indie.dog, 1 +indiecat.tk, 1 indiecongdr.it, 1 indieethos.com, 0 indiemovementers.ga, 1 @@ -55196,7 +56428,8 @@ indo-wiki.fr, 1 indo4life.tk, 1 indobo.com, 1 -indochina.io, 1 +indochina.io, 0 +indochinatravel.tk, 1 indodax.com, 1 indoface.ga, 1 indofountain.tk, 1 @@ -55216,10 +56449,14 @@ indota.hu, 1 indotravels.tk, 1 indovinabank.com.vn, 1 +indovision.tk, 1 indramas.tk, 1 indramdhani.net, 1 +indranesia.tk, 1 +indraq.tk, 1 indst.eu, 1 indumar.com, 1 +indumentaria-arabe.tk, 1 indusap.com, 1 indusfastremit-ca.com, 1 indusfastremit-us.com, 1 @@ -55234,6 +56471,7 @@ industrialgassprings.com, 1 industriascruzcentro.com, 1 industriemeister.io, 1 +industryoutlaws.tk, 1 indybay.org, 1 indyroom.tk, 1 indyscouts.tk, 1 @@ -55261,6 +56499,7 @@ inf-fusion.ca, 1 inf0sec.nl, 1 infalaw.com, 1 +infamousguild.tk, 1 infans.be, 1 infantry.org.ua, 1 infcloud.com, 1 @@ -55283,7 +56522,6 @@ infihow.com, 1 infinether.net, 1 infinipharm.com, 1 -infinita.com.co, 1 infinite.com, 1 infinitelightofbeing.org, 1 infinitenews.cf, 1 @@ -55294,7 +56532,9 @@ infinitiofaugustaparts.com, 1 infinitioflynnwoodparts.com, 0 infinitiofmarinparts.com, 1 -infinitomaisum.com, 1 +infinitipartsdeal.com, 1 +infinito.tk, 1 +infinitoporciento.tk, 1 infinity-uitvaartzorg.nl, 1 infinity3dengine.com, 1 infinitybas.com, 1 @@ -55312,7 +56552,6 @@ infirmiere-canadienne.com, 1 infirmieredevie.ch, 0 infirmiers-montpellier.fr, 1 -infivalle.gov.co, 1 infla-tables.tk, 1 inflammatory.tk, 1 inflatablehire-scotland.co.uk, 1 @@ -55344,12 +56583,12 @@ info-sys.tk, 1 info-tech.tk, 1 info-usaha.tk, 1 -info-yqq.com, 1 info.gov, 1 infoaboutlawyers.com, 1 infoamin.com, 1 infoapis.net, 1 infobae.com, 1 +infobanglanet.tk, 1 infobarunih.com, 1 infobasquet.tk, 1 infobip.com, 1 @@ -55373,7 +56612,7 @@ infocusvr.net, 1 infodesigners.eu, 1 infodesk.at, 1 -infoduv.fr, 1 +infodiscus.com, 0 infofamouspeople.com, 1 infofp.tk, 1 infogai.tk, 1 @@ -55384,7 +56623,7 @@ infogress.tk, 1 infogrfx.com, 1 infogroups.ml, 1 -infogym.com, 1 +infogym.com, 0 infohas.ma, 1 infohunter.education, 1 infoiinfo.tk, 1 @@ -55403,6 +56642,7 @@ infomexico.tk, 1 infomoney.com.br, 1 infopaperiguatemi.com.br, 1 +infopedia.tk, 1 infopico.com, 1 infopier.sg, 1 infopreneur.blog, 1 @@ -55435,6 +56675,7 @@ informationsarchiv.net, 1 informationsaveers.ga, 1 informationsaveest.ga, 1 +informator.tk, 1 informelles.tk, 1 informnapalm.org, 1 informspb.tk, 1 @@ -55583,6 +56824,7 @@ inglesencanada.cf, 1 inglesfoco.com.br, 1 inglesnarede.com.br, 1 +inglessantacruz.tk, 1 inglestotal.tk, 1 ingo-schlueter.de, 1 ingolonde.pw, 1 @@ -55615,6 +56857,8 @@ init.de, 1 init3.cn, 1 initblogger.com, 1 +initialization.tech, 0 +initiative-3d.org, 1 initiative-digitalisierung-kmu.de, 1 initq.net, 1 initramfs.io, 1 @@ -55679,6 +56923,7 @@ inmobiliaria-sanpablo.cl, 1 inmobillium.fr, 1 inmonteblandinio.be, 1 +inmotionmktg.com, 1 inmucrom.com, 1 inmucrom.es, 1 inmueblescartagena.com.co, 1 @@ -55705,7 +56950,6 @@ innohb.com, 1 innolabfribourg.ch, 1 innophate-security.com, 1 -innot.net, 1 innoteil.com, 1 innoteknology.com, 1 innotel.com.au, 1 @@ -55756,12 +57000,14 @@ inoxdesign.fr, 1 inoxdesign.pro, 1 inpas.co.uk, 1 +inpatec.com, 1 inpdp.tk, 1 inpector.de, 1 inphi.com, 1 inprint.id, 1 inprosy.com, 1 inprotec.com.co, 1 +inpulsetech.io, 1 input.club, 1 input.pt, 0 input.sh, 1 @@ -55786,7 +57032,6 @@ inscribe.ai, 1 inscribeusercontent.com, 1 inscripcionessena.com, 1 -insecret.com.ua, 1 insecret.trade, 1 insecure.org.je, 1 insegne.roma.it, 1 @@ -55813,7 +57058,6 @@ insideevs.ru, 1 insidehook.com, 1 insideofgaming.de, 1 -insideoutfuel.com, 1 insideperu.tk, 1 insideprisonbreak.tk, 1 insider-invest.tk, 1 @@ -55821,7 +57065,6 @@ insiderateest.ga, 1 insidergazette.com, 1 insiders.ga, 1 -insiderx.com, 1 insidesolutions.nl, 1 insidethefirewall.tk, 1 insidetheigloo.com, 1 @@ -55831,12 +57074,14 @@ insighti.org, 1 insighti.sk, 1 insights.is, 1 +insights.plus, 1 insignificant.space, 1 insinuator.net, 1 insistel.com, 1 insity.com, 1 insolent.ch, 1 insolved.com, 1 +insomnia-isterica.tk, 1 insomniac.ro, 1 insomniasec.com, 1 insotech.eu, 1 @@ -55921,15 +57166,17 @@ institutolancaster.com, 1 institutomaritimocolombiano.com, 1 institutomarketingdigital.net, 1 -institutosparroquiales.com, 1 instructorcarders.ga, 1 instrukci.tk, 1 instrumart.ru, 0 +instrumentalevening.tk, 1 instrumentalverein-tueddern.de, 1 instrumentodepaz.com, 1 instylecollection.tk, 1 +instytut.tk, 1 insulations.ga, 1 insult.es, 1 +insultband.tk, 1 insurance, 1 insurance-companies.tk, 1 insurance24.online, 1 @@ -55974,6 +57221,7 @@ inteapuestas.com, 1 intechdaybcp.com, 1 integ.jp, 1 +integra-belgium.be, 1 integrahealth.com.mx, 1 integralblue.com, 1 integralcare.org, 1 @@ -55982,7 +57230,6 @@ integrammes.fr, 1 integrata.de, 1 integratedhealth21.com, 1 -integratedintegrations.xyz, 1 integratedmedicalonline.com, 1 integratemyschool.com, 1 integration-mouvements-oculaires.com, 1 @@ -55990,7 +57237,7 @@ integritree.ca, 1 integrity.gov, 1 integritygeeks.com, 1 -integrityglobal.com, 0 +integrityglobal.com, 1 integrityingovernmentidaho.com, 1 integritykrakow.pl, 1 integritymedicalwaste.com, 1 @@ -56021,6 +57268,8 @@ intelligentnegotiator.com, 1 intelligentrics.com, 1 intelligentwaves.com, 1 +intelligista.tk, 1 +intelligroup360.com, 1 intellihr.io, 1 intellimatica.se, 1 intellimax.ir, 1 @@ -56109,6 +57358,7 @@ interminsk.tk, 1 intern-base.com, 1 intern.tax, 1 +internacional.tech, 1 internacionalista.tk, 1 internalfb.com, 1 internalframebackpack.tk, 1 @@ -56120,7 +57370,6 @@ internationalbussines.tk, 1 internationalfashionjobs.com, 1 internationaljoustingleague.tk, 1 -internationalroofinginc.com, 1 internationalschool.it, 1 internationalschoolnewyork.com, 1 internationalstudentassociation.com, 1 @@ -56170,6 +57419,7 @@ internetstaff.com, 1 internetstiftelsen.se, 1 internetstones.com, 1 +internetsubsidie.tk, 1 internetthreatcenter.com, 1 internetthreatscenter.com, 1 internettoday.ga, 1 @@ -56183,6 +57433,8 @@ interphoto.by, 1 interpol.gov, 1 interpretacjawynikowbadan.info.pl, 1 +interprete.tk, 1 +interracial.dating, 1 interseller.io, 1 interset.us, 1 intersexualite.tk, 1 @@ -56215,6 +57467,7 @@ intima-mente.com, 1 intimastoreatacado.com.br, 1 intimznakomstvo.tk, 1 +intisar.ru, 1 intiveo.com, 1 intmissioncenter.org, 0 into-the-mountain.com, 1 @@ -56230,7 +57483,9 @@ intracdf.net, 1 intrack.net.au, 1 intradayseasonals.com, 1 +intrador.com, 1 intranet.dvag, 1 +intranetcity.ch, 1 intranetcrowd.com, 1 intraobes.com, 1 intrasac.com, 1 @@ -56241,6 +57496,7 @@ intrigue3d.com, 1 intrixgroup.com, 1 intropickup.ru, 1 +intropika.tk, 1 intrp.net, 1 intsys.fi, 1 intune.life, 1 @@ -56292,6 +57548,7 @@ inventortesters.ga, 1 inventortestest.ga, 1 inventoryimages.co.uk, 1 +inventos.tk, 1 inventtatte.com, 0 inventtheworld.com.au, 1 inventum.cloud, 1 @@ -56302,10 +57559,12 @@ inversion.travel, 1 inversioneseconomicas.com, 1 inversionesgalindo.com, 1 +inversionesthiago.com, 1 invespex.com, 1 invest-stroj.tk, 1 investactiv.tk, 1 investarholding.nl, 1 +investasiku.tk, 1 investasimudah.tk, 1 investasipasti.tk, 1 investgold.ml, 1 @@ -56347,7 +57606,6 @@ investor.com.tr, 1 investor.gov, 1 investoren-beteiligung.de, 1 -investorfare.com, 1 investorforms.com, 1 investorloanshub.com, 1 investors.pl, 1 @@ -56371,14 +57629,12 @@ invitationtrackerest.ga, 1 invitebiz.tk, 1 invitescafe.com, 1 -invitescene.com, 1 invitethemhome.com, 1 invito.tk, 1 invkao.com, 1 invoiced.com, 1 invokingspirits.tk, 1 involic.com, 1 -involve.ai, 1 invuite.com, 1 invuite.com.au, 1 inwao.com, 1 @@ -56489,7 +57745,6 @@ ipcontolsite.ga, 1 ipcontolsite.tk, 1 ipcstore.com, 1 -ipcuyuni.net, 1 ipdental.tk, 1 ipemcomodoro.com.ar, 1 iperconnessi.it, 1 @@ -56511,6 +57766,7 @@ iphonesoft.fr, 1 iphoneunlock.nu, 1 iphostreputation.com, 1 +ipid.me, 1 ipigri.tk, 1 ipinfo.tw, 1 ipioneer.ga, 1 @@ -56526,7 +57782,7 @@ ipmscoutek.com, 1 ipnetworking.net, 1 ipo-times.jp, 1 -ipoac.nl, 1 +ipoac.nl, 0 ipokabu.net, 1 ipomue.com, 1 iposm.net, 1 @@ -56580,7 +57836,6 @@ ipv6vpn.net, 1 ipv6wallofshame.com, 1 ipvbook.com, 1 -iqboxy.com, 1 iqos.com.ua, 1 iqos.ml, 1 iqphone.cf, 1 @@ -56595,7 +57850,6 @@ iraanswersers.ga, 1 iraanswersest.ga, 1 irajsingh.tk, 1 -iraklisfovakis.com, 1 iramellor.com, 1 iran-best.cf, 1 iran-oil.tk, 1 @@ -56627,9 +57881,11 @@ iraq2u.tk, 1 iraq4u.tk, 1 iraqinews.ga, 1 +iraqtop.tk, 1 irareturners.ga, 1 irayo.net, 1 irbe.ch, 1 +irbisweb.com, 1 irc-results.com, 1 ircica.org, 0 ircmett.de, 1 @@ -56651,7 +57907,7 @@ iren.ch, 1 irenekauer.com, 1 irenelove.com, 1 -irenemarinabarbe.com, 1 +ireneskralen.tk, 1 ireps.gov.in, 1 irf2.pl, 1 irfanweb.cf, 1 @@ -56664,6 +57920,7 @@ irinaf.tk, 1 iringtone.net, 1 irioka.be, 1 +irion-edm.com, 1 iris-design.info, 1 iris-elements-development.co.uk, 1 iris-elements-development.com, 1 @@ -56679,7 +57936,9 @@ irische-segenswuensche.info, 1 irisdesideratum.com, 1 irisdesign.com, 1 +irish.dating, 1 irish.radio, 1 +irishdancing.tk, 1 irishdenetwork.org, 1 irishmusic.nu, 0 irishradioplayer.radio, 1 @@ -56706,6 +57965,7 @@ iroiroaruyo.net, 1 iroise.ch, 1 iroisedh.fr, 1 +iron.io, 1 ironarch.net, 1 ironbarnyc.com, 1 ironbelly.pro, 1 @@ -56717,6 +57977,7 @@ ironcross.tk, 1 ironfistdesign.com, 1 ironfittings.com.br, 1 +irongym.tk, 1 ironhide.de, 0 ironitekstil.com, 1 ironmagma.tk, 1 @@ -56730,6 +57991,7 @@ ironscales.com, 1 ironsidelubricants.com, 1 ironsidemfg.com, 1 +ironstar.tk, 1 irontigers.ga, 1 irontigers.gq, 1 irontigers.ml, 1 @@ -56774,6 +58036,7 @@ isaacman.tech, 1 isaacmorneau.com, 1 isaacpartnership.co.uk, 1 +isaacperez.tk, 1 isaacphysics.org, 1 isaaczais.com, 1 isab.top, 1 @@ -56818,15 +58081,15 @@ isexu.ga, 1 isg-tech.com, 1 isgp-studies.com, 0 -ishamf.com, 1 +ishangirdhar.com, 1 isharryworking.today, 1 ishet.al, 1 ishhaara.in, 1 ishigurodo.com, 1 ishiharaken.com, 1 +ishii.blog, 1 ishimen.co.jp, 1 ishland.com, 1 -ishome.org, 1 ishopforpowerserg.com, 1 ishtyl.com, 1 isidore.uk, 1 @@ -56854,7 +58117,6 @@ iskaz.rs, 1 iskkk.com, 1 iskkk.net, 1 -iskogen.nu, 1 iskorka.tk, 1 iskurturkiye.cf, 1 iskurturkiye.ga, 1 @@ -56869,7 +58131,7 @@ islamantarih.tk, 1 islambolivia.tk, 1 islamdersi.tk, 1 -islamerkantho.com, 1 +islamerkantho.com, 0 islamicacademy.tk, 1 islamicarchitecturalheritage.com, 1 islamicmarkets.com, 1 @@ -56920,7 +58182,6 @@ iso27032.com, 1 isobook.ml, 1 isocom.eu, 1 -isofre.ir, 1 isognattori.com, 1 isoindonesiacenter.com, 1 isoip.org, 1 @@ -56963,7 +58224,9 @@ israelcareersest.ga, 1 israelil-leumi.co.il, 1 israelimtovim.co.il, 1 +israelitas.tk, 1 israelitopbox.ga, 1 +israelmesianico.tk, 1 israelnewswire.tk, 1 israelportalk.cf, 1 israelportalk.ga, 1 @@ -56993,10 +58256,12 @@ ist-intim.de, 1 istagb.ga, 1 istanbul.systems, 1 +istanbulblog.tk, 1 istanbulbogazicienstitu.com, 1 istanbuleskort.tk, 1 istanbulhaberleri.tk, 1 istanbulmasajsalonu.tk, 1 +istanbulsmilecenter.com, 1 istdas.lol, 1 isteinbaby.de, 1 istekparcam.com, 1 @@ -57070,6 +58335,7 @@ it-stack.de, 1 it-support-stockholm.se, 1 it-swarm.net, 1 +it-tainment.de, 1 it-tekniker.nu, 1 it-ti.me, 1 it-uws.com, 0 @@ -57096,11 +58362,14 @@ italiale.tk, 1 italiamour.com, 1 italian-shoes.tk, 1 +italian.dating, 1 italiana-lacrima.tk, 1 +italianforkids.com.au, 1 italianluxuryinter.cf, 1 italianluxuryinter.ga, 1 italianluxuryinter.gq, 1 italiano-bello.com, 1 +italianracingteam.tk, 1 italianshoemanufacturers.com, 1 italiansrent.com, 1 italiansrit.tk, 1 @@ -57123,7 +58392,9 @@ itaro.bot, 1 itaro.ee, 1 itaro.eu, 1 +itasis.com.br, 1 itb-online.co.uk, 1 +itbasic.net, 1 itbog.org, 1 itbolagmedipv6.se, 1 itbox.cl, 1 @@ -57144,7 +58415,6 @@ itdaan.com, 1 itdashboard.gov, 1 itdata.tk, 1 -itdi.com.ph, 1 itdoneproperly.com, 1 itds-consulting.com, 1 itds-consulting.eu, 1 @@ -57158,7 +58428,6 @@ iteke.ml, 1 iteke.tk, 1 iteksys.ru, 1 -iteli.eu, 1 itemcreator.tk, 1 itemmc.com, 1 itemorder.com, 1 @@ -57219,7 +58488,9 @@ itotalaccess.net, 1 itouriria.com, 1 itousweb.be, 1 +itoxic.tk, 1 itpanda.pl, 1 +itpaukku.tk, 1 itperm.tk, 1 itpoint.kz, 1 itpol.dk, 1 @@ -57269,6 +58540,7 @@ itservis.org, 1 itsevident.com, 1 itsfitlab.com, 1 +itsforu.de, 1 itsgreener.com, 1 itshka.rv.ua, 1 itsig-faq.de, 1 @@ -57309,11 +58581,13 @@ itvia.org, 1 itvirtual.tk, 1 itvpatagonia.com, 1 +itweak.tk, 1 itwebentwicklung.de, 1 itwell.cz, 1 +itwofm.com, 1 itworks.nyc, 1 itxartu.tk, 1 -itxcjm.top, 1 +itxcjm.top, 0 itzahammer.tk, 1 itzamnaxelahomestay.tk, 1 itzap.com.au, 1 @@ -57417,11 +58691,13 @@ iwex.swiss, 1 iwhite.tk, 1 iworos.com, 0 +iwp.ch, 1 iww.me, 1 iww.mx, 1 ix8.ru, 0 ixaris.com, 1 ixds.org, 1 +ixiatiao.com, 1 ixit.cz, 1 ixplayer.com, 1 ixquick-proxy.com, 1 @@ -57449,13 +58725,14 @@ izabava.tk, 1 izabel.tk, 1 izamulhakeem.tk, 1 +izanagi52.ddns.net, 1 izavel.com, 1 izdaher.com, 1 izecubz.me, 1 -izevg.ru, 1 izilife.co, 1 izipik.gq, 1 izkustvo.com, 1 +izmailovo.tk, 1 izmir-media.cf, 1 izmir-media.ga, 1 izmir-media.gq, 1 @@ -57467,7 +58744,6 @@ izodiacsigns.com, 1 izolyatsia.org, 1 izone.ua, 1 -izonemart.com, 1 izttech.com, 1 izuba.info, 0 izumi-ryokan.com, 1 @@ -57476,6 +58752,7 @@ izxxs.com, 1 izxxs.net, 1 izxzw.net, 1 +izzycat.net, 1 izzyforeal.com, 1 izzymendosa.net, 1 izzyontour.tk, 1 @@ -57546,7 +58823,6 @@ j9508.com, 1 j9511.com, 1 j9512.com, 1 -j9514.com, 1 j9515.com, 1 j9516.com, 1 j9517.com, 1 @@ -57601,6 +58877,7 @@ jaccblog.com, 1 jacekowski.org, 1 jachtbouw.eu, 1 +jachtypruszynski.pl, 1 jacik.cz, 1 jack-p2.cyou, 1 jack-p2.tech, 1 @@ -57610,6 +58887,7 @@ jackal-cogito.tk, 1 jackandrascals.com, 1 jackassofalltrades.org, 1 +jackbauer.tk, 1 jackblues.tk, 1 jackdawphoto.co.uk, 1 jacket-coat.tk, 1 @@ -57628,8 +58906,10 @@ jackjack.ga, 1 jackmail.tk, 1 jackmcgregor.uk, 1 +jackob.tk, 1 jackops.com, 1 jackpothappy.com, 1 +jackripper.tk, 1 jackrussel.tk, 1 jackrusselterrier.com.br, 1 jacksanalytics.com, 1 @@ -57654,16 +58934,22 @@ jackyyf.com, 0 jaco.by, 0 jacobamunch.com, 1 +jacobenjogchum.tk, 1 jacobey.net, 1 jacobi-server.de, 1 jacobian.org, 0 jacobjangles.com, 1 +jacobo.tk, 1 jacobphono.com, 1 jacobs-implantate.at, 1 jacobsenarquitetura.com, 1 jacobsmeubels.nl, 1 +jacobtaylor.id.au, 1 +jacool.tk, 1 +jacopo.tk, 1 jacopomolina.me, 1 jacquant.be, 1 +jacquelinesdream.tk, 1 jacquesdedixmude.eu, 1 jacquesfrantz.com, 1 jaculus.eu, 1 @@ -57700,7 +58986,7 @@ jagspecialistest.ga, 1 jaguarkuda.com, 1 jaguarlandrover-asse.be, 0 -jaguarlandrover-occasions.be, 0 +jaguarlandrover-occasions.be, 1 jahanaisamu.com, 1 jahit.tk, 1 jahner.xyz, 1 @@ -57716,7 +59002,6 @@ jailstorm.ml, 1 jaimesotelo.com, 1 jaingynecology.com, 1 -jainmantras.com, 1 jaion.ml, 1 jaion.tech, 1 jaion.xyz, 1 @@ -57730,6 +59015,7 @@ jajce.tk, 1 jajojababy.com, 1 jajycycojota.cf, 1 +jakarta.dating, 1 jakdelatseo.cz, 1 jake.eu.org, 1 jake.ml, 1 @@ -57773,10 +59059,10 @@ jaloozone.ml, 1 jalopnik.com, 1 jaluzelemoderne.ro, 1 +jaluziperde.tk, 1 jamaat.hk, 1 jamacha.org, 1 jamaica.gq, 1 -jamalfi.bio, 1 jamally.co.za, 1 jamberry.com.mx, 1 jambihackerlink.tk, 1 @@ -57823,6 +59109,7 @@ jamesturnerstickley.com, 1 jameswarp.com, 1 jamesxu.com, 1 +jamfm.tk, 1 jamhost.org, 1 jamie-read-photography.com, 1 jamieb.org, 1 @@ -57888,7 +59175,7 @@ janine-und-johannes.de, 1 janjoris.nl, 1 jankamp.com, 1 -janker.me, 0 +janker.me, 1 janklokman.tk, 1 jann.is, 1 jannarok.tk, 1 @@ -57978,7 +59265,6 @@ jarovske-udoli.cz, 1 jarovskeudoli.cz, 1 jarquedelaval.tk, 1 -jarrah-alsilawi.com, 1 jarrettgraham.com, 1 jarroba.com, 1 jarrods.tech, 1 @@ -57986,7 +59272,7 @@ jas-ac.com, 1 jas-team.net, 1 jasalokal.id, 1 -jasawebbisnis.com, 1 +jasawebbisnis.com, 0 jaschaa.de, 1 jaseng.ga, 1 jashinchan.cn, 1 @@ -57999,6 +59285,7 @@ jasminka.cz, 1 jasmyn.tk, 1 jasnowidzkajowi.pl, 1 +jason-isaacs.tk, 1 jasonadam.de, 0 jasonamorrow.com, 1 jasonchampagne.fr, 1 @@ -58009,6 +59296,7 @@ jasonhardin.me, 1 jasonisclever.com, 1 jasonmili.online, 1 +jasonricketts.me, 1 jasonrobinson.me, 1 jasonsansone.com, 1 jasonsplecoscichlids.com, 1 @@ -58026,7 +59314,7 @@ jastrow.me, 1 jaszbereny-vechta.eu, 1 jateng.press, 1 -jatiwahidfurniture.com, 1 +jatiwahidfurniture.com, 0 jatransportadora.com, 1 jaumepons.net, 1 jav-checker.com, 1 @@ -58082,7 +59370,6 @@ jaybeez.tk, 1 jaybrokers.com, 1 jaycouture.com, 1 -jaydaklingerman.com, 1 jaydensar.net, 1 jayf.de, 1 jayfreestone.com, 1 @@ -58117,6 +59404,7 @@ jazzapart.tk, 1 jazzband.tk, 1 jazzfeet.co.uk, 1 +jazzman.tk, 1 jazzorjazz.fr, 1 jazzy-feet.com, 1 jazzy.id.au, 1 @@ -58135,6 +59423,7 @@ jblackweb.com, 1 jblan.org, 1 jbliss.net, 1 +jbnetwork.org, 1 jboho.com, 1 jbond.tk, 1 jbootsma.com, 1 @@ -58152,6 +59441,7 @@ jcbgolfandcountryclub.com, 1 jccars-occasions.be, 1 jccrew.org, 1 +jcde.xyz, 0 jcdenast.tk, 1 jcelectronics.com.au, 1 jcg.re, 1 @@ -58213,6 +59503,7 @@ jcphotography.dk, 1 jcra.net, 1 jcrobin56.fr, 1 +jcse.mil, 1 jcsesecuneta.com, 1 jcsobrasyreformas.com, 1 jcsolutions.tk, 1 @@ -58239,7 +59530,6 @@ jdm.elk.pl, 1 jdm.pl, 1 jdmgarage.com.au, 1 -jdncr.com, 1 jdoi.pw, 1 jdpleisure.co.uk, 1 jdproofing.com, 1 @@ -58259,11 +59549,14 @@ jeancarlos.tk, 1 jeandanielfaessler.ch, 1 jeangarcia.tk, 1 +jeaninformatico.tk, 1 jeankygourmet.com, 1 jeanmarieayer.ch, 1 jeanmichelaudet.com, 1 jeanmusic.tk, 1 jeannecalment.com, 1 +jeannedekkers.tk, 1 +jeannekunst.tk, 1 jeannelucienne.fr, 1 jeanneret-combustibles.ch, 0 jeanniegraefe.tk, 1 @@ -58295,6 +59588,7 @@ jedepannetonordi.fr, 1 jedi-master.tk, 1 jedi-online.tk, 1 +jedicouncil.tk, 1 jedilukmas.tk, 1 jedipedia.net, 1 jedwarddurrett.com, 1 @@ -58340,6 +59634,7 @@ jejakbocah.com, 1 jekhar.com, 1 jelena-adeli.com, 1 +jelena-karleusa.tk, 1 jelenkovic.rs, 1 jell.ie, 1 jelle.pro, 1 @@ -58351,7 +59646,6 @@ jelleluteijn.nl, 1 jelleluteijn.pro, 1 jelleraaijmakers.nl, 1 -jelly.cz, 1 jellybeanbooks.com.au, 1 jellyfin.spdns.eu, 1 jellyfishlivewire.co.uk, 1 @@ -58374,6 +59668,7 @@ jemoreng.tk, 1 jena-fans-aurich.tk, 1 jena.space, 0 +jenbal.com, 1 jencor.de, 1 jencshiny-org.tk, 1 jendialmeditation.com, 1 @@ -58388,6 +59683,7 @@ jennette.tk, 1 jennierobinson.com, 1 jenniferchan.id.au, 1 +jenniferehle.tk, 1 jenniferengerwingaantrouwen.nl, 1 jenniferlucia.com, 1 jennifermason.eu, 1 @@ -58395,6 +59691,7 @@ jennifertilly.tk, 1 jenningsbet.com, 1 jenniwiltz.com, 1 +jennyjones.tk, 1 jennysarl.ch, 0 jennysource.tk, 1 jennystella.net, 1 @@ -58430,6 +59727,7 @@ jeremywinn.com, 1 jeremywinn.xyz, 1 jericamacmillan.com, 1 +jerichoproject.org, 1 jering.tech, 1 jerisandoval.tk, 1 jerixmx.com, 1 @@ -58463,6 +59761,7 @@ jesiensredniowiecza.pl, 1 jesmh.de, 1 jesperandersson.tk, 1 +jespersen.tk, 1 jesseblum.com, 1 jessecharley.com, 1 jessecharli.com, 1 @@ -58472,6 +59771,7 @@ jessecharlienaser.com, 1 jesseerbach.com, 1 jessekaufman.com, 1 +jesseklaver.nl, 1 jessem.fr, 1 jessenaser.com, 1 jessenaser.net, 1 @@ -58525,8 +59825,8 @@ jetpack.com.ar, 1 jetsadabetchoke77.com, 1 jetsieswerda.nl, 1 +jetson.tk, 1 jetstreampro.com, 1 -jetstudio.ch, 1 jetswhiteout.com, 1 jettenbommelaer.nl, 1 jettenjachtbouw.eu, 1 @@ -58604,6 +59904,7 @@ jhcommunitysports.co.uk, 1 jhe.li, 1 jhill.de, 1 +jhmemprestimos.online, 1 jhmrcm.com, 1 jhollandtranslations.com, 1 jhoncampos.com, 1 @@ -58679,7 +59980,6 @@ jimmycarterlibrary.gov, 1 jimmyroura.ch, 0 jimobbs.tk, 1 -jimshaver.net, 1 jimsheatandcool.com, 1 jimslop.nl, 1 jimucho.online, 1 @@ -58696,7 +59996,6 @@ jinduoduo888.com, 1 jing.su, 1 jingbo.fan, 1 -jingjo.com.au, 1 jingmakeji.cn, 1 jinja.ai, 1 jinkuru.net, 1 @@ -58750,6 +60049,7 @@ jkbfabrics.com, 1 jkbizsolutions.org, 1 jkelder.com, 1 +jkessen.de, 1 jkest.cc, 1 jkfindings.com, 1 jkg.tw, 1 @@ -58782,7 +60082,10 @@ jlot.org, 1 jlpn.eu, 1 jlpn.nl, 1 +jlponsetto.com, 1 +jlqwer.com, 1 jlr-luxembourg.com, 0 +jls.idv.tw, 1 jltcsecuritygroup.com, 1 jmanalansan.com, 1 jmap.support, 1 @@ -58790,7 +60093,6 @@ jmb.lc, 1 jmbmexico.com, 1 jmbproject.ga, 1 -jmcashngold.com.au, 1 jmcataffo.com, 1 jmce.eu, 1 jmcleaning.services, 1 @@ -58835,7 +60137,6 @@ jnshome.com, 1 jnssnfotografie.nl, 1 jnsz.hu, 1 -jntville.com.br, 1 jnx.dk, 1 jo-2016.tk, 1 jo-jo-koi.tk, 1 @@ -58852,7 +60153,6 @@ job.biz.tr, 1 jobalicious.nl, 1 jobastudio.nl, 1 -jobbidag.se, 1 jobbkk.com, 1 jobbsafari.no, 1 jobbsafari.se, 1 @@ -58869,6 +60169,7 @@ jobindex.dk, 1 jobit.gr, 1 jobkaka.com, 0 +jobkontor.com, 1 joblab.com.ua, 0 joblife.co.za, 1 joblover.ml, 1 @@ -58895,6 +60196,7 @@ jobsportalbookmarking.tk, 1 jobstoday.world, 1 jobsuchmaschine.ch, 1 +jobtestprep.it, 0 jobtread.com, 1 jobty.net, 1 jobvoyager.com, 1 @@ -58905,6 +60207,7 @@ jocata.com, 1 jocelynjenkins.com, 1 jochem.pro, 0 +jochem.sh, 1 jockbusuttil.co.uk, 1 jockbusuttil.com, 1 jockbusuttil.uk, 1 @@ -59016,10 +60319,10 @@ johngallias.com, 0 johngmchenrymd.com, 1 johngreatwood.com, 1 -johnguant.com, 1 johnhgaunt.com, 1 johninwood.com, 1 johnjayro.com, 1 +johnjohnsons.tk, 1 johnkastler.net, 1 johnkraal.com, 1 johnload.tk, 1 @@ -59048,6 +60351,8 @@ johnsegovia.com, 1 johnsongenealogy.net, 1 johnsonho.net, 1 +johnsons.tk, 1 +johnspion.tk, 1 johnstrad.com, 1 johnswarbrick.com, 1 johntomasowa.com, 1 @@ -59061,6 +60366,7 @@ joi-dhl.ch, 0 joifur.com, 1 joinamericacorps.gov, 1 +joincahoot.com, 1 joinfear.tk, 1 joingy.com, 1 joingy.net, 1 @@ -59091,6 +60397,7 @@ jolinebrussel.nl, 1 jollausers.de, 1 jolle.io, 1 +jollyfun.tk, 1 jollygoodspudz.ca, 1 jollyjoker.de, 1 jollykidswobbleworld.co.uk, 1 @@ -59101,6 +60408,7 @@ jomo.tv, 1 jomsolat.tk, 1 jon8rfc.homeip.net, 1 +jonadamich.tk, 1 jonahburke.com, 1 jonahperez.com, 1 jonahtheprophet.tk, 1 @@ -59108,21 +60416,24 @@ jonandnoraswedding.com, 1 jonas-thelemann.de, 1 jonas.me, 1 +jonasbrothers-la-jonaticas.tk, 1 +jonasdiego.tk, 1 jonasherkel.de, 1 jonaskarlssonfoto.se, 1 jonaskjodt.com, 1 jonaskoeritz.de, 1 jonaskruckenberg.de, 0 jonasled.de, 1 +jonaslovatouniverse.tk, 1 jonasminder.ch, 1 jonasmoeller.de, 0 +jonasvildmark.com, 1 jonaswitmer.ch, 1 jonatan.gq, 1 jonathan-apps.com, 1 jonathan.us.com, 1 jonathancarter.org, 1 jonathandupree.com, 1 -jonathangagnetrainer.com, 1 jonathanisaac.com, 1 jonathanlara.com, 1 jonathanmassacand.ch, 1 @@ -59153,7 +60464,9 @@ jongbloed.nl, 1 jongcaxent.tk, 1 jongcs.com, 1 +jongenstromp.tk, 1 jongenwijs.gent, 1 +jongerenkring.tk, 1 jongpay.com, 1 jongtonghapkido.tk, 1 jonilar.com, 1 @@ -59162,11 +60475,13 @@ jonirrings.com, 1 jonkerkamman.tk, 1 jonkermedia.nl, 0 +jonkpl.com, 1 jonlabelle.com, 1 jonlu.ca, 1 jonnasbeauty.com, 1 jonny5.ru, 1 jonnybarnes.uk, 1 +jonnyflash.tk, 1 jonnygreenwood.tk, 1 jonoalderson.com, 1 jonohewitt.com, 1 @@ -59178,8 +60493,11 @@ jonsey.co, 1 jonssheds.direct, 1 jonstar.tk, 1 +jooblis.com, 1 +jooblis.net, 1 joodari.fi, 1 jooksuratas.ee, 1 +jooli.tk, 1 joomearaweb.tk, 1 joomla-leipzig.com, 1 joomlaclub.ch, 1 @@ -59197,6 +60515,7 @@ joqi4.gq, 1 joran.org, 1 jorcus.com, 1 +jordan-armstrong.tk, 1 jordan-jungk.de, 1 jordandevelopment.com, 1 jordandirections.com, 1 @@ -59243,10 +60562,11 @@ joseetesser.nl, 1 josef-lotz.de, 1 josefernandomorilloardila.tk, 1 +josefinagrau.tk, 1 josefjanosec.com, 1 josefottosson.se, 1 josefranca.pt, 0 -josejimenezgonzalez.es, 1 +joseluisberrocal.tk, 1 josemortellaro.com, 1 josepbel.com, 1 josephalexander.media, 1 @@ -59287,6 +60607,7 @@ joshtriplett.org, 1 joshu.am, 1 joshua-kuepper.de, 1 +joshua.bio, 1 joshua.mn, 1 joshuadiamant.com, 1 joshuajohnson.ca, 1 @@ -59295,6 +60616,7 @@ joshuameunier.com, 1 joshuaschmitt.us, 1 joshygeo.tk, 1 +josiemccoy.co.uk, 1 josien.fr, 1 josien.net, 1 josisummer.net, 1 @@ -59333,6 +60655,7 @@ jouwbuis.nl, 1 jouwpaardenbak.nl, 1 jouwtechnischecoach.nl, 1 +jouwzorgjob.be, 1 jovani.com, 0 jovenescontraelaburrimiento.tk, 1 joviam.com, 1 @@ -59393,6 +60716,7 @@ jpoirierlavoie.ca, 1 jppcadvertising.com, 1 jpph.org, 1 +jpr.io, 1 jpralves.net, 1 jproxx.com, 1 jps-selection.co.uk, 1 @@ -59402,7 +60726,7 @@ jpsinflatables.co.uk, 1 jpslconsulting.ca, 1 jpst.it, 1 -jpvermogensregie.com, 1 +jpvfinanceira.com, 1 jqlin.com, 1 jqlsql.com, 1 jquery.wtf, 1 @@ -59431,7 +60755,10 @@ jrucomsoc.tk, 1 jrulka.ru, 1 jrxpress.com, 1 +jrzapis.com, 1 jrzhong.com, 1 +jrzid.com, 1 +js-relocation.com, 1 js-web.eu, 1 js-webcoding.de, 1 js0204.com, 1 @@ -59451,6 +60778,7 @@ jsdesign.mx, 1 jselby.net, 1 jsem.fun, 1 +jsemprestimos.online, 1 jsfloydlaw.com, 1 jsg.hk, 1 jsh918.com, 1 @@ -59460,6 +60788,7 @@ jsjohnsononline.com, 1 jsjs.net, 1 jsk26.ru, 1 +jskier.com, 0 jslfoods.com, 1 jslots.dk, 1 jsme.cz, 1 @@ -59482,6 +60811,7 @@ jtconsultancy.sg, 1 jtemprestimos.com, 1 jtg-inc.com, 1 +jtkconstructiongroup.com, 1 jtp.id, 1 jtrocinski.com, 1 jtrojanowska.pl, 1 @@ -59500,8 +60830,11 @@ juanitia.com, 1 juanjovega.com, 1 juanmaguitar.com, 1 +juanmanuel.tk, 1 +juanmapauso.tk, 1 juanmazzetti.com, 1 juanmoreno.tk, 1 +juanpena.tk, 1 juanrodriguezofficial.tk, 1 juanxt.ddns.net, 1 jub0bs.com, 1 @@ -59524,6 +60857,7 @@ judi.tk, 1 judidominokiukiu.ga, 1 judidominokiukiu.ml, 1 +judithsargentini.nl, 1 judo2point0.com, 1 judobasicsers.ga, 1 judobasicsest.ga, 1 @@ -59550,7 +60884,6 @@ jugendhackt.org, 1 jugendsuenden.info, 1 juggo.me, 1 -jugh.de, 1 jugwallonie.be, 1 juhakoho.com, 1 juhanihakala.fi, 1 @@ -59572,6 +60905,7 @@ julia-pink.org, 1 julia.school, 1 juliaexclusiv.com, 1 +juliajuice.net, 1 julian-miller.de, 1 julian-post.de, 1 julian-uphoff.de, 1 @@ -59583,6 +60917,7 @@ juliangramajo.tk, 1 julianickel.de, 1 julianmeyer.de, 1 +julianozucare.tk, 1 juliansimioni.com, 1 julianskitchen.ch, 0 julianvmodesto.com, 1 @@ -59619,6 +60954,7 @@ julietta-sanchez.org, 1 julio.jamil.nom.br, 1 juliohernandezgt.com, 1 +juliusklein.tk, 1 julm.de, 1 julmer.tk, 1 juls.cloud, 0 @@ -59663,6 +60999,7 @@ jundongwu.com, 1 junefolkhogskola.se, 1 junethack.net, 1 +junge-linke.tk, 1 jungesforumkonstanz.de, 1 junggesellmuc.de, 1 jungidee.at, 1 @@ -59685,7 +61022,6 @@ juniorsbook.com, 1 juniperroots.ca, 1 junix.systems, 1 -junjie.pro, 1 junjun-web.net, 1 junkcarboys.ca, 1 junkdrome.org, 1 @@ -59787,7 +61123,6 @@ justnaw.co.uk, 1 justninja.com, 1 justnu.se, 0 -justonce.net, 1 justor.ru, 1 justpaste.it, 1 justpdf.cf, 1 @@ -59826,7 +61161,6 @@ jvlfinance.cz, 1 jvn.com, 1 jvphotoboothhire.co.uk, 1 -jvrproductions.com, 1 jvsticker.com, 1 jvwdev.nl, 1 jw.fail, 1 @@ -59919,7 +61253,6 @@ k6957.co, 1 k6957.com, 1 k7azx.com, 1 -k8.com, 1 k801.com, 1 k805.com, 1 k805.net, 1 @@ -60039,6 +61372,7 @@ kaamoscreations.com, 1 kaaniche.xyz, 1 kaany.io, 1 +kaaraali.fr, 1 kaas.wtf, 1 kaasbesteld.nl, 1 kaatha-kamrater.se, 1 @@ -60050,7 +61384,7 @@ kabardinka.ga, 1 kabardino-balkariya.ml, 1 kabartani.com, 1 -kabataanpartylist.com.ph, 1 +kabataanpartylist.com.ph, 0 kabel.cf, 1 kabel.ga, 1 kabel.gq, 1 @@ -60060,6 +61394,7 @@ kabeuchi.com, 1 kabinett.cz, 1 kabir.tk, 1 +kablo.tk, 1 kabluchek.tk, 1 kabluchok.tk, 1 kabodo.com, 1 @@ -60083,8 +61418,6 @@ kacy-kisha.com, 1 kadalove.net, 1 kadeatwood.com, 1 -kadeiro.com, 1 -kadeiro.ru, 1 kadenba.ch, 1 kadeshfoundation.org, 1 kadet.net.ru, 1 @@ -60127,7 +61460,7 @@ kai-ratzeburg.de, 1 kai-ruecker.tk, 1 kai.cool, 0 -kaibinyang.com, 1 +kaibinyang.com, 0 kaibo.cz, 1 kaibo.eu, 1 kaibol.com, 1 @@ -60167,6 +61500,7 @@ kaizoku-dmc.com, 1 kajak.land, 1 kajakswaderki.pl, 1 +kajalkumar.tk, 1 kajamaakool.ee, 1 kajirakuda.com, 1 kajlovo.cz, 1 @@ -60245,6 +61579,7 @@ kalk-shop.nl, 1 kalkulacka-havarijni.cz, 1 kalleanka.tk, 1 +kallekasino.se, 1 kalligo.ga, 1 kallisto.io, 1 kalmykia.cf, 1 @@ -60270,6 +61605,7 @@ kalwestelectric.com, 1 kalyazin-online.tk, 1 kam-serwis.pl, 1 +kam-teh.com.ua, 1 kamalame.co, 1 kamandula.tk, 1 kamareddine.tk, 1 @@ -60327,9 +61663,11 @@ kanal-tv-haensch.de, 1 kanapa.gq, 1 kanar.nl, 1 +kanariesite.tk, 1 kanatsuki.tk, 1 kanava.tk, 1 kanbanindeleble.com, 1 +kancelyaria.com.ua, 1 kancolle.me, 1 kanctovary.tk, 1 kandalife.com, 1 @@ -60348,10 +61686,6 @@ kangarooislandholidayaccommodation.com.au, 1 kangaroojacks.co.uk, 1 kangaroos.org, 1 -kangaroovalleykayaks.com.au, 1 -kangaroovalleymuseum.com, 1 -kangaroovalleyshow.org.au, 1 -kangaroovalleywoodcrafts.com.au, 1 kangbo.com, 1 kangchunxia.com, 1 kangkai.me, 1 @@ -60376,7 +61710,6 @@ kanoumokuzai.co.jp, 1 kanpian369.com, 1 kansasconstruction.ga, 1 -kansasfoodbank.org, 1 kansashealth.tk, 1 kansasnet.tk, 1 kanshutan.com, 1 @@ -60423,6 +61756,7 @@ kapsalondigo.nl, 1 kapsalonlinds.nl, 1 kapseli.net, 1 +kapsouroparea.eu, 1 kaptadata.com, 1 kapukoaldizkaria.tk, 1 kapulakennel.tk, 1 @@ -60438,6 +61772,7 @@ karabijnhaken.nl, 0 karabukhaber.tk, 1 karachay.tk, 1 +karachi.dating, 1 karacommagere.com, 1 karadenizhaberleri.tk, 1 karalane.com, 1 @@ -60460,6 +61795,7 @@ karapuzz.tk, 1 karasevm.ru, 1 karasik.by, 1 +karateclub-waregem.tk, 1 karateka.org, 1 karateka.ru, 1 karatekit.co.uk, 1 @@ -60499,13 +61835,11 @@ karikatur.tk, 1 karimova.tk, 1 karimsaadati.tk, 1 -karimunsejahtera.com, 1 karina.gd, 1 karinahh.net, 1 karinov.co.id, 1 karinwerner.com, 1 karit.nz, 1 -karjuya.com, 1 karkkilandemarit.fi, 1 karlbowden.com, 1 karlbrandesmediation.com, 1 @@ -60566,7 +61900,6 @@ kartar.net, 0 kartbird.com, 1 kartec.com, 1 -karten-verlag.de, 1 kartenmarie.de, 1 kartenplanet.ch, 1 kartikmohta.com, 1 @@ -60588,7 +61921,6 @@ kasaysayan.tk, 1 kaseban.com, 1 kasei.im, 1 -kasemsantaec.com, 1 kasettilamerit.fi, 1 kashbet.net, 1 kashflowcoupon.co.uk, 1 @@ -60607,17 +61939,13 @@ kaskodev.com, 1 kaskojs.com, 1 kaskoqa.com, 1 -kasotoys.com, 1 kasparovru.ml, 1 kasparovru.tk, 1 kasper-team.tk, 1 kasperstad.dk, 1 -kassa.at, 1 kassa.com, 1 kassa.expert, 1 kassa.fr, 1 -kasse.at, 1 -kasse.pro, 1 kassola.tk, 1 kastamonuhaberleri.tk, 1 kastanie-skolen.dk, 1 @@ -60638,7 +61966,6 @@ katalog-serverov.ga, 1 katalog-serverov.tk, 1 katalog-tovarov.tk, 1 -katalogbajugamismu.com, 1 katalogbutikker.dk, 1 katalogharga.cf, 1 katalogkapsli.pl, 1 @@ -60663,7 +61990,6 @@ katerinaverbovskaya.com, 1 katerman.cf, 1 katerman.ga, 1 -katerman.gq, 1 katerman.ml, 1 kateryan.tk, 1 kateryantv.tk, 1 @@ -60674,6 +62000,7 @@ kathardt.de, 1 katherineswynford.tk, 1 kathleendeisher.com, 1 +kathless.com, 1 kathmandupost.com, 1 kathrin-maren-enders.de, 1 kathrynbernardo.tk, 1 @@ -60747,7 +62074,7 @@ kawaiiku.de, 1 kawamura-inc.jp, 1 kawasakipartsonline.co.uk, 1 -kawuk.com, 0 +kawuk.com, 1 kay.la, 1 kay.moe, 1 kayakcastro.tk, 1 @@ -60760,7 +62087,6 @@ kaylyn.ink, 0 kayo.digital, 1 kayon.cf, 1 -kaypasocks.com, 1 kayscs.com, 1 kayserihaberleri.tk, 1 kaysis.gov.tr, 1 @@ -60777,6 +62103,7 @@ kazanusadba.cf, 1 kazap.co.uk, 1 kazard.co.za, 1 +kazarmy.tk, 1 kazek.com.pl, 1 kazekprzewozy.pl, 1 kazino5.tk, 1 @@ -60812,9 +62139,7 @@ kb7272.com, 1 kb750.com, 1 kb82.net, 1 -kb86.net, 1 kb88.com, 1 -kb886119.com, 1 kb88818.com, 1 kb88dc05.com, 1 kb88dc12.com, 1 @@ -60822,7 +62147,6 @@ kb88dc16.com, 1 kb88dc17.com, 1 kb88dc26.com, 1 -kb88md27.com, 1 kb9191.com, 1 kb930.com, 1 kb957.com, 1 @@ -60842,6 +62166,7 @@ kbz.fr, 1 kc-accountants.com, 1 kc-holzfaeller.de, 1 +kc-hrubeho.cz, 1 kc-leeuwarden.tk, 1 kc1hbk.com, 1 kc3.moe, 1 @@ -60860,6 +62185,7 @@ kcsprayfoam.com, 1 kd.net.nz, 1 kdcinfo.com, 1 +kde-je-skladem.cz, 1 kdex.de, 1 kdistech.nz, 1 kdramaholic.com, 1 @@ -60894,6 +62220,7 @@ keechain.io, 1 keeckee.ml, 1 keekmix.nl, 1 +keelandlong.com, 1 keeley.net, 1 keeleysam.com, 1 keelove.net, 1 @@ -60918,6 +62245,7 @@ keepitweedy.com, 1 keepleft.gr, 1 keepmesafe.xyz, 1 +keeppost.com, 1 keepsight.org.au, 1 keepwatchprayer.org, 1 keesmartens.tk, 1 @@ -60928,6 +62256,7 @@ keeweb.info, 1 keez.cf, 1 keezin.ga, 1 +kefucha.de, 1 kegan.lol, 1 keganthorrez.com, 1 kegelschiene.net, 1 @@ -61037,7 +62366,7 @@ ken-electric.com.br, 1 ken.fm, 1 kenbillionsyuan.tk, 1 -kenbonny.net, 1 +kenbonny.net, 0 kendermore.it, 1 kendernet.com, 1 kendev.com, 1 @@ -61051,12 +62380,12 @@ keniff.gq, 1 kennedy.cf, 1 kennedy.ie, 1 +kennedy.is, 1 kennedy.ml, 1 kennedyinsurancesolutions.com, 1 kenners.org, 0 kennethaasan.no, 1 kennethandersen.com, 1 -kennethbenjaminreed.com, 1 kennethlim.me, 1 kenneths.org, 1 kennethsentillas.com, 1 @@ -61092,7 +62421,6 @@ kep-sbt.hu, 1 kepak.tk, 1 kepinski.ch, 0 -kepinski.me, 0 kepkonyvtar.hu, 1 keponews.com, 1 kepsbt.hu, 1 @@ -61139,6 +62467,7 @@ keshausconsulting.com, 1 keskeces.com, 1 keskikorpimotorsport.fi, 0 +kessawear.com, 1 kessel-runners.com, 1 kesselrun.goip.de, 1 kesslerandsons.com, 1 @@ -61210,6 +62539,7 @@ kevinvanderperren.tk, 1 kevinvermassen.be, 1 kevyn.lu, 1 +kexingqing.com, 1 kexino.com, 1 key-content.com, 1 key-form.fr, 1 @@ -61220,6 +62550,8 @@ keyblock.ga, 1 keyblock.gq, 1 keyblock.tk, 1 +keyboard-monkeys.com, 1 +keyboard-monkeys.net, 1 keybored.co, 1 keycdn.com, 1 keycenter.com.br, 1 @@ -61333,6 +62665,7 @@ khanacademy.org, 1 khankandi.tk, 1 khanovaskola.cz, 1 +khanyisacentre.co.za, 1 khaotipthai.se, 1 kharatinoil.ml, 1 kharkiv.tk, 1 @@ -61342,6 +62675,8 @@ khebranet.tk, 1 khedmatazma.com, 1 kheshtar.pl, 1 +khetibuddy.com, 1 +khetmaal.com, 1 khetzal.info, 1 khg-orchester.de, 1 khimno.com, 1 @@ -61374,9 +62709,12 @@ kiadoapartman.hu, 1 kiahalchemy.com, 1 kiahoriane.com, 1 +kialo-edu.com, 1 +kialo-pro.com, 1 kialo.com, 1 kiamehr.tk, 1 kiano.net, 0 +kiapartsnow.com, 1 kiapps.ovh, 1 kiarapaw.com, 1 kiarayoga.com, 1 @@ -61461,7 +62799,6 @@ kieranjones.uk, 1 kieranweightman.me, 1 kierweb.co.uk, 1 -kieskundig.nl, 1 kiesmedia.com, 1 kiesuwarbeidsrechtadvocaat.nl, 1 kiesuwkerstkaart.nl, 1 @@ -61471,7 +62808,7 @@ kievholod.in.ua, 1 kievkiralikotel.com, 1 kievlove.tk, 1 -kif.rocks, 1 +kif.rocks, 0 kiffmarks.com, 1 kifid.nl, 1 kigurumi-party.ru, 1 @@ -61486,7 +62823,6 @@ kiknudes.co, 1 kikoskia.com, 1 kiku.pw, 1 -kilbi-reussbuehl.ch, 1 kilian.gallery, 1 kilianvalkhof.com, 1 kiliframework.org, 1 @@ -61516,6 +62852,7 @@ kimamass.com, 1 kimbal.co.uk, 1 kimberleythomson.tk, 1 +kimberlycaprice.com, 1 kimbunlar.tk, 1 kimdotcom.tk, 1 kimdumaine.com, 1 @@ -61526,7 +62863,6 @@ kimis.gr, 1 kimisia.net, 1 kimitang.com, 1 -kimkuhlmanphoto.com, 1 kimmel.com, 0 kimmel.in, 1 kimmientje.tk, 1 @@ -61637,7 +62973,6 @@ kinksecrets.ga, 1 kinkyinlaws.com, 1 kinmunity.com, 1 -kinneretliving.org, 1 kinnikinnick.com, 0 kino-boom.tk, 1 kino-doma.tk, 1 @@ -61680,6 +63015,7 @@ kinsei.jp, 1 kinshipnd.com, 1 kinsights.com, 0 +kintanalodge.fr, 1 kintawifi.com, 1 kintone.com, 1 kintore.tv, 1 @@ -61842,6 +63178,7 @@ kitty-core.org, 1 kittyblair.org, 1 kittybot.de, 1 +kittygalore.nl, 1 kittyhacker101.tk, 0 kittyknickers.com.au, 1 kittymagician.com, 0 @@ -61882,6 +63219,7 @@ kjelltitulaer.com, 1 kjellvn.net, 1 kjfaudio.com, 1 +kjg-hattingen.de, 1 kjkmail.de, 1 kjmart.ru, 1 kjmedia.dk, 1 @@ -61962,6 +63300,7 @@ klauswissmann.com, 1 klautshop.com, 1 klaver.it, 1 +klaverjassen.tk, 1 klaw.xyz, 1 klaxon.me, 1 klaxon.ml, 1 @@ -61969,7 +63308,6 @@ klea.tk, 1 kleaning.by, 1 kleankonshiens.com, 1 -kleberstoff.xyz, 1 klebetape.de, 1 kleebauerhof.com, 1 kleemans.nl, 1 @@ -62038,7 +63376,6 @@ klingenundmesser.com, 1 klinik-fuer-aesthetische-zahnheilkunde.de, 1 klinikac.co.id, 0 -klinikasochi.com, 1 klinikatlantis.com, 1 klinikum-oldenburg.de, 1 klinkenberg.ws, 1 @@ -62046,7 +63383,6 @@ klinkersnab.ru, 1 klinknetz.de, 1 klinkov.tk, 1 -klinto.nl, 1 klipa.tk, 1 klishyn.com, 1 klitmoeller.de, 1 @@ -62083,6 +63419,7 @@ klumba.org, 1 klusbedrijfdupau.nl, 1 klushka.cf, 1 +klushnikova.tk, 1 klusservice-utrecht.nl, 1 klustermedia.com, 1 klusweb-merenwijk.nl, 1 @@ -62112,7 +63449,6 @@ knapp.servehttp.com, 1 knarcraft.net, 1 knarkkorven.tk, 1 -knashaug.com, 1 knautiluz.net, 0 knbbw-frnab.tk, 1 kncg.pw, 1 @@ -62134,7 +63470,6 @@ knighkidoma.tk, 1 knightsblog.de, 1 knightsbridge.net, 1 -knightsbridgewine.com, 1 knightsweep.com, 1 knighulki.cf, 1 knigi-free.cf, 1 @@ -62284,7 +63619,6 @@ koertner-muth.de, 1 koethen-markt.de, 1 koetjesenkanker.nl, 1 -koettersecurity.com, 1 koez-mangal.ch, 1 koffie-enzo.com, 1 koffiekoeken.tk, 1 @@ -62304,6 +63638,7 @@ kohparadise.com, 1 kohsandra.com, 0 koi-lexikon.de, 1 +koidulag.edu.ee, 1 koifish.org, 1 koineuno.com, 1 koing.de, 1 @@ -62317,7 +63652,6 @@ kojipkgs.fedoraproject.org, 1 kojy.fr, 1 koka-shop.de, 1 -kokankart.com, 1 kokensupport.com, 1 koketteriet.se, 1 kokica.si, 1 @@ -62372,10 +63706,12 @@ kolodec-pod-kluch.ru, 1 kolonie-am-stadtpark.de, 1 koloradskij-zhuk.tk, 1 +kolorkids.pt, 1 kolorwell.tk, 1 kolotsainaskoto.tk, 1 kolpingsfamilie-vechta-maria-frieden.de, 1 kolrami.com, 1 +koltsov.email, 0 koluke.co, 1 koluke.com, 1 kolyapetrov.tk, 1 @@ -62429,6 +63765,7 @@ komputer-net.tk, 1 komputersat.pl, 1 komsija.tk, 1 +komsomolka.work, 1 komun.me, 1 kon-sil.de, 1 konaki.net, 1 @@ -62440,6 +63777,7 @@ kondo-kougei.co.jp, 1 kondou-butsudan.com, 1 konducars.nl, 1 +konekthing.com, 1 konf.ga, 1 konfekcjonowanie.com, 1 konflikte-als-chance.de, 1 @@ -62535,6 +63873,7 @@ koop-bremen.de, 1 kooplokaal.gent, 1 kooponline.eu, 1 +kooranaps.wa.edu.au, 1 kooratalk.ga, 1 koot.nl, 1 kooxdiving.com, 1 @@ -62542,6 +63881,7 @@ kopany.tk, 1 kopb.tk, 1 kopeechka.ml, 1 +kopenenvergelijken.nl, 1 koperek.pl, 0 koperwas.eu.org, 1 kopeyka.cf, 1 @@ -62557,7 +63897,6 @@ kopker.hu, 1 koplancpa.com, 1 koplax-online.com, 1 -koponyab.com, 1 kopplin.family, 1 koptev.ru, 1 kopteva.ru, 1 @@ -62576,15 +63915,18 @@ kordamed.ee, 1 kordut.tk, 1 korea-dpr.org, 1 +korea.dating, 1 korea.de, 1 koreabestood.ga, 1 koreaboo.com, 1 koreanfashion.tk, 1 koreanhouse.tk, 1 koreaninhd.com, 1 +koreankiosk.ru, 1 koreanland.ml, 1 koreanpearls.tk, 1 koreanrandom.com, 1 +koreanrandom.ru, 1 koreantextil.com.br, 1 koreanure.tk, 1 koredia.com, 1 @@ -62629,7 +63971,6 @@ kosinc.org, 1 kosmetykifm.pl, 1 kosmonavt.tk, 1 -kosmos.org.tw, 1 kosmosfestival.tk, 1 kosovo.gq, 1 kost-magazin.de, 1 @@ -62666,7 +64007,6 @@ kotilinkki.fi, 1 kotitesti.fi, 1 kotka.ml, 1 -kotke.ru, 1 kotly-marten.com.ua, 1 kotmale.com, 1 kotobox.net, 1 @@ -62702,7 +64042,6 @@ kowalski7cc.xyz, 1 kowalstwo.com.pl, 1 kowarschick.de, 1 -kowshiksundararajan.com, 1 koyaanis.com, 0 koyaanisqatsi.tk, 1 koyo.kr, 1 @@ -62734,9 +64073,9 @@ kpumuk.info, 1 kpvpn.com, 1 kpx1.de, 1 +kr.cm, 1 kr.search.yahoo.com, 0 kr0n.dk, 1 -kra2laiz.eu, 1 kraakgeluiden.tk, 1 krabathor.tk, 1 krabo.nl, 1 @@ -62760,7 +64099,6 @@ krakozyabra.ga, 1 krakozyabra.gq, 1 krakozyabra.tk, 1 -kralchat.net, 1 kralenparadijs.tk, 1 kralik.io, 1 kralovskapradelna.cz, 1 @@ -62805,6 +64143,7 @@ krbzh.ch, 1 krc.link, 1 krch.tk, 1 +kreanoredact-portal-aus-dev.azurewebsites.net, 1 kreasiwarna.com, 1 kreationnext.com, 0 kreativbande.com, 1 @@ -62847,6 +64186,7 @@ kredytzen.pl, 1 kreen.org, 1 krefindo.de, 1 +kreft.tk, 1 kreftprzewieda.pl, 1 krehak.com, 1 kreidlernet.tk, 1 @@ -62869,6 +64209,7 @@ krezimizik.com, 1 kridtvejsplanter.dk, 1 kriechel.de, 1 +kriegserinnerungen.tk, 1 kriegskindernothilfe.de, 1 krikorianconstruction.com, 1 krillz.se, 1 @@ -62881,7 +64222,6 @@ krinnovations.ie, 1 kripa.tk, 1 kriptodede.com, 1 -kriptokereso.com, 1 kriptopodgon.tk, 1 kriptosec.com, 1 kriptoworld.hu, 1 @@ -62901,6 +64241,7 @@ krismurray.co.uk, 1 krisp.ai, 1 krispeinture.be, 1 +krispymods.com, 1 krisstarkey.co.uk, 1 krist.club, 1 kristall-energie.at, 1 @@ -62945,6 +64286,7 @@ kronosproject.tk, 1 kronych.cz, 1 kroon.email, 1 +kroowmarketing.com, 1 kropkait.pl, 1 krosovki-nike.tk, 1 krossakorven.tk, 1 @@ -62977,6 +64319,7 @@ kruselegal.com.au, 1 krusesec.com, 1 krusic22.com, 1 +krustyland.net, 1 krutilka.ga, 1 krutka.cz, 1 kruu.de, 1 @@ -63114,7 +64457,6 @@ ks8152.com, 1 ks8176.com, 1 ks8177.com, 1 -ks82.net, 1 ks8211.com, 1 ks8218.com, 1 ks8225.com, 1 @@ -63140,11 +64482,11 @@ ks9122.com, 1 ks920.com, 1 ks921.com, 1 -ks96.cc, 1 ks960.com, 1 ks9696.com, 1 ks9888.com, 1 ks99.app, 1 +ksa.mx, 1 ksar.tk, 1 ksauhs-med.com, 1 kscarlett.com, 1 @@ -63232,7 +64574,6 @@ kuchen-am-stiel.de, 1 kucingmania.net, 1 kucnibudzet.com, 1 -kucukanilardabuyuksirlar.com, 1 kucukayvaz.com, 0 kucukkaymakli.tk, 1 kuda-poexatj.ru, 1 @@ -63240,6 +64581,7 @@ kuditel.net, 1 kudofoto.com, 1 kudoran.tk, 1 +kueche-co.de, 0 kuechenserver.de, 1 kuechenserver.org, 1 kuechler.info, 1 @@ -63274,6 +64616,7 @@ kulde.net, 1 kuliahbahasainggris.com, 1 kuliahpendidikan.com, 1 +kulikov.tk, 1 kulinarika.net, 1 kulinaristi.fi, 1 kulinariya.tk, 1 @@ -63290,6 +64633,7 @@ kumalog.com, 1 kumaraguruparan.tk, 1 kumasanda.jp, 1 +kumilasvegas.com, 1 kumpulannamabayi.com, 1 kumuwiki.de, 1 kunaldesai.blog, 1 @@ -63306,6 +64650,7 @@ kunstenkracht1919.tk, 1 kunsthandel-augustus-rex.de, 1 kunstundkulturradioschoepfwerk.tk, 1 +kunstundunrat.de, 1 kunvarji.com, 1 kunze-medien.de, 1 kuon.me, 1 @@ -63376,6 +64721,7 @@ kursypolska.pl, 1 kurszielnull.de, 1 kurt-und-herma-roemer-stiftung.de, 1 +kurtisfranklin.com, 1 kurtki-moda.tk, 1 kurtlarvadisi-pusu-1.tk, 1 kurtschlatzer.com, 0 @@ -63414,7 +64760,6 @@ kutus.ee, 1 kutvonen.net, 1 kutyabarathelyek.hu, 1 -kuunlamaailm.ee, 1 kuvera.in, 1 kuwago.io, 1 kuwichitagastro.com, 1 @@ -63435,7 +64780,6 @@ kvarta.tk, 1 kvartira-grad.tk, 1 kvartiragrad.tk, 1 -kvcc.com.au, 1 kvdekolk.tk, 1 kvest-v-moskve.ga, 1 kvestiks.ru, 1 @@ -63448,7 +64792,6 @@ kviskoteka.tk, 1 kvn.tf, 1 kvnsport.ru, 1 -kvpc.com.au, 1 kvso.tk, 1 kvspannum.tk, 1 kvsrot.cz, 1 @@ -63516,6 +64859,7 @@ kylebaldw.in, 0 kyledrake.net, 1 kylefennell.blog, 1 +kyleggiero.me, 1 kylegutschow.com, 1 kylehaka.la, 1 kylehakala.com, 1 @@ -63550,7 +64894,6 @@ kyujin-office.net, 1 kyunyuki.com, 1 kyusyu.org, 1 -kyy.me, 0 kyzyl-senir.ml, 1 kz.search.yahoo.com, 0 kzar.co.uk, 1 @@ -63579,7 +64922,6 @@ l4s.me, 1 l51365.com, 1 l5197.co, 1 -l66.io, 1 l6729.co, 1 l6729.com, 1 l6957.co, 1 @@ -63619,6 +64961,7 @@ laatikko.io, 1 laatjeniethackmaken.nl, 1 lab-advancedservicesportal.com, 1 +lab-oborud.com, 1 labacanisima.tk, 1 labadusa.com, 1 labambi.pl, 1 @@ -63630,7 +64973,6 @@ labanskollermark.se, 1 labassist.lt, 1 labastidedesaromes.com, 0 -labavn.com, 1 labavn.org, 1 labcenter.com, 1 labcoat.jp, 1 @@ -63639,6 +64981,7 @@ labeled.vn, 1 labelfactory.nl, 1 labequipvn.com, 1 +laberkosmos.tk, 1 labiblioafronebrulepas.com, 0 labin.tk, 1 labirint.cf, 1 @@ -63682,6 +65025,7 @@ laby.link, 1 laby.me, 1 labyrinth-technologies.com, 1 +labyrinthus.tk, 1 lacaey.se, 1 lacalderera.tk, 1 lacallas.tk, 1 @@ -63747,7 +65091,7 @@ ladakhtrip.tours, 1 ladanivabelgium.tk, 1 ladanmokhtari.tk, 1 -ladbroke.net, 0 +ladbroke.net, 1 ladedu.com, 1 ladelicateparenthese.com, 1 ladenzeile.at, 1 @@ -63772,6 +65116,7 @@ lady-wishlist.my.id, 1 ladyanja.org, 1 ladyanna.de, 1 +ladybird.tk, 1 ladybirdeducation.co.uk, 1 ladyblackdiamoond.com, 1 ladybugjam.com, 1 @@ -63814,6 +65159,7 @@ lafeepraline.fr, 1 lafema.de, 1 lafermegourmande.fr, 1 +laffer.tk, 1 laffgaff.com, 1 lafillepolyvalente.ca, 1 lafillepolyvalente.com, 1 @@ -63859,6 +65205,8 @@ lahipotesisgaia.com, 1 lahirusblog.tk, 1 lahmer.ma, 1 +lahoguera.tk, 1 +lahoratunante.tk, 1 lai.is, 1 lai.zone, 1 laibcoms.com, 1 @@ -63867,6 +65215,7 @@ lain.wiki, 1 laindonleisure.co.uk, 1 laity.gq, 1 +laiweiyi.com, 1 laizhongliuxue.com, 1 lajarana.tk, 1 lajas.com.ve, 1 @@ -63876,20 +65225,19 @@ lajornadafilipina.com, 1 lak-berlin.de, 0 lakabina.tk, 1 +lakatos.tk, 1 lakatrop.com, 1 lake-baikal.ml, 1 lake-bonavista.ca, 1 lakeandriverrestoration.com, 1 lakeclerkfl.gov, 1 lakecountyclerkfl.gov, 1 -lakedavid.com.au, 1 lakeee.com, 1 lakehavasucitynews.com, 1 lakehavasuhouserentals.com, 1 lakehavasuwebsites.com, 1 lakelandbank.com, 1 lakelandmom.com, 1 -lakeoswegotowncar.com, 1 lakersview.com, 1 lakesherwoodelectric.com, 1 lakesherwoodelectrical.com, 1 @@ -63924,6 +65272,7 @@ lallybroch.com.au, 1 lalokura.tk, 1 lalucepulsata.it, 1 +lalucha.tk, 1 lalucioledigitale.com, 1 lalyre-corcelles.ch, 0 lamafioso.com, 1 @@ -63950,6 +65299,7 @@ lamchannang.com, 1 lamconnect.com, 1 lamdav.com, 1 +lamecaniquepourlesfilles.com, 1 lameco.com, 1 lamedog.tk, 1 lamedubois-parquet.fr, 1 @@ -63967,6 +65317,7 @@ lamnea.se, 1 lamnhom.com.vn, 1 lamontre.ru, 1 +lamorera.tk, 1 lamorralla.tk, 1 lamp.re, 0 lamp24.se, 1 @@ -64028,6 +65379,7 @@ landell.ml, 1 landflair-magazin.de, 1 landforsale.co.il, 1 +landfrauen-hermetschwil.ch, 1 landhaus-christmann.de, 0 landhof-scout.de, 1 landinfo.no, 1 @@ -64085,6 +65437,7 @@ langatang.com, 1 langbein.org, 1 langduytinh.com, 1 +langenberg.tk, 1 langenu.tk, 1 langgasse-baar.ch, 1 langhof-immobilien.de, 1 @@ -64104,6 +65457,7 @@ langworth.com, 1 langzijn.nl, 1 lanhhuyet510.tk, 1 +lanispa.com, 1 lankana.tk, 1 lankarkivet.tk, 1 lanmail.tk, 1 @@ -64141,15 +65495,19 @@ lanzalex.com, 1 lanzamientovirtual.es, 1 laobayy.com, 1 +laodongkynghi.info, 1 laolaweb.tk, 1 laoliang.ml, 1 laoriginalfm.com, 1 +laos.dating, 1 laospage.com, 1 +laotravoz.tk, 1 laoudit.com, 1 laozhu.me, 1 lapageamelkor.org, 1 lapaksulawesi.tk, 1 lapakus.com, 1 +laparoscopyhospital.com, 1 lapassiondutrading.com, 0 lapatio.dk, 1 lapazsheriff.org, 1 @@ -64166,6 +65524,7 @@ lapicena.eu, 1 lapidge.net, 1 lapinator.net, 1 +lapinmalin.tk, 1 lapis.moe, 1 lapismagico.com, 1 lapix.com.co, 1 @@ -64215,6 +65574,7 @@ lareduction.ch, 1 lareduction.fr, 1 lareginetta.com, 1 +larenaissance.ro, 1 larenas.com, 1 larepublicacultural.es, 1 laresistencia.xyz, 0 @@ -64286,8 +65646,9 @@ laserplaza.net, 1 lasersandbacon.com, 1 lasersolutions.tk, 1 -lasertechsolutions.com, 1 +lasertalk.org, 1 lasfolladoras.com, 1 +lasik-safely.com, 1 lasiodora.tk, 1 lasittellecosmetiques.com, 1 lasix-medication.cf, 1 @@ -64302,6 +65663,7 @@ laspeligrosas.tk, 1 laspeludas.tk, 1 laspequenassemillas.com, 1 +laspirale.tk, 1 lasranas.es, 1 lasrecetascocina.com, 1 lasrecetasdeguada.com, 1 @@ -64328,6 +65690,7 @@ lastorder.icu, 1 lastorderguild.tk, 1 lastorders.tk, 1 +lastoriadellecose.tk, 1 lastpass.com, 0 lastrada.tk, 1 lastrik.ch, 1 @@ -64358,6 +65721,8 @@ latedecisioners.ga, 1 latedecisionest.ga, 1 latefeeking.com, 1 +latefeeking.net, 1 +latefeeking.org, 1 lateliercantaldeco.fr, 1 lateliercreationbougie.fr, 1 laten.tk, 1 @@ -64372,7 +65737,7 @@ latestimmigrationnews.today, 1 latestmata.com, 1 latestmobiles.tk, 1 -latestmyanmarnews.com, 1 +latestmyanmarnews.com, 0 latetrain.cn, 1 lathamlabs.com, 1 lathamlabs.net, 1 @@ -64383,8 +65748,10 @@ latiendawapa.com, 1 latinatoday.it, 1 latinmusiccollection.tk, 1 +latino.dating, 1 latinphone.com, 1 latinred.com, 1 +latintoy.com, 0 latitudesign.com, 0 latka.tk, 1 latos.tk, 1 @@ -64446,6 +65813,7 @@ laurenball.com, 1 laurencball.com, 1 laurenceplouffe.com, 1 +laurencesmits.com, 1 laurenlobue.com, 1 laurensvanderblom.nl, 1 lauresta.lt, 1 @@ -64520,6 +65888,7 @@ lawlessrepublic.com, 1 lawlessspanish.com, 1 lawluxury.com, 1 +lawmint.com, 1 lawn-seeds.com, 1 lawncorner.com, 1 lawnenvyva.com, 1 @@ -64543,6 +65912,7 @@ lawrencemurgatroyd.com, 1 lawrencewhiteside.com, 1 lawsoner.tk, 1 +lawsuit.tk, 1 lawsuitconsultanters.ga, 1 lawsuitconsultantest.ga, 1 lawtap.com, 1 @@ -64581,6 +65951,7 @@ lazerepilasyonankara.tk, 1 lazerinitiative.org, 1 lazerus.net, 1 +lazerus.pw, 1 lazibeach.tk, 1 lazistance.com, 1 lazo.futbol, 1 @@ -64797,6 +66168,7 @@ ldarby.me.uk, 0 ldcraft.pw, 1 ldesignweb.com, 1 +ldgardenservices.co.uk, 1 ldiesel.ca, 1 ldjb.jp, 1 ldm2468.com, 1 @@ -64880,7 +66252,7 @@ leanplando.com, 1 leaodarodesia.com.br, 1 leap-it.be, 0 -leapa.co, 1 +leapa.co, 0 leapandjump.co.uk, 1 leapday.us, 1 leapworks.io, 1 @@ -64959,6 +66331,7 @@ lebozec.org, 1 lebureau.tk, 1 lecafedugeek.fr, 1 +lecandide.info, 1 lecannabis.at, 1 lecannabis.com, 1 lecannabiste.com, 1 @@ -64991,7 +66364,6 @@ lecken.tk, 1 leclaire.com.br, 1 leclubnestleantillesguyane.fr, 1 -leclubnestlereunion.re, 1 lecoinchocolat.com, 1 leconnecteur-biarritz.fr, 1 lecoquelicot.info, 1 @@ -65019,8 +66391,8 @@ ledspadova.eu, 1 ledspalluto.de, 1 leduquwiki.cf, 1 +ledwit.ru, 1 leeaaronsrealestate.com, 1 -leeannescreations.com, 1 leebiblestudycenter.co.uk, 1 leebiblestudycenter.com, 1 leebiblestudycentre.co.uk, 1 @@ -65035,6 +66407,7 @@ leedsmoneyman.com, 1 leefgratis.tk, 1 leefindlow.com, 1 +leefjongeren.nl, 1 leekspin.ml, 1 leekspin.tk, 1 leelaylay.com, 1 @@ -65084,7 +66457,6 @@ legacy.bank, 1 legacygame.ga, 1 legacygame.gq, 1 -legacyiohs.org, 1 legadental.com, 1 legadosindumentaria.com.ar, 1 legaillart.fr, 1 @@ -65181,6 +66553,7 @@ legendblogers.ga, 1 legendblogest.ga, 1 legendesdechine.ch, 0 +legendfinancial.co.uk, 1 legendgrafix.tk, 1 legendofkrystal.com, 1 legendofmi.com, 1 @@ -65195,6 +66568,7 @@ legionisci.com, 1 legioniv.org, 1 legionminecraft.com, 1 +legionwood.tk, 1 legiscontabilidade.com.br, 1 legit.nz, 1 legjobblogo.hu, 1 @@ -65218,7 +66592,7 @@ lehnen.xyz, 1 lehokolo.eu, 1 lehti-tarjous.net, 1 -lehvyn.org, 1 +lehvyn.org, 0 leibniz-gymnasium-altdorf.de, 1 leicestermoneyman.com, 1 leidegoncalves.com, 1 @@ -65234,7 +66608,10 @@ leipzig.photo, 1 leipziger-triathlon.de, 1 leism.com, 1 +leism.de, 1 +leismail.com, 1 leismann.one, 1 +leismann.sbs, 1 leismann.tel, 1 leismann.uk, 1 leisure-blog.com, 1 @@ -65280,7 +66657,6 @@ lemat.de, 1 lemazol.fr, 1 lemberg.ml, 1 -lemcarni.shop, 1 lemco.dk, 1 lemediateur-creditagricole-nord-est.com, 1 lemfam.ru, 1 @@ -65290,6 +66666,7 @@ lemmy.ca, 1 lemni.top, 1 lemoine.at, 1 +lemonadefashion.com, 1 lemonardo.ga, 1 lemondrops.xyz, 1 lemonop.com, 1 @@ -65308,6 +66685,7 @@ lenasophie.net, 1 lence.net, 1 lenczewski.ddns.net, 1 +lendahandmissionteams.org, 1 lendingmate.ca, 1 lenemes.tk, 1 lenergietoutcompris.fr, 1 @@ -65328,7 +66706,6 @@ lenkeran.tk, 1 lenkunz.me, 1 lenn-blaschke.com, 1 -lennar.com, 1 lennard-indlekofer.de, 1 lennard.tk, 1 lennard0711.eu, 1 @@ -65339,7 +66716,6 @@ lennyobez.be, 1 lenoblpech.ru, 1 lenoirnc.gov, 1 -lenor-testen.com, 1 lenorefan.tk, 1 lenostech.gr, 1 lenou.nl, 1 @@ -65347,7 +66723,6 @@ lenr-experiment.tk, 1 lenr-forum.com, 1 lens.google.com, 1 -lensdoctor.com, 1 lenseshop.tk, 1 lenspirations.com, 1 lenstamiri.com, 1 @@ -65360,6 +66735,7 @@ lenyip.works, 1 leo-boutique.fr, 1 leo-music.tk, 1 +leo-translate.com.ua, 1 leoandpeto.com, 1 leochedibracchio.com, 1 leocollo.com, 1 @@ -65418,6 +66794,7 @@ lepenetapeti.com, 1 lepenis.fr, 1 leper.ga, 1 +lepetitblond.be, 1 lepetitendroit.fr, 1 lepetitkids.com.br, 1 lepetitsavoyardbio.fr, 1 @@ -65479,6 +66856,7 @@ lesbonzoms.alwaysdata.net, 1 lesborgestv.cat, 1 lesbrillantsdaristide.com, 1 +lescarnetsderoutedesophie.com, 1 lescommunes.com, 1 lescomptoirsdepierrot.com, 1 lesconcours.tk, 1 @@ -65500,7 +66878,6 @@ lesjardinsdemathieu.net, 0 lesjardinsdubanchet.fr, 1 leskoalasenvoyage.com, 1 -lesley.xyz, 1 leslie.horse, 1 lesmamy.ch, 0 lesmontagne.net, 1 @@ -65518,6 +66895,7 @@ lesprofsplacotent.com, 1 lesptitspasdelyne.fr, 1 lesptitstutos.fr, 1 +lessavonnables.fr, 1 lessets-graphiques.com, 1 lessiamia.net, 1 lessis.moe, 1 @@ -65550,6 +66928,7 @@ leticia.ml, 1 letipweb.tk, 1 letitfly.me, 1 +letnik.tk, 1 leto12.xyz, 1 letocar.com, 1 letote.com, 0 @@ -65564,6 +66943,7 @@ letsbounceuk.com, 1 letsbrand.com, 1 letsbrandholding.com, 1 +letscounthigher.com, 1 letscrackit.ml, 1 letsdebug.net, 1 letsdevelop.com.br, 1 @@ -65610,6 +66990,7 @@ leu.to, 0 leuchtmann.ch, 1 leucothea.org, 1 +leuenhagen.com, 1 leukert.org, 1 leukos-laser.com, 1 leulu.com, 1 @@ -65631,7 +67012,6 @@ level9hvac.com, 1 levelaccordingly.com, 1 levelia.eu, 1 -levellock.com.ua, 1 levelninehvac.com, 1 levels.one, 1 levels3d.com, 1 @@ -65650,6 +67030,7 @@ leviathanfan.tk, 1 levico.tk, 1 levidromelist.com, 1 +levimarvin.site, 1 levineteamestates.com, 1 levinus.de, 1 leviobery.com, 1 @@ -65657,7 +67038,6 @@ levis.name, 1 levisenlaw.com, 1 levitation.tk, 1 -levittasaude.com.br, 0 levna-knihovna.cz, 1 levolor.com, 1 levothyroxineonline.gq, 1 @@ -65693,6 +67073,7 @@ lexmove.tk, 1 lexpartsofac.com, 1 lexreception.com, 1 +lexuspartsnow.com, 1 lexway.pk, 1 leybelsgarden.cf, 1 leybold.co.id, 1 @@ -65731,6 +67112,7 @@ lgbusiness.es, 0 lgerman.de, 1 lgesteticaautomotiva.com.br, 1 +lgf.im, 0 lghfinancialstrategy.ch, 0 lgiswa.com.au, 1 lgnsh.fr, 1 @@ -65765,6 +67147,7 @@ li-n.net, 1 li.gz.cn, 1 li.search.yahoo.com, 0 +li1436-89.members.linode.com, 1 lia-fox.org, 1 liaengel.com, 1 lialeone.org, 1 @@ -65773,7 +67156,6 @@ liam-w.io, 1 liambaron.com, 1 liamelliott.me, 1 -liamfallen.com, 0 liamlin.me, 1 lian-in.net, 1 liandongyoupin.com, 1 @@ -65785,7 +67167,6 @@ lianye1.cc, 1 liaozheqi.cn, 1 liaronce.win, 1 -liautard.fr, 1 lib64.net, 1 libbitcoin.org, 1 libble.eu, 1 @@ -66089,6 +67470,7 @@ lightingwestlakevillage.com, 1 lightmere.com, 1 lightning-wallet.com, 1 +lightning.com, 1 lightning.community, 1 lightning.engineering, 1 lightningpatrolers.ga, 1 @@ -66096,7 +67478,6 @@ lightnings.tk, 1 lightningseed.net, 1 lightningwirelabs.com, 1 -lightnovel.info, 1 lighto.pk, 1 lightography.com, 1 lightquantum.me, 0 @@ -66146,6 +67527,7 @@ likegeeks.com, 1 likehifi.de, 1 likemovies.de, 1 +likemyporn.com, 1 likenewhearing.com.au, 1 likenosis.com, 1 likeometer.co, 1 @@ -66177,7 +67559,6 @@ lilawadee.tk, 1 lilianejuchli.ch, 1 liliang.moe, 1 -liliang13.com, 1 lilicloth.com, 1 lilidarcek.sk, 1 lilie.fr, 1 @@ -66222,6 +67603,7 @@ limbaido.tk, 1 limberg.me, 1 limbo-online.tk, 1 +limbra.tk, 1 lime-host.cf, 1 lime-host.tk, 1 limecho.net, 1 @@ -66230,6 +67612,7 @@ limelightnashville.cf, 1 limelightnashville.ga, 1 limelightnashville.gq, 1 +limenotlemon.com, 1 limesparrow.cf, 1 limestart.cn, 1 limetorrent.gq, 1 @@ -66289,6 +67672,7 @@ lindazi.com, 1 lindbladcruises.com, 1 linden-nj.gov, 1 +linden.co, 1 linden.me, 0 linden.tk, 1 lindependant.ml, 1 @@ -66311,6 +67695,7 @@ line.co.nz, 0 lineadmins.com, 1 lineaesse5.it, 1 +lineament.fr, 1 linearmap.com, 1 linebooks.cf, 1 linernotekids.com, 1 @@ -66484,7 +67869,6 @@ linuxhub.ro, 0 linuxincluded.com, 1 linuxiuvat.de, 1 -linuxkompis.se, 1 linuxlounge.net, 1 linuxnetflow.com, 1 linuxonline.tk, 1 @@ -66588,7 +67972,6 @@ lissauer.com, 1 lisslonglegs.com, 1 list-gymnasium.de, 1 -listabl.com, 1 listach.tk, 1 listahu.org, 1 listapp.uz, 1 @@ -66649,6 +68032,7 @@ litolin.tk, 1 litportal.gq, 1 litsovet.com, 1 +litterfreeriversandstreams.eu, 1 little-brother.eu, 1 little-cake.com, 1 little-news.gq, 1 @@ -66689,6 +68073,7 @@ littleservice.cn, 1 littlesk.in, 1 littleskin.cn, 1 +littleson.com.br, 1 littlesouls.ml, 1 littlewatcher.com, 1 littleyokohamakennel.tk, 1 @@ -66701,6 +68086,7 @@ liubliu.co.uk, 1 liud.im, 1 liudon.org, 1 +liuhecai.com, 1 liujr.tk, 1 liujunyang.com, 0 liukang.tech, 1 @@ -66754,7 +68140,6 @@ liveciv.top, 1 livecommande.fr, 1 liveconcertvideo.tk, 1 -livedemo.pw, 1 livedesign.at, 1 livedesign24.de, 1 livedomain.at, 1 @@ -66867,7 +68252,6 @@ lizhi.io, 1 lizhi123.net, 1 lizhuogui.ga, 1 -lizmccaughey.com, 1 lizmooredestinationweddings.com, 1 liznewton.com.au, 1 liztattoo.se, 1 @@ -66934,7 +68318,6 @@ lmasqueen.com, 1 lmbyrne.co.uk, 1 lmddgtfy.net, 1 -lmemprestimos.com, 1 lmh-style.com, 1 lmintlcx.com, 1 lmmks.com, 1 @@ -66974,7 +68357,6 @@ loadwallet.com, 1 loafhead.me, 1 loan-lenders.co.za, 1 -loancompare.co.za, 1 loanfreeze.ga, 1 loanmatch.sg, 1 loanpad.com, 1 @@ -67000,13 +68382,13 @@ loca-voiture.fr, 1 locabir.cf, 1 locais.org, 1 +local-maintenance.co.uk, 1 local360.net, 1 localassocier.tk, 1 localbandz.com, 1 localbiketrader.com, 1 localbitcoins.com, 1 localblitz.com, 0 -localblock.co.za, 1 localbouncycastle.com, 1 localcleann.uk, 1 localcrew.eu, 0 @@ -67049,6 +68431,7 @@ location-appartement-dakar.com, 1 location-fichier-email.com, 1 location-groix.com, 1 +location-vacances-campello.com, 1 location-vacances-croatie.tk, 1 locationkaraokemontreal.com, 1 locationkaraokeottawa.com, 1 @@ -67149,7 +68532,6 @@ locomotiv.tk, 1 locomotive.ca, 1 locoserver.net, 1 -locoxlasmascotas.com.ar, 1 locurimunca.co, 1 locus-dashboard.com, 1 locus.ml, 1 @@ -67170,7 +68552,6 @@ loeklommers.nl, 1 loenshotel.de, 1 loew.de, 1 -lofficinadelweb.com, 1 loforo.com, 1 lofttravel.com, 1 loftyideas.ml, 1 @@ -67278,6 +68659,7 @@ lojadoprazer.com.br, 1 lojadosirmaos.com.br, 1 lojadosomautomotivo.com.br, 1 +lojaestacaosaopedro.com.br, 1 lojafazendoarte.com.br, 1 lojaflordelaranjeira.com.br, 1 lojagravataria.com.br, 1 @@ -67293,6 +68675,7 @@ lojapos.eu, 1 lojaprojetoagua.com.br, 1 lojaskd.com.br, 1 +lojasoulstyle.com.br, 1 lojasportmixonline.com.br, 1 lojastec.com.br, 1 lojasti.com.br, 1 @@ -67309,13 +68692,13 @@ lokaal.org, 1 lokal-speisen.de, 1 lokalna.net, 1 -lokan.id, 1 loker.id, 1 lokjagruktafoundation.com, 1 lokomotivaplzen.cz, 1 lokoo.dk, 1 lokusec.com, 1 lola.by, 1 +lolacandy.com, 1 lolalacita.net, 1 lolas-vip.com, 1 lolaseuropeancafe.com, 1 @@ -67325,6 +68708,7 @@ lolcorp.pl, 1 lolcosplay.ga, 1 lolcow.farm, 1 +lolcow.org, 1 loldudes.com, 1 lolfunny.tk, 1 loli.com, 1 @@ -67386,12 +68770,12 @@ lomza.tk, 1 lon-so.com, 1 lona.io, 1 -lonasdigital.com, 1 lonavla.tk, 1 lonay.me, 0 loncarlyonjenkins.com, 1 london-mafia.tk, 1 london-transfers.com, 1 +london.dating, 1 londonbridge.pl, 1 londonelects.org.uk, 1 londongynaecologist.co, 1 @@ -67418,6 +68802,7 @@ lonelystoner.design, 0 lonelytweets.com, 1 lonelyworld.co.uk, 1 +lonelyworld.tk, 1 loneronin.tk, 1 lonerwolf.com, 0 lonesomecosmonaut.com, 1 @@ -67494,7 +68879,7 @@ loober.tk, 1 look-books.tk, 1 look-info.tk, 1 -lookae.com, 1 +lookae.com, 0 lookagain.co.uk, 1 lookasik.eu, 1 lookastic.com, 1 @@ -67542,9 +68927,11 @@ lord-design.tk, 1 lord-of-forex.tk, 1 lordbyron.tk, 1 +lordcaos.tk, 1 lorddominion.tk, 1 lordgrant.tk, 1 lordjevington.co.uk, 1 +lordkrishna.tk, 1 lordmusic.tk, 1 lordofthebrick.com, 0 lordschimney.com, 1 @@ -67555,10 +68942,12 @@ lordusa.com, 1 lordusers.com, 1 lore.azurewebsites.net, 1 +loreedeslandes.com, 1 loremipsum.info, 1 loremipsum.lol, 1 lorena-salido.tk, 1 lorenadumitrascu.ro, 1 +lorengraff.net, 1 lorenstudioo.com, 1 lorenz-cloud.eu, 1 lorenz-hundler.co, 1 @@ -67570,6 +68959,7 @@ loreofthenorth.nl, 1 loricozengeller.com, 1 lorimullins.com, 1 +lorine.tk, 1 lorisfnotary.com, 1 loritaboegl.de, 1 lorn.tk, 1 @@ -67587,6 +68977,7 @@ losblancosalbania.cf, 1 loscamaradasmc.net, 1 loschilums.tk, 1 +loschuchos.tk, 1 losconsoladores.com, 1 losdelcyber.tk, 1 losdeshollinadores.es, 1 @@ -67598,13 +68989,14 @@ loseweightbaby.tk, 1 loseweightin5days.tk, 1 losflamers.tk, 1 -losfogueteros.com, 1 +losfugitivos.tk, 1 losgringos.tk, 1 loshogares.mx, 1 losinterrogantes.com, 1 losjuegosdemesa.online, 1 loslegendarios.tk, 1 losless.fr, 1 +loslunesalrock.tk, 1 losmaniatikos.tk, 1 losmedicamentos.net, 0 losmiserables.tk, 1 @@ -67623,6 +69015,8 @@ lost.report, 1 lostandfound.mu, 1 lostarq.com, 1 +lostfield.tk, 1 +losthighway.tk, 1 lostinfood.co.uk, 1 lostinlove.tk, 1 lostinweb.eu, 0 @@ -67634,6 +69028,7 @@ lostserial.cf, 1 lostserver.com, 1 lostwithdan.com, 1 +lostwoods.tk, 1 loszucoz.tk, 1 lotc.cc, 0 loteamentoabertocapivari.com.br, 1 @@ -67650,7 +69045,6 @@ lotnonline.nl, 1 loto-tele.com, 1 lotos-ag.ch, 1 -lotposh.com, 1 lotro-wiki.com, 1 lotto.com, 1 lottodatabase.com, 1 @@ -67669,9 +69063,9 @@ louange-reconvilier.ch, 0 louboutin.tk, 1 louboutinshoessale.tk, 1 -loucanfixit.com, 1 loudersent.ga, 1 loudhills.pl, 1 +loudmouth.tk, 1 louerunhacker.fr, 1 louhomeworkouts.com, 1 louisa.tk, 1 @@ -67700,6 +69094,8 @@ loune.net, 1 loungecafe.net, 1 loungecafe.org, 1 +lourdesigns.tk, 1 +lourissa.tk, 1 lousingchaphu.com, 1 loutro.tk, 1 louwlemmer.com, 1 @@ -67724,7 +69120,7 @@ lovebo9.com, 1 lovebo9.net, 1 lovechester.com, 1 -lovecode.net, 1 +lovecode.net, 0 lovecrystal.co.uk, 1 lovecsnov.tk, 1 lovedaleschool.tk, 1 @@ -67756,7 +69152,7 @@ lovelybook4u.gq, 1 lovelyfamilymm.com, 1 lovelyflavor.com, 1 -lovelylanguedoc.com, 1 +lovelylanguedoc.com, 0 lovelytimes.net, 1 lovemanagementaccounts.co.uk, 1 lovemasjid.com, 1 @@ -67808,7 +69204,6 @@ lowies.com.au, 1 lowmagnitude.com, 1 lowsec.space, 1 -lowsidetna.com, 1 lowson.ca, 1 lowt.us, 1 loxdonmarkets.com, 1 @@ -67829,6 +69224,8 @@ lpcdops-lafla.gov, 1 lpchemicalsolution.tk, 1 lpcom.de, 1 +lpdp.photo, 1 +lpemprestimos.online, 1 lpfan.tk, 1 lpgaclub.jp, 1 lph.saarland, 1 @@ -67855,6 +69252,7 @@ ls-alarm.de, 1 ls-mapping-team.de, 1 ls-modcompany.com, 1 +ls-rp.es, 1 lsal.me, 1 lsbricks.com, 1 lsc-dillingen.de, 1 @@ -67876,6 +69274,7 @@ lstma.com, 1 lstu.tk, 1 lsv-tech.com, 1 +lswim.com, 1 lsy.cn, 1 lsys.ac, 1 lszj.com, 1 @@ -67912,6 +69311,7 @@ luan.ma, 1 luanvancaohoc.com, 1 luanxt.tk, 1 +luatan.com, 1 lubar.me, 1 lubbockyounglawyers.org, 1 lubersacr.com, 1 @@ -67932,6 +69332,7 @@ lucasartsclassics.com, 1 lucasbergen.ca, 1 lucascantor.com, 1 +lucascaton.com.br, 1 lucascodes.com, 1 lucascosta-ido.ml, 1 lucascountyohiovotes.gov, 1 @@ -67939,7 +69340,6 @@ lucasem.com, 1 lucasferraz.com.br, 1 lucasfrinktbe.com, 1 -lucasgymnastics.com, 1 lucasit.com, 1 lucaslarson.net, 1 lucasmateus.ga, 1 @@ -68008,6 +69408,7 @@ lucysan.net, 1 lucz.co, 1 lud.la, 1 +luda.me, 1 lude.tk, 1 ludejo.eu, 1 ludek.biz, 1 @@ -68029,6 +69430,7 @@ ludovicfernez.com, 1 ludum-polus.xyz, 1 ludum.pl, 1 +ludunwayoo.com, 1 ludwig.im, 1 ludwiggrill.de, 1 ludwigjohnson.se, 1 @@ -68119,6 +69521,7 @@ lukekuza.me, 1 lukem.net, 1 lukeng.net, 1 +lukepeltier.com, 1 luker.org, 1 lukersallamericanstorage.com, 1 lukersstorage.com, 1 @@ -68172,6 +69575,7 @@ lums.se, 1 lumsdens.ga, 1 lumweb.tk, 1 +lumy.bzh, 1 luna-corazon.net, 1 luna-love.net, 1 luna-zen.fr, 1 @@ -68187,6 +69591,7 @@ lunalovely.net, 1 lunalya.de, 1 lunanova.moe, 1 +lunaonline.tk, 1 lunaplasticsurgery.com, 1 lunapps.com, 1 lunar6.ch, 0 @@ -68242,6 +69647,7 @@ lurkmirror.ml, 1 lushclub.tk, 1 lushersolutions.com, 1 +lushka.al, 1 lushnikov-alex.ru, 1 lushnja.tk, 1 lusis.fr, 1 @@ -68297,6 +69703,7 @@ luxegram.co, 1 luxegram.co.za, 1 luxehomecompany.com, 1 +luxelyhome.com, 1 luxembourgapartment.lu, 1 luxemburgsite.tk, 1 luxeturf.com.au, 1 @@ -68370,7 +69777,6 @@ lyclub.vn, 1 lycly.me, 1 lydiawebfans.tk, 1 -lydudlejning.net, 1 lyfbits.com, 1 lyfstylorganix.com, 1 lyftrideestimate.com, 1 @@ -68407,7 +69813,6 @@ lyon-interactive.com, 1 lyon-synergie.com, 1 lyonelkaufmann.ch, 0 -lyoness.digital, 1 lyonl.com, 1 lyonslawlink.com, 1 lyradhealth.com, 1 @@ -68416,7 +69821,6 @@ lyricfm.com, 1 lyricfm.ie, 1 lyricheaven.com, 1 -lyricsroll.com, 1 lyricsupdater.tk, 1 lyrify.in, 1 lyriksidan.ga, 1 @@ -68455,7 +69859,6 @@ m-hydravlika.com.ua, 1 m-idea.jp, 1 m-kleinert.de, 1 -m-mail.fr, 1 m-monitor.pl, 1 m-net.de, 1 m-o-v-i-e.tk, 1 @@ -68512,6 +69915,7 @@ ma162.org, 1 ma2t.com, 1 maadi.tk, 1 +maafushiscuba.com, 1 maagdesigns.com.uy, 1 maahchepen.tk, 1 maailm.tk, 1 @@ -68524,7 +69928,6 @@ maasstaddinerexpres.nl, 1 maatwerkopruimcoaching.nl, 1 maatwerkzorgcoaching.nl, 1 -maavicorp.com, 0 maaya.jp, 1 maba.tk, 1 mabankonline.com, 1 @@ -68578,7 +69981,6 @@ machineaecrire.fr, 1 machinebazar.com, 1 machineidle.com, 1 -machinerysafety101.com, 1 machinetransport.com, 1 machissenefre.ga, 1 machmit.tk, 1 @@ -68587,6 +69989,7 @@ machtweb.de, 1 machu-picchu.nl, 1 machupicchu.tk, 1 +maciej.website, 1 macil.tech, 1 macintyremotorinn.net.au, 1 macinyasha.net, 1 @@ -68603,6 +70006,7 @@ maclafferty.be, 1 maclemon.at, 1 macleod.io, 1 +macmor.com, 1 macnemo.de, 1 macnetwork.eu, 0 macnetwork.fr, 0 @@ -68617,7 +70021,7 @@ macpress.com.br, 1 macramos.co.za, 1 macreosolutions.com, 1 -macreports.com, 1 +macreports.com, 0 macroeng.tk, 1 macropremia.com.ar, 1 macros.co.jp, 1 @@ -68626,6 +70030,7 @@ macslure.com, 1 macupdate.com, 1 macvcure.com, 1 +macvidcards.eu, 1 macx.cc, 1 mad-fabrikken.dk, 1 mad-rabbit.com, 1 @@ -68690,6 +70095,7 @@ madisonsjewelersorlando.com, 1 madisonsquarerealestate.com, 1 madkids.ga, 1 +madknight.tk, 1 madlandezboard.tk, 1 madler.com.ua, 1 madluging.tk, 1 @@ -68721,9 +70127,11 @@ madsgencydemo.com, 1 madskauts.tk, 1 madskills.tk, 1 +madsklitgaard.dk, 1 madteam.tk, 1 madtec.de, 1 madtown.tk, 1 +maduexclusive.com, 1 maduracion.com, 1 maduradas.info, 1 maduradas.net, 1 @@ -68751,6 +70159,7 @@ mafiaclan.tk, 1 mafiaclub.ml, 1 mafiaforum.de, 1 +mafiagames.tk, 1 mafiamohaa.tk, 1 mafiapenguin.club, 1 mafiasi.de, 1 @@ -68773,7 +70182,6 @@ magaso.tk, 1 magaviva.com, 1 magazilla.ga, 1 -magazin3513.com, 1 magazin4ik.ga, 1 magazinecards.ga, 1 magazinedabeleza.net, 1 @@ -68800,7 +70208,7 @@ magentoeesti.eu, 1 magepro.fr, 1 magescobd.com, 1 -magesy.blog, 0 +magesy.blog, 1 magetsi.co.zw, 1 magewell.nl, 1 maggie-shaw.co.uk, 0 @@ -68827,6 +70235,7 @@ magicdaysomagh.co.uk, 1 magicdesktop.com, 1 magicdlp.com, 1 +magicflora.tk, 1 magiciansofchaos.tk, 1 magicitaca.com, 1 magicjudges.org, 1 @@ -68841,34 +70250,12 @@ magicspaceninjapirates.de, 1 magictable.com, 1 magictallguy.tk, 1 -magicvaporizers.at, 1 -magicvaporizers.be, 1 -magicvaporizers.co.uk, 1 -magicvaporizers.com, 1 -magicvaporizers.cz, 1 -magicvaporizers.de, 1 -magicvaporizers.dk, 1 -magicvaporizers.ee, 1 -magicvaporizers.es, 1 -magicvaporizers.fi, 1 -magicvaporizers.fr, 1 -magicvaporizers.gr, 1 -magicvaporizers.hr, 1 -magicvaporizers.hu, 1 -magicvaporizers.ie, 1 -magicvaporizers.it, 1 -magicvaporizers.lu, 1 -magicvaporizers.nl, 1 -magicvaporizers.pl, 1 -magicvaporizers.pt, 1 -magicvaporizers.se, 1 -magicvaporizers.si, 1 -magicvaporizers.sk, 1 magicvodi.at, 1 magieamour.com, 0 magija.ga, 1 magikbyte.com, 1 magilio.com, 1 +magique.tk, 1 magiskmanager.com, 1 magisterjuris.com, 1 magisternegi.tk, 1 @@ -68901,7 +70288,9 @@ magnets.jp, 1 magnetto.ga, 1 magnettracker.com, 1 +magnewsblog.com, 0 magniezetassocies.fr, 1 +magnific.tk, 1 magnificentdata.com, 1 magniflood.com, 1 magnitgang.ml, 1 @@ -68957,6 +70346,7 @@ mahmalci.net, 1 mahmoudeeb.com, 1 mahnaz.tk, 1 +mahorka.tk, 1 mahrer.net, 1 mahurivaishya.co.in, 1 mahurivaishya.com, 1 @@ -68980,6 +70370,7 @@ mail-ink.com, 1 mail-rotter.de, 1 mail-settings.google.com, 1 +mail-verifier.com, 1 mail.ac, 1 mail.com, 1 mail.de, 1 @@ -68995,6 +70386,7 @@ mailbox.org, 1 mailboy.ml, 1 mailboy.tk, 1 +mailchaud.com, 1 mailcubexs.tk, 1 maildrops.tk, 1 mailer.me, 1 @@ -69090,6 +70482,7 @@ majahoidja.ee, 1 majalmirasol.com, 1 majameer.com, 1 +majasballites.lv, 1 majaweb.cz, 1 majemedia.com, 1 majesnix.org, 1 @@ -69114,7 +70507,7 @@ makani.be, 1 makanivzw.be, 1 makanj.tk, 1 -makaradigital.com, 1 +makaradigital.com, 0 makariza.com.co, 1 makasetesan.com, 1 make-a-difference-daily.com, 1 @@ -69131,11 +70524,13 @@ makeh2o.com, 1 makeit-so.de, 0 makeitshort.ml, 1 +makejusticework.org.uk, 0 makemejob.com, 1 makemillion.tk, 1 makemoney-plan.tk, 1 makemusic-asia.com, 1 makenaiyo-fx.com, 1 +makeovershop.ro, 1 makephpsites.com, 1 makepro.net, 1 makera.ga, 1 @@ -69183,6 +70578,8 @@ maksoud-karim.net, 1 maksport.ml, 1 maksutov.tk, 1 +maksympro.com, 1 +maksymsdesign.com, 1 maktoob.search.yahoo.com, 0 makuonline.tk, 1 makura.fun, 1 @@ -69198,7 +70595,6 @@ malareal.com.br, 1 malariaadvice.gq, 1 malariabehaviorsurvey.org, 1 -malash.me, 0 malasuk.com, 1 malatyahaberleri.tk, 1 malawi-cichliden-forum.de, 1 @@ -69207,11 +70603,11 @@ malaysia.search.yahoo.com, 0 malaysiabrands.com.my, 1 malaysiainternship.my, 1 +malaysian.dating, 1 malaysianews.ga, 1 malaysianews.gq, 1 malaysianews.ml, 1 malaysianews.tk, 1 -malaysianhairextensions.tk, 1 malaysiasentral.com, 1 malaysiatxt.com, 1 malcathatochen.co.il, 1 @@ -69233,6 +70629,7 @@ maleyco.tk, 1 maleylabapplications.org, 1 malezan.com, 1 +malfunction.tk, 1 malgraph.net, 1 malhasgusmao.com.br, 1 maliar.fr, 1 @@ -69275,10 +70672,11 @@ mallonline.com.br, 1 mallorca.tk, 1 mallpass.ga, 1 -malltina.com, 1 +malltina.com, 0 malmomusikskola.se, 1 malmyzh.tk, 1 malond.com, 1 +malorita.tk, 1 malphisruul.de, 1 malscan.com, 0 malsignature.com, 1 @@ -69314,7 +70712,6 @@ mamanakormit.tk, 1 mamanecesitaungintonic.com, 1 mamanura.tk, 1 -mamasbox.net, 1 mamasorganizedchaos.com, 1 mamaxi.org, 1 mamaznaet.ml, 1 @@ -69350,6 +70747,7 @@ mana.ee, 1 manach.net, 1 manageathome.co.uk, 1 +managed-it.co.za, 1 managedhosting.de, 1 managedserver.it, 1 managedservicesraleighnc.com, 1 @@ -69433,6 +70831,7 @@ mangapoi.com, 1 mangareactor.tk, 1 mangarosa.pt, 1 +mangatafestas.com.br, 1 mangaworld.gq, 1 mangeur-de-cigogne.tk, 1 mangga.cloud, 1 @@ -69443,7 +70842,6 @@ mangotwoke.co.uk, 1 manguyen.de, 0 manhassetparkdistrictny.gov, 1 -manhattan-college.com, 1 manhattanchoralensemble.org, 1 manhattandermatologistsnyc.com, 1 manhattangastroenterology.com, 1 @@ -69499,6 +70897,7 @@ mansdell.net, 1 mansell-law.com, 1 mansfeld.pl, 1 +mansfield.id.au, 1 mansform.com, 1 manshatech.com, 1 mansikka-sachi.com, 1 @@ -69550,9 +70949,11 @@ manuelahidalgo.org, 1 manuelboelstler.tk, 1 manuelcancelas.com, 1 +manuelefior.tk, 1 manuelefysiotherapeut.nl, 1 manuelguerra.pt, 1 manueli.de, 1 +manueljirado.tk, 1 manuelosorio.me, 1 manuelperujo.ch, 1 manuelpinto.in, 1 @@ -69653,6 +71054,7 @@ marcel-veronetzki.de, 1 marcel-waldvogel.ch, 1 marcelabarrozo.tk, 1 +marcelburger.vn, 1 marcelino.cf, 1 marcelinofranchini.com, 1 marcelinofranchini.eu, 1 @@ -69684,14 +71086,17 @@ marco-hegenberg.net, 1 marco-reitmeier.de, 1 marco-s.net, 1 +marcoaurelio.tk, 1 marcobicca.com, 1 marcocasoni.com, 1 marcoececilia.it, 1 marcohager.de, 1 marcoherten.com, 1 marcoklomp.nl, 1 +marcolattanzio.tk, 1 marcomooij.net, 1 marcopierrard.fr, 1 +marcopiottante.tk, 1 marcopolo-restaurant.com, 1 marcoreitmeier.de, 1 marcositaliandeli.co.uk, 1 @@ -69713,7 +71118,7 @@ mare92.cz, 1 marechal-company.com, 1 marei.ad, 1 -marek.su, 1 +marek.su, 0 marekherel.cz, 1 marekkohn.tk, 1 marekkorlak.com, 1 @@ -69746,6 +71151,7 @@ maria-galland.cz, 1 maria-kirilenko.tk, 1 mariaangelamacario.com, 1 +mariadelcastillo.com, 1 mariaelisaejunior.ga, 1 mariafernanda.com.br, 1 mariage-protestant.ch, 1 @@ -69753,8 +71159,10 @@ mariages.net, 1 mariagiovannaluini.it, 1 mariahandnasty.com, 1 +mariahcareyvenezuela.tk, 1 mariaisabel.tk, 1 marialopez.tk, 1 +mariamenounos.tk, 1 mariamia.org, 1 marianatherapy.com, 1 marianelaisashi.com, 1 @@ -69762,12 +71170,14 @@ marianhoenscheid.de, 0 mariannenan.nl, 1 mariannethijssen.nl, 1 +marianneveenstra.tk, 1 marianrivera.tk, 1 mariapietropola.com, 1 mariasavchenko.com, 1 mariasemarias.com.br, 1 mariasilverbutterfly.com, 1 mariaterbildt.tk, 1 +marico.com, 1 maridonlaw.com, 1 marie-pettenbeck-schule.de, 1 marie.club, 1 @@ -69790,7 +71200,6 @@ mariliaveiga.com.br, 0 marilower.tk, 1 marilsnijders.nl, 1 -marilynmartin.com.au, 1 marilynmonroy.com.ec, 1 marin-business-center.ch, 0 marin-dom.ru, 0 @@ -69808,6 +71217,7 @@ marinbusinesscenter.ch, 0 marine.gov, 1 marinecadastre.gov, 1 +marinedesign.tk, 1 marinekaplama.com, 1 marinela.tk, 1 marinelausa.com, 0 @@ -69836,6 +71246,7 @@ mariskax.net, 1 marismenos.tk, 1 marisolcu.org, 1 +maritiemshertogenbosch.nl, 1 maritime-mea.com, 1 maritlarsen.ml, 1 maritlarsen.tk, 1 @@ -69870,6 +71281,7 @@ markellos-olive.gr, 1 markentier.tech, 1 markepps.com, 1 +market-garden.tk, 1 market-vanna.ru, 1 market.android.com, 1 marketbar.ie, 1 @@ -69919,9 +71331,7 @@ markf.io, 1 markfietje.eu, 1 markfisher.photo, 1 -markfordelegate.com, 1 markhaehnel.de, 1 -markhamfair.ca, 1 markhedrick.com, 1 markholden.guru, 1 markhoodauthor.com, 1 @@ -69940,6 +71350,7 @@ marklauman.ca, 0 marklehane.com, 1 markllego.com, 1 +markmetcalfe.io, 1 markocloud.com, 1 markoglou.com.gr, 1 markoh.co.uk, 1 @@ -69958,6 +71369,7 @@ markstickley.co.uk, 1 markt-heiligenstadt.de, 0 marktcontact.com, 1 +markterweele.nl, 1 marktgemeinde-glonn.de, 1 marktgorman.com, 1 marktguru.at, 1 @@ -69977,6 +71389,7 @@ markuskeppeler.de, 1 markuskeppeler.no-ip.biz, 1 markuslintula.fi, 1 +markuspooch.de, 1 markusribs.com, 1 markusritzmann.ch, 1 markusueberallassetmanagement.de, 1 @@ -69984,6 +71397,7 @@ markusweimar.de, 1 markxpdesign.ga, 1 marlboroughchamber.nz, 1 +marlboroughchamber.org, 1 marlboroughfarmersmarket.tk, 1 marleenjacobi.de, 0 marlenefavela.tk, 1 @@ -70003,7 +71417,9 @@ marneetgondoireathletisme.fr, 1 marny.eu, 1 marocmail.ma, 1 +marocnews.tk, 1 marocweb.tk, 1 +maroebeni.tk, 1 marolu.one, 1 maroquineriepirlot.be, 0 maroshionline.tk, 1 @@ -70028,6 +71444,7 @@ mars.army, 1 mars.navy, 1 marsafc.tk, 1 +marsanvet.com, 1 marsatapp.com, 1 marseillekiteclub.com, 1 marshaiargentina.com, 1 @@ -70060,6 +71477,7 @@ marthasvillemo.gov, 1 marthus.com.br, 1 marti201.ga, 1 +martial-arts.tk, 1 martialarts-wels.at, 1 martialartsbrownsplains.ga, 1 martian.community, 1 @@ -70069,6 +71487,7 @@ martijnvanderzande.nl, 1 martijnvdputten.tk, 1 martin-burger.net, 1 +martin-caslavsky.tk, 1 martin-loewer.de, 1 martin-mattel.com, 1 martin-prell.de, 1 @@ -70076,17 +71495,20 @@ martin-smith.info, 1 martin-weil.de, 1 martinaachen.tk, 1 +martinalonsovega.tk, 1 martinassurfdepot.tk, 1 martinbaileyphotography.com, 0 martinbiely.com, 1 martinboerhof.nl, 1 martincernac.cz, 1 +martincornelissen.tk, 1 martindales.ltd.uk, 1 martindano.com, 1 martindoe.pl, 1 martine.nu, 1 martinebot.com, 1 martinelias.cz, 1 +martineric.tk, 1 martinhal.pl, 1 martinhalresidences.com, 1 martinhaunschmid.com, 1 @@ -70112,6 +71534,7 @@ martonmihaly.hu, 1 martonveronika.tk, 1 martstroy.ru, 1 +maruconsultoria.online, 1 marufmusic.tk, 1 maruja.tk, 1 marulaweb.com, 1 @@ -70150,6 +71573,7 @@ marxmyths.org, 1 marxpark.tk, 1 mary-e-kay.tk, 1 +maryamghorbani.com, 1 marycliffpress.com, 1 marycowanceramics.com, 1 maryeclark.com, 1 @@ -70163,10 +71587,10 @@ maryluzturismo.co, 1 marymaloney.tk, 1 marypatriotnews.com, 1 +marypierce.tk, 1 maryrock.net, 1 marywet.net, 1 marzio.co.za, 1 -masajeadorespremium.com, 1 masajilanver.tk, 1 masakanibu.ga, 1 masakigarden.com, 1 @@ -70195,6 +71619,7 @@ mashcape.com, 1 mashek.net, 1 mashina.world, 1 +mashinist.tk, 1 mashonkavortu.tk, 1 mashoom.co.uk, 1 mashtibax.ga, 1 @@ -70210,6 +71635,7 @@ maslenka.tk, 1 maslife365.com, 1 maslin.io, 1 +maslow.tk, 1 masmusica.tk, 1 masmusicaradio.tk, 1 masquerade.site, 0 @@ -70221,15 +71647,16 @@ massaboutique.com, 1 massaer.tk, 1 massage-colleges.com, 1 +massage-la-clusaz.com, 1 massage-technique.tk, 1 massage-vitalite.fr, 1 massage-well.ch, 1 +massage4u.net, 1 massageandwellbeing.com, 1 massagecoolangatta.com.au, 1 massagecupping.com, 1 massagegunadvice.com, 1 massagekartan.ga, 1 -massagetainha-hanoi.com, 1 massar.family, 1 massazh.cf, 1 massconsultores.com, 1 @@ -70238,8 +71665,10 @@ massfone.com, 1 masshost.tk, 1 massive.tk, 1 +massiveanalyser.com, 1 massiveassault.tk, 1 masskick.ga, 1 +massmurder.tk, 1 massotherapeutique.com, 1 masstercurssos.com, 1 massvow.com, 1 @@ -70320,6 +71749,9 @@ mat.com.vn, 1 mat.tt, 1 mat99.dk, 1 +mata-i-nautisme.fr, 1 +matafonov.tk, 1 +mataharitimoer.tk, 1 matanz.de, 1 matarrosabierzo.com, 1 matatabimix.com, 1 @@ -70336,7 +71768,6 @@ matdesign-prod.com, 1 mate.software, 1 matebalazs.hu, 1 -mateball.io, 0 matega.hu, 1 mateidibu.org, 0 mateiko.by, 1 @@ -70413,7 +71844,7 @@ matijakolaric.com, 1 matildajaneclothing.com, 1 matildeferreira.co.uk, 1 -matinataskincare.com, 1 +matillat.ovh, 1 matipl.pl, 1 matiu.tk, 1 matjaz.it, 1 @@ -70448,9 +71879,11 @@ matrixglobalsms.com, 1 matrixmedia.ro, 1 matrixread.com, 1 +matrixrenewables.com, 1 matrixreq.com, 1 matronal.ru, 0 matroskin.ml, 1 +matroussedetoilette.com, 1 matsu-semi.com, 1 matsushima-kosodate.com, 1 matt-brooks.com, 1 @@ -70458,6 +71891,7 @@ matt.gd, 1 matt.re, 1 matt.wiki, 1 +mattab.xyz, 1 mattadams.info, 1 mattaki.tk, 1 mattandreko.com, 1 @@ -70483,6 +71917,7 @@ mattessons.co.uk, 1 mattferderer.com, 1 mattforster.ca, 1 +mattga.ca, 1 matthew-carson.info, 1 matthew-cash.com, 1 matthewbenchimol.com, 1 @@ -70523,7 +71958,6 @@ matthieuchedidweb.tk, 1 matthieuschlosser.fr, 1 matthijssen.info, 1 -matti01.com, 1 mattia98.org, 0 mattiascibien.net, 0 mattisclever.com, 1 @@ -70593,11 +72027,13 @@ mavenvets.co.uk, 1 mavibrasil.com.br, 1 maviepearl.net, 1 +mavrick.tk, 1 mavro.cf, 1 mavro.ga, 1 mavro.gq, 1 mawai.com.tw, 1 mawidabp.com, 1 +mawinguhost.co.ke, 1 mawo.olkusz.pl, 1 mawrex.tech, 1 max-apk.com, 0 @@ -70626,15 +72062,16 @@ max9365.com, 0 maxb.fm, 1 maxbeenen.de, 1 +maxbike.tk, 1 maxbruckner.de, 1 maxbruckner.org, 1 -maxbuelk.de, 1 maxbytes.nl, 0 maxchan.info, 1 maxclean.ml, 1 maxcleaning.be, 1 maxclers.com, 1 maxdargent.com, 1 +maxdata.pt, 1 maxedgymequipment.com, 1 maxgamez.tk, 1 maxh.me.uk, 1 @@ -70647,6 +72084,7 @@ maxiglobal.net, 1 maxiglobal.pt, 1 maxihide.tk, 1 +maximanet.tk, 1 maximarket.info, 1 maximbaz.com, 1 maximdeboiserie.be, 1 @@ -70719,6 +72157,7 @@ mayaimplant.com, 1 mayamaibach.org, 1 mayamushrooms.co.uk, 1 +mayanet.tk, 1 mayarocabletv.com, 1 mayaroconstituency.org, 1 mayashoefke.tk, 1 @@ -70807,7 +72246,7 @@ mbr-net.de, 1 mbr.pw, 1 mbrd.de, 1 -mbrjun.cn, 0 +mbrjun.cn, 1 mbs-journey.com, 1 mbsec.net, 1 mbski.se, 1 @@ -70817,7 +72256,6 @@ mbwemmel-usedcars.be, 1 mbwsignup.com, 1 mc-auth.com, 1 -mc-dos.ru, 1 mc-jobs.net, 1 mc-pub.org, 0 mc-revolution.ru, 1 @@ -70850,6 +72288,7 @@ mcdevservices.com, 1 mcdona1d.me, 1 mcdonalds.be, 1 +mcdonalds.design, 1 mcdonaldwhsl.com, 0 mcdsg.net, 1 mcduff.ga, 1 @@ -70865,6 +72304,7 @@ mcfx.us, 1 mcg4loans.com, 1 mcgaccountancy.co.uk, 1 +mcgarrybair.com, 1 mcgavocknissanwichitaparts.com, 1 mcgee-exec.com, 1 mcgeelaneselfstorage.com, 1 @@ -70887,11 +72327,13 @@ mckendry.com, 1 mckendry.consulting, 1 mckenna.academy, 1 +mckenzielandscaping.ca, 1 mckeownshvac.com, 1 mckernan.in, 0 mckinley1.com, 1 mckinleytk.com, 1 mckycraft.xyz, 1 +mcl.de, 1 mcl.gg, 1 mclanedirect.com, 1 mclanexpress.com, 1 @@ -70959,6 +72401,7 @@ mdcallianceparty.org, 1 mdcloudps.com, 1 mdconnect.asia, 1 +mddietclinic.com, 1 mddistributorsstore.com, 1 mdeep.ru, 1 mdewendt.de, 1 @@ -70969,6 +72412,7 @@ mdir.tk, 1 mditsa.de, 1 mdiv.pl, 1 +mdl.co.ua, 1 mdlayher.com, 1 mdleom.com, 1 mdma.net, 1 @@ -70985,6 +72429,7 @@ mdscomp.net, 1 mdsconcept.fr, 1 mdsglobal.com, 1 +mdswlegal.com, 1 mdtorelli.it, 1 mdwftw.com, 1 mdx.no, 1 @@ -71028,7 +72473,7 @@ mebel-dnr.ml, 1 mebel-voronezh.cf, 1 mebelconcept.tk, 1 -mebelipalitra.ru, 1 +mebelipalitra.ru, 0 mebelisk.com.br, 1 mebelshik.tk, 1 mec010.com, 1 @@ -71411,6 +72856,7 @@ medi.com.br, 1 media-credit.eu, 1 media-instance.ru, 1 +media-land.tk, 1 media-library.co.uk, 1 media-serwis.com, 1 media-start.tk, 1 @@ -71449,12 +72895,10 @@ mediantechnologies.com, 1 mediapart.fr, 1 mediapath.gr, 1 -mediaplaytv.com.br, 1 mediapuller.com, 1 mediarithmics.com, 1 mediarithmics.io, 1 mediaselection.eu, 1 -mediasouken.co.jp, 1 mediaspike.com, 1 mediasst.com, 1 mediastorm.us, 1 @@ -71490,7 +72934,6 @@ medicalsite.tk, 1 medicalsland.com, 1 medicaltools.de, 1 -medicano.site, 0 medicardlimited.com, 0 medicare-providers.net, 1 medicareclinic.tk, 1 @@ -71518,7 +72961,6 @@ medicoleads.com, 1 medicompany.tk, 1 medicoresponde.com.br, 1 -medicosrecomendados.com, 1 medicoway.ru, 1 medictools.de, 1 medicus.ai, 1 @@ -71651,6 +73093,7 @@ meetanshi.com, 1 meetbot.fedoraproject.org, 1 meetfranz.com, 1 +meetfriends.tk, 1 meeting-server.ml, 1 meetingapplication.com, 1 meetingava.com, 1 @@ -71662,7 +73105,6 @@ meetmyown.ga, 1 meetmyown.tk, 1 meeusen-usedcars.be, 0 -meevo.ca, 1 meewan.fr, 1 meeztech.com, 1 meeztertom.nl, 1 @@ -71674,6 +73116,7 @@ mega.co.nz, 1 mega.nz, 1 megaar.tk, 1 +megabike.tk, 1 megabook.ml, 1 megabounce.co.uk, 1 megabouncingcastles.com, 1 @@ -71694,6 +73137,7 @@ megalibportal.ga, 1 megalibrarygirl.ml, 1 megalogi.ma, 1 +megalol.tk, 1 megam.host, 1 megamilftube.com, 1 megamillions.tk, 1 @@ -71733,12 +73177,14 @@ megazigzag.com, 1 megazine3.de, 1 meggidesign.com, 1 +meggie.tk, 1 meggiehome.com, 1 megh.tv, 1 megin.gq, 1 megin.tk, 1 meginajums1.space, 1 megmaster.com, 1 +megnetix.tk, 1 mego.cloud, 1 megumico.net, 1 megztosidejos.lt, 1 @@ -71798,7 +73244,6 @@ meinevorlagen.com, 1 meinewolke.pw, 1 meineziege.de, 1 -meinezwangsversteigerung.de, 1 meinforum.net, 1 meinheizstrom.de, 1 meinstartinsleben.com, 1 @@ -71830,7 +73275,6 @@ mejovonakowogov.gq, 1 mekajen.com, 1 mekaleskirit.tk, 1 -mekanagadde.com, 0 mekanika.com.my, 1 mekanismo.tk, 1 mekanova.art, 1 @@ -71861,6 +73305,7 @@ melbet.com, 1 melbet.ru, 1 melbetapp.com, 1 +melbourne.dating, 1 melbourneapartments.website, 1 melbournecivilcelebrant.tk, 1 melbournehousesitters.com, 1 @@ -71905,6 +73350,7 @@ melnessgroup.com, 1 melodicprogressivehouse.com, 0 melodict.com, 1 +melodija.tk, 1 melodiouscode.co.uk, 1 melodiouscode.com, 1 melodiouscode.net, 1 @@ -71938,7 +73384,6 @@ memememememememe.me, 1 memento-mori.cf, 1 memepasmal.org, 1 -memes.nz, 1 memetrash.co.uk, 1 memind.net, 1 memiux.com, 1 @@ -71956,6 +73401,7 @@ memorylines.ml, 1 memoryofyou.eu, 1 mempool.de, 1 +mempool.ninja, 1 mempool.space, 1 memrise.com, 1 memurvadisi.tk, 1 @@ -71974,6 +73420,7 @@ mendipbouncycastles.co.uk, 1 mendix-apps.com, 1 mendmybackprogram.com, 0 +mendomaps.com, 1 mendosuits.com, 1 mendovoice.com, 1 mendozagenevieve.com, 1 @@ -72063,7 +73510,6 @@ mephedrone.org, 1 meps.net, 1 merafsolutions.com, 1 -merakidigitalmedia.com, 1 meralda.eu, 1 meralda.net, 1 meralda.org, 1 @@ -72119,7 +73565,6 @@ merchantcardadvisors.com, 1 merchcity.com, 1 mercici.com, 1 -merco.com.au, 1 mercode.org, 1 mercredifiction.io, 1 mercury.foundation, 0 @@ -72158,6 +73603,7 @@ merloaded.rocks, 1 mermaidboattrips.com, 1 mermakov.info, 1 +mernau.co, 1 mero.co, 0 merojob.com, 1 meronberry.jp, 1 @@ -72193,6 +73639,7 @@ meshintranet.com, 1 meshok.info, 1 meshok.ru, 1 +meshotes.com, 1 mesitikopreveza.gr, 1 meskdeals.com, 1 meskimonos.fr, 1 @@ -72207,6 +73654,7 @@ messagescelestes-archives.ca, 1 messagevortex.com, 1 messagevortex.net, 1 +messaha.tk, 1 messcoutsandguides.tk, 1 messcustom.com, 1 messdorferfeld.de, 1 @@ -72250,23 +73698,33 @@ metal-madness.tk, 1 metal-news.tk, 1 metal-rock.tk, 1 +metalargentum.tk, 1 +metalbus.tk, 1 metalcorenews.ga, 1 metalempire.tk, 1 +metalevolution.tk, 1 +metalgoth.tk, 1 +metalhouse.tk, 1 metaljournal.tk, 1 metaljunkiez.com, 1 metall.market, 0 +metallheads.tk, 1 metallibrarian.com, 1 metallictrading.ga, 1 metalliran.tk, 1 metallization.tk, 1 metallobaza.ml, 1 metallomania.it, 1 -metalloprokat.market, 1 +metalloprokat.market, 0 metallosajding.ru, 1 metalmaniac.tk, 1 +metalnight.tk, 1 +metalpesado.tk, 1 metalsoviet.tk, 1 +metaltracks.tk, 1 metalu.ch, 0 metalunion.tk, 1 +metalwarrior.tk, 1 metalweaverscreations.com, 1 metalworkingexpo.com, 1 metamorfosis.cf, 1 @@ -72289,7 +73747,7 @@ metaword.net, 1 metaword.org, 1 metayou.gq, 1 -metebalci.com, 0 +metebalci.com, 1 meteenonline.nl, 1 meteo-parc.com, 1 meteoabegondo.tk, 1 @@ -72328,9 +73786,11 @@ metin2sepeti.com, 1 metinarslanturk.com, 1 metkos.pl, 1 +metmetfamily.fr, 1 meto.eu.org, 1 metod.photo, 1 metop.de, 1 +metric.ai, 1 metricmutt.com, 1 metrika.ml, 1 metrix-money-ptc.com, 1 @@ -72338,6 +73798,7 @@ metro-detroit.com, 1 metro-vet.co.uk, 1 metro-web.net, 1 +metro2dev.com, 1 metrobriefs.com, 0 metrocraft2033.tk, 1 metrodemaracaibo.tk, 1 @@ -72366,7 +73827,6 @@ mettelenejohansson.dk, 1 mettin.org, 1 mettle.co.uk, 1 -metube.icu, 1 metver.tk, 1 metyweb.ga, 0 metz-metropolitain.fr, 1 @@ -72392,6 +73852,7 @@ mewtea.org, 1 mexaliu.ml, 1 mexby.com, 1 +mexican.dating, 1 mexicanjokes.net, 1 mexico.rs, 1 mexico.sh, 1 @@ -72415,8 +73876,9 @@ mf-fischer.de, 1 mf-natuurfotografie.nl, 1 mfamonitor.com, 1 +mfanalyzer.com, 1 mfatravaux.fr, 1 -mfedderke.com, 1 +mfedderke.com, 0 mfen.de, 1 mfg-forex.com, 1 mfg-fx.com, 1 @@ -72448,11 +73910,13 @@ mghw.ch, 1 mgi.gov, 1 mgientertainment.com, 1 +mgknet.com, 1 mgmd.org, 1 mgmeet.com, 1 mgmpic.com, 0 mgmultiservicessrl.it, 1 mgo-ostenfelde.tk, 1 +mgocs.co.uk, 1 mgonline.tk, 1 mgousse.tk, 1 mgr-dev.com, 1 @@ -72495,6 +73959,7 @@ mia.ac, 1 mia.gent, 1 mia.tw, 1 +miaadler.net, 1 miabitch.net, 1 miablow.net, 1 miacordeonstereo.com, 1 @@ -72538,6 +74003,7 @@ micasayestilo.com, 1 micase.info, 1 micbase.com, 1 +miccaldo.tk, 1 miccomi.com, 1 michadenheijer.com, 1 michael-glaser.de, 1 @@ -72583,6 +74049,7 @@ michaelloveys.com, 1 michaelmckenney.com, 1 michaeln.net, 1 +michaelolson.blog, 1 michaelpelletterie.it, 1 michaelpfrommer.de, 1 michaelpfrommer.pub, 1 @@ -72590,6 +74057,7 @@ michaelrigart.be, 1 michaelschmidt.ch, 1 michaelschubert.com, 1 +michaelsnoeren.nl, 0 michaelstenberg.com, 1 michaelstoffer.com, 1 michaelsweater.com, 1 @@ -72602,7 +74070,6 @@ michaelwmckinney.com, 1 michal-klabnik.com, 1 michal-klabnik.cz, 1 -michal-s.net, 1 michal-spacek.com, 1 michal-spacek.cz, 1 michaldudek.it, 1 @@ -72630,7 +74097,6 @@ michelgolfier.ml, 1 michelkok.tk, 1 michellavat.com, 1 -michelleausten.ca, 1 michellelowery.com, 1 michelletmc.com, 1 michelletrachtenberg.tk, 1 @@ -72639,7 +74105,6 @@ michey.tk, 1 michibeck.eu, 1 michielbijland.nl, 1 -michielvanfastenhout.nl, 1 michig.tk, 1 michiganhealth.tk, 1 michiganstateuniversityonline.com, 1 @@ -72654,7 +74119,6 @@ micluz.shop, 1 micoff.tk, 1 micolab.com, 1 -micomi.co, 1 micopal.com, 1 micospa.gq, 1 micr0lab.org, 1 @@ -72677,9 +74141,11 @@ microjournal.xyz, 1 microjovem.pt, 1 microl.ink, 1 +microlog-online.de, 1 microlog.org, 1 micromaid.cf, 1 micromind.io, 1 +micropigmentacaobh.com.br, 1 micropigmentadordesucesso.com, 1 microsoftedgeinsider.com, 1 microtel2notch.tk, 1 @@ -72708,6 +74174,7 @@ midia.tk, 1 midiaid.de, 1 midial.cz, 1 +midiet.co.za, 1 midislandrealty.com, 0 midkam.ca, 1 midl.me, 1 @@ -72768,7 +74235,6 @@ migueldominguez.ch, 0 miguelgaton.es, 1 miguelito.tk, 1 -miguelkertsman.com, 1 miguelmartinez.ch, 0 miguelmenendez.pro, 1 miguelmoura.com, 1 @@ -72795,12 +74261,14 @@ mijn-maagband.tk, 1 mijn.computer, 0 mijnadviseur.shop, 1 +mijnblog.nl, 1 mijncloud.space, 1 mijngeldcoach.nl, 1 mijngent.be, 1 mijnkantoor.net, 1 mijnkerstkaarten.be, 1 mijnkwadraad.nl, 1 +mijnmedirisk.nl, 1 mijnnaamdag.nl, 1 mijnreisoverzicht.nl, 1 mijnsite.ovh, 1 @@ -72814,6 +74282,7 @@ mikaelf.com, 1 mikaeljansson.net, 1 mikaelk.tk, 1 +mikaelkulig.duckdns.org, 1 mikaelvesavuori.se, 1 mikaila.tk, 1 mikakalathil.ca, 1 @@ -72825,7 +74294,6 @@ mike-burns.com, 1 mike-et-pascale-sanger.com, 1 mikeandemily.duckdns.org, 1 -mikeandersondj.com, 1 mikebelanger.ca, 1 mikeblog.site, 1 mikeburns.tk, 1 @@ -72845,11 +74313,11 @@ mikemooresales.com, 1 mikeowens.us, 1 mikeprocopio.com, 1 -mikerichards.gallery, 0 -mikerichards.photography, 0 -mikerichards.photos, 0 -mikerichards.pictures, 0 -mikerichardsphotography.com, 0 +mikerichards.gallery, 1 +mikerichards.photography, 1 +mikerichards.photos, 1 +mikerichards.pictures, 1 +mikerichardsphotography.com, 1 mikesplumbingswfl.com, 1 mikesystems.tk, 1 miketabor.com, 1 @@ -72939,7 +74407,6 @@ milhoazul.com.br, 1 milieuland.com, 1 miliodemendralejo.tk, 1 -militartatico.com, 1 military-equipment.tk, 1 militaryaviationsafety.gov, 1 militaryconsumer.gov, 1 @@ -72961,10 +74428,11 @@ milkypond.org, 1 mill.ml, 1 milladeo.tk, 1 +millalex.com, 1 millefleurs.eu, 1 millennium-thisiswhoweare.net, 1 millenniumfalcon.org, 1 -millenniumstem.org, 0 +millenniumstem.org, 1 millenniumweb.com, 0 miller-shop.cf, 1 milleralarms.co.uk, 1 @@ -72981,6 +74449,7 @@ millibitcoin.jp, 1 milliegrace.org, 1 millikart.az, 1 +millionaireclub.tk, 1 millionairemethodsacademy.tk, 1 millionairessecrets.com, 1 millioncombolist.tk, 1 @@ -72999,6 +74468,7 @@ miltor.ru, 1 milwaukee-webdesigner.com, 1 milwaukeecreative.com, 1 +milwaukeeinternational.tk, 1 mim.am, 1 mim.properties, 1 mimavision.ddns.net, 1 @@ -73016,6 +74486,7 @@ mimonia.gq, 1 mimorin.tk, 1 mimovrste.com, 1 +mimoza.tk, 1 mimscellaneous.com, 1 mimsonlineweddingshop.com, 1 mimumimu.net, 1 @@ -73054,6 +74525,7 @@ minddistortion.tk, 1 minddrive.cf, 1 mindenitt.ga, 1 +mindequityinternational.com, 1 mindera.com, 1 mindercasso.nl, 1 mindfab.de, 1 @@ -73073,6 +74545,7 @@ mindorbs.com, 1 mindox.com.br, 1 mindresti.tk, 1 +mindspliteffect.tk, 1 mindthe5.com, 1 mindthe5.org, 1 mindvsmind.tk, 1 @@ -73166,7 +74639,6 @@ minikneet.com, 1 minikumbaradergisi.com, 0 minilions.fr, 1 -minilov.fr, 0 minimal-apps.de, 1 minimal-nothing.ml, 1 minimal-website.ch, 0 @@ -73175,7 +74647,6 @@ minimaliston.com, 1 minimalmx.io, 1 minimayhemsoftplay.co.uk, 1 -minimbah.com.au, 1 minimonies.tk, 1 minimotogp.tk, 1 minimvc.com, 1 @@ -73267,6 +74738,7 @@ mipnet.cl, 1 miproximopaso.org, 1 miprudelafi.ga, 1 +mipueblito.tk, 1 mipymesenlinea.com, 1 mir-faktov.tk, 1 mir-koji.tk, 1 @@ -73337,7 +74809,6 @@ mirrorsedgearchive.de, 1 mirrorsedgearchive.ga, 1 mirrorwood.com, 1 -mirs.ky, 1 mirshak.com, 0 mirstroy.su, 1 mirtazapine.gq, 1 @@ -73367,7 +74838,6 @@ mishkinn.ru, 1 mishkovskyi.net, 1 mishpatim.tk, 1 -misiart.pl, 1 misiepluszowe.com, 1 misini.fr, 1 misinstrumentos.com, 1 @@ -73394,7 +74864,7 @@ missfit.ru, 1 missguidedus.com, 1 missilovely.tk, 1 -missinglinknyc.com, 1 +missinglinks.tk, 1 mission-gesundheit.online, 1 mission-orange.de, 1 missionflare.com, 1 @@ -73448,7 +74918,6 @@ misura.re, 1 mit-dem-rad-zur-arbeit.de, 1 mit-dem-rad-zur-uni.de, 1 -mit-hypnose-weiter.de, 1 mit-uns.org, 1 mit.gg, 0 mita-beutel.tk, 1 @@ -73460,7 +74929,6 @@ mitchkalf.nl, 1 mitchkiah.com, 1 mitdip-mit-group-ch.azurewebsites.net, 1 -mite3.nl, 1 mitelec.es, 1 mitenloytaatoita.fi, 1 mitenloytaatyota.fi, 1 @@ -73492,8 +74960,8 @@ mitsu.com, 1 mitsu.in, 1 mitsubishielectric-rce.eu, 1 +mitsukisushi.com, 1 mitsuvictory.com, 1 -mittagonggardencentre.com.au, 1 mittagonghomestead.com.au, 1 mittelalter-lexikon.de, 1 mittelunsachlich.de, 1 @@ -73505,6 +74973,7 @@ mitulv4u.tk, 1 mitzpettel.com, 1 miui-germany.de, 1 +miui.kr, 1 miukimodafeminina.com, 1 miupdates.org, 1 mivestuariolaboral.com, 1 @@ -73536,6 +75005,7 @@ mixes.cloud, 1 mixescloud.com, 1 mixfix.com.br, 1 +mixgreen.de, 1 mixinglight.com, 1 mixingnight.com, 1 mixmastermitch.com, 1 @@ -73546,6 +75016,7 @@ mixpanel.com, 1 mixposure.com, 1 mixtafrica.com, 1 +mixuz.ru, 1 mixx.com.hk, 1 miya.io, 1 miyagi-ctr.com, 1 @@ -73553,7 +75024,6 @@ miyako-kyoto.jp, 1 miyamane-room.com, 1 miyanaga.tech, 1 -miyase-eiji.net, 1 miyatakaikei.com, 1 miyoshi-kikaku.co.jp, 1 miyoshi-kikaku.com, 0 @@ -73577,7 +75047,6 @@ mjasm.org, 1 mjhs.org, 1 mjhsfoundation.org, 1 -mjish.com, 1 mjjlab.com, 1 mjkholding.nl, 1 mjmedia.co.za, 1 @@ -73590,6 +75059,7 @@ mjsports.bet, 1 mjstudios.tk, 1 mjt.me.uk, 1 +mjuktvatten.nu, 1 mk-dizajn.com, 1 mk-translations.ua, 1 mk.gov.tr, 1 @@ -73665,6 +75135,7 @@ mlcfinvest.in, 1 mlcnfriends.com, 1 mlcreaciones.com, 1 +mlcrosoftonlline.cz, 1 mlcrosoftonlline.ml, 1 mlfilm.ml, 1 mlgittinsbookkeeping.com.au, 1 @@ -73685,6 +75156,7 @@ mlsrv.de, 1 mlstav.sk, 1 mlsvallarta.com, 1 +mltconsult.online, 1 mltrade.ml, 1 mlum.net, 1 mlundberg.se, 1 @@ -73692,7 +75164,6 @@ mlwr.ee, 1 mlytics.com, 1 mm13.at, 1 -mm404.com, 1 mm5197.co, 1 mm6729.co, 1 mm6729.com, 1 @@ -73739,7 +75210,7 @@ mmoveisplanejados.com.br, 1 mmpaymentsystem.com, 1 mmphub.com, 1 -mmprojects.nl, 0 +mmprojects.nl, 1 mms.is, 1 mmsmotor.com.hk, 1 mmstick.tk, 1 @@ -73750,6 +75221,7 @@ mmxblog.com, 1 mmxx-distribution.com, 1 mmzztt.com, 1 +mn-hootsuite.herokuapp.com, 1 mnatechnologies.com.au, 0 mnbg.tk, 1 mnciitbhu.me, 1 @@ -73807,6 +75279,7 @@ moas.photos, 1 mob2con.com.br, 1 mobal.com, 1 +mobclan.tk, 1 mobeforlife.com, 0 mobi-katalog.tk, 1 mobi2go.com, 1 @@ -73858,6 +75331,7 @@ mobilhaber.ga, 1 mobilhondatangsel.com, 1 mobilisation-generale.org, 0 +mobilise.solutions, 0 mobiliteit.gent, 1 mobiliteitgent.be, 1 mobiliteitsbedrijf-gent.be, 1 @@ -73890,7 +75364,6 @@ mobisuper.com.au, 1 mobitracker.co, 1 mobius.network, 1 -mobizat.com, 1 mobizma.com, 1 moblkar.com, 1 mobmp4.com, 1 @@ -73905,7 +75378,6 @@ mobycoders.com, 1 mobydog.net, 1 mobylette.tk, 1 -moc.ac, 1 moca-2080.com, 1 moca-2081.com, 1 moca-2082.com, 1 @@ -73945,6 +75417,7 @@ moddescargas.com, 1 modding-forum.com, 1 modding-welt.com, 1 +moddingworld.tk, 1 moddiy.com, 1 mode-hautnah.de, 1 mode-individuell.de, 1 @@ -73956,9 +75429,9 @@ model.earth, 1 modelbase.org, 1 modelclub-draveil.eu, 1 -modelcube.com, 1 modeldimension.com, 1 modeldoll.tk, 1 +modelearth.org, 1 modelflight.com, 1 modelfotografie.tk, 1 modeli.tk, 1 @@ -73977,6 +75450,7 @@ modemaille.com, 0 modemchild.net, 1 modenatoday.it, 1 +modenodf.ru, 1 modenuit.fr, 1 moderatoren.org, 1 modern-family.tv, 1 @@ -74059,15 +75533,19 @@ mogica.tk, 1 mogilev-forum.tk, 1 mogomix.cf, 1 +moguls.tv, 1 moha-swiss.com, 0 mohaabobclan.tk, 1 mohabatein1.tk, 1 mohamedalibenammarmaba.tk, 1 +mohamedfouad.tk, 1 +mohamedhamdy.tk, 1 mohamedhamuda.com, 1 mohamedhosting.tk, 1 mohamedookiyo.com, 1 mohamedsherif.ml, 1 mohammad-yarahmadi.tk, 1 +mohammadhamed.tk, 1 mohammadreza-bakhtiari.tk, 1 mohammedalrifai.tk, 1 mohave.gov, 1 @@ -74144,6 +75622,7 @@ molleron.net, 1 molletjesveer.tk, 1 mollie.com, 1 +mollyblooms.tk, 1 mollyringworm.tk, 1 mollysun.net, 1 molodost.ga, 1 @@ -74156,7 +75635,6 @@ molpek.com, 1 moltapor.tk, 1 molti.hu, 1 -molun.net, 0 molunerfinn.com, 1 molusk.ml, 1 molwick.com, 1 @@ -74165,7 +75643,6 @@ momentum.photos, 1 momentumcoach.se, 1 momentumdash.com, 1 -momentumdesign.website, 1 momentummarketers.ga, 1 momi-chura.com, 1 momit.eu, 1 @@ -74195,9 +75672,8 @@ mon-butin.fr, 1 mon-cartable.fr, 1 mon-dolibarr.fr, 1 -mon-lab-digital.com, 1 +mon-lab-digital.com, 0 mon-partage.fr, 1 -mon-trafic.com, 0 mon22.ch, 0 mona-dress.com, 1 monachatdeco.com, 0 @@ -74254,7 +75730,9 @@ moneybirdstorage.com, 1 moneyblo.com, 1 moneychill.biz, 1 +moneyclick.tk, 1 moneycredit.eu, 1 +moneydaily.tk, 1 moneyfactory.gov, 1 moneyformybeer.com, 1 moneyfortitude.com, 1 @@ -74322,9 +75800,9 @@ monoblu.com, 1 monobunt.at, 1 monochrometoys.com, 1 -monocl.com, 1 monocles.de, 1 monocyte.host, 1 +monodejuegos.shop, 1 monodrama.tk, 1 monohost.ml, 1 monokli.tk, 1 @@ -74332,6 +75810,7 @@ monolithic.tk, 1 monolithindustries.com, 1 monolithon.net, 1 +monopoly.tk, 1 monorail.cf, 1 monorail.ga, 1 monorail.gq, 1 @@ -74347,7 +75826,7 @@ monsieurbureau.com, 1 monsieursavon.ch, 0 monsitemoncommerce.com, 1 -monsterandfox.co.uk, 0 +monsterandfox.co.uk, 1 monsterarmsest.ga, 1 monstergovt.com, 1 monstermashentertainments.co.uk, 1 @@ -74357,6 +75836,7 @@ monstersuniversity.ga, 1 mont-thabor.fr, 1 montack.de, 1 +montagetravel.com, 1 montanabiack.de, 1 montanacreativitymovement.tk, 1 montanaonlinedivorce.com, 1 @@ -74389,6 +75869,7 @@ montredeal.fr, 1 montsaintaignan.fr, 1 montserrat.ind.br, 1 +montuan.com.br, 1 montychristie.com, 1 montyvlogs.com, 1 monveilleuretmoi.com, 1 @@ -74424,8 +75905,10 @@ moondrop.org, 1 moondsee.de, 1 moonfist.eu, 1 +moonfreak.tk, 1 moonkin.eu, 1 moonlabs.nl, 1 +moonlight-show.tk, 1 moonlightbeachdental.com, 1 moonlightcapital.ml, 1 moonlightdesign.org, 1 @@ -74483,6 +75966,7 @@ moparisthebest.com, 1 moparisthebest.net, 1 moparisthebest.org, 1 +moparpartsgiant.com, 1 moparscape.net, 1 mopedreifen.de, 0 mopie.de, 1 @@ -74490,6 +75974,7 @@ mopliangxing.com, 1 moplx.com, 1 moppeleinhorn.de, 1 +moppelito.tk, 1 moppenfactory.tk, 1 moppy.org, 1 mopxing.com, 1 @@ -74537,6 +76022,7 @@ morepay.cn, 1 moreserviceleads.com, 0 moreshop.pl, 1 +morespacestorage.co.uk, 1 moresw.com, 1 moretesting.tk, 1 morethanautodealers.com, 1 @@ -74584,16 +76070,17 @@ morogoro.tk, 1 moromsmile.com, 1 morooi.cn, 1 +morosystems.cloud, 1 morox.top, 1 morozko.gq, 1 morozyaka.tk, 1 morph3d.tk, 1 -morphose.io, 1 morrellllc.com, 0 morris.computer, 1 morrowind-finland.tk, 1 morsang.net, 1 morse-ti.net, 1 +mortaltorment.tk, 1 mortengamstpedersen.tk, 1 mortezaafri.tk, 1 mortgagecalculator.biz, 1 @@ -74612,9 +76099,11 @@ mosaicot.com, 1 mosaique-lachenaie.fr, 1 mosboutique.it, 1 +moscardino.net, 1 moscow-moscow.tk, 1 moscow-new.cf, 1 moscow-xiaomi.ru, 1 +moscow.dating, 1 moscow.tk, 1 moscowlombard.ru, 1 moscowlove.tk, 1 @@ -74660,7 +76149,7 @@ moswand.nl, 1 motaber.com, 1 motchirotchi.com, 1 -motd.ch, 0 +motd.ch, 1 motekforce.link, 1 motekforcelink.com, 1 motekforcelink.eu, 1 @@ -74702,6 +76191,7 @@ motobrasilferramentas.com.br, 1 motoclubentresemana.tk, 1 motoclubrker.tk, 1 +motocrosssite.tk, 1 motodb.co.uk, 1 motodb.net, 1 motodb.uk, 1 @@ -74710,6 +76200,7 @@ motofoto.tk, 1 motogb.net, 1 motogeelshop.be, 1 +motogrupblanes.tk, 1 motohell.com, 1 motojato.com.br, 1 motokados.tk, 1 @@ -74733,6 +76224,7 @@ motornaolja.com, 1 motorpointarenacardiff.co.uk, 1 motorring.ru, 1 +motorslopers.tk, 1 motorsplus.com, 0 motortecbrasil.com.br, 1 motortrend.com, 1 @@ -74744,9 +76236,12 @@ motospaya.com, 1 mototax.ch, 1 mototeam.com.ua, 1 +mototeam.tk, 1 mototec.it, 1 +mototuristas.tk, 1 motovated.co.nz, 0 motovio.de, 1 +motovrienden.tk, 1 motowilliams.com, 1 motoworld.biz, 1 motransportinfo.com, 1 @@ -74764,7 +76259,6 @@ mouff.li, 1 mouldboard.ga, 1 moulin-pomerol.com, 1 -moumaobuchiyu.com, 1 mound.ga, 1 mouniresidences.com, 1 mountain-retreat-center.com, 1 @@ -74772,7 +76266,6 @@ mountainactivitysection.org.uk, 1 mountainbatchers.de, 1 mountainbell.net, 1 -mountaincastle.store, 1 mountainchalet.blue, 1 mountainspringsrentals.ca, 1 mountaintree.eu, 1 @@ -74869,11 +76362,13 @@ mp3noi.com, 1 mp3skull.cf, 1 mpa-pro.fr, 1 +mpak.tk, 1 mpath.health, 1 mpc-hc.org, 1 mpcmsa.org, 1 mpdu.tk, 1 mpebrasil.tk, 1 +mpenten.com, 1 mpetroff.net, 1 mpg.ovh, 1 mpgaming.pro, 1 @@ -74930,6 +76425,7 @@ mrc-productivity.com, 1 mrca-sharp.com, 0 mrcelulares.co, 1 +mrclutch.com, 1 mrcog.tk, 1 mrcomer.tk, 1 mrcool.store, 1 @@ -74997,7 +76493,6 @@ mrstuudio.ee, 1 mrtg.com, 1 mrtunnel.club, 1 -mruczek.ga, 1 mruganiepodspacja.pl, 1 mrupert.com, 1 mrupp.eu, 1 @@ -75161,6 +76656,7 @@ mtz-sng.gq, 1 mtz80-mtz82.gq, 1 mtzbelarus.gq, 1 +mtzfederico.com, 1 mu-sigma.com, 1 mu-thunder.online, 1 mu.search.yahoo.com, 0 @@ -75191,6 +76687,7 @@ mudcomplex.ga, 1 mudcomplexers.ga, 1 mudcrab.us, 0 +muddy-landrover.tk, 1 mudgezero.one, 1 mudit.xyz, 0 mudpiles.cat, 1 @@ -75206,7 +76703,6 @@ muenchberger.com, 0 muennich-coll.de, 1 muenzen.tk, 1 -muffs.ru, 1 mufi.ga, 1 mufibot.net, 1 mufid.tk, 1 @@ -75236,8 +76732,10 @@ muir.eu.org, 1 muir.fun, 1 muir.pp.ua, 1 -muirsdoneright.ca, 1 muisoft.fi, 1 +muizenpagina.tk, 1 +muizenpuntje.tk, 1 +mujerescolombianas.tk, 1 mujeresfemeninas.com, 1 mujlinux.cz, 1 muk-kobetsu.com, 1 @@ -75261,6 +76759,7 @@ multi-pribor.ru, 1 multi-soudures.fr, 1 multi-tool.ml, 1 +multiagent.tk, 1 multibomasm.com.br, 1 multichange.net, 1 multiclinicacardio.com.br, 1 @@ -75272,6 +76771,7 @@ multigamecard.com, 1 multigamers-net.tk, 1 multigeist.de, 1 +multihobby.tk, 1 multikalender.de, 0 multilevelmarketing.cf, 1 multilogik.com, 1 @@ -75309,6 +76809,7 @@ multizone.games, 1 multsearch.eu.org, 1 mum.ceo, 1 +muma.cf, 1 muma.gq, 1 muma.ml, 1 mumablue.com, 1 @@ -75329,14 +76830,18 @@ mundo-otaku.tk, 1 mundoalba.tk, 1 mundoarabe.com.br, 1 +mundocompleto.tk, 1 mundoconejos.com, 1 +mundocristiano.tk, 1 mundodapoesia.com, 1 mundodasfechaduras.com.br, 1 mundodasmensagens.com, 1 mundodosagapornis.tk, 1 mundofoto.tk, 1 mundogamers.top, 1 +mundohispanico.com, 1 mundoinfrarrojo.com, 1 +mundojoven.tk, 1 mundokinderland.com.br, 1 mundolarraz.es, 1 mundolettering.com, 1 @@ -75347,6 +76852,7 @@ mundoperros.es, 1 mundorealtv.tk, 1 mundoscrapbooking.online, 1 +mundoseth.tk, 1 mundosuiri.ml, 1 mundotortugas.com, 1 mundschenk.at, 1 @@ -75358,10 +76864,10 @@ munfordtn.gov, 1 mungdog.com, 1 munich-eventlocations.de, 1 -munirajiwa.com, 1 munkavedelemaruhaz.hu, 0 munki.org, 1 munkibuilds.org, 1 +munnasleepwear.com, 1 munndialarts.com, 1 muntproever.nl, 1 muntstuk.com, 1 @@ -75436,7 +76942,6 @@ muses-success.info, 1 musettishop.com, 1 museumnachtgent.be, 1 -museumofautism.net, 1 museumwaalsdorp.nl, 1 mush-room.co.jp, 1 mushel.ddns.net, 1 @@ -75445,6 +76950,7 @@ mushka.ga, 1 mushman.tk, 1 mushroomcloud.moe, 1 +music-bar.gr, 1 music-is-my-life.de, 1 music-privilege.fr, 1 music-project.eu, 1 @@ -75472,12 +76978,14 @@ musicgivesmelife.com, 1 musichiphop.ga, 1 musichome.tk, 1 +musician.dating, 1 musicindustrydb.org, 1 musicinsiderdigest.com, 1 musickhouseleveling.com, 1 musickorea.tk, 1 musiclenta.tk, 1 musiclite.tk, 1 +musicnotesroom.com, 1 musicompare.com, 1 musicradar.co.il, 1 musicradio.ga, 1 @@ -75488,6 +76996,7 @@ musicschoolonline.com, 1 musicsense.cf, 1 musicstudio.pro, 1 +musictalk.gr, 1 musictools.tk, 1 musicvietnam.tk, 1 musicwear.cz, 1 @@ -75513,9 +77022,11 @@ musketonhaken.nl, 0 muskokadanceconnection.com, 1 muskuratimorning.tk, 1 +muslim.singles, 1 muslimah.boutique, 1 muslimbanter.co.za, 1 muslimmarriage.cf, 1 +muslimpocket.com, 1 muslimsoul.cf, 1 muslimsoul.ga, 1 muslimsoul.gq, 1 @@ -75534,6 +77045,7 @@ muster-schablonen.de, 1 mustertexte-musterbewerbung.de, 1 mustexist.tk, 1 +musthave.tk, 1 musthavesforreal.com, 1 musthinsider.com, 1 mustika.cf, 1 @@ -75552,6 +77064,7 @@ mutext.com, 1 mutfakyolu.com, 1 muthai.in.th, 1 +mutiararentas.com.my, 1 mutsumikai8989.com, 1 mutual.ga, 1 mutualfunds.cf, 1 @@ -75560,7 +77073,6 @@ mutuals.cool, 1 mutuelle.fr, 1 mutuocasafacile.it, 1 -muuglu.com, 1 muuglu.es, 1 muunnin.net, 1 muurari.tk, 1 @@ -75603,13 +77115,14 @@ mvorisek.cz, 1 mvpinfo.ga, 1 mvpower.pt, 1 +mvrcheck.com, 1 +mvrdrivingrecords.com, 1 mvwoensei.com, 1 mvwoensei.xyz, 1 mvwoensel.com, 1 mvwr.co.uk, 1 mvzstartpagina.tk, 1 mw.search.yahoo.com, 0 -mwainc.org, 1 mwalz.com, 0 mwamitours.com, 1 mware-staging.azurewebsites.net, 1 @@ -75725,7 +77238,9 @@ myandroidfriend.ml, 1 myanimelist.net, 1 myanimo.ml, 1 +myanmar-responsiblebusiness.org, 1 myapexcard.com, 1 +myaquaterra.tk, 1 myartsjournal.com, 1 myasb.club, 1 myathena.ai, 1 @@ -75734,6 +77249,7 @@ mybaby.bg, 1 mybags.cf, 1 mybakkupakku.com, 1 +mybaran.tk, 1 mybarcelona.tk, 1 mybasementdoctor.com, 1 mybathroom.tk, 1 @@ -75796,7 +77312,6 @@ mychicken.info, 1 mychicken.nl, 1 mychildatschool.com, 1 -mychunky.design, 1 mychurchisalive.org, 1 mycinema.pro, 1 mycircleworks.com, 1 @@ -75863,6 +77378,8 @@ mydebian.in.ua, 1 mydentalplan.gr, 1 mydenverhomesource.com, 1 +mydesignrules.com, 1 +mydestiny.tk, 1 mydevolo.com, 1 mydevolo.de, 1 mydevops.cloud, 1 @@ -75963,6 +77480,7 @@ mygedit.info, 1 mygedit.net, 1 mygedit.org, 1 +mygeek.tk, 1 mygeneral.org, 1 mygeorgia.org, 1 mygeotrip.com, 1 @@ -75973,6 +77491,7 @@ mygimp.tk, 1 mygirlfriendshouse.com, 1 mygizmolife.tech, 1 +myglobalopti.nl, 1 mygnmr.com, 1 mygobelin.tk, 1 mygoldennetwork.com, 1 @@ -76017,7 +77536,7 @@ myintimtoys.com, 1 myireland.io, 1 myirietime.com, 1 -myitworks.co.za, 0 +myitworks.co.za, 1 myjarofhope.com, 1 myjourney.id, 1 myjudo.net, 1 @@ -76056,6 +77575,7 @@ mylittleforum.ml, 1 mylittlegrocer.co.uk, 1 mylittlegrocer.com, 1 +mylittlewizard.fr, 1 myliveupdates.com, 1 mylms.nl, 1 myload.ch, 1 @@ -76123,6 +77643,7 @@ mynexuz.be, 1 mynic.my, 1 mynimo.com, 1 +mynissan.ml, 1 mynn.io, 0 mynn.ml, 1 mynook.info, 1 @@ -76159,7 +77680,7 @@ mypathologos.gr, 1 mypay.fr, 1 mypcb.tk, 1 -mypdns.com, 0 +mypdns.com, 1 mypdns.org, 0 mypehas.com, 1 mypenza.tk, 1 @@ -76183,6 +77704,7 @@ myplaceonline.com, 1 mypnu.net, 1 mypogljad.tk, 1 +mypoodleassassin.com, 1 mypornsnap.top, 1 myportal.ga, 1 mypowerserg.com, 1 @@ -76200,6 +77722,7 @@ mypvhc.com, 1 myqbusiness.com, 1 myqservices.com, 1 +myqualifiedplumber.com, 1 myraboats.tk, 1 myradnetconnect.com, 1 myrandomtips.com, 1 @@ -76282,6 +77805,7 @@ myrvog.net, 1 myrvogna.net, 1 mys.gov.sd, 1 +mysa.tk, 1 mysad.de, 1 mysafetygear.co.za, 1 mysaldo.info, 1 @@ -76294,7 +77818,6 @@ myscottishpath.com, 1 myseatime.com, 1 mysecretstylist.ga, 1 -myself5.de, 1 myseo.ga, 1 myservicearl.com, 1 myservik.ml, 1 @@ -76309,7 +77832,6 @@ mysidekick.io, 1 mysignal.com, 1 mysites.guru, 1 -mysmelly.com, 1 mysmg.in, 1 mysociety.ml, 1 mysockfactory.ch, 1 @@ -76423,7 +77945,6 @@ mywiwe.com.au, 1 mywoodbridgedentist.com, 1 myworkinfo.com, 0 -myworld.ovh, 1 myworth.com.au, 1 mywpdesign.co.nz, 1 mywpdesign.com, 1 @@ -76490,6 +78011,7 @@ n6957.co, 1 n6a.net, 1 n7.education, 1 +n8.gay, 1 n81365.com, 1 n82365.com, 1 n888ok.com, 1 @@ -76502,6 +78024,7 @@ n8solutions.host, 1 n8solutions.net, 1 n8solutions.us, 1 +n8ta.com, 1 n9297.co, 1 n9397.com, 1 n95.news, 1 @@ -76530,6 +78053,7 @@ nabosoft.tk, 1 nabytek-valmo.cz, 1 nabytokalva.sk, 1 +nac-6.fr, 1 nacfit.com, 1 nachalniku.cf, 1 nachalniku.ga, 1 @@ -76539,6 +78063,7 @@ nachalosbog.bg, 1 nachalova.tk, 1 nachbar.chat, 1 +nachoblanco.tk, 1 nachodelacruz.es, 1 nachovni.org, 1 nachrichten-heute.net, 1 @@ -76558,6 +78083,7 @@ nacyklo.cz, 1 nad-r.com, 1 nad-tendance.be, 1 +nada-photo.fr, 1 nadacnifondacr.cz, 1 nadaquenosepas.com, 1 naddi.org, 1 @@ -76607,6 +78133,7 @@ nah.re, 1 nahman.tk, 1 nahouw.net, 1 +nahrag.tk, 1 nahtanoj.tk, 1 nahttps.tk, 1 nahura.com, 1 @@ -76643,6 +78170,7 @@ najprzepis.pl, 1 najrecept.sk, 1 naka.io, 1 +nakacide.com, 1 nakada4610.com, 1 nakagawa-d.co.jp, 1 nakagawa-s.jp, 1 @@ -76675,7 +78203,7 @@ nako.kr, 1 nako.no, 1 nakupi.online, 1 -nakvartiru.com, 1 +nakvartiru.com, 0 nale-hosting.tk, 1 nalenders.com, 1 nalepky-na-zed.cz, 1 @@ -76702,6 +78230,7 @@ namepros.com, 1 nameproscdn.com, 1 namereel.com, 1 +namesbee.com, 1 nameshield.com, 1 nameshield.net, 1 namesnack.com, 1 @@ -76729,7 +78258,6 @@ namus.gov, 1 nan0.cloud, 1 nanaimo.ca, 1 -nanaimoartscouncil.com, 1 nanaimoneighbourhoods.ca, 1 nanaka.love, 1 nanarose.ch, 0 @@ -76751,7 +78279,6 @@ nange.cn, 0 nangluongxanhbinhphuoc.com, 1 naninossoftware.tk, 1 -nanisiyou.com, 1 nanji123.com, 1 nanjiys.com, 1 nanjiyy.com, 1 @@ -76828,6 +78355,7 @@ naranonsantabarbara.org, 1 narardetval.se, 1 narazaka.net, 1 +narcissism.tk, 1 narcologic.ru, 1 narda-sts.com, 1 nardamiteq.com, 1 @@ -76836,12 +78364,15 @@ narek.tk, 1 narela.com.mx, 1 narenderchopra.com, 1 +narevapromotions.com, 1 narfation.org, 1 nargele.eu, 1 nargileh.nl, 1 naric.com, 1 narin.cf, 1 +narindal.ca, 1 narindal.ch, 1 +naringslivsala.se, 1 nariohtools.com, 1 naris-grc.com, 1 narko-stop.org, 1 @@ -76890,8 +78421,11 @@ nash-shishtavec.tk, 1 nasha-kahovka.tk, 1 nashareklama.tk, 1 +nashc.net, 0 nashdistribution.com, 1 +nashfm.tk, 1 nashfutbol.tk, 1 +nashidetki.tk, 1 nashikmatka.com, 1 nashira.cz, 1 nashjurist.tk, 1 @@ -76916,12 +78450,15 @@ nasserver-test.de, 0 nassi.me, 1 nast.tk, 1 +nastationztv.com, 1 +nastjenka.tk, 1 nastrojka-pianino.spb.ru, 1 nastunya.tk, 1 nastycomics.eu, 1 nastysclaw.com, 1 naszymzdaniem.pl, 1 nat-neocron.tk, 1 +nat.ac, 1 nataez.tk, 1 nataldigital.com, 1 natalia-in-quebec.tk, 1 @@ -76932,7 +78469,6 @@ nataliedawnhanson.com, 1 nataliehershlag.tk, 1 natalsentido.com, 1 -natanaelys.com, 0 nataniel-perissier.fr, 1 natarius.tk, 1 natariusadvokat.ga, 1 @@ -76982,7 +78518,6 @@ nathansmetana.com, 1 nathenmaxwell.tk, 1 nathumarket.com.br, 1 -nation-contracting.com.hk, 1 national-anime.com, 1 national.co.ua, 1 nationalacademic.nl, 1 @@ -76993,6 +78528,7 @@ nationalcrimecheck.com.au, 1 nationalcybersecuritysociety.org, 1 nationalfleetparts.com, 1 +nationalgridrenewables.com, 1 nationalhomeimprovements.co.uk, 1 nationalhomequotes.com, 1 nationalmall.gov, 1 @@ -77121,7 +78657,6 @@ nax.io, 0 naxcivan.tk, 1 nay.sk, 1 -nayami64.xyz, 1 nayanaas.com, 1 nayapakistan.tk, 1 nayefalebrahim.com, 1 @@ -77318,6 +78853,8 @@ necormansir.com, 1 necretro.org, 1 necromantia.tk, 1 +necronaut.tk, 1 +necropolis-online.tk, 1 necta.go.tz, 0 nectere.ca, 1 nectir-staging.com, 1 @@ -77395,6 +78932,7 @@ nehta.gov.au, 1 nei.st, 0 neide.ga, 1 +neighborhood-threat.tk, 1 neighborhoodelectricwa.com, 1 neighborshop.de, 1 neil-barrett.com, 1 @@ -77402,6 +78940,7 @@ neila.tk, 1 neildaniels.com, 1 neilfarrington.com, 1 +neilgaimanphilippines.tk, 1 neilhosting.net, 1 neillans.co.uk, 1 neillans.com, 1 @@ -77415,6 +78954,7 @@ nejmaklerka.cz, 1 nejrecept.cz, 1 nekljudov.ga, 1 +neko-city.tk, 1 neko-network.tk, 1 neko-nyan-nuko.com, 1 neko-nyan.org, 1 @@ -77423,6 +78963,7 @@ nekohana-inuhana.com, 1 nekoku.io, 1 nekolove.jp, 1 +nekomanten.de, 1 nekomata.tk, 1 nekomimi.pl, 1 nekomimirouter.com, 1 @@ -77470,6 +79011,7 @@ nemplex.com, 1 nemplex.win, 0 nemplex.xyz, 1 +nems.no, 1 nemsurvey.dk, 1 nemtilmeld.dk, 1 nemumu.com, 1 @@ -77494,10 +79036,12 @@ neochan.ru, 1 neocharge.net, 1 neocities.org, 1 +neoclan.tk, 1 neocyd.com, 1 neodaedalus.com.au, 1 neodigital.bg, 1 neodrive.ch, 1 +neodruid.tk, 1 neoedresources.org, 1 neoeliteconsulting.com, 1 neofilia.tk, 1 @@ -77529,6 +79073,7 @@ neotracker.io, 1 neovapo.com, 1 neoverso.tk, 1 +neovote.com, 1 neowa.tk, 1 neowin.net, 1 neowlan.net, 1 @@ -77540,6 +79085,7 @@ nepalese.tk, 1 nepali-fonts.tk, 1 nepalsnews.tk, 1 +nepartypas.tk, 1 nepdtp.in, 1 nepezzano13.com, 1 nephelion.org, 1 @@ -77565,6 +79111,7 @@ nepu.tk, 1 nerba.net, 1 nerd.gallery, 1 +nerdalert.dk, 1 nerdaristocracy.com, 1 nerdbox.cc, 1 nerdca.st, 1 @@ -77619,7 +79166,7 @@ nesterov.pw, 1 nestone.ru, 1 nestor.nu, 1 -nestorgaleanomegamariachi.com, 1 +nestra.tk, 1 nestreeo.com, 1 neswec.org.uk, 1 net-file.tk, 1 @@ -77652,6 +79199,8 @@ netconnect.at, 1 netcoolusers.org, 1 netcorp.net.au, 1 +netcost-security.fr, 0 +netcreator.us, 1 netcrew.de, 1 netculturejokes.tk, 1 netd.at, 1 @@ -77732,6 +79281,7 @@ netmagicas.com.br, 1 netmajstor.eu, 1 netmania.tk, 1 +netmaster.tk, 1 netmeister.org, 1 netmouse.tk, 1 netnea.com, 1 @@ -77781,7 +79331,6 @@ nette.org, 1 nettegeschenke.de, 1 nettgiro.no, 1 -netthier.net, 1 nettia.fi, 1 netticasinosivut.com, 1 nettiger.tk, 1 @@ -77804,6 +79353,7 @@ netwerkgeneeskunde.nl, 1 netwerkmanager.nl, 0 netwidow.com, 1 +netwire.tk, 1 netwiseprofits.com, 1 networg.cz, 1 networg.pl, 1 @@ -77831,7 +79381,6 @@ networkmon.net, 1 networkofarts.com, 1 networkperformancemonitoring.net, 1 -networkplus.co.uk, 1 networkposting.com, 1 networksecuritysolutions.info, 1 networksolutionsconsultant.com, 1 @@ -77856,6 +79405,7 @@ netzona.org, 1 netzspielplatz.de, 0 netzsv.website, 1 +netztest.at, 1 netzvieh.de, 1 netzwerk-lq.com, 1 netzwerk-sozialliberal.de, 1 @@ -77875,7 +79425,6 @@ neurocny.cloud, 1 neurococi.ro, 1 neurolab.no, 1 -neurolicht.de, 1 neurologia.tk, 1 neurologie.tk, 1 neurologysantamonica.com, 1 @@ -77883,7 +79432,6 @@ neuronus.com.br, 1 neuropharmacology.com, 1 neurophysiotherapy.ga, 1 -neuropsychexams.com, 1 neuropsychologisthouston.com, 1 neurostimtms.com, 1 neurosurgeryinmexico.com, 1 @@ -77905,6 +79453,7 @@ nevam.cf, 1 neve.in.ua, 1 never-afk.de, 0 +never-mind.tk, 1 never-more.tk, 1 never.pet, 1 neveraquemola.ml, 1 @@ -77940,12 +79489,12 @@ new-vip.com, 1 new-way.ml, 1 new-web-studio.com, 1 -new10.com, 1 new2h.com, 1 newagehoops.com, 1 newantiagingcreams.com, 1 newapparatus.com, 1 newasa.ga, 1 +newbabylon.tk, 1 newbackup.ml, 1 newbasemedia.us, 1 newbeginningsresale.com, 1 @@ -78003,6 +79552,7 @@ newforms.nl, 1 newfoundland-labradorflora.ca, 1 newgarden.tk, 1 +newgardenfarms.org, 1 newgle.xyz, 1 newgrowbook.com, 1 newguidance.ch, 0 @@ -78110,18 +79660,16 @@ newsletters.gq, 1 newsmotor.info, 1 newsnfl.tk, 1 -newsound.vn, 1 +newsound.vn, 0 newspaper-myapp.herokuapp.com, 1 -newspawn.net, 1 -newspiritfilms.com, 1 newspsychology.com, 1 newstel.tk, 1 newsthai.ml, 1 newsticker.tk, 1 +newstj.ml, 1 newstone-tech.com, 1 newstraveltoday.gq, 1 newsuk.tk, 1 -newsunited.com, 1 newsupdatesdaily.ga, 1 newsuzbekistan.tk, 1 newsvideo.tk, 1 @@ -78163,6 +79711,7 @@ nexgeneration-solutions.com, 1 nexicafiles.com, 1 nexiumgeneric.tk, 1 +nexlight.be, 1 nexlp.com, 1 nexril.net, 0 nexs.gg, 1 @@ -78170,6 +79719,7 @@ next-log.ru, 0 next-web.ad.jp, 0 next.ddnss.org, 1 +next.me, 1 next24.io, 1 next47.com, 1 nextads.ch, 1 @@ -78256,6 +79806,7 @@ nfe-elektro.de, 1 nffs.cf, 1 nfgonlineuk.tk, 1 +nfil.in, 1 nfitraining.nl, 1 nfl.ddns.net, 1 nfl.dedyn.io, 1 @@ -78272,6 +79823,7 @@ nfrost.me, 1 nfsec.pl, 1 ng-musique.com, 1 +ng.edu.ee, 1 ngarate.com, 1 ngatikuri.tk, 1 ngawa-avocat-paris.fr, 1 @@ -78293,9 +79845,11 @@ ngmx.org, 1 ngndn.jp, 1 ngo-online.de, 1 +ngocchaua.vn, 1 ngoresan.tk, 1 ngorod.tk, 1 ngpest.com, 1 +ngplus.name, 1 ngservers.com, 0 nguoimuahangmy.com, 1 nguru.net, 1 @@ -78312,6 +79866,7 @@ nhakhoabella.com, 1 nhakhoahaianh.vn, 1 nhakhoangocanh.net, 1 +nhance.pl, 1 nhanlucnhatban.com, 1 nhaoi.com, 0 nhatrang.tk, 1 @@ -78468,6 +80023,7 @@ nickserve.nl, 1 nickserve.org, 1 nickstories.de, 1 +nicktamin.de, 1 nicktheitguy.com, 1 nickwasused.de, 1 nickwasused.ga, 1 @@ -78491,6 +80047,7 @@ nicolas-hoizey.com, 1 nicolas-simond.ch, 1 nicolas-simond.com, 1 +nicolaschelly.tk, 1 nicolasfriedli.ch, 1 nicolasiung.me, 1 nicolasprovost.tk, 1 @@ -78521,6 +80078,7 @@ niekbrekelmans.nl, 1 niels-modeltog.tk, 1 nielsbohr.ai, 1 +nielsdesign.tk, 1 niemaler.de, 1 niemandmussirgendwas.de, 1 nien.cf, 1 @@ -78539,6 +80097,7 @@ nieselregen.com, 1 niesstar.com, 0 nietmvwoensel.com, 1 +nietveel.tk, 1 nietvolgensdeboekjes.nl, 1 nietzsche.com, 1 nieuwebroek.com, 1 @@ -78552,7 +80111,6 @@ nifume.com, 1 niga.tk, 1 nigelvm.com, 1 -nigelvm.email, 1 nigensha.co.jp, 1 nigeriaimagefoundation.org, 1 nigeriaportal.tk, 1 @@ -78563,6 +80121,7 @@ night2stay.de, 1 night2stay.fr, 1 night2stay.ru, 1 +nightandthecityofbrokenpromises.tk, 1 nightblue.ml, 1 nightblue.tk, 1 nightbox.cf, 1 @@ -78576,10 +80135,12 @@ nighthawkstrategies.com, 1 nightkiss66.org, 1 nightline.ie, 0 +nightlive.tk, 1 nightmareabyss.top, 0 nightmarejoker2.com, 1 nightmoose.org, 1 nightoutrecords.tk, 1 +nightparty.tk, 1 nightpass.tk, 1 nightscapes.tk, 1 nightscapesoutdoorlighting.com, 0 @@ -78587,9 +80148,12 @@ nightsnack.cf, 1 nightstand.io, 1 nightstar-online.tk, 1 +nightstory.tk, 1 nightvisionguys.com, 1 +nightvisionradio.tk, 1 nightwinds.tk, 1 nightwishchile.tk, 1 +nightwishperu.tk, 1 nightwood.cf, 1 nigmapictures.tk, 1 nigt.cf, 1 @@ -78619,6 +80183,7 @@ nikandcara.com, 1 nikant.tk, 1 nikavandenbos.nl, 1 +nikavenus.com, 1 nikelunartw.net, 1 nikesoccerbodotoutlet.ga, 1 nikest.cf, 1 @@ -78628,9 +80193,11 @@ nikhilramakrishnan.tk, 1 nikimix.com, 0 nikitenko.tk, 1 +nikitin.photo, 1 nikitina.ml, 1 nikkasystems.com, 1 nikkila.me, 1 +nikkotaytay.tk, 1 nikksno.io, 1 niklas.pw, 1 niklasbabel.com, 1 @@ -78665,6 +80232,7 @@ nilrem.org, 0 nils.ch, 1 nilsanenglish.com, 1 +nilsnet.tk, 1 nimairdrop.com, 1 nimanranch.com, 1 nimbl.nz, 1 @@ -78680,6 +80248,7 @@ nimiq.com, 1 nimiqairdrop.com, 1 nimit.se, 1 +nimnadasl.tk, 1 nimnordic.com, 1 nimus.tk, 1 nin.to, 1 @@ -78690,6 +80259,7 @@ ninakoenig.org, 1 ninanice.net, 1 ninarocha.ch, 1 +ninasky.tk, 1 ninasofian.ro, 1 ninaundandre.de, 1 ninavegas.net, 1 @@ -78737,7 +80307,7 @@ ninure.tk, 1 ninux.ch, 0 ninverse.com, 1 -niobelakelodge.com, 1 +nio.com.ua, 1 nios.cf, 1 niourk.com, 1 nipax.cz, 1 @@ -78767,9 +80337,9 @@ nishiyama-shoten.com, 1 nisomnia.com, 1 nissanofbismarckparts.com, 1 +nissanpartsdeal.com, 1 nisselrooij.nl, 1 nist.tech, 1 -nitaonline.org, 1 nitecore.ga, 1 nitendaytowing.ga, 1 nitifilter.com, 1 @@ -78778,6 +80348,7 @@ nitrix.me, 1 nitrocloud.ddns.net, 1 nitrokey.com, 1 +nitromaster.tk, 1 nitropanel.com, 1 nitropur.com, 1 nitropur.de, 1 @@ -78790,7 +80361,6 @@ nivarussia.ml, 1 nivel03.com, 1 nivelconlaser.com, 1 -nivelo.io, 1 nivoit.cf, 1 nix-sender.com, 1 nix-sender.ru, 0 @@ -78802,6 +80372,7 @@ nixonlibrary.gov, 1 nixops.me, 1 nixplus.tk, 1 +nixram.com, 1 nixrepair.nl, 1 nixsub.tk, 1 nixtest.net, 1 @@ -78857,6 +80428,7 @@ nlc-business.com, 1 nlc.org.au, 1 nlgr.de, 1 +nlib.ee, 1 nlivestream.com, 1 nllboard.co.uk, 1 nlleisure.co.uk, 1 @@ -78940,6 +80512,7 @@ nobly.de, 1 nobodyplex.gq, 1 nobreaks.ca, 1 +nobz.com.br, 0 noc.wang, 1 nocillaconchorizo.tk, 1 nocit.dk, 1 @@ -78955,6 +80528,7 @@ noctisphoto.tk, 1 nocturnos.tk, 1 nocturnus.tk, 1 +noctys.com, 1 nodde.cf, 1 nodecdn.net, 1 nodecraft.com, 1 @@ -78964,7 +80538,6 @@ nodejs.de, 1 nodelab-it.de, 1 nodelia.com, 1 -nodepositcasinouk.com, 1 nodesonic.com, 1 nodespin.com, 1 nodestination.tk, 1 @@ -79013,6 +80586,7 @@ noisky.cn, 1 noisyfox.cn, 1 noisyfox.io, 1 +noisyspa.io, 1 noites.pt, 1 noj.ac, 0 nojok.es, 1 @@ -79070,8 +80644,8 @@ nonemail.ch, 1 nonemu.ninja, 1 nonglamfarm.vn, 1 -nonla.hu, 1 nonnaloreta.it, 1 +nono.fi, 1 nono303.net, 1 nonobstant.cafe, 1 nonprofit.info, 1 @@ -79089,7 +80663,6 @@ noobit.org, 1 noobow.me, 1 noobsrus.co.uk, 1 -noobsunited.de, 1 noobswhatelse.net, 1 noobunbox.net, 1 noodles.net.nz, 0 @@ -79126,7 +80699,6 @@ nopaincenter.ro, 0 nopajam.tk, 1 nopaste.eu, 1 -nopaste.xyz, 1 nopaynocure.com, 1 nophelet.com, 1 nopm.xyz, 1 @@ -79149,6 +80721,7 @@ nordfinck.de, 1 nordicess.dk, 1 nordicirc.com, 1 +nordico.club, 1 nordicportalen.tk, 1 nordicsrit.tk, 1 nordinfo.fi, 1 @@ -79197,6 +80770,7 @@ norml.fr, 1 noroutine.me, 1 norouzi-jeep.ir, 1 +norrisautomotiveinc.com, 1 norrishome.tk, 1 norrkemi.se, 1 norrlandsbilverkstad.se, 1 @@ -79220,7 +80794,7 @@ northdevonbouncycastles.co.uk, 1 northeastcdc.org, 1 northeasternchimney.com, 1 -northebridge.com, 1 +northebridge.com, 0 northern-lakes.com, 1 northernflame.tk, 1 northerngate.net, 1 @@ -79260,7 +80834,7 @@ norway.ml, 1 norwayinternetstuffs4u.tk, 1 norwestantennas.com.au, 1 -norwestpodiatry.co.nz, 1 +norwichzen.org.uk, 1 norys-escape.de, 1 norzetto.com, 1 nos-medias.fr, 1 @@ -79275,6 +80849,7 @@ noseaswey.com, 1 nosecrets.ch, 1 nosedoctor.net, 1 +nosetup.tk, 1 nosfermiers.com, 1 nosinmiperro.tk, 1 nosite.co.za, 1 @@ -79306,6 +80881,8 @@ not4me.tk, 1 nota-web.com, 1 nota.moe, 1 +notablepeeps.com, 1 +notabug.eu, 1 notabug.org, 1 notacooldomain.com, 1 notadd.store, 1 @@ -79331,7 +80908,6 @@ notcurses.com, 1 notdankmemer.lol, 1 note.ms, 1 -note.wf, 1 note1024.tk, 1 note64.com, 1 note7forever.com, 1 @@ -79379,6 +80955,7 @@ notinglife.com, 1 notisec.hu, 1 notisecit.hu, 1 +notiziarioweb.tk, 1 notizie.ai, 1 notjustvacs.com, 1 notliriklagu.com, 1 @@ -79395,6 +80972,7 @@ notoriousdev.com, 1 nototema.com, 1 notre-planete.info, 1 +notrecinema.com, 1 notrefuse.tk, 1 notrero13.com, 1 notresiteduvercors.tk, 1 @@ -79420,13 +80998,13 @@ nova-host.ml, 1 nova-kultura.org, 1 nova.live, 1 -nova.moe, 1 nova401k.com, 1 novabench.com, 0 novacal.ga, 1 novacoaching.nl, 1 novacoast.com, 1 novadermis.es, 1 +novadir.com, 1 novafreixo.pt, 1 novaintegra.co, 1 novaintegra.com, 1 @@ -79438,6 +81016,7 @@ novapur.pl, 1 novaratoday.it, 1 novarock.tk, 1 +novasdecadamanha.com.br, 1 novasprint.tk, 1 novawatch.de, 1 novaway.ca, 1 @@ -79508,14 +81087,15 @@ novysvit.com.ua, 1 now.sh, 1 now101atm.tk, 1 +nowaovivo.com.br, 1 nowarning.cc, 1 nowbb.tk, 1 nowcomplete.com.br, 1 nowebsite.tk, 1 nowecor.de, 1 +noweigh.co.uk, 1 nowhere.dk, 1 nowinkijedynki.tk, 1 -nowitzki.me, 1 nowitzki.network, 1 nowlas.org, 0 nowloading.co, 1 @@ -79534,7 +81114,6 @@ noxx.uk, 1 noyavid.com, 1 noydeen.com, 1 -noyocenter.org, 1 noyoga.at, 1 nozaka-k.com, 1 nozel.cf, 1 @@ -79574,6 +81153,7 @@ nrdstd.io, 1 nrealsport.com, 1 nrev.ch, 0 +nrg.edu.ee, 1 nriol.net, 1 nrkn.fr, 1 nrldc.in, 0 @@ -79653,7 +81233,6 @@ ntlabs.org, 1 ntotten.com, 1 ntppool.org, 0 -ntut.net, 1 ntx360grad-fallakte.de, 1 ntzwrk.org, 1 nu-pogodi.net, 1 @@ -79692,11 +81271,14 @@ nudelkurre.info, 1 nudes.ovh, 1 nudevotion.com, 1 +nudge.ai, 1 +nudo.tk, 1 nuel.cl, 1 nuestrasdanzashn.tk, 1 nuestratecnologia.com, 1 nuevacombarbala.tk, 1 nuevaimagenpublicidad.es, 1 +nuevapublicidad.tk, 1 nuevaya.com.ni, 1 nuffield.nl, 1 nugdev.co, 0 @@ -79717,6 +81299,7 @@ nukleovisual.com, 1 null-d.com, 1 null-life.com, 1 +nullbit.tk, 1 nullbox.co, 1 nulle-part.org, 1 nulledme.ga, 1 @@ -79745,12 +81328,14 @@ numero-aleatorio.com, 1 numero1.ch, 0 numero1.tk, 1 +numerobis.tk, 1 numerologist.com, 1 numerouno.ml, 1 numinous-travel.com, 1 numismatica.info.ve, 0 numismed-seniorcare.de, 1 numista.com, 1 +nummer378.de, 1 numo.co, 1 numwave.nl, 1 numxl.com, 1 @@ -79789,12 +81374,14 @@ nursejj.com, 1 nursemom.ca, 1 nurserystory.co.uk, 1 +nurses.dating, 1 nursing-school2.tk, 1 nursingconsultant.ca, 1 nursingschool.network, 1 nursingschoolsnearme.com, 1 nuryahan.com.br, 1 nusaceningan.io, 1 +nusantaraku.tk, 1 nusatrip-api.com, 1 nussadoclub.org, 1 nussschale.eu, 1 @@ -79863,6 +81450,7 @@ nvoip.com.br, 1 nvq.nl, 1 nvr.bz, 1 +nvrk.edu.ee, 1 nvsp.in, 1 nvtc.gov, 1 nvtz.nl, 1 @@ -79884,6 +81472,7 @@ nwradio.tk, 1 nwshell.com, 1 nwspecialists.com, 1 +nwtparks.ca, 1 nwtrb.gov, 1 nwuss.okinawa, 1 nwwnetwork.net, 1 @@ -79910,7 +81499,6 @@ nyangasm.com, 1 nyangasm.net, 1 nyangasm.org, 1 -nyanpasu.tv, 1 nyansparkle.com, 1 nyantec.com, 1 nyatane.com, 1 @@ -79937,7 +81525,6 @@ nyip.co.uk, 1 nylasercenter.com.pl, 1 nylevemusic.com, 1 -nyliveauctions.com, 1 nyloc.de, 1 nylonfeetporn.com, 0 nymphetomania.net, 1 @@ -79960,7 +81547,6 @@ nzbr.de, 1 nzelaweb.com, 1 nzguns.co.nz, 1 -nzia.tk, 1 nzpost.ga, 1 nzroom.cf, 1 nzstudy.ac.nz, 1 @@ -80054,7 +81640,6 @@ oasis-conference.org.nz, 0 oasis.mobi, 0 oasis9.net, 1 -oasisbahamas.com, 1 oasisbodycare.jp, 1 oasisgenetics.com, 1 oasiskitchens.com, 1 @@ -80075,8 +81660,7 @@ obbr.tk, 1 obcevents.co.uk, 1 obclub.tk, 1 -obdadvisor.com, 1 -obdchekautomotriz.co, 1 +obcom.tk, 1 obdinvest.ru, 1 obdlink.com, 1 obdolbacca.ru, 1 @@ -80084,7 +81668,6 @@ obecvinodol.tk, 1 obed-doma.tk, 1 obejo.tk, 1 -obejor.com.ng, 1 obelisco.tk, 1 oberam.de, 1 obereg.cf, 1 @@ -80108,6 +81691,7 @@ obihoernchen.de, 1 obioncountytn.gov, 1 obj.moe, 1 +objavka.com, 0 object.earth, 1 objectif-securite.ch, 1 objectif-terre.ch, 0 @@ -80129,6 +81713,7 @@ obmen-viz.tk, 1 obmen-vizitami.ml, 1 obmenka.tk, 1 +obmennik.tk, 1 obnalichka.cf, 1 obnalichka.ga, 1 obnalichka.gq, 1 @@ -80162,6 +81747,7 @@ obuhov.ml, 1 obuhov.tk, 1 obuysya.tk, 1 +obve.nl, 0 obxlistings.com, 1 obyvateleceska.cz, 1 obzor-znakomstv.tk, 1 @@ -80189,6 +81775,7 @@ occupations.org.ru, 1 occupybakersfield.tk, 1 occupymedia.org, 1 +occupynightlife.com, 1 ocd2016.com, 1 ocdadmin.com, 1 ocdhub.co.za, 1 @@ -80229,7 +81816,6 @@ ocg-card.com, 1 ochaken.cf, 1 ochatoosenbei.tk, 1 -ochistkavod.com, 1 ochki-linzi.tk, 1 ochrepoint.com.au, 1 ochsenfeld.co, 1 @@ -80258,7 +81844,6 @@ octanio.com, 1 octarineparrot.com, 1 octav.name, 1 -octava.ua, 0 octavia.net, 1 octaviosimon.com, 1 octo.im, 1 @@ -80313,6 +81898,7 @@ odiall.co, 1 odiall.tk, 1 odiamoselregeton.tk, 1 +odifi.com, 1 odigitalmarketing.com.br, 1 odijmond.nl, 1 odinraz.ga, 1 @@ -80326,7 +81912,6 @@ odolbeau.fr, 1 odonoghue.kiwi, 1 odonti.com, 1 -odontologia-online.com, 0 odontologiawilliampizarro.com, 1 odoo.co.th, 1 odoru.ga, 1 @@ -80376,12 +81961,14 @@ oesterbaron.nl, 1 oetzies-quiz.com, 1 oevenezolano.org, 1 +oevkg.at, 1 of-sound-mind.com, 1 of2106.dnsalias.org, 1 of2m.fr, 1 ofaqim.city, 1 ofasoft.com, 1 ofcampuslausanne.ch, 0 +ofelia.tk, 1 ofertasadsl.com, 1 ofertastop.es, 1 ofertaviva.com.br, 1 @@ -80404,7 +81991,6 @@ offersgame.com, 1 offerte-gas.it, 1 offerte-luce.it, 1 -offertegiuste.com, 1 offertemodule.com, 1 offeryep.info, 1 offgames.io, 1 @@ -80417,6 +82003,7 @@ office-dolmetscher-scharnagl.de, 1 office-furniture-direct.co.uk, 1 office-house.tk, 1 +office-mizutani.jp, 1 office-op.tk, 1 office-ruru.com, 1 office.urown.cloud, 1 @@ -80434,12 +82021,12 @@ officemovepro.com, 1 officert.ga, 1 officevibe.com, 1 -officezoneonline.com, 1 officialhazalturesan.tk, 1 officina.roma.it, 1 officina.tk, 1 officium.tech, 1 offlimo.com, 1 +offlineauthentication.com, 1 offpages.cf, 1 offpages.gq, 1 offpages.ml, 1 @@ -80460,6 +82047,7 @@ ofileo.fr, 1 ofisescort.ga, 1 ofisescort.tk, 1 +ofkodasplace.nl, 1 oflow.me, 0 ofo.moe, 1 ofo2.com, 0 @@ -80496,7 +82084,7 @@ ogyaa.jp, 0 oh-leg.com, 1 oh-my-lash.nl, 1 -oh14.de, 1 +oh14.de, 0 ohai.su, 1 ohari5336.in, 1 ohartl.de, 0 @@ -80543,7 +82131,7 @@ ohyooo.com, 1 ohype.ga, 1 ohype.gq, 1 -oi-wiki.org, 0 +oi-wiki.org, 1 oiahe.org.uk, 1 oic-ci.gc.ca, 1 oidrava.tk, 1 @@ -80596,6 +82184,7 @@ okib.ca, 1 okinawa-mag.net, 1 okinawa-seaside.com, 1 +okinawan-lyrics.com, 1 okkhor52.com, 1 okkultemysterier.tk, 1 okkur.community, 1 @@ -80629,11 +82218,15 @@ okqubit.net, 1 okremarketing.com, 1 oksafe-t.org, 1 +oksanakazakova.tk, 1 okskoleni.cz, 1 oksmclub.ga, 1 +oktava.tk, 1 oktave.co, 1 oktayincesuturizm.com, 1 oktime.cz, 1 +oktober.tk, 1 +oktos.tk, 1 oktour.ca, 1 okubo-shika.jp, 1 okuguchihifuka-clinic.com, 1 @@ -80650,6 +82243,7 @@ olamisys.com, 1 olamisys.email, 1 olamisys.xyz, 1 +olaradio.tk, 1 olasderisa.tk, 1 olasouris.com, 0 olastrafford.org, 1 @@ -80666,6 +82260,7 @@ old-wheelers.tk, 1 oldaine.tk, 1 oldbkcom.tk, 1 +oldbones.tk, 1 oldbrookinflatables.co.uk, 1 oldbrookmarqueehire.co.uk, 1 oldcars.tk, 1 @@ -80678,6 +82273,7 @@ oldenglishsheepdog.com.br, 1 oldenzaal.tk, 1 older-racer.com, 1 +oldfarming.tk, 1 oldfieldmusic.tk, 1 oldfriends.tk, 1 oldhouse.tk, 1 @@ -80690,6 +82286,7 @@ oldonyosafaris.com, 1 oldpc.com.ua, 1 oldriver.tk, 1 +oldroadswhippets.tk, 1 oldrun.is, 1 oldrup.dk, 1 oldscans.tk, 1 @@ -80697,11 +82294,16 @@ oldschool.wiki, 1 oldshara.tk, 1 oldskoolreviews.tk, 1 +oldsql.tk, 1 oldsticker.com, 1 oldstmary.com, 1 oldtavern.tk, 1 +oldtimer.tk, 1 +oldtimerclub.tk, 1 oldtimerparts.de, 0 oldtimerreifen-moeller.de, 1 +oldtimers.tk, 1 +oldtimesecurity.tk, 1 oldvaliken.tk, 1 olecoin.io, 1 olegchursin.com, 1 @@ -80760,7 +82362,7 @@ oliverjoss.com, 1 oliverlanguages.com, 1 olivernaraki.com, 1 -oliverniebuhr.de, 0 +oliverniebuhr.de, 1 oliverschmid.space, 1 oliverspringer.eu, 1 oliverst.com, 1 @@ -80806,11 +82408,13 @@ olphseaside.org, 1 olqoa.org, 1 olschurch.com, 1 +olsen-town.tk, 1 olsh-hilltown.com, 1 olson25.org, 1 olsonproperties.com, 1 oluchiedmundmusic.com, 1 oludeniz.tk, 1 +olustvere.edu.ee, 1 olxdir.tk, 1 olydemy.com, 1 olyfed.com, 1 @@ -80820,7 +82424,9 @@ olympeakgaming.tv, 1 olymperfitness.com, 1 olympia-blerick.tk, 1 +olympia-londerzeel.tk, 1 olympiads.ca, 1 +olympiaduilawyers.com, 1 olympiamanzanilla.tk, 1 olympic-research.com, 1 olympicfitness.com.mx, 1 @@ -80831,13 +82437,16 @@ omahachapterone.org, 1 omaharoofpros.com, 1 omahcoin.com, 1 +omandatapark.com, 1 omangrid.com, 1 omanhr.cf, 1 omanko.porn, 0 omaosurveys.org, 0 +omarans.com, 1 omarbaba.shop, 1 omarh.net, 1 omarhussien.tk, 1 +omarov.tk, 1 omarpalos.com, 1 omarsamarah.tk, 1 omarsuniagamusic.ga, 1 @@ -80868,15 +82477,15 @@ omexcables.com, 1 omf.link, 1 omgbouncycastlehire.co.uk, 1 -omgpu.com, 1 +omgpu.com, 0 omgvaneyckwashere.be, 1 omgvaneyckwashere.com, 1 omgvaneyckwashere.eu, 1 omgvaneyckwashere.gent, 1 omhome.net, 1 omicron3069.com, 1 -omidfan.ir, 1 -omintmais.azurewebsites.net, 0 +omidfan.ir, 0 +omintmais.azurewebsites.net, 1 omitech.co.uk, 1 ommcitalflex.com, 1 omnel.ml, 1 @@ -80885,10 +82494,12 @@ omniaintranet.de, 1 omniaintranet.dk, 1 omniaintranet.se, 1 +omniarch.se, 1 omniatv.com, 1 omniballot.us, 1 omnibot.tv, 1 omnicourt.jp, 1 +omnidiecasting.com, 1 omnienviro.com, 0 omnienviro.com.au, 0 omnifotoside.tk, 1 @@ -80899,6 +82510,8 @@ omnisky.dk, 1 omnissimmo.fr, 1 omniteck.com, 1 +omnitrack.org, 1 +omnitrattore.it, 1 omniverse.ru, 1 omny.info, 1 omoide-hitokoto.com, 1 @@ -80932,6 +82545,7 @@ ona.io, 1 onaboat.se, 1 onahonavi.com, 1 +onair.ovh, 1 onby.org, 1 onceuagain.tk, 1 onceuponabow.org, 1 @@ -80961,10 +82575,11 @@ ondrejsramek.cz, 1 ondrejvasicek.cz, 1 one-clue.com, 1 +one-cozmic.com, 1 one-host.ga, 1 one-million-places.com, 1 one-news.net, 0 -one-promise.org, 1 +one-pixel.tk, 1 one-resource.com, 1 one-s.co.jp, 1 one-tab.com, 1 @@ -80991,7 +82606,6 @@ oneclickmoney.tk, 1 onedaygrandcanyonrafting.com, 1 onedeal.com.ua, 1 -onedigitize.com, 1 onedot.nl, 1 onedrive.com, 0 onedrive.live.com, 0 @@ -81022,6 +82636,7 @@ oneone.moe, 1 oneononeonone.de, 1 oneononeonone.tv, 1 +onepersona.io, 1 oneplaykh.com, 1 onepointsafeband.ca, 1 onepointsafeband.com, 1 @@ -81035,6 +82650,7 @@ oneso.win, 1 onesourceit.nl, 1 onesports.cz, 1 +onestarclassics.com, 1 onestasolar.com, 1 onestepbooks.gq, 1 onestepbooks.ml, 1 @@ -81080,7 +82696,11 @@ oninpresento.ga, 1 onionbot.ga, 1 onionbot.me, 1 +onionplay.eu, 1 +onionplay.is, 1 +onionplay.org, 1 onionscan.org, 1 +onionshare.org, 1 onionsocial.com, 1 onionyst.com, 1 oniria.ch, 0 @@ -81112,6 +82732,7 @@ online-news-usa.tk, 1 online-pochta.ml, 1 online-pr.at, 1 +online-results.dk, 1 online-scene.com, 1 online-shop-equipment.tk, 1 online-sql-editor.com, 1 @@ -81133,7 +82754,6 @@ onlinebrides.tk, 1 onlinebs.tk, 1 onlinebupropion.gq, 1 -onlinebusiness.law, 1 onlinecarstyling.nl, 1 onlinecasinobluebook.com, 1 onlinecasinoerdk.com, 1 @@ -81169,7 +82789,6 @@ onlineloansnocreditcheck.tk, 1 onlineltctraining.com, 1 onlinemagento.com, 1 -onlinemarketingmuscle.com, 1 onlinemarketingtraining.co.uk, 1 onlinenewspaperclassifieds.com, 1 onlinepaydayloans365.tk, 1 @@ -81178,14 +82797,17 @@ onlineprofecional.com, 1 onlineprogrammingbooks.com, 1 onlineradio.com.pl, 1 +onlineradio.id, 1 onlineradio.pp.ua, 1 onlineradiobr.com, 1 onlineradious.com, 1 +onlinerolgordijnen.nl, 1 onlineschipaanpak.nl, 1 onlinesorusor.cf, 1 onlinesports.cf, 1 onlinesports.tk, 1 onlinestoresite.com.au, 1 +onlinesudoku.tk, 1 onlinesystem.jp, 1 onlinetadacip.gq, 1 onlinetextil.cz, 1 @@ -81194,6 +82816,7 @@ onlinetravelmoney.co.uk, 1 onlineunitedcountry.com, 1 onlinevardenafil.gq, 1 +onlineverdienen.tk, 1 onlinevergidanismani.com, 1 onlineviewers.tk, 1 onlinevisa.ru, 1 @@ -81207,10 +82830,11 @@ onlineyearbook.tk, 1 onlineyos.ru, 1 onlinezaim.ml, 1 -onload.pt, 1 +onlinezonneschermen.nl, 1 only-fragrances.com, 0 only.lc, 1 only.sh, 1 +only2chat.eu, 1 only4free.tk, 1 onlybooks.gq, 1 onlycrumbsremain.com, 1 @@ -81244,6 +82868,7 @@ onoranzefunebri.roma.it, 1 onore.org, 1 onourwifi.com, 1 +onpatient.com, 1 onpaws.com, 1 onpay.io, 1 onpermit.net, 1 @@ -81252,6 +82877,7 @@ onporn.fun, 1 onporn.red, 1 onporn.tube, 1 +onpreise.de, 1 onrealt.ru, 0 onsenlaichelesdoigts.be, 1 onsetfacilities.com, 1 @@ -81275,7 +82901,6 @@ onthecheap.store, 1 onthegosystems.com, 1 onthegreen.golf, 1 -onthehook.ru, 1 onthesocials.com.au, 1 ontheten.org, 1 onthewaypodcast.com, 1 @@ -81288,7 +82913,6 @@ ontwerpdenkers.nl, 1 onurer.net, 1 onvey.io, 1 -onviga.de, 1 onvirt.de, 1 onvori.com, 1 onvori.de, 1 @@ -81298,7 +82922,6 @@ onysix.net, 1 onyx-groups.com, 1 onyxcts.com, 1 -onyxfireinc.com, 1 onyxgen.duckdns.org, 1 onzelievevrouw-veldegem.tk, 1 onzerelaties.net, 1 @@ -81423,7 +83046,6 @@ opengovpartnership.de, 1 openhistory.de, 1 openid.net.br, 1 -openit.center, 1 openjur.de, 1 openkim.org, 1 openkvk.nl, 1 @@ -81433,7 +83055,6 @@ openmind.ga, 1 openmirrors.cf, 1 openmirrors.ml, 1 -openmtbmap.org, 1 opennippon.com, 1 opennippon.ru, 1 openpictures.ch, 1 @@ -81495,10 +83116,13 @@ operationforever.com, 1 operationkiwi.work, 1 operationturkey.tk, 1 +operator.tk, 1 +operaunica.tk, 1 operd.gob.do, 1 operrhealth.com, 0 opexterminating.com, 1 opfin.com, 1 +ophidian.tk, 1 ophthalmologynotes.tk, 1 opiates.ca, 1 opiates.net, 0 @@ -81569,7 +83193,6 @@ opstory.com, 1 opstrengning.tk, 1 opsystems.bg, 1 -optaviarecipe.com, 1 opti-net.at, 1 opti-net.solutions, 1 optical-faking.tk, 1 @@ -81586,6 +83209,7 @@ optik-trosdorff.de, 1 optiker-gilde.de, 1 optilan.tk, 1 +optimadental.es, 1 optimal-e.com, 0 optimale.co.uk, 1 optimall.tk, 1 @@ -81631,6 +83255,7 @@ opture.ch, 1 opus-codium.fr, 1 opus-nail.com, 1 +opusclassical.net, 1 opuselsalvador.com, 1 opussystems.com.au, 1 opvakantie-noorwegen.nl, 1 @@ -81645,7 +83270,9 @@ oqwebdesign.com, 1 orablanket.co.nz, 1 oracleclown.com, 1 +oracolo.tk, 1 oraculobrasil.com.br, 1 +oraklinika.tk, 1 oralbregalaoralb.it, 1 oraldigital.com.br, 1 oralee.org, 1 @@ -81670,6 +83297,8 @@ oranjerie.tk, 1 orano.vn, 1 oranous.tk, 1 +oranweb.tk, 1 +oraz.tk, 1 orazen.it, 1 orbassano5aele2021.tk, 1 orbeimaginario.com, 1 @@ -81716,6 +83345,7 @@ ordermore.cloud, 1 ordermygear.com, 1 orderomnicef.gq, 1 +orderphentermine.com, 1 orderpizza.tk, 1 orderseason.digital, 1 orderteethest.ga, 1 @@ -81730,6 +83360,7 @@ ordr.net, 1 ordr.no, 1 orduhaberleri.tk, 1 +ore.cool, 1 oregon2020census.gov, 1 oregonenergysaver.com, 1 oreka.online, 1 @@ -81742,6 +83373,7 @@ orenburg-life.tk, 1 orendamebliv.com.ua, 1 orenohatake.com, 1 +orensport.tk, 1 oreo.rocks, 1 oreshinya.xyz, 1 oreskylaw.com, 1 @@ -81787,10 +83419,12 @@ orientalcuisine.tk, 1 orientalgadgets.tk, 1 orientaltrends.com.br, 1 +orientir.tk, 1 orientravelmacas.com, 1 oriflamesamara.tk, 1 oriflameszepsegkozpont.hu, 1 origami.to, 1 +origamiii.me, 1 origamiking.wiki, 1 origenarts.com, 1 originahl-scripts.com, 1 @@ -81807,9 +83441,10 @@ origintunes.tk, 1 orikadabra.nl, 1 orikos.tk, 1 -orikum.org, 1 +orikum.org, 0 orimex-mebel.ru, 1 orimono.ga, 1 +oriolcarbonell.tk, 1 orion-rentals.tk, 1 orion-universe.com, 1 orioncokolada.cz, 0 @@ -81817,7 +83452,6 @@ orionfcu.com, 1 orionfinancialservices.com, 1 orionleasing.com, 1 -oriontravel.co, 1 oriveda.ch, 1 oriveda.co.uk, 1 oriveda.com, 1 @@ -81888,9 +83522,9 @@ oryva.com, 1 orz.uno, 1 orzechot.pl, 1 -os-russia.com, 1 os-s.net, 1 os-t.de, 1 +os.ax, 1 os24.cz, 1 os76.xyz, 1 osa.org.za, 1 @@ -81911,28 +83545,31 @@ osau.com, 1 osawatomieks.org, 1 osbeck.com, 1 -osbi.pl, 1 osborn.io, 1 +osborne.tk, 1 osborneinn.com, 1 osborneprice.com, 1 osburn.com, 1 +oscarmartinez.tk, 1 oscars-web.tk, 1 oscarsalas.tk, 1 oscarspatiobar.com, 1 oscarvk.ch, 1 osceolacountyia.gov, 1 osci.io, 1 +oscie.net, 1 oscillation-services.fr, 1 oscloud.com, 1 oscom.tk, 1 oscpi.com, 1 oscreen.ru, 1 +osdeployments.com, 1 osdls.gov, 1 osdnc.com, 1 ose-group.com, 1 +oseido.tk, 1 osepideasthatwork.org, 1 osereso.tn, 1 -oses.mobi, 1 osetia.tk, 1 osetinskie-pirogi.ga, 1 osetiya.gq, 1 @@ -81948,12 +83585,15 @@ oshrc.gov, 1 osielnava.com, 1 osimmo.fr, 1 +osipenko.ua, 1 +osirisrising.tk, 1 osirisrp.online, 1 osirium.com, 1 oskrba.net, 1 oskrba.online, 1 oskuro.net, 1 osla.org, 1 +oslinux.net, 1 oslo-kammerorkester.no, 1 osm.is, 1 osm.org, 1 @@ -82046,6 +83686,7 @@ other98.com, 1 otherkinforum.com, 1 otherlandlabs.com, 1 +otherwise.tk, 1 othrys.net, 1 oticasvisao.net.br, 1 otimismoemrede.tk, 1 @@ -82053,16 +83694,19 @@ otiumtech.com, 1 otixz.com, 1 otkm-stuttgart.tk, 1 +otmorozki.tk, 1 otoblok.com, 1 otocenterfelix.com.br, 1 otokiralama.name.tr, 1 otoma.tk, 1 otomania.tk, 1 +otomny.fr, 1 otomobilforumu.com, 1 otooil.com, 1 otopan.com, 1 otoplastik.ml, 1 otoplenie-ufa.ml, 1 +otorino.tk, 1 otorrino.pt, 1 otoy.com, 1 otprema.hr, 1 @@ -82070,6 +83714,7 @@ otptikforum.cf, 1 otr.ie, 1 otrm.de, 1 +otrosidigo.tk, 1 ots.gov, 1 otsfreestyle.jp, 1 otsu.beer, 1 @@ -82083,6 +83728,7 @@ ottoversand.at, 1 otus-magnum.com, 1 otuts.eu, 1 +otv.cool, 1 otvaracie-hodiny.sk, 1 otya.me, 1 ouaibe.qc.ca, 1 @@ -82093,6 +83739,7 @@ ouestfrance-auto.pro, 1 ouestsolutions.com, 1 ouezzan.tk, 1 +ouglor.com, 1 ouin.land, 0 oujj.link, 1 ouldlamara.tk, 1 @@ -82188,9 +83835,10 @@ outlook.com, 1 outlookonthedesktop.com, 1 outnow.ch, 1 +outofservice.tk, 1 outoftheboxfitness.com, 1 outplnr.fr, 1 -outpostinfo.com, 1 +outpostinfo.com, 0 output.com, 1 outrider.ai, 1 outshinesolutions.nl, 1 @@ -82232,13 +83880,16 @@ overheek.tk, 1 overijsselsemerentocht.nl, 1 overlandliberty.be, 1 +overlevers.tk, 1 overlord.network, 1 overmorgen.nl, 1 overnetfaq.tk, 1 +overnetworld.tk, 1 overnightglasses.com, 1 overpb.gq, 1 overps.cf, 1 overrated.ga, 1 +overrun.tk, 1 overs.jp, 1 oversea.com.br, 1 overseamusic.de, 1 @@ -82260,6 +83911,7 @@ overzicht.ws, 1 oveweddings.com, 1 ovez.ga, 1 +ovhcdn.pw, 1 ovianca.com, 1 ovidro.pt, 0 ovirt.org, 1 @@ -82289,6 +83941,7 @@ owl.net, 1 owlandbee.co.uk, 1 owlandbee.eu, 1 +owlandrabbitgallery.com, 1 owlazy.com, 1 owlbee.be, 1 owlbee.de, 1 @@ -82306,7 +83959,6 @@ ownagepranks.com, 1 ownc.at, 1 owncloud.ch, 1 -owncloud.ml, 0 owner.pw, 1 ownerbusiness.org, 1 ownersre.com, 1 @@ -82318,6 +83970,7 @@ owntournament.org, 1 ownwolke.de, 1 owo.enterprises, 1 +owo.jp, 1 ox.restaurant, 1 oxalato.com, 1 oxaliz.gq, 1 @@ -82340,10 +83993,12 @@ oxinails.salon, 1 oxlab.com.ar, 1 oxo.cloud, 1 +oxotscovid.com, 1 oxsec.co.uk, 1 oxt.co, 1 oxwebdevelopment.com.au, 1 oxxoshop.com, 1 +oxygames.tk, 1 oxygenated.cf, 1 oxygin.net, 0 oxymail.ru, 1 @@ -82354,6 +84009,7 @@ oxzeth3sboard.com, 1 oyakmadenmetalurji.com.tr, 1 oyama-conf.com, 1 +oyama-karate.tk, 1 oyap.ca, 1 oyaptcdsb.com, 1 oyaquelegal.com.br, 1 @@ -82404,6 +84060,7 @@ p-store.net, 1 p-t.io, 1 p-vegas.com, 1 +p.linode.com, 0 p.lu, 1 p02.de, 1 p10.ru, 1 @@ -82460,6 +84117,7 @@ paaspasst.de, 1 paass.net, 0 paazmaya.fi, 1 +pabio.com, 1 pablikado.cz, 1 pablo-serrano.com, 1 pablo-sky.tk, 1 @@ -82488,21 +84146,21 @@ pablocelorio.com, 1 pablofain.com, 1 pablofonta.es, 1 +pablomachado.tk, 1 pablomolina.tk, 1 pablomoreno.tk, 1 pablonadiecomotu.tk, 1 pabloroblesminister.com, 1 pablosaraiva.com, 1 pabpunk.tk, 1 -pabuzo.vn, 0 pacaom.com, 1 pacatlantic.com, 1 pacch.io, 1 pacchioni.me, 1 +pacco.tk, 1 paccolat.name, 1 pace.car, 1 pacecounsel.com, 1 -paced.me, 1 paceda.nl, 1 paceinvestmentclub.com, 1 pacelink.de, 1 @@ -82532,6 +84190,7 @@ pacificpuke.com, 1 pacifictilkin-occasions.be, 0 pacifique-web.nc, 1 +pacifistka.tk, 1 pacisof.com, 1 pack-haus.de, 1 pack.io, 1 @@ -82553,6 +84212,7 @@ pacobarbera.tk, 1 pacoda.de, 0 pacogarcia.tk, 1 +pacogorzados.tk, 1 pact2017.nl, 1 pactf-flag-4boxdpa21ogonzkcrs9p.com, 1 pactf.com, 1 @@ -82587,11 +84247,8 @@ paff.xyz, 1 paga.red, 1 pagalofacil.com, 1 -pagalsongs.club, 1 -pagalsongs.live, 1 pagalworld.com, 1 pagalworld.info, 1 -pagalworld.la, 1 pagalworld.link, 1 pagalworld.me, 1 pagalworld.name, 1 @@ -82609,7 +84266,6 @@ page-engine.tk, 1 page-speed.ru, 1 page12.tk, 1 -pageantsnews.com, 0 pageboard.fr, 1 pagecdn.io, 1 pagedesignhub.com, 1 @@ -82638,7 +84294,9 @@ pahealthbilling.com, 1 pahira.gq, 1 pahom.gq, 1 +paide.edu.ee, 1 paidikasymeon.gr, 1 +paidsurveys.tk, 1 paidtocode.com, 1 paidtodesign.com, 1 paidtodev.com, 1 @@ -82646,13 +84304,13 @@ paiementdp.com, 1 paig.pl, 1 paige.ai, 1 -paigeglass.com, 1 paigethegeek.com, 1 paikkatietokanta.net, 1 pain-talk.org.uk, 1 painart.ru, 1 paincareehr.com, 1 painclinic.tk, 1 +paincore.tk, 1 paindata.dk, 1 painefamily.co.uk, 1 painetcompagnie.fr, 1 @@ -82697,6 +84355,7 @@ pakistan24.tk, 1 pakistanblogger.tk, 1 pakistanheadline.tk, 1 +pakistani.dating, 1 pakistanientertainers.ga, 1 pakistanmusic.tk, 1 pakistanpost.ga, 1 @@ -82710,15 +84369,20 @@ pakjefooi.org, 1 pakmedia.tk, 1 paknetworking.org, 1 +pakonshorelng.com, 1 pakostane-apartments.tk, 1 pakpak.tk, 1 pakremit.com, 1 paksui-ne.tk, 1 -paktolos.net, 1 +paktolos.net, 0 palabr.as, 1 palaceitalia.tk, 1 +palach.tk, 1 paladin.wtf, 1 +paladini.tk, 1 +palakkad.tk, 1 palant.info, 1 +palantir.com, 1 palariviera.com, 1 palatin.at, 1 palationtrade.com, 1 @@ -82746,6 +84410,7 @@ paleosquawk.com, 1 palermoantagonista.tk, 1 palermofc.com, 1 +palermofilmfestival.tk, 1 palermopride.it, 1 palermotoday.it, 1 paless-aless.by, 1 @@ -82754,6 +84419,7 @@ paletdecor.com.ua, 1 paletten.tk, 1 palfut.com, 1 +paliucuiciucci.tk, 1 palladium46.com, 1 palladiumtechs.com, 1 palletflow.com, 1 @@ -82773,13 +84439,13 @@ palmosradio.gr, 1 palms.fitness, 1 palner.eu, 1 +paloma.tk, 1 palomalopez.tk, 1 palomardisplays.com, 1 palominorp.tk, 1 palonhs.tk, 1 palotahaz.hu, 1 paltopro.com, 1 -palucamoveis.com.br, 0 pama.fun, 1 pamaniqu.nl, 1 pamashield.com, 1 @@ -82868,9 +84534,11 @@ panhandlemenshealth.com, 1 panhardclub.nl, 1 panheelstraat.tk, 1 +panic-away.tk, 1 panic.tk, 1 panicrev.co, 1 panicroomgames.ch, 1 +panictours.tk, 1 panier-legumes.bio, 1 paniigielka.pl, 1 panino.gr, 1 @@ -82888,6 +84556,8 @@ panoramahurtowni.pl, 1 panoramaphoto.cf, 1 panoramaresidence-moesern.at, 1 +panoramica.tk, 1 +panoramique.tk, 1 panoramiquesorganya.tk, 1 panoti.com, 0 panpsychism.com, 1 @@ -83018,7 +84688,9 @@ paramountelectronics.co.uk, 1 paranoidandroid.tk, 1 paranoidpenguin.net, 1 +paranormales.tk, 1 paranoxer.hu, 1 +paranoxido.tk, 1 parapenteciconia.tk, 1 paraplyen.tk, 1 parapsihologia.tk, 1 @@ -83032,6 +84704,7 @@ paratlantalalkozas.hu, 1 parattusdecora.com.br, 1 paratxt.org, 1 +paraverse.tk, 1 parazyd.cf, 1 parc-haute-borne.fr, 1 parcbotanique.com, 1 @@ -83067,11 +84740,12 @@ parfumi.tk, 1 parfumstore.kz, 1 parfumtester-100.ml, 1 +parhelionaerospace.com, 1 pari.cz, 1 +paribus.io, 1 pariga.co.uk, 1 parikmaxeru.tk, 1 parina.vn, 1 -parionsfiable.com, 1 paris-elysees.com, 0 parisackerman.com, 1 parisbesttravel.com, 1 @@ -83117,8 +84791,8 @@ parking4less.com, 0 parkinginparis.fr, 1 parkingparisnord.fr, 1 +parkinsons.tk, 1 parkr.io, 1 -parkrocker.com, 1 parkrunstats.servehttp.com, 1 parkscandles.com, 1 parksubaruoemparts.com, 1 @@ -83173,16 +84847,18 @@ parthkolekar.me, 1 particle-vision.ch, 1 particles.cf, 1 +partido-libertario.tk, 1 partidolibertario.tk, 1 partii.tk, 1 partijtjevoordevrijheid.nl, 0 partin.nl, 1 partiono.com, 1 partisaani.com, 1 +partisan-berlin.tk, 1 partitioningjohannesburg.co.za, 1 +partner-finden.tk, 1 partner.sh, 1 partnerbeam.com, 1 -partnercardservices.com, 1 partnerchik.tk, 1 partnerforex.tk, 1 partnermobil.de, 1 @@ -83215,17 +84891,18 @@ partycoin.ga, 1 partydesign.vn, 1 partydj.be, 1 +partyevents.tk, 1 partyhireliverpool.co.uk, 1 partykid.shop, 0 partymagasin.se, 1 partypearl.de, 1 +partypeeps.tk, 1 partyphoto.tk, 1 partyrocksbounce.co.uk, 1 partyschnaps.com, 1 partyshop.ge, 1 partytime-uk.co.uk, 1 partytimeltd.ie, 1 -partyvan.io, 1 partyyy.io, 1 partyzone.ie, 1 paru-design.com, 1 @@ -83259,6 +84936,7 @@ paseodelariviera.com, 1 pashminacachemire.com, 1 pasito.se, 1 +paslc.org, 1 pasnederland.tk, 1 pasnyburiat.pl, 1 pasportaservo.org, 1 @@ -83284,6 +84962,7 @@ passfoto-deinfoto.ch, 1 passgamer.com, 1 passieposse.nl, 1 +passion-billard.fr, 1 passionate.org.nz, 1 passionatefoodie.co.uk, 1 passionatehorsemanship.com, 1 @@ -83336,10 +85015,12 @@ pastaroomest.ga, 1 paste.fedoraproject.org, 1 paste.gg, 1 +paste.linode.com, 0 paste.rodeo, 1 paste.to, 1 pastebin.bet, 1 pastebin.co.za, 1 +pastebin.linode.com, 0 pastebin.tw, 1 pasteblin.com, 1 pasteht.ml, 1 @@ -83347,7 +85028,6 @@ pasternok.org, 1 pasteros.io, 1 pasticcerialorenzetti.com, 1 -pasticceriatromboni.it, 1 pasticceriaveneziana.ga, 1 pastillased.gq, 1 pastimeproject.com, 1 @@ -83367,6 +85047,7 @@ paszkowski.tk, 1 pasztor.at, 1 patalie.cz, 1 +patalie.sk, 1 patanegra-jambon.fr, 1 patanegra-prosciutto.it, 1 patanegra-schinken.ch, 1 @@ -83420,6 +85101,7 @@ patriciakraken.at, 1 patriciaramos.pt, 1 patriciaroy.co, 1 +patrick-braun.tk, 1 patrick-omland.de, 1 patrick-omland.eu, 1 patrick-robrecht.de, 1 @@ -83483,7 +85165,6 @@ paulbrown.ddns.net, 1 paulc-themovie.com, 1 paulcamper.de, 1 -paulchen.at, 0 paulchua.tk, 1 paulcloud.fr, 1 paulcoldren.org, 1 @@ -83538,6 +85219,7 @@ pavando.com, 0 pavcomm.com, 1 pavel.cc, 1 +paveldesign.tk, 1 pavelfojt.cz, 1 pavelfucik.com, 1 pavelfucik.cz, 1 @@ -83549,7 +85231,6 @@ pavelstriz.cz, 1 paveltoman.cz, 1 pavernosmatao.tk, 1 -paviformas.es, 1 pavingtiles.tk, 1 pavlic.se, 1 paw.cloud, 1 @@ -83567,6 +85248,7 @@ pawgearlab.com, 1 pawnsoft.tk, 1 pawpatrol.tk, 1 +paws4purpose.net, 1 pawsandpurses.com, 1 pawsomebox.co.uk, 1 pawson.tk, 1 @@ -83597,8 +85279,10 @@ payexpresse.com, 1 payfazz.com, 1 payforpeople.nl, 1 +paygvpn.com, 1 payjunction.com, 1 payjunctionlabs.com, 1 +paykassa.net, 1 paylabs.co.id, 1 paylessclinicers.ga, 1 paylessclinicest.ga, 1 @@ -83677,8 +85361,8 @@ pc-taskal.net, 1 pc-tech.ga, 1 pc-tweak.de, 1 +pc-warriors.com, 1 pc28yc.com, 1 -pcbarchitect.com, 1 pcbfl.gov, 1 pcbmarketing.gq, 1 pcbmodel.com, 1 @@ -83728,7 +85412,10 @@ pcmr.info, 1 pcmr.rocks, 1 pcnewsoft.tk, 1 +pcpirates.tk, 1 +pcplaza.tk, 1 pcprkolo.pl, 1 +pcproblem.tk, 1 pcpuhastaja.tk, 1 pcrab.ml, 1 pcrecovery.ga, 1 @@ -83750,6 +85437,7 @@ pctips.tk, 1 pctonic.net, 1 pctravel.ca, 1 +pctronicks.tk, 1 pctrouble.net, 1 pculiar.com, 1 pcunddruckerservice.de, 1 @@ -83806,7 +85494,6 @@ peacock.onl, 1 peak-careers.com, 1 peakd.com, 1 -peakdealershipperformance.com, 1 peakhillre.ga, 1 peakhomeloan.com, 1 peakseoservices.co.uk, 1 @@ -83821,6 +85508,7 @@ pearcom.co.uk, 1 pearlbridal.com.au, 1 pearlclo.com, 1 +pearljamargentina.tk, 1 pearlsonly.ca, 1 pearlsonly.com, 1 pearlsonly.com.au, 1 @@ -83869,6 +85557,7 @@ pedikura-vitu.cz, 1 pedimanie.cz, 1 pedimoda.com.br, 1 +pedo.house, 1 pedradatattoo.com, 1 pedrazanoticias.tk, 1 pedro.com.es, 1 @@ -83877,6 +85566,7 @@ pedrollo-ua.com, 1 pedroministro.pt, 1 pedromunoz.tk, 1 +pedrooliveira.tk, 1 pedrosanto.tk, 1 pedrosart.it, 1 pedrosaurus.com, 1 @@ -83970,6 +85660,7 @@ pelopoplot.com, 0 pelosanimais.org, 1 pelotonimports.com, 1 +peluche.tk, 1 peluqueriaalcobendas.com, 1 peluqueriaalcobendas.es, 1 peluqueriacanina.tk, 1 @@ -84021,6 +85712,7 @@ pennymail.ga, 1 pennywise.tk, 1 peno1.tk, 1 +penon.tk, 1 penopoly.cf, 1 penopoly.ga, 1 penopoly.gq, 1 @@ -84049,6 +85741,7 @@ pensioner-1000.tk, 1 pensionesdominicanas.com, 1 pensionpilot.ca, 1 +pensionstal.tk, 1 pensiontrackerers.ga, 1 pensiun.ga, 1 pensiunea-maria.tk, 1 @@ -84065,6 +85758,7 @@ pentaqu.in, 1 pentaquin.com, 1 pentaquin.net, 1 +pentatonik.tk, 1 pentechealth.com, 0 pentekdograma.com, 1 pentest.blog, 1 @@ -84098,6 +85792,7 @@ pepeelektro.sk, 1 pepegym.cz, 1 pepemodelismo.com.br, 1 +peperoni.tk, 1 peperstraat.online, 1 pepfar.gov, 0 pepgrid.net, 1 @@ -84207,8 +85902,8 @@ periodex.co, 1 periodicomirador.com, 1 periodicopcion.tk, 1 -periodismoactual.com, 1 periodista.tk, 1 +periony.com, 1 periosearch.tk, 1 perisani.com, 1 periscope.tv, 1 @@ -84250,9 +85945,11 @@ perot.me, 1 perpetual.ga, 1 perpetualemotion.com, 1 +perpetuum.tk, 1 perrau.lt, 1 perretes.com.es, 1 perritas.tk, 1 +perritos.tk, 1 perron.ml, 1 perroon.eu, 1 perroquet-passion.ch, 0 @@ -84297,7 +85994,6 @@ perspektivwechsel-coaching.de, 1 persson.im, 1 persson.me, 1 -persuasionmatters.com, 1 perth-seo-agency.com.au, 0 perthhillsarmadale.com.au, 1 perthtrains.net, 1 @@ -84327,6 +86023,7 @@ pervomaysk-city.ml, 1 perzeidi.hr, 1 pesandansampai.tk, 1 +pesar.tk, 1 pescadorcomunicacao.com, 1 pescanetworks.tk, 1 pescatrucha.tk, 1 @@ -84378,6 +86075,7 @@ petcolor.ga, 1 petcounty.ga, 1 petcrawler.ga, 1 +petdesign.tk, 1 petdesigning.ga, 1 petdir.ga, 1 petdish.ga, 1 @@ -84420,7 +86118,6 @@ petermamo.com, 1 petermuenster.tk, 1 peters.consulting, 1 -peterslavik.com, 1 petersonbrosrealty.com, 1 petersonchiropractic.net, 1 petertrevor.com, 1 @@ -84465,6 +86162,7 @@ petlittle.ga, 1 petmall.bg, 1 petmatchmaker.org, 1 +petmegoo.com, 1 petmessenger.ga, 1 petmetric.ga, 1 petnatural.ga, 1 @@ -84491,6 +86189,7 @@ petrocheminc.com, 1 petrochemprojects.ga, 1 petrol-power.tk, 1 +petrole.tk, 1 petroleum-schools.com, 1 petroll.ga, 1 petrologisticsllc.com, 1 @@ -84611,11 +86310,13 @@ phantasie.cc, 1 phantasmag.gq, 1 phantastikon.de, 1 +phantom-games.tk, 1 phantomfund.cf, 1 phantomfund.ml, 1 phantomfunders.ga, 1 phantomlord.tk, 1 phantomphans.tk, 1 +phantomware.tk, 1 pharma-display.com, 1 pharma24.de, 1 pharmaabsoluta.com.br, 1 @@ -84688,6 +86389,7 @@ phg-eg.com, 1 phget.com, 1 phi-works.com, 1 +phialo.de, 1 phibureza.com, 1 phihq.com, 1 phil-dirt.com, 1 @@ -84728,7 +86430,6 @@ philippinenewsvanguard.tk, 1 philippkaindl.de, 1 philippkeschl.at, 1 -philipprouhet.com, 1 philipslater.cf, 1 philipslater.ga, 1 philipslater.gq, 1 @@ -84759,6 +86460,7 @@ philosophy-colleges.com, 1 philosophyguides.org, 1 philphonic.de, 1 +philpropertygroup.com, 0 phils1990.com, 1 philstar.com, 1 philsturgeon.uk, 1 @@ -84777,12 +86479,14 @@ phixer.com, 1 phligence.com, 1 phoenixbelgianvegg.com, 1 +phoenixboard.tk, 1 phoenixcourt.gov, 1 phoenixdepositionservices.com, 1 phoenixfrequency.ga, 1 phoenixlogan.com, 1 phoenixmunicipalcourt.gov, 1 phoenixnest.ltd, 1 +phoenixpower.tk, 1 phoenixsalon.eu, 1 phoenixshirt.com, 1 phoenixurbanspaces.com, 1 @@ -84817,6 +86521,7 @@ phonetika.org, 1 phonetikos.com, 1 phonetrace.tk, 1 +phonetrack.tk, 1 phoneyourselfers.ga, 1 phoneyourselfest.ga, 1 phonix-company.fr, 1 @@ -84867,9 +86572,12 @@ photomath.com, 1 photomizer.com, 0 photomodelcasting.com, 1 +photopalace.tk, 1 +photophobia.tk, 1 photoprint.tk, 1 photoprofi.tk, 1 photops.fr, 1 +photoreal.tk, 1 photosafari.com.my, 1 photosafaribg.com, 1 photoscheduleers.ga, 1 @@ -84877,6 +86585,7 @@ photosgaia.ch, 1 photoshop-tipps-und-tricks.de, 1 photosight.ru, 1 +photosight.tk, 1 photosoftware.nl, 1 phototechnique.tk, 1 phototravel.uk, 1 @@ -84902,7 +86611,6 @@ phpkoru.com, 1 phpliteadmin.org, 1 phpmyadmin.net, 1 -phpmydirectory.ru, 1 phpmynewsletter.com, 1 phpnuke-guatemala.tk, 1 phpprime.com, 1 @@ -84976,6 +86684,7 @@ pia-bardo.tk, 1 piadouwes.tk, 1 piajans.com, 1 +pialove.net, 1 pianetaottica.eu, 1 pianetaottica.info, 1 pianetaottica.it, 1 @@ -84984,13 +86693,13 @@ pianoforpreschoolers.ga, 1 pianoforpreschoolers.gq, 1 pianojockl.org, 1 -pianoplast.com, 1 pianos.de, 0 pianostemmer.eu, 1 pianotuning.cn, 0 pianyigou.com, 1 piaohong.tk, 1 piasativa.com, 1 +piastaola.com, 0 piasto.com.cy, 1 piata-imobiliara.tk, 1 piata.com.br, 1 @@ -85009,9 +86718,11 @@ pic2map.com, 1 pic2pat.com, 1 pic2pat.nl, 1 +picapollochino.tk, 1 picatom.com, 1 piccirello.com, 1 piccoliamicisport.it, 1 +piccolino.tk, 1 piccolinokids.gr, 1 piccolo-parties.co.uk, 1 picdefacer.com, 1 @@ -85040,6 +86751,7 @@ pickswapest.ga, 1 pickupalliance.com, 1 pickupenc.ru, 1 +pickybeast.com, 1 piclect.com, 1 picme.tk, 1 picobellos.tk, 1 @@ -85128,11 +86840,14 @@ pigeons-rings.com, 1 pigfox.com, 1 pighouse.info, 1 +pigslv.com, 1 +pigsolvents.com, 1 pigzilla.co, 1 pihaar.de, 1 pii.bz, 1 pijamasbichopreguica.com.br, 1 pijuice.com, 1 +pijusmagnificus.com, 1 pik.bzh, 1 pikafederation.ca, 1 pikboxstore.com, 0 @@ -85160,6 +86875,7 @@ pillar.ninja, 1 pillar.us, 1 pillitteriobgyn.com, 1 +pillow.sk, 1 pillowcast.net, 1 pillowexpertsers.ga, 1 pillowexpertsest.ga, 1 @@ -85198,6 +86914,7 @@ pinaro.de, 1 pinarshivmarket.com, 1 pinatubo.tk, 1 +pinball.tk, 1 pinceaux.org, 1 pincha.com.tw, 0 pinched.ga, 1 @@ -85225,6 +86942,7 @@ pingce.com, 1 pingrc.net, 1 pingu.info, 1 +pinguinita.tk, 1 pinguinreal.sk, 1 pinhadigital.com, 1 pinigseu.xyz, 1 @@ -85232,6 +86950,7 @@ pink-check.school, 1 pink-panther.tk, 1 pinkapple.com, 1 +pinkband.tk, 1 pinkbike.com, 1 pinkbikecycle.com, 1 pinkcasino.co.uk, 1 @@ -85327,6 +87046,7 @@ piranja-cola.de, 1 piranjasoul.de, 1 pirapiserver.ddns.net, 1 +pirate-proxy.co, 1 pirate.chat, 1 piratebayproxy.tf, 1 piraten-basel.ch, 1 @@ -85335,7 +87055,6 @@ pirateparty.org.uk, 1 piratepay.io, 0 pirateproxy.bet, 1 -pirateproxy.blue, 1 pirateproxy.buzz, 1 pirateproxy.cam, 1 pirateproxy.cat, 1 @@ -85359,7 +87078,6 @@ pirateproxy.tv, 1 pirateproxy.uno, 1 pirateproxy.vc, 1 -pirateproxy.voto, 1 pirates-comic.com, 1 pirates.click, 1 piratesbrewcoffee.net, 1 @@ -85449,7 +87167,6 @@ pixelabs.fr, 1 pixelcatproductions.net, 1 pixelcomunicacion.com, 1 -pixelcrayons.com, 1 pixelcubed.com, 1 pixelecommerce.com, 1 pixelesque.uk, 1 @@ -85474,6 +87191,7 @@ pixeluser.de, 1 pixelution.at, 1 pixelw.design, 1 +pixelwijk.de, 1 pixelz.cc, 1 pixend.de, 1 pixeon.com, 1 @@ -85553,6 +87271,7 @@ pkq5.com, 1 pkrank.com, 1 pkspskov.tk, 1 +pkudh.org, 1 pkwalaw.com, 1 pkwebsolutions.cf, 1 pl-cours.ch, 0 @@ -85587,14 +87306,12 @@ plaintextpledge.net, 1 plaintextpledge.org, 1 plaintray.com, 1 -plaisirdumouvement.com, 1 plaisirs-coquins.com, 1 plakbak.nl, 1 plaloo.gq, 1 plaloo.tk, 1 plan-immobilier.fr, 1 plan-it-events.de, 1 -plan-und-los.de, 1 plan.in.ua, 1 planafy.com, 1 planboardapp.com, 1 @@ -85612,6 +87329,7 @@ planeta-remontika.ga, 1 planetadeti.org, 1 planetalife.com, 1 +planetamarrom.tk, 1 planetamend.com, 1 planetamestizo.tk, 1 planetamusik.tk, 1 @@ -85624,6 +87342,7 @@ planetasilius.tk, 1 planetasuboficial.com.br, 1 planetau2.com, 1 +planetbrain.tk, 1 planetbreath.ch, 0 planetchiropracticga.com, 1 planete-artista.fr, 1 @@ -85633,9 +87352,12 @@ planeteroliste.com, 1 planeteroliste.fr, 1 planetfertilityest.ga, 1 +planetgrehen.tk, 1 planetknauer.net, 1 planetmath.org, 1 planetmetroidprime.tk, 1 +planetmobile.tk, 1 +planetmugen.tk, 1 planetofsound.tk, 1 planetonline.tk, 1 planetpowershell.com, 1 @@ -85644,6 +87366,7 @@ planetromeofoundation.org, 1 planetsoftware.com.au, 1 planettimer.com, 1 +planetweb.tk, 1 planify.io, 0 planisanin.tk, 1 planiserin.tk, 1 @@ -85721,11 +87444,11 @@ plasticwindows.tk, 1 plastiflex.it, 1 plastischechirurgie-linz.at, 1 +plastokna.tk, 1 plastovelehatko.cz, 1 plataformaslms.com, 1 platanakia.tk, 1 plateforme-exposant.com, 1 -plateformecandidature.com, 1 plateriaaida.tk, 1 platform-med.org, 1 platform.ltd.uk, 1 @@ -85800,7 +87523,7 @@ playmat.com, 1 playmei.com, 1 playmfe.com, 1 -playmytime.com, 0 +playmytime.com, 1 playnation.io, 1 playnow.com, 1 playnuganug.com, 1 @@ -85899,6 +87622,7 @@ ploi.io, 1 plokigames.com, 1 plokko.com, 1 +plomberie-rivesud.ca, 1 plomin.tk, 1 plongee-phuket.fr, 1 ploof-cleaning.gr, 1 @@ -85923,6 +87647,7 @@ plumbercincoranch.com, 1 plumberlewisvilletexas.com, 1 plumberumhlangarocks.co.za, 1 +plumbing-arlington.com, 1 plumbingandheatingspecialistnw.com, 1 plumbingglenvista.co.za, 1 plumbingkingsllc.com, 1 @@ -85939,7 +87664,6 @@ pluralpedia.org, 1 pluricosmetica.com, 1 plurr.me, 1 -plurr.us, 1 plus-5.com, 1 plus-aliance.ru, 1 plus.google.com, 1 @@ -85954,7 +87678,6 @@ plusreed.com, 1 plussizereviews.com, 1 pluste.com, 1 -plustech.co.id, 1 plustream.com, 1 plustwik.com, 1 pluta.net, 1 @@ -86149,7 +87872,6 @@ poc998.com, 1 pocakking.tk, 1 pocatellonissanparts.com, 1 -pochaneko.com, 1 pochoden-praha.cz, 1 pocitacezababku.cz, 1 pock-programming.net, 1 @@ -86190,6 +87912,7 @@ podis.ro, 1 podlibre.org, 1 podo-podo.com, 1 +podologie-diever.nl, 1 podolskaya.tk, 1 podparkers.ga, 1 podparkest.ga, 1 @@ -86227,12 +87950,12 @@ poezja.com.pl, 1 poezjagala.pl, 1 poffenhouse.ddns.net, 1 -pogera.com, 1 -pogetback.pl, 1 +pogera.com, 0 pogljad-brest.tk, 1 pogodavolgograd.tk, 1 pogodok.tk, 1 pogomate.com, 1 +pogoswine.com, 1 pogotowie-komputerowe.tk, 1 pogotowiekomputeroweolsztyn.pl, 1 pogrebisky.net, 1 @@ -86253,13 +87976,13 @@ point.pink, 1 pointaction.com, 1 pointagri.com, 1 +pointbarre.tk, 1 pointcab.vn, 1 pointclickcare.com, 1 pointer2.com, 1 pointermate.com, 1 pointforwardinc.net, 1 pointhost.de, 1 -pointiswunderland.de, 1 pointmaquininha.com, 0 pointpalace.tk, 1 points-pote.com, 1 @@ -86366,6 +88089,7 @@ polioptics.com, 1 polis.or.at, 1 polis.to, 0 +polis812.ru, 1 polisanaraka.pl, 1 polisanarciarska.pl, 1 polish-dictionary.com, 1 @@ -86408,6 +88132,7 @@ politiezoneriho.be, 1 politik-bei-uns.de, 1 politisor.com, 1 +politisplasticsurgery.com, 1 politnews5.tk, 1 politoboz.com, 1 politsei.ee, 1 @@ -86426,8 +88151,10 @@ pollies.nl, 1 polliga.tk, 1 pollingplace.uk, 1 +pollock.tk, 1 pollpodium.nl, 1 polly.spdns.org, 1 +pollypaps.ru, 1 polmods.com, 1 polog.tk, 1 polomack.eu, 1 @@ -86446,7 +88173,6 @@ polymake.org, 1 polymathian.com, 1 polymerclay.de, 1 -polymorph.rs, 1 polymtl.ca, 0 polynomapp.com, 1 polypane.rocks, 1 @@ -86493,6 +88219,7 @@ ponsot.cloud, 1 ponte-camp.de, 1 pontecalidade.es, 1 +pontificia.tk, 1 pontiwerx.com.au, 1 pontodogame.com.br, 1 ponxel.com, 1 @@ -86506,6 +88233,7 @@ ponyhof-muensterland.de, 1 ponzi.life, 1 poobert.tk, 1 +poochpark.tk, 1 poodleassassin.com, 1 poodlefan.net, 1 poojanews.com, 1 @@ -86514,7 +88242,6 @@ poolcuepro.com, 0 poolheatingsolutionswa.com.au, 1 poolinstallers.co.za, 1 -poollicht.be, 1 poolmans.se, 0 poolpowershop.de, 1 poolsafely.gov, 1 @@ -86523,6 +88250,7 @@ poolspa.es, 1 pooltest.co.uk, 1 pooltools.net, 1 +poolvilla-margarita.net, 1 poopjournal.rocks, 1 poopr.ru, 1 poopthereitisla.com, 1 @@ -86569,6 +88297,8 @@ popoway.cloud, 1 popoway.me, 1 popoway9.ml, 1 +poppers.gay, 1 +poppers4u.com, 1 poppersy.ml, 1 poppersy.tk, 1 poppingdance.tk, 1 @@ -86607,8 +88337,10 @@ porkmart.ga, 1 porkolab.digital, 1 porkpiesonline.co.nz, 1 +porkyx.com, 1 porm.club, 1 porn2019.tk, 1 +porn24-7.com, 1 porn77.info, 1 pornagent.de, 1 pornbabetyra.net, 1 @@ -86624,6 +88356,7 @@ pornfacefinder.com, 0 pornflare.net, 1 pornforwomentube.com, 1 +pornfreehub.com, 1 pornfreesites.com, 1 pornfriends.tk, 1 pornhib.xyz, 1 @@ -86665,6 +88398,7 @@ pornovk.xxx, 1 pornoxxx.online, 1 pornport.org, 1 +pornquebec.com, 0 pornstarchicks.com, 1 pornstop.net, 1 pornsuper.net, 1 @@ -86707,6 +88441,7 @@ portaladictos.tk, 1 portalaltadefinicao.com, 0 portalcarriers.com, 1 +portalchega.pt, 1 portaldocredito.pt, 1 portaleldense.tk, 1 portalexpressservices.com, 1 @@ -86714,7 +88449,6 @@ portalmundo.xyz, 1 portalmv.com, 1 portalpandalandia.tk, 1 -portalpower.com.br, 1 portalz.xyz, 1 portamiinpista.it, 0 portatilea.com, 1 @@ -86727,7 +88461,6 @@ porterpeds.com, 1 porterranchelectrical.com, 1 portesmagistral.com, 1 -portfoliobox.net, 1 portfreezone.com, 1 porthos.com.ar, 1 porthys.pt, 1 @@ -86755,6 +88488,7 @@ portugalsurflessons.com, 1 portusidades.com.pt, 1 portvaletickets.com, 1 +porumaoutrareforma.org, 1 porumbei.tk, 1 porwal.pl, 1 porybox.com, 1 @@ -86764,6 +88498,7 @@ posbich.net, 1 posbis.de, 1 poseidonwaterproofing.com, 1 +posh.tech, 1 poshcastles.co.uk, 1 poshe.tk, 1 poshlashes.se, 1 @@ -86783,6 +88518,7 @@ positiveoutlook.cn, 1 positiverbeitrag.net, 1 positiverbeitrag.org, 1 +positiveschool.tk, 1 positivityeffect.com, 1 positivos.tk, 1 positronicmoron.tk, 1 @@ -86822,6 +88558,7 @@ postdeck.de, 1 posteo.de, 1 posterlounge.at, 1 +posterlounge.be, 1 posterlounge.ch, 1 posterlounge.co.uk, 1 posterlounge.com, 1 @@ -86833,13 +88570,13 @@ posterlounge.ie, 1 posterlounge.it, 1 posterlounge.nl, 1 +posterlounge.no, 1 posterlounge.pl, 1 posterlounge.pt, 1 posterlounge.se, 1 postermywall.com, 1 postern.org, 1 posters.win, 1 -posterspy.com, 1 postfalls-naturopathic.com, 1 postfinance.ch, 1 postfree.gr, 1 @@ -86889,12 +88626,14 @@ potature.rimini.it, 1 potature.roma.it, 1 potcha.net, 1 +potemkin.tk, 1 potentialunlockedtuition.com, 1 poterepersonale.it, 1 poterscy.pl, 1 potgrowersunion.com, 1 pothe.com, 1 pothe.de, 1 +pother.ca, 1 potionlabs.de, 1 potkani.tk, 1 potlytics.com, 1 @@ -86935,6 +88674,7 @@ povareschka.ru, 1 povareshka.tk, 1 povmacrostabiliteit.nl, 1 +povomo.online, 1 pow-s.com, 1 pow.jp, 1 powch.com, 1 @@ -86949,6 +88689,7 @@ power-magnetic.ml, 1 power-of-interest.com, 1 power-tools24.com, 1 +poweramazon.tk, 1 poweranalitica.com, 1 powerb.ch, 0 powerbalance.tk, 1 @@ -87007,6 +88748,7 @@ powersurgedatasystems.com, 1 powertecno.ml, 1 powertoolsrater.net, 1 +powertoolsus.com, 1 powertop.com, 1 poweruser.su, 1 powerwellness-korecki.de, 1 @@ -87026,7 +88768,6 @@ pozitiffchik.ml, 1 pozitiffchik.tk, 1 pozitiv.gq, 1 -pozitive.pl, 1 pozitone.com, 1 poziworld.com, 1 pozlife.net, 1 @@ -87141,7 +88882,7 @@ prankstercompany.com, 1 prashantcafe.tk, 1 prasos.fi, 1 -prasso.se, 1 +prasso.se, 0 prateep.io, 1 pratemarkets.com, 1 praticienmedecinechinoise.be, 1 @@ -87190,6 +88931,7 @@ preciadictos.tk, 1 preciodeoro.com, 1 preciofishbone.com, 1 +preciofishbone.de, 1 preciofishbone.dk, 1 preciofishbone.se, 1 preciofishbone.vn, 1 @@ -87261,6 +89003,7 @@ prematureacceleration.club, 1 preme.name, 1 premier-podiatry.com, 1 +premieraviation.com, 1 premierbb.com, 1 premierbouncycastles.co.uk, 1 premiercreditmasters.com, 1 @@ -87273,6 +89016,7 @@ premierleague.gq, 1 premiermaldives.com, 1 premiermortgageservices.com, 1 +premierokchomebuyers.com, 1 premierpups.com, 1 premiership-predictors.co.uk, 1 premierwomensrobotic.com, 1 @@ -87305,7 +89049,6 @@ preparetheword.com, 1 prepedia.org, 1 prepfba.com, 1 -preply.com, 1 prepperswill.com, 1 preppertactics.com, 1 prepr.io, 1 @@ -87333,7 +89076,7 @@ presidentdirectory.ga, 1 presidentialinnovationfellows.gov, 1 presidentialserviceawards.org, 1 -presidentinternet.org, 1 +presidentinternet.org, 0 presidio.gov, 1 presidiotunneltops.gov, 1 presly.org, 1 @@ -87375,7 +89118,6 @@ prestigesoundandlight.co.uk, 1 prestigeworldwidepr.com, 1 prestigiouskitchen.com, 1 -prestonandsons.com.au, 1 prestonapp.com, 1 prestonbrant.com, 1 prestopizzas63.fr, 1 @@ -87438,9 +89180,9 @@ pricevortex.com, 1 prideindomination.com, 1 pridnestrovye.gq, 1 +pridurok.tk, 1 prielwurmjaeger.de, 1 priestess.tk, 1 -priestessbali.com, 1 prifo.se, 1 prij.fr, 1 prijmeni.eu, 1 @@ -87479,6 +89221,7 @@ primesensecosmeticos.com.br, 1 primeticsseed.com, 1 primeview.com, 1 +primevtc.com, 1 primglaz.ru, 1 primitiv.tk, 1 primitivehuman.com, 1 @@ -87487,6 +89230,7 @@ primorus.lt, 1 primos-tech.com, 1 primuspartners.in, 1 +primyris.fr, 1 princedavidlodge.org.uk, 1 princefamilylaw.co.uk, 1 princelishan.com, 1 @@ -87575,6 +89319,7 @@ prismaot.tk, 1 prismapixel.studio, 1 prisminfosys.com, 1 +prismosystems.com, 1 prisonerresource.com, 1 pristal.eu, 1 pristinepotty.com, 1 @@ -87586,6 +89331,7 @@ priv.im, 1 privace.ch, 1 privaci.ai, 1 +privacy-web.tk, 1 privacy-week-vienna.at, 1 privacy-week.at, 1 privacy.com, 1 @@ -87601,9 +89347,11 @@ privacymanatee.com, 1 privacynow.eu, 1 privacypro.io, 1 +privacypros.io, 1 privacysavvy.com, 1 privacyscore.org, 1 privacysecuritybrainiacs.com, 1 +privacystatement.tk, 1 privacysvcs.net, 1 privacytools.io, 1 privacyweek.at, 1 @@ -87615,6 +89363,7 @@ privalgo.co.uk, 1 privasphere.com, 1 private-diary-taka.com, 1 +private-krankenversicherung.tk, 1 private-mail-for.me, 1 private-relay.email, 1 privatebanks.uk, 1 @@ -87651,6 +89400,7 @@ privcloud.cc, 1 privcloud.org, 1 privea.fr, 1 +priveadressen.tk, 1 privelust.nl, 1 priverify.com, 1 privilegevisa.fr, 1 @@ -87678,7 +89428,9 @@ pro-clean.org, 1 pro-co.at, 1 pro-esb.net, 1 +pro-furgoleros.tk, 1 pro-ing.com, 0 +pro-israel.tk, 1 pro-kemerovo.ml, 1 pro-kolhoz.tk, 1 pro-lq.at, 1 @@ -87690,8 +89442,10 @@ pro-lq.net, 1 pro-lq.ro, 1 pro-mile.pl, 1 +pro-server.tk, 1 pro-taucher.com, 1 pro-taucher.de, 1 +pro-web-design.tk, 1 pro-wiert.pl, 1 pro.co.il, 1 pro100blogger.com, 1 @@ -87858,11 +89612,14 @@ profissionalstool.ga, 1 profit24.ml, 1 profitablewebprojects.com, 1 +profitmiracle.tk, 1 profitopia.de, 1 +profkom.tk, 1 profloorstl.com, 1 profmetod.com, 1 proformer.io, 1 proformi.com, 1 +proforo.co, 1 profritual.ru, 1 profsaranya.com, 1 proft.eu, 1 @@ -87901,6 +89658,7 @@ programadorwp.com, 1 programando.tk, 1 programarya.com, 1 +programaticon.tk, 1 programer21.com, 1 programlama.tk, 1 programmaticmagic.com, 1 @@ -87910,7 +89668,6 @@ programming-solutions.tk, 1 programnews.tk, 1 programsareproofs.com, 1 -programsupport300procent.com, 1 programtracker.net, 1 prograph.tk, 1 prograppa.tk, 1 @@ -87948,6 +89705,7 @@ project-novis.org, 1 project-rune.tech, 1 project-stats.com, 1 +project-tenerife.tk, 1 project86fashion.com, 1 projectalias.com, 1 projectarmy.net, 1 @@ -87956,6 +89714,7 @@ projectborealisgitlab.site, 1 projectbotticelli.com, 1 projectbuild.tk, 1 +projectcolonisation.tk, 1 projectemail.co, 1 projectforge.org, 1 projectfreehosting.ga, 1 @@ -87971,12 +89730,13 @@ projectionpictures.com, 0 projectl1b1t1na.tk, 1 projectleague.lol, 1 -projectlinuseasttn.org, 0 +projectlinuseasttn.org, 1 projectmailext.co, 1 projectmaka.io, 1 projectmakeit.com, 1 projectmanager.host, 1 projectmap.solutions, 1 +projectmidnight.tk, 1 projectnom.com, 1 projectobs.com, 1 projectsafechildhood.gov, 1 @@ -88011,6 +89771,7 @@ promax.nl, 1 promea.net, 1 promedyczny.pl, 1 +prometey.tk, 1 prometheanfire.net, 1 prometheanfire.org, 1 prometheus.cf, 1 @@ -88029,6 +89790,7 @@ promo-matelas.com, 1 promo-mobilhonda.com, 1 promo.lc, 1 +promobit.com.br, 1 promobo.fr, 1 promocao.email, 1 promocion2007.tk, 1 @@ -88036,7 +89798,6 @@ promocodes777.com, 1 promocodius.com, 1 promodance.cz, 1 -promodesigns.co.za, 1 promodoble.com, 1 promods.cn, 1 promods.download, 1 @@ -88071,8 +89832,10 @@ prontolight.com, 1 prontossl.com, 1 proofofwork.art, 1 +proofpoint.com, 1 proofwiki.org, 1 proos.nl, 1 +propacquisitions.com, 1 propagandablog.de, 0 propagationtools.com, 1 propanesale.cf, 1 @@ -88133,7 +89896,6 @@ prosoft.pe, 1 prosony.es, 1 prospa.digital, 1 -prospect1838.com.au, 1 prospectapp.azurewebsites.net, 1 prospecto.com.au, 1 prospecto.ee, 1 @@ -88143,7 +89905,7 @@ prosperbot.com, 1 prosperegypt.com, 1 prosperfit.com, 1 -prosperfit.org, 1 +prosperfit.org, 0 prosperityprojectaz.org, 1 prosperontheweb.com, 1 prosperops.com, 1 @@ -88179,6 +89941,7 @@ prostozaim.ml, 1 prostye-recepty.com, 1 prosurveillancegear.com, 1 +prosvet.tk, 1 prosveta1901.tk, 1 prosyscom.tech, 1 protaaltar.com, 1 @@ -88215,7 +89978,6 @@ protic.online, 1 protic.pt, 1 protiksana.gr, 1 -proto-online.ru, 0 proto.io, 1 protobetatest.com, 1 protocol.ai, 1 @@ -88254,10 +90016,12 @@ proverochka.tk, 1 provide-your-image.de, 1 providence.org, 1 +providencecmc.com, 1 providential.be, 1 providerlijst.com, 1 providerlijst.ml, 1 providerlijst.nl, 1 +providmedical.com.ua, 1 provinciaotlavoro.it, 1 provinzblogger.de, 1 provision-isr.nl, 1 @@ -88273,6 +90037,7 @@ proximasrl.eu, 1 proximity.ga, 1 proximityradio.fr, 1 +proximo.tk, 1 proximoconcurso.com.br, 1 proxirealtime.com, 1 proxmox-airsonic.tk, 1 @@ -88296,7 +90061,6 @@ proxybay.one, 1 proxybay.onl, 1 proxybay.red, 1 -proxybay.tv, 1 proxybay.uno, 1 proxytool.cf, 1 proyectafengshui.com, 1 @@ -88316,6 +90080,7 @@ prt.in.th, 1 prtimes.com, 1 prtpe.com, 1 +prtscloud.ddns.net, 1 pru.com.hk, 1 pru.hk, 1 pruebapg.cl, 1 @@ -88367,6 +90132,7 @@ pschierl.com, 1 pschunt.com, 1 pscp.tv, 1 +pscr.gov, 1 psdpt-tpfd.gc.ca, 1 psdreams.com, 1 psdsfn.com, 1 @@ -88377,11 +90143,13 @@ psevdonim.ga, 1 psg-calw.de, 1 psg.bg, 1 +psge.ps, 1 pshostpk.com, 1 pshweb.tk, 1 psi-tv.tk, 1 psicanalista.milano.it, 1 psici.eu, 1 +psicoblog.tk, 1 psicoexpansao.com.br, 1 psicologajanainapresotto.com.br, 1 psicologo-especialista-barcelona.com, 1 @@ -88397,10 +90165,12 @@ psinergyhealth.com, 1 psinergytech.com, 1 psinetika.tk, 1 +psionline.com, 1 psiplex.cf, 1 psiplex.ga, 1 psiplex.gq, 1 psiquiatriamaubecin.com, 1 +psishop.tk, 1 psitarz.com, 1 psixotest.tk, 1 psixotesty.tk, 1 @@ -88409,6 +90179,7 @@ pskov.ml, 1 psm.org.ph, 1 psmpl.com, 1 +psn.games, 1 psncarddelivery.com, 0 psncardplus.be, 1 psncardplus.com, 1 @@ -88478,6 +90249,7 @@ psychometrictests.uk, 1 psychometrischetests.de, 1 psychomotricien-la-rochelle.com, 1 +psychonaut.tk, 1 psychonews.tk, 1 psychopathtest.com, 1 psychopersonnalite.com, 1 @@ -88496,7 +90268,6 @@ psychotherapy-vienna.com, 1 psychotiq.tk, 1 psycolleges.com, 1 -psydix.org, 1 psygame.cf, 1 psyh.tk, 1 psyk-patienten.tk, 1 @@ -88504,6 +90275,7 @@ psykologtidningen.ga, 1 psykologtidningen.gq, 1 psykometrisk.se, 1 +psykosyntes.tk, 1 psylab.cc, 0 psylab.re, 1 psylab.vip, 1 @@ -88529,7 +90301,6 @@ pteceng.com, 1 pterodactyl.org.cn, 1 pterodactylus.cz, 1 -pteroforge.com, 1 ptfiber.com, 1 ptfiber.ru, 1 ptfiber.spb.ru, 1 @@ -88601,8 +90372,8 @@ puddin.ml, 1 pudding.tk, 1 puddingtheatre.tk, 1 -puddis.de, 1 pudro.com, 1 +puebladeeca.tk, 1 puebladesoto.tk, 1 pueblanmilksnake.com, 1 pueblocantabro.tk, 1 @@ -88614,6 +90385,7 @@ puestifiestas.mx, 1 puestosdeferia.mx, 1 puetter.eu, 1 +puffyan.us, 1 pugachev.ml, 1 pugetsoundspas.com, 1 puggan.se, 1 @@ -88680,6 +90452,7 @@ puntacanavapor.com, 1 puntaprop.com, 1 puntcunts.com, 1 +puntocroce.tk, 1 puntoestadodemexico.com, 1 puntogommevenegono.it, 1 puntonium.hu, 1 @@ -88690,6 +90463,7 @@ pupok.gq, 1 puppet.pl, 1 puppo.space, 1 +puppykennel.tk, 1 pupsikstudio.com, 1 puq.moe, 1 pura-ponia.cf, 1 @@ -88705,6 +90479,7 @@ pure-gmbh.com, 1 pure-host.de, 1 pure-paste.tk, 1 +pure-power.tk, 1 pure2life.nl, 1 purecbdvapors.com, 1 puredayshop.com.tw, 1 @@ -88712,7 +90487,6 @@ puredisinfection.com, 1 purefoot.jp, 1 purefreefrom.co.uk, 0 -pureitsolutionsllp.com, 1 purelife.photography, 1 purelunch.co.uk, 1 purelypestcontrol.com, 1 @@ -88789,6 +90563,7 @@ pussy-hosting.berlin, 1 pussycat.ml, 1 pussylickingnow.com, 1 +pustak.tk, 1 pustakvishwa.tk, 1 put-k-uspekhuy.tk, 1 put-spaseniya.ml, 1 @@ -88819,6 +90594,7 @@ puttymonos.work, 1 puur.gent, 1 puurgent.be, 1 +puurplanten.nl, 1 puxlit.net, 1 puyallupnissanparts.com, 1 puyblanc.info, 1 @@ -88854,6 +90630,7 @@ pvplist.ml, 1 pvplounge.com, 1 pvpserverler.pro, 1 +pvpzone.fr, 1 pvtschlag.com, 0 pvv-vermietung.de, 1 pwaiwm.site, 1 @@ -88878,7 +90655,6 @@ pxgamer.xyz, 1 pxio.de, 0 pxl-mailtracker.com, 1 -pxl.blue, 1 pxl.cl, 1 pxld.sh, 1 pxstart.cz, 1 @@ -88920,6 +90696,7 @@ pyro.works, 1 pyroballpcbs.com, 1 pyrohandel.de, 1 +pyromaniac.tk, 1 pyrotechnologie.de, 1 pysays.net, 1 pyspace.org, 1 @@ -88988,6 +90765,7 @@ qatouch.com, 1 qaz.cloud, 1 qazweek.kz, 1 +qbasic.tk, 1 qbasicsite.tk, 1 qbd.eu, 1 qbiju.com.br, 1 @@ -89000,6 +90778,7 @@ qcbrna.qa, 1 qccareerschool.com, 0 qcdesignschool.com, 0 +qcert.org, 1 qceventplanning.com, 0 qclean.com.au, 1 qclt.com, 1 @@ -89039,6 +90818,7 @@ qianqiao.me, 1 qiaohong.org, 1 qiaowai.com, 1 +qiber.org, 1 qicsystems.com, 1 qifu.me, 1 qifu.org.cn, 1 @@ -89086,6 +90866,7 @@ qmarket.tk, 1 qmee.com, 1 qmeriaux.fr, 1 +qmp-media.nl, 1 qnected.nl, 1 qnixon.com, 1 qnotafm.com.co, 1 @@ -89105,6 +90886,7 @@ qpcna.org, 1 qponverzum.hu, 1 qpsinc.com, 1 +qq201314.com, 1 qq5197.co, 1 qq52o.me, 1 qq6177.net, 1 @@ -89179,6 +90961,7 @@ qtv.ge, 1 qtvr.com, 1 qtxh.net, 1 +qtzhi.com, 1 quackerswaterproofing.com, 1 quackquack.in, 1 quadcityjuggalos.tk, 1 @@ -89196,7 +90979,6 @@ qualite-ecole-et-formation.ch, 0 qualith.tk, 1 quality-life.gr, 1 -qualitybazarbd.com, 1 qualitycarbonfiber.com, 1 qualitycommerical.com, 1 qualityconcreteleveling.com, 1 @@ -89241,6 +91023,7 @@ quantrix.com, 1 quanttydesignweb.com.br, 1 quantuin.com, 1 +quantuin.dk, 1 quantum-evolution.jp, 1 quantum-lviv.pp.ua, 1 quantum-mechanics.com, 1 @@ -89259,8 +91042,6 @@ quarep.org, 1 quarim.cz, 1 quarkcore.pt, 1 -quarkdose.de, 1 -quarrymill.com, 1 quarterfull.com, 1 quarterhorses.es, 1 quarticon.com, 1 @@ -89279,39 +91060,41 @@ quattro.tk, 1 quaxio.com, 1 quay.net, 1 -quayhudanhbai.com, 1 qubes-os.org, 1 qubhockey.tk, 1 +qubicgames.com, 1 qubyte.codes, 1 quchao.com, 1 -qudsico.com, 1 quebajelagasolina.com, 1 quebec-elan.org, 1 quedos.com.au, 1 queenbeer.com, 1 queencomplex.net, 1 queencreekaz.gov, 1 +queenhub.tk, 1 queenkedi.net, 1 queenlexie.tk, 1 queenmargaret.ddns.net, 1 queenondvd.tk, 1 queenparis-porn.com, 1 +queenrocks.tk, 1 queensbotanical.org, 1 queensfactory.it, 1 queenshaflo.com, 1 queensrdapartments.com.au, 1 queenstyles.tk, 1 +queenworld.tk, 1 queer-augsburg.de, 1 queer.farm, 1 queer.party, 1 queerativity.art, 1 queercinema.ch, 1 +queerfest.tk, 1 queersin.space, 1 queextensiones.com, 1 quehay.de, 0 queirozmiotto.adv.br, 1 queirozmiotto.com.br, 1 -quel-dj.com, 1 quellarotondasembrafi.ga, 1 quelle-catalog.tk, 1 quelle.at, 1 @@ -89320,6 +91103,7 @@ quelleformation.net, 1 quellenwiese.ski, 1 quemmeliga.com, 1 +quemquaeritis.tk, 1 quena-artesania.tk, 1 quenecesitopara.com, 1 quenotejodan.cl, 1 @@ -89327,7 +91111,7 @@ quentin-sauvetre.fr, 1 quentinchevre.ch, 1 quepourlesjuristes.fr, 1 -quera.ir, 1 +querelle.tk, 1 querenciavirtual.com.br, 1 quernon.fr, 1 query-massage.com, 0 @@ -89343,6 +91127,7 @@ quest3.org, 1 quest3.tv, 1 quest3.uk, 1 +quest7.jp, 1 questbars.cf, 1 questbars.ga, 1 questbars.gq, 1 @@ -89354,6 +91139,7 @@ question.com, 1 questionable.host, 1 questionandanswer.ml, 1 +questionyu.com, 1 questofaidance.tk, 1 questoj.cn, 1 questsocial.it, 1 @@ -89385,6 +91171,7 @@ quickjobsfinder.com, 1 quicklinkz.tk, 1 quickq.nu, 1 +quickquote.pt, 1 quickrate.de, 1 quicksell.store, 1 quickshops.ga, 1 @@ -89395,6 +91182,7 @@ quickyshare.com, 1 quicomo.it, 1 quieoltre.it, 1 +quieroaprender.tk, 1 quieroserbombero.org, 1 quieroserdoula.com, 1 quieroserdoula.es, 1 @@ -89445,6 +91233,7 @@ quiqurl.com, 1 quiqurls.com, 1 quire.io, 1 +quirkycruise.com, 1 quirkytravelguy.com, 1 quisildenafil.gq, 1 quitimes.com, 1 @@ -89497,6 +91286,7 @@ quranvoice.tk, 1 qurium.org, 1 qurplus.nl, 1 +qussaikhuli.tk, 1 quuck.eu, 1 quuck.nl, 1 quuz.org, 1 @@ -89544,10 +91334,10 @@ r-baruth.de, 1 r-core.org, 1 r-ix.de, 1 -r-proj.com, 1 r-rwebdesign.com, 1 r-t-b.fr, 1 r-t-n.tk, 1 +r.nf, 1 r00tsolutions.ca, 1 r0ck1t.com.au, 1 r0t.co, 1 @@ -89565,6 +91355,7 @@ r33.space, 1 r36533.com, 1 r3bl.blog, 1 +r3dh4ck.ml, 1 r3s1stanc3.me, 1 r3t.io, 1 r40.us, 1 @@ -89575,6 +91366,7 @@ r6957.co, 1 r7.com.au, 1 r72w.com, 1 +r79.ch, 1 r7h.at, 1 r81365.com, 1 r82365.com, 1 @@ -89627,6 +91419,7 @@ racasdecachorro.org, 1 raccoltarifiuti.com, 1 raccoon.io, 1 +racedrop.tk, 1 raceevents.live, 1 racermaster.xyz, 1 racesimscoring.com, 1 @@ -89646,6 +91439,7 @@ rackblue.com, 1 rackoon.de, 1 raclet.co.uk, 1 +racoesrenata.com.br, 1 raconconsulting.co.uk, 1 raconteurs.gent, 1 racunovodstvo-prina.si, 1 @@ -89654,6 +91448,7 @@ rada-group.eu, 1 radar.sx, 1 radaravia.ru, 1 +radarband.tk, 1 radarbanyumas.co.id, 1 radarcoupon.ch, 1 radarcoupon.it, 1 @@ -89662,7 +91457,6 @@ radarcupon.com.ar, 1 radarcupon.com.mx, 1 radarcupon.es, 1 -radarnext.com, 1 radartatska.se, 1 radartek.com, 1 radcliffky.gov, 1 @@ -89679,6 +91473,7 @@ radfieldhomecarefranchising.co.uk, 1 radgi.com, 1 radharanikijay.tk, 1 +radiadores.tk, 1 radiadoresalternativos.cl, 1 radiantenergy.tk, 1 radiation-oncologist.gr, 1 @@ -89687,15 +91482,20 @@ radicaldream.tk, 1 radicalepil-haguenau.fr, 1 radicalfuture.tk, 1 +radicalhapa.tk, 1 radicaloptimism.org, 1 radicalsub.com.br, 1 radicalwebdesign.co.uk, 1 +radio-amezi.tk, 1 radio-angelos.tk, 1 radio-az.tk, 1 radio-bandit.ml, 1 +radio-bladel.tk, 1 radio-brest.tk, 1 radio-club.ml, 1 radio-delmare.tk, 1 +radio-fly.tk, 1 +radio-luikie.tk, 1 radio-mix.ml, 1 radio-mouse.tk, 1 radio-news.tk, 1 @@ -89708,14 +91508,20 @@ radio-valois-multien.fr, 1 radio1.ie, 1 radio404.tk, 1 +radio4friends.tk, 1 radio56.tk, 1 radio99.tk, 1 radioab-normaal.tk, 1 +radioactiv.tk, 1 radioactivenetwork.xyz, 1 +radioaeropuerto.tk, 1 radioafibra.com.br, 1 radioaltamar.tk, 1 +radioalternativa.tk, 1 +radioanaconda.tk, 1 radioancoa.cl, 1 radioar.tk, 1 +radioazioni.tk, 1 radiobandung.tk, 1 radioborges.tk, 1 radiobucarica.cf, 1 @@ -89724,14 +91530,18 @@ radiocaramelo.cl, 1 radiocartel.tk, 1 radiocentrafrique.cf, 1 +radiochilac.tk, 1 radioclandestina.tk, 1 radiocombinatie-kampen.tk, 1 +radiocommande-forestiere.fr, 1 radiocommande-industrielle.fr, 1 radiocomsaocarlos.com.br, 1 radioconciencia.tk, 1 radiocrash.tk, 1 radiocrazy.ml, 1 +radiocristianauniversal.tk, 1 radioculture.tk, 1 +radiocusco.tk, 1 radiodance.tk, 1 radiodarkwolf.tk, 1 radiodeluxe.ml, 1 @@ -89744,9 +91554,16 @@ radiodxguatemala.tk, 1 radioelectronic.tk, 1 radioenam.tk, 1 +radioenergia.tk, 1 +radioesferico.tk, 1 +radioexito.tk, 1 radiofmimagen.net, 1 +radiofred.tk, 1 +radiogabriela.tk, 1 radiogaga.ga, 1 +radiogalena.tk, 1 radiogear.ru, 1 +radiogetsemani.tk, 1 radiogomezone.tk, 1 radioharrastus.tk, 1 radioheikrekel.tk, 1 @@ -89759,19 +91576,28 @@ radioilusion.es, 1 radioilusiones.tk, 1 radiojackienorth.tk, 1 +radiojeneverstoker.tk, 1 radioknop.nl, 1 +radiokontakt.tk, 1 radiokukesi.tk, 1 +radiolanguages.tk, 1 +radiolaparranda.tk, 1 +radiolatinafm.tk, 1 radioldpr.ru, 1 +radiolibertad.tk, 1 radioliberty.ga, 1 radiolla.com, 1 -radiology-technician.com, 0 +radiology-technician.com, 1 radiom.fr, 1 radiomacuto.gq, 1 radiomagicafm.tk, 1 +radiomakarena.tk, 1 radiomanifiesto.tk, 1 +radiomaster.tk, 1 radiomc.tk, 1 radiomedia.tk, 1 radiomercure.net, 1 +radiometal.tk, 1 radiomikelerentxun.tk, 1 radiomodem.dk, 1 radiomontebianco.it, 1 @@ -89779,10 +91605,13 @@ radionalita.tk, 1 radionetcolombia.tk, 1 radionojavan.ir, 1 +radionoticias.tk, 1 radionrg.tk, 1 radiooffice.tk, 1 +radioparquesur.tk, 1 radioperfect.tk, 1 radiopharereims.tk, 1 +radiopicaflor.tk, 1 radiopleer.net, 1 radiopolarniki.spb.ru, 1 radiopranfm.cf, 1 @@ -89791,11 +91620,14 @@ radior9.it, 1 radioradicchio.it, 1 radiorainbow.tk, 1 +radioranking.de, 1 radiorecord.ml, 1 radioremix80.tk, 1 radioricardo.tk, 1 radios-associatives.tk, 1 +radiosanducito.tk, 1 radiosatbolivia.com, 1 +radioscope.tk, 1 radiosdeguate.com, 1 radioseda.ca, 1 radiosimba.ug, 1 @@ -89804,13 +91636,24 @@ radiosuperplus.tk, 1 radioszczecin.pl, 1 radiotataouine.tk, 1 +radiotehnika.tk, 1 radiotelephoni.tk, 1 +radiotexas.tk, 1 +radiotunes.tk, 1 +radiotuning.tk, 1 radiotv.tk, 1 radioumbrella.ga, 1 +radiouniversofm.tk, 1 radiounofm.tk, 1 radiounost.tk, 1 +radioventura.tk, 1 +radiovertical.tk, 1 +radiovirgendelcarmen.tk, 1 +radiovolmax.tk, 1 radiowakeup.tk, 1 +radioxanadu.tk, 1 radiozetta.tk, 1 +radiozilverster.tk, 1 radis-adopt.com, 1 radito.com, 1 radium-it.ru, 1 @@ -89826,6 +91669,9 @@ radomir-online.ru, 1 radon.tk, 1 radondetectionandcontrol.com, 1 +radopsec.com, 1 +radopsec.net, 1 +radopsec.org, 1 radost-crikvenica.hr, 1 radost.digital, 1 radreisetraumtreibstoff.de, 1 @@ -89840,6 +91686,7 @@ raeven.nl, 1 raevinnd.com, 1 raewardfresh.co.nz, 1 +rafaelsobis.tk, 1 rafaeltuber.cf, 1 rafaroca.net, 1 rafas.com.tr, 1 @@ -89866,12 +91713,12 @@ ragprint.com, 1 ragrosstudios.com, 1 rahayi.tk, 1 -rahedm.ir, 1 raheel.cf, 1 raheel.tk, 1 rahilworld.tk, 1 rahmans.tk, 1 rahulpnath.com, 1 +rahvusraamatukogu.ee, 1 raiceshebreas.org, 1 raid-runners.fr, 1 raidensnakesden.co.uk, 1 @@ -89907,7 +91754,6 @@ railto.com.se, 1 railto.llc, 1 railtocom.com, 1 -railtoexchange.com, 1 railtollc.com, 1 railtosucks.com, 1 railvideo.co.uk, 1 @@ -89919,7 +91765,7 @@ rainbeaus.ga, 1 rainbeaus.gq, 1 rainbeaus.ml, 1 -rainbin.com, 0 +rainbow-christian.tk, 1 rainbow-web.com, 1 rainbowbay.org, 1 rainbowbrains.com, 1 @@ -89946,6 +91792,7 @@ rainstormsinjuly.co, 1 raintreatment.ga, 1 rainturtle.com, 1 +rainuk.com, 1 rainville.me, 1 rainway.com, 1 rainway.io, 1 @@ -89975,11 +91822,12 @@ rak-business-service.com, 1 rakeshkaryana.com, 1 raketa.travel, 1 +raketaholst.com.ua, 1 +raketaprint.com.ua, 1 raketaro.de, 1 raketenwolke.de, 1 rakibzashup.ml, 1 rakibzashup.tk, 1 -rakipro.com, 1 raklouisville.com, 1 rakom.tk, 1 rakovec.hr, 1 @@ -90019,6 +91867,7 @@ ramblingrf.tech, 1 rambo.codes, 1 ramchand.tk, 1 +ramel.tk, 1 ramen-dealer.de, 1 rametrix.com, 1 ramiabusalah.tk, 1 @@ -90055,6 +91904,7 @@ rancheriastereo.tk, 1 ranchu.vn, 1 rancowar.com, 1 +randburgplumber-247.co.za, 1 randburgplumbing.co.za, 1 randc.org, 1 randolf.ca, 1 @@ -90071,6 +91921,7 @@ randombrainwave.ml, 1 randomcode.org, 1 randomdomain.io, 1 +randomforum.tk, 1 randomkindness.tk, 1 randomkoalafacts.com, 1 randomprecision.co.uk, 1 @@ -90092,7 +91943,6 @@ rang-mediengestaltung.de, 1 rangde.org, 1 range.co, 1 -rangemarketing.com, 1 rangercollege.edu, 1 rangerfiles.tk, 1 rangersloyalsite.tk, 1 @@ -90144,7 +91994,6 @@ rapay.net, 1 rapbull.net, 1 rapdinle.tk, 1 -rapdogg.com, 1 rapenroer.com, 1 rapenroer.nl, 1 raphael.li, 1 @@ -90153,9 +92002,10 @@ raphaelmoura.ddns.net, 1 raphrfg.com, 1 rapidapp.io, 1 +rapidcenter.tk, 1 rapidflow.io, 1 rapidgator.net, 1 -rapidhubs.com, 1 +rapidguide.tk, 1 rapidminer.com, 0 rapidoo.com.br, 1 rapidscale.net, 1 @@ -90175,7 +92025,6 @@ raqoo.jp, 1 raquelmolinacases.tk, 1 rar.moe, 1 -raraflora.com.au, 1 rarbgmirror.com, 1 rarbgproxy.com, 1 rarebridal.com, 1 @@ -90184,6 +92033,7 @@ rarename.tk, 1 rarlab.com, 1 raryosu.info, 1 +ras34.ru, 1 rasadnikcvecaperic.rs, 0 rasagiline.com, 1 rasberry.cf, 1 @@ -90202,7 +92052,6 @@ raskruti.ml, 1 raskrutka.cf, 1 rasmushaslund.com, 1 -raspberryultradrops.com, 1 raspberryvalley.com, 1 raspii.tech, 1 raspinerd.de, 1 @@ -90244,6 +92093,7 @@ raucris.ro, 1 raulmalea.ro, 1 raulrivero.es, 1 +raulval.com, 1 raumzeitlabor.de, 0 rauros.net, 1 rauschenbach.de, 1 @@ -90255,6 +92105,7 @@ ravasco-football-team.herokuapp.com, 1 ravchat.com, 1 raveboy.dyndns.org, 1 +ravefm.tk, 1 ravelin.com, 1 raven.dog, 1 raven.express, 1 @@ -90287,14 +92138,13 @@ raw.nl, 1 rawa-ruska-union-nationale.fr, 1 rawbeautysource.com, 1 -rawcbd.shop, 1 rawdamental.com, 1 rawdutch.nl, 1 rawfitco.com.au, 1 rawforce.tk, 1 rawinfosec.com, 1 rawlord.ga, 1 -rawpearls.com, 0 +rawpearls.com, 1 rawr.com, 1 rawr.sexy, 1 raxion.cf, 1 @@ -90452,18 +92302,19 @@ rdxbioscience.com, 1 rdxsattamatka.mobi, 1 rdzenie.pl, 1 +re-align.life, 1 re-crawl.com, 1 re-engines.com, 1 re-leased.com, 1 re-presented.de, 1 re-security.com, 1 re-wilding.com, 1 -re.yt.nom.br, 1 reach-on.de, 1 reach.gov, 1 reachhead.com, 1 reachhub.com, 1 reachley.net, 1 +reachollos.site, 1 reachrss.com, 1 reaconverter.com, 1 react-db.com, 1 @@ -90488,7 +92339,6 @@ readingrats.de, 1 readlater.de, 1 readless.cf, 1 -readmusiccoleman.com, 1 readmynews.cf, 1 readouble.com, 0 readpages.gq, 1 @@ -90516,7 +92366,9 @@ real-bits.com, 1 real-digital.co.uk, 1 real-it.nl, 1 +real-linux.tk, 1 real-neo.me, 1 +real-site.tk, 1 real-srebrenica-genocide.cf, 1 real-srebrenica-genocide.ga, 1 real-srebrenica-genocide.gq, 1 @@ -90583,6 +92435,7 @@ really-simple-ssl.com, 1 really.ai, 1 reallyangryaboutchipshops.com, 1 +reallybadidea.tk, 1 reallycooljobs.ga, 1 reallytrusted.com, 1 reallywild.tk, 1 @@ -90594,8 +92447,10 @@ realmofespionage.xyz, 1 realnature.com.br, 1 realneo.me, 1 +realnet.tk, 1 realno-money.tk, 1 realoteam.ddns.net, 1 +realproestate.com, 1 realpropertyprofile.gov, 1 realpython.com, 1 realrapfans.tk, 1 @@ -90603,7 +92458,7 @@ realtechreviews.com, 1 realtoraidan.com, 1 realty-pochta.tk, 1 -realty.tatar, 1 +realty.tatar, 0 realtygroup-virginia.com, 1 realtyink.net, 1 realum.com, 1 @@ -90619,6 +92474,7 @@ realworldholidays.co.uk, 1 reancos.report, 1 reanimated.eu, 1 +reank-mnx.site, 1 rearmatch.cf, 1 rearmatch.ga, 1 reath.xyz, 1 @@ -90672,6 +92528,7 @@ rechenknaecht.de, 1 rechenwerk.net, 1 recherchegruppe.tk, 1 +rechky.tk, 1 recht.us, 1 rechten-konsens-brechen.tk, 1 rechtenliteratuurleiden.nl, 0 @@ -90770,6 +92627,7 @@ red-t-shirt.ru, 1 red-train.de, 1 red-trigger.net, 1 +red-wine.tk, 1 red031000.com, 1 red2fred2.com, 1 redable.hosting, 1 @@ -90782,6 +92640,7 @@ redburn.com, 1 redcabbage.tk, 1 redcanary.co, 1 +redcandycane.tk, 1 redcapital.cl, 1 redcardinal.tk, 1 redcarpetmonday.com, 1 @@ -90792,12 +92651,14 @@ redcoded.com, 1 redcone.net, 1 redcorus.com, 1 +redcreek.tk, 1 redcross.com.ph, 1 redcupit.com, 1 redd.it, 1 reddcrypt.com, 1 reddepsicologosdecr.com, 1 reddevilarmada.com, 1 +reddice.tk, 1 reddingo.at, 1 reddingo.be, 1 reddingo.ch, 1 @@ -90822,7 +92683,6 @@ rede-reim.de, 1 rede-t.com, 1 redearsliderturtles.com, 1 -redecloud.xyz, 1 redecsirt.pt, 1 redeemingbeautyminerals.com, 1 redefineyounow.com, 1 @@ -90874,6 +92734,7 @@ redletter.link, 1 redlinelap.com, 1 redlink.de, 1 +redlink.tk, 1 redlinker.ml, 1 redlionclub.ga, 1 redloeki.tk, 1 @@ -90894,11 +92755,13 @@ redper.top, 1 redperegrine.com, 0 redphi.dedyn.io, 1 +redphoenix.tk, 1 redprice.by, 1 redq.now.sh, 1 redrafting.ga, 1 redraven.studio, 1 redray.org, 1 +redrealm.tk, 1 redriverhealthandwellness.com, 1 redrivernm.gov, 1 reds-dev.ga, 1 @@ -90926,7 +92789,6 @@ reducto.tk, 1 redunion.tk, 1 redwater.co.uk, 1 -redwaterhost.com, 1 redwaymu.cf, 1 redweek.com, 1 redwhey.com, 1 @@ -90977,7 +92839,6 @@ reflexive.xyz, 1 refluxogastroesofagico.ga, 1 refood-cascaiscpr.eu, 1 -reformasflores.com, 1 reformation.financial, 1 reformatreality.com, 1 refreshcartridges.co.uk, 1 @@ -91004,6 +92865,7 @@ reganclassics.co.uk, 1 reganclassics.com, 1 reganparty.com, 1 +regardezleprogramme.fr, 1 regasportshop.it, 1 regata2015.tk, 1 regatesenbretagne.bzh, 1 @@ -91024,6 +92886,7 @@ regentmovies.tk, 1 regex101.com, 1 regg.ae, 1 +reggaexplosion.tk, 1 reggea.tk, 1 reggiotoday.it, 1 regiamo.ch, 1 @@ -91041,7 +92904,6 @@ region6armymars.org, 1 regionaalenergieloket.nl, 1 regional-rabatt.de, 1 -regionalgrowth.com, 1 regionethost.tk, 1 regionmedia.cf, 1 regioplanverbindt.nl, 1 @@ -91056,6 +92918,7 @@ registr.io, 1 registrarplus.net, 1 registrarplus.nl, 1 +registrierung.tk, 1 registry.google, 1 registryplus.net, 1 registryplus.nl, 1 @@ -91066,6 +92929,7 @@ regon.hu, 1 regospel.tk, 1 regraph.de, 1 +regression.tk, 1 regsec.com, 1 regtech.tk, 1 regtify.co.uk, 1 @@ -91104,6 +92968,7 @@ reiki-coaching.nl, 0 reiki-france.fr, 1 reikiblog.cf, 1 +reikicrystal.com, 1 reikimaster.tk, 1 reikimontreal.org, 1 reilly.io, 1 @@ -91116,7 +92981,7 @@ reinaertvandecruys.com, 1 reinaertvandecruys.me, 1 reinaertvdc.com, 1 -reinaldudras.ee, 1 +reinaldudras.ee, 0 reinaldudrasfamily.ee, 1 reinascba.com.ar, 1 reindersfoodfashion.nl, 0 @@ -91134,6 +92999,7 @@ reinout.nu, 1 reinouthoornweg.nl, 1 reintjens.de, 1 +reinventersontravail.com, 1 reinventetoi.com, 0 reinventfit.ro, 0 reirei.cc, 1 @@ -91144,7 +93010,6 @@ reiseziel-hiddensee.de, 0 reishoku.net, 1 reishunger.de, 1 -reismil.ch, 1 reispower.nl, 1 reisslittle.com, 1 reissnehme.com, 1 @@ -91187,6 +93052,7 @@ relatethesport.com, 0 relatic.net, 1 relations-business.com, 1 +relationshipsandprivatestuff.com, 1 relatory.nl, 1 relatosypoesias.tk, 1 relax.hn, 1 @@ -91221,6 +93087,7 @@ relivekitchen.com, 1 reloading.ml, 1 relocatefeds.gov, 1 +relocatetocornwall.co.uk, 1 relogioecia.com.br, 1 relojeriajoyeria.com, 1 relojes-online.com, 1 @@ -91237,7 +93104,7 @@ remambo.jp, 1 remapmijnauto.nl, 1 remarketable.org, 1 -remateszarate.cl, 1 +remateszarate.cl, 0 remax.at, 1 remeb.de, 1 remedee.com, 0 @@ -91263,6 +93130,7 @@ remilner.co.uk, 1 reminded.tk, 1 remini.cz, 1 +reminisceaudio.com, 1 remirampin.com, 1 remissan.com, 1 remitano.com, 1 @@ -91306,6 +93174,7 @@ remrol.ru, 0 remwhile.com, 1 remyb.me, 1 +remyroguevolution.tk, 1 rena.am, 1 rena.cloud, 1 renaatsioncke.com, 1 @@ -91320,6 +93189,7 @@ renderatelier.com, 1 renderloop.com, 1 renderworld.tk, 1 +renderzone.tk, 1 rendez-vous.gq, 1 rendre-service.ch, 0 rene-eizenhoefer.de, 1 @@ -91381,6 +93251,7 @@ rent-ok.com, 1 rent-to-own-home.ga, 1 rentacar.name.tr, 1 +rentacaramerica.com, 1 rentalboatsafety.com, 1 rentamosandamios.com.mx, 1 rentandamiosycasetas.com, 1 @@ -91408,7 +93279,6 @@ reo.gov, 0 reorz.com, 0 reox.at, 1 -repaik.com, 1 repaircafe-hanau.de, 1 repairdriveshafts.tk, 1 repairgeniuses.com, 1 @@ -91448,6 +93318,7 @@ repology.org, 1 report-incident.de, 1 report-uri.com, 1 +reportasee.com, 1 reportband.gov, 1 reporte.tk, 1 reportercareer.ga, 1 @@ -91494,6 +93365,7 @@ reroboto.eu, 1 reroboto.net, 1 reroboto.org, 1 +rerumu.com, 1 resama.eu, 1 resanebartar.tk, 1 resbi.tk, 1 @@ -91538,7 +93410,6 @@ resize2fs.de, 1 resju21.ch, 1 resmigazete.gov.tr, 1 -resnickandnash.com, 1 resolute.com, 1 resolutesystems.com, 1 resolutionnews.cf, 1 @@ -91589,16 +93460,18 @@ responsecode.mobi, 1 responsecode.nl, 1 responsepartner.com, 1 -responsibledisclosure.nl, 0 +responsibledisclosure.nl, 1 responsivepaper.com, 1 respostas.com.br, 1 ressl.ch, 1 resslovaci.net, 1 +ressomedbiosressonadores.com.br, 1 ressourcesindivior.com, 1 ressourcesleopharma.fr, 1 ressupply.com, 1 rest-in-moscow.tk, 1 resta.ga, 1 +restart-brno.cz, 1 restartperm.ml, 1 restauracjabazylia.pl, 1 restaurant-de-notenkraker.be, 1 @@ -91607,6 +93480,7 @@ restaurant-macampagne.fr, 1 restaurant-oregano.de, 1 restaurant-rosengarten.at, 1 +restaurant-spartacus.tk, 1 restaurantbetriebe.schwarz, 1 restaurantdetgulepakhus.tk, 1 restaurantedonono.com.br, 1 @@ -91646,12 +93520,12 @@ resumic.io, 1 resumic.net, 1 resumic.org, 1 -resursedigitale.ro, 1 resurspartner.tk, 1 resveratrolsupplement.co.uk, 1 retailcleaners.ga, 1 retailcybersolutions.com, 1 retailing.cf, 1 +retaque.tk, 1 retarara.tk, 1 retardedstudios.tk, 1 retcor.net, 1 @@ -91706,6 +93580,7 @@ retrokuchynka.sk, 1 retronet.nl, 1 retropack.org, 1 +retropedal.tk, 1 retroride.cz, 1 retroroundup.com, 0 retroskoter.tk, 1 @@ -91715,6 +93590,7 @@ retrotracks.net, 0 retrotubesporn.com, 1 retrovideospiele.com, 1 +retroworld.tk, 1 rets.org.br, 0 retseptykaboli.cf, 1 rettig.xyz, 0 @@ -91752,9 +93628,9 @@ reverbland.com, 1 reverenceglobal.com, 1 reverencestudios.com, 1 +revers.tk, 1 reverseaustralia.com, 1 reversecanada.com, 1 -reversecrucifixkm.altervista.org, 1 reversedns.tk, 1 reverseloansolutions.com, 1 reverselookupphone.us, 1 @@ -91771,7 +93647,6 @@ reviewdetector.ml, 1 reviewgeek.com, 1 reviewinteriors.com.au, 1 -reviewlab.co.uk, 1 reviewninja.net, 1 reviewpipe.com, 1 reviews.anime.my, 0 @@ -91793,6 +93668,7 @@ revistabifrontal.com, 1 revistacocina.tk, 1 revistadiscover.com, 1 +revistaespecies.ga, 1 revistaligustinus.tk, 1 revistasomos.com, 1 revitalisierungs-akademie.de, 1 @@ -91812,7 +93688,6 @@ revizoronline.tk, 1 revlect.com, 1 revoluciondelacuchara-fusa.tk, 1 -revoluruguay.com, 1 revolution.net.nz, 1 revolutionary.tk, 1 revolutionaryaim-vienna.tk, 1 @@ -91820,12 +93695,14 @@ revolutionaryireland.ga, 1 revolutionaryireland.gq, 1 revolutionaryireland.ml, 1 +revolutionengine.tk, 1 revolutionenkommer.dk, 1 revolutionhive.com, 1 revolutionofbeauty.tk, 1 revolutionofgaming.tk, 1 revolve.com, 1 revolware.com, 1 +revosoft.de, 1 revthefox.co.uk, 1 revuestarlight.me, 1 revworld.org, 1 @@ -91855,6 +93732,7 @@ rezarect.net, 1 rezendemultimarcas.com.br, 1 rezept-planer.de, 1 +rezevu.com, 1 rezio.io, 0 rezistor.tk, 1 rezka-burenie.cf, 1 @@ -91944,10 +93822,13 @@ riaki.net, 1 riaktiv.tk, 1 rial.space, 1 +rialto.co.nz, 1 rian.gq, 1 riared.net, 1 riared.org, 1 riaucybersolution.net, 0 +riaudetil.com, 1 +rib-ims.com, 1 rib-leipzig.com, 1 riba-lov.ga, 1 ribafs.tk, 1 @@ -91965,10 +93846,8 @@ ricardotaakehb.tk, 1 ricaud.me, 1 riccardopiccioni.it, 1 -riccardoslanzi.com, 1 riccy.org, 1 riceadvice.info, 1 -ricettesemplicieveloci.altervista.org, 1 rich-good.com, 1 richadams.me, 1 richandsteph.co.uk, 1 @@ -91993,6 +93872,7 @@ richardson.pictures, 1 richardson.software, 1 richardson.systems, 1 +richardson.tk, 1 richardson.tw, 1 richardstonerealestate.com, 1 richardvd.nl, 1 @@ -92011,6 +93891,7 @@ richieheijmans.io, 1 richieheijmans.network, 1 richieheijmans.one, 1 +richini.com, 1 richkidmarketing.com, 1 richlandcountyoh.gov, 1 richlj.com, 1 @@ -92032,7 +93913,6 @@ ricksfamilycarpetcleaning.com, 1 rickvanderzwet.nl, 1 rickweijers.nl, 1 -rickyg.live, 1 rickyromero.com, 1 rickysgames.tk, 1 rico-brase.de, 0 @@ -92085,10 +93965,10 @@ rigabeerbike.lv, 1 rigart-michael.be, 1 rigartmichael.be, 1 -rigasudens.lv, 1 rigelro.ga, 1 rigelsport.com, 1 riggosrag.com, 1 +riggsmarkham.com, 1 righettod.eu, 1 righini.ch, 0 right-to-love.name, 1 @@ -92098,6 +93978,7 @@ rightfold.io, 1 rightlaw.nz, 1 rightmovecanada.com, 1 +rightnetworks.com, 1 rightrasta.com, 1 rightreview.co.uk, 1 rights.ninja, 1 @@ -92105,9 +93986,7 @@ rightsolutionplumbing.com.au, 1 rightstuff.link, 0 rigintegrity.com, 1 -rigous.net, 1 rigsalesaustralia.com, 1 -rihal-humain.com, 1 rihappy.tk, 1 riight.online, 1 riigiteenused.ee, 1 @@ -92171,7 +94050,7 @@ rioxmarketing.pt, 1 rioxmarketing.us, 1 rip-sport.cz, 1 -ripa.io, 1 +rip.ie, 1 ripadores.tk, 1 ripaton.fr, 1 ripcityproject.com, 1 @@ -92220,6 +94099,7 @@ risiinfo.com, 1 rising-cubers.tk, 1 riskmitigation.ch, 1 +risman.tk, 1 risoscotti.es, 1 risounokareshi.com, 1 risparmiare.info, 1 @@ -92247,6 +94127,7 @@ riteway.rocks, 1 ritex-shop.ru, 1 ritirocalcinacci.viterbo.it, 1 +ritmos.tk, 1 ritmuzic.ml, 1 ritoge.com, 1 ritoner.it, 1 @@ -92273,7 +94154,6 @@ rivercitybni.com, 1 riverdale.net.au, 1 riverford.co.uk, 1 -rivermist.com.au, 1 riveroaksdentaljax.com, 1 riverotravel.cl, 1 riverpark.casa, 1 @@ -92289,7 +94169,6 @@ riverviewmotel.ca, 1 riverviewtree.com, 1 riverviewurologic.com, 1 -riverweb.gr, 1 rivierasaints.ch, 0 riviere.pro, 1 rivingtongreenwich.co.uk, 1 @@ -92350,7 +94229,6 @@ rme.li, 0 rmeuropean.com, 1 rmf.io, 1 -rmi.com.ar, 1 rmit.me, 1 rmm-i.com, 1 rmmanfredi.com, 1 @@ -92360,6 +94238,7 @@ rms.sexy, 1 rmsk.tk, 1 rmstudio.tw, 1 +rmsu.pl, 1 rmsupply.nl, 1 rmtconstruction.co.za, 1 rmvalues.com, 1 @@ -92400,11 +94279,12 @@ rob006.net, 1 robandjanine.com, 1 robaxin750mg.ml, 1 -robben.io, 1 robbertt.com, 0 +robbestad.com, 1 robbiebird.tk, 1 robbiecrash.me, 1 robbielowe.co, 1 +robbins-construction.com, 1 robbinsgaragedoorwenatchee.com, 1 robbrestyle.com, 1 robbysmets.be, 1 @@ -92460,6 +94340,7 @@ robinflikkema.nl, 1 robinfrancq.ml, 1 robinhor10.tk, 1 +robinhordon.tk, 1 robinlinden.eu, 1 robinloeffel.ch, 1 robinminto.com, 1 @@ -92467,6 +94348,7 @@ robinsonphotos.uk, 1 robinsonstrategy.com, 1 robinsonyu.com, 1 +robinvanpersie.tk, 1 robinvdmarkt.nl, 1 robinwill.de, 1 robinwinslow.uk, 1 @@ -92481,9 +94363,11 @@ robohash.org, 1 robokits.co.in, 1 roboland.ga, 1 +roboraptor.tk, 1 robot-invest.cf, 1 robot-invest.ml, 1 robot.car, 1 +robotask.in, 1 robotattack.org, 1 robotbattle.tk, 1 robotdecocinaya.com, 1 @@ -92552,12 +94436,14 @@ rocknbluestoday.tk, 1 rocknwater.com, 1 rockpesado.com.br, 1 +rockrider.tk, 1 +rocksalt.tk, 1 rockset.com, 1 rockshooters.com, 1 rockslideengineering.com, 1 -rocksolidind.com, 1 rocksoundradio.tk, 1 rockstargame.su, 1 +rockvocalconsulting.com, 1 rockworldteam.tk, 1 rockymountaininsurancecenter.com, 1 rockymountainspice.com, 1 @@ -92582,11 +94468,12 @@ rodevlaggen.nl, 1 rodgersawnings.com, 1 rodichi.net, 1 +rodin.tk, 1 +rodini.it, 1 rodinka.tk, 1 rodinnebyvanie.eu, 1 rodinneodpoledne2018.cz, 1 roditely.cf, 1 -rodnik-pansionat.ru, 1 rodnikbel.tk, 1 rodobike.com.br, 1 rodoelectrodomesticos.com, 1 @@ -92615,7 +94502,7 @@ roelonline.tk, 1 roelsworld.eu, 1 roemhild.de, 1 -roenhorst.net, 1 +roenhorst.net, 0 roerstaafjes.nl, 1 roessner-network-solutions.com, 1 roethelheim.net, 1 @@ -92671,7 +94558,6 @@ rojotv.tk, 1 roka9.de, 1 rokass.nl, 1 -rokcupusa.com, 1 rokettube.tk, 1 rokki.ch, 1 roko-foto.de, 1 @@ -92710,7 +94596,6 @@ rollingstocks.tk, 1 rollinspass.org, 1 rollthedice.tk, 1 -rolluikentotaalshop.nl, 1 rolluplab.it, 1 rolodato.com, 0 rolotrans.cf, 1 @@ -92744,6 +94629,7 @@ romanticdate.gq, 1 romanticdate.ml, 1 romanticdate.tk, 1 +romantico.tk, 1 romanticschemer.com, 1 romanticschemermovie.com, 1 romanticsexshopguatemala.com, 1 @@ -92755,6 +94641,7 @@ romapk.tk, 1 romarin.es, 1 romaservicegroup.it, 1 +romashka.tk, 1 romastantra.com, 1 romatoday.it, 1 romatours.pt, 0 @@ -92783,6 +94670,7 @@ ronbongamis.com, 1 ronbyrne.com, 1 roncoutilities.com, 1 +ronda.tk, 1 rondommen.nl, 1 rondouin.fr, 1 rondreis-amerika.be, 1 @@ -92806,6 +94694,7 @@ roodhealth.co.uk, 1 roodjongindesp.nl, 1 roof.ai, 0 +roofbrosrestoration.com, 1 roofconsultants-inc.com, 1 roofdoctorutah.com, 1 roofer.cf, 1 @@ -92851,7 +94740,6 @@ rootcommand.com, 1 rootear.com, 1 rootedlifemontessori.com, 1 -rootetsy.com, 1 rootfor.me, 1 rootingpalace.tk, 1 rootkit.es, 1 @@ -92875,7 +94763,6 @@ rootusers.com, 1 rootze.com, 1 roozaneh.net, 1 -rop.cx, 1 ropd.info, 1 ropingsupply.com, 1 roppit.nl, 1 @@ -92893,6 +94780,7 @@ rosalindturner.co.uk, 1 rosalopezcortes.tk, 1 rosamystica.tk, 1 +rosanaestevezabogadovigo.es, 1 rosanerolife.tk, 1 rosaquest.ru, 1 rosaserra.es, 1 @@ -92950,13 +94838,14 @@ rosskopfs.de, 1 rosslug.org.uk, 1 rossome.org, 1 -rosspecstroy.ru, 1 rosstroj-balashiha.ml, 1 rosswilson.co.uk, 0 rost.tv, 1 rostclub.ro, 1 +rosten.tk, 1 rostirolla.se, 0 rostlau.be, 1 +rostov-aikido.tk, 1 rostov-arena.ml, 1 rostov-avia.ru, 0 rostov.cf, 1 @@ -92986,7 +94875,6 @@ rotince.tk, 1 rotol.me, 1 rotonde.gq, 1 -rotozen.com, 1 rotring.com, 1 rottamazioni.it, 1 rotterdamjazz.info, 1 @@ -93031,6 +94919,7 @@ rovetf.tk, 1 rovezzano.tk, 1 rovian.ua, 1 +rovin.tk, 1 rovity.io, 1 rovohout.nl, 1 rovota.com, 1 @@ -93053,10 +94942,13 @@ rowlog.com, 1 rowra.org, 1 roxanaherguz.com, 1 +roxanneguinoo.tk, 1 roxburytech.tk, 1 roxiesbouncycastlehire.co.uk, 1 roxtri.cz, 1 +roxville.tk, 1 roy-buehring.de, 1 +royal-knights.tk, 1 royal-life.tk, 1 royal-rangers.de, 1 royal71.com, 1 @@ -93116,6 +95008,7 @@ royalcitystudios.ca, 1 royalcitytaxi.ca, 1 royalcrowns.tk, 1 +royaldarts.tk, 1 royaldoorkc.com, 1 royalfitnesschennai.in, 1 royalhosting.ch, 1 @@ -93128,7 +95021,6 @@ royalpalacenogent.fr, 1 royalrace.tk, 1 royalstylefit.com, 1 -royalteam.fr, 1 royaltube.net, 1 royalty-market.com, 1 royaltyexchange.com, 1 @@ -93312,6 +95204,7 @@ ru-acyclopedia.cf, 1 ru-adv.tk, 1 ru-auto.tk, 1 +ru-e-business.com, 1 ru-robot.tk, 1 ru-sale.tk, 1 ru-sport.ga, 1 @@ -93341,7 +95234,9 @@ ruben.ga, 1 rubenbaer.ch, 1 rubenbrito.net, 1 +rubenfelix.tk, 1 rubengees.de, 1 +rubengutierrez.tk, 1 rubenkruisselbrink.nl, 1 rubenmamo.com, 1 rubenpeeters.ml, 1 @@ -93350,10 +95245,12 @@ rubens.cloud, 1 rubenschulz.nl, 1 rubenslikkarchive.com, 1 +rubensvrouwen.tk, 1 rubia.ca, 1 rubiales.tk, 1 rubic.tk, 1 rubidium.ml, 1 +rubidium.se, 1 rubik.tk, 1 rubinamillinery.com, 1 rubinchyk.tk, 1 @@ -93363,13 +95260,13 @@ rubooks.gq, 1 rubreklama.tk, 1 ruby-auf-schienen.de, 1 -rubymartin.com.au, 1 rubyonline.tk, 1 rubyquincunx.com, 1 rubyquincunx.org, 1 rubystore.ga, 1 rubytune.com, 0 ruchka-mashinka.gq, 1 +ruckify.com, 1 rucksack-rauf-und-weg.de, 1 ruckzuck-privatpatient.de, 1 rucnerobene.eu, 1 @@ -93381,7 +95278,6 @@ rudefish.tk, 1 rudewiki.com, 1 rudibora.ml, 1 -rudimentalconsulting.com, 1 rudimentalluxury.com, 1 rudloff.pro, 1 rudnikas.com, 1 @@ -93407,6 +95303,7 @@ rufartabs.ml, 1 ruffbeatz.com, 1 ruffinstorage.com, 1 +ruffm.com, 1 ruffnecks.tk, 1 ruflay.ru, 1 ruforce.ml, 1 @@ -93443,12 +95340,14 @@ rulaholding.fi, 1 rule5.ai, 1 rules-of-engagement.tk, 1 +ruli.tk, 1 rulu.tv, 1 rulutv.com, 1 rumahcodingtest.tk, 1 rumahkristal.tk, 1 rumahminimalisoi.com, 1 rumahpropertigratis.com, 1 +rumahresep.cf, 1 rumartinez.es, 1 rumbasguayaquil.com, 1 rumbies.co.uk, 0 @@ -93462,6 +95361,7 @@ rumlife.co.uk, 1 rummage4property.co.uk, 1 rummey.co.uk, 1 +rumn.de, 1 rumtaste.com, 1 rumtaste.de, 1 rumus.co.id, 1 @@ -93553,6 +95453,8 @@ rushyo.com, 1 rusi-ns.ca, 1 rusichi.tk, 1 +rusificatio.tk, 1 +rusifikator.tk, 1 rusiptv.cf, 1 ruska-modra.cz, 1 ruskamodra.cz, 1 @@ -93575,6 +95477,7 @@ russia-furniture.tk, 1 russia-knigi.ga, 1 russia-rp.tk, 1 +russia.dating, 1 russia.wtf, 1 russiaeconomy.org, 1 russiahockey.tk, 1 @@ -93592,6 +95495,7 @@ russianews.ga, 1 russianpunkrock.tk, 1 russianrandom.ru, 1 +russiantranslation.tk, 1 russisch.tk, 1 russograffix.tk, 1 rust.cf, 1 @@ -93621,7 +95525,7 @@ rutazeus.tk, 1 rutgerbrouwer.tk, 1 rutgerschimmel.nl, 1 -ruthbarrettmusic.com, 0 +ruthbarrettmusic.com, 1 ruthbellgrahammemorial.org, 1 ruthil.co.il, 1 ruthil.com, 1 @@ -93650,6 +95554,7 @@ rvantwembeke.tk, 1 rvecomercio.com.br, 1 rvender.cz, 1 +rvf6.com, 1 rvfit.dk, 1 rvg.zone, 1 rvmfm.com, 1 @@ -93718,6 +95623,7 @@ rygy.com.br, 1 rylore.com, 1 rymanow.tk, 1 +rymedi.com, 1 rymergames.tk, 1 rynekpierwotny.pl, 1 rynkebo.dk, 1 @@ -93770,6 +95676,7 @@ s1mplescripts.de, 1 s1ris.org, 1 s2.coach, 1 +s2605.de, 1 s2i.ch, 0 s2member.com, 1 s2t.net, 1 @@ -93799,7 +95706,6 @@ s558.cc, 0 s559.cc, 0 s5g8.com, 1 -s5hxsrv.xyz, 1 s64.cz, 1 s6729.co, 1 s6729.com, 1 @@ -93829,12 +95735,13 @@ saadurrehman.tk, 1 saalfrank.at, 1 saalfrank.de, 1 +saam.aero, 1 saamhorigheidsfonds.nl, 0 saaremaa.tk, 1 saas.de, 1 saatchiart.com, 1 saathi.asia, 1 -sab.id, 0 +sab.id, 1 saba-piserver.info, 1 saba-shop.tk, 1 sabachat.tk, 1 @@ -93849,6 +95756,7 @@ saberhortifruti.com.br, 1 sabghijewelers.com, 1 sabharwallawfirm.ca, 1 +sabhijobs.com, 1 sabians.tk, 1 sabine-forschbach.de, 1 sabineforschbach.de, 1 @@ -93858,6 +95766,7 @@ sabmobile.pk, 1 saborcaribe.tk, 1 sabranie.com, 0 +sabrina-auer.tk, 1 sabrinajoias.com.br, 1 sabrinajoiasprontaentrega.com.br, 1 sabrinajoiasvarejo.com.br, 1 @@ -93879,7 +95788,6 @@ sachk.com, 1 sachse.info, 1 sachsenlady.com, 1 -sachviet.us, 0 sacians.tk, 1 sacibo.ga, 1 sackers.com, 1 @@ -93902,6 +95810,7 @@ sadeghian.us, 1 sadev.co.za, 1 sadhana.cz, 1 +sadhanaclub.de, 1 sadhawkict.org, 1 sadiejanehair.com, 1 sadiejewellery.co.uk, 1 @@ -93915,6 +95824,7 @@ sadko-group.com, 1 sadkodesign.com.ua, 1 sadmansh.com, 1 +sadou.kyoto.jp, 0 sadoun.com, 1 sadovskiy.tech, 1 sadsu.com, 0 @@ -94013,7 +95923,6 @@ safeui.com, 0 safevault.org, 1 safevisit.com.au, 1 -safewaysecurityscreens.com.au, 1 safewaywaterproofing.com, 1 safiosolutions.com, 1 safirakbar.tk, 1 @@ -94042,6 +95951,7 @@ saggis.com, 1 saghekin.com, 1 sagitta.hr, 1 +saglik-haberleri.tk, 1 saglikhaber.tk, 1 sagliklidegisim.com, 1 sagnette.xyz, 1 @@ -94093,6 +96003,7 @@ sainokuni-eng.jp, 1 sainshand.tk, 1 saint-aubin-sur-scie.fr, 1 +saint-clan.tk, 1 saint-cyril.com, 1 saint-leonard.fr, 1 saint-peterburg.tk, 1 @@ -94134,6 +96045,7 @@ saintphilipneri.org, 1 saintpius.net, 1 saintpolycarp.org, 1 +saintseiya-temple.tk, 1 saintvincent.tk, 1 saintw.com, 1 sainzderozas.com, 1 @@ -94180,7 +96092,6 @@ sakura-paris.org, 1 sakuraakino.cyou, 0 sakuracdn.com, 1 -sakuracommunity.com, 1 sakuradata.com, 1 sakurapalace.tk, 1 sakuraz.net, 1 @@ -94224,7 +96135,7 @@ salegor.tk, 1 salekaz.ru, 1 salemedia.pro, 1 -salensmotors-usedcars.be, 0 +salensmotors-usedcars.be, 1 salento-nostro.tk, 1 salentocab.com, 1 salernotoday.it, 1 @@ -94288,9 +96199,11 @@ salon1.ee, 1 salonasymetria.com, 1 salonasymetria.pl, 1 +salone-mio.com, 1 salonestella.it, 1 salonni.tk, 1 salonsantebienetre.ch, 0 +salonsuites.com, 1 salrosadohimalaia.com, 1 salsa-straubing.de, 1 salt-documentary.blog, 1 @@ -94361,6 +96274,7 @@ samangel.org, 1 samanthabiggers.com, 1 samanthasgeckos.com, 1 +samanthasmith.tk, 1 samappleton.com, 1 samar-leyte.tk, 1 samara-avia.ru, 1 @@ -94457,7 +96371,6 @@ samuraiskye.com, 1 samusil.org, 1 samvanderkris.com, 1 -samvanderkris.xyz, 1 samwelek.co.uk, 1 samwilberforce.com, 1 samwrigley.co.uk, 1 @@ -94488,6 +96401,7 @@ sanayi.gov.tr, 1 sanbornteam.com, 1 sancaktepehaber.tk, 1 +sancdz.com, 0 sanchez.adv.br, 0 sanctio.tk, 1 sanctum.geek.nz, 1 @@ -94496,7 +96410,6 @@ sand-and-mercury.tk, 1 sand-craft.ml, 1 sand-stoneinc.com, 1 -sand.cat, 1 sand66.cc, 1 sand66.com, 1 sandairephotography.com, 1 @@ -94505,6 +96418,7 @@ sandeepjinagal.com, 1 sandelduggal.com, 1 sander.sh, 1 +sanderdesign.tk, 1 sanderdorigo.nl, 1 sanderkoenders.eu, 1 sanderkoenders.nl, 1 @@ -94558,6 +96472,7 @@ sanfranciscotours.org, 1 sangen.ml, 1 sangheon.com, 1 +sangina.eu, 1 sangiovannilipioni.tk, 1 sangitafoodmess.com, 1 sanglierhurlant.fr, 1 @@ -94590,9 +96505,11 @@ sanjacintotitle.com, 1 sanjosecolorectal.com, 1 sanjosecostarica.org, 1 +sanjuanchamelco.tk, 1 sanjuandeabajo.tk, 1 sanjuanerita.com, 1 sanketsu.ml, 0 +sanki.tk, 1 sankovitzmediation.com, 1 sanktpetriskole.dk, 1 sanliurfahaberi.tk, 1 @@ -94710,6 +96627,7 @@ sapuseven.com, 1 saputra.org, 1 saq.com, 0 +saracenmarkets.com, 1 sarafanchik.tk, 1 sarafanchiki.tk, 1 sarafani.tk, 1 @@ -94725,6 +96643,7 @@ sarahjaneredmond.com, 1 sarahlicity.co.uk, 1 sarahlicity.me.uk, 1 +sarahmodel.tk, 1 sarahneumann.tk, 1 sarahplusdrei.de, 1 sarahshabrina.tk, 1 @@ -94785,6 +96704,7 @@ sarouel.fr, 1 sarox.com.au, 0 sarpsb.org, 1 +sarrworld.com, 1 sars-cov-2.com, 1 sartori.tk, 1 sartoria.roma.it, 1 @@ -94827,18 +96747,23 @@ satario.vn, 1 satat.cf, 1 satat.tk, 1 +sataturf.com, 1 sateahafreedi.com, 1 satelital.tk, 1 +satellights.tk, 1 satellite-equipment.tk, 1 satellite-prof.com, 1 satellite-shop.tk, 1 satellite-top.com, 1 satellites.hopto.me, 1 satellitetelevision.tk, 1 +satellitetv.tk, 1 satena.com, 1 satheeshsbennet.tk, 1 satimagingcorp.com, 1 +satindolls.tk, 1 satinn.pl, 1 +satipatthanamula.com, 1 satisfaction.su, 1 satisfactory-calculator.com, 1 satisperfectacollections.com, 1 @@ -94850,12 +96775,12 @@ satoshinumbers.com, 1 satpersian.tk, 1 satplay.host, 1 +satradio.tk, 1 satramana.org, 1 satserwis.xyz, 1 satsukii.moe, 1 satsumi.tk, 1 sattamatka420.mobi, 0 -sattamatkamobi.com, 1 sattaresult.in, 1 sattaresult.net, 1 saturdayenterprises.ga, 1 @@ -94916,15 +96841,17 @@ save-me-koeln.de, 1 savebees.org, 1 savebt.net, 1 +savedana.tk, 1 savejonasquinn.tk, 1 savemoneyonenergy.com, 0 +saveolga.tk, 1 saveoney.ca, 1 -saveora.com, 1 saveora.shop, 1 savesilvercreek.com, 1 savesilvercreek.org, 1 savesomegreen.co.uk, 1 savestatecentral.tk, 1 +savetech.tk, 1 savethedogfishfoundation.org, 1 savetheinternet.eu, 1 savetomp3.net, 1 @@ -94947,6 +96874,7 @@ savoir.ga, 1 savonlinnatrujillo.tk, 1 savonsuuntaporaus.fi, 1 +savushkin.tk, 1 saw249.de, 1 sawansasaram.ml, 1 sawiday.at, 1 @@ -94977,10 +96905,12 @@ saxophone.tk, 1 saxotex.de, 1 say-it-loud.com, 1 +sayany.tk, 1 saybecraft.ru, 1 saydj.tk, 1 sayednidhalphoto.tk, 1 sayeghonline.com, 0 +sayfr.com, 1 saygoodbyetoie.com, 1 sayilarmuhendislik.com, 1 sayprepay.com, 1 @@ -95013,6 +96943,7 @@ sberbank.ch, 1 sbercontactmonitoring.ru, 1 sberhealth.ru, 1 +sbermobile.ru, 1 sberna-fotofast.cz, 1 sbf888.com, 1 sbgcred.com, 1 @@ -95032,6 +96963,7 @@ sbmsite.ml, 1 sbmsitelist.ml, 1 sbmsitelist.tk, 1 +sbmsmartaccounting.co.uk, 1 sbmt.cc, 1 sbo.no, 1 sbodewissel.tk, 1 @@ -95073,6 +97005,7 @@ scalesbiolab.com, 1 scaling.solutions, 0 scalive.tv, 1 +scallyboy.uk, 1 scallywagsbouncycastles.co.uk, 1 scallywagskids.co.uk, 1 scalpel.com, 1 @@ -95080,7 +97013,6 @@ scamangels.com, 1 scambistimaturi.com, 1 scamblockplus.org, 1 -scambusters.club, 1 scamtested.com, 1 scan.co.uk, 1 scan.computer, 1 @@ -95091,13 +97023,13 @@ scandata.cf, 1 scandata.tk, 1 scandicom.fi, 1 +scandinavia.dating, 1 scandinavia.ga, 1 scandinaviancorner.tk, 1 scaner.ga, 1 scangeo.net, 1 scanmailx.com, 1 scanmy.email, 1 -scanpassword.com, 1 scanpay.dk, 1 scansearchtravel.com, 1 scansnus.com, 1 @@ -95226,7 +97158,6 @@ schlossfuchs.de, 1 schluesseldienst-hannover24.de, 1 schluesseldienstzentrum.de, 1 -schluss-aus-en.de, 1 schmaeh-coaching.ch, 1 schmatloch.cloud, 1 schmelzle.io, 1 @@ -95260,6 +97191,7 @@ schoknecht.net, 1 schoknecht.one, 1 schoko-ferien.de, 1 +schokobebe.net, 1 schokoferien.de, 1 schokokeks.org, 1 schokoladensouffle.eu, 1 @@ -95376,7 +97308,6 @@ schummar.de, 0 schunako.ch, 1 schupp.io, 1 -schuppentier.org, 1 schutte.tk, 1 schutterij-sintsebastianus-eys.tk, 1 schutterijschinveld.nl, 1 @@ -95467,12 +97398,13 @@ scloud.link, 1 sclub7esp.tk, 1 scm-2017.org, 1 +scoep.net, 1 scohetal.de, 1 scolasti.co, 1 -scoliosisinstitute.com, 1 scom.org.uk, 1 scommessenonaams.com, 1 sconecloud.com, 1 +scooby.ml, 1 scoolcode.com, 1 scoop6.co.uk, 1 scoopcake.com, 1 @@ -95592,7 +97524,6 @@ screenmachine.com, 1 screenpublisher.com, 1 screensizemap.com, 1 -screenstotaalshop.nl, 1 screenwriter.tk, 1 screenzy.io, 1 scribbler.tk, 1 @@ -95655,6 +97586,7 @@ sd.eti.br, 1 sd4u.be, 1 sda.one, 1 +sdaniel55.com, 1 sdare.ru, 1 sdcardrecovery.de, 1 sdebitati.it, 1 @@ -95718,7 +97650,6 @@ seanchaidh.org, 1 seanchristian.tk, 1 seandawson.info, 1 -seangs.fr, 1 seanholcroft.co.uk, 1 seankilgarriff.com, 1 seanmeedevworld.com, 1 @@ -95793,7 +97724,6 @@ sebariklanmassal.gq, 1 sebarin.tk, 1 sebastiaandouma.co.uk, 1 -sebastiaandouma.com, 1 sebastiaanwijnimport.nl, 1 sebastian-bravo.com, 1 sebastian-haeutle.de, 1 @@ -95857,6 +97787,7 @@ seclink.link, 1 secnet.ga, 1 secnews.gr, 1 +secolve.com, 1 secomo.org, 1 second-life-partner-ichien.com, 1 secondchancejobsforfelons.com, 1 @@ -95924,7 +97855,6 @@ secure-automotive-cloud.org, 1 secure-computing.net, 1 secure-consult.com, 1 -secure-cooprincon.com, 1 secure-graphic.de, 1 secure-gw.de, 1 secure-server-hosting.com, 1 @@ -95991,7 +97921,6 @@ securitybrief.co.nz, 1 securitybrief.com.au, 1 securitybrief.eu, 1 -securitybsides.pl, 0 securitydriver.com, 0 securityescrownews.com, 1 securityfest.com, 1 @@ -96021,7 +97950,6 @@ securl.chat, 1 securl.link, 1 securocloud.com, 1 -securon.io, 1 securoswiss.ch, 1 securot.eu, 1 securview.ch, 0 @@ -96047,7 +97975,6 @@ seedandleisure.co.uk, 1 seedboite.ovh, 1 seedbox.fr, 1 -seedcom.dk, 1 seedcoworking.es, 1 seedisclaimers.com, 1 seedno.de, 1 @@ -96055,12 +97982,14 @@ seehimnaked.com, 0 seehisnudes.com, 0 seeinred.tk, 1 +seeit.com.br, 1 seekfirstthekingdom.ca, 1 seekingalpha.com, 1 seeks.ru, 1 seeksupply.ga, 1 seekweb.com, 1 seeme.ai, 1 +seemeagain.com, 1 seemomclick.com, 1 seemorehere.tk, 1 seemyreality.tk, 1 @@ -96135,6 +98064,7 @@ seitaisalon-ti-da-ouji.com, 1 seitanic-cookbook.de, 1 seitenwaelzer.de, 1 +seizethedaybrasil.com.br, 1 sejageek.com, 1 sek.ai, 1 sekainokokki.jp, 1 @@ -96155,7 +98085,6 @@ sekusi-tochiki.tk, 1 selayar.vacations, 1 selber-coden.de, 1 -selbys.net.au, 1 selco-himejiminami.com, 1 selcusters.nl, 1 seldax.com, 1 @@ -96214,6 +98143,7 @@ sellerteam.tk, 1 sellguard.pl, 1 sellingsherpa.com, 1 +sellittobobal.com, 1 sellmymobile.com, 1 sello.com, 1 sellocdn.com, 1 @@ -96221,6 +98151,7 @@ sellorbuy.us, 1 sellphotos.tk, 1 sellsmartwatches.tk, 1 +selltobluefirefly.com, 1 selltous.com.au, 1 sellwithsquare.com, 1 selo-cer.tk, 1 @@ -96239,10 +98170,10 @@ sembosihosting.tk, 1 sembska.de, 1 sembyotic.com, 1 -semdynamics.com, 1 semena-ua.ml, 1 semenov.ml, 1 semenov.su, 1 +semenserang.com, 1 sementes.gratis, 1 semesur.com, 1 semi.social, 1 @@ -96326,7 +98257,7 @@ seniorhost.net, 1 seniorinhomecare.com, 1 seniormanager.cz, 1 -senjukannonreiki.com, 1 +seniors.singles, 1 senlife.cz, 1 senmendai-reform.com, 1 senneeeraerts.be, 1 @@ -96336,7 +98267,6 @@ senooken.jp, 1 senor-cheapo.nl, 1 senork.de, 1 -senpromotion.com, 1 sens2lavie.com, 1 sense.hamburg, 1 sensebridge.net, 1 @@ -96386,12 +98316,12 @@ sentry.nu, 1 sentrybay.com, 1 sentworks.com, 1 +senu.pro, 1 senzaparole.de, 1 senzei.tk, 1 seo-analyse.com, 1 seo-blog12.tk, 1 seo-dr-it.com, 0 -seo-en-barcelona.es, 1 seo-forum.nu, 0 seo-linz.at, 1 seo-obmen.tk, 1 @@ -96411,12 +98341,10 @@ seo.domains, 1 seo.london, 1 seo.services, 1 -seo31.ir, 1 seoagentur-hamburg.com, 1 seoankara.name.tr, 1 seoarchive.org, 1 seoargentina.com.ar, 1 -seobase.pro, 0 seobgynpc.com, 1 seoblogs.cf, 1 seobook2015.cf, 1 @@ -96590,7 +98518,6 @@ serigraphs.co.uk, 1 serinamusic.com, 1 serioos.nl, 1 -seriousaboutsecurity.com, 1 seriousclimbing.com, 1 seriouss.am, 1 serioussam.ml, 1 @@ -96605,6 +98532,7 @@ serpenteq.com, 1 serphost.ml, 1 serpic.photo, 1 +serptoolsuite.com, 1 serpuhof.ru, 1 serralheriaemcuritiba.com, 1 serralheriaeseguranca.com.br, 1 @@ -96630,6 +98558,7 @@ servepublic.com, 1 servepublic.org, 1 server-bg.net, 1 +server-check.co.uk, 0 server-daten.de, 1 server.vote, 1 server72a.ddns.net, 1 @@ -96729,6 +98658,7 @@ serwetki-papierowe.pl, 1 serwis-telewizorow.pl, 1 serwis-wroclaw.pl, 1 +serwislukit.pl, 1 serwistomy.pl, 1 seryovpn.com, 1 seryox.com, 1 @@ -96756,7 +98686,7 @@ sethlmatarassomd.com, 1 sethoedjo.com, 1 sethriedel.com, 1 -sethsimmons.me, 1 +sethsimmons.me, 0 sethvargo.com, 1 seti-germany.de, 1 seti.co.il, 1 @@ -96776,6 +98706,7 @@ setuplog.io, 1 setxrm.com, 1 seu.edu.sa, 1 +seucreditodigital.com.br, 1 seutens.be, 1 seutens.eu, 1 seva.fashion, 1 @@ -96831,6 +98762,7 @@ sexgarage.de, 1 sexgood.com.ua, 1 sexhab.guru, 1 +sexi-model.ru, 1 sexminister.tk, 1 sexmobil.de, 1 sexoclicker.com, 1 @@ -96865,6 +98797,7 @@ sexynaty.org, 1 sexynoemi.com, 1 sexysamira.net, 1 +sexystine.net, 1 sexytagram.com, 1 sexyvenushuegel.org, 1 seyfarth.de, 1 @@ -96873,6 +98806,7 @@ seyrederiz.com, 1 seyv.io, 1 sezon.ua, 1 +sf-builders.com, 1 sf3223.com, 1 sfa.sk, 1 sfaparish.org, 1 @@ -96891,6 +98825,7 @@ sfi.sh, 0 sfile.eu, 1 sfirat-haomer.com, 1 +sfirconsulting.ca, 1 sfleisure.com, 1 sflhidta.gov, 1 sflowanalyzer.com, 1 @@ -96948,6 +98883,7 @@ shaadithailand.com, 1 shabashka.ml, 1 shad.waw.pl, 1 +shade.sh, 1 shadebarandgrillnh.com, 1 shadebarandgrillorlando.com, 1 shadebarandgrillutica.com, 1 @@ -97017,7 +98953,6 @@ shaiyapegasus.tk, 1 shaiyauntold.com, 1 shajeer.tk, 1 -shakalaka.co.za, 1 shakan.ch, 0 shakebeforeuse.tk, 1 shaken-kyoto.jp, 1 @@ -97053,9 +98988,6 @@ shaned.net, 1 shaneparker.tk, 1 shanerichards.tk, 1 -shanesofos.com, 0 -shanesofos.info, 0 -shanesofos.net, 0 shanetully.com, 1 shanevandermeer.com, 1 shanewadleigh.com, 1 @@ -97103,7 +99035,6 @@ sharefox.eu, 1 sharefox.nl, 1 sharegate.tk, 1 -sharejoy.cn, 0 sharekey.com, 0 sharelinks.tk, 1 sharelovenotsecrets.com, 1 @@ -97268,7 +99199,6 @@ shengrenyu.com, 1 shenmiya.com, 1 shenpei.net, 1 -shenqi.com, 1 shens.ai, 1 shenshi.com, 1 shentengtu.idv.tw, 1 @@ -97327,6 +99257,7 @@ shiftdevices.com, 1 shiftj.is, 1 shiftleft.org, 1 +shiftregister.top, 1 shiftsixth.com, 1 shiga1.jp, 1 shigaben.or.jp, 1 @@ -97364,6 +99295,7 @@ shinglereplacementlv.com, 1 shinice.net, 1 shining.gifts, 1 +shinkamigoto.tv, 1 shinko-osaka.jp, 1 shinnyosangha.org, 0 shinobayderm.com, 1 @@ -97502,7 +99434,6 @@ shoobacreations.com, 1 shoogar.herokuapp.com, 1 shooter.dog, 1 -shootinghouse.com.br, 1 shootpooloklahoma.com, 1 shop-cosmetic.tk, 1 shop-cosmetics.tk, 1 @@ -97542,8 +99473,8 @@ shopcoupons.ph, 1 shopcoupons.sg, 1 shopcrocs.in, 1 -shopdopescador.com.br, 1 shopee6.com, 1 +shopessenciais.com.br, 1 shopexo.in, 1 shopfazz.com, 1 shopfinale.com, 1 @@ -97724,7 +99655,6 @@ shoppingwinner.ga, 1 shoppingworth.ga, 1 shoppingyankee.ga, 1 -shoppr.dk, 1 shopregional.com.br, 1 shopshap.ru, 1 shopsici.com, 1 @@ -97743,6 +99673,7 @@ shorewoodmn.gov, 1 shorinkarate.tk, 1 shork.space, 1 +short-biography.com, 1 short-games.gq, 1 short-term-plans.com, 1 short.io, 1 @@ -97894,6 +99825,7 @@ shwrm.ch, 1 shymeck.pw, 1 shymeck.xyz, 1 +shytok.net, 1 shyuka.me, 1 si-benelux.nl, 1 si.to, 1 @@ -97907,6 +99839,7 @@ siamdevsquare.com, 1 siamega.com, 1 siamesecatsguide.com, 1 +siamlocalize.com, 1 siamojo.com, 1 siamrehab.com, 1 siamsnus.com, 1 @@ -97952,6 +99885,7 @@ sicurled.com, 1 sicvisuals.com, 1 sicz.de, 1 +sid-giessen.de, 1 sid.group, 1 sidari.tk, 1 sidatbacklink.tk, 1 @@ -97979,6 +99913,7 @@ sidongkim.com, 1 sidorovich.tk, 1 sidpod.ru, 1 +sidsun.com, 1 siduga.com, 1 siebeve.be, 1 siecledigital.fr, 1 @@ -98227,7 +100162,7 @@ silvertorrents.cf, 1 silverwind.io, 1 silvesrom.ro, 1 -silvester-mitterschida.de, 0 +silvester-mitterschida.de, 1 silviacataldi.com, 1 silviadominguez.tk, 1 silviaecintia.tk, 1 @@ -98267,6 +100202,7 @@ simex.tk, 1 simfdr.com, 1 simfree-review.com, 1 +simfri.com, 0 simha.online, 1 simhaf.cf, 1 simi-reizen.nl, 1 @@ -98315,7 +100251,6 @@ simonsreich.de, 1 simonssh.ddns.net, 1 simonweil.com, 1 -simonwessel.net, 1 simonwoodside.com, 1 simonzoellner.de, 1 simosol.de, 1 @@ -98376,7 +100311,6 @@ simplevote.ca, 1 simplewebarchitecture.com, 1 simplewire.de, 1 -simplexdigital.com, 1 simplexgame.net, 1 simplia.cz, 1 simpliby.com, 1 @@ -98399,7 +100333,6 @@ simplycateringequipment.co.uk, 1 simplycharlottemason.com, 1 simplycloud.de, 1 -simplydigitalspace.ca, 1 simplyfitperth.com.au, 1 simplyheadwear.com.au, 1 simplyhelen.de, 1 @@ -98408,13 +100341,11 @@ simplyml.com, 1 simplymozzo.se, 1 simplyowners.net, 1 -simplypromo.com.au, 1 simplyregister.net, 1 simplysmartgardening.com, 1 simplytiles.com, 1 simplyuniforms.com.au, 1 simplyvoting.com, 1 -simpservices.com, 1 simpte.com, 1 simrail.nl, 1 sims4hub.ga, 1 @@ -98450,7 +100381,6 @@ sincemydivorce.com, 1 sinceschool.com, 1 sincityfan.tk, 1 -sincitymushrooms.com, 1 sinclairinat0r.com, 1 sincordones.net, 1 sincromyl.com, 1 @@ -98490,7 +100420,6 @@ singee.site, 1 singel.ch, 1 singer.ru, 1 -singerfamily.ca, 1 singerpragathi.tk, 1 singerwang.com, 1 singeyel.gq, 1 @@ -98691,6 +100620,7 @@ sitestudio.tk, 1 sitesweb.gq, 1 sitetalk.tk, 1 +siteviseagency.com, 1 siteweb-seo.fr, 1 sithijaya.tk, 1 sithmanifest.com, 1 @@ -98723,7 +100653,6 @@ sixcorners.info, 1 sixcorners.net, 1 sixe.es, 1 -sixfiguresneakerhead.com, 1 sixforkurd.tk, 1 sixpackband.tk, 1 sixpackholubice.cz, 1 @@ -98866,6 +100795,7 @@ skinmodo.com, 1 skinny-bitch99.com, 1 skinnybitch99.net, 1 +skinos.in, 1 skinport.com, 1 skinpwrd.com, 1 skinseries.cf, 1 @@ -98894,6 +100824,7 @@ skk-krovlya.ru, 1 skk.moe, 1 sklepbhp.online, 1 +sklepsamsung.pl, 1 sklepvoip.tel, 1 sklepwielobranzowymd.com, 1 sklisen.tk, 1 @@ -98943,6 +100874,7 @@ skrsv.net, 1 skrydata.ga, 1 sksdrivingschool.com.au, 1 +sksongs.com, 1 sktan.com, 1 sktsolution.com, 0 sku-partei.de, 1 @@ -98973,6 +100905,7 @@ sky-wap.cf, 1 skyanchor.com, 0 skyarch.net, 1 +skyartsfake.com, 1 skyautorental.com, 1 skybirds.org, 1 skyblond.info, 1 @@ -99133,7 +101066,6 @@ sletaem.ml, 1 sletat.ru, 1 slev.tk, 1 -slever.cz, 1 slevermann.de, 1 slevomat.cz, 1 slew.gq, 1 @@ -99150,7 +101082,6 @@ slik.ai, 1 slim-planet.com, 1 slim-slender.com, 1 -slimblogger.com, 1 slimetutorial.com, 1 slimk1nd.nl, 1 slimmarkets.com, 1 @@ -99186,11 +101117,13 @@ slogan.tk, 1 sloneczni.pl, 1 slonep.net, 1 +slootskyartisticdentistry.com, 1 slopeedge.com, 1 slopeedge.net, 1 slopi.net, 1 slotarazzi.com, 1 slotboss.co.uk, 1 +slotcatalog.com, 1 slotfara.com, 1 slotfara.net, 1 slotgratisonline.net, 1 @@ -99264,10 +101197,10 @@ smallcloudsolutions.co.za, 1 smallcloudsolutions.com, 1 smallcraftadvisory.tk, 1 +smallcubed.com, 1 smalldata.tech, 1 smalle-voet.de, 1 smallfoot.tk, 1 -smallpath.me, 1 smalls-world.tk, 1 smallsiri.gq, 1 smallsites.eu, 1 @@ -99363,7 +101296,7 @@ smartlocksmith.com, 1 smartlogreturns.com, 0 smartlogstock.com, 0 -smartlogtower.com, 0 +smartlogtower.com, 1 smartmachine.com, 1 smartmail24.de, 1 smartmeal.ru, 1 @@ -99465,7 +101398,7 @@ smith.bz, 1 smith.co, 0 smithandellis.com, 1 -smithandnoble.com, 0 +smithandnoble.com, 1 smithbell.com.ph, 1 smithchung.eu, 1 smithcountytxtaxrates.gov, 1 @@ -99494,6 +101427,7 @@ smokeandmirrors.agency, 1 smokefree.gov, 1 smokefreerowan.org, 1 +smokefreestage.jp, 1 smokeping.pl, 1 smoker.tk, 1 smokingblendoils.com, 1 @@ -99508,6 +101442,7 @@ smolkatours.com, 1 smolnikova.tk, 1 smoo.st, 1 +smooth-e.net, 1 smoothgesturesplus.com, 1 smoothics.at, 1 smoothics.com, 0 @@ -99528,7 +101463,6 @@ smrdim.cz, 1 smries.com, 1 smrtrpck.com, 1 -sms-go.ru, 1 sms-pro.tk, 1 sms.storage, 1 sms1.ro, 1 @@ -99543,7 +101477,6 @@ smsk.io, 1 smskeywords.co.uk, 1 smskmail.com, 1 -smslodging.com, 1 smsprivacy.org, 1 smsstock.tk, 1 smstoreoficial.com.br, 1 @@ -99560,6 +101493,7 @@ smuns.ch, 1 smurffi.net, 1 smurl.tk, 1 +smusg.com, 0 smutek.net, 1 smvcm.com, 1 smx.net.br, 1 @@ -99593,6 +101527,7 @@ snapfinance.com, 1 snapintegrations.net, 1 snapkit.com, 1 +snapmuse.com, 1 snapserv.ch, 1 snapserv.net, 1 snapsh.com, 1 @@ -99707,6 +101642,7 @@ snowpaws.de, 1 snowplane.net, 1 snowplanet.tk, 1 +snowplow.forsale, 1 snowpro.tk, 1 snowprosinc.com, 1 snowraven.de, 1 @@ -99724,7 +101660,6 @@ snrd.eu, 1 snroth.de, 1 snrub.co, 1 -sns.med.sa, 1 snsdomain.com, 1 snsirius.cf, 1 sntial.co.za, 1 @@ -99757,6 +101692,7 @@ sobre.tk, 1 sobreitalia.com, 1 sobrelixo.tk, 1 +sobreperros.org, 1 sobreporcentagem.com, 1 soc.com.br, 1 soc.net, 1 @@ -99769,12 +101705,9 @@ soccorso-stradale.org, 1 socheap.win, 1 sochi-sochno.ru, 1 -sochi.ooo, 1 -sochiatrium.com, 1 -sochidostavka.com, 1 +sochi.ooo, 0 +sochiatrium.com, 0 sochionline.tk, 1 -sochisan.com, 1 -sochiss.ru, 1 soci.ml, 1 sociaalwerknederland.nl, 1 sociability.dk, 1 @@ -99804,7 +101737,6 @@ socialeducation.tk, 1 socialesactivo.ga, 1 socialesretro.tk, 1 -socialeyesthailand.com, 1 socialgroups.tk, 1 socialhams.net, 1 socialism.tk, 1 @@ -99832,7 +101764,7 @@ socialtactics.ga, 1 socialtactics.gq, 1 socialtactics.ml, 1 -socialtournaments.com, 1 +socialtournaments.com, 0 socialtranslation.ga, 1 socialtrends.pl, 0 socialwave.tk, 1 @@ -99860,7 +101792,6 @@ sociopathy.org, 1 sociosalafuerza.tk, 1 sociusian.gq, 1 -socket.social, 1 sockfetish.net, 1 sockscap64.com, 1 socktopus.io, 1 @@ -99949,7 +101880,7 @@ softonic.pl, 1 softonic.vn, 1 softonline.net, 1 -softowa.com, 1 +softowe.com, 1 softpark.cf, 1 softpark.ml, 1 softplay4hire.co.uk, 1 @@ -100019,6 +101950,7 @@ solaland.co.uk, 1 solalt.com, 1 solana-active.tk, 1 +solanowonen.nl, 1 solar-floodlight.ca, 1 solar-systems.ca, 1 solar-window.ca, 1 @@ -100059,6 +101991,7 @@ soldesduck.ch, 1 soldierangels.tk, 1 soldiersmg.tk, 1 +soldout.at, 1 sole-erdwaermetauscher.de, 1 soleanos.tk, 1 soledadmataro.tk, 1 @@ -100122,6 +102055,7 @@ solomisael.com, 1 solomo.pt, 1 solomonsklash.io, 1 +solongandthanksforallthe.fish, 1 soloparaguas.com, 1 soloparati.cf, 1 soloproductos.top, 1 @@ -100248,7 +102182,6 @@ songesdeplumes.fr, 1 songmp3.live, 1 songslaura.tk, 1 -songsmp3.co, 1 songsmp3.com, 1 songsonline.tk, 1 songsterr.com, 1 @@ -100266,7 +102199,6 @@ sonic.studio, 1 sonicdoe.com, 1 soniclaunchpad.com, 1 -sonicrainboom.rocks, 1 sonicseo.co.uk, 1 sonicwanderer.tk, 1 sonicworld.tk, 1 @@ -100297,6 +102229,7 @@ sonology.tk, 1 sonomacounty.gov, 1 sonomacountywriterscamp.com, 1 +sonomarealtygroup.com, 1 sons.cf, 1 sons.tk, 1 sonsight.tk, 1 @@ -100324,7 +102257,6 @@ sophiahatstudio.com, 1 sophiajaneboutique.com, 1 sophiakligys.com, 1 -sophias-haarmanufaktur.de, 0 sophiebreslin.co.uk, 1 sophiefrutti.gr, 1 sophier.tk, 1 @@ -100416,6 +102348,7 @@ sotaytienganh.com, 1 soterdev.com, 1 sotin-hr.tk, 1 +sotiran.com, 1 sotnya.cf, 1 sotnyk.ml, 1 sotoasobi.net, 1 @@ -100446,9 +102379,9 @@ soulike.tech, 1 soulinbusiness.ga, 1 soulla.tk, 1 +soulmate.dating, 1 soulmating.de, 1 soulmusic.tk, 1 -soulogic.com, 1 soulplay.com, 1 soulpowercoaching.ga, 1 soulreapers.tk, 1 @@ -100485,6 +102418,7 @@ soundinthesignals.tk, 1 soundlight.tk, 1 soundman.ga, 1 +soundmix.tk, 1 soundmk.ch, 1 soundmoney.club, 1 soundmoney.page, 1 @@ -100522,6 +102456,7 @@ sourcecode.hosting, 1 sourcecode.love, 1 sourcecode.tw, 1 +sourcegraph.com, 1 sourcelair.com, 0 sourcely.net, 1 sourceway.de, 1 @@ -100532,7 +102467,9 @@ souris.ch, 0 sous-surveillance.net, 0 souspind.com.br, 1 +southafrican.dating, 1 southambouncycastle.co.uk, 1 +southamerican.dating, 1 southbankregister.com.au, 1 southbaylatherapy.com, 1 southbendflooring.com, 1 @@ -100609,7 +102546,6 @@ soygorrion.com.ar, 1 soyjak.party, 0 soyka.by, 1 -soykaf.eu, 1 soyladani.com, 1 soytusitio.com, 1 soyuznik.ml, 1 @@ -100634,7 +102570,6 @@ sp.rw, 1 sp8ce.co, 1 spa-center.tk, 1 -spa-et-sauna.com, 1 spaallegretto.com, 1 spabellabolivia.com, 1 spac2stock.com, 1 @@ -100667,7 +102602,6 @@ spacelead.pro, 1 spacemanusa.com, 1 spaceon.tk, 1 -spacepage.be, 1 spacepirates.tk, 1 spacepixel.ml, 1 spacepunks.de, 1 @@ -100688,6 +102622,7 @@ spaghettiwesterns.tk, 1 spagobudapest.com, 1 spahireleeds.co.uk, 1 +spahnandrose.com, 1 spaid.xyz, 0 spainpol.es, 1 spakurort.eu, 1 @@ -100785,7 +102720,6 @@ spazzacamino.roma.it, 1 spb-xiaomi.ru, 1 spb.ooo, 1 -spbet99.com, 1 spbot.ml, 1 spcollege.edu, 1 spd-porta-westfalica.de, 1 @@ -100805,6 +102739,7 @@ speakersbusiness.com, 1 speakersden.tk, 1 spear.ga, 1 +spec-ranking.pl, 1 specdrones.us, 1 special-equipment.tk, 1 special-ops.org, 1 @@ -100867,6 +102802,7 @@ speedtailors.com, 1 speedtemplate.de, 1 speedtest-russia.com, 1 +speedvitals.com, 1 speedwaybring-proposal.cf, 1 speedwaybusinesspark.com, 1 speedwp.ch, 1 @@ -100935,7 +102871,6 @@ spicydog.org, 1 spicydog.tk, 1 spicymatch.com, 1 -spicystove.com, 1 spicywombat.com, 1 spidercrabs.tk, 1 spidergymrotterdam.tk, 1 @@ -100996,6 +102931,7 @@ spiritbionic.ro, 1 spiritdesigns.tk, 1 spiritous.cf, 1 +spiritual.dating, 1 spiritualife.net, 1 spiritualites.ch, 0 spiritualityrise.com, 1 @@ -101025,6 +102961,7 @@ splintercake.tk, 1 splintermail.com, 1 splinternews.com, 1 +split.rent, 1 splitdna.com, 1 splitreflection.com, 1 splnk.net, 1 @@ -101038,6 +102975,7 @@ spmswiss.com, 1 spnitalianfestival.com, 1 spnsv.com, 1 +spocool.com, 1 spodelime.com, 1 spofia.nu, 1 spokaneexteriors.com, 1 @@ -101074,7 +103012,6 @@ sport24.by, 1 sportabatese.tk, 1 sportabee.com, 0 -sportadictos.com, 1 sportakrobatik.at, 1 sportboot.mobi, 1 sportcenter.ga, 1 @@ -101091,6 +103028,7 @@ sportivo.ga, 1 sportivo.tk, 1 sportlesplanner.be, 1 +sportli.sk, 1 sportlinks.tk, 1 sportllux.com.br, 1 sportmedia.ga, 1 @@ -101112,6 +103050,7 @@ sports-online.cf, 1 sports-sites.ml, 1 sports-wear.tk, 1 +sports.dating, 1 sportsandnews.tk, 1 sportsbookpromocodes.com, 1 sportscanada.tk, 1 @@ -101119,7 +103058,6 @@ sportsdeck.tk, 1 sportsdrobe.com, 1 sportsgraphing.com, 1 -sportsjaw.com, 1 sportskibat.tk, 1 sportsmagy.com, 1 sportsmania.tk, 1 @@ -101135,7 +103073,6 @@ sporttomorrow.com, 1 sporttown.it, 1 sporttrampen.de, 0 -sportugalia.ru, 1 sportvereine.online, 1 sportverzorging.tk, 1 sportvision.ml, 1 @@ -101177,7 +103114,7 @@ spravka.tk, 1 spravki.cf, 1 sprax2013.de, 1 -sprayontv.com, 1 +sprayontv.com, 0 spreadsheetgear.com, 1 spreadsheets.google.com, 1 spreadshirt.at, 1 @@ -101221,7 +103158,6 @@ sprock.io, 0 spron.in, 1 sprossenwand.de, 1 -sprout24.com, 1 sproutways.com, 1 sprucecreekclubs.com, 1 sprucecreekgcc.com, 1 @@ -101472,7 +103408,6 @@ ssl247.com.mx, 1 ssl247.de, 1 ssl247.dk, 1 -ssl360.cn, 1 ssl4all.gq, 1 sslbrain.com, 1 sslcentral.co.uk, 1 @@ -101526,7 +103461,6 @@ st-news.de, 1 st-shakyo.jp, 1 st-steuern.de, 1 -st-tir-pln.fr, 1 st42.fr, 1 staatdesinternets.nl, 1 staatdesnederlandscheninternets.nl, 1 @@ -101544,6 +103478,7 @@ stablelib.com, 1 stablex.com, 1 stablina.tk, 1 +stackery.io, 1 stackhub.cc, 1 stacklasvegas.com, 1 stackpath.com, 1 @@ -101575,6 +103510,7 @@ staff.direct, 1 staffglass.io, 1 staffhours.com, 1 +staffhunt.org.uk, 0 staffi.tk, 1 staffingnation.com, 1 staffordlabour.org.uk, 1 @@ -101607,7 +103543,6 @@ stahlfors.com, 1 stahlp.dk, 1 stail.eu, 1 -stainedglass.net.au, 1 stainhaufen.de, 1 stainless-steel-cookware.tk, 1 stainternational.com, 1 @@ -101623,9 +103558,9 @@ stakotec.de, 1 staktrace.com, 1 stal-rulon.ru, 1 -stalbanskenora.ca, 1 stalder.work, 1 stalevski.tk, 1 +stalgeraardsbergen.tk, 1 stalin.tk, 1 stalker-eyes.ga, 1 stalker-shop.com, 1 @@ -101642,6 +103577,7 @@ stalworld.tk, 1 stamboomforum.nl, 1 stamboomgids.nl, 1 +stameystreet.com, 1 stamgent.be, 1 stamit.nl, 1 stamkassa.nl, 1 @@ -101653,6 +103589,7 @@ stampederadon.com, 1 stampsbar.co.uk, 1 stamurai.com, 1 +stan.moe, 1 stanandjerre.org, 1 stanchierifamilylaw.com, 1 standard.co.uk, 1 @@ -101738,6 +103675,7 @@ starka.st, 1 starkbim.com, 1 starking.net.cn, 1 +starking.tk, 1 starkvilleurgentcareclinic.com, 1 starlabs.bio, 1 starlim.co.in, 1 @@ -101771,11 +103709,13 @@ starsing.bid, 1 starskim.cn, 1 starsoft.io, 1 +starsportstours.com, 1 starsub.com.au, 1 start-knighki.gq, 1 start-school.by, 1 start-school.online, 1 start.biz.id, 1 +start2dance.tk, 1 startablog.tv, 1 startaninflatablebusiness.com, 1 startbetter.tk, 1 @@ -101793,6 +103733,7 @@ startlap.es, 1 startle.cloud, 1 startle.studio, 1 +startlinks.tk, 1 startliste.info, 1 startmail.com, 1 startner.com, 1 @@ -101828,6 +103769,7 @@ startupswitzerland.com, 1 startuptechstack.com, 1 startupum.ru, 1 +startupweb.io, 1 startw.cf, 1 starvizyon.com, 1 starwarschronology.com, 1 @@ -101846,12 +103788,12 @@ stated.gq, 1 statefundca.com, 1 statefunddirect.com, 1 -stategov.us, 1 stateidea.ga, 1 statelines.ga, 1 statelywork.com, 1 statemercantile.com.au, 1 stateofsustainablefleets.com, 1 +staterun.tk, 1 statgram.me, 1 static-assets.io, 1 static-myfxee-808795.c.cdn77.org, 1 @@ -101907,6 +103849,7 @@ stayschemingco.com, 1 staytokei.com, 1 staywild.pl, 1 +stazi.tk, 1 stb-schefczyk.com, 1 stb-schefczyk.de, 1 stb-schefczyk.info, 1 @@ -101938,6 +103881,7 @@ stealingheather.com, 1 stealsaga.net, 1 stealth.net, 1 +stealthbinders.tk, 1 stealthmodel.fi, 1 stealthvape.co.uk, 1 steam-rewards.tk, 1 @@ -102080,6 +104024,7 @@ stemcellclinic.vip, 1 stemcellclinic.world, 1 stemcellstherapynyc.com, 1 +stemderbomen.tk, 1 stemgirls.co.za, 1 stemklank.tk, 1 stemmayhem.com, 1 @@ -102090,16 +104035,16 @@ stenhojmedia.dk, 1 stening.co, 1 steno.nl, 1 -stensund.se, 1 stenvallmcclain.tk, 1 stenzhorn-cloud.de, 1 step2web-cms.info, 1 stepanvanek.cz, 1 steparovi.cz, 1 -steph.ninja, 0 +steph.ninja, 1 steph3n.me, 1 stephan-matthiesen.de, 1 stephanao.tk, 1 +stephandriessen.tk, 1 stephaniecalahan.com, 1 stephaniedeady.ie, 1 stephanieleonidasfan.tk, 1 @@ -102129,6 +104074,7 @@ steponedanceclub.co.uk, 1 steponedanceclub.uk, 1 steppingoutinstyleonline.com, 1 +steppinout.tk, 1 stepstone.dk, 1 stepupforeurope.eu, 1 ster-enzo.nl, 1 @@ -102140,6 +104086,7 @@ stereochro.me, 0 stereoscopio.es, 1 stereostudio.cf, 1 +sterilium.tk, 1 sterlingheights.gov, 1 sterlingmodular.com, 1 sterlinx.de, 1 @@ -102153,6 +104100,7 @@ sternsinus.com, 1 sterohouse.com, 1 steroids.ga, 1 +sterretranen.tk, 1 sterva.mobi, 1 sterydki.pl, 1 sterz.io, 1 @@ -102176,7 +104124,6 @@ stevehaid.com, 1 stevejcraig.com, 1 stevejobsfollowers.tk, 1 -stevekliskey.net, 1 stevemario.com, 1 stevemason.tk, 1 stevemonteyne.be, 1 @@ -102208,7 +104155,7 @@ stevenz.xyz, 1 steveoswald.tk, 1 stevepacheco.com, 1 -stevereedmp.co.uk, 0 +stevereedmp.co.uk, 1 stevesbriefmovierecommendations.com, 1 stevezheng.cf, 1 stevezheng.tk, 1 @@ -102246,6 +104193,7 @@ stickandpoketattookit.com, 1 stickeramoi.com, 1 stickerparadise.me, 1 +stickers-garage.com, 1 stickertrade.me, 1 stickertuningfetzt.de, 1 stickies.io, 1 @@ -102330,7 +104278,7 @@ stjoseph-stcatherine.org, 1 stjosephri.org, 1 stjosephspringcity.com, 1 -stjosephtheworker.net, 1 +stjosephtownship.com, 1 stjscatholicchurch.org, 1 stjude-ettekkar.tk, 1 stjustin.org, 1 @@ -102339,12 +104287,14 @@ stkildaosteopathy.com.au, 1 stla.net, 1 stlbosnians.com, 1 +stleismann.com, 1 stleismann.de, 1 stleonardmn.org, 1 stlfamilyattorney.com, 1 stlfence.com, 1 stln.ml, 1 stlouisfence.com, 1 +stlouisinsuranceco.com, 1 stlouisnativeflute.com, 1 stlouisstabilizing.com, 1 stlpassports.com, 1 @@ -102509,7 +104459,7 @@ storeandforward.eu, 1 storeandforward.nl, 1 storebusy.nz, 1 -storecaptain.com, 1 +storecard.tk, 1 storecove.com, 0 storedaway.co.uk, 1 storedieu.com, 1 @@ -102528,6 +104478,7 @@ storgaarddieu.com, 1 storgom.ua, 0 storiadellarte.com, 1 +storiadirectory.tk, 1 stories-event.com.ua, 1 storiesbysign.com, 1 storillo.com, 1 @@ -102539,6 +104490,7 @@ stormboost.cz, 1 stormdamages.claims, 1 stormestudios.tk, 1 +stormfest.tk, 1 stormhub.ml, 1 stormi.io, 1 stormingbrain.com, 1 @@ -102641,12 +104593,13 @@ straniero.net, 1 strankahrvatskogprava.tk, 1 straphael-holyangels.com, 1 -strappazzon.xyz, 0 +strappazzon.xyz, 1 strass-sur-mesure.fr, 1 strassberger.tk, 1 strata-gallery.com, 1 strate.io, 1 strategery.io, 1 +strategia.tk, 1 strategic9.se, 1 strategicemailservices.com, 1 strategicenvironmentalassessment.gov.scot, 1 @@ -102655,6 +104608,7 @@ strategicpartnersmedia.com, 1 strategiczni.pl, 1 strategie-zone.de, 1 +stratego-belgie.tk, 1 strategybusiness.ga, 1 stratejm.com, 1 stratforge.com, 1 @@ -102696,7 +104650,6 @@ streamgifter.com, 1 streamgoalandres.ml, 1 streaming-download.net, 1 -streaminginternacional.com, 1 streamlineverify.com, 1 streamodz.com, 1 streamonline.fi, 1 @@ -102708,20 +104661,30 @@ streamspouredout.com, 1 streamtelly.com, 1 streathamfoodfestival.com, 1 +streekproducten.tk, 1 streemprn.xyz, 1 streengis.tk, 1 streepjesenstipjes.nl, 1 street-hoops.tk, 1 street-legal.tk, 1 street-medics.fr, 1 +street-race.tk, 1 +street-racing.tk, 1 street-tek.com, 1 +streetart.tk, 1 +streetballromania.tk, 1 streetdancecenter.com, 1 +streetdreamz.tk, 1 streetforceteam.tk, 1 +streetking.tk, 1 +streetliferadio.tk, 1 streetlightdata.com, 1 streetmaderecordz.tk, 1 streetmarket.ru, 1 streets.mn, 1 +streetsalad.tk, 1 streetshirts.co.uk, 1 +streetspirit.tk, 1 streetspotr.com, 1 streetstunters.tk, 1 streetview.wien, 1 @@ -102733,6 +104696,7 @@ strengthnutrition.es, 1 strengthroots.com, 1 stress-mess-punkte.de, 1 +stressed.tk, 1 stressexplained.com, 1 stretchmarkdestroyer.com, 0 stretchpc.com, 1 @@ -102780,11 +104744,11 @@ stroimsami.tk, 1 stroimvse.ml, 1 stroiproect.tk, 1 -stroitelstvopro.com, 1 strojmaster.tk, 1 stroke-of-luck.com, 1 strokesb.store, 1 strom.family, 1 +stromaci.sk, 1 stromak.cz, 0 stromectol.gq, 1 stromkomfort.cz, 1 @@ -102811,7 +104775,6 @@ stroyka-iz-brusa.ru, 1 stroykomi.tk, 1 stroynet.ml, 1 -stroyoptom.zp.ua, 1 stroyservice-tver.ru, 1 strozik.de, 1 strrl.com, 1 @@ -102831,7 +104794,7 @@ sttg.com.au, 1 stthomasbrigantine.org, 1 sttl-topographie.com, 1 -sttpk.id, 1 +sttpk.id, 0 sttrv.ru, 1 stuartbeard.com, 1 stuartbell.co.uk, 1 @@ -102844,6 +104807,7 @@ stuartmorris.name, 1 stuartmorris.tel, 1 stuartparsons.com, 1 +stuartwilsonhair.co.uk, 1 stubbings.de, 1 stubbingsmail.de, 1 stubbmail.de, 1 @@ -102859,6 +104823,7 @@ student.andover.edu, 1 studentaid.gov, 1 studentenmobiliteit.be, 1 +studentenplaza.tk, 1 studenterguiden.dk, 1 studentforums.biz, 1 studenti.tk, 1 @@ -102891,7 +104856,6 @@ studio-abok.com, 1 studio-architetto.com, 1 studio-fotografico.ru, 1 -studio-happyvalley.com, 1 studio-impress.com, 1 studio-jaguar.ru, 1 studio-mir.tk, 1 @@ -102902,6 +104866,7 @@ studio4101.ga, 1 studio413.net, 1 studio678.com, 0 +studio91.tk, 1 studioadevents.com, 1 studioandrew.tk, 1 studioavvocato.roma.it, 1 @@ -102935,12 +104900,12 @@ studiopop.com.br, 1 studioproapp.com, 1 studioriehl.com, 1 +studioshiftup.net, 1 studiosql.ml, 1 studiostawki.com, 1 studiostudio.net, 1 studiosuracidenunzio.it, 1 studiotheatrestains.fr, 1 -studiotres.com.br, 1 studiovalore.com, 1 studiovaud.com, 0 studioxii.com, 1 @@ -102985,7 +104950,6 @@ stujay.com, 1 stuka-art.de, 1 stulda.cz, 1 -stum.io, 1 stumeta.de, 1 stumeta2018.de, 1 stumeta2019.de, 1 @@ -103033,6 +104997,7 @@ stylebajumuslim.com, 1 stylebeat.tk, 1 styleci.io, 1 +styleclub.tk, 1 stylecollective.us, 1 styledbysally.com.au, 1 styleelite.tk, 1 @@ -103041,6 +105006,7 @@ stylemall.tk, 1 stylepixo.com, 1 stylesaag.com, 1 +stylesound.tk, 1 styletheweb.cf, 1 styletron.org, 1 stylett.ru, 1 @@ -103072,10 +105038,12 @@ subahankamal.tk, 1 subalert.com, 1 subanelvolumen.tk, 1 +subarupartsdeal.com, 1 subarus.tk, 1 subastasdecarros.net, 1 subastasnacionales.com, 1 subbacultcha.tk, 1 +subbl.co, 1 subdev.org, 1 subdivider.tk, 1 subestan.tk, 1 @@ -103084,6 +105052,7 @@ subic.ga, 1 subject-barred.cf, 1 subject-barred.ga, 1 +subjecto.com, 0 subjekty.tk, 1 subjektzentrisch.de, 1 sublimated.tk, 1 @@ -103101,6 +105070,7 @@ submiteads.tk, 1 submityou-rlink.tk, 1 submityour-link.tk, 1 +subology.co, 1 suborbital.io, 1 subpage.tk, 1 subrad.io, 1 @@ -103134,6 +105104,7 @@ successclicker.tk, 1 successdeliv.com, 1 successemails.ml, 1 +successful-online-business.com, 1 successminds.com, 1 succorfish.net, 1 succubus.network, 1 @@ -103159,6 +105130,7 @@ sudmotor-occasions.be, 0 sudo.ws, 1 sudoash.com, 1 +sudoku-insight.tk, 1 sudoku.org.ua, 1 sudosaveclimate.com, 1 sudoschool.com, 1 @@ -103242,6 +105214,7 @@ sulkmen.tk, 1 sulman4paf.tk, 1 sultangroup.ru, 1 +sultans.tk, 1 sulytics-tool.com, 1 sum1.tk, 1 sumac.is, 1 @@ -103282,6 +105255,7 @@ summer.today, 1 summerbo.at, 1 summercampthailand.com, 1 +summerdance.tk, 1 summermc.cc, 1 summermovies.nyc, 1 summerslandingwr.com, 1 @@ -103302,6 +105276,7 @@ sumutoday.com, 1 sun-beach.com.ua, 1 sun-host.ml, 1 +sun-studio.tk, 1 sun-wellness-online.com.vn, 1 sun.re, 1 sun1218.com, 1 @@ -103318,6 +105293,8 @@ sunboxstore.jp, 0 sunbritetv.com, 0 sunbury.xyz, 1 +suncanary.tk, 1 +suncat.tk, 1 sunchasercats.com, 1 sunchild.ml, 1 suncity288.com, 1 @@ -103342,11 +105319,12 @@ sunderlandmoneyman.com, 1 sundhedsvejen.dk, 1 sundiel.tk, 1 -sundragon.se, 1 +sundoctors.com.au, 1 suneilpatel.com, 1 sunfeathers.net, 1 sunfiregold.com, 1 sunfireshop.com.br, 1 +sunflare.tk, 1 sunflyer.cn, 0 sunfox.cz, 1 sunfulong.blog, 1 @@ -103377,9 +105355,11 @@ sunpig.my, 1 sunpig.sg, 1 sunplay.host, 1 +sunradio.tk, 1 sunred.info, 1 sunred.org, 1 sunrichtec.com, 1 +sunrise.tk, 1 sunrisecovelodge.com, 1 sunrisewhen.com, 1 sunroof.ga, 1 @@ -103389,6 +105369,7 @@ sunsdesign.net, 1 sunset.goip.de, 1 sunsetfire.de, 1 +sunsetmusic.tk, 1 sunsetnelson.com, 1 sunsetwx.com, 1 sunshilin.tk, 1 @@ -103435,6 +105416,7 @@ super-erotica.ru, 1 super-knighki.gq, 1 super-lolitas.tk, 1 +super-net.tk, 1 super-o-blog.com, 1 super11.nl, 1 superaficionados.com, 1 @@ -103443,6 +105425,7 @@ superbaskirskij-med.tk, 1 superbdistribute.com, 1 superbestpalsclub.tk, 1 +superbomber.tk, 1 superboom.dance, 1 superbouncebouncycastles.com, 1 superbowlkneel.com, 1 @@ -103480,6 +105463,7 @@ superfaktura.cz, 1 superfaktura.sk, 1 superfastpress.com, 1 +superfavorite.tk, 1 superfluous.tk, 1 superfly.tk, 1 superfoodsexplained.com, 1 @@ -103530,6 +105514,7 @@ supernatural-fans.tk, 1 supernaut.info, 1 supernogi.ga, 1 +superops.ai, 1 superpase.com, 1 superpi.noip.me, 1 superraclette.fr, 1 @@ -103541,6 +105526,7 @@ supersisi.ml, 1 superskidki.cf, 1 supersole.net, 0 +supersolenoid.tk, 1 supersonicsoft.com, 1 supersonnig-festival.de, 1 supersonnigfestival.de, 1 @@ -103587,7 +105573,6 @@ support-ticino.ch, 1 support.mayfirst.org, 0 support4professionals.nl, 1 -supportadvantage.co.uk, 0 supportal.one, 1 supportericking.org, 1 supportfan.gov, 1 @@ -103639,6 +105624,7 @@ surikov.tk, 1 suriname.tk, 1 surl.win, 1 +surma.tk, 1 surnet.io, 1 surnganet.tk, 1 suroil.com, 1 @@ -103659,6 +105645,7 @@ surveyhealthcare.com, 1 surveyorcloud.com, 1 surveyremover.tk, 1 +surveyspy.net, 1 survivalfitnessplan.com, 1 survivebox.fr, 1 survivebox.net, 1 @@ -103705,6 +105692,7 @@ sutas.market, 1 sutazbrand.com, 0 sutinenmatthews.tk, 1 +sutore.com, 1 suts.co.uk, 1 suttacentral.net, 1 suttonbouncycastles.co.uk, 1 @@ -103883,6 +105871,7 @@ sweatercon.com, 1 sweatvip.com, 1 swecha.org, 1 +swedbank.se, 1 swederica.tk, 1 swedish-saints.tk, 1 swedishforces.tk, 1 @@ -103896,7 +105885,6 @@ sweetair.com, 1 sweetairlines.tk, 1 sweetbabyjesus.com, 1 -sweetbridge.com, 1 sweetcalculus.ru, 1 sweetcorner.tk, 1 sweetdata.io, 1 @@ -103904,7 +105892,7 @@ sweetenedcondensed.com, 1 sweetgood.de, 1 sweethearts.tk, 1 -sweethomemargarita.com, 1 +sweethomemargarita.com, 0 sweethomesnohomishrenovations.com, 1 sweethorses.tk, 1 sweetintrigue.tk, 1 @@ -103953,6 +105941,7 @@ swifttowing.com.au, 1 swilly.org, 1 swim-smart.com, 1 +swim.aero, 1 swimmingpoolaccidentattorney.net, 1 swimmingpoolpumpsbassonia.co.za, 1 swimpool.co.il, 1 @@ -104061,6 +106050,7 @@ sychov.pro, 1 sydgrabber.tk, 1 sydney-sehen.com, 1 +sydney.dating, 1 sydneyaustralia.tk, 1 sydneybamboo.com.au, 1 sydneybusinessweb.com.au, 1 @@ -104201,7 +106191,6 @@ sysadmin21.tk, 1 sysadmins.ro, 1 sysadvisors.pl, 1 -sysclouds.de, 1 syscoon.com, 1 sysctl.se, 1 syscurve.com, 1 @@ -104245,7 +106234,6 @@ systemeprod.fr, 0 systemerr.tk, 1 systemintegra.ru, 1 -systemisbusy.info, 1 systemische-praxis-darmstadt.de, 1 systemlead.pl, 1 systemli.org, 1 @@ -104285,7 +106273,6 @@ szelagnes.hu, 1 szentistvanpt.sk, 1 szepsegbennedrejlik.hu, 1 -szeptylasu.eu, 1 szerbnyelvkonyv.hu, 1 szerelem.love, 1 szhighsun.com, 1 @@ -104322,6 +106309,7 @@ t-shirty.tk, 1 t-staffing.nl, 1 t-stonegroup.com, 1 +t-tip.ch, 1 t-tz.com, 0 t-unit.ru, 1 t-wirth.de, 1 @@ -104374,8 +106362,6 @@ t8830.com, 1 t88gg.com, 1 t88jj.com, 1 -t88kk.com, 1 -t88ll.com, 1 t88mm.com, 1 t88nn.com, 1 t88oo.com, 1 @@ -104395,7 +106381,6 @@ t9721.com, 1 t9728.co, 1 t9i.in, 1 -ta-65.com, 1 ta-soest.nl, 0 ta65.com, 1 taabe.net, 1 @@ -104415,6 +106400,7 @@ tabegamisama.com, 1 tabelaci.tk, 1 tabelekaloryczne.waw.pl, 1 +taberna.tk, 1 tabernaalibaba.tk, 1 tabernastudios.pe, 1 tabi-news.com, 1 @@ -104461,6 +106447,7 @@ taciso.com, 1 tackle.io, 1 tackleyourfeelings.com, 1 +tacoma-dui-attorneys.com, 1 tacoma-massage.com, 1 tacomaautomobile.tk, 1 tacomaclassifieds.net, 1 @@ -104479,7 +106466,6 @@ tadamstudio.ca, 1 taddiestales.com, 1 tadinfos.fr, 1 -tadiranbatteries.de, 1 tadj-mahalat.com, 1 tadjiki.tk, 1 tadjikistan.tk, 1 @@ -104541,8 +106527,10 @@ taibachicken.com, 1 taibafarms.com, 1 taichi-jade.com, 1 +taichichuanyang.com, 0 taidu.news, 1 taiga-aikidojo.tk, 1 +taigalaloca.net, 1 taihesy.tk, 1 taijul.tk, 1 taijutsubudo.com.au, 1 @@ -104567,6 +106555,7 @@ taishokudaiko.com, 1 taishon.nagoya, 1 taiwan-kitchen.com, 1 +taiwan.dating, 1 taiwanhotspring.net, 1 taiwania.capital, 1 taiwania.vc, 1 @@ -104627,7 +106616,9 @@ tako-miyabi.xyz, 1 takosen.co.jp, 1 taksaft.tk, 1 +taktika.tk, 1 takuhai12.com, 1 +takuma.com, 1 takumi-s.net, 1 takusan.ru, 1 takuse.cf, 1 @@ -104664,10 +106655,15 @@ talkaboutdesign.com, 1 talkbasket.net, 1 talkgadget.google.com, 1 +talki.tk, 1 +talkinators.tk, 1 talking12.com, 1 talkingband.org, 1 talkingbittersweet.com, 1 talkingmoose.net, 1 +talkingtodrake.tk, 1 +talkingtoteapots.tk, 1 +talkischeap.tk, 1 talklikeyodaday.tk, 1 talkmojang.club, 1 talknetwork.ru, 1 @@ -104768,7 +106764,10 @@ tandemwise.net, 1 tandemzagan.pl, 1 tandzorg.link, 1 +tangai.tk, 1 +tangas.tk, 1 tangel.me, 1 +tangier.tk, 1 tangle-teezer.net, 1 tangledmeditations.com, 1 tango-cats.de, 1 @@ -104791,6 +106790,7 @@ tanjasavicmusic.tk, 1 tank-scorecard.herokuapp.com, 1 tankdoggear.tk, 1 +tanknotes.com, 1 tankos.tk, 1 tankpassen-vergelijken.nl, 1 tanks.je, 1 @@ -104832,14 +106832,13 @@ tao-energie.tk, 1 taoaworld.com, 1 taoburee.com, 0 -taokystrong.com, 1 taolu.tv, 1 taoofbeauty.tk, 1 taotic.eu, 1 taowa.ca, 1 taoyingchang.tk, 1 -taozgt.xyz, 0 tap.az, 1 +tapahtumakauppa.fi, 1 tapbutdao.com, 1 tapchiphaidep.info, 1 tapcloud.com, 1 @@ -104891,13 +106890,17 @@ targetlonglife.tk, 1 targetx.pl, 1 targimieszkaniowe.net, 1 +targoncavasarlas.hu, 1 tarife.at, 1 tariff.cc, 1 tarija.tk, 1 tarik.io, 1 tarikigaru.ga, 1 tarimaferial.com, 1 +tarjaturunen.tk, 1 +tarjetasgraficas.tk, 1 tarjetaspark.es, 1 +tarjetaspersonales.tk, 1 tarkari.tk, 1 tarkasparrows.org.za, 1 tarketmedia.com, 1 @@ -104972,6 +106975,7 @@ tatary.cf, 1 tatary.tk, 1 tateishi-ip.com, 1 +tatercraft.org, 1 taters.org, 1 tatfan.com, 1 tathanhson.com, 1 @@ -104984,6 +106988,7 @@ tatsidou.gr, 1 tatsuya.tk, 1 tattoo-art.tk, 1 +tattoo.dating, 1 tattoocorina.tk, 1 tattoonhamon.ru, 1 tattootoday.org, 0 @@ -104993,7 +106998,6 @@ taturukav.tk, 1 taubin.cc, 1 tauedu.org, 1 -tauflight.com, 1 taunusstein.net, 1 tauran.net, 1 tauriscia.tk, 1 @@ -105013,6 +107017,7 @@ tax-guard.com, 1 taxadvantagellc.com, 1 taxationweb.co.uk, 0 +taxboard.gov.au, 1 taxborn.com, 1 taxdispute.win, 1 taxedesejour-airbnb.fr, 1 @@ -105033,6 +107038,7 @@ taxibiz.ga, 1 taxicollectif.ch, 0 taxid-k.be, 1 +taxikraken.tk, 1 taximinvody.ml, 1 taximovies.gq, 1 taxipool.co.il, 1 @@ -105052,7 +107058,7 @@ taxteam.co.il, 1 tayar2u.my, 1 taybee.net, 1 -tayebbayri.com, 1 +tayebbayri.com, 0 taylorburton-porn.com, 1 taylored.ga, 1 taylorfry.co.nz, 1 @@ -105086,6 +107092,7 @@ tbitc.ch, 1 tbksp.org, 1 tbonejs.org, 1 +tbpchan.cz, 1 tbpixel.com, 0 tbq-s.com, 1 tbq-s1.com, 1 @@ -105096,6 +107103,8 @@ tbtech.cz, 1 tbuchloh.de, 1 tbun.de, 1 +tbunews.com, 1 +tbunews.info, 1 tbys.us, 1 tbz-pariv.de, 1 tc-st-leonard.ch, 0 @@ -105125,6 +107134,7 @@ tchatland.fr, 1 tche.digital, 1 tchealers.com, 1 +tcheb.ru, 1 tchebb.me, 1 tchoukball.ch, 0 tchouktchouk-baroum.fr, 1 @@ -105210,28 +107220,37 @@ teallhaycock.com, 1 team-17.tk, 1 team-a.tk, 1 +team-apollo.tk, 1 +team-atomic.tk, 1 team-azerty.com, 1 team-bbd.com, 1 +team-cut.tk, 1 team-darkness.tk, 1 +team-eklund-motorsport.tk, 1 team-io.net, 1 team-russia.tk, 1 team-toranomon.com, 1 +team-work.online, 1 team.house, 0 team005helpdesk.ddns.net, 1 team3.io, 1 team3482.com, 1 team957.co.uk, 1 teamacadia.org, 1 +teamarasensas.tk, 1 teamb.nl, 1 -teambeam.at, 1 -teambeam.ch, 1 -teambeam.com, 1 -teambeam.de, 1 -teambeam.es, 1 -teambeam.eu, 1 -teambeam.fr, 1 -teambeam.it, 1 -teambeam.ru, 1 +teambalinge.tk, 1 +teambanzai.tk, 1 +teambeam.at, 0 +teambeam.ch, 0 +teambeam.com, 0 +teambeam.de, 0 +teambeam.es, 0 +teambeam.eu, 0 +teambeam.fr, 0 +teambeam.it, 0 +teambeam.ru, 0 +teambee.tk, 1 teambeoplay.co.uk, 1 teambim.eu, 1 teambition.com, 0 @@ -105241,13 +107260,18 @@ teamdarko.tk, 1 teamdaylo.xyz, 1 teamdevelopers.ga, 1 +teamdriven.tk, 1 teamdumondelibre.fr, 1 +teamengland.tk, 1 teamfriet.nl, 1 teamhinkleyc.com, 1 teamhybrid.com, 1 teamhybridforums.com, 1 +teamint.xyz, 1 +teamjiradia.tk, 1 teamkankun.tk, 1 teamkgsr.com, 1 +teamkilled.tk, 1 teamkiller.tk, 1 teamkoncert.pl, 1 teamleader-apps-by-invantive.com, 1 @@ -105272,8 +107296,23 @@ teamroom.jp, 1 teams.microsoft.us, 1 teamsass.ca, 1 +teamshirts.at, 1 +teamshirts.be, 1 +teamshirts.ch, 1 +teamshirts.co.uk, 1 +teamshirts.com, 1 +teamshirts.de, 1 +teamshirts.dk, 1 +teamshirts.fi, 1 +teamshirts.fr, 1 +teamshirts.net, 1 +teamshirts.nl, 1 +teamshirts.no, 1 +teamshirts.se, 1 teamsimplythebest.com, 1 +teamsomeday.tk, 1 teamsudan.cf, 1 +teamtomorrow.tk, 1 teamtotal.com, 1 teamtouring.net, 1 teamtrack.uk, 1 @@ -105285,7 +107324,6 @@ teamwork-bad-wurzach.de, 1 teamwpsekure.com, 1 teamx-gaming.de, 0 -teamxavier4ever.com, 1 teaparty.id, 1 teardown.band, 1 teardrop.tk, 1 @@ -105293,6 +107331,7 @@ tease.email, 1 teasenetwork.com, 1 teaser-trailer.com, 1 +teast.eu, 1 teatrarium.com, 1 teatrolatea.org, 1 teatroutopia.tk, 1 @@ -105375,7 +107414,6 @@ techday.co.nz, 1 techday.com, 1 techday.com.au, 1 -techday.eu, 1 techday.network, 1 techdirt.com, 1 techdoms.tk, 1 @@ -105383,6 +107421,7 @@ teched-creations.com, 1 techendeavors.com, 1 techexpert.tips, 1 +techexplorist.com, 1 techfibian.tk, 1 techfishnews.com, 1 techformator.pl, 0 @@ -105392,6 +107431,7 @@ techgearlab.com, 1 techgo.re, 1 techguidereview.com, 1 +techguides.tk, 1 techhackhome.tk, 1 techhall.net, 0 techhappy.ca, 1 @@ -105443,8 +107483,9 @@ techniclab.ru, 1 technik-boeckmann.de, 1 technochat.in, 1 +technodance.tk, 1 technogies.cf, 1 -technogps.com, 1 +technogps.com, 0 technogrand.gq, 1 technogroup.cz, 1 technoholod.tk, 1 @@ -105494,7 +107535,6 @@ technomagia.tk, 1 technomix.tk, 1 technopedia.gq, 1 -technorely.com, 1 technorthdakota.tk, 1 technosapien.ml, 1 technosorcery.net, 1 @@ -105516,6 +107556,7 @@ techpit.us, 1 techpivot.net, 1 techpoint.org, 1 +techprom.tk, 1 techraptor.net, 1 techs.cf, 1 techsat.tk, 1 @@ -105535,8 +107576,10 @@ techstartup.tech, 1 techstreamlab.com, 1 techsys.cz, 1 +techtastic.tk, 1 techtexas.tk, 1 techto.date, 1 +techtouch.tk, 1 techtoydeveloper.tk, 1 techtrader.ai, 1 techtrader.io, 1 @@ -105564,10 +107607,8 @@ tecknobox.fr, 1 tecknologg.website, 1 tecmarkdig.com, 1 -tecnaa.com, 1 tecne.ws, 1 tecnewsnow.com, 1 -tecnicapotiguar.com.br, 1 tecnick.com, 1 tecnicoelettrodomestici.roma.it, 1 tecnikan.com.ar, 1 @@ -105592,10 +107633,10 @@ tecnyal.com, 1 tecon.co.at, 1 tecorrs.tk, 1 -tecparsnet.ir, 1 tecroxy.com, 1 tecscipro.de, 1 tecta-stag-225720.appspot.com, 1 +tecverso.com.br, 1 tecwolf.com.br, 1 tecyt.com, 1 tedb.us, 0 @@ -105608,6 +107649,7 @@ teddyss.com, 0 teddywayne.com, 1 tederomero.com, 1 +tedhardy.com, 1 tedirgin.tk, 1 tedsdivingsystem.com, 1 tedxyalesecondaryschool.com, 1 @@ -105616,6 +107658,7 @@ teekaymedia.tk, 1 teektalk.org, 1 teemulintula.fi, 1 +teen-club.tk, 1 teen-porno-video.ru, 1 teengamer.tk, 1 teengirl.pub, 1 @@ -105672,6 +107715,7 @@ tekila.cf, 1 tekila.ga, 1 tekila.tk, 1 +tekinfo.co.id, 1 tekingb.com, 0 tekirdagemlak.tk, 1 tekittak.com, 1 @@ -105697,7 +107741,6 @@ tektoria.de, 1 tektouch.net, 1 tektuts.com, 1 -tela-tatis.com, 1 telamon.eu, 1 telangananews.ml, 1 telani.net, 1 @@ -105716,6 +107759,7 @@ telealarmevalais.ch, 1 teleangol.cl, 1 teleblog.gq, 1 +telebugs.tk, 1 telecablenostima.tk, 1 telecallsrl.com, 1 telecamera.pro, 0 @@ -105726,16 +107770,19 @@ telecommunications.cf, 1 telecommutejobs.com, 1 telecomwestland.nl, 1 +teledatos.tk, 1 teledivi.com, 1 telefisk.org, 1 telefon.report, 1 telefonabonnement.dk, 1 telefoncek.si, 1 telefonkonferenz.ch, 1 +telefonkort.tk, 1 telefonni-ustredna.cz, 1 telefonseelsorge-paderborn.de, 1 telefoon.nl, 1 telefoonreparatieheiloo.nl, 1 +telefunk.tk, 1 telega.gq, 1 telegra.ph, 1 telegram-gp.ml, 1 @@ -105749,6 +107796,7 @@ telekothonbd.com, 1 telelog.ml, 1 telema.tk, 1 +telemaco.tk, 1 telemedi.be, 1 telenco-datacenter.com, 1 telenco-networks.com, 1 @@ -105791,9 +107839,10 @@ telka-online.tk, 1 telkomuniversity.ac.id, 0 tellerify.com, 1 -tellet.tel, 1 +telling-voices.tk, 1 telling.xyz, 1 tellingua.com, 0 +tellme.tk, 1 tellusaboutus.com, 1 telly.site, 1 tellygames.com, 1 @@ -105820,6 +107869,7 @@ teml.in, 1 temnacepel.cz, 1 temnhan24h.com, 1 +temnikova.tk, 1 temp.pm, 1 temp37c.com, 1 tempa.com.ua, 1 @@ -105861,7 +107911,6 @@ tencar.ru, 1 tencent.xn--vuq861b, 1 tende.roma.it, 1 -tender-alert.be, 1 tendergrupp.ru, 1 tendermaster.com.ua, 1 tenderplan.ru, 1 @@ -105888,13 +107937,13 @@ tenjou-tenge.tk, 1 tenken1010.org, 1 tenkiz.com, 1 -tenkofx.com, 1 tenma.pro, 1 tennis-altai.tk, 1 tennisadmin.com, 1 tennisapp.de, 1 tenniscourtsjoburg.com, 1 tenniscritic.ga, 1 +tennismania.tk, 1 tennismindgame.com, 1 tennisnyi-stol.tk, 1 tennispensacola.com, 1 @@ -105978,7 +108027,8 @@ termi.tk, 1 termifree.tk, 1 termin-online.com, 1 -terminalhrd.com, 1 +terminalhrd.com, 0 +terminalyouth.tk, 1 terminationsremembered.com, 1 termino.eu, 1 terminsrakning.se, 1 @@ -105995,12 +108045,12 @@ terovania.de, 1 terovania.games, 1 terpotiz.net, 1 -terra-24.ru, 1 terra-med.ga, 1 terra-x.net, 1 terra.fitness, 1 terra7.net, 1 terrab.de, 1 +terrabela.tk, 1 terracloud.de, 0 terraco.ga, 1 terracom.gr, 1 @@ -106008,14 +108058,17 @@ terrafinanz.de, 1 terraform.io, 1 terragni-sarasin.ch, 1 +terrakotta.tk, 1 terraluna.space, 1 terraneesens.fr, 1 terranova.fi, 1 terranovadesignbuild.com, 0 terrapay.com, 1 terrapinstationmd.com, 1 +terraquercus.tk, 1 terrariatr.tk, 1 terrarium.tk, 1 +terrasearcher.tk, 1 terrasoverkappingvillage.be, 1 terrasoverkappingvillage.nl, 1 terrastaffinggroup.com, 0 @@ -106047,7 +108100,6 @@ teskaassociates.com, 1 teskalabs.com, 1 tesla-tula.tk, 1 -tesladrive.ca, 1 teslamagician.com, 1 teslamate.ca, 1 teslasuit.io, 0 @@ -106113,9 +108165,11 @@ tests-and-tips.info, 1 tests-und-tipps.info, 1 tests.pp.ru, 1 +testsab.com, 1 testscript.ml, 1 testsitefortask.xyz, 1 testsity.tk, 1 +testsnelcovid.nl, 1 testspsicotecnicos.org, 1 testsuite.org, 1 testsweb.ml, 1 @@ -106128,6 +108182,7 @@ teto.nu, 1 tetonas.tk, 1 tetovaweb.tk, 1 +tetovo.tk, 1 tetr.io, 1 tetrabyte.tk, 1 tetracyclin.gq, 1 @@ -106136,6 +108191,7 @@ tetracycline500mg.ga, 1 tetraetc.com, 1 tetraktus.org, 1 +tetramax.eu, 1 tetrarch.co, 1 tetrimus.com, 1 tetsai.net, 1 @@ -106149,7 +108205,6 @@ teusink.eu, 1 teutonia-grossenlueder.de, 1 teutonia08.de, 1 -tevi.uk, 0 tewarilab.co.uk, 1 tewkesburybouncycastles.co.uk, 1 tewkesburyyoga.com, 1 @@ -106170,6 +108225,7 @@ texaspaintingandgutters.com, 1 texasparkinglotstriping.com, 1 texasready.gov, 1 +texasteam.tk, 1 texastoadranch.com, 1 texastwostepdivorce.com, 0 texasurodoc.com, 1 @@ -106178,17 +108234,20 @@ texby.com, 1 texcolors.com.co, 1 texel.es, 1 +texel.tk, 1 texiafinishing.com, 1 texican.nl, 1 texier.mx, 1 texnogu.ru, 1 texnoguru.tk, 1 +texnolog.tk, 1 texnotroniks.tk, 1 texogroup.sk, 1 texomalawnmaster.com, 1 texosmotr.tk, 1 texoviva.com, 1 text-shirt.com, 0 +textadventure.tk, 1 textassistant.ga, 1 textbrawlers.com, 1 textcleaner.net, 1 @@ -106210,7 +108269,6 @@ textsite.tk, 1 textualapp.com, 1 textundblog.de, 1 -texture.net.au, 1 texus.me, 1 texy.info, 1 teycos.com, 1 @@ -106241,6 +108299,7 @@ tft-cheat-sheet.com, 1 tftdom.com, 1 tfus.co, 1 +tfw-a.com, 1 tfx.com.br, 1 tfx.pt, 1 tfxstartup.com, 1 @@ -106283,6 +108342,7 @@ thai-kacha.com, 0 thai-massage.tk, 1 thai-ridgeback.tk, 1 +thai.dating, 1 thai.land, 1 thai369.com, 1 thaiboystory.ga, 1 @@ -106296,6 +108356,7 @@ thaihong.co.th, 1 thaihotmodels.tk, 1 thailandguru.properties, 1 +thailandhotel.tk, 1 thailandlongtime.com, 1 thailandpharmacy.net, 1 thailandpropertylisting.ga, 1 @@ -106307,6 +108368,7 @@ thais.tk, 1 thaitonic.de, 1 thaiwaterbirds.com, 1 +thaiwrestling.tk, 1 thajske-masaze-brno.cz, 1 thajske-masaze-olomouc.cz, 1 thajske-masaze-vyskov.cz, 1 @@ -106361,6 +108423,7 @@ the-digitale.com, 0 the-dream.tk, 1 the-earth-yui.net, 0 +the-egotronic.tk, 1 the-farm.tk, 1 the-finance-blog.com, 1 the-forgotten.net, 1 @@ -106372,10 +108435,13 @@ the-life-insurance.com, 1 the-little-home.com, 1 the-medium-dolphore.com, 0 +the-mermaid.tk, 1 the-metropolitans.tk, 1 the-muddy-trophy-team.tk, 1 +the-mudmen.tk, 1 the-naked.com, 1 the-nash-education-program.com, 1 +the-opposites.tk, 1 the-pack.nl, 1 the-rates.ru, 1 the-red.pp.ua, 1 @@ -106397,6 +108463,7 @@ the5th.nl, 1 the8rules.co.uk, 1 thea-team.net, 1 +theacademicpapers.co.uk, 1 theaccountingcompanyleeds.co.uk, 1 theaceblock.space, 1 theactivationfunction.com, 1 @@ -106415,11 +108482,12 @@ thealonas.gq, 1 thealonas.ml, 1 thealonas.tk, 1 +theamandatappingclub.tk, 1 +theamandatappingcontest.tk, 1 theangelgivingtree.com, 1 theangelgivingtree.info, 1 theangelgivingtree.net, 1 theangelgivingtree.org, 1 -theankhlife.com, 1 theanswerexperts.com, 1 theantarcticx.com, 1 theantarticx.com, 1 @@ -106427,6 +108495,7 @@ theantnetwork.tk, 1 theapplewiki.com, 1 theappliancedepot.co.uk, 0 +theapriltears.tk, 1 theaps.net, 1 theaquila.tk, 1 thearcheryguide.com, 1 @@ -106434,6 +108503,7 @@ thearizonatribune.com, 1 theartistjournal.ca, 1 theartofe.fr, 1 +theartwolf.com, 1 theasianshooters.com, 1 theastrocoach.com, 1 theataraxia.tk, 1 @@ -106461,6 +108531,7 @@ thebabelog.gq, 1 thebabypassport.com, 1 thebacksplashcompany.com, 1 +thebackstage.tk, 1 thebacteriafight.gq, 1 thebakersbuddy.co.uk, 1 thebakery2go.de, 1 @@ -106478,7 +108549,6 @@ thebeginningviolinist.com, 1 thebengalinews.tk, 1 theberries.tk, 1 -thebertian.com, 1 thebestfun.co.uk, 1 thebestlaos.ga, 1 thebestnews.ga, 1 @@ -106498,7 +108568,6 @@ thebimhub.com, 1 thebinarys.com, 1 thebirchwoods.com, 1 -thebirdfree.com, 1 thebirthdaysite.co.uk, 1 thebismarckmarathon.com, 1 thebit.link, 1 @@ -106507,9 +108576,11 @@ theblackcat.ga, 1 theblisters.tk, 1 theblondeabroad.com, 0 +theblue.tk, 1 theblueinnovations.com, 1 theblueroofcottage.ca, 1 thebluub.com, 1 +theboard.tk, 1 theboardroomsubi.com.au, 1 theboats.agency, 1 theboats.club, 1 @@ -106529,6 +108600,7 @@ theboxofcarlos.com, 1 theboysrepublic.tk, 1 thebrainfactory.eu, 1 +thebrainwash.tk, 1 thebranddesign.gq, 1 thebreakroom.org, 1 thebrewingtonfamily.net, 1 @@ -106547,14 +108619,17 @@ thebucknetwork.com, 1 thebuffalotavern.com, 1 thebulletin.io, 1 +theburst.tk, 1 thebusinessofgoodfilm.com, 1 thebutterflyencounters.com, 1 thebuttongame.io, 1 +thecalifornias.tk, 1 thecalmnessofblankspace.tk, 1 thecamels.org, 1 thecameradivision.com, 1 thecanadarace.com, 1 thecandidforum.com, 1 +thecandystore.tk, 1 thecarbonchamber.com, 1 thecardcloset.com, 1 thecarolingconnection.com, 1 @@ -106562,6 +108637,7 @@ thecarphunter.tk, 1 thecatbowl.com.au, 1 thecats.tk, 1 +thecavedistro.tk, 1 thecaveofsatyr.tk, 1 thecedarsbb.co.za, 1 thecelticfiles.tk, 1 @@ -106574,9 +108650,11 @@ thecheese.co.nz, 1 thechefsgear.uk, 1 thechelseadrugstore.ie, 1 +thechemistryisdead.tk, 1 thecherryship.ch, 0 thechicanos.tk, 1 thechoice.tk, 1 +thechosenones.tk, 1 thecigarlibrary.com, 1 theciso.com, 0 thecitywarehouse.clothing, 1 @@ -106591,7 +108669,7 @@ thecolorrun.hu, 1 thecolourbox.in, 1 thecolourcloset.ca, 1 -thecombustionway.com, 1 +thecombustionway.com, 0 thecommonmen.tk, 1 thecompany.pl, 1 thecompanysheffield.co.uk, 1 @@ -106603,6 +108681,7 @@ theconversation.com, 1 theconverter.net, 1 thecook.com.co, 1 +thecoredublin.tk, 1 thecorianderkitchen.com, 1 thecostymusic.tk, 1 thecowboy.cafe, 1 @@ -106613,7 +108692,6 @@ thecrazybrains.tk, 1 thecrazytravel.com, 1 thecreativeedgeinc.com, 1 -thecrescentchildcarecenter.com, 1 thecrew-exchange.com, 1 thecrimson.tk, 1 thecrochetcottage.net, 1 @@ -106621,6 +108699,7 @@ thecstick.com, 1 thecubepsych.com, 1 thecultureworks.com, 1 +thecureplainsong.tk, 1 thecuriouscat.net, 1 thecuriousdev.com, 1 thecustomdroid.com, 1 @@ -106638,11 +108717,14 @@ thedarkcolonyfansite.tk, 1 thedarkfusion.tk, 1 thedarkteam.tk, 1 +thedawningofdarkness.tk, 1 +thedeathmachine.tk, 1 thedeathofannakarina.tk, 1 thedebug.life, 1 thedentalstudiomiami.com, 1 thederminstitute.com, 1 -thedevilsbrigade.com, 1 +thedev.id, 1 +thedevastatedrealm.tk, 1 thedevilwearswibra.nl, 1 thedevrycommonsbrasil.com, 0 thediabetesnews.com, 1 @@ -106650,7 +108732,6 @@ thediaryofadam.com, 1 thedietsolutionprog.tk, 1 thedigitalparadox.tk, 1 -thedimebank.com, 1 thedinnerdetective.com, 1 thediscforum.tk, 1 thediscovine.com, 1 @@ -106660,6 +108741,7 @@ thedocumentrefinery.com, 1 thedonaldarchive.tk, 1 thedrawbacks.tk, 1 +thedrivers.tk, 1 thedrizzle.tk, 1 thedroidman.com, 1 thedronechart.com, 1 @@ -106673,6 +108755,7 @@ theebookkeepers.co.za, 1 theeffingyogablog.com, 1 theeftacademyuk.com, 1 +theegyptblog.tk, 1 theeighthbit.com, 0 theel0ja.info, 1 theel0ja.ovh, 1 @@ -106694,6 +108777,7 @@ theeuropeanlibrary.org, 1 theevergreen.me, 0 theeverycompany.com, 1 +theexodus.tk, 1 theexpatriate.de, 1 theeyeopener.com, 1 thefabricator.com, 1 @@ -106701,6 +108785,8 @@ thefabulouswomen.com, 1 thefaircottage.com, 1 thefairieswantmedead.com, 1 +thefairytale.tk, 1 +thefallen.tk, 1 thefamilygarrison.com, 1 thefanimatrix.net, 1 thefarleys.ca, 1 @@ -106710,6 +108796,8 @@ thefbstalker.com, 1 theferrarista.com, 0 thefibreapp.com, 1 +thefieldservicecompany.nl, 1 +thefinalconflict.tk, 1 thefireandthefreaks.com, 1 thefishshop.ga, 1 thefitcare.com, 1 @@ -106719,11 +108807,11 @@ theflowershopdeddington.com, 1 theflowstudios.com, 1 theflyingbear.net, 0 +theflyingdutch.tk, 1 thefnafarchive.org, 1 thefoodcops.com, 1 thefooddictator.com, 1 thefoodellers.com, 1 -thefoodiefit.com, 1 thefoot.tk, 1 thefootballbootseducator.com, 1 thefootinstitutela.com, 1 @@ -106735,10 +108823,12 @@ thefreebay.tk, 1 thefreemail.com, 1 thefreethinker.tk, 1 +thefrenchconnection.tk, 1 thefriedzombie.com, 1 thefriedzombie.nl, 1 thefriedzombie.online, 1 thefrk.pw, 1 +thefrugalvegan.tk, 1 thefuckingtide.com, 1 thefuelcardpeople.co.uk, 1 thefunfirm.co.uk, 1 @@ -106750,11 +108840,11 @@ thefuturetech.ga, 1 thegadget.tk, 1 thegadgetflow.com, 1 +thegamecollector.tk, 1 thegantars.tk, 1 thegatewaytoanewworld.com, 1 thegatheringocala.com, 1 thegeekdiary.com, 1 -thegeekiepedia.com, 1 thegeeklab.de, 1 thegemriverside.com.vn, 1 thegenesisshop.com, 1 @@ -106768,7 +108858,7 @@ thegioibanca.tk, 1 thegioidulich.com.vn, 1 thegioinano.com, 1 -theglobalreport.org, 1 +theglencoetorah.com, 1 thegolden.com, 1 thegoodheartedwoman.com, 1 thegoodvybe.ml, 1 @@ -106776,6 +108866,7 @@ thegrandline.tk, 1 thegrandtour.tk, 1 thegreatcommissionpodcast.com, 1 +thegreatdecay.tk, 1 thegreatgonzo.uk, 1 thegreatplains.com, 1 thegreatsouthernburgerco.ga, 1 @@ -106829,6 +108920,7 @@ thehouseofcode.com, 1 thehowlinwolfcafe.ga, 1 thehub.ai, 1 +thehumanizer.tk, 1 thehumanjoint.com, 1 thehumorist.tk, 1 thehuskyhaul.com, 1 @@ -106865,6 +108957,7 @@ thejonsey.com, 1 thejourneydesignstudio.com, 1 thejsmodel.com, 1 +thejukebox.tk, 1 thejunctionstudios.com, 1 thejunkfiles.com, 1 thekalakriti.tk, 1 @@ -106894,12 +108987,14 @@ thelaurelchiropractor.com, 1 thelbc.io, 0 thelearningenterprise.co.uk, 1 +theleaves.tk, 1 thelegionshirley.co.uk, 1 thelencystore.com, 1 thelevelman.com, 1 thelibertinephilosophy.ga, 1 thelifeofmala.com, 1 thelifevison.com, 1 +thelightbulbproject.tk, 1 thelightpoints.eu, 1 thelimitededition.in, 1 thelimitlessman.co.uk, 1 @@ -106920,11 +109015,14 @@ thelotter.club, 1 thelounge.chat, 1 thelwallrangers.tk, 1 +themacios.com, 1 themadlabengineer.co.uk, 1 themagazine.my, 1 themagician.tk, 1 themallards.info, 1 +themallrats.tk, 1 themandogs.tk, 1 +themaniaks.tk, 1 themarkup.org, 1 themarshallproject.org, 1 themaster.site, 1 @@ -106943,22 +109041,30 @@ themegatones.tk, 1 themegteam.com, 1 thememory.tk, 1 +themenmedia.com, 1 thementornetwork.com, 1 themenzentrisch.de, 1 +themeparkfans.tk, 1 +themeparksimulations.tk, 1 themerchandiser.net, 0 +themerciful.tk, 1 themeridianway.com, 1 themesurgeons.net, 1 themevilles.com, 1 +themexicos.tk, 1 themiddle.co, 1 themigraineinstitute.com, 1 themilanlife.com, 1 themillerslive.com, 1 theminiacs.com, 1 +themiracle.tk, 1 +themirc.tk, 1 themist.cz, 1 themizellbrothers.tk, 1 themlmsuccessnow.tk, 1 themodernreviewer.ga, 1 themomentratchada19.com, 1 +themomstudio.tk, 1 themoneyconverter.com, 1 themonthly.com.au, 1 themostexpensiveworkofart.com, 1 @@ -106989,6 +109095,8 @@ thenocman.com, 1 thenolank.com, 1 thenova.me, 1 +thenovaclinic.com, 1 +thenowheremen.com, 1 thenrdhrd.nl, 1 thenutritionalreset.ca, 1 theo-andreou.org, 1 @@ -107001,6 +109109,7 @@ theocharis.org, 1 theocjournal.tk, 1 theocoffee.com, 1 +theocracy.tk, 1 theocratic.cf, 1 theocratic.tk, 1 theocrazzolara.tk, 1 @@ -107015,7 +109124,6 @@ theoldnews.net, 1 theoldsewingfactory.com, 1 theologique.ch, 0 -theomegagroup.co.uk, 1 theomg.co, 1 theonegroup.co.uk, 0 theonethaimassage.de, 1 @@ -107024,6 +109132,7 @@ theonlinecentre.com, 1 theoosmetalart.nl, 1 theopaphitissbs.com, 1 +theopera.tk, 1 theoperators.tk, 1 theophil.tk, 1 theorganic.qa, 1 @@ -107038,6 +109147,7 @@ theoscure.eu, 1 theosophic.ga, 1 theosophie-afrique.org, 1 +theotherside.tk, 1 theoverfly.co, 1 theowlclub.net, 1 thepaffy.de, 1 @@ -107055,6 +109165,7 @@ thepavilionbanbury.co.uk, 1 thepaymentscompany.com, 1 thepcweb.tk, 1 +thepenguinconspiracy.tk, 1 thepeoplesdata.com, 1 thepeoplesdata.org, 1 theperry.group, 1 @@ -107080,7 +109191,9 @@ theploughharborne.co.uk, 1 theplusfc.com, 1 thepodcastreviewshow.com, 1 +thepoetryclub.tk, 1 thepokerbank.com, 1 +thepool.tk, 1 theposhfudgecompany.co.uk, 1 thepowerboys.tk, 1 thepressleygirls.com, 1 @@ -107098,6 +109211,7 @@ theptpractitioner.com.au, 1 thepulpit.tk, 1 thepureplan.com, 1 +thepurplechickens.tk, 1 thepxhubclientportal.co.uk, 1 thepyre.tk, 1 thequillmagazine.org, 1 @@ -107121,6 +109235,7 @@ theravada.tk, 1 thereadingresidence.com, 1 thereafter.ga, 1 +thereal.tk, 1 therealchamps.com, 1 therealcost.gov, 1 therealcountrydancers.tk, 1 @@ -107137,7 +109252,8 @@ theresingles.tk, 1 theresumeapp.com, 1 therevenge.me, 1 -therewill.be, 1 +therevolutionist.tk, 1 +therewill.be, 0 therhetorical.ml, 0 therichardsfamily.tk, 1 therisk.global, 1 @@ -107184,6 +109300,7 @@ thesaurus.net, 1 thescienceofdeduction.tk, 1 thescientists.nl, 1 +thescriptzone.tk, 1 theseal.tk, 1 thesearch.com.tw, 1 thesecondsposts.com, 0 @@ -107256,7 +109373,9 @@ thestudioslucan.com, 1 thestyle.city, 1 thestylebouquet.com, 1 +thesultans.tk, 1 thesunshinecoasttourcompany.com.au, 1 +thesupersunday.tk, 1 thesuppercircle.com, 1 thesurfinstitute.com, 1 theswanstation.tk, 1 @@ -107301,7 +109420,6 @@ thetrendspotter.net, 1 thetropics.tk, 1 thetrove.is, 1 -thetrove.net, 1 thetrustedzone.com, 0 thetshirtguy.co.uk, 1 thetuxkeeper.de, 0 @@ -107327,6 +109445,7 @@ thevenueofhollywood.com, 1 thevern.co.za, 1 theverybusyoffice.co.uk, 1 +thevibrantsmile.com, 1 theviolenceofdevelopment.com, 1 thevirgin.tk, 1 thevirtualbookkeepers.com, 1 @@ -107349,6 +109468,7 @@ thewayofthedojo.com, 1 thewaytoyourself.com, 1 thewcode.in, 1 +theweakandthestrong.tk, 1 thewebcully.com, 1 thewebdexter.com, 1 thewebflash.com, 1 @@ -107360,8 +109480,10 @@ theweed.tk, 1 thewest.tk, 1 thewhiteboxxx.com, 1 +thewhitehorses.tk, 1 thewhiterabbit.space, 1 thewhitneypaige.com, 1 +thewickedclan.tk, 1 thewiki.kr, 1 thewindow.com, 1 thewindowcleaningexperts.com, 1 @@ -107371,11 +109493,13 @@ thewish.ml, 1 thewish.tk, 1 thewombatsict.com.au, 1 +thewomen.tk, 1 thewomenschoice.com, 1 thewoodkid.com.au, 1 thewoods.earth, 1 thewoolroom.com.au, 1 theworkingeye.nl, 1 +theworkshop.tk, 1 theworld.tk, 1 theworldbattle.com, 1 theworldexchange.com, 1 @@ -107394,6 +109518,7 @@ theyacht.ga, 1 theyakshack.co.uk, 1 theyarnhookup.com, 0 +theycallmesnail.tk, 1 theyear199x.org, 1 theyearinpictures.co.uk, 1 theyosh.nl, 0 @@ -107408,7 +109533,7 @@ thiagohersan.com, 1 thiagoribeiro.ml, 1 thiasil.com, 1 -thibaultchristin.fr, 1 +thibaultbaheux.com, 1 thibaultwalle.com, 1 thibautcharles.net, 1 thienminhmts.com, 1 @@ -107438,6 +109563,8 @@ thilko.com, 1 thilobuchholz.de, 1 thimbros.tk, 1 +thimic.net, 1 +thimic.no, 1 thinair.co, 1 thinairsolutions.com, 1 thincats.com, 1 @@ -107451,12 +109578,14 @@ thingswithstuff.llc, 0 think-asia.org, 1 think-positive-watches.de, 1 +thinkbigdobig.tk, 1 thinkbot.de, 1 thinkbrands.co.uk, 1 thinkcash.nl, 1 thinkcoconut.com.au, 1 thinkdata.com.br, 1 thinkdigital.co.id, 1 +thinkdigital.tk, 1 thinkel.tk, 1 thinkelectric.cf, 1 thinkelectric.gq, 1 @@ -107498,7 +109627,6 @@ thisishugo.com, 1 thisismit.ch, 1 thisisrapt.com.au, 1 -thisistechtoday.com, 1 thisistranquility.life, 1 thisistwice.tk, 1 thisiswhywemom.com, 1 @@ -107509,8 +109637,8 @@ thistleandleaves.com, 1 thistom.de, 1 thisuniverse.tk, 1 +thisyear.jp, 1 thmail.ml, 1 -thmnia.com, 1 thmpartners.com, 1 thn.la, 1 thoe.xyz, 1 @@ -107545,7 +109673,9 @@ thomasmcfly.com, 1 thomasmeester.nl, 0 thomasmerritt.de, 1 +thomaspic.com, 1 thomaspluschris.com, 1 +thomass.tk, 1 thomasstevensmusic.com, 0 thomassynekmd.com, 1 thomastestor.tk, 1 @@ -107606,11 +109736,12 @@ threefours.net, 0 threelions.ch, 1 threema.ch, 1 +threeper.org, 1 +threepoint.tk, 1 threerivers.edu, 1 threeriversopenhouse.com, 1 threeshipswhisky.co.za, 1 threethirty.gq, 1 -threewire.com, 1 threexxx.ch, 1 threit.de, 1 thriftdiving.com, 1 @@ -107661,12 +109792,12 @@ thvideo.tv, 1 thw-bernburg.de, 1 thwebdesigns.com, 1 -thweis.com, 1 thwiki.cc, 1 thxandbye.de, 1 thycotic.ru, 1 thynx.io, 1 thyrex.fr, 0 +thzone.net, 1 ti-coast.com, 1 ti-js.com, 1 ti-pla.net, 1 @@ -107705,12 +109836,14 @@ tiaskipin.tk, 1 tib1.com, 1 tibbitshall.ca, 1 +tiberian.tk, 1 tibiarock.tk, 1 tibicinagarricola.com, 1 tibipg.com, 1 tibovanheule.site, 1 tibovanheule.space, 0 tiburgundysi.ga, 1 +ticalcgames.tk, 1 ticfleet.com, 1 tichdiem80.com, 1 tichieru.pw, 1 @@ -107760,6 +109893,7 @@ ticketure.com, 1 tickit.ca, 0 ticotech.com.br, 1 +tictac.tk, 1 tid.jp, 1 tidal.ninja, 1 tide.com, 0 @@ -107801,6 +109935,7 @@ tierracenter.com, 1 tierradeayala.com, 1 tierrahost.com, 1 +tierraprohibida.net, 1 tierschutz-niederrhein.de, 1 tiestofan.tk, 1 tietotori.fi, 1 @@ -107850,13 +109985,14 @@ tijerasnm.gov, 1 tijo.ch, 1 tik.edu.ee, 1 -tik.help, 1 tiki-god.co.uk, 1 +tikitak-o-rama.tk, 1 tikona.ga, 1 tiktak.su, 1 tiktok.com, 1 tiktokgirls.live, 1 tiktokoff.com, 1 +tikun.tk, 1 tilcra.de, 1 tilde.institute, 1 tilde.link, 1 @@ -107871,13 +110007,13 @@ tilid.com, 1 tilietu.com, 1 tilikum.io, 1 +tilipalvelutuominen.fi, 1 tilisi.ga, 1 tilitoimistokota.fi, 1 tilitop.tk, 1 till.im, 1 tillberg.us, 1 tilleysbouncycastles.co.uk, 1 -tillmanassociates.com, 1 tillseasyscore.com, 1 tillwalldrug.com, 1 tilosp.de, 1 @@ -107923,6 +110059,7 @@ time4writing.com, 1 timeai.io, 1 timeauction.hk, 1 +timebomb.tk, 1 timebookings.cf, 1 timebox.tk, 1 timebutler.de, 1 @@ -107937,6 +110074,7 @@ timeless-spirit.com, 1 timelesstreasures.tk, 1 timelimit.io, 1 +timelost.tk, 1 timelyapp.com, 1 timepassengers.tk, 1 timepro.sk, 1 @@ -107962,6 +110100,7 @@ timetotrade.com, 1 timetrade.com, 1 timewasters.nl, 1 +timewasters.tk, 1 timfiedler.net, 1 timgame.tk, 1 timhieuthuoc.com, 1 @@ -107992,6 +110131,7 @@ timscheuermann.ddns.net, 1 timseverien.com, 1 timstoffel.net, 0 +timstruction.com, 1 timtaubert.de, 1 timtelfer.com, 1 timtom.ga, 1 @@ -108005,6 +110145,7 @@ tina.media, 1 tinaarenaweb.tk, 1 tinakay-photography.com, 1 +tinamajorino.tk, 1 tinandthyme.uk, 1 tinapoethe.com, 0 tinastahlschmidt.de, 1 @@ -108054,6 +110195,7 @@ tinyemily.com, 1 tinyfont.cf, 1 tinyfont.ml, 1 +tinyguitars.tk, 1 tinyhousebarat.com, 1 tinyhousebarat.de, 1 tinyhousefinance.com.au, 1 @@ -108089,7 +110231,6 @@ tipscesarlopez.com, 1 tipsfinal.tk, 1 tipskanalen.cf, 1 -tipslab.info, 1 tipslifetimefitness.ga, 1 tipslifetimefitness.gq, 1 tipsmake.com, 1 @@ -108108,8 +110249,10 @@ tiraspol.tk, 1 tircentrale.net, 0 tirebichon.eu, 1 +tiredeets.com, 1 tires4car.com, 1 tirgul-vertiujeni.tk, 1 +tirinfo.com, 1 tirion.network, 0 tirion.org, 0 tirionnetwork.de, 1 @@ -108152,6 +110295,8 @@ titouan.co, 0 titser.ph, 1 tittelbach.at, 1 +titularesdeportivos.com, 1 +titulosuniversitariosalaventa.com, 1 titusetcompagnies.net, 0 tivido.nl, 1 tiwag.at, 1 @@ -108159,6 +110304,7 @@ tixeconsulting.com, 1 tixel.com, 1 tixify.com, 1 +tixio.de, 1 tixtips.com, 1 tizen-ru.tk, 1 tizimin.tk, 1 @@ -108172,6 +110318,7 @@ tjtechofficial.ga, 1 tju.me, 1 tjupt.org, 1 +tjurun.ga, 0 tjxxzy.com, 1 tjzzz.com, 1 tk-its.net, 1 @@ -108184,6 +110331,7 @@ tkd-itf.tk, 1 tkgpm.com, 1 tkhirianov.tk, 1 +tkiely.net, 1 tkirch.de, 1 tkjg.fi, 1 tkmr-gyouseishosi.com, 1 @@ -108198,7 +110346,6 @@ tkwhongkong.tk, 1 tl.gg, 1 tlach.cz, 1 -tlanyan.pp.ua, 1 tlca.org, 1 tlcbynature.com.au, 1 tlcnet.info, 1 @@ -108220,7 +110367,6 @@ tls.builders, 1 tls.care, 1 tlsrobot.se, 1 -tlthings.net, 1 tlumaczenie.com, 1 tlyphed.net, 1 tlys.de, 0 @@ -108243,7 +110389,6 @@ tmbergtmberg.gq, 1 tmbergtmberg.ml, 1 tmbergtmberg.tk, 1 -tmc-corp.org, 1 tmc.com.ar, 1 tmc.com.mt, 1 tmcjobs.com, 1 @@ -108335,6 +110480,7 @@ tobiasconradi.com, 1 tobiase.de, 1 tobiasfischer.info, 1 +tobiasheinze.de, 1 tobiashorvath.com, 1 tobiashorvath.de, 1 tobiaskorf.de, 1 @@ -108391,7 +110537,6 @@ toddcullumresearch.com, 1 toddexler.com, 1 toddfry.com, 1 -toddlerbabyco.com.au, 1 toddlerleaf.com, 1 toddmath.com, 1 toddmclauchlin.cf, 1 @@ -108402,11 +110547,15 @@ todo-anime.com, 1 todo-securitywerkstuk.azurewebsites.net, 1 todobien.club, 1 +todobus.tk, 1 +todobuscadores.tk, 1 todocracy.com, 1 todocruces.com, 1 tododecorazon.com, 1 +tododescarga.tk, 1 todoereaders.com, 1 todoescaperooms.com, 1 +todoescine.com, 1 todofadingsuns.tk, 1 todoist.com, 1 todoist.net, 1 @@ -108483,15 +110632,19 @@ tokky.fr, 1 tokobungadilampung.com, 1 tokoindo.top, 1 +tokokujogja.com, 1 tokomegaonline.com, 1 tokopedia.ga, 1 toku.co, 1 tokugai.com, 1 +tokyo-hotel.tk, 1 tokyo-onkyo.jp, 1 tokyo-powerstation.com, 1 +tokyo.dating, 1 tokyoadultguide.com, 1 tokyodenmarkweek.com, 1 tokyomakino.com, 1 +tokyotalk.tk, 1 tokyotimeline.com, 1 tokyotoptentravel.com, 1 tokyovipper.com, 1 @@ -108572,6 +110725,7 @@ tomdougiamas.com, 1 tomend.es, 1 tomershemesh.me, 1 +tomfelton.tk, 1 tomfisher.eu, 1 tomgaechter.ch, 1 tomharling.co.uk, 1 @@ -108591,6 +110745,7 @@ tomli.blog, 1 tomlowenthal.com, 1 tomm.yt, 1 +tomma.tk, 1 tommasonegri.com, 1 tommic.eu, 1 tommihynynen.com, 1 @@ -108635,6 +110790,7 @@ tomticket.com, 1 tomudding.nl, 1 tomvanlaer.be, 1 +tomvannoppen.tk, 1 tomvote.com, 1 tomvst.net, 1 tomwassenberg.com, 1 @@ -108677,8 +110833,8 @@ toni-dis.ch, 0 toniduarte.tk, 1 tonifarres.net, 1 -tonigallagherinteriors.com, 1 tonight.de, 1 +tonik.tk, 1 tonimorena.net, 1 tonkayagran.com, 1 tonkayagran.ru, 1 @@ -108697,6 +110853,7 @@ tonyarcieri.com, 1 tonyatip.com, 1 tonydaquin.com, 1 +tonygallo.tk, 1 tonyhagerlund.tk, 1 tonykarbo.tk, 1 tonymanning.com, 1 @@ -108712,7 +110869,6 @@ too.gy, 1 too.tl, 1 toobi.co.uk, 1 -toobug.net, 1 tookhan.tk, 1 tool.lu, 1 toolbox.ninja, 0 @@ -108733,6 +110889,7 @@ toomy.ddns.net, 1 toomy.pri.ee, 1 toon.style, 1 +tooncastle.tk, 1 toondergroup.com, 1 toonict.nl, 1 toonmate.tk, 1 @@ -108745,7 +110902,6 @@ toool.org, 1 toopita.com, 1 toopopular.ga, 1 -toorfor.com, 1 toot.center, 1 tootbitco.ml, 1 toothdoc.ca, 1 @@ -108788,7 +110944,6 @@ top10mountainbikes.info, 1 top4shop.de, 1 top6casinos.com, 1 -top9.fr, 1 topan.tk, 1 topanimecharacters.com, 1 topanlage.de, 1 @@ -108851,6 +111006,7 @@ toplist.cz, 1 toplist.eu, 1 toplist.sk, 1 +topliste.tk, 1 toplistforum.tk, 1 toplockshop.com, 1 topmarketplace.com.br, 1 @@ -108884,8 +111040,10 @@ toppercan.es, 1 toppillars.com, 1 topporn.me, 1 +topppinfo.com, 1 topprice.ua, 1 topproductsanalysis.com, 1 +topquotestatus.com, 0 topradiosbrasil.tk, 1 toprci.com.br, 1 topreit.ru, 1 @@ -108950,6 +111108,7 @@ torg-room.ru, 1 torgoborud.tk, 1 torgopt.tk, 1 +torgovaya.tk, 1 toriko-official.ml, 1 torinotoday.it, 1 tork.news, 1 @@ -108964,6 +111123,7 @@ tormakristof.eu, 1 tormentedradio.com, 0 tormox.ml, 1 +tornado-map.de, 1 tornadoarchiv.ml, 1 tornadodetector.ga, 1 tornadotwistar.com, 1 @@ -108982,6 +111142,7 @@ torontoscrapcarremoval.ca, 1 torontostarts.com, 1 torontotransit.tk, 1 +toropova.tk, 1 toros.co, 1 torproject.org, 0 torproject.ovh, 1 @@ -109046,8 +111207,10 @@ tossitaway.tk, 1 tosteberg.se, 1 totaku.ru, 0 +total-chaos.tk, 1 total-destruction.tk, 1 total-electric.com, 1 +total-privacy.tk, 1 total-security.tk, 1 totalaccessnicaragua.co, 1 totalbike.com.br, 1 @@ -109055,6 +111218,7 @@ totalcarpetcare.co.uk, 1 totalchecklist.com, 1 totalconceptnh.com, 1 +totalcontrols.eu, 1 totalemaiildelivery.com, 1 totalemaiilldelivery.com, 1 totalemaildeliivery.com, 1 @@ -109076,14 +111240,18 @@ totallovingcareservice.com, 1 totally-awesome.xyz, 1 totally-dakota.tk, 1 +totallyjessica.tk, 1 totallylegitimatehosting.ru, 1 totallynotaserver.com, 1 +totallyrace.tk, 1 totallystocks.ga, 1 totalmdplan.com, 1 totalmerda.tk, 1 +totalnormal.tk, 1 totalofficeclean.co.uk, 1 totalpackers.com, 1 totalparts.com.au, 1 +totalrattan.com, 1 totalsport-bg.com, 1 totaltriathlon.com, 1 totalwarhammer.gq, 1 @@ -109163,6 +111331,7 @@ tourteller.com, 1 tourtransferitaly.it, 1 tourtrektrip.com, 1 +tourweekend.tk, 1 tourx.co.nz, 1 tous-travaux.ch, 0 tousei.tokyo.jp, 1 @@ -109217,6 +111386,7 @@ townresults.ga, 1 townshipofthenorthshore.ca, 1 townswalker.com, 1 +towolabs.com, 1 towsonpediatrics.com, 1 towsonroofers.com, 1 towtruck.website, 0 @@ -109237,6 +111407,8 @@ toyota.com.my, 1 toyota.com.sg, 1 toyota.nagoya, 1 +toyotapartsdeal.com, 1 +toyotapartsprime.com, 1 toyotasp.ru, 1 toyouiv.org, 1 toypoodlepet.com, 1 @@ -109253,7 +111425,6 @@ tp-kyouyufudousan.com, 1 tp-law.jp, 1 tpark.jp, 1 -tpastream.com, 1 tpbunblocked.org, 1 tpci.biz, 1 tpiada.tk, 1 @@ -109274,6 +111445,7 @@ tr.search.yahoo.com, 0 tr0n.net, 1 tr34.ro, 1 +tr3fit.xyz, 1 tra-tra.be, 1 traas.org, 1 trabajaenvitamina.cl, 1 @@ -109313,11 +111485,13 @@ trackntack.com, 1 trackrecord.net, 1 trackrecordpro.co.uk, 1 +trackshun.tk, 1 trackulo.us, 1 trackyourlogs.com, 1 tractariauto.tk, 1 tractarimvbcluj.ro, 1 tractor-pulling.fr, 1 +tractor-pulling.tk, 1 tractorfan.nl, 1 tractorpumps.com, 1 tracyhaze.net, 1 @@ -109403,6 +111577,7 @@ trailerparty.com, 1 trailforks.com, 1 trailheadcounselingnc.com, 1 +trailrider.tk, 1 trailrunbern.ch, 1 trainable.cf, 1 traineeshipplaza.nl, 1 @@ -109457,14 +111632,15 @@ tramadolhcl.ga, 1 tramclub-basel.ch, 1 tramikshop.ml, 1 -tramin.ca, 1 tramitelegal.com.ar, 1 tramplin.tk, 1 tran.pw, 1 trance-heal.com, 1 trance-heal.de, 1 trance-heal.me, 1 +trance-nation.tk, 1 trance-zone.tk, 1 +tranceattic.com, 1 tranceheal.com, 1 tranceheal.me, 1 trancehost.com, 1 @@ -109476,7 +111652,6 @@ trandanhland.com, 1 trangcongnghe.com, 1 trangell.com, 1 -tranmao.vn, 1 tranquilityselfcatering.co.za, 1 tranquillity.se, 1 tranquillum.tk, 1 @@ -109538,6 +111713,7 @@ translationge.com, 1 translationsfirm.tk, 1 translatorall.tk, 1 +translatorglobal.tk, 1 translatoruk.co.uk, 0 translit-net.tk, 1 translit.ga, 1 @@ -109545,6 +111721,7 @@ transmarttouring.com, 1 transmisjeonline.pl, 1 transmitit.pl, 1 +transmitrecordings.com, 1 transmoni.io, 1 transmoni.vn, 1 transmutatie.nl, 1 @@ -109569,6 +111746,7 @@ transsrit.tk, 1 transtaboo.com, 1 transtrack.net, 1 +transtur.tk, 1 transumption.com, 1 transwank.com, 1 tranvia.info, 1 @@ -109577,6 +111755,7 @@ trappednerve.org, 1 trappersoutfitters.tk, 1 traproulette.com, 1 +trapsdirect.com, 1 trapsexy.com, 1 trapsexy.net, 1 trapsexy.org, 1 @@ -109585,8 +111764,8 @@ trasandino.tk, 1 trasatsatelital.com.ar, 1 trash2treasurecreations.co.za, 1 +trashcanheroes.tk, 1 trashcraft.tk, 1 -trashexpert.ru, 1 trashnothing.com, 1 trashwagon.club, 1 trashylingerie.ga, 1 @@ -109596,8 +111775,7 @@ traslochi-trasporti-facchinaggio.it, 1 trasloco.milano.it, 1 trasloedil.it, 1 -trastornoevitacion.com, 0 -trastornolimite.com, 0 +trata.in, 1 tratamentoparacelulite.net, 1 tratamientodelvitiligo.es, 1 trattamenti.biz, 1 @@ -109627,9 +111805,11 @@ travel2macedonia.com.mk, 1 travel2macedonia.mk, 1 travel365.it, 1 +travel4history.nl, 1 traveladdiction.tk, 1 travelamm.com, 1 travelanchor.ga, 1 +travelandtourism.tk, 1 travelarmenia.org, 1 travelaround.tk, 1 travelassist.us.com, 1 @@ -109641,7 +111821,6 @@ travelbiz.cf, 1 travelbiz.ga, 1 travelbiz.gq, 1 -travelbuddiesperu.com, 1 travelbunny.ga, 1 travelcellar.ga, 1 travelcenter.tk, 1 @@ -109661,6 +111840,7 @@ travelepoch.com, 1 travelera.tk, 1 travelerofcharleston.com, 1 +travelersuniverse.com, 1 travelescape.tk, 1 traveleurope.ml, 1 travelexbiz.com, 1 @@ -109687,8 +111867,10 @@ traveljunkie.tips, 1 travelknowledge.org, 1 travellegacy.ga, 1 +travellers.dating, 1 travellets.tk, 1 travellinginmorocco.com, 1 +travellinks.tk, 1 travellittle.ga, 1 travellovers.fr, 1 travelmademedoit.com, 1 @@ -109777,14 +111959,14 @@ travnik24.tk, 1 travotion.com, 1 tray.io, 1 -trayvonren.top, 1 trazodoneonline.tk, 1 trazodononline.gq, 1 trazs.com, 1 trbanka.com, 1 -trclouds.com, 1 treaslockbox.gov, 1 treasureislandbeads.ga, 1 +treasurejewelry.shop, 1 +treasuretrooperguide.tk, 1 treasurydirect.gov, 1 treasuryhunt.gov, 1 treasuryofgreatchildrensbooks.com, 1 @@ -109796,7 +111978,6 @@ trebilfoundationsystems.com, 1 trebnie.nl, 1 tree.gdn, 1 -treebaglia.xyz, 1 treefarms.net.au, 1 treefeelingsandton.co.za, 1 treefelling-durban.co.za, 1 @@ -109817,7 +111998,6 @@ trefcon.cz, 1 trefle.io, 1 trefpuntdemeent.nl, 1 -treinadordavid.com, 0 treinmagazine.be, 1 treinmagazine.nl, 1 treinonerd.com, 1 @@ -109827,10 +112007,13 @@ treker.us, 1 trekfriend.com, 1 trekintel.com, 1 +trekkertrek.tk, 1 +trekkertrekharpel.tk, 1 trekking-friends.ch, 1 trekmeshes.ch, 1 trekonbh.com, 1 trekosecia.com.br, 1 +trekscaper.tk, 1 trelki.de, 1 trembler.org, 1 treml-sturm.com, 1 @@ -109891,6 +112074,8 @@ trevorkay.tk, 1 trevormarron.co.uk, 1 trevsanders.co.uk, 1 +trewdistributors.com, 1 +trexweb.tk, 1 trez.wtf, 1 trezor.io, 1 trezy.me, 1 @@ -109922,9 +112107,11 @@ tribalwarsstyles.tk, 1 tribalzone.tk, 1 tribe.rs, 1 +tribecalawsuitloans.com, 1 tribefanaticsunited.tk, 1 tribeoftomorrow.co, 1 tribetrails.com, 1 +tribinary.tk, 1 tribistovo.tk, 1 tribly.de, 1 tribunalinternacional.tk, 1 @@ -109945,6 +112132,7 @@ triciaree.com, 1 tricityhelpline.com, 1 trickedguys.com, 1 +trickgsm.com, 1 trickle.works, 1 tricksforgreeks.com, 1 trico-pigmentazione.it, 1 @@ -109997,7 +112185,6 @@ trineco.com, 1 trineco.fi, 1 trinetus.com, 1 -tringle.pro, 1 trinhtrongson.tk, 1 trini.tk, 1 trinirawk.tk, 1 @@ -110013,6 +112200,7 @@ trinnes.net, 1 trio.online, 1 triollo-rural.tk, 1 +trionyx.ph, 1 triop.se, 1 triozon.hu, 1 trip.my, 1 @@ -110053,6 +112241,8 @@ tritiumdisposal.com, 1 trivarfertilizer.com, 1 trixiebooru.org, 1 +trixietainted.net, 1 +triz.co.uk, 1 trizone.com.au, 1 trkhosting.ga, 1 trkpuls.tk, 1 @@ -110125,6 +112315,7 @@ tropiweb.tk, 1 tropixshipping.com, 1 troplo.com, 1 +tropofy.com, 1 troqueladoras.online, 1 trosell.net, 1 trosinenko.com, 1 @@ -110144,7 +112335,6 @@ troyfawkes.com, 1 troyhunt.com, 1 troyhuntstress.com, 1 -troyhuntstressed.com, 1 troyhuntsucks.com, 1 troyjanda.com, 1 troykao.com, 1 @@ -110154,15 +112344,17 @@ trs.tn, 1 trtasarim.tk, 1 tru.ltd, 1 -trubapro.com, 1 +trubapro.com, 0 trubmet.tk, 1 trubos.com.ua, 1 +trubzasorservis.ru, 1 trucatout.tk, 1 trucchibellezza.com, 1 trucchibellezza.it, 1 truckercheckin.com, 1 truckerjobusa.com, 1 truckersmp.com, 1 +truckersworld.tk, 1 truckscout24.at, 1 truckscout24.be, 1 truckscout24.bg, 1 @@ -110186,7 +112378,10 @@ truckscout24.si, 1 truckshina-plus.com.ua, 1 trucosdescargas.com, 1 +trucosparaelbruto.tk, 1 +trudyblackcrow.tk, 1 true-360.com, 1 +true-colors.tk, 1 true-itk.de, 1 trueachievements.com, 1 trueasia.ga, 1 @@ -110198,6 +112393,7 @@ truedarkness.tk, 1 trueduality.net, 1 truegunvalue.com, 1 +truehealth.tk, 1 truehealthreport.com, 1 truekey.com, 1 truelovesakuya.info, 1 @@ -110205,6 +112401,7 @@ truendo.com, 1 truenorthseedbank.com, 1 truentumvet.it, 1 +truepestcontrol.com.au, 1 trueproxy.net, 1 truereligionjeanstore.tk, 1 truerizm.ru, 1 @@ -110216,6 +112413,7 @@ truetrophies.com, 1 truewateraustralia.com, 1 trueweb.es, 1 +truework.com, 1 trufflemonkey.co.uk, 1 trufflepig-forensics.com, 1 truhlarstvi-fise.cz, 1 @@ -110243,6 +112441,7 @@ truong.fi, 1 truongnguyen.live, 1 truongthanhaudio.com, 1 +truphaegourmet.com, 1 truqu.com, 1 trusecurity.gq, 1 truserve.org, 1 @@ -110255,6 +112454,7 @@ trustcert.net, 1 trustcert.org, 1 trustech.co.in, 0 +trusted-medications.com, 1 trustednetworks.nl, 1 trustedpropertymanagement.net, 1 trustedtoolbox.com, 1 @@ -110266,6 +112466,7 @@ trustology.io, 1 trustreview.tk, 1 trustserv.de, 1 +trustusnyc.com, 1 trustvox.com.br, 1 truten.tk, 1 truth.tk, 1 @@ -110277,6 +112478,7 @@ trutopoffer.com, 1 truvayangin.tk, 1 truvisory.com, 1 +trux.tk, 1 truxton.tk, 1 truyenfull.vn, 1 trw-reseller.com, 1 @@ -110294,7 +112496,6 @@ tryfabulousskincream.com, 1 tryfabulousskinserum.com, 1 tryfrontline.cloud, 1 -trygarciniaslimdiet.com, 1 tryhard.cz, 1 tryhexadecimal.com, 1 tryin.cz, 1 @@ -110328,7 +112529,6 @@ ts-public.tk, 1 ts-publishers.com, 1 ts3-legenda.tech, 1 -ts3.gs, 1 ts3.ink, 0 ts3frei.eu, 1 ts5server.eu, 1 @@ -110390,6 +112590,7 @@ tsumugu2021.com, 1 tsunami.gov, 1 tsunamic.cf, 1 +tsunamikill.tk, 1 tsundere.moe, 1 tsura.org, 1 tsurai.work, 1 @@ -110436,6 +112637,7 @@ ttchan.org, 1 ttclub.fr, 1 ttcmed.com, 1 +ttdrive.ru, 1 ttfin.ch, 1 ttja.ee, 1 ttlet.com, 1 @@ -110482,6 +112684,7 @@ tubeview.ga, 1 tubing.cf, 1 tubs4fun.co.uk, 1 +tubuenpedido.com, 1 tubul.net, 1 tubus.tk, 1 tubuscadordeempleo.com, 1 @@ -110499,7 +112702,7 @@ tucsonpcrepair.com, 1 tucuatro.com, 1 tucuxi.org, 1 -tudafa.com, 1 +tudafa.com, 0 tudinerito.tk, 1 tudinhoparasuacasa.com.br, 1 tudorproject.org, 1 @@ -110543,7 +112746,7 @@ tuliha.ga, 1 tulikajain.cf, 1 tulikajain.ga, 1 -tulikajain.gq, 1 +tulikukko.tk, 1 tulippublishing.com.au, 1 tulisan.tk, 1 tull.tk, 1 @@ -110567,6 +112770,7 @@ tumult-productions.tk, 1 tun.bible, 1 tunaut.com, 1 +tunder.tk, 1 tundermadar.hu, 1 tune-web.de, 1 tunefish-entertainment.de, 1 @@ -110580,7 +112784,9 @@ tuning-parts24.de, 1 tuning-werkstatt-nuernberg.de, 1 tuningblog.eu, 0 +tunisia-tech.tk, 1 tunisiadefnews.ga, 1 +tunisiana.tk, 1 tunisiangamers.tk, 1 tunisiapress.tk, 1 tunnel-staging.googlezip.net, 1 @@ -110594,6 +112800,7 @@ tunnelwatch.com, 1 tunningcars.tk, 1 tunochebuena.com, 1 +tunombre.tk, 1 tuntitili.fi, 1 tuol-sleng.tk, 1 tuomiset.com, 1 @@ -110656,6 +112863,7 @@ turkgrafik.tk, 1 turkhalkmuzigi.tk, 1 turkiet.guide, 1 +turkish.dating, 1 turkishhackers.tk, 1 turkishyatirim.com, 1 turkist.tk, 1 @@ -110669,6 +112877,8 @@ turkmen.news, 1 turkmenbusiness.tk, 1 turkmenistanairlines.tm, 1 +turkmens.tk, 1 +turkmirc.tk, 1 turkmistress.tk, 1 turkrap.tk, 1 turkreno.com, 1 @@ -110680,6 +112890,7 @@ turktelekomarenagolleri.tk, 1 turkup.ml, 1 turkuradyo.tk, 1 +turkutitans.tk, 1 turl.pl, 1 turlewicz.pl, 1 turn-sticks.com, 1 @@ -110708,9 +112919,9 @@ turtunis.ml, 1 turul.tk, 1 turunculevye.com, 1 -turysochi.com, 1 tus-kikishinkyo.jp, 1 tusar.ga, 1 +tusatonline.com, 1 tuscanyleather.it, 0 tusconsultorex.com, 1 tusfinanzas.ec, 1 @@ -110718,6 +112929,7 @@ tusi.co, 1 tusierra.com, 1 tusksol.com, 1 +tuslamparasonline.com, 1 tusmedicamentos.com, 1 tusociofinanciero.com, 1 tusoluciondeempleo.com, 1 @@ -110732,11 +112944,11 @@ tutdevki.tk, 1 tutiendabancor.com.ar, 1 tutiendadebdsm.com, 1 +tutiendard.ga, 1 tutierra.net, 1 tutima.com, 1 tuto-craft.com, 1 tutomaestro.ca, 1 -tutoragency.org, 1 tutorcruncher.com, 1 tutorial90.cf, 1 tutorialcoding.ga, 1 @@ -110757,7 +112969,10 @@ tuts4you.com, 1 tuttimundi.org, 0 tuttonotizie.eu, 1 +tutu.green, 1 tutu.ro, 1 +tutudaju.com, 1 +tuturulianda.com, 1 tuulialaine.com, 1 tuvankinhdoanhonline.com, 1 tuvenganza.com, 1 @@ -110842,6 +113057,7 @@ tvseasons.tk, 1 tvseries.info, 1 tvsheerenhoek.nl, 1 +tvtj.ml, 1 tvtorcedor.com.br, 1 tvvlconnect.nl, 1 tvzahist.com.ua, 1 @@ -110881,13 +113097,14 @@ twidy.uk, 1 twigandolive.com, 1 twilightcookies.ca, 1 +twilightkingdom.tk, 1 twilightningzone.tk, 1 -twilightscans.com, 1 twilite.co.uk, 1 twilite.uk, 1 twilleys.com, 1 twilo-host.de, 1 twilo.de, 1 +twincapfirst.ch, 1 twincapsula.co.jp, 1 twincitynissantxparts.com, 1 twindii.com, 1 @@ -110929,13 +113146,13 @@ twodadsgames.com, 1 twoef.co.uk, 1 twohuo.com, 1 -twojajurata.pl, 1 twojapogoda.pl, 1 twojfaktum.pl, 1 twolinesmedia.eu, 1 twonodes.games, 0 tworaz.net, 1 twotube.ie, 1 +twowayradiodays.com, 1 twtr.email, 1 twtremind.com, 1 twun.io, 1 @@ -111015,12 +113232,12 @@ tyler.rs, 1 tylerdavies.net, 1 tylerdurden.ml, 1 -tylerharcourt.ca, 1 -tylerharcourt.com, 1 +tylerharcourt.com, 0 tylerharcourt.net, 1 tylerharcourt.org, 1 tylermade.net, 1 tyleromeara.com, 1 +tylerpayne.tk, 1 tylerschmidtke.com, 1 tylertysdal.com, 1 tylervigario.com, 1 @@ -111051,6 +113268,7 @@ typesofdogs.info, 1 typetwodiabetesexplained.com, 1 typewolf.com, 1 +typewriter.tk, 1 typhlos.fr, 1 typica.com.tw, 1 typing.com, 1 @@ -111074,6 +113292,7 @@ tyroremotes.no, 1 tyroremotes.pt, 1 tyroremotes.se, 1 +tyrulez.tk, 1 tysox.de, 1 tysukakorrekt.ga, 1 tysye.ca, 1 @@ -111207,6 +113426,7 @@ ubunlog.com, 1 ubuntu-tr.net, 1 ubuntu18.com, 1 +ubuntuhot.com, 1 ubutovo.ga, 1 ubytovanihyncice.cz, 1 ubzoo.tk, 1 @@ -111278,6 +113498,7 @@ ueberwachungspaket.at, 1 uedaviolin.com, 1 uel-thompson-okanagan.ca, 1 +uemura118.com, 1 uesc.org, 1 uesociedadlimitada.com, 1 uestc.icu, 1 @@ -111358,6 +113579,7 @@ ujvary.eu, 1 uk-bmvg.de, 1 uk-cbdoils.com, 1 +uk.dating, 1 uk.kg, 1 uk.search.yahoo.com, 0 ukari.hokkaido.jp, 0 @@ -111370,6 +113592,7 @@ ukhas.net, 1 ukimmigration.law, 1 ukitbs.com, 1 +ukkeyholdingcompany.co.uk, 1 ukliveradio.com, 1 uklizim.fun, 1 ukmeetandgreet.com, 1 @@ -111417,6 +113640,7 @@ ulitroyo.com, 1 ullah.se, 1 ulli.ml, 1 +ulm-eurofox.fr, 1 ulobby.eu, 1 ulotnefoto.pl, 0 ulovdomov.cz, 1 @@ -111452,6 +113676,7 @@ ultortech.com, 1 ultra-pet.co.za, 1 ultra-pro.ga, 1 +ultrabkk.com, 1 ultracentr.ml, 1 ultrafine.cf, 1 ultralife.cf, 1 @@ -111525,6 +113750,7 @@ unaffectedsound.tk, 1 unai-yus.tk, 1 unanaciounaseleccio.tk, 1 +unangelturbio.tk, 1 unapp.me, 1 unasim.gq, 1 unataly.gq, 1 @@ -111540,7 +113766,6 @@ unblocked.at, 1 unblocked.bet, 1 unblocked.bid, 1 -unblocked.cam, 1 unblocked.cx, 1 unblocked.earth, 1 unblocked.gdn, 1 @@ -111590,6 +113815,7 @@ uncarved.com, 1 uncensoreddns.dk, 1 uncensoreddns.org, 1 +uncentodecousas.tk, 1 uncinema.cf, 1 unclebens-specials.gr, 1 uncorporate.cf, 1 @@ -111613,6 +113839,7 @@ undercoverxp.tk, 1 undercucho.tk, 1 underdestruction.tk, 1 +underdog.tk, 1 underdogstres.com, 1 underfloorheating-uk.co.uk, 1 undergrounder.ga, 1 @@ -111632,8 +113859,10 @@ underwoodpatents.com, 1 underworlds.tk, 1 underwriting.ai, 1 +undiariodiferente.tk, 1 undiepatrol.tk, 1 undo.co.il, 1 +undone.tk, 1 undp.lt, 1 une-bonne-nouvelle.fr, 1 une-femme-dhonneur.tk, 1 @@ -111642,13 +113871,13 @@ unefuite.ch, 0 unemployment.ga, 1 unepierrepourlui.fr, 1 -unerosesurlalune.fr, 0 unescoclub.tk, 1 unetyr.gq, 1 unexcited.tk, 1 unexpected.nu, 1 unexplored-belarus.tk, 1 unexplored-moscow.tk, 1 +unfabulous.tk, 1 unfallrechtler.de, 1 unfamousrecords.tk, 1 unfathomable.blue, 1 @@ -111664,6 +113893,7 @@ ungegamere.dk, 1 unghie.com, 1 ungnyo.org, 1 +ungolianth.tk, 1 ungooglize.org, 1 ungrafakta.cf, 1 ungrafakta.gq, 1 @@ -111675,7 +113905,6 @@ unian.info, 1 uniaofraternalraulcury.com.br, 1 unibaby.com, 1 -unibet.gg, 1 unibev.net, 1 unibo.com, 1 unibolsit.com, 1 @@ -111697,7 +113926,7 @@ unicool.tk, 1 unicorn-systems.net, 1 unicorn.melbourne, 1 -unicorndesign.ninja, 0 +unicorndesign.ninja, 1 unicornmusic.tk, 1 unicorntooling.eu, 1 unicrack.cf, 1 @@ -111727,6 +113956,7 @@ unikainfocom.in, 1 uniklinik-cms.com, 1 unikoingold.com, 1 +unikos.tk, 1 unikrn.com, 1 unikrnb2b.com, 1 unila.edu.br, 1 @@ -111736,8 +113966,10 @@ unimax.com.tw, 1 unimbalr.com, 1 unimeias.com.br, 1 +unimusica.tk, 1 unine.fun, 1 uninutri.com.br, 1 +unionciclistabinefar.tk, 1 unioncountyncelections.gov, 1 uniondeterapeutas.com, 1 unionhoster.ml, 1 @@ -111749,12 +113981,14 @@ unionstreetskateboards.com, 1 uniontestprep.com, 1 unionvilleheating.com, 1 +unios.tk, 1 unipart.digital, 0 unipass.ga, 1 unipig.de, 0 uniq.site, 1 uniqsys.eu, 1 unique-news.tk, 1 +unique-punk.tk, 1 unique-tutorials.info, 1 unique-urls.tk, 1 uniquedollz.tk, 1 @@ -111770,7 +114004,6 @@ unis-pour-la-planete.com, 1 unis-pour-le-climat.com, 1 uniservarabia.com, 1 -uniswapnews.com, 1 unisyssecurity.com, 1 unit3d.site, 1 unit7jazz.com, 1 @@ -111783,6 +114016,7 @@ united-coders.com, 1 united-dm.ml, 1 united-schools.net, 1 +united-trackmaniacs.tk, 1 united-trainers-league.tk, 1 united.com, 0 unitedadmins.com, 1 @@ -111804,6 +114038,7 @@ unitedrestorationfl.com, 1 unitedsafetynet.com, 0 unitedstables.tk, 1 +unitedstudents.tk, 1 unitedwedreamaction.org, 1 uniteforrecovery.govt.nz, 1 unitefortherecovery.govt.nz, 1 @@ -111814,6 +114049,7 @@ unitir.gq, 1 unitizer.com, 1 unityconsciousnessbooks.com, 1 +unitysyndicate.tk, 1 unityvox.com, 1 uniuni.info, 1 uniup.tk, 1 @@ -111845,15 +114081,18 @@ universeinform.com, 1 universeit.mx, 1 universellafredsdanser.se, 1 +universellesleben.tk, 1 universidadcatolica.tk, 1 universidadperu.com, 1 universitapopolaredeglistudidimilano.wiki, 1 universiteplatformu.com, 1 +universitepourlavie.tk, 1 universitesegou.ml, 1 universityhousemates.co.uk, 1 universityhousemates.uk, 1 universityofedinburgh.org.uk, 1 universityofnarowal.ga, 1 +universitypark.com.tr, 1 universitywafer.com, 1 universocaballo.top, 1 universogay.com, 1 @@ -111887,6 +114126,7 @@ unli.xyz, 1 unlimiteddsl.ga, 1 unlimitedheatingcooling.com, 1 +unlimitedzone.tk, 1 unlock-my-sprint.mobi, 1 unlockauthority.com, 1 unlockblackberryfree.co.uk, 1 @@ -111942,7 +114182,6 @@ unseen.is, 1 unseen.tw, 1 unser-gartenforum.de, 1 -unsereins.me, 1 unsourirealecole.fr, 1 unstable.network, 1 unstablewormhole.ltd, 1 @@ -111975,6 +114214,7 @@ unxicdellum.cat, 1 uoe.com, 1 uofucop.com, 1 +uopeople.review, 1 up-obmen.ml, 1 up-stage.jp, 1 up.com.au, 1 @@ -112033,17 +114273,18 @@ upload.facebook.com, 0 uploadbeta.com, 1 uploadbro.com, 1 -uploadcare.com, 1 uploadscript.tk, 1 uploadtokiosk.com, 1 uploadyourtestament.com, 1 uplr.it, 1 upmail.ml, 1 upmchealthsecurity.us, 1 +upmediaclick.com, 1 upmediamarketer.ml, 1 upmon.com, 1 upnext.tk, 1 uportal.tk, 1 +upped.com.my, 1 uppercloud.cf, 1 upperroommission.ca, 1 upperskagittribe-nsn.gov, 1 @@ -112057,7 +114298,6 @@ uprint.it, 1 upropay.com, 1 ups-yahweh.com, 1 -upsala.ca, 1 upscope.io, 1 upsdelperu.com.pe, 1 upsettunnel.com, 1 @@ -112089,7 +114329,6 @@ upwardcreative.com, 1 upwardtraining.co.uk, 1 upwork.com, 1 -upz-forsilab.com, 1 uq1k.com, 1 uqschool.com, 1 ur-lauber.de, 1 @@ -112122,6 +114361,7 @@ urbackups.com, 1 urbalex.ch, 0 urban-culture.fr, 1 +urban-lounge.tk, 1 urban-news.tk, 1 urban.melbourne, 1 urbanagriculturesummit.cf, 1 @@ -112151,12 +114391,16 @@ urbanmsp.com, 1 urbanmuslim.tk, 1 urbannewsservice.com, 1 +urbanology.tk, 1 urbanon.cz, 1 +urbanpiraten.tk, 1 urbanpromisetrenton.org, 1 +urbansoundwave.tk, 1 urbansparrow.in, 1 urbanstylestaging.com, 1 urbansurvival.com, 1 -urbantecno.com, 1 +urbantecno.com, 0 +urbantrail.tk, 1 urbanusonline.tk, 1 urbanwaters.gov, 1 urbanwave.co.za, 1 @@ -112261,7 +114505,6 @@ usabackground.com, 1 usability.com.gr, 1 usability.gov, 1 -usacarry.com, 1 usacrime.com, 1 usadba.net.ru, 1 usadf.gov, 1 @@ -112283,6 +114526,7 @@ usanewstrends.ga, 1 usap.gov, 0 usapel.com.br, 1 +usaprimecredit.org, 1 usapublicrecords.com, 1 usarp.org, 1 usaseanconnect.gov, 1 @@ -112306,7 +114550,6 @@ uscurrency.gov, 1 uscveteranspark.org, 1 usd.de, 1 -usd.ooo, 0 usdailyhealth.tk, 1 usdfc.gov, 1 usdirectory.tk, 1 @@ -112316,6 +114559,7 @@ usdwellhouse.com, 1 use.be, 1 usebosin.gq, 1 +usecamisetas.com, 1 used255.xyz, 1 usedu.us, 1 usehonk.com, 1 @@ -112352,7 +114596,6 @@ usk-clan.tk, 1 uskaonline.tk, 1 uskaria.com, 1 -usleep.net, 1 usleravnekrog.dk, 1 uslugi-advokata.ga, 1 uslugi-advokata.tk, 1 @@ -112379,6 +114622,7 @@ uspesnyprvnacek.herokuapp.com, 1 usphs.gov, 0 uspib.info, 1 +usplate.com, 1 uspon.tk, 1 usportsgo.com, 1 uspreventiveservicestaskforce.org, 1 @@ -112415,7 +114659,6 @@ utahdebtcare.com, 1 utahdentalcrowns.com, 1 utahfanclub.org, 1 -utahhydrographics.com, 1 utahrealestatepodcast.com, 1 utahtravelcenter.com, 1 utaindoradio.cf, 1 @@ -112431,11 +114674,11 @@ uteasybooki.com, 1 utensil.org, 1 utevai.tk, 1 -utgifter.no, 1 utiars.com, 1 uticagravel.com, 1 utilbot.co, 1 utilia.tools, 1 +utilidad.tk, 1 utilitarian.com, 1 utilitarian.net, 1 utilitarian.org, 1 @@ -112496,7 +114739,6 @@ uvseh.com, 1 uvt.com.co, 1 uvtcinemas.com, 1 -uvx.io, 1 uwac.co.uk, 0 uwat.cc, 1 uwat.cf, 1 @@ -112567,7 +114809,6 @@ v-horus.com, 0 v-jo.com, 1 v-kurgane.tk, 1 -v-m-shop.ru, 1 v-media.tk, 1 v-news.tk, 1 v-novosibirske.tk, 1 @@ -112687,8 +114928,10 @@ vagaerg.net, 1 vaganciatechnology.com, 0 vagasdeempregos.ga, 1 +vageenadispenser.tk, 1 vaginalrejuvenationkentucky.com, 1 vagmour.eu, 1 +vagonetta.tk, 1 vagpartsdb.com, 1 vagrantbits.com, 1 vagrantcloud.com, 1 @@ -112719,12 +114962,13 @@ valcano.ru, 1 valdecaballeros.tk, 1 valdelcubo.tk, 1 -valdicass.com, 1 valdres.tk, 1 valecnatechnika.cz, 1 +valedigitalservice.com.br, 1 valek.net, 1 valemountchamber.com, 1 valemountmuseum.ca, 1 +valenciadevops.me, 1 valenciaescatala.tk, 1 valencianisme.tk, 1 valencianistas.tk, 1 @@ -112750,7 +114994,6 @@ valentinog.com, 1 valentinritz.com, 0 valentinstag.ga, 1 -valentinstag.ml, 1 valentinvesa.ro, 1 valeravi.tk, 1 valerian.tk, 1 @@ -112784,7 +115027,6 @@ vallei-veluwe.nl, 1 vallenar.tk, 1 valleyautofair.com, 1 -valleycode.net, 1 valleydalecottage.com.au, 1 valleyfleetsupport.org, 1 valleyofdeath.tk, 1 @@ -112841,11 +115083,13 @@ vam-podarok.tk, 1 vami.tk, 1 vamonospaportugal.tk, 1 +vamosargentina.tk, 1 vamosfalardesaude.pt, 1 vampire-studios.tk, 1 vampire142.fr, 1 vampireapocalypsesurvival.com, 1 vampiresdawn.org, 1 +vampirzine.tk, 1 vampluderdd.com, 1 vampyrium.com, 0 vampyrium.net, 0 @@ -112913,12 +115157,15 @@ vanillacoder.co.za, 1 vaniola.com, 1 vanisha.co, 1 +vanished.tk, 1 +vanityestetik.com, 1 vanityfairnapkins.com, 1 vanjeveren.nl, 1 vanmalland.com, 1 vanna-mechti.tk, 1 vannaos.com, 1 vannaos.net, 1 +vanndigital.com, 1 vannoordgouda.nl, 1 vanouwerkerk.net, 1 vanquish.tk, 1 @@ -113002,7 +115249,6 @@ vas.ae, 1 vasanth.org, 0 vasaprilezitost.eu, 1 -vasaprilezitost.sk, 1 vascomm.co.id, 1 vasconcellos.xyz, 1 vase-eroticke-povidky.cz, 1 @@ -113013,6 +115259,7 @@ vaselin.gq, 1 vaselin.ml, 1 vaselin.tk, 1 +vasficelik.com, 1 vash-doctor.tk, 1 vash-dom.tk, 1 vashdohod.ml, 1 @@ -113041,6 +115288,7 @@ vasyaka.ga, 1 vasyharan.com, 1 vat-eu.com, 1 +vat.direct, 1 vatav.eu, 1 vatav.tk, 1 vatikantour.tk, 1 @@ -113133,6 +115381,7 @@ ve3oat.ca, 1 ve3zsh.ca, 0 veadoscomfome.tk, 1 +veast.network, 1 vebbankir-zajm-onlajn.gq, 1 vebdengi.tk, 1 veber.bg, 1 @@ -113148,8 +115397,9 @@ vectorcardiometry.tk, 1 vectordtg.com, 0 vectormagnetics.com, 1 -vectorsiriushockeyclub.com, 1 +vectorsiriushockeyclub.com, 0 vectortrack.com.au, 1 +vectorwish.com, 1 vectro.me, 1 vectrum.cf, 1 vecturagames.com, 1 @@ -113178,14 +115428,16 @@ vegangaymer.blog, 1 veganism.co.uk, 1 veganism.com, 1 +veganismo.tk, 1 +veganitos.tk, 1 veganmasterrace.com, 1 veganoos.com, 1 veganrecipereviews.com, 1 veganuary.com, 1 vegardit.com, 1 vegascasino.news, 1 -vegasimprovpower.com, 1 vegasluxuryestates.com, 1 +vegasrock.tk, 1 vegavio.com, 1 vegculinary.com, 1 vege-tables.fr, 1 @@ -113199,6 +115451,7 @@ vegoresto.fr, 1 vegornonveg.com, 1 vegtelenchat.tk, 1 +veguillas.tk, 1 vehicleenquiry.service.gov.uk, 1 vehiclematsuk.com, 1 vehicletax.service.gov.uk, 1 @@ -113224,6 +115477,7 @@ velen.io, 1 velesnet.ml, 1 velforo.com, 1 +velichkin.tk, 1 velika-balgaria.tk, 1 velikijhutir.cherkassy.ua, 1 velis.tk, 1 @@ -113264,6 +115518,7 @@ vendermicasarapido.com.mx, 1 vendi.it, 1 vendigital.com, 1 +vendingmachines.tk, 1 venditorepoa.com.br, 1 vendorconnect.nyc, 1 vendorpedia.com, 1 @@ -113313,7 +115568,6 @@ ventriloservers.biz, 1 ventuordici.org, 1 venturavwparts.com, 1 -venture-ridge.com, 1 venturebanners.co.uk, 1 ventures.lgbt, 1 ventureslgbt.com, 1 @@ -113327,9 +115581,11 @@ venzagroup.com, 1 venzocrm.com, 0 veosvending.com, 1 +veovo.com, 1 vepein.ga, 1 vepein.gq, 1 veply.com, 1 +verae.tk, 1 verafin.com, 1 verakoubova.net, 1 veramagazine.jp, 0 @@ -113419,7 +115675,7 @@ vermogeninkaart.nl, 1 vermouth.cf, 1 vermuetje.nl, 1 -vernaeve-usedcars.be, 0 +vernaeve-usedcars.be, 1 vernis-marins.com, 1 vernonfigureskatingclub.com, 1 vernonfilmsociety.bc.ca, 1 @@ -113445,6 +115701,7 @@ verses.space, 1 versfin.net, 1 versicherungen-werner-hahn.de, 1 +verso.money, 1 verspai.de, 0 verstaanwiskunde.co.za, 1 verstka.cf, 1 @@ -113506,6 +115763,7 @@ vestakassa-online.cf, 1 vestasib.ru, 1 vestberry.com, 1 +vestd.com, 1 vestibtech.com, 1 vestibular.science, 1 vestibulartechnologies.com, 1 @@ -113516,6 +115774,7 @@ vestum.ru, 1 vesuvio.tk, 1 vesvault.com, 1 +vet24hour.co.uk, 1 vet4life.co.uk, 1 vetapp.net, 1 vetbits.com, 0 @@ -113568,6 +115827,7 @@ vgolos.zt.ua, 1 vgopilot.azurewebsites.net, 1 vgorcum.com, 1 +vgoroden.ru, 1 vgpu.vladimir.ru, 1 vgropp.de, 1 vgywm.com, 1 @@ -113596,6 +115856,7 @@ viamilitaris.net, 1 vianetz.com, 1 viaprinto.de, 1 +viaprofit.tk, 1 vias-ferratas.tk, 1 viasinc.com, 0 viasun.ru, 1 @@ -113631,13 +115892,13 @@ vichiya.com, 1 vician.cz, 1 vicicode.com, 1 -vicioanimal.pt, 1 viciousflora.com, 1 vicjuwelen-annelore.be, 1 vickyflipfloptravels.com, 0 vickyhundt.com, 1 vickylarraz.tk, 1 vickyoliver.tk, 1 +victimizer.tk, 1 victora.com, 1 victorblomberg.se, 1 victorbuch.cf, 1 @@ -113667,7 +115928,6 @@ victoriassecret.pl, 1 victoriassecretbeauty.ro, 1 victoriastudio.ru, 1 -victorique.moe, 1 victorjacobs.com, 0 victornet.de, 1 victoroilpress.com, 1 @@ -113685,10 +115945,9 @@ vicugna.nl, 1 vicyu.com, 1 vid-eo.click, 1 -vid.me, 0 vidaizamal.com, 1 -vidaketo.com.ar, 1 vidanuevaparaelmundo.net, 1 +vidaparalela.tk, 1 vidapositiva.tk, 1 vidarity.com, 1 vidasanayfitness.com, 1 @@ -113736,7 +115995,6 @@ videosparatodos.com, 1 videospericos.tk, 1 videosporno.life, 1 -videosqr.com, 1 videostop.asia, 1 videot.tk, 1 videotehnika.tk, 1 @@ -113806,13 +116064,15 @@ vierna.ga, 1 vierpfeile.de, 1 vierpluseins.wtf, 1 +vietdungit.com, 1 +vietnam-fishing.com, 1 vietnam-lifer.com, 1 vietnam-tours.tk, 1 +vietnamese.dating, 1 vietnamguide.co.kr, 1 vietnamhairs.com, 1 vietnamholic.vn, 1 vietnamhost.vn, 0 -vietnamluxurytravelagency.com, 1 vietnamphotoblog.com, 0 vietnamtravelmart.com.vn, 1 vietnamwomenveterans.org, 1 @@ -113867,10 +116127,12 @@ vikapaula.com, 1 vikasinstitute.tk, 1 vikaviktoria.com, 1 +viki.com, 1 viking-style.ru, 1 viko.ai, 1 viko.co.uk, 1 vikramkulkarni.com, 1 +vikrantkakad.in, 1 viktor-chin-kon-sung.com, 1 viktor-chin-kon-sung.nl, 1 viktor-chin.com, 1 @@ -113949,7 +116211,7 @@ ville-aime.fr, 1 villehardouin.fr, 1 villek.fi, 1 -villekaaria.eu, 0 +villekaaria.eu, 1 villekautto.com, 1 villenavedornon.fr, 1 villenvinkit.com, 1 @@ -113961,7 +116223,6 @@ villitalia.nl, 1 villu.ga, 1 villu.stream, 1 -vilony.com, 1 viltsu.net, 1 vim.cx, 1 vim.ge, 1 @@ -113987,7 +116248,7 @@ vincentpancol.com, 1 vincentpo.tk, 1 vincentsimon.de, 1 -vincentwolsink.nl, 1 +vincentwolsink.nl, 0 vinceracing.tk, 1 vincexpertconsulting.fr, 1 vincible.space, 1 @@ -114007,6 +116268,7 @@ vinetech.co.nz, 1 vinga.ml, 1 vingt.me, 1 +vingtsuncoach.tk, 1 vinicius.sl, 1 viniciuscosta.tk, 1 vinigas.com, 1 @@ -114016,6 +116278,7 @@ vinktwebdesign.nl, 0 vinner.com.au, 1 vinnie.gq, 1 +vinny.tk, 1 vinnyandchristina.com, 1 vinnyvidivici.com, 1 vinodoc.cz, 1 @@ -114065,6 +116328,7 @@ vip-6132.com, 1 vip-agency-escort.com, 1 vip-banner.tk, 1 +vip-escort-agency.com, 1 vip-it.pl, 1 vip-moda.ga, 1 vip-sauna.tk, 1 @@ -114082,7 +116346,6 @@ vip6132.com, 1 vip77018.com, 1 vip8522.com, 1 -vipass.ca, 1 vipcards.top, 1 vipd88.net, 1 vipdirektolog.ru, 1 @@ -114103,6 +116366,7 @@ viplc6.com, 1 viplc68.com, 1 viplc98.net, 1 +viplive.tk, 1 vipllcnj.com, 1 vipmdh.com.ua, 1 vipom.com.ua, 1 @@ -114132,7 +116396,6 @@ viralhua.com, 1 viralinsurance.ga, 1 viraljobs.ga, 1 -viralme.in, 1 viraloffer.ga, 1 viralpop.it, 0 viralsv.com, 1 @@ -114148,12 +116411,15 @@ virginiaabc.gov, 1 virginiabeachcoolsculpting.com, 1 virginiahealth.tk, 1 +virginiaisgoingsolar.com, 1 virginiedelmas.fr, 1 virginitychecker.ga, 1 virginized.tk, 1 +virgintears.tk, 1 virgontech.tk, 1 viridis-milites.cz, 1 viris.si, 1 +viroc.in, 1 virostack.com, 1 virtbaza.cf, 1 virtit.fr, 1 @@ -114162,6 +116428,7 @@ virtool.ca, 1 virtua.com.tr, 1 virtual-assistant.ml, 1 +virtual-insanity.tk, 1 virtual-webcam.com, 1 virtual.hk, 0 virtualbrands.com, 0 @@ -114175,6 +116442,7 @@ virtualdesign.tk, 1 virtualdesignmedia.com, 1 virtualgovernance.tk, 1 +virtualife.tk, 1 virtuality4d.com, 1 virtuallifestyle.nl, 1 virtuallypilates.com, 1 @@ -114265,7 +116533,6 @@ visitghent.be, 1 visitghent.eu, 1 visitislandpond.com, 1 -visitkangaroovalley.com.au, 1 visitkeralaadventure.org, 1 visitmaine.com, 1 visitoractivities.com, 1 @@ -114300,7 +116567,6 @@ visualgnome.com, 1 visualideas.org, 1 visualiti.co, 1 -visualized.tech, 1 visualizing.info, 1 visuall.be, 1 visualmarketingdeals.com, 1 @@ -114313,7 +116579,6 @@ visyeva.hu, 1 vitaalcheck.nl, 1 vitaalfitcoaching.nl, 1 -vitaen.nl, 1 vitahook.pw, 1 vitahost.ml, 1 vitakov.tk, 1 @@ -114326,7 +116591,6 @@ vitalhealthandbeauty.co.uk, 1 vitalia.cz, 1 vitalismaatjes.nl, 1 -vitalium-therme.de, 1 vitaliyshepotkov.tk, 1 vitalos.com.br, 1 vitalshop.tk, 1 @@ -114364,6 +116628,8 @@ vitsoft.by, 1 vitta.ml, 1 vitto.tk, 1 +vittoriosbakery.com, 1 +vitucho.tk, 1 vitus-meppen.de, 1 viva.ua, 1 viva2000.com, 1 @@ -114391,7 +116657,6 @@ vive.link, 1 vivediabetes-sanamente.com, 1 vivekanandaspokenenglish.com, 1 -vivekparekh.ca, 1 vivelawir.eu, 1 vivemedialab.com, 1 vivemercadosaludable.com, 1 @@ -114399,11 +116664,12 @@ vivendi.de, 1 viveport.com, 1 viveportal.com, 1 -viveras.ch, 1 viveremediglia.tk, 1 vivesaludableconomnilife.com, 1 vivetoluca.com, 1 vivezbougez.fr, 1 +vivi.fyi, 1 +vivi.zone, 1 vivian.tk, 1 vivianadavila.com, 1 vivianmaier.cn, 1 @@ -114470,7 +116736,6 @@ vkulagin.ru, 1 vkusnyashka.tk, 1 vkwebsite.ru, 1 -vkwebsite.site, 1 vlaamsegemeenschap.tk, 1 vlaamsetollers.tk, 1 vlaardingen-enzo.tk, 1 @@ -114524,6 +116789,7 @@ vm-co.ch, 0 vm0.eu, 1 vmagadane.tk, 1 +vmath.my.id, 1 vmautorajkot.com, 1 vmc.co.id, 1 vmem.jp, 0 @@ -114592,7 +116858,6 @@ vocescruzadasbcs.mx, 1 vocus.aero, 1 vocustest.aero, 1 -vod.uk.com, 1 voda.org.ru, 1 vodachile.cl, 1 vodadombay.cf, 1 @@ -114611,6 +116876,8 @@ voetfit47.nl, 1 voeux.io, 0 voevm.at, 0 +voevodin.tk, 1 +vofem.ru, 1 vofy.cz, 1 vogelbus.ch, 1 vogelwereld.tk, 1 @@ -114644,7 +116911,6 @@ voinuocsago.com, 1 voinuocthienmy.com, 1 voipforbusiness.tk, 1 -voipsun.com, 1 voix-bien-etre.com, 0 vojenshandicap.dk, 1 vojtat.cz, 1 @@ -114686,7 +116952,7 @@ volkanyilmaz.com.tr, 1 volker-gropp.de, 1 volkergropp.de, 1 -volkerwesselstransfer.nl, 0 +volkerwesselstransfer.nl, 1 volkerwesselswave.nl, 0 volki.ga, 1 volki.ml, 1 @@ -114694,8 +116960,9 @@ volksvorschlagpmar.ch, 1 volkswagengolf.tk, 1 volkswagenmiennam.com.vn, 1 -volkswagensaigon.net, 1 +volkswagensaigon.net, 0 volkswurst.de, 1 +volleyballcityofpreston.tk, 1 volleyballnews.tk, 1 volleyfreaks.tk, 1 volleypatos.tk, 1 @@ -114717,6 +116984,7 @@ voltarengelprice.tk, 1 voltarengeneric.tk, 1 voltcloud.net, 1 +voltfloyd.com, 1 voltiac.ml, 1 volto.io, 1 volubilisplus.fr, 1 @@ -114767,6 +117035,7 @@ vortari.tk, 1 vorte.ga, 1 vortexhosting.ga, 1 +vortix.tk, 1 vos-fleurs.ch, 1 vos-fleurs.com, 1 vos-systems.com, 1 @@ -114786,7 +117055,6 @@ voss-zaehne.com, 1 voss-zaehne.de, 1 vosselaer.com, 1 -vossenack.nrw, 1 vosser.de, 1 vostok-zapad54.ru, 1 vostronet.com, 1 @@ -114822,7 +117090,6 @@ vouchersforveterans.org, 1 vous-etre-utile-ceidf.fr, 1 vous-les-jeunnes.tk, 1 -vov.cloud, 1 vov.furniture, 1 vovac.tk, 1 vovachka.tk, 1 @@ -114867,7 +117134,6 @@ vpnmag.fr, 1 vpnpro.com, 1 vpnservice.nl, 1 -vpnstreamer.com.au, 1 vponline.com.br, 1 vporno.video, 1 vprotect.ga, 1 @@ -114878,6 +117144,7 @@ vpsce.com, 0 vpsdream.dk, 1 vpsgongyi.com, 0 +vpsmore.com, 1 vpsou.com, 1 vpsport.ch, 1 vpsproj.dynu.net, 1 @@ -114887,6 +117154,7 @@ vpsvz.ninja, 1 vpswebs.tk, 1 vpsxhq.com, 1 +vqcymsa.com, 1 vqebizconsulting.com, 1 vqeg.org, 1 vqn.se, 1 @@ -114957,6 +117225,7 @@ vsc-don-stocksport.de, 1 vscale.io, 1 vscm888.com, 1 +vscredconsultoria.online, 1 vsd.sk, 1 vse-bolezni.tk, 1 vse-dlya-fermera.tk, 1 @@ -114981,11 +117250,12 @@ vsestiralnie.com, 0 vsestoki.com, 1 vsevkusno.tk, 1 +vsevolod.tk, 1 vshipit.com, 1 vshop.ir, 1 vsl-defi.ch, 0 vsl.de, 1 -vsonline.blog, 1 +vsolovev.com, 1 vsoy.co.th, 1 vspin.cz, 1 vsportage.com, 1 @@ -115014,7 +117284,6 @@ vtupro.com, 1 vuakhuyenmai.vn, 1 vuasinhly.com, 1 -vubey.yt, 1 vucdn.com, 1 vuelacaruru.com, 1 vuelosabajoprecio.net, 1 @@ -115031,6 +117300,7 @@ vulndetect.com, 1 vulnerability.ch, 1 vulnerabilityscans.nl, 1 +vulnerable.af, 1 vulners.com, 1 vulns.sexy, 1 vulnscan.org, 1 @@ -115040,7 +117310,6 @@ vulyk-medu.com.ua, 1 vunn.com, 1 vuojolahti.fi, 0 -vuonthotuanh.com, 1 vuotila.eu, 1 vuoto.fi, 1 vutrox.com, 1 @@ -115079,6 +117348,7 @@ vwh-kunden.de, 1 vwittich.de, 1 vwoforangeparts.com, 1 +vwsaigon.vn, 0 vwsoft.de, 1 vwt-event.nl, 1 vww-8522.com, 1 @@ -115108,7 +117378,6 @@ vysotka.tk, 1 vysvetluju.cz, 1 vyturys.lt, 1 -vyuticonsulting.in, 1 vyvod-iz-zapoya.online, 1 vyzner.cz, 1 vz.al, 1 @@ -115146,7 +117415,6 @@ w045w.com, 1 w0fw.com, 1 w10club.com, 0 -w123.co, 1 w1n73r.de, 1 w1nter.xyz, 1 w2929w.com, 1 @@ -115161,7 +117429,6 @@ w3ctag.org, 1 w3d.io, 1 w3layouts.com, 1 -w3n.org, 1 w3n14izy.cf, 1 w3n14izy.ga, 1 w3n14izy.gq, 1 @@ -115272,7 +117539,6 @@ w9740.com, 1 w9750.com, 1 w97a.com, 1 -w97aa.com, 1 w97bb.com, 1 w97cc.com, 1 w99w99.com, 1 @@ -115288,6 +117554,7 @@ waayz.fr, 1 wabatam.com, 1 wabbel.sa.com, 1 +wabbleweb.com, 1 wabifoggynuts.com, 1 wachter.biz, 1 wacken666.com, 1 @@ -115295,7 +117562,7 @@ wacky-science.com, 1 wacky.one, 1 wackys.com, 1 -wade.gdn, 1 +wade.gdn, 0 wadebet.com, 1 wadidi.com, 1 wadsworth.gallery, 1 @@ -115309,7 +117576,6 @@ waf.ninja, 1 waf.sexy, 1 wafa4hw.com, 1 -wafelland.be, 1 waffle-backend-sanggyu.shop, 1 waffle-sanggyu.tk, 1 waffleindex.com, 1 @@ -115320,6 +117586,7 @@ wagcenter.com, 1 wage-feeg.gc.ca, 1 wagenmanswonen.nl, 1 +wagesweldandfab.com, 1 wageverify.com, 1 wagn3r.de, 1 wagnervineyards.com, 1 @@ -115347,8 +117614,8 @@ waiwaisw.com, 1 waixingrenfuli.vip, 1 wajtc.com, 1 +wak.io, 1 waka-mono.com, 1 -wakamiyasumiyosi.com, 1 wakarandroid.com, 1 wakastream.cc, 1 wakatime.com, 1 @@ -115356,6 +117623,7 @@ wakecountynorthcarolina.ml, 1 wakeofthepredator.tk, 1 wakeupform.fr, 1 +wakeupworld.ml, 1 wakf123.net, 1 wakf456.com, 1 wakiminblog.com, 1 @@ -115375,6 +117643,7 @@ walhal.la, 1 waligorska.pl, 0 walk.onl, 1 +walkaround.tk, 1 walker-foundation.org, 1 walkera-fans.de, 1 walkercountydemocrats.org, 1 @@ -115507,6 +117776,7 @@ wannaknow.tk, 1 wannapopularnews.cf, 1 wannaridecostarica.com, 1 +wantocode.com, 1 wanybug.cf, 1 wanybug.cn, 1 wanybug.com, 0 @@ -115547,6 +117817,7 @@ warcraftjournal.org, 1 ward.nl, 1 ward2u.com, 1 +wardeath.tk, 1 wardemons.tk, 1 warden.navy, 1 wardogz.tk, 1 @@ -115606,6 +117877,7 @@ wartabank.com, 1 warteg.com, 1 warteg.net, 1 +wartegseberangsana.com, 1 warthog.ml, 1 wartimecontracting.gov, 1 wartorngalaxy.com, 1 @@ -115679,7 +117951,6 @@ watchtogether.ch, 1 watchtolearn.co, 1 watchweasel.com, 1 -watco.group, 1 water-addict.com, 1 water-filters.tk, 1 water-polo.tk, 1 @@ -115693,6 +117964,8 @@ waterfedpole.com, 0 waterheaterirvingtx.com, 1 waterheaterleaguecity.com, 1 +waterhouse.tk, 1 +waterlanders.tk, 1 waterleeftinbeek.nl, 1 waterlemons2k.com, 1 waterlemons2k.top, 1 @@ -115714,6 +117987,7 @@ watersource.ga, 1 waterstreetloft.com, 1 watersview.co.uk, 1 +waterton.tk, 1 watertorenstraat.tk, 1 watertownmn.gov, 1 watertrails.io, 1 @@ -115819,7 +118093,7 @@ wcwcg.net, 1 wd-api.com, 0 wd-img.com, 1 -wd-ljt.com, 1 +wd-ljt.com, 0 wd36.cc, 1 wd627.com, 1 wd63.cc, 1 @@ -115862,10 +118136,11 @@ wealthsetsyoufree.com, 1 wealthsuccess.edu.vn, 1 wealthyspeakerschool.com, 1 -weaponsinhebrew.blog, 1 +wear-largesizes.tk, 1 wear-referrals.co.uk, 1 wear1015.ml, 1 wearandcare.net, 1 +weare.ie, 1 weare1inspirit.com, 1 wearebase.com, 1 wearebfi.co.uk, 1 @@ -115889,6 +118164,7 @@ wearit.tk, 1 wearvintage.ml, 1 wearvr.com, 1 +wearwolf.tk, 1 weather-schools.com, 1 weather.gov, 1 weather.gov.mo, 1 @@ -115900,10 +118176,12 @@ weavers.space, 1 web-3.ru, 1 web-advisor.co.uk, 1 +web-aps.tk, 1 web-art.cz, 1 web-business.tk, 1 web-connected.com, 1 web-create.ml, 1 +web-creations.tk, 1 web-creato.tk, 1 web-demarche.com, 1 web-design-india.com, 1 @@ -115918,6 +118196,7 @@ web-it-entwicklung.de, 1 web-lab.ml, 1 web-mastery.tk, 1 +web-net.tk, 1 web-odyssey.com, 1 web-online.cf, 1 web-performance.ch, 1 @@ -115926,7 +118205,9 @@ web-siena.it, 1 web-smart.com, 1 web-space.design, 1 +web-station.tk, 1 web-studio-kzo.ml, 1 +web-style.tk, 1 web-test.gq, 1 web-town.tk, 1 web-treff.de, 1 @@ -115934,7 +118215,6 @@ web-warrior.de, 1 web-worker.cn, 1 web.bzh, 1 -web.cc, 0 web.de, 1 web1212.top, 1 web1n.com, 0 @@ -115947,6 +118227,7 @@ web74.ga, 1 web76.tk, 1 webaccio.com, 1 +webachtal.com, 1 webadiccion.net, 1 webadicta.net, 1 webadicto.net, 1 @@ -115975,6 +118256,7 @@ webbolivia.tk, 1 webbricks.ru, 1 webbuilder.de, 1 +webcafe.tk, 1 webcam-lisa.ml, 1 webcam-model.tk, 1 webcamera-online.tk, 1 @@ -115984,6 +118266,7 @@ webcamyoung.tk, 1 webcaptive.com, 1 webcaptive.net, 1 +webcarlosmartin.tk, 1 webcarroseletricos.ga, 1 webcase.tk, 1 webcasinos.com, 1 @@ -115996,6 +118279,7 @@ webclimbers.ch, 0 webclymber.com, 1 webcoder.cf, 1 +webcoins.tk, 1 webcollect.org.uk, 1 webcollector.ga, 1 webconceptions.fr, 1 @@ -116021,11 +118305,9 @@ webdesignfenua.tk, 1 webdesignforum.it, 1 webdesigngc.com, 1 -webdesignlabor.ch, 1 webdesignplay.com, 1 webdesignplayground.io, 1 webdesignrodgau.de, 1 -webdesignsandiego.com, 1 webdev-cw.me, 1 webdev-cw.tk, 1 webdev.solutions, 1 @@ -116044,7 +118326,6 @@ webehurt.com, 1 webelement.sk, 0 webenglish.se, 1 -weberl.com, 1 webers-webdesign.de, 1 webescucha.tk, 1 webest.pl, 1 @@ -116054,6 +118335,7 @@ webexpertsdirect.com.au, 1 webfeifei.tk, 1 webfence.pt, 1 +webfigueras.tk, 1 webfilings-eu-mirror.appspot.com, 1 webfilings-eu.appspot.com, 1 webfilings-mirror-hrd.appspot.com, 1 @@ -116064,7 +118346,9 @@ webfoersterei.de, 1 webforce.pt, 1 webformula.in, 1 +webforthemasses.tk, 1 webfun.tk, 1 +webgadgets.tk, 1 webgaku.net, 1 webgamex.ml, 1 webgap.io, 0 @@ -116119,6 +118403,7 @@ weblate.org, 1 weblead.vip, 1 webleedpixels.com, 0 +weblegion.tk, 1 weblian.ml, 1 webliberty.ru, 1 weblibrary.cf, 1 @@ -116156,6 +118441,7 @@ webminders.it, 1 webmining.gq, 1 webmixseo.com, 1 +webmonsters.tk, 1 webmotelli.fi, 1 webmr.de, 1 webmyhealth.com, 1 @@ -116175,7 +118461,6 @@ webo.pl, 1 weboflies.tk, 1 webofthingsmarwane.xyz, 1 -weboperater.com, 0 weboperater.rs, 0 webpagetest.org, 1 webpakken.dk, 1 @@ -116187,6 +118472,7 @@ webperformance.io, 1 webpiar.tk, 1 webpinoytv.info, 1 +webpitarque.tk, 1 webpixelia.com, 1 webplace4u.nl, 1 webplatform.news, 1 @@ -116194,22 +118480,25 @@ webpostingmart.com, 1 webpostingpro.com, 1 webpostingreviews.com, 1 +webpresence.tk, 1 webprice.ga, 1 webprostitutki.tk, 1 webpublishing.tk, 1 webpubsub.com, 1 webpunk.tk, 1 webqam.fr, 1 -webqualitat.com.br, 1 +webquests.tk, 1 webrabbit.at, 1 webranking.tk, 1 webranko.tk, 1 webrebels.org, 0 +webregion.tk, 1 webrentcars.com, 0 webrepresalia.tk, 1 webs4all.ro, 0 websanlamuerte.tk, 1 webschool21.ml, 1 +websdeweb.com, 1 websec.nu, 1 websectools.com, 1 websecurity.is, 1 @@ -116241,7 +118530,7 @@ websiterent.ca, 1 websites4business.ca, 1 websitesbybruce.com, 1 -websitesbymark.co.uk, 1 +websitesbymark.co.uk, 0 websitesbywordpress.com, 1 websitesdallas.com, 1 websitesdemos.tk, 1 @@ -116255,6 +118544,7 @@ websolutionbd.tk, 1 websouthdesign.com, 1 websphere.tk, 1 +webspider.tk, 1 webspiral.jp, 1 webspire.tech, 1 webspotter.nl, 1 @@ -116262,6 +118552,8 @@ webstaff.xyz, 1 webstart.nl, 1 webstats.tk, 1 +websteam.tk, 1 +webstop.tk, 1 webstore.be, 1 webstreamworld.com, 1 webstu.be, 1 @@ -116274,11 +118566,11 @@ webtaxi.cf, 1 webtechnicom.net, 0 webtek.nu, 1 -webteknolog.net, 1 webtele.ga, 1 webtele.tk, 1 webtica.be, 1 webtobesocial.de, 1 +webtodito.tk, 1 webtomsk.tk, 1 webtoolhost.com, 1 webtools-eqt.co.nz, 1 @@ -116288,7 +118580,6 @@ webtorrent.io, 1 webtostore.fr, 1 webtransfers.ml, 1 -webtrek.ch, 1 webtrh.cz, 1 webtropia.com, 0 webuildsite.ga, 1 @@ -116301,6 +118592,7 @@ webvenezuela.tk, 1 webverdienst.tk, 1 webviewcams.com, 1 +webwatcher.tk, 1 webwednesday.nl, 1 webwelearn.com, 1 webwinkelexploitatie.nl, 1 @@ -116308,7 +118600,6 @@ webwinkelwestland.nl, 1 webwit.nl, 1 webworkshop.ltd, 1 -webx5.pro, 0 webxo.com, 1 webyazilim.biz.tr, 1 webyazilimankara.com, 1 @@ -116426,7 +118717,6 @@ weihnachten-schenken.de, 1 weike.tk, 1 weiling.clinic, 1 -weilongli.com, 1 weils.net, 1 weiltoast.de, 1 weimaranerdogcare.com, 1 @@ -116448,14 +118738,12 @@ weirdness.tk, 1 weirdserver.com, 1 weirdware.tech, 1 -weiro.org, 1 weis.bz, 1 weissman.agency, 1 weiter.so, 1 weiterbildung-vdz.de, 1 weitergedacht.eu, 1 weitsolutions.nl, 1 -weitweg.xyz, 1 weixiaojun.org, 0 weizenke.im, 1 wejdmark.com, 1 @@ -116518,7 +118806,6 @@ welteneroberer.de, 1 weltengilde.de, 1 weltenhueter.de, 1 -weltmeister.de, 0 weltumradler.tk, 1 weltverschwoerung.de, 1 welty.cc, 1 @@ -116534,6 +118821,7 @@ wemakemenus.com, 0 wemakeonlinereviews.com, 1 wemediate.info, 1 +wemissyou.tk, 1 wemovemountains.co.uk, 1 wenceslas.org.uk, 1 wenchengchou.co, 1 @@ -116544,6 +118832,7 @@ wendydarling.tk, 1 wenge-murphy.com, 1 wenger-shop.ch, 1 +wengyep.com, 1 wenhelpdesk.tk, 1 wenjs.me, 1 wenjulebu.cc, 1 @@ -116584,7 +118873,6 @@ werk-34.de, 1 werk32.net, 1 werken-bij-inwork.nl, 1 -werkenbijbejo.nl, 1 werkenbijbuvo.nl, 1 werkenbijdfzs.nl, 0 werkenbijpromovendum.nl, 1 @@ -116608,6 +118896,7 @@ werner-ema.de, 1 wernicke-it.de, 1 werpo.com.ar, 1 +werranfehtan.org, 1 wertheimer-burgrock.de, 1 wertpapiertreuhand.de, 1 wervingenselectieamsterdam.nl, 1 @@ -116685,6 +118974,7 @@ westsidechildrenstherapy.com, 1 westskinlaser.com, 1 westsuburbanbank.com, 1 +westthorntonlabour.co.uk, 0 westvilleplumber.co.za, 1 westvirginiahealth.tk, 1 westwingopenhouse.com, 1 @@ -116692,12 +118982,10 @@ wesupportthebadge.org, 1 wet-international.com, 1 wetheghosts.eu, 1 -wetofu.top, 1 wetpussylipsex.com, 1 wetravel.company, 1 wetrepublic.com, 1 wettbuero.com, 1 -wette.de, 1 wetter.de, 1 wetthost.com, 1 wevenues.com, 1 @@ -116754,6 +119042,7 @@ wgsh.de, 1 wgsuyi.cf, 1 wgtrm.com, 1 +wgyt.tk, 1 wh-guide.de, 1 wh0th.ink, 1 wh1tedrvg0n.es, 1 @@ -116791,7 +119080,6 @@ whatgrowswhere.net, 1 whatgrowswhere.nl, 1 whatgrowswhere.org, 1 -whatiexpose.com, 1 whatimissed.news, 1 whatisapassword.com, 1 whatiscss.tk, 1 @@ -116872,10 +119160,10 @@ whishart.ga, 1 whishart.gq, 1 whishart.ml, 1 +whisho.com, 1 whiskersandtails.co.za, 1 whiskey.com.my, 1 whiskey.money, 1 -whiskey.my, 1 whisky-circle.info, 1 whisky.com.my, 1 whisky.money, 1 @@ -116894,10 +119182,13 @@ whistler-transfers.com, 0 whistlingdog.media, 0 whitdoit.tk, 1 +white-hell.tk, 1 white-ibiza.com, 1 white-info.tk, 1 white-noise.tk, 1 +white-rabbit.tk, 1 white-skull.tk, 1 +white-wolf.tk, 1 whitealps.at, 0 whitealps.be, 0 whitealps.ch, 0 @@ -116926,7 +119217,6 @@ whitelynx.co, 1 whitemagic.ga, 1 whitemetalperu.tk, 1 -whitemountainnaturalcreations.com, 1 whitepages.ml, 1 whitepen.tk, 1 whitepharmacy.co.uk, 1 @@ -116940,6 +119230,7 @@ whitesoxbestteaminbaseball.com, 1 whitespace.se, 1 whitestarlegacy.tk, 1 +whitesword.tk, 1 whitevpn.cz, 1 whiteweb.tk, 1 whitewebhosting.com, 1 @@ -117005,6 +119296,7 @@ whyy.eu.org, 1 whyzeroturn.com, 1 wi-fi.org, 1 +wi-portfolio.herokuapp.com, 1 wi-wi.co.jp, 1 wiadomosci-lodz.pl, 1 wiagencies.com, 1 @@ -117089,7 +119381,6 @@ wiiaam.com, 1 wiikipedia.com, 1 wiimotion.de, 1 -wiipo.com, 1 wiisas.fi, 1 wijaya.net, 1 wijaya2u.com, 1 @@ -117116,6 +119407,7 @@ wiki.python.org, 1 wiki.voyage, 1 wiki24.ru, 1 +wikiboard.tk, 1 wikibook.com, 1 wikibooks.org, 1 wikibooks.pt, 1 @@ -117175,6 +119467,7 @@ wikimediafoundation.info, 1 wikimediafoundation.net, 1 wikimediafoundation.org, 1 +wikimho.com, 1 wikimilk.org, 1 wikimir.tk, 1 wikimirror.org, 1 @@ -117225,6 +119518,7 @@ wikitech.ga, 1 wikitech.gq, 1 wikitech.tk, 1 +wikitransporte.tk, 1 wikiutah.tk, 1 wikiversity.com, 1 wikiversity.org, 1 @@ -117269,6 +119563,7 @@ wildbirdsuets.com, 1 wildcard.hu, 1 wildcardfederal.net, 1 +wildcatdiesel.com.au, 1 wildcatprotection.org, 1 wildcaves.co.za, 1 wildcove.ca, 1 @@ -117320,11 +119615,9 @@ willenberg.family, 1 willetlaw.com, 1 willfarrell.ca, 1 -willflies.com, 1 willi-graf-gymnasium.de, 1 willi-graf-os.de, 1 willi-roth-holzbau.ch, 1 -william.gg, 1 williamarias.tk, 1 williamblondel.fr, 1 williamboulton.co.uk, 1 @@ -117335,6 +119628,7 @@ williamk.ga, 0 williamle.com, 1 williammcgill.co, 1 +williamparedes.tk, 1 williampuckering.com, 1 williamsalexander.com, 1 williamscomposer.com, 1 @@ -117359,9 +119653,9 @@ willocks.nl, 1 willosagiede.com, 0 willow.technology, 1 -willowcundy.com, 1 willowdalechurch.ca, 1 willowpassdentalcare.com, 1 +willowpf.com, 1 wills.co.tt, 1 willsigal.com, 1 willstamper.name, 1 @@ -117369,6 +119663,7 @@ willstocks.co.uk, 1 willtc.co.uk, 1 willtc.uk, 1 +willturner.tk, 1 willusherwood.com, 1 willvision.com, 1 willwilkins.com, 1 @@ -117422,6 +119717,8 @@ windirect.tk, 1 windmillart.net, 1 windmyroof.com, 1 +windowcleaningexperts.com, 1 +windowcleaningexperts.net, 1 windowreplacement.net, 1 windows311.org, 1 windowsdoors.it, 1 @@ -117439,6 +119736,7 @@ windsock-app.com, 1 windsorite.ca, 1 windsorrealtysvs.com, 1 +windturbine.tk, 1 windwoodmedia.com, 1 windycitylawgroup.com, 1 wine-route.net, 1 @@ -117456,7 +119754,6 @@ winfieldchen.me, 1 winfilestorage.tk, 1 winfuture.de, 1 -winfuture.mobi, 1 wing-tsun.cf, 1 wing-tsun.ga, 1 wing-tsun.gq, 1 @@ -117468,7 +119765,7 @@ wingmin.net, 1 wingos.net, 1 wings.com.pk, 1 -wingsofacow.com, 1 +wingsofacow.com, 0 wingspatagonia.com, 1 winhelp21.tk, 1 winhistory-forum.net, 1 @@ -117476,6 +119773,7 @@ winkelvanmorgen.nl, 1 winkelvansinkel.tk, 1 winkli.ddns.net, 1 +winktonsibo.tk, 1 winmix.nl, 1 winmodels.org, 1 winmodels.ru, 1 @@ -117495,6 +119793,7 @@ winrss.com, 0 winsabayi.tk, 1 winserver.ne.jp, 1 +winslowhomer.tk, 1 winslowslair.tk, 1 winsposure.com, 1 winsufi.biz, 1 @@ -117708,6 +120007,7 @@ wkberg.nl, 1 wkennington.com, 1 wkitu-test.tk, 1 +wkj-airport.jp, 1 wkola.tk, 1 wkv.com, 1 wkymenshealth.com, 1 @@ -117718,6 +120018,7 @@ wlilai.com, 1 wlmhtrecoverycollege.co.uk, 1 wlmq10086.cn, 1 +wlombard.ru, 1 wlpvzfilmy-onlajnmlawq.tk, 1 wlt.ca, 0 wltix.com, 0 @@ -117800,8 +120101,8 @@ wolf-haven.tk, 1 wolfachtal-alpaka.de, 1 wolfarth.info, 1 +wolfcrow.com, 1 wolfdig.com.br, 1 -wolfeco.net, 1 wolfermann.org, 1 wolferstetterkeller.de, 1 wolfertconsulting.nl, 1 @@ -117815,7 +120116,6 @@ wolflabs.co.uk, 1 wolflambert.tk, 1 wolfsburgwest.com, 1 -wolfsden.cz, 1 wolfshoehle.eu, 1 wolfshuegelturm.de, 1 wolfteam.tk, 1 @@ -117840,7 +120140,6 @@ wolvesbanemanor.com, 1 womanbusinessnetwork.com, 1 womb.city, 1 -wombatalla.com.au, 1 wombatnet.com, 1 wombats.net, 1 wombere.org, 1 @@ -117881,6 +120180,7 @@ wonderhowto.com, 1 wonderkind.de, 1 wonderlab.ml, 1 +wonderland-server.net, 1 wonderland.com.ua, 1 wonderlandmovies.de, 1 wonderleaks.gq, 1 @@ -117939,6 +120239,7 @@ woodstocksupply.com, 1 woodtrust.com, 1 woodward-vets.co.uk, 1 +woodwicker.cl, 1 woodwo.se, 1 woodwormtreatment.com, 1 woodyallen.tk, 1 @@ -117975,6 +120276,7 @@ wordcharma.com, 1 wordcounter.net, 1 wordher.com, 1 +wordindonesia.id, 1 wordlessecho.com, 1 wordnietvindbaar.nl, 1 wordops.eu, 1 @@ -117989,7 +120291,6 @@ wordpresssetup.org, 1 wordprix.com, 1 wordregistrar.ga, 1 -words.codes, 1 wordsearchwhiz.com, 1 wordsmart.it, 1 wordsofamaster.com, 1 @@ -118310,7 +120611,6 @@ wpinabox.de, 1 wpinfos.de, 0 wpjakarta.com, 1 -wplan.io, 1 wpldn.uk, 1 wpletter.de, 1 wplibrary.net, 1 @@ -118352,6 +120652,7 @@ wptotal.com, 1 wptrigone.net, 1 wpuse.ru, 1 +wpvibes.com, 1 wq.ro, 1 wqaw3.tk, 1 wr.su, 1 @@ -118401,7 +120702,6 @@ writingtoserve.net, 1 writtenandrecorded.com, 1 writtenworld.bg, 1 -wrkflowmedia.de, 1 wrmea.org, 1 wrmh343.org, 1 wrn.sh, 1 @@ -118411,7 +120711,7 @@ wrozbyonline.pl, 1 wrp.gov, 1 ws159.com, 1 -ws5.ru, 1 +ws5.ru, 0 wsa.org.nz, 1 wsa.poznan.pl, 1 wsadek.ovh, 1 @@ -118455,6 +120755,7 @@ wtfcripto.com, 1 wtfindonesia.tk, 1 wtfnope.org, 1 +wtfsec.org, 0 wth.in, 1 wtp.co.jp, 1 wtpdive.jp, 1 @@ -118509,11 +120810,11 @@ wurstmineberg.de, 1 wurzelkanal.de, 1 wusu.tk, 1 +wuupz.com, 1 wuxian.ml, 0 wuya.eu.org, 1 wuyuan.io, 1 -wuyue.photo, 1 -wuzigackl.de, 1 +wuzigackl.de, 0 wv-n.de, 1 wvg.myds.me, 1 wvpbs.ml, 1 @@ -118610,7 +120911,7 @@ www.noisebridge.net, 1 www.opsmate.com, 1 www.org.gg, 1 -www.paypal.com, 1 +www.paypal.com, 0 www.python.org, 1 www.re, 1 www.rememberthemilk.com, 0 @@ -118649,7 +120950,6 @@ wx37.ac.cn, 1 wx6688.cc, 1 wxcafe.net, 1 -wxdisco.com, 1 wxforums.com, 1 wxh.jp, 1 wxhbts.com, 1 @@ -118695,7 +120995,6 @@ wyydsb.xin, 1 wyzphoto.nl, 1 wyzwaniemilosci.com, 1 -wz8.info, 1 wzajemnie.org.pl, 1 wzh.one, 1 wzrd.in, 1 @@ -119057,7 +121356,7 @@ xhanster.gq, 1 xhcmnews.com, 1 xhibitran.tk, 1 -xhily.com, 1 +xhily.com, 0 xhmikosr.io, 1 xho.me, 1 xi.ht, 1 @@ -119103,7 +121402,6 @@ xif.at, 1 xifrem.com, 1 xigaoli.com, 1 -xiidraiinsider.com, 1 xile.ml, 1 xilef.org, 1 xilegames.com, 1 @@ -119320,6 +121618,7 @@ xn----7sbbncaddj9a9b6am9p.tk, 1 xn----7sbbq5b0a1c.com, 1 xn----7sbedlbhv2azb6a.xn--j1amh, 1 +xn----7sbfchj2dvap7h.xn--p1ai, 0 xn----7sbfl2alf8a.xn--p1ai, 1 xn----7sblrfhjjgq8g.xn--p1ai, 1 xn----7sbmucgqdbgwwc5e9b.xn--p1ai, 1 @@ -119333,6 +121632,7 @@ xn----etbdeb7cgsj4h.xn--p1ai, 1 xn----etbqa2alia5i.tk, 1 xn----ncfb.ws, 1 +xn----rtbbavlecj.xn--p1ai, 1 xn---35-6cdk1dnenygj.xn--p1ai, 1 xn--0kq33cbsi8bk6d417b.com, 1 xn--0kq33cz5c8wmwrqqw1d.com, 1 @@ -119363,7 +121663,6 @@ xn--5dbkjqb0d.com, 1 xn--5dbkjqb0d.net, 1 xn--6m1a86p.com, 1 -xn--6n2ao17b.com, 0 xn--6o8h.cf, 1 xn--6qq52xuogcjfw8pwqp.ga, 1 xn--6qq62xsogfjfs8p1qp.ga, 1 @@ -119417,7 +121716,6 @@ xn--80anogxed.xn--p1ai, 1 xn--80aocgsfei.xn--p1ai, 1 xn--80aod6g.tk, 1 -xn--80aqlihiyv.xn--p1acf, 1 xn--80axad8esa.tk, 1 xn--80azep.tk, 1 xn--8bi.gq, 0 @@ -119425,7 +121723,6 @@ xn--90accgba6bldkcbb7a.xn--p1acf, 1 xn--90acibo4aazm.com.ua, 1 xn--90acjfgylpnm.xn--90ais, 1 -xn--90acrudcl3j.com, 1 xn--90adahrqfmec.xn--p1ai, 1 xn--90agmsorb.tk, 1 xn--90aij9af3f.com.ua, 1 @@ -119551,7 +121848,6 @@ xn--hnse-gra.net, 1 xn--hsers-kva.de, 1 xn--hthng-171byc.vn, 1 -xn--i2ru8q2qg.com, 1 xn--ikketenkpdet-1cb.no, 1 xn--imker-in-nrnberg-szb.de, 1 xn--int-ru8ea.xn--6qq986b3xl, 1 @@ -119561,6 +121857,7 @@ xn--is8h6d.gq, 0 xn--j1afcdm4f.xn--p1ai, 1 xn--j1agcso.xn--p1ai, 1 +xn--j1aoca.xn--p1ai, 1 xn--j4h.cf, 1 xn--j8se.com, 1 xn--jda.tk, 1 @@ -119610,7 +121907,6 @@ xn--mntsamling-0cb.dk, 1 xn--myrepubic-wub.net, 1 xn--myrepublc-x5a.net, 1 -xn--n1aeexs.net, 1 xn--nicieri-b4a.ro, 1 xn--nidar-tib.org, 1 xn--nide-loa.ee, 1 @@ -119725,7 +122021,6 @@ xnopyt.com, 1 xntrik.wtf, 1 xnu.kr, 1 -xo.tc, 1 xoan.cf, 1 xoatickets.com, 1 xobotun.com, 1 @@ -119747,6 +122042,7 @@ xotictrends.com, 1 xotika.tv, 1 xoxo.news, 1 +xp-ochrona.pl, 1 xp.nsupdate.info, 1 xpbytes.com, 1 xpd.se, 1 @@ -119932,13 +122228,13 @@ xtzone.be, 1 xuab.net, 1 xuancommagere.com, 1 +xuanmeishe.net, 0 xuann.wang, 1 xubo666.com, 1 xuc.me, 1 xucha.ml, 1 xueanquan.com, 1 xuedianshang.com, 1 -xuehao.net.cn, 1 xuehao.tech, 1 xuehuang666.cn, 1 xuesoska.ga, 1 @@ -119983,7 +122279,6 @@ xxl-bonus.tk, 1 xxl.tax, 1 xxoo.best, 1 -xxxbold.com, 1 xxxbunker.com, 1 xxxfreepornclip.com, 1 xxxgr.net, 1 @@ -120010,7 +122305,7 @@ xy7171.com, 1 xy7272.com, 1 xy7373.com, 1 -xy96.top, 1 +xy96.top, 0 xybabyshop.com, 1 xyenon.bid, 1 xyfun.net, 0 @@ -120204,14 +122499,12 @@ yaiho.com, 1 yaiho.de, 1 yak-host.tk, 1 -yak.is, 1 yakiimo-sakura.com, 1 yakimono.ga, 1 yakimoshi.tk, 1 yakisakana.tk, 1 yakitofisi.com, 1 yakkifamirie.tk, 1 -yakmade.com, 1 yakmail.tech, 1 yakmoo.se, 1 yakovmanshin.com, 1 @@ -120245,7 +122538,6 @@ yamei9911.com, 1 yamei9955.com, 1 yami.world, 1 -yamilafeinart.de, 1 yamm.io, 1 yamobila.tk, 1 yan.lt, 1 @@ -120263,6 +122555,7 @@ yangmaodang.org, 0 yangmi.blog, 1 yangruixin.com, 1 +yangshangzhen.com, 1 yangwang.tk, 1 yangyi.ml, 1 yanhongming.net, 1 @@ -120274,13 +122567,13 @@ yannic.world, 0 yannick.cloud, 1 yannickkordel.de, 1 +yannickkordel.eu, 1 yannickvdvelde.tk, 1 yanniclandsmann.de, 1 yannikbloscheck.com, 1 yannyann.com, 1 yanovich.net, 1 yanovosibirsk.ml, 1 -yans.io, 1 yanservices.be, 1 yansurachman.web.id, 1 yantarniy.tk, 1 @@ -120322,6 +122615,7 @@ yapeal.ch, 1 yapperapp.co.za, 1 yappy.com, 1 +yar.media, 1 yarahmad.ir, 1 yarapilates.com.br, 1 yarcevostom.ru, 1 @@ -120418,6 +122712,8 @@ yearli.com, 1 yeartracker.ga, 1 yebkw.com, 1 +yebshotel.de, 1 +yecdn.com, 1 yecl.net, 1 yede.xyz, 1 yedeksubay.tk, 1 @@ -120431,7 +122727,6 @@ yellowmessenger.com, 1 yellowpages.ee, 1 yellowsource.org, 1 -yellowsquid.co.uk, 1 yellowsquid.uk, 1 yellowstone.nsupdate.info, 1 yellowstonecountymt.gov, 1 @@ -120550,7 +122845,6 @@ yh88890.com, 1 yh98768.com, 1 yhaupenthal.org, 1 -yhb.io, 1 yhe.me, 1 yhenke.de, 0 yhfou.com, 1 @@ -120585,9 +122879,11 @@ yijia.support, 1 yijingying.com, 1 yikeyong.com, 1 +yilanju.com, 1 yilconstruction.ca, 1 yiluup.com, 0 yimgo.fr, 0 +yin8888.tv, 0 yinfor.com, 1 ying.gift, 1 ying299.com, 1 @@ -120779,6 +123075,7 @@ youcanfuckoff.xyz, 1 youcanhelp.tk, 1 youcanmakeit.at, 1 +youcruit.com, 0 youdamom.com, 1 youdungoofd.com, 1 youenglish.school, 1 @@ -120817,7 +123114,6 @@ youla.gq, 1 youlikehookups.com, 1 youliketwinks.com, 1 -youloveben.com, 1 youlovehers.com, 1 youmiracle.com, 1 youmonit.me, 1 @@ -120863,7 +123159,7 @@ youran.me, 1 yourantiquarian.com, 1 yourazbraces.com, 1 -yourbetterkitchen.com, 1 +yourbetterkitchen.com, 0 yourbind.com, 1 yourbittorrent.com, 1 yourbittorrent.icu, 1 @@ -120911,7 +123207,6 @@ yourloan.gq, 1 yourlovesong.com.mx, 1 yourmagicstory.tk, 1 -yourmd.ca, 1 yourmobility.ga, 1 yourms.com, 1 yourname.xyz, 1 @@ -120949,6 +123244,7 @@ yousuforg.ga, 1 youth-for-life.tk, 1 youth.gov, 1 +youth2009.org, 1 youthclothing.tk, 1 youthingovernment.com, 1 youthink.jp, 1 @@ -120974,7 +123270,6 @@ yoys.ae, 1 yozakura.me, 1 yozhik.tk, 1 -yparches.com, 1 ypart.eu, 1 ypea.info, 1 ypfr.fr, 1 @@ -121006,6 +123301,7 @@ yspa.tv, 1 yspertal.party, 1 ystream.tv, 1 +ysun.one, 1 ysun.xyz, 1 ysuna.xyz, 1 yt129.com, 1 @@ -121098,6 +123394,7 @@ yubikeys.org, 1 yubikeyservices.eu, 1 yubiking.com, 1 +yucatanhoney.com, 1 yucca.cf, 1 yuccaschidigera.co.uk, 1 yuce518.com, 1 @@ -121139,6 +123436,7 @@ yukinastorage.net, 1 yukino.xyz, 1 yukkitacari.tk, 1 +yukom-com.com, 1 yukomgroup.com, 1 yukonconnector.com, 1 yukonlip.com, 1 @@ -121174,6 +123472,7 @@ yura.cf, 1 yuricarlenzoli.it, 1 yurikirin.me, 1 +yurilight.xyz, 1 yurimoens.be, 1 yurinet.org, 1 yurisora.com, 1 @@ -121512,6 +123811,7 @@ zachborboa.com, 1 zachgibbens.org, 1 zachhay.es, 1 +zachranari.tk, 1 zachschneider.ca, 1 zackattack.tk, 1 zackiarfan.ml, 1 @@ -121530,6 +123830,7 @@ zagorod.spb.ru, 1 zagranicablog.tk, 1 zagruz.tk, 1 +zahari.tk, 1 zahe.me, 1 zahirdanzavila.com, 1 zahnarzt-duempten.de, 1 @@ -121629,14 +123930,16 @@ zamok.cf, 1 zamokservis.com, 1 zamor.com.br, 1 +zamorsky.tk, 1 zamos.ru, 1 zamow.co, 0 zamtech.co.jp, 1 zananta.com, 1 -zandcell.com, 1 zander.dk, 1 zandra.cf, 1 zanellidesigns.co.uk, 1 +zangerfreddy.tk, 1 +zangerwillem.tk, 1 zango.com.au, 1 zanotti.io, 1 zanquan.net, 1 @@ -121661,6 +123964,7 @@ zaprefy.com, 1 zar-kripto.tk, 1 zarabiaj.com, 1 +zarabianiewsieci.tk, 1 zarabizarr.com, 1 zarabotki-v-internete.tk, 1 zarabotok-v-internete.ga, 1 @@ -121676,8 +123980,10 @@ zaratan.fr, 0 zaraweb.net, 1 zarbis.tk, 1 +zarcik.pl, 1 zardain.tk, 1 zargescases.co.uk, 1 +zarja.tk, 1 zarjadnik.tk, 1 zarla.com, 1 zarobotok-forum.ga, 1 @@ -121686,6 +123992,7 @@ zarok.tv, 1 zaroktv.com.tr, 1 zaroktv.krd, 1 +zarra.tk, 1 zaruhi.ml, 1 zary.me, 1 zas4eku.tk, 1 @@ -121696,6 +124003,7 @@ zatp.com, 1 zatrzymanie.com.pl, 1 zatsepin.by, 1 +zauberwald.tk, 1 zaufanatrzeciastrona.pl, 1 zavalianis.gr, 1 zavarkin.tk, 1 @@ -121719,6 +124027,7 @@ zberger.com, 1 zbetcheck.in, 1 zbib.org, 1 +zbozbo.net, 1 zbrain.ml, 1 zbrane-doplnky.cz, 1 zbsj.pl, 1 @@ -121825,6 +124134,7 @@ zdrave-konzultace.cz, 1 zdravekonzultace.cz, 1 zdravesteny.cz, 1 +zdravkovic.tk, 1 zdravotnikurzy.cz, 1 zdravystul.cz, 1 zdrowebodomowe.pl, 1 @@ -121844,9 +124154,13 @@ zebraguide.com, 1 zebraonegallery.com, 1 zebratee.com, 1 +zebravinken.tk, 1 +zebspeech.tk, 1 zeckenhilfe.de, 0 +zectazepia.tk, 1 zecuur.nl, 1 zedeko.pl, 1 +zednet.tk, 1 zeds-official.com, 1 zeedroom.be, 0 zeegers.family, 1 @@ -121906,7 +124220,6 @@ zemlyaki.ga, 1 zemlyaki.ml, 1 zemlyaki.tk, 1 -zen-diez.de, 1 zen-solutions.io, 1 zen-zone.tk, 1 zen3tech.com, 1 @@ -122002,6 +124315,7 @@ zeroseteatacado.com.br, 1 zerosource.net, 1 zerosync.com, 1 +zerotoleranceclan.tk, 1 zerotoone.de, 1 zerotoone.studio, 1 zerotwo.ga, 1 @@ -122020,6 +124334,7 @@ zespia.tw, 1 zestadionu.pl, 1 zesty.co, 1 +zestylemon.co.uk, 1 zeta.co.za, 1 zeta.hk, 1 zetadisseny.es, 0 @@ -122104,7 +124419,6 @@ zhenyan.org, 1 zhestokiemechtyi.tk, 1 zhestokijavtor.tk, 1 -zhf.io, 1 zhi.ci, 1 zhidkiy-kashtan.ga, 1 zhih.me, 1 @@ -122225,11 +124539,10 @@ ziondrive.com.br, 1 zionnationalpark.net, 1 zionsvillelocksmiths.com, 1 +ziontech.eu.org, 1 zionvps.com, 0 -zip.ch, 1 zipalerts.com, 1 ziparcfhive.ga, 1 -zipfworks.com, 1 zipkey.de, 1 zippo-days.me, 0 zippyshare.com, 1 @@ -122245,7 +124558,7 @@ zirrka.de, 1 zirtual.com, 1 zistemo.com, 1 -zitadel.ch, 1 +zitadel.ch, 0 zithromaxstrepthroat.gq, 1 zitseng.com, 1 zitstabureau24.nl, 1 @@ -122271,6 +124584,7 @@ zjateaucafe.be, 1 zjawa.pro, 1 zjc3.com, 1 +zju.tv, 1 zjuqsc.com, 1 zjy7722.ml, 1 zjyifa.cn, 1 @@ -122344,6 +124658,7 @@ zlatytyden.cz, 1 zlavomat.sk, 1 zlhuodong.vip, 1 +zlima12.com, 1 zlogic.xyz, 1 zlogin.nl, 1 zlong6.com, 1 @@ -122418,6 +124733,7 @@ zoepolitics.ml, 1 zof.kh.ua, 1 zoflora.co.uk, 1 +zofoke.com, 1 zofran-medication.cf, 1 zofran.ga, 1 zofran.gq, 1 @@ -122480,6 +124796,7 @@ zone3000.tk, 1 zone39.com, 1 zoneaffiliation.com, 1 +zoneblog.tk, 1 zonecb.com, 1 zoneface.com, 1 zonehomesolutions.com, 1 @@ -122533,7 +124850,6 @@ zorgenvoormaria.be, 1 zorghuys.nl, 1 zorgnetwerkenabr.nl, 1 -zorgvanoranje.nl, 1 zorig.ch, 1 zorium.org, 0 zormeloandassociates.com, 1 @@ -122554,6 +124870,7 @@ zotan.systems, 1 zotero.org, 1 zoto.ga, 1 +zottika.com, 1 zouaouitransport.fr, 1 zouk.info, 1 zouyaoji.top, 1 @@ -122563,20 +124880,20 @@ zovovo.com, 1 zowe.ru, 1 zoyride.com, 1 +zoznamka.tk, 1 zoznamrealit.sk, 1 zozzle.co.uk, 1 zp.do, 1 zp25.ninja, 1 zpider.cloud, 1 -zporno.porn, 1 zporno.sex, 1 zpozdrowieniem.pl, 1 +zprogramming.tk, 1 zqstudio.top, 0 zqwqz.org, 1 zravyobrazky.cz, 1 zravypapir.cz, 1 zrejstejna.cz, 1 -zrgmedical.com, 1 zrinski.tk, 1 zrkr.de, 1 zrniecka-pre-sny.sk, 1 @@ -122600,6 +124917,7 @@ zsrbcs.com, 1 zstgmnachod.cz, 1 zsyaolong.com, 0 +zt360.net, 1 zten.org, 1 zthc.nl, 1 ztickerz.nl, 0 @@ -122635,7 +124953,6 @@ zukunft-mobilitaet.net, 1 zula.africa, 1 zulaoyun.ml, 1 -zulihome.vn, 1 zulu.ro, 1 zuluconnect.net, 1 zum-baur.de, 1 @@ -122644,7 +124961,6 @@ zumba.com, 1 zumberak.tk, 1 zumtaedanceschool.co.za, 1 -zumub.com, 1 zumwildenaffen.com, 1 zund-app.com, 1 zundapp.one, 1 @@ -122692,7 +125008,6 @@ zwofroue.ch, 1 zwollemag.nl, 1 zwollemagazine.nl, 1 -zwongeer.com, 1 zwy.ch, 0 zwyr157wwiu6eior.com, 1 zxe.com.br, 1 @@ -122708,6 +125023,7 @@ zycie.news, 1 zyciedirect.pl, 1 zyciepl.com, 1 +zydecozityradio.tk, 1 zydronium.com, 1 zydronium.nl, 1 zydu4.com, 1 diff -Nru firefox-esr-78.12.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json firefox-esr-78.13.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json --- firefox-esr-78.12.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json 2021-08-04 22:22:57.000000000 +0000 @@ -5,6 +5,603 @@ "blocked": [], "unblocked": [] }, + "schema": 1627583861171, + "key_format": "{guid}:{version}", + "stash_time": 1627605309792, + "id": "da99f7c7-7bab-4bb6-9e0c-0a7e2b81c536", + "last_modified": 1627605467907 + }, + { + "stash": { + "blocked": [ + "{0034fea2-06d8-4f73-8e70-9ef391e47b93}:5.4.2", + "{106b5521-033b-4c06-a168-8a5721a5aae1}:1.0", + "{d86e99c1-d540-4df3-9895-48062616892b}:2.3.2", + "{bd922f43-d60d-43e1-af46-7cd0ecc58c42}:1.1", + "{3f00705a-cc05-4f74-a036-ea67f19e3ae7}:1.1", + "{bd922f43-d60d-43e1-af46-7cd0ecc58c42}:1.0", + "{3fc558d4-6f70-42f4-b6e6-55cf84a05ca0}:2.3.2", + "{3f00705a-cc05-4f74-a036-ea67f19e3ae7}:1.2" + ], + "unblocked": [] + }, + "schema": 1627562279318, + "key_format": "{guid}:{version}", + "stash_time": 1627583709016, + "id": "a45e0fdd-7491-4cd2-b9f5-593292ec3bdb", + "last_modified": 1627583861117 + }, + { + "stash": { + "blocked": [ + "@SearchFoxMe-ext:1.0.0", + "@SearchFoxMeExt-ext:1.0.0", + "{756d48b2-6668-4659-b754-1fa66456a924}:1.0" + ], + "unblocked": [] + }, + "schema": 1627475875327, + "key_format": "{guid}:{version}", + "stash_time": 1627562110359, + "id": "52760e30-4a3c-4c4a-ae75-8b8aeaf9771b", + "last_modified": 1627562279263 + }, + { + "stash": { + "blocked": [ + "{95e5a38b-5b77-49c4-93da-14db19d0f87c}:1.0" + ], + "unblocked": [] + }, + "schema": 1626947971035, + "key_format": "{guid}:{version}", + "stash_time": 1627475710369, + "id": "644b997c-c81c-44fe-8c74-1dd8a120a0e9", + "last_modified": 1627475875269 + }, + { + "stash": { + "blocked": [ + "ascsurfingprotection2021@iobit.com:2.2.5" + ], + "unblocked": [] + }, + "schema": 1626698274420, + "key_format": "{guid}:{version}", + "stash_time": 1626870908878, + "id": "eb6e0222-4797-4cdd-aa49-0478995da777", + "last_modified": 1626871076194 + }, + { + "stash": { + "blocked": [ + "quickerapp@com:1.2.10", + "minibarsearch@com:1.2.12", + "myvideopro@com:1.2.18", + "openweb@com:1.2.18", + "purchresult@com:1.2.18", + "togofind@com:1.2.17", + "togoresult@com:1.2.18", + "quicksearchbar@com:1.2.12", + "jumpingapp@com:1.2.18", + "gofinding@com:1.2.18", + "allsearchpro@com:1.2.18", + "keybrowse@com:1.2.12", + "browsetag@com:1.2.12", + "tagweb@com:1.2.12", + "gobrowse@com:1.2.10", + "quickbrowse@com:1.2.10", + "magicfiind@com:1.2.20", + "togobrowse@com:1.2.17", + "justsearcher@com:1.2.18", + "nextsearch@com:1.2.12", + "magicfiind@com:1.2.18" + ], + "unblocked": [] + }, + "schema": 1626449759749, + "key_format": "{guid}:{version}", + "stash_time": 1626698109169, + "id": "b6bf78a6-2997-479d-bdff-c5f173f8025c", + "last_modified": 1626698274352 + }, + { + "stash": { + "blocked": [ + "{125f7e07-0be1-42f7-af08-f0816749b1c9}:0.7", + "{125f7e07-0be1-42f7-af08-f0816749b1c9}:0.6", + "{125f7e07-0be1-42f7-af08-f0816749b1c9}:0.3", + "{125f7e07-0be1-42f7-af08-f0816749b1c9}:0.4", + "{7c3a8b88-4dc9-4487-b7f9-736b5f38b957}:1.0.5" + ], + "unblocked": [] + }, + "schema": 1626361839293, + "key_format": "{guid}:{version}", + "stash_time": 1626438908913, + "id": "49e5db56-49ed-416b-b553-1da6daee00f4", + "last_modified": 1626439078032 + }, + { + "stash": { + "blocked": [ + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.2", + "liveprotect@live:1.8", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.48", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.32", + "safeliveonline@live:1.8", + "{7585098f-63a9-45c4-b4b7-a608bb198423}:1.1", + "{daf44bf7-a45e-4450-979c-91cf07433495}:1.1.1", + "protectedweb@live:1.9", + "onlinesafeweb@live:1.1", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.0", + "onlineprotection@home:1.4", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.2.13", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.40", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.41", + "{7585098f-63a9-45c4-b4b7-a608bb198423}:1.8", + "{03a17b2f-9f4b-411b-a186-e483031f498b}:1.0.1", + "liveprotects@live:1.8", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.7", + "securedweb@live:1.1", + "onlineprotection@home:1.3", + "{4efc3c92-e223-48e9-8006-c72ee18b08f4}:1.0.0", + "usprotects@live:1.0", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.8", + "webprotection@live:1.4", + "safesurfing@live:1.8", + "webprotection@live:1.8", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.4", + "{7585098f-63a9-45c4-b4b7-a608bb198423}:1.0", + "{7585098f-63a9-45c4-b4b7-a608bb198423}:1.6", + "{cd61ad84-2324-497b-9d4d-141d16c70824}:1.50", + "vl-bot@test.com:1.0", + "onlineprotection@home:1.2", + "onlineprotection@home:1.6", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:2.3", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.46", + "securedweb@live:1.7", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.4.1", + "{6e2ecef9-2968-435d-a436-cbebdf8cf39c}:1.0.0", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.4", + "liveprotect@live:1.1", + "{d96e7193-f4ae-4e62-8440-e90fbda97c5c}:1.2.5", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.54", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.2", + "{f20c0a03-683c-488d-8b5b-e816796488a7}:3.7.0", + "securedonline@live:1.8", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.37", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.45", + "liveprotect@live:1.4", + "{7585098f-63a9-45c4-b4b7-a608bb198423}:1.9", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.10", + "securebrowse@live:1.8", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.3.0", + "{c116659f-1041-43fa-b4f0-6e1b3291db75}:1.0", + "securedweb@live:1.5", + "{03a17b2f-9f4b-411b-a186-e483031f498b}:1.0.0", + "webprotection@live:1.1", + "securedweb@live:1.8", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.6", + "{daf44bf7-a45e-4450-979c-91cf07433495}:1.1.4", + "{1567ea95-0f69-4bb5-826b-fdc1b4567b05}:1", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:2.2", + "{81f0a1cb-2dbe-4a6f-b0f0-14a34aed5cc5}:7.0.2", + "liveprotects@live:1.7", + "liveprotect@live:1.5", + "{343ccfce-372f-42ec-8e73-462b65439da3}:1.0", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.53", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.38", + "{daf44bf7-a45e-4450-979c-91cf07433495}:1.0.0", + "{daf44bf7-a45e-4450-979c-91cf07433495}:1.1.2", + "safeonlinebrowse@live:1.8", + "websecured@live:1.0", + "webprotection@live:1.5", + "{7585098f-63a9-45c4-b4b7-a608bb198423}:1.7", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.31", + "{a74cab56-49ac-4858-b28c-0da6bcfc260e}:0.0.8", + "onlineprotection@home:1.5", + "{f63ffeb3-0937-4899-a0a7-ec3c90c6be39}:1", + "{7585098f-63a9-45c4-b4b7-a608bb198423}:1.5", + "onlineprotection@home:1.8", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.35", + "protectedonline@live:1.8", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.33", + "{daf44bf7-a45e-4450-979c-91cf07433495}:1.1.3", + "{81f0a1cb-2dbe-4a6f-b0f0-14a34aed5cc5}:6.1.0", + "onlineesecured@live:1.8", + "y@tagiltsev.ru:1.0", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.3.2", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.9", + "securedonline@live:1.7", + "securedweb@live:1.4", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.2.16", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.3", + "onlinesecured@live:1.3", + "protectweb@live:1.8", + "protectedweb@live:1.8", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.42", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:2.1", + "{e6cec577-9532-4658-b033-6d035d6427e3}:1.0.0", + "{e204b403-0b75-4f69-a4d8-f61326e4eecc}:1.50", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.2.17", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.47", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.51", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.7", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.34", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.2.14", + "{81f0a1cb-2dbe-4a6f-b0f0-14a34aed5cc5}:6.3.0", + "{e1074cab-60b1-44c4-b3b6-d1ddadba7fff}:1.0.0", + "globalprotects@live:1.8", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.2.15", + "onlinesecured@live:1.1", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.2.18", + "{81f0a1cb-2dbe-4a6f-b0f0-14a34aed5cc5}:7.0.0", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.1", + "{81f0a1cb-2dbe-4a6f-b0f0-14a34aed5cc5}:7.0.1", + "{d96e7193-f4ae-4e62-8440-e90fbda97c5c}:1.2.6", + "{81f0a1cb-2dbe-4a6f-b0f0-14a34aed5cc5}:6.5.0", + "{f63ffeb3-0937-4899-a0a7-ec3c90c6be39}:2", + "{84143bd3-498d-43c7-9854-73505c4a60d8}:1.1", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.5", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.30", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.8", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.5", + "onlinesecured@live:1.6", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.5.9", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:2.0", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.43", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.3.1", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.49", + "securedweb@live:1.3", + "{84143bd3-498d-43c7-9854-73505c4a60d8}:1.0", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.6", + "onlinesecured@live:1.4", + "onlinesecured@live:1.8", + "protectweb@live:1.7", + "securedliveweb@live:1.8", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.39", + "protectedsurfing@live:1.8", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.52", + "onlineprotection@home:1.1", + "{81f0a1cb-2dbe-4a6f-b0f0-14a34aed5cc5}:6.2.0", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.44", + "webprotection@live:1.3", + "{daf44bf7-a45e-4450-979c-91cf07433495}:1.0.1", + "browseprotection@live:1.8", + "{343ccfce-372f-42ec-8e73-462b65439da3}:1.1", + "translate_tab@live:1.0", + "{b0c1c9d9-9b55-4759-9abc-1061473016c4}:6.1.0", + "{4940be04-e0ed-444a-9dd4-491dc16df117}:4.4.0", + "{9cec9c80-6039-4d40-8b82-fd93937095d8}:1.3", + "{1f747f4a-f9bd-41c2-ace5-1b990dfb1ee4}:1.0", + "onlinesafeweb@live:1.0", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.36", + "liveprotect@live:1.3", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.55", + "{369ebc69-d4d7-452b-9839-598c74570dd0}:1.0.0", + "{58ff1f57-67d9-44bb-ad0f-31d898d065da}:1.0.0", + "{63bee36d-ba8f-4e3e-897a-8249dae072bd}:1.0.50", + "{04364331-2191-4f03-b953-f722c9e6b584}:1.0.0", + "{daf44bf7-a45e-4450-979c-91cf07433495}:1.1.0" + ], + "unblocked": [] + }, + "schema": 1626272920431, + "key_format": "{guid}:{version}", + "stash_time": 1626287709525, + "id": "8e2f10cd-b786-4b79-8792-d25546d36e0e", + "last_modified": 1626287880936 + }, + { + "stash": { + "blocked": [ + "{0a970c3b-225d-44ef-83e4-ae2381517e8b}:4.0", + "{322b41ad-b411-4b0f-9175-b8c8187ad49b}:4.0", + "{313a6d90-6963-4b09-94e0-5d43af74b84c}:4.0", + "{8f0cc917-2875-49a8-87d7-7e26d9226bda}:1.467", + "{578ddb16-1377-432f-b734-a818d6f2d954}:4.0", + "{35612032-d31a-4513-b1fd-16751609bbd2}:4.0", + "{30ba9ae0-12b1-4335-98ee-87f35429a579}:4.0", + "{d1a73f61-85be-46b9-833c-37195dbf025d}:4.0", + "{7e7e349b-1020-4a51-991e-ef7e14988964}:4.0", + "{6f177083-e21f-49c4-9211-bbcf0a53fbe0}:4.0", + "{0b034cf9-e0c7-4ed7-bca8-291a14f43d17}:4.0", + "{7a022b17-6ad7-46d3-a0c0-5ab622fbfb42}:4.0", + "{f42a4cd3-abc6-4df1-a9eb-6ac6616627d7}:4.0", + "{057abe27-762f-413f-980e-e2cd61bb117a}:4.0", + "{de653965-c0ee-452d-87ba-a846f4825fab}:4.0", + "{f8d5b2ad-2817-4981-a0ce-67ced2493ada}:4.0", + "{88fe42ea-d051-44e9-af03-f7278c841408}:4.0", + "{4cd61c33-2c31-4724-834a-ec87c19dd1ec}:4.0", + "{972cb179-2855-47f7-a437-7138ae65c5cf}:4.0", + "{24404b17-6644-48f0-905b-ce6488ea3fa0}:4.0", + "{f534e670-4845-4be0-a782-0c61ba5ac803}:4.0", + "{9aefafa9-1afc-4675-84bf-28e6dd48b33c}:4.0", + "{129b8017-07f7-4f7c-a062-3e2115b3c770}:4.0", + "{b3eb295d-2c96-4470-a5d0-76589837b831}:4.0", + "{bbd78db9-20d5-45fc-a860-a2815fee6365}:4.0", + "{829ed32a-eca7-4fba-93e6-22666a125560}:4.0", + "{da5bfce3-2fac-4d6c-af2d-1e70a8b3cf5c}:4.0", + "{86abba8d-072f-49dc-8eb0-4749da256dd9}:4.0" + ], + "unblocked": [] + }, + "schema": 1626184478208, + "key_format": "{guid}:{version}", + "stash_time": 1626201309901, + "id": "1671691d-c83f-4433-9940-ba7573fa77f4", + "last_modified": 1626201482635 + }, + { + "stash": { + "blocked": [ + "ascsurfingprotectionnew@iobit.com:2.2.4", + "ascsurfingprotectionnew@iobit.com:2.2.0", + "ascsurfingprotectionnew@iobit.com:2.2.1", + "ascsurfingprotectionnew@iobit.com:2.1.6", + "ascsurfingprotectionnew@iobit.com:2.2.2", + "ascsurfingprotectionnew@iobit.com:2.1.8", + "ascsurfingprotectionnew@iobit.com:2.1.9", + "ascsurfingprotectionnew@iobit.com:2.1.5" + ], + "unblocked": [] + }, + "schema": 1626115075727, + "key_format": "{guid}:{version}", + "stash_time": 1626179709140, + "id": "6770803d-fa38-4cd9-a860-9d68775e53bb", + "last_modified": 1626179882712 + }, + { + "stash": { + "blocked": [ + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.1.3", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:2.1.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.3", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.1.8", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:2.1.2", + "{b3572866-899a-4bf8-8e55-ee778106f519}:3.0.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:1.7", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:2.0.5", + "{d9c46493-a854-4419-9f5e-3862a9c2b3fc}:1.0.1", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:2.1.1", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:1.6", + "{a42ab690-5535-46cd-9b0d-a56af68ccb34}:3.0.0", + "{a42ab690-5535-46cd-9b0d-a56af68ccb34}:2.0.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.1.4", + "{a42ab690-5535-46cd-9b0d-a56af68ccb34}:4.0.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.0.7", + "{a42ab690-5535-46cd-9b0d-a56af68ccb34}:5.0.0", + "{50fb5490-4ce1-4088-814c-2f5f6be85464}:0.1", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:1.7.1", + "{a42ab690-5535-46cd-9b0d-a56af68ccb34}:1.0.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.1.5", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.1.6", + "{b3572866-899a-4bf8-8e55-ee778106f519}:2.0.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.1.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:2.0.0", + "{50fb5490-4ce1-4088-814c-2f5f6be85464}:0.2", + "{d9c46493-a854-4419-9f5e-3862a9c2b3fc}:1.0.2", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.1.1", + "{b3572866-899a-4bf8-8e55-ee778106f519}:1.0.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:3.0.8", + "{5825e2b8-19da-4e90-aeea-958933a0be6a}:2.0.0", + "{7bf58b50-422c-4ff0-b70f-e8d219d04158}:2.1.3" + ], + "unblocked": [] + }, + "schema": 1625855874952, + "key_format": "{guid}:{version}", + "stash_time": 1626114908931, + "id": "abf39f73-387a-46d1-badc-a2acedb805c8", + "last_modified": 1626115075673 + }, + { + "stash": { + "blocked": [], + "unblocked": [] + }, + "schema": 1625834282766, + "key_format": "{guid}:{version}", + "stash_time": 1625855709365, + "id": "75f3b260-4154-4d1e-be71-9e37a530913a", + "last_modified": 1625855874901 + }, + { + "stash": { + "blocked": [ + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:2.1.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.13.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.47.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.16.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.17.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.10.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.3.8", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.25.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.32.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.29.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.60.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.23.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.3.3", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:2.0.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.57.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.53.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.50.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.55.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.0.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.19.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.36.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.7.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.15.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.2.3", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.21.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.9.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.1.1", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.8.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.4.1", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.44.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.22.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.51.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.56.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.4.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.30.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.3.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.6.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.4.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.54.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.18.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.1.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.2.8", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.37.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.5.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.12.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.45.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.0.1", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.11.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.35.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.0.3", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.3.9", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.46.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.28.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.52.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.2.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.14.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.20.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.33.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:4.5.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:5.27.0", + "{b6dccbb2-f2bd-4a56-84b8-3432934a5905}:1.3.6" + ], + "unblocked": [] + }, + "schema": 1625747886209, + "key_format": "{guid}:{version}", + "stash_time": 1625834109047, + "id": "62364741-9d7d-46b8-bcaf-3c7ddbafa6bf", + "last_modified": 1625834282717 + }, + { + "stash": { + "blocked": [ + "{660867b0-4b49-4053-b196-80010eb8d8a1}:1.0", + "{3f795cf2-6a1d-4181-9e6e-f3ae418e5df3}:1.3.2" + ], + "unblocked": [] + }, + "schema": 1625683074343, + "key_format": "{guid}:{version}", + "stash_time": 1625747708531, + "id": "f3f9975d-cc12-4916-abfc-d201759d862e", + "last_modified": 1625747886163 + }, + { + "stash": { + "blocked": [ + "{2d5543b1-ed91-40a1-8f3f-9df17dd518c0}:3.1.6" + ], + "unblocked": [] + }, + "schema": 1625661482535, + "key_format": "{guid}:{version}", + "stash_time": 1625682909217, + "id": "9015dbd7-809e-4b36-b18f-bdf1155e7a11", + "last_modified": 1625683074297 + }, + { + "stash": { + "blocked": [ + "{9bea1b62-0c4a-4309-957a-14a0995595db}:1.22", + "{b9618551-8eb2-4d78-a98c-b30503ffa600}:6", + "{54d56392-41e5-4ae7-80fc-5b1114e37350}:5.0", + "{b9618551-8eb2-4d78-a98c-b30503ffa600}:4", + "{9bea1b62-0c4a-4309-957a-14a0995595db}:1.23", + "{09376b43-7b1e-479f-9430-172762be3dbf}:3.0", + "{2acbf5eb-c645-4ea2-95f3-36da64bb417d}:1.0.1", + "{180fd21c-7d6e-4a83-b47a-8a5998c0dc76}:2.0", + "{9bea1b62-0c4a-4309-957a-14a0995595db}:1.21", + "{d1c4ca26-0c3c-4ce1-a7af-b2131cff3a3c}:3.0", + "{268c32b0-9a78-4153-b4c4-2c34eac375e5}:1.0.1", + "{54d56392-41e5-4ae7-80fc-5b1114e37350}:5.2", + "{4e33b8d2-76c8-4e91-a099-c82523b0a8cb}:2.0", + "{9bea1b62-0c4a-4309-957a-14a0995595db}:1.0", + "{cf709af6-d974-4cdf-8cf1-4654851f47c5}:1.0.1", + "{bc2f945f-5b8d-4286-b4f0-e61c7f7a93a1}:3.1", + "{4c80156c-c695-4e74-ac91-dfb109dded70}:2.0", + "{8534ce6b-331a-42fa-9adb-9ca95738239f}:3.0", + "{d1c4ca26-0c3c-4ce1-a7af-b2131cff3a3c}:1.0", + "{54d56392-41e5-4ae7-80fc-5b1114e37350}:4.0", + "{d085aa59-e9e2-45ea-85d2-6a07bdbb5c63}:2", + "{9bea1b62-0c4a-4309-957a-14a0995595db}:1.12", + "{b9618551-8eb2-4d78-a98c-b30503ffa600}:5", + "{9bea1b62-0c4a-4309-957a-14a0995595db}:1.1", + "{596fb103-1af0-4820-b89c-1cfd4922d086}:3.0", + "{5d67511d-9b36-40b2-8308-874e0900802e}:1.0.1", + "{d085aa59-e9e2-45ea-85d2-6a07bdbb5c63}:1.0", + "{54d56392-41e5-4ae7-80fc-5b1114e37350}:5.1", + "{d1c4ca26-0c3c-4ce1-a7af-b2131cff3a3c}:2.0", + "{b9618551-8eb2-4d78-a98c-b30503ffa600}:3" + ], + "unblocked": [] + }, + "schema": 1625590334818, + "key_format": "{guid}:{version}", + "stash_time": 1625661309251, + "id": "064c09a2-0395-4a8e-98fe-6026cbd046d8", + "last_modified": 1625661482487 + }, + { + "stash": { + "blocked": [ + "lusha@lusha.co:10.1.11", + "lusha@lusha.co:10.0.44", + "lusha@lusha.co:10.2.0", + "lusha@lusha.co:10.2.10", + "lusha@lusha.co:10.2.20", + "lusha@lusha.co:9.5.201", + "lusha@lusha.co:10.0.47", + "lusha@lusha.co:9.5.200", + "lusha@lusha.co:10.1.35", + "lusha@lusha.co:10.0.33", + "lusha@lusha.co:10.1.18", + "lusha@lusha.co:10.0.0", + "lusha@lusha.co:10.1.45", + "lusha@lusha.co:10.1.37", + "lusha@lusha.co:10.2.1" + ], + "unblocked": [] + }, + "schema": 1625510280192, + "key_format": "{guid}:{version}", + "stash_time": 1625574908628, + "id": "110ae0c9-3b34-4007-97b2-398eb6850f16", + "last_modified": 1625575081884 + }, + { + "stash": { + "blocked": [ + "{90f96118-03ba-43e5-a739-855641380654}:1.4.2", + "{a057fc42-aff6-401d-b266-4a48e6693fea}:3.3.2", + "{a057fc42-aff6-401d-b266-4a48e6693fea}:5.3.2", + "ff@ext:1.0", + "{73f70756-61df-428e-a2c6-caad829089d7}:1.3.2", + "{03a02e9c-0b37-4eb3-90a3-a22ef7bc6f0a}:2.3.2", + "{73f70756-61df-428e-a2c6-caad829089d7}:2.3.2", + "{03a02e9c-0b37-4eb3-90a3-a22ef7bc6f0a}:1.2.2" + ], + "unblocked": [] + }, + "schema": 1625243802656, + "key_format": "{guid}:{version}", + "stash_time": 1625510109002, + "id": "fe9edfab-8b39-4a3f-a40b-0c0d9e6f7574", + "last_modified": 1625510280147 + }, + { + "stash": { + "blocked": [], + "unblocked": [] + }, "schema": 1624392815746, "key_format": "{guid}:{version}", "stash_time": 1624624508662, diff -Nru firefox-esr-78.12.0esr/services/settings/dumps/main/search-config.json firefox-esr-78.13.0esr/services/settings/dumps/main/search-config.json --- firefox-esr-78.12.0esr/services/settings/dumps/main/search-config.json 2021-07-06 19:50:46.000000000 +0000 +++ firefox-esr-78.13.0esr/services/settings/dumps/main/search-config.json 2021-08-04 22:22:57.000000000 +0000 @@ -1,6 +1,624 @@ { "data": [ { + "params": { + "searchUrlGetParams": [ + { + "name": "pc", + "value": "MOZI" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "schema": 1627654944012, + "appliesTo": [ + { + "included": { + "locales": { + "matches": [ + "ach", + "af", + "an", + "ar", + "ast", + "az", + "ca", + "ca-valencia", + "cak", + "da", + "de", + "dsb", + "el", + "eo", + "es-CL", + "es-ES", + "es-MX", + "eu", + "fa", + "ff", + "fi", + "fr", + "fy-NL", + "gn", + "gu-IN", + "hi-IN", + "hr", + "hsb", + "ia", + "is", + "it", + "ja-JP-macos", + "ja", + "ka", + "kab", + "km", + "kn", + "lij", + "lo", + "lt", + "mk", + "ms", + "my", + "nb-NO", + "ne-NP", + "nl", + "nn-NO", + "oc", + "pa-IN", + "pt-BR", + "rm", + "ro", + "sco", + "son", + "sq", + "sr", + "sv-SE", + "th", + "tl", + "trs", + "uk", + "ur", + "uz", + "wo", + "xh", + "zh-CN" + ], + "startsWith": [ + "bn", + "en" + ] + } + } + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "pc", + "value": "MZSL01" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "default": "yes", + "override": true, + "application": { + "distributions": [ + "sweetlabs-b-oem1", + "sweetlabs-b-r-oem1" + ] + } + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "pc", + "value": "MZSL02" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "default": "yes", + "override": true, + "application": { + "distributions": [ + "sweetlabs-b-oem2", + "sweetlabs-b-r-oem2" + ] + } + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "pc", + "value": "MZSL03" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "default": "yes", + "override": true, + "application": { + "distributions": [ + "sweetlabs-b-oem3", + "sweetlabs-b-r-oem3" + ] + } + }, + { + "default": "yes", + "included": { + "everywhere": true + }, + "application": { + "distributions": [ + "acer-001", + "acer-002", + "acer-g-003" + ] + } + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "pc", + "value": "MOZD" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "override": true, + "application": { + "distributions": [ + "acer-001", + "acer-002" + ] + } + }, + { + "params": { + "searchUrlGetParams": [ + { + "name": "pc", + "value": "MOZE" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ] + }, + "override": true, + "application": { + "distributions": [ + "acer-g-003" + ] + } + }, + { + "override": "true", + "orderHint": 2500, + "application": { + "distributions": [ + "MozillaOnline" + ] + } + } + ], + "webExtension": { + "id": "bing@search.mozilla.org" + }, + "id": "7ec766f6-639a-4618-91bc-33eb3d4378c6", + "last_modified": 1627663746803 + }, + { + "schema": 1627058212123, + "appliesTo": [ + { + "included": { + "locales": { + "matches": [ + "en-US" + ] + }, + "regions": [ + "us" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "an", + "ast", + "ca", + "ca-valencia", + "es-ES", + "eu", + "gl" + ] + } + }, + "telemetryId": "ebay-es", + "webExtension": { + "locales": [ + "es" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "br", + "fr", + "wo" + ] + } + }, + "telemetryId": "ebay-fr", + "webExtension": { + "locales": [ + "fr" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "br", + "en-US", + "fr", + "wo" + ] + }, + "regions": [ + "be" + ] + }, + "telemetryId": "ebay-be", + "webExtension": { + "locales": [ + "be" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "br", + "en-US", + "fr", + "wo" + ] + }, + "regions": [ + "ca" + ] + }, + "telemetryId": "ebay-ca", + "webExtension": { + "locales": [ + "ca" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "br", + "en-US", + "fr", + "wo" + ] + }, + "regions": [ + "ch" + ] + }, + "telemetryId": "ebay-ch", + "webExtension": { + "locales": [ + "ch" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "cy", + "en-GB", + "gd" + ] + } + }, + "telemetryId": "ebay-uk", + "webExtension": { + "locales": [ + "uk" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "sco" + ] + }, + "regions": [ + "gb" + ] + }, + "telemetryId": "ebay-uk", + "webExtension": { + "locales": [ + "uk" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "en-US" + ] + }, + "regions": [ + "gb" + ] + }, + "telemetryId": "ebay-uk", + "webExtension": { + "locales": [ + "uk" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "cy", + "en-GB", + "en-US", + "gd" + ] + }, + "regions": [ + "au" + ] + }, + "telemetryId": "ebay-au", + "webExtension": { + "locales": [ + "au" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "cy", + "en-GB", + "en-US", + "gd" + ] + }, + "regions": [ + "ie" + ] + }, + "telemetryId": "ebay-ie", + "webExtension": { + "locales": [ + "ie" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "de", + "dsb", + "hsb" + ] + } + }, + "telemetryId": "ebay-de", + "webExtension": { + "locales": [ + "de" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "de", + "dsb", + "hsb" + ] + }, + "regions": [ + "at" + ] + }, + "telemetryId": "ebay-at", + "webExtension": { + "locales": [ + "at" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "de", + "dsb", + "hsb" + ] + }, + "regions": [ + "ch" + ] + }, + "telemetryId": "ebay-ch", + "webExtension": { + "locales": [ + "ch" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "en-CA" + ] + } + }, + "telemetryId": "ebay-ca", + "webExtension": { + "locales": [ + "ca" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "fy-NL", + "nl" + ] + } + }, + "telemetryId": "ebay-nl", + "webExtension": { + "locales": [ + "nl" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "en-US" + ] + }, + "regions": [ + "nl" + ] + }, + "telemetryId": "ebay-nl", + "webExtension": { + "locales": [ + "nl" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "fy-NL", + "nl" + ] + }, + "regions": [ + "be" + ] + }, + "telemetryId": "ebay-be", + "webExtension": { + "locales": [ + "be" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "ga-IE" + ] + } + }, + "telemetryId": "ebay-ie", + "webExtension": { + "locales": [ + "ie" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "it", + "lij" + ] + } + }, + "telemetryId": "ebay-it", + "webExtension": { + "locales": [ + "it" + ] + } + }, + { + "included": { + "locales": { + "matches": [ + "rm" + ] + } + }, + "telemetryId": "ebay-ch", + "webExtension": { + "locales": [ + "ch" + ] + } + } + ], + "webExtension": { + "id": "ebay@search.mozilla.org" + }, + "id": "cbe309e0-f638-4996-9dfc-ea5c19ef16e9", + "last_modified": 1627663746799 + }, + { "schema": 1623235246279, "appliesTo": [ { @@ -1109,377 +1727,6 @@ "last_modified": 1613587855064 }, { - "schema": 1609962110792, - "appliesTo": [ - { - "included": { - "locales": { - "matches": [ - "en-US" - ] - }, - "regions": [ - "us" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "an", - "ast", - "ca", - "ca-valencia", - "es-ES", - "eu", - "gl" - ] - } - }, - "telemetryId": "ebay-es", - "webExtension": { - "locales": [ - "es" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "br", - "fr", - "wo" - ] - } - }, - "telemetryId": "ebay-fr", - "webExtension": { - "locales": [ - "fr" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "br", - "en-US", - "fr", - "wo" - ] - }, - "regions": [ - "be" - ] - }, - "telemetryId": "ebay-be", - "webExtension": { - "locales": [ - "be" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "br", - "en-US", - "fr", - "wo" - ] - }, - "regions": [ - "ca" - ] - }, - "telemetryId": "ebay-ca", - "webExtension": { - "locales": [ - "ca" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "br", - "en-US", - "fr", - "wo" - ] - }, - "regions": [ - "ch" - ] - }, - "telemetryId": "ebay-ch", - "webExtension": { - "locales": [ - "ch" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "cy", - "en-GB", - "gd" - ] - } - }, - "telemetryId": "ebay-uk", - "webExtension": { - "locales": [ - "uk" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "en-US" - ] - }, - "regions": [ - "gb" - ] - }, - "telemetryId": "ebay-uk", - "webExtension": { - "locales": [ - "uk" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "cy", - "en-GB", - "en-US", - "gd" - ] - }, - "regions": [ - "au" - ] - }, - "telemetryId": "ebay-au", - "webExtension": { - "locales": [ - "au" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "cy", - "en-GB", - "en-US", - "gd" - ] - }, - "regions": [ - "ie" - ] - }, - "telemetryId": "ebay-ie", - "webExtension": { - "locales": [ - "ie" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "de", - "dsb", - "hsb" - ] - } - }, - "telemetryId": "ebay-de", - "webExtension": { - "locales": [ - "de" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "de", - "dsb", - "hsb" - ] - }, - "regions": [ - "at" - ] - }, - "telemetryId": "ebay-at", - "webExtension": { - "locales": [ - "at" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "de", - "dsb", - "hsb" - ] - }, - "regions": [ - "ch" - ] - }, - "telemetryId": "ebay-ch", - "webExtension": { - "locales": [ - "ch" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "en-CA" - ] - } - }, - "telemetryId": "ebay-ca", - "webExtension": { - "locales": [ - "ca" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "fy-NL", - "nl" - ] - } - }, - "telemetryId": "ebay-nl", - "webExtension": { - "locales": [ - "nl" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "en-US" - ] - }, - "regions": [ - "nl" - ] - }, - "telemetryId": "ebay-nl", - "webExtension": { - "locales": [ - "nl" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "fy-NL", - "nl" - ] - }, - "regions": [ - "be" - ] - }, - "telemetryId": "ebay-be", - "webExtension": { - "locales": [ - "be" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "ga-IE" - ] - } - }, - "telemetryId": "ebay-ie", - "webExtension": { - "locales": [ - "ie" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "it", - "lij" - ] - } - }, - "telemetryId": "ebay-it", - "webExtension": { - "locales": [ - "it" - ] - } - }, - { - "included": { - "locales": { - "matches": [ - "rm" - ] - } - }, - "telemetryId": "ebay-ch", - "webExtension": { - "locales": [ - "ch" - ] - } - } - ], - "webExtension": { - "id": "ebay@search.mozilla.org" - }, - "id": "cbe309e0-f638-4996-9dfc-ea5c19ef16e9", - "last_modified": 1610163579843 - }, - { "params": { "searchUrlGetParams": [ { @@ -1863,266 +2110,6 @@ "last_modified": 1597327602800 }, { - "params": { - "searchUrlGetParams": [ - { - "name": "pc", - "value": "MOZI" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "schema": 1592948527171, - "appliesTo": [ - { - "included": { - "locales": { - "matches": [ - "ach", - "af", - "an", - "ar", - "ast", - "az", - "ca", - "ca-valencia", - "cak", - "da", - "de", - "dsb", - "el", - "eo", - "es-CL", - "es-ES", - "es-MX", - "eu", - "fa", - "ff", - "fi", - "fr", - "fy-NL", - "gn", - "gu-IN", - "hi-IN", - "hr", - "hsb", - "ia", - "is", - "it", - "ja-JP-macos", - "ja", - "ka", - "kab", - "km", - "kn", - "lij", - "lo", - "lt", - "mk", - "ms", - "my", - "nb-NO", - "ne-NP", - "nl", - "nn-NO", - "oc", - "pa-IN", - "pt-BR", - "rm", - "ro", - "son", - "sq", - "sr", - "sv-SE", - "th", - "tl", - "trs", - "uk", - "ur", - "uz", - "wo", - "xh", - "zh-CN" - ], - "startsWith": [ - "bn", - "en" - ] - } - } - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "pc", - "value": "MZSL01" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "default": "yes", - "override": true, - "application": { - "distributions": [ - "sweetlabs-b-oem1", - "sweetlabs-b-r-oem1" - ] - } - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "pc", - "value": "MZSL02" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "default": "yes", - "override": true, - "application": { - "distributions": [ - "sweetlabs-b-oem2", - "sweetlabs-b-r-oem2" - ] - } - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "pc", - "value": "MZSL03" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "default": "yes", - "override": true, - "application": { - "distributions": [ - "sweetlabs-b-oem3", - "sweetlabs-b-r-oem3" - ] - } - }, - { - "default": "yes", - "included": { - "everywhere": true - }, - "application": { - "distributions": [ - "acer-001", - "acer-002", - "acer-g-003" - ] - } - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "pc", - "value": "MOZD" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "override": true, - "application": { - "distributions": [ - "acer-001", - "acer-002" - ] - } - }, - { - "params": { - "searchUrlGetParams": [ - { - "name": "pc", - "value": "MOZE" - }, - { - "name": "q", - "value": "{searchTerms}" - } - ] - }, - "override": true, - "application": { - "distributions": [ - "acer-g-003" - ] - } - }, - { - "override": "true", - "orderHint": 2500, - "application": { - "distributions": [ - "MozillaOnline" - ] - } - } - ], - "extraParams": [ - { - "name": "form", - "value": "MOZCON", - "purpose": "contextmenu", - "condition": "purpose" - }, - { - "name": "form", - "value": "MOZSBR", - "purpose": "searchbar", - "condition": "purpose" - }, - { - "name": "form", - "value": "MOZSPG", - "purpose": "homepage", - "condition": "purpose" - }, - { - "name": "form", - "value": "MOZLBR", - "purpose": "keyword", - "condition": "purpose" - }, - { - "name": "form", - "value": "MOZTSB", - "purpose": "newtab", - "condition": "purpose" - } - ], - "webExtension": { - "id": "bing@search.mozilla.org" - }, - "id": "7ec766f6-639a-4618-91bc-33eb3d4378c6", - "last_modified": 1593025575021 - }, - { "schema": 1588177655532, "appliesTo": [ { diff -Nru firefox-esr-78.12.0esr/services/settings/dumps/security-state/intermediates.json firefox-esr-78.13.0esr/services/settings/dumps/security-state/intermediates.json --- firefox-esr-78.12.0esr/services/settings/dumps/security-state/intermediates.json 2021-07-06 19:51:01.000000000 +0000 +++ firefox-esr-78.13.0esr/services/settings/dumps/security-state/intermediates.json 2021-08-04 22:23:10.000000000 +0000 @@ -1,43 +1,25 @@ { "data": [ { - "schema": 1625281061094, - "derHash": "xwY6jcZoIF5mFTEI++O9v27bb4zl9hajab72Mk3LY1Q=", - "subject": "CN=Certum Extended Validation ECC CA,OU=Certum Certification Authority,O=Asseco Data Systems S.A.,C=PL", - "subjectDN": "MIGFMQswCQYDVQQGEwJQTDEhMB8GA1UECgwYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLDB5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxKjAoBgNVBAMMIUNlcnR1bSBFeHRlbmRlZCBWYWxpZGF0aW9uIEVDQyBDQQ==", - "whitelist": false, - "attachment": { - "hash": "ab80d710e77c37afc3b1329d4e503f8098e4f3384c63346e0f589d9f3d863004", - "size": 1317, - "filename": "_yId-7ixJTA0RijRdjr4SGgKejXGhLaHSxMjvZxoMeA=.pem", - "location": "security-state-staging/intermediates/6224bea6-0a6c-4100-a887-c799ccf546bf.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "/yId+7ixJTA0RijRdjr4SGgKejXGhLaHSxMjvZxoMeA=", - "crlite_enrolled": true, - "id": "fe4c9d57-29aa-400b-a933-93193441cf39", - "last_modified": 1625342420787 - }, - { - "schema": 1625341831632, - "derHash": "HE7qOker0SJWjqtUfga1IRH384hmLCRsjsviZgufJvE=", - "subject": "CN=Certum Extended Validation RSA CA,OU=Certum Certification Authority,O=Asseco Data Systems S.A.,C=PL", - "subjectDN": "MIGFMQswCQYDVQQGEwJQTDEhMB8GA1UECgwYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLDB5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxKjAoBgNVBAMMIUNlcnR1bSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJTQSBDQQ==", + "schema": 1627740208946, + "derHash": "wt/7PBuwbeTBCSblF/82b5OJLV4C3G95CAJ121f9b8g=", + "subject": "CN=TI Trust Technologies EV CA,OU=Controlled by Sectigo exclusively for TI Trust Technologies,O=Telecom Italia Trust Technologies S.R.L.,L=Pomezia,ST=Roma,C=IT", + "subjectDN": "MIHNMQswCQYDVQQGEwJJVDENMAsGA1UECBMEUm9tYTEQMA4GA1UEBxMHUG9tZXppYTExMC8GA1UEChMoVGVsZWNvbSBJdGFsaWEgVHJ1c3QgVGVjaG5vbG9naWVzIFMuUi5MLjFEMEIGA1UECxM7Q29udHJvbGxlZCBieSBTZWN0aWdvIGV4Y2x1c2l2ZWx5IGZvciBUSSBUcnVzdCBUZWNobm9sb2dpZXMxJDAiBgNVBAMTG1RJIFRydXN0IFRlY2hub2xvZ2llcyBFViBDQQ==", "whitelist": false, "attachment": { - "hash": "895232045d915e2d74fa2e3ae83d4d8bdd52cbca18b2f199bf7e101a30790e5e", - "size": 2467, - "filename": "YAoKh_WpTocjrNw-_mxOvRJz65CHU5ydQ4-Rk-lZrRU=.pem", - "location": "security-state-staging/intermediates/08f26c7b-1519-439b-8f7e-8fa5232bf630.pem", + "hash": "f3a3288bc3b67208c3f1e4164cb00b27794763ac59477eb6171158b3507ab3e8", + "size": 2288, + "filename": "lG0jsaBDRslBBApGfnJu_ukJ5x3uoc841KUU1OMrO1E=.pem", + "location": "security-state-staging/intermediates/48b456c7-6568-4b6a-b3a6-e6d3c9384968.pem", "mimetype": "application/x-pem-file" }, - "pubKeyHash": "YAoKh/WpTocjrNw+/mxOvRJz65CHU5ydQ4+Rk+lZrRU=", + "pubKeyHash": "lG0jsaBDRslBBApGfnJu/ukJ5x3uoc841KUU1OMrO1E=", "crlite_enrolled": true, - "id": "6abd7bd3-4396-4e19-a9d9-cbb1751f738c", - "last_modified": 1625342420765 + "id": "3eca5483-9836-4680-82c5-bb0774a0b4ad", + "last_modified": 1627743575700 }, { - "schema": 1625237866155, + "schema": 1627657085658, "derHash": "Jv1MQ2fkY9OccXlq5AEOUzgNyTvBMvsBnWcYpoc+gfQ=", "subject": "CN=SHECA RSA Organization Validation Server CA G3,O=UniTrust,C=CN", "subjectDN": "MFkxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDE3MDUGA1UEAwwuU0hFQ0EgUlNBIE9yZ2FuaXphdGlvbiBWYWxpZGF0aW9uIFNlcnZlciBDQSBHMw==", @@ -52,10 +34,10 @@ "pubKeyHash": "0JA1q1ctk/4J8qS0t+GhJaG5egVDq9SB33oMY7SMpfs=", "crlite_enrolled": true, "id": "10ec0271-99d5-4c06-a20d-1c03ccf7d780", - "last_modified": 1625277459097 + "last_modified": 1627696694103 }, { - "schema": 1625151448664, + "schema": 1627696659687, "derHash": "ClUqZfIv+CDn7D1Du/iLAqvDS9JH4MNQWJG2NC8WpfI=", "subject": "CN=SHECA RSA Domain Validation Server CA G3,O=UniTrust,C=CN", "subjectDN": "MFMxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDExMC8GA1UEAwwoU0hFQ0EgUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlcnZlciBDQSBHMw==", @@ -70,7 +52,655 @@ "pubKeyHash": "N6OrM0KKQgR1zORoDKkLLFEKAYCmS/84dpbLl/qNOnU=", "crlite_enrolled": true, "id": "4b6a2421-1677-41c0-8103-bc13fb7e09f9", - "last_modified": 1625191054595 + "last_modified": 1627696694071 + }, + { + "schema": 1627527491679, + "derHash": "PzHbdYKNqpbk3luCoGeP4gI71bJGw/klDL9nGOEJWPU=", + "subject": "CN=Domain The Net Technologies Ltd CA for EV SSL R2,O=Domain The Net Technologies Ltd,C=IL", + "subjectDN": "MHIxCzAJBgNVBAYTAklMMSgwJgYDVQQKDB9Eb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkMTkwNwYDVQQDDDBEb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkIENBIGZvciBFViBTU0wgUjI=", + "whitelist": false, + "attachment": { + "hash": "cf5351124dd205109785f9b65c288b991342bec54071a6a24020c197870d64f5", + "size": 2487, + "filename": "Lk19AkNIC7AwHNF5HsU_phCEnUBI-eiA0mbFhxxeQsQ=.pem", + "location": "security-state-staging/intermediates/e3c32426-ee59-4729-9b1d-1ad5faa81c2c.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "Lk19AkNIC7AwHNF5HsU/phCEnUBI+eiA0mbFhxxeQsQ=", + "crlite_enrolled": true, + "id": "dafe281c-5c26-4b1e-b927-70b741e43b25", + "last_modified": 1627567413849 + }, + { + "schema": 1627505857328, + "derHash": "k6B4mNibLMoWa6bx+KFBOM5Dgo5JG4MZJryCR9ORzHI=", + "subject": "CN=Starfield Secure Certificate Authority - G2,OU=http://certs.starfieldtech.com/repository/,O=Starfield Technologies\\, Inc.,L=Scottsdale,ST=Arizona,C=US", + "subjectDN": "MIHGMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEzMDEGA1UECxMqaHR0cDovL2NlcnRzLnN0YXJmaWVsZHRlY2guY29tL3JlcG9zaXRvcnkvMTQwMgYDVQQDEytTdGFyZmllbGQgU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcy", + "whitelist": false, + "attachment": { + "hash": "4283da4ef9b6b21e475fb4a88aff9532a5c74e35282cb5459a20ee419646571c", + "size": 1792, + "filename": "8kGWrpQHhmc0jwLo43RYo6bmqtHgsNxhARjM5yFCe_w=.pem", + "location": "security-state-staging/intermediates/f0b4b8ab-658e-452d-a259-15b15f68060a.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "8kGWrpQHhmc0jwLo43RYo6bmqtHgsNxhARjM5yFCe/w=", + "crlite_enrolled": true, + "id": "eda1d6cc-95f3-4925-b185-1972acc69e5a", + "last_modified": 1627527490628 + }, + { + "schema": 1627354662566, + "derHash": "MaCWocuRiHbuV8hbI0n8nMLCy0/Pm903eHzp2levR5A=", + "subject": "CN=Alibaba Cloud GCC R3 TLS OV CA 2021,O=Alibaba Cloud Computing Co.\\, Ltd.,C=CN", + "subjectDN": "MGcxCzAJBgNVBAYTAkNOMSowKAYDVQQKEyFBbGliYWJhIENsb3VkIENvbXB1dGluZyBDby4sIEx0ZC4xLDAqBgNVBAMTI0FsaWJhYmEgQ2xvdWQgR0NDIFIzIFRMUyBPViBDQSAyMDIx", + "whitelist": false, + "attachment": { + "hash": "c64bbdc4fcc4298ffb453c1558ab7102e685784efb5cc1dae31840e3a119e67a", + "size": 1735, + "filename": "HacabMO6K4pM-shfB1EkMCGhH2TSlSvVizEDPU1Ruso=.pem", + "location": "security-state-staging/intermediates/f8675c4a-871f-4996-b046-3c346fb294db.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "HacabMO6K4pM+shfB1EkMCGhH2TSlSvVizEDPU1Ruso=", + "crlite_enrolled": true, + "id": "136cca7b-196b-4678-a6b0-4b880a8df6c5", + "last_modified": 1627397859276 + }, + { + "schema": 1627329796081, + "derHash": "odJdKJQfr8DCpuueWWpUeG5zHQpKjjIdufHPLCT91gk=", + "subject": "CN=Actalis Authentication CA G3,O=Actalis S.p.A./03358520967,L=Milano,ST=Milano,C=IT", + "subjectDN": "MHsxCzAJBgNVBAYTAklUMQ8wDQYDVQQIDAZNaWxhbm8xDzANBgNVBAcMBk1pbGFubzEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxJTAjBgNVBAMMHEFjdGFsaXMgQXV0aGVudGljYXRpb24gQ0EgRzM=", + "whitelist": false, + "attachment": { + "hash": "460a8caeba0a48e1b86b9aa61e29fe8358616f76304f1fbd67cb2527e77b9037", + "size": 2243, + "filename": "qqFYlKc1lGtPZDV3-S2Iiq7okt-fD5tWC2AM1QEBmEg=.pem", + "location": "security-state-staging/intermediates/8b0fb3aa-de5c-498b-ab03-3d295c24ca08.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "qqFYlKc1lGtPZDV3+S2Iiq7okt+fD5tWC2AM1QEBmEg=", + "crlite_enrolled": false, + "id": "0fdbe9d5-d2f3-4438-9a51-df510e92865a", + "last_modified": 1627333082315 + }, + { + "schema": 1627102641600, + "derHash": "6mljaWdQVkoiiz64jg/UMExdonp6+S0dQZk1elAHgxU=", + "subject": "CN=WoTrus EV SSL CA,O=WoTrus CA Limited,C=CN", + "subjectDN": "MEQxCzAJBgNVBAYTAkNOMRowGAYDVQQKDBFXb1RydXMgQ0EgTGltaXRlZDEZMBcGA1UEAwwQV29UcnVzIEVWIFNTTCBDQQ==", + "whitelist": false, + "attachment": { + "hash": "fc57e3fad962bd4b00feeaae47893e01b5b42af32dadb1d3e0e55cad0d68a007", + "size": 1691, + "filename": "bfm30K2ufQC3gQINxl7OwREoFSQEJrK4ecMD3jy_Qlc=.pem", + "location": "security-state-staging/intermediates/744615e6-3b14-49f9-9fef-3d7691a5c6d6.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "bfm30K2ufQC3gQINxl7OwREoFSQEJrK4ecMD3jy/Qlc=", + "crlite_enrolled": false, + "id": "9cb658c6-3e52-4a94-b178-1d2ab7a03ad7", + "last_modified": 1627246645036 + }, + { + "schema": 1627098943049, + "derHash": "qzIDs+ogF9UJcmodgik+/8uMQs61LJrxwO7pa1wCvLo=", + "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", + "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", + "whitelist": false, + "attachment": { + "hash": "dab72f8a61c3d1392090bfa1d53928ff5e675385a1b03742a601a3457a12342f", + "size": 2653, + "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", + "location": "security-state-staging/intermediates/cd6fd8ca-476d-4166-8171-47e097b3fba7.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", + "crlite_enrolled": false, + "id": "cdcb7fdb-36d0-4d2b-b326-6537b6c0a255", + "last_modified": 1627102640462 + }, + { + "schema": 1627098765680, + "derHash": "1oMbpDYH9awZd41idTFWKvVRRfGRyrXvr6DgAFRCswI=", + "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", + "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", + "whitelist": false, + "attachment": { + "hash": "eec823ad61a76103455ac29ab1ea726af33851691074cffd1fb703c49fe85217", + "size": 2121, + "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", + "location": "security-state-staging/intermediates/d49999e5-60cd-4c45-a970-e9462ab32f63.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", + "crlite_enrolled": false, + "id": "9561182b-470d-459e-8d38-ee7e1b3ceed8", + "last_modified": 1627102640439 + }, + { + "schema": 1627099151125, + "derHash": "qzIDs+ogF9UJcmodgik+/8uMQs61LJrxwO7pa1wCvLo=", + "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", + "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", + "whitelist": false, + "attachment": { + "hash": "dab72f8a61c3d1392090bfa1d53928ff5e675385a1b03742a601a3457a12342f", + "size": 2653, + "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", + "location": "security-state-staging/intermediates/8493a5e1-2fe7-48d1-baff-5f6b9f29913f.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", + "crlite_enrolled": false, + "id": "f45995f1-56b8-45c4-9465-14c646f731cc", + "last_modified": 1627102640419 + }, + { + "schema": 1627098943614, + "derHash": "1oMbpDYH9awZd41idTFWKvVRRfGRyrXvr6DgAFRCswI=", + "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", + "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", + "whitelist": false, + "attachment": { + "hash": "eec823ad61a76103455ac29ab1ea726af33851691074cffd1fb703c49fe85217", + "size": 2121, + "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", + "location": "security-state-staging/intermediates/e3b5ce85-565e-482f-b742-aae47955c01f.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", + "crlite_enrolled": false, + "id": "8fc3b269-4824-4ae9-9b9d-2d5ab7099766", + "last_modified": 1627102640399 + }, + { + "schema": 1626987442498, + "derHash": "lzpBJ2/9AeAnoqrUnjTDeEbT6Xb/amILZxLjODIEGqY=", + "subject": "CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US", + "subjectDN": "MIG0MQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTEaMBgGA1UEChMRR29EYWRkeS5jb20sIEluYy4xLTArBgNVBAsTJGh0dHA6Ly9jZXJ0cy5nb2RhZGR5LmNvbS9yZXBvc2l0b3J5LzEzMDEGA1UEAxMqR28gRGFkZHkgU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcy", + "whitelist": false, + "attachment": { + "hash": "a111efc20329e87b541cfc3e7f526fc54bb24624fddf210f4347b9fadfb1ab6b", + "size": 1727, + "filename": "8Rw90Ej3Ttt8RRkrg-WYDS9n7IS03bk5bjP_UXPtaY8=.pem", + "location": "security-state-staging/intermediates/a2a04dfe-6201-4d0a-b8cf-80d2975bfb51.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "8Rw90Ej3Ttt8RRkrg+WYDS9n7IS03bk5bjP/UXPtaY8=", + "crlite_enrolled": true, + "id": "549c92e2-3738-4c8c-ae37-407e4e6158ce", + "last_modified": 1627009045803 + }, + { + "schema": 1626986989722, + "derHash": "9igmTHnb+9/P3sZDFxvcvU3nSD+cgOpZBoiHrkSaLkg=", + "subject": "CN=HARICA EV TLS RSA SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", + "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgUlNBIFN1YkNBIFIx", + "whitelist": false, + "attachment": { + "hash": "846d7358205bc7e15ac8e01f9d19e231ffbaa461c8bdace8a0b4ec9f552e012c", + "size": 2475, + "filename": "qQHYBA8HuHBDaaxDEsg5_SBSGWrd6XH3D7_lIoKEbz8=.pem", + "location": "security-state-staging/intermediates/14678d7f-ddf3-4f36-b119-073b8c5a9b16.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "qQHYBA8HuHBDaaxDEsg5/SBSGWrd6XH3D7/lIoKEbz8=", + "crlite_enrolled": true, + "id": "d11e6280-6580-49bf-8a77-32ab8fe404d8", + "last_modified": 1626987441447 + }, + { + "schema": 1626986989201, + "derHash": "cB6yP5VWTNVWnNIOXwXCiIkAuum6A6v1q+V7/gS1SmA=", + "subject": "CN=HARICA EV TLS ECC SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", + "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgRUNDIFN1YkNBIFIx", + "whitelist": false, + "attachment": { + "hash": "244713695ba67258093ce03ecbc69ba3cae541d762cb47302f341d9624076e4a", + "size": 1337, + "filename": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=.pem", + "location": "security-state-staging/intermediates/8530e613-2ac4-47e1-a3d6-9e33c404cd71.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=", + "crlite_enrolled": true, + "id": "f9d19bad-6a64-448b-95cf-8ba59a0aeecc", + "last_modified": 1626987441427 + }, + { + "schema": 1626984474074, + "derHash": "9igmTHnb+9/P3sZDFxvcvU3nSD+cgOpZBoiHrkSaLkg=", + "subject": "CN=HARICA EV TLS RSA SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", + "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgUlNBIFN1YkNBIFIx", + "whitelist": false, + "attachment": { + "hash": "846d7358205bc7e15ac8e01f9d19e231ffbaa461c8bdace8a0b4ec9f552e012c", + "size": 2475, + "filename": "qQHYBA8HuHBDaaxDEsg5_SBSGWrd6XH3D7_lIoKEbz8=.pem", + "location": "security-state-staging/intermediates/e5246c0b-fc24-4e46-97eb-c00a68aa1d0f.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "qQHYBA8HuHBDaaxDEsg5/SBSGWrd6XH3D7/lIoKEbz8=", + "crlite_enrolled": true, + "id": "53de2049-dbd1-4f4b-87f0-bfa0d0eb57aa", + "last_modified": 1626987441407 + }, + { + "schema": 1626984722728, + "derHash": "cB6yP5VWTNVWnNIOXwXCiIkAuum6A6v1q+V7/gS1SmA=", + "subject": "CN=HARICA EV TLS ECC SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", + "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgRUNDIFN1YkNBIFIx", + "whitelist": false, + "attachment": { + "hash": "244713695ba67258093ce03ecbc69ba3cae541d762cb47302f341d9624076e4a", + "size": 1337, + "filename": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=.pem", + "location": "security-state-staging/intermediates/d45617a3-d10a-4c7e-b432-ea22d743a33d.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=", + "crlite_enrolled": true, + "id": "edea9972-db9b-4cd4-85ca-c61cf1317bc3", + "last_modified": 1626987441386 + }, + { + "schema": 1626919335949, + "derHash": "rshjiY8oTWzUxqP2w+ZSNICjWcM9r2b60zgYSbi7AYs=", + "subject": "CN=Cloudflare Inc RSA CA-2,O=Cloudflare\\, Inc.,C=US", + "subjectDN": "MEoxCzAJBgNVBAYTAlVTMRkwFwYDVQQKExBDbG91ZGZsYXJlLCBJbmMuMSAwHgYDVQQDExdDbG91ZGZsYXJlIEluYyBSU0EgQ0EtMg==", + "whitelist": false, + "attachment": { + "hash": "842301a8382a5def37850ade1e06b5c25ea99a6c56136a48f896bd964b68090f", + "size": 1654, + "filename": "hS5jJ4P-iQUErBkvoWBQOd1T7VOAYlOVegvv1iMzpxA=.pem", + "location": "security-state-staging/intermediates/a38d6897-15d6-441e-b9ae-07da1d37dbb3.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "hS5jJ4P+iQUErBkvoWBQOd1T7VOAYlOVegvv1iMzpxA=", + "crlite_enrolled": true, + "id": "57692346-8878-48fc-aea7-e7f609f4a9de", + "last_modified": 1626922715461 + }, + { + "schema": 1626879939380, + "derHash": "RcKL5DQvByzWIZaYw+8qxtunPxngTazyBE0vaZPjQrQ=", + "subject": "CN=eMudhra RSA Extended Validation Secure Server CA,OU=Controlled by Sectigo exclusively for eMudhra Technologies Ltd.,O=eMudhra Technologies Limited,L=Bengaluru,ST=Karnataka,C=IN", + "subjectDN": "MIHhMQswCQYDVQQGEwJJTjESMBAGA1UECBMJS2FybmF0YWthMRIwEAYDVQQHEwlCZW5nYWx1cnUxJTAjBgNVBAoTHGVNdWRocmEgVGVjaG5vbG9naWVzIExpbWl0ZWQxSDBGBgNVBAsTP0NvbnRyb2xsZWQgYnkgU2VjdGlnbyBleGNsdXNpdmVseSBmb3IgZU11ZGhyYSBUZWNobm9sb2dpZXMgTHRkLjE5MDcGA1UEAxMwZU11ZGhyYSBSU0EgRXh0ZW5kZWQgVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB", + "whitelist": false, + "attachment": { + "hash": "68e999dcfb6f85564fab0d02baa239b313d7e2dc8f5a4ecb6346e4afc6201b43", + "size": 2316, + "filename": "xIsOtN5uZ5ZZQRiHSu6NrXg36kenjPgaYZeoj9lRsXk=.pem", + "location": "security-state-staging/intermediates/e30be843-e47e-40e4-8d03-35c62a341392.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "xIsOtN5uZ5ZZQRiHSu6NrXg36kenjPgaYZeoj9lRsXk=", + "crlite_enrolled": true, + "id": "29d99702-edc8-413c-b8ca-77c56ea0181f", + "last_modified": 1626922715440 + }, + { + "schema": 1626789523481, + "derHash": "ApHPAoSRMvcU6BDJ0LJNs3uuq/jMkXgebDOOFBdnw5s=", + "subject": "CN=Quantum Secure Site EV Pro TLS CN RSA R1,O=Quantum CA Limited,C=GB", + "subjectDN": "MF0xCzAJBgNVBAYTAkdCMRswGQYDVQQKDBJRdWFudHVtIENBIExpbWl0ZWQxMTAvBgNVBAMMKFF1YW50dW0gU2VjdXJlIFNpdGUgRVYgUHJvIFRMUyBDTiBSU0EgUjE=", + "whitelist": false, + "attachment": { + "hash": "205d4d89672afbc814f6f7f6cd9566cacb6c98da7a00ca9a8627d45740eb806c", + "size": 2422, + "filename": "GbKybScGsOQC8iThcKBmo7l9NYxxnn03eDuKF6Ai7x4=.pem", + "location": "security-state-staging/intermediates/89d4daa7-dc2c-4439-afae-681f4fec9160.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "GbKybScGsOQC8iThcKBmo7l9NYxxnn03eDuKF6Ai7x4=", + "crlite_enrolled": true, + "id": "da058f7d-5324-4057-bbd7-5b89599ed105", + "last_modified": 1626789589554 + }, + { + "schema": 1626449758393, + "derHash": "/Zi0DrlKrAl2IhefHjrN2s0/PJUnzWl03DYU0JrTeq4=", + "subject": "CN=Actalis Domain Validation Server CA G1,O=Actalis S.p.A./03358520967,L=Ponte San Pietro,ST=Bergamo,C=IT", + "subjectDN": "MIGQMQswCQYDVQQGEwJJVDEQMA4GA1UECAwHQmVyZ2FtbzEZMBcGA1UEBwwQUG9udGUgU2FuIFBpZXRybzEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxLzAtBgNVBAMMJkFjdGFsaXMgRG9tYWluIFZhbGlkYXRpb24gU2VydmVyIENBIEcx", + "whitelist": false, + "attachment": { + "hash": "6acbc0db9e14c20b7451ac6a4370d052bc7c3e5998ac0c9ffd0579f1e572ba26", + "size": 2255, + "filename": "BJJEqWcyIOaOIv8i-zwBwibnq29_3M0jCAjL4VG3bvU=.pem", + "location": "security-state-staging/intermediates/7dfd8c65-c838-4d5b-9e31-7514f9077c07.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "BJJEqWcyIOaOIv8i+zwBwibnq29/3M0jCAjL4VG3bvU=", + "crlite_enrolled": false, + "id": "8508b975-2be6-4467-9f9f-2771caa111e4", + "last_modified": 1626530311697 + }, + { + "schema": 1626443811098, + "derHash": "6IHTuDw7xpTX2Z+S3oOyv/XG7i2YcaRG3qEH1jl1Zfw=", + "subject": "CN=Apple Public EV Server RSA CA 3 - G1,O=Apple Inc.,C=US", + "subjectDN": "MFExCzAJBgNVBAYTAlVTMRMwEQYDVQQKEwpBcHBsZSBJbmMuMS0wKwYDVQQDEyRBcHBsZSBQdWJsaWMgRVYgU2VydmVyIFJTQSBDQSAzIC0gRzE=", + "whitelist": false, + "attachment": { + "hash": "05636855833311a310b0828ba857207d0eccf6a019c54c9ebb31a2249c1664f8", + "size": 1800, + "filename": "aEQV_UnJvguPLzp--x3ZbyOodJnw5VpETKxl_Aol0Ac=.pem", + "location": "security-state-staging/intermediates/a98e7dae-1e30-457f-90d6-9f0c1d817640.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "aEQV/UnJvguPLzp++x3ZbyOodJnw5VpETKxl/Aol0Ac=", + "crlite_enrolled": false, + "id": "7915f1a3-25a6-4fe0-8f20-a17e44488dcf", + "last_modified": 1626443992087 + }, + { + "schema": 1626357906352, + "derHash": "OH1Ja5IgLUxEPNlP9C2hffLx5o4kTC+7p+KU290RNXs=", + "subject": "CN=WISeKey CertifyID Advanced GC CA 1,O=WISeKey,C=CH", + "subjectDN": "MEwxCzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSswKQYDVQQDEyJXSVNlS2V5IENlcnRpZnlJRCBBZHZhbmNlZCBHQyBDQSAx", + "whitelist": false, + "attachment": { + "hash": "3847cc74ceb46d2e07d37b69b668ff50587428a43ef992473d4a3e433bcb1972", + "size": 1293, + "filename": "Y3IJxxxojxFKeXVhVUyyPE4P-7QrAbKt0viCWXpb1G8=.pem", + "location": "security-state-staging/intermediates/233bd648-66bc-440b-8b31-293196be1b49.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "Y3IJxxxojxFKeXVhVUyyPE4P+7QrAbKt0viCWXpb1G8=", + "crlite_enrolled": false, + "id": "5905f153-1bda-44df-8205-013b8756834a", + "last_modified": 1626361244279 + }, + { + "schema": 1626335942687, + "derHash": "VgCvtrriqDtmucu+nO7I9T4mQgppk5pI3MbVa5l5CmM=", + "subject": "CN=GDCA TrustAUTH R4 OV SSL CA,O=Global Digital Cybersecurity Authority Co.\\, Ltd.,C=CN", + "subjectDN": "MG4xCzAJBgNVBAYTAkNOMTkwNwYDVQQKDDBHbG9iYWwgRGlnaXRhbCBDeWJlcnNlY3VyaXR5IEF1dGhvcml0eSBDby4sIEx0ZC4xJDAiBgNVBAMMG0dEQ0EgVHJ1c3RBVVRIIFI0IE9WIFNTTCBDQQ==", + "whitelist": false, + "attachment": { + "hash": "9212a9d7e5c2bfcfbf43aaf53d8aa2e3501f467ef547dee098ab48f5d850d6ad", + "size": 2052, + "filename": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb-nZvgw-0Who=.pem", + "location": "security-state-staging/intermediates/4aa91fab-6b52-44a6-a3c1-ef65ee1e7d8f.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb+nZvgw+0Who=", + "crlite_enrolled": true, + "id": "a463b3f5-089a-40a1-ac08-8bb23ab16b4c", + "last_modified": 1626361244253 + }, + { + "schema": 1626357907417, + "derHash": "HparstZQK13OUY7AC1oeVDNJ79Lj9ovpq8ESiyVv7dc=", + "subject": "CN=GDCA TrustAUTH R4 SSL CA,O=GUANG DONG CERTIFICATE AUTHORITY CO.\\,LTD.,C=CN", + "subjectDN": "MGQxCzAJBgNVBAYTAkNOMTIwMAYDVQQKDClHVUFORyBET05HIENFUlRJRklDQVRFIEFVVEhPUklUWSBDTy4sTFRELjEhMB8GA1UEAwwYR0RDQSBUcnVzdEFVVEggUjQgU1NMIENB", + "whitelist": false, + "attachment": { + "hash": "0c153a0a3e193285fb42bc65ed86726b6ce20e989c5ce61bee6ac0249ccc9114", + "size": 2052, + "filename": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb-nZvgw-0Who=.pem", + "location": "security-state-staging/intermediates/917af39e-808a-4852-8c1c-b2360829b69b.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb+nZvgw+0Who=", + "crlite_enrolled": true, + "id": "056dcecf-b54d-4dca-bd31-f6fa1134a775", + "last_modified": 1626361244232 + }, + { + "schema": 1626335919550, + "derHash": "YoBqPZQu1PbAkaEx5jY7E43WOlw830QT0AzIoMMzqfg=", + "subject": "CN=CERTDATA SSL OV CA [Run by the Issuer],O=CERTDATA SERVICOS DE INFORMACAO LTDA,C=BR", + "subjectDN": "MG4xCzAJBgNVBAYTAkJSMS0wKwYDVQQKEyRDRVJUREFUQSBTRVJWSUNPUyBERSBJTkZPUk1BQ0FPIExUREExMDAuBgNVBAMMJ0NFUlREQVRBIFNTTCBPViBDQSAgW1J1biBieSB0aGUgSXNzdWVyXQ==", + "whitelist": false, + "attachment": { + "hash": "2f80f47c488ec7412b055557852db65a46130e869818968c2e1abd16dfde9038", + "size": 2129, + "filename": "j329Y60dfipsfu2WQjIJzo3bfYjWBMO0L6-erwtRMEM=.pem", + "location": "security-state-staging/intermediates/ac48c1cf-d260-4b4a-beb7-599ef5ee1de8.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "j329Y60dfipsfu2WQjIJzo3bfYjWBMO0L6+erwtRMEM=", + "crlite_enrolled": true, + "id": "538da95e-219e-4f04-9887-5ef9291a70ab", + "last_modified": 1626335941622 + }, + { + "schema": 1626228253330, + "derHash": "raWnGvISG1aRBL44XnRvqXVhfoHb+vb3IuYjUkcb2Dg=", + "subject": "CN=AgID CA1,OU=Area Soluzioni per la Pubblica Amministrazione,O=Agenzia per l'Italia Digitale,L=Roma,C=IT", + "subjectDN": "MIGQMQswCQYDVQQGEwJJVDENMAsGA1UEBwwEUm9tYTEmMCQGA1UECgwdQWdlbnppYSBwZXIgbCdJdGFsaWEgRGlnaXRhbGUxNzA1BgNVBAsMLkFyZWEgU29sdXppb25pIHBlciBsYSBQdWJibGljYSBBbW1pbmlzdHJhemlvbmUxETAPBgNVBAMMCEFnSUQgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "7f6a4095e6a1f9d0f9b7e2de305eef7cff7478f950efd315a9665102a43aa6c0", + "size": 6310, + "filename": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=.pem", + "location": "security-state-staging/intermediates/42dbb094-d738-4ff4-aa18-71ef8cdd4861.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=", + "crlite_enrolled": true, + "id": "ceb499de-3182-4247-b2de-449be078c0c8", + "last_modified": 1626231490714 + }, + { + "schema": 1626228255133, + "derHash": "QEorI7JSAERspyE+GvVmNcuT3fe+8Nh2ZLpBG39MjlY=", + "subject": "CN=AgID CA1,OU=Area Soluzioni per la Pubblica Amministrazione,O=Agenzia per l'Italia Digitale,L=Roma,C=IT", + "subjectDN": "MIGQMQswCQYDVQQGEwJJVDENMAsGA1UEBwwEUm9tYTEmMCQGA1UECgwdQWdlbnppYSBwZXIgbCdJdGFsaWEgRGlnaXRhbGUxNzA1BgNVBAsMLkFyZWEgU29sdXppb25pIHBlciBsYSBQdWJibGljYSBBbW1pbmlzdHJhemlvbmUxETAPBgNVBAMMCEFnSUQgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "91820d99356f7a589d0d2151351e8526fc7daac72414b01d6bc2a4cd653510cb", + "size": 6574, + "filename": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=.pem", + "location": "security-state-staging/intermediates/94224e58-131e-45f6-898d-2b06a4307683.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=", + "crlite_enrolled": true, + "id": "286df146-c769-48e4-8f16-4a7567ef7baa", + "last_modified": 1626231490701 + }, + { + "schema": 1626228256837, + "derHash": "97Ce6nkJakSY9qK41vEYMiijdp6piAUNGzKjgOq8T54=", + "subject": "CN=AgID CA1,OU=Area Soluzioni per la Pubblica Amministrazione,O=Agenzia per l'Italia Digitale,L=Roma,C=IT", + "subjectDN": "MIGQMQswCQYDVQQGEwJJVDENMAsGA1UEBwwEUm9tYTEmMCQGA1UECgwdQWdlbnppYSBwZXIgbCdJdGFsaWEgRGlnaXRhbGUxNzA1BgNVBAsMLkFyZWEgU29sdXppb25pIHBlciBsYSBQdWJibGljYSBBbW1pbmlzdHJhemlvbmUxETAPBgNVBAMMCEFnSUQgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "33cc3cfbbfc2a843674615cd50dfb4fa62da0da9c94ddda3d50cbaf036bf1be7", + "size": 6468, + "filename": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=.pem", + "location": "security-state-staging/intermediates/608cdae9-6370-44b3-aaed-14343688f3b3.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=", + "crlite_enrolled": true, + "id": "56d70739-72a2-485c-88c5-801e16b7c76a", + "last_modified": 1626231490688 + }, + { + "schema": 1626228258512, + "derHash": "15PZNN0bn/n2p21DjHYO1EtyvN5mC0mnfbz4HsfOs6k=", + "subject": "CN=AgID CA1,OU=Area Soluzioni per la Pubblica Amministrazione,O=Agenzia per l'Italia Digitale,L=Roma,C=IT", + "subjectDN": "MIGQMQswCQYDVQQGEwJJVDENMAsGA1UEBwwEUm9tYTEmMCQGA1UECgwdQWdlbnppYSBwZXIgbCdJdGFsaWEgRGlnaXRhbGUxNzA1BgNVBAsMLkFyZWEgU29sdXppb25pIHBlciBsYSBQdWJibGljYSBBbW1pbmlzdHJhemlvbmUxETAPBgNVBAMMCEFnSUQgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "66a089673ef49cbf1b9622d90d796824b48dfd344fbb9b98dff73865498b710c", + "size": 6456, + "filename": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=.pem", + "location": "security-state-staging/intermediates/679ddf15-effb-4144-ac94-40402f6165f8.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=", + "crlite_enrolled": true, + "id": "41b043e8-97e5-4ae9-a327-3caa8087c470", + "last_modified": 1626231490675 + }, + { + "schema": 1626228260281, + "derHash": "5/oPZ8m22IbIaECJltvfw2gOi57Ediju+0gkwjoodpM=", + "subject": "CN=AgID CA1,OU=Area Soluzioni per la Pubblica Amministrazione,O=Agenzia per l'Italia Digitale,L=Roma,C=IT", + "subjectDN": "MIGQMQswCQYDVQQGEwJJVDENMAsGA1UEBwwEUm9tYTEmMCQGA1UECgwdQWdlbnppYSBwZXIgbCdJdGFsaWEgRGlnaXRhbGUxNzA1BgNVBAsMLkFyZWEgU29sdXppb25pIHBlciBsYSBQdWJibGljYSBBbW1pbmlzdHJhemlvbmUxETAPBgNVBAMMCEFnSUQgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "84cbbe4b788218f1597d9cb6bda736fd33786a81839d16846159e165d535e28b", + "size": 6440, + "filename": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=.pem", + "location": "security-state-staging/intermediates/5f736ca5-dce2-4dfa-bdd7-58ab7e4f224c.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "OePGxvE8liB3UXJpTSD4HtrVWoYTk0zap8N5Om0muGs=", + "crlite_enrolled": true, + "id": "b0569307-0dd3-4b38-9256-867b1a333c1b", + "last_modified": 1626231490661 + }, + { + "schema": 1626184476813, + "derHash": "/yAcoSyHpvDLpkPpq7PJVMkVWt0xObLi6u0RS/n3XTE=", + "subject": "CN=COMODO RSA Domain Validation Secure Server CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", + "subjectDN": "MIGSMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE4MDYGA1UEAxMvQ09NT0RPIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBIDI=", + "whitelist": false, + "attachment": { + "hash": "c3af80c298bee7bb78b92a6907c2737f0f2499d7469ab1445b6ac2c3afca282e", + "size": 2154, + "filename": "EULHwYvGhknyznoBvyvgbidiBH3JX3eFHHlIO3YK8Ek=.pem", + "location": "security-state-staging/intermediates/8acfb92a-ce66-4fb5-b98b-4972b2012e02.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "EULHwYvGhknyznoBvyvgbidiBH3JX3eFHHlIO3YK8Ek=", + "crlite_enrolled": true, + "id": "d7edf4f6-8ea9-48ae-8d08-69ed5736f29e", + "last_modified": 1626209888341 + }, + { + "schema": 1626206586409, + "derHash": "zWwQig5kHyyhIqqm0D+CZ1nK58b4AOq/dtxItnzQg84=", + "subject": "CN=COMODO ECC Domain Validation Secure Server CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", + "subjectDN": "MIGSMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE4MDYGA1UEAxMvQ09NT0RPIEVDQyBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBIDI=", + "whitelist": false, + "attachment": { + "hash": "7facb26c244929edfadc101e9d19a9d34d32396b62ea53c5d23503e6bc13eb7d", + "size": 1317, + "filename": "x9SZw6TwIqfmvrLZ_kz1o0Ossjmn728BnBKpUFqGNVM=.pem", + "location": "security-state-staging/intermediates/fffcaf3e-173f-4e58-b6c4-9954f5874559.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "x9SZw6TwIqfmvrLZ/kz1o0Ossjmn728BnBKpUFqGNVM=", + "crlite_enrolled": true, + "id": "c6b2463c-5d7d-46a7-81b3-08d470deb2cb", + "last_modified": 1626209888300 + }, + { + "schema": 1626097822652, + "derHash": "WkmxWuYP9ifaJyqHQ9ZxYrrKEJYWggMhOs+CJ69MSUI=", + "subject": "CN=Herritar eta Erakundeen CA - CA de Ciudadanos y Entidades (3),OU=NZZ Ziurtagiri publikoa - Certificado publico SCI,O=IZENPE S.A.,C=ES", + "subjectDN": "MIGnMQswCQYDVQQGEwJFUzEUMBIGA1UEChMLSVpFTlBFIFMuQS4xOjA4BgNVBAsTMU5aWiBaaXVydGFnaXJpIHB1Ymxpa29hIC0gQ2VydGlmaWNhZG8gcHVibGljbyBTQ0kxRjBEBgNVBAMTPUhlcnJpdGFyIGV0YSBFcmFrdW5kZWVuIENBIC0gQ0EgZGUgQ2l1ZGFkYW5vcyB5IEVudGlkYWRlcyAoMyk=", + "whitelist": false, + "attachment": { + "hash": "d85bcef74f09e1dbd2ce16da48da2ee5fc7a20a7fff9caa5dc49af6709f5f48c", + "size": 2576, + "filename": "bMhIINBfI65xm4qrUlaPfhKn2U2zsWEE7sOwUjKeoT8=.pem", + "location": "security-state-staging/intermediates/d89eb328-693b-4b24-90f8-34bf2e499dca.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "bMhIINBfI65xm4qrUlaPfhKn2U2zsWEE7sOwUjKeoT8=", + "crlite_enrolled": false, + "id": "fb272741-7da4-469b-ab59-52ece6f412f9", + "last_modified": 1626098298877 + }, + { + "schema": 1625799458757, + "derHash": "lRQaNVpaKqPgESIcq5/nOBD9tdiBNYZPA+TYUr0Lvts=", + "subject": "CN=Thawte RSA CN CA G2,O=DigiCert Inc,C=US", + "subjectDN": "MEIxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxHDAaBgNVBAMTE1RoYXd0ZSBSU0EgQ04gQ0EgRzI=", + "whitelist": false, + "attachment": { + "hash": "419f063716d0b08e5119a943e2d8506a67bba9d8b72f725763a5b48b0911dfd3", + "size": 1792, + "filename": "hN3GzHyLopxOn8DxNQIEvpQa-NyS7R_1oQY0xsFsrOA=.pem", + "location": "security-state-staging/intermediates/0d05c78d-0f37-439e-b5d1-08268337d922.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "hN3GzHyLopxOn8DxNQIEvpQa+NyS7R/1oQY0xsFsrOA=", + "crlite_enrolled": true, + "id": "0810cb55-6c6a-4343-a322-9e5c9f7920af", + "last_modified": 1625821043559 + }, + { + "schema": 1625796268009, + "derHash": "Zd4yKh73r/7etzhxOMJgYIJbCMwn4Zkt2erIM3KXlXs=", + "subject": "CN=SpaceSSL CA,OU=SpaceSSL Certification Authority,O=Unizeto Technologies S.A.,C=PL", + "subjectDN": "MHIxCzAJBgNVBAYTAlBMMSIwIAYDVQQKDBlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMSkwJwYDVQQLDCBTcGFjZVNTTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEUMBIGA1UEAwwLU3BhY2VTU0wgQ0E=", + "whitelist": false, + "attachment": { + "hash": "52e6e18f68c49814eb88ea228460269803ebcae2f04a71366b605d06fd85ae21", + "size": 1638, + "filename": "AOXy6QeFRXr3Le2jy9VUHVc0TY6NofDQseFQcaDRlow=.pem", + "location": "security-state-staging/intermediates/189976ec-c00a-4ec0-bc47-3f11ee1374ff.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "AOXy6QeFRXr3Le2jy9VUHVc0TY6NofDQseFQcaDRlow=", + "crlite_enrolled": false, + "id": "a846caeb-4b0d-4bb1-af76-d203f6bd83ea", + "last_modified": 1625799457732 + }, + { + "schema": 1625493640735, + "derHash": "5/vS2obeMa5/4FHGQ/xF0x5nRUsqXNjkPG1lZyOujOo=", + "subject": "CN=FujiSSL SHA2 Extended Validation Secure Site CA,OU=Controlled by Sectigo exclusively for Nijimo K.K.,O=Nijimo K.K.,L=Shibuya-ku,ST=Tokyo,C=JP", + "subjectDN": "MIG+MQswCQYDVQQGEwJKUDEOMAwGA1UECBMFVG9reW8xEzARBgNVBAcTClNoaWJ1eWEta3UxFDASBgNVBAoTC05pamltbyBLLksuMTowOAYDVQQLEzFDb250cm9sbGVkIGJ5IFNlY3RpZ28gZXhjbHVzaXZlbHkgZm9yIE5pamltbyBLLksuMTgwNgYDVQQDEy9GdWppU1NMIFNIQTIgRXh0ZW5kZWQgVmFsaWRhdGlvbiBTZWN1cmUgU2l0ZSBDQQ==", + "whitelist": false, + "attachment": { + "hash": "5234da30ba635d594351c8f25c9d98755ed276e3fda91212595e2b9141b6a270", + "size": 2268, + "filename": "yGo0I_1jRNcQKZcAyqa4MRLItXyEYd7pWVmh6m8y4C4=.pem", + "location": "security-state-staging/intermediates/18b98149-a8eb-4ec8-80fc-928d1983db68.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "yGo0I/1jRNcQKZcAyqa4MRLItXyEYd7pWVmh6m8y4C4=", + "crlite_enrolled": true, + "id": "742b99e6-7240-40bc-8afc-bf1d45a1a9bf", + "last_modified": 1625497068739 + }, + { + "schema": 1625281061094, + "derHash": "xwY6jcZoIF5mFTEI++O9v27bb4zl9hajab72Mk3LY1Q=", + "subject": "CN=Certum Extended Validation ECC CA,OU=Certum Certification Authority,O=Asseco Data Systems S.A.,C=PL", + "subjectDN": "MIGFMQswCQYDVQQGEwJQTDEhMB8GA1UECgwYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLDB5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxKjAoBgNVBAMMIUNlcnR1bSBFeHRlbmRlZCBWYWxpZGF0aW9uIEVDQyBDQQ==", + "whitelist": false, + "attachment": { + "hash": "ab80d710e77c37afc3b1329d4e503f8098e4f3384c63346e0f589d9f3d863004", + "size": 1317, + "filename": "_yId-7ixJTA0RijRdjr4SGgKejXGhLaHSxMjvZxoMeA=.pem", + "location": "security-state-staging/intermediates/6224bea6-0a6c-4100-a887-c799ccf546bf.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "/yId+7ixJTA0RijRdjr4SGgKejXGhLaHSxMjvZxoMeA=", + "crlite_enrolled": true, + "id": "fe4c9d57-29aa-400b-a933-93193441cf39", + "last_modified": 1625342420787 + }, + { + "schema": 1625341831632, + "derHash": "HE7qOker0SJWjqtUfga1IRH384hmLCRsjsviZgufJvE=", + "subject": "CN=Certum Extended Validation RSA CA,OU=Certum Certification Authority,O=Asseco Data Systems S.A.,C=PL", + "subjectDN": "MIGFMQswCQYDVQQGEwJQTDEhMB8GA1UECgwYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLDB5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxKjAoBgNVBAMMIUNlcnR1bSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJTQSBDQQ==", + "whitelist": false, + "attachment": { + "hash": "895232045d915e2d74fa2e3ae83d4d8bdd52cbca18b2f199bf7e101a30790e5e", + "size": 2467, + "filename": "YAoKh_WpTocjrNw-_mxOvRJz65CHU5ydQ4-Rk-lZrRU=.pem", + "location": "security-state-staging/intermediates/08f26c7b-1519-439b-8f7e-8fa5232bf630.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "YAoKh/WpTocjrNw+/mxOvRJz65CHU5ydQ4+Rk+lZrRU=", + "crlite_enrolled": true, + "id": "6abd7bd3-4396-4e19-a9d9-cbb1751f738c", + "last_modified": 1625342420765 }, { "schema": 1625125794637, @@ -883,24 +1513,6 @@ "last_modified": 1623920278051 }, { - "schema": 1623916932666, - "derHash": "MaCWocuRiHbuV8hbI0n8nMLCy0/Pm903eHzp2levR5A=", - "subject": "CN=Alibaba Cloud GCC R3 TLS OV CA 2021,O=Alibaba Cloud Computing Co.\\, Ltd.,C=CN", - "subjectDN": "MGcxCzAJBgNVBAYTAkNOMSowKAYDVQQKEyFBbGliYWJhIENsb3VkIENvbXB1dGluZyBDby4sIEx0ZC4xLDAqBgNVBAMTI0FsaWJhYmEgQ2xvdWQgR0NDIFIzIFRMUyBPViBDQSAyMDIx", - "whitelist": false, - "attachment": { - "hash": "c64bbdc4fcc4298ffb453c1558ab7102e685784efb5cc1dae31840e3a119e67a", - "size": 1735, - "filename": "HacabMO6K4pM-shfB1EkMCGhH2TSlSvVizEDPU1Ruso=.pem", - "location": "security-state-staging/intermediates/f8675c4a-871f-4996-b046-3c346fb294db.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "HacabMO6K4pM+shfB1EkMCGhH2TSlSvVizEDPU1Ruso=", - "crlite_enrolled": false, - "id": "136cca7b-196b-4678-a6b0-4b880a8df6c5", - "last_modified": 1623920278039 - }, - { "schema": 1623916934318, "derHash": "OFqgChhI+Af2ZVYeiIsNT2lhQFLYJfPDOXDgD0w2WN0=", "subject": "CN=GlobalSign Atlas R46 EV TLS CA H2 2021,O=GlobalSign nv-sa,C=BE", @@ -1045,24 +1657,6 @@ "last_modified": 1622710635761 }, { - "schema": 1622581045640, - "derHash": "lzpBJ2/9AeAnoqrUnjTDeEbT6Xb/amILZxLjODIEGqY=", - "subject": "CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US", - "subjectDN": "MIG0MQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTEaMBgGA1UEChMRR29EYWRkeS5jb20sIEluYy4xLTArBgNVBAsTJGh0dHA6Ly9jZXJ0cy5nb2RhZGR5LmNvbS9yZXBvc2l0b3J5LzEzMDEGA1UEAxMqR28gRGFkZHkgU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcy", - "whitelist": false, - "attachment": { - "hash": "a111efc20329e87b541cfc3e7f526fc54bb24624fddf210f4347b9fadfb1ab6b", - "size": 1727, - "filename": "8Rw90Ej3Ttt8RRkrg-WYDS9n7IS03bk5bjP_UXPtaY8=.pem", - "location": "security-state-staging/intermediates/a2a04dfe-6201-4d0a-b8cf-80d2975bfb51.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "8Rw90Ej3Ttt8RRkrg+WYDS9n7IS03bk5bjP/UXPtaY8=", - "crlite_enrolled": true, - "id": "549c92e2-3738-4c8c-ae37-407e4e6158ce", - "last_modified": 1622602645120 - }, - { "schema": 1622555926542, "derHash": "COfqyZimLEFVzEy8Xtoy9bQaEsAS8pqzQzvTZjSBSfA=", "subject": "CN=Certum Trusted Network CA 2,OU=Certum Certification Authority,O=Unizeto Technologies S.A.,C=PL", @@ -2107,24 +2701,6 @@ "last_modified": 1618905524441 }, { - "schema": 1618628262151, - "derHash": "zWwQig5kHyyhIqqm0D+CZ1nK58b4AOq/dtxItnzQg84=", - "subject": "CN=COMODO ECC Domain Validation Secure Server CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", - "subjectDN": "MIGSMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE4MDYGA1UEAxMvQ09NT0RPIEVDQyBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBIDI=", - "whitelist": false, - "attachment": { - "hash": "7facb26c244929edfadc101e9d19a9d34d32396b62ea53c5d23503e6bc13eb7d", - "size": 1317, - "filename": "x9SZw6TwIqfmvrLZ_kz1o0Ossjmn728BnBKpUFqGNVM=.pem", - "location": "security-state-staging/intermediates/fffcaf3e-173f-4e58-b6c4-9954f5874559.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "x9SZw6TwIqfmvrLZ/kz1o0Ossjmn728BnBKpUFqGNVM=", - "crlite_enrolled": false, - "id": "c6b2463c-5d7d-46a7-81b3-08d470deb2cb", - "last_modified": 1618840742230 - }, - { "schema": 1618559912446, "derHash": "96mhsv2WSj8mcL1mjVYft8VdOqmrg5Hn4WlwLbij288=", "subject": "CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1,O=DigiCert Inc,C=US", @@ -5275,24 +5851,6 @@ "last_modified": 1616097514386 }, { - "schema": 1615989542676, - "derHash": "/yAcoSyHpvDLpkPpq7PJVMkVWt0xObLi6u0RS/n3XTE=", - "subject": "CN=COMODO RSA Domain Validation Secure Server CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB", - "subjectDN": "MIGSMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE4MDYGA1UEAxMvQ09NT0RPIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBIDI=", - "whitelist": false, - "attachment": { - "hash": "c3af80c298bee7bb78b92a6907c2737f0f2499d7469ab1445b6ac2c3afca282e", - "size": 2154, - "filename": "EULHwYvGhknyznoBvyvgbidiBH3JX3eFHHlIO3YK8Ek=.pem", - "location": "security-state-staging/intermediates/8acfb92a-ce66-4fb5-b98b-4972b2012e02.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "EULHwYvGhknyznoBvyvgbidiBH3JX3eFHHlIO3YK8Ek=", - "crlite_enrolled": false, - "id": "d7edf4f6-8ea9-48ae-8d08-69ed5736f29e", - "last_modified": 1616011113921 - }, - { "schema": 1615971506062, "derHash": "/AG1j8eLnFkhF4TC4lvx0BKh4j8zchiEemLrQUXuSrY=", "subject": "CN=GeoTrust EV ECC CN CA G2,O=DigiCert Inc,C=US", @@ -6625,24 +7183,6 @@ "last_modified": 1613660250166 }, { - "schema": 1613659830808, - "derHash": "cB6yP5VWTNVWnNIOXwXCiIkAuum6A6v1q+V7/gS1SmA=", - "subject": "CN=HARICA EV TLS ECC SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", - "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgRUNDIFN1YkNBIFIx", - "whitelist": false, - "attachment": { - "hash": "244713695ba67258093ce03ecbc69ba3cae541d762cb47302f341d9624076e4a", - "size": 1337, - "filename": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=.pem", - "location": "security-state-staging/intermediates/d45617a3-d10a-4c7e-b432-ea22d743a33d.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=", - "crlite_enrolled": false, - "id": "edea9972-db9b-4cd4-85ca-c61cf1317bc3", - "last_modified": 1613660250155 - }, - { "schema": 1613659832265, "derHash": "wWH1qt5A+8lyPwiS3pY9TRBAVWGmvcaacnmPkYvtGc0=", "subject": "CN=GRnet SSL RSA SubCA R2,O=Greek Research and Technology Network,L=Athens,C=GR", @@ -6877,24 +7417,6 @@ "last_modified": 1613660249965 }, { - "schema": 1613659856411, - "derHash": "9igmTHnb+9/P3sZDFxvcvU3nSD+cgOpZBoiHrkSaLkg=", - "subject": "CN=HARICA EV TLS RSA SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", - "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgUlNBIFN1YkNBIFIx", - "whitelist": false, - "attachment": { - "hash": "846d7358205bc7e15ac8e01f9d19e231ffbaa461c8bdace8a0b4ec9f552e012c", - "size": 2475, - "filename": "qQHYBA8HuHBDaaxDEsg5_SBSGWrd6XH3D7_lIoKEbz8=.pem", - "location": "security-state-staging/intermediates/e5246c0b-fc24-4e46-97eb-c00a68aa1d0f.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "qQHYBA8HuHBDaaxDEsg5/SBSGWrd6XH3D7/lIoKEbz8=", - "crlite_enrolled": false, - "id": "53de2049-dbd1-4f4b-87f0-bfa0d0eb57aa", - "last_modified": 1613660249954 - }, - { "schema": 1613659859355, "derHash": "kY0pldob4hnjp+S6La+hGgJe6/TUo1o6iy25nnksaH4=", "subject": "CN=Institute of Accelerating Systems and Applications SSL CA R1,O=Institute of Accelerating Systems and Applications,L=Athens,C=GR", @@ -7579,24 +8101,6 @@ "last_modified": 1613656686762 }, { - "schema": 1613656220550, - "derHash": "cB6yP5VWTNVWnNIOXwXCiIkAuum6A6v1q+V7/gS1SmA=", - "subject": "CN=HARICA EV TLS ECC SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", - "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgRUNDIFN1YkNBIFIx", - "whitelist": false, - "attachment": { - "hash": "244713695ba67258093ce03ecbc69ba3cae541d762cb47302f341d9624076e4a", - "size": 1337, - "filename": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=.pem", - "location": "security-state-staging/intermediates/8530e613-2ac4-47e1-a3d6-9e33c404cd71.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "guE2rUJ3slSQ9iYP0Ub25zrLqasAFng1eTC5H9BqTUg=", - "crlite_enrolled": false, - "id": "f9d19bad-6a64-448b-95cf-8ba59a0aeecc", - "last_modified": 1613656686752 - }, - { "schema": 1613656222014, "derHash": "kY0pldob4hnjp+S6La+hGgJe6/TUo1o6iy25nnksaH4=", "subject": "CN=Institute of Accelerating Systems and Applications SSL CA R1,O=Institute of Accelerating Systems and Applications,L=Athens,C=GR", @@ -7741,24 +8245,6 @@ "last_modified": 1613656686657 }, { - "schema": 1613656235385, - "derHash": "9igmTHnb+9/P3sZDFxvcvU3nSD+cgOpZBoiHrkSaLkg=", - "subject": "CN=HARICA EV TLS RSA SubCA R1,O=Hellenic Academic and Research Institutions CA,L=Athens,C=GR", - "subjectDN": "MHwxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHDAZBdGhlbnMxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExIzAhBgNVBAMMGkhBUklDQSBFViBUTFMgUlNBIFN1YkNBIFIx", - "whitelist": false, - "attachment": { - "hash": "846d7358205bc7e15ac8e01f9d19e231ffbaa461c8bdace8a0b4ec9f552e012c", - "size": 2475, - "filename": "qQHYBA8HuHBDaaxDEsg5_SBSGWrd6XH3D7_lIoKEbz8=.pem", - "location": "security-state-staging/intermediates/14678d7f-ddf3-4f36-b119-073b8c5a9b16.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "qQHYBA8HuHBDaaxDEsg5/SBSGWrd6XH3D7/lIoKEbz8=", - "crlite_enrolled": false, - "id": "d11e6280-6580-49bf-8a77-32ab8fe404d8", - "last_modified": 1613656686647 - }, - { "schema": 1613656236887, "derHash": "iExR1kO+ESbnLzsbcji6V+AmjB1sSiKs3WJJwXWKU7Y=", "subject": "CN=International Hellenic University CA R1,O=Hellenic Academic and Research Institutions Cert. Authority,C=GR", @@ -8191,24 +8677,6 @@ "last_modified": 1613419113805 }, { - "schema": 1613418568497, - "derHash": "ApHPAoSRMvcU6BDJ0LJNs3uuq/jMkXgebDOOFBdnw5s=", - "subject": "CN=Quantum Secure Site EV Pro TLS CN RSA R1,O=Quantum CA Limited,C=GB", - "subjectDN": "MF0xCzAJBgNVBAYTAkdCMRswGQYDVQQKDBJRdWFudHVtIENBIExpbWl0ZWQxMTAvBgNVBAMMKFF1YW50dW0gU2VjdXJlIFNpdGUgRVYgUHJvIFRMUyBDTiBSU0EgUjE=", - "whitelist": false, - "attachment": { - "hash": "205d4d89672afbc814f6f7f6cd9566cacb6c98da7a00ca9a8627d45740eb806c", - "size": 2422, - "filename": "GbKybScGsOQC8iThcKBmo7l9NYxxnn03eDuKF6Ai7x4=.pem", - "location": "security-state-staging/intermediates/89d4daa7-dc2c-4439-afae-681f4fec9160.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "GbKybScGsOQC8iThcKBmo7l9NYxxnn03eDuKF6Ai7x4=", - "crlite_enrolled": false, - "id": "da058f7d-5324-4057-bbd7-5b89599ed105", - "last_modified": 1613419113762 - }, - { "schema": 1613038646447, "derHash": "AzAobfNhLA6Wjc1RinoxbV4HkNHKMkuQaw7wF8C+Pqc=", "subject": "CN=WoSign DV SSL CA,O=WoSign CA Limited,C=CN", @@ -8569,24 +9037,6 @@ "last_modified": 1612403909546 }, { - "schema": 1612231259909, - "derHash": "k6B4mNibLMoWa6bx+KFBOM5Dgo5JG4MZJryCR9ORzHI=", - "subject": "CN=Starfield Secure Certificate Authority - G2,OU=http://certs.starfieldtech.com/repository/,O=Starfield Technologies\\, Inc.,L=Scottsdale,ST=Arizona,C=US", - "subjectDN": "MIHGMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEzMDEGA1UECxMqaHR0cDovL2NlcnRzLnN0YXJmaWVsZHRlY2guY29tL3JlcG9zaXRvcnkvMTQwMgYDVQQDEytTdGFyZmllbGQgU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcy", - "whitelist": false, - "attachment": { - "hash": "4283da4ef9b6b21e475fb4a88aff9532a5c74e35282cb5459a20ee419646571c", - "size": 1792, - "filename": "8kGWrpQHhmc0jwLo43RYo6bmqtHgsNxhARjM5yFCe_w=.pem", - "location": "security-state-staging/intermediates/f0b4b8ab-658e-452d-a259-15b15f68060a.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "8kGWrpQHhmc0jwLo43RYo6bmqtHgsNxhARjM5yFCe/w=", - "crlite_enrolled": true, - "id": "eda1d6cc-95f3-4925-b185-1972acc69e5a", - "last_modified": 1612252662151 - }, - { "schema": 1612116449436, "derHash": "93zhWdOIjqK8w13UZHLO2MwzAH4NpsiROc06Jw2JADM=", "subject": "CN=JPRS Organization Validation Authority - G1,O=Japan Registry Services Co.\\, Ltd.,C=JP", @@ -13051,24 +13501,6 @@ "last_modified": 1601517446797 }, { - "schema": 1601376570852, - "derHash": "1oMbpDYH9awZd41idTFWKvVRRfGRyrXvr6DgAFRCswI=", - "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", - "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", - "whitelist": false, - "attachment": { - "hash": "eec823ad61a76103455ac29ab1ea726af33851691074cffd1fb703c49fe85217", - "size": 2121, - "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", - "location": "security-state-staging/intermediates/e3b5ce85-565e-482f-b742-aae47955c01f.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", - "crlite_enrolled": true, - "id": "8fc3b269-4824-4ae9-9b9d-2d5ab7099766", - "last_modified": 1601517446782 - }, - { "schema": 1601376569389, "derHash": "HYDNGKeU8fSFDtwzxgSPAuhThqR/POg2l0qORSpg1/I=", "subject": "CN=GeoTrust TLS DV RSA Mixed SHA256 2021 CA-1,O=DigiCert Inc,C=US", @@ -13663,24 +14095,6 @@ "last_modified": 1601517446297 }, { - "schema": 1601376510177, - "derHash": "qzIDs+ogF9UJcmodgik+/8uMQs61LJrxwO7pa1wCvLo=", - "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", - "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", - "whitelist": false, - "attachment": { - "hash": "dab72f8a61c3d1392090bfa1d53928ff5e675385a1b03742a601a3457a12342f", - "size": 2653, - "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", - "location": "security-state-staging/intermediates/8493a5e1-2fe7-48d1-baff-5f6b9f29913f.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", - "crlite_enrolled": true, - "id": "f45995f1-56b8-45c4-9465-14c646f731cc", - "last_modified": 1601517446286 - }, - { "schema": 1601376507194, "derHash": "Yk1VdqZSshMHaL/oS5Ze7//ZFgPSXNX3FVp9wnidrDg=", "subject": "CN=Microsoft Azure ECC TLS Issuing CA 05,O=Microsoft Corporation,C=US", @@ -14491,24 +14905,6 @@ "last_modified": 1601517445709 }, { - "schema": 1601373055050, - "derHash": "1oMbpDYH9awZd41idTFWKvVRRfGRyrXvr6DgAFRCswI=", - "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", - "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", - "whitelist": false, - "attachment": { - "hash": "eec823ad61a76103455ac29ab1ea726af33851691074cffd1fb703c49fe85217", - "size": 2121, - "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", - "location": "security-state-staging/intermediates/d49999e5-60cd-4c45-a970-e9462ab32f63.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", - "crlite_enrolled": true, - "id": "9561182b-470d-459e-8d38-ee7e1b3ceed8", - "last_modified": 1601517445698 - }, - { "schema": 1601373060728, "derHash": "4iFgNk5W98JyNPVDXYR3saW7ugEQMpjzlUkJGA3wJ3g=", "subject": "CN=VR IDENT SSL CA 2018,OU=VR IDENT,O=Fiducia & GAD IT AG,C=DE", @@ -15985,24 +16381,6 @@ "last_modified": 1601517444570 }, { - "schema": 1601372915726, - "derHash": "qzIDs+ogF9UJcmodgik+/8uMQs61LJrxwO7pa1wCvLo=", - "subject": "CN=Microsoft Azure TLS Issuing CA 05,O=Microsoft Corporation,C=US", - "subjectDN": "MFkxCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKjAoBgNVBAMTIU1pY3Jvc29mdCBBenVyZSBUTFMgSXNzdWluZyBDQSAwNQ==", - "whitelist": false, - "attachment": { - "hash": "dab72f8a61c3d1392090bfa1d53928ff5e675385a1b03742a601a3457a12342f", - "size": 2653, - "filename": "4i4h0jN9NROr1xKJI-TQ1Q_ZIfUjPMXtmWUsDR3Pjiw=.pem", - "location": "security-state-staging/intermediates/cd6fd8ca-476d-4166-8171-47e097b3fba7.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "4i4h0jN9NROr1xKJI+TQ1Q/ZIfUjPMXtmWUsDR3Pjiw=", - "crlite_enrolled": true, - "id": "cdcb7fdb-36d0-4d2b-b326-6537b6c0a255", - "last_modified": 1601517444558 - }, - { "schema": 1601372912986, "derHash": "6ywqgGxp/JY8TiSlu+og7U47hq55hzC7TupRv53jMyU=", "subject": "CN=QuoVadis PKIoverheid Server CA 2020,O=QuoVadis Trustlink B.V.,C=NL", @@ -16687,24 +17065,6 @@ "last_modified": 1601517443809 }, { - "schema": 1601376760342, - "derHash": "RcKL5DQvByzWIZaYw+8qxtunPxngTazyBE0vaZPjQrQ=", - "subject": "CN=eMudhra RSA Extended Validation Secure Server CA,OU=Controlled by Sectigo exclusively for eMudhra Technologies Ltd.,O=eMudhra Technologies Limited,L=Bengaluru,ST=Karnataka,C=IN", - "subjectDN": "MIHhMQswCQYDVQQGEwJJTjESMBAGA1UECBMJS2FybmF0YWthMRIwEAYDVQQHEwlCZW5nYWx1cnUxJTAjBgNVBAoTHGVNdWRocmEgVGVjaG5vbG9naWVzIExpbWl0ZWQxSDBGBgNVBAsTP0NvbnRyb2xsZWQgYnkgU2VjdGlnbyBleGNsdXNpdmVseSBmb3IgZU11ZGhyYSBUZWNobm9sb2dpZXMgTHRkLjE5MDcGA1UEAxMwZU11ZGhyYSBSU0EgRXh0ZW5kZWQgVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB", - "whitelist": false, - "attachment": { - "hash": "68e999dcfb6f85564fab0d02baa239b313d7e2dc8f5a4ecb6346e4afc6201b43", - "size": 2316, - "filename": "xIsOtN5uZ5ZZQRiHSu6NrXg36kenjPgaYZeoj9lRsXk=.pem", - "location": "security-state-staging/intermediates/e30be843-e47e-40e4-8d03-35c62a341392.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "xIsOtN5uZ5ZZQRiHSu6NrXg36kenjPgaYZeoj9lRsXk=", - "crlite_enrolled": true, - "id": "29d99702-edc8-413c-b8ca-77c56ea0181f", - "last_modified": 1601517443782 - }, - { "schema": 1601376721235, "derHash": "1Gkx4Bgt1lXqDBbm3Zn45hr/5AH3NMbKjqAFapaOr4E=", "subject": "CN=DigiCert Baltimore EV CA,OU=www.digicert.com,O=DigiCert Inc,C=US", @@ -16975,24 +17335,6 @@ "last_modified": 1601517443467 }, { - "schema": 1601376729443, - "derHash": "HparstZQK13OUY7AC1oeVDNJ79Lj9ovpq8ESiyVv7dc=", - "subject": "CN=GDCA TrustAUTH R4 SSL CA,O=GUANG DONG CERTIFICATE AUTHORITY CO.\\,LTD.,C=CN", - "subjectDN": "MGQxCzAJBgNVBAYTAkNOMTIwMAYDVQQKDClHVUFORyBET05HIENFUlRJRklDQVRFIEFVVEhPUklUWSBDTy4sTFRELjEhMB8GA1UEAwwYR0RDQSBUcnVzdEFVVEggUjQgU1NMIENB", - "whitelist": false, - "attachment": { - "hash": "0c153a0a3e193285fb42bc65ed86726b6ce20e989c5ce61bee6ac0249ccc9114", - "size": 2052, - "filename": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb-nZvgw-0Who=.pem", - "location": "security-state-staging/intermediates/917af39e-808a-4852-8c1c-b2360829b69b.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb+nZvgw+0Who=", - "crlite_enrolled": false, - "id": "056dcecf-b54d-4dca-bd31-f6fa1134a775", - "last_modified": 1601517443449 - }, - { "schema": 1601376783927, "derHash": "5K8vrkEYfVjyCbAbHYdTwtzLP2Ac6GJz436HOMKlzLU=", "subject": "CN=Oracle SSL CA - G2,OU=Symantec Trust Network,O=Oracle Corporation,C=US", @@ -17515,24 +17857,6 @@ "last_modified": 1601517442835 }, { - "schema": 1601376771681, - "derHash": "VgCvtrriqDtmucu+nO7I9T4mQgppk5pI3MbVa5l5CmM=", - "subject": "CN=GDCA TrustAUTH R4 OV SSL CA,O=Global Digital Cybersecurity Authority Co.\\, Ltd.,C=CN", - "subjectDN": "MG4xCzAJBgNVBAYTAkNOMTkwNwYDVQQKDDBHbG9iYWwgRGlnaXRhbCBDeWJlcnNlY3VyaXR5IEF1dGhvcml0eSBDby4sIEx0ZC4xJDAiBgNVBAMMG0dEQ0EgVHJ1c3RBVVRIIFI0IE9WIFNTTCBDQQ==", - "whitelist": false, - "attachment": { - "hash": "9212a9d7e5c2bfcfbf43aaf53d8aa2e3501f467ef547dee098ab48f5d850d6ad", - "size": 2052, - "filename": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb-nZvgw-0Who=.pem", - "location": "security-state-staging/intermediates/4aa91fab-6b52-44a6-a3c1-ef65ee1e7d8f.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "UNDNK48i2z9IOnLBTQP6yg9UerUnpfpb+nZvgw+0Who=", - "crlite_enrolled": false, - "id": "a463b3f5-089a-40a1-ac08-8bb23ab16b4c", - "last_modified": 1601517442818 - }, - { "schema": 1601376773694, "derHash": "idqttBummLs3iu6E6slhIdIPjC/KY+xobZMHIprT6y4=", "subject": "CN=DigiCert High Assurance EV Root CA,OU=www.digicert.com,O=DigiCert Inc,C=US", @@ -21313,24 +21637,6 @@ "last_modified": 1591199862149 }, { - "schema": 1591166900577, - "derHash": "YoBqPZQu1PbAkaEx5jY7E43WOlw830QT0AzIoMMzqfg=", - "subject": "CN=CERTDATA SSL OV CA [Run by the Issuer],O=CERTDATA SERVICOS DE INFORMACAO LTDA,C=BR", - "subjectDN": "MG4xCzAJBgNVBAYTAkJSMS0wKwYDVQQKEyRDRVJUREFUQSBTRVJWSUNPUyBERSBJTkZPUk1BQ0FPIExUREExMDAuBgNVBAMMJ0NFUlREQVRBIFNTTCBPViBDQSAgW1J1biBieSB0aGUgSXNzdWVyXQ==", - "whitelist": false, - "attachment": { - "hash": "2f80f47c488ec7412b055557852db65a46130e869818968c2e1abd16dfde9038", - "size": 2129, - "filename": "j329Y60dfipsfu2WQjIJzo3bfYjWBMO0L6-erwtRMEM=.pem", - "location": "security-state-staging/intermediates/ac48c1cf-d260-4b4a-beb7-599ef5ee1de8.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "j329Y60dfipsfu2WQjIJzo3bfYjWBMO0L6+erwtRMEM=", - "crlite_enrolled": false, - "id": "538da95e-219e-4f04-9887-5ef9291a70ab", - "last_modified": 1591199862143 - }, - { "schema": 1591166887418, "derHash": "qONS2wyOJ7rlg9AVFG6Led7gkdVjj1g6DEQvO/Vd7rM=", "subject": "CN=Inst. of Accelerating Sys and Applications Client RSA SubCA R2,OU=Hellenic Academic and Research Institutions CA,O=Greek Universities Network (GUnet),C=GR", @@ -21439,24 +21745,6 @@ "last_modified": 1591199862118 }, { - "schema": 1591166881281, - "derHash": "lRQaNVpaKqPgESIcq5/nOBD9tdiBNYZPA+TYUr0Lvts=", - "subject": "CN=Thawte RSA CN CA G2,O=DigiCert Inc,C=US", - "subjectDN": "MEIxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxHDAaBgNVBAMTE1RoYXd0ZSBSU0EgQ04gQ0EgRzI=", - "whitelist": false, - "attachment": { - "hash": "419f063716d0b08e5119a943e2d8506a67bba9d8b72f725763a5b48b0911dfd3", - "size": 1792, - "filename": "hN3GzHyLopxOn8DxNQIEvpQa-NyS7R_1oQY0xsFsrOA=.pem", - "location": "security-state-staging/intermediates/0d05c78d-0f37-439e-b5d1-08268337d922.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "hN3GzHyLopxOn8DxNQIEvpQa+NyS7R/1oQY0xsFsrOA=", - "crlite_enrolled": false, - "id": "0810cb55-6c6a-4343-a322-9e5c9f7920af", - "last_modified": 1591199862116 - }, - { "schema": 1591166886003, "derHash": "8mmsALQQAD9y3GKK+z2VAnljDHxdDIIUig/STfTaQwE=", "subject": "CN=DigiCert Trust Service ECC CA,O=DigiCert Inc,C=US", @@ -22645,24 +22933,6 @@ "last_modified": 1591199861670 }, { - "schema": 1591167125522, - "derHash": "OH1Ja5IgLUxEPNlP9C2hffLx5o4kTC+7p+KU290RNXs=", - "subject": "CN=WISeKey CertifyID Advanced GC CA 1,O=WISeKey,C=CH", - "subjectDN": "MEwxCzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSswKQYDVQQDEyJXSVNlS2V5IENlcnRpZnlJRCBBZHZhbmNlZCBHQyBDQSAx", - "whitelist": false, - "attachment": { - "hash": "3847cc74ceb46d2e07d37b69b668ff50587428a43ef992473d4a3e433bcb1972", - "size": 1293, - "filename": "Y3IJxxxojxFKeXVhVUyyPE4P-7QrAbKt0viCWXpb1G8=.pem", - "location": "security-state-staging/intermediates/233bd648-66bc-440b-8b31-293196be1b49.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "Y3IJxxxojxFKeXVhVUyyPE4P+7QrAbKt0viCWXpb1G8=", - "crlite_enrolled": true, - "id": "5905f153-1bda-44df-8205-013b8756834a", - "last_modified": 1591199861664 - }, - { "schema": 1591167102659, "derHash": "qK0cJcxYCyEx/Mb8bWUTdG846pm9FiyBtcU5NJUXWxg=", "subject": "CN=STRATO TLS RSA CA,OU=Domain Validated SSL,O=STRATO AG,C=DE", @@ -23599,24 +23869,6 @@ "last_modified": 1580831371650 }, { - "schema": 1580831300864, - "derHash": "rshjiY8oTWzUxqP2w+ZSNICjWcM9r2b60zgYSbi7AYs=", - "subject": "CN=Cloudflare Inc RSA CA-2,O=Cloudflare\\, Inc.,C=US", - "subjectDN": "MEoxCzAJBgNVBAYTAlVTMRkwFwYDVQQKExBDbG91ZGZsYXJlLCBJbmMuMSAwHgYDVQQDExdDbG91ZGZsYXJlIEluYyBSU0EgQ0EtMg==", - "whitelist": false, - "attachment": { - "hash": "842301a8382a5def37850ade1e06b5c25ea99a6c56136a48f896bd964b68090f", - "size": 1654, - "filename": "hS5jJ4P-iQUErBkvoWBQOd1T7VOAYlOVegvv1iMzpxA=.pem", - "location": "security-state-staging/intermediates/a38d6897-15d6-441e-b9ae-07da1d37dbb3.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "hS5jJ4P+iQUErBkvoWBQOd1T7VOAYlOVegvv1iMzpxA=", - "crlite_enrolled": false, - "id": "57692346-8878-48fc-aea7-e7f609f4a9de", - "last_modified": 1580831371647 - }, - { "schema": 1580831291682, "derHash": "Ho8FHyIm+ZLRe3zxfw3s4Kp2mQLp/o0R81sZsYpaFPE=", "subject": "CN=National Technical University of Athens TLS RSA SubCA R1,O=Hellenic Academic and Research Institutions CA,C=GR", @@ -27811,24 +28063,6 @@ "last_modified": 1576536533226 }, { - "schema": 1576535692634, - "derHash": "wt/7PBuwbeTBCSblF/82b5OJLV4C3G95CAJ121f9b8g=", - "subject": "CN=TI Trust Technologies EV CA,OU=Controlled by Sectigo exclusively for TI Trust Technologies,O=Telecom Italia Trust Technologies S.R.L.,L=Pomezia,ST=Roma,C=IT", - "subjectDN": "MIHNMQswCQYDVQQGEwJJVDENMAsGA1UECBMEUm9tYTEQMA4GA1UEBxMHUG9tZXppYTExMC8GA1UEChMoVGVsZWNvbSBJdGFsaWEgVHJ1c3QgVGVjaG5vbG9naWVzIFMuUi5MLjFEMEIGA1UECxM7Q29udHJvbGxlZCBieSBTZWN0aWdvIGV4Y2x1c2l2ZWx5IGZvciBUSSBUcnVzdCBUZWNobm9sb2dpZXMxJDAiBgNVBAMTG1RJIFRydXN0IFRlY2hub2xvZ2llcyBFViBDQQ==", - "whitelist": false, - "attachment": { - "hash": "f3a3288bc3b67208c3f1e4164cb00b27794763ac59477eb6171158b3507ab3e8", - "size": 2288, - "filename": "lG0jsaBDRslBBApGfnJu_ukJ5x3uoc841KUU1OMrO1E=.pem", - "location": "security-state-staging/intermediates/48b456c7-6568-4b6a-b3a6-e6d3c9384968.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "lG0jsaBDRslBBApGfnJu/ukJ5x3uoc841KUU1OMrO1E=", - "crlite_enrolled": false, - "id": "3eca5483-9836-4680-82c5-bb0774a0b4ad", - "last_modified": 1576536533221 - }, - { "schema": 1576535691263, "derHash": "j3Y2enra5GQiWOZYaiqWQqAPPsux63JfGLXnrT2Vrtk=", "subject": "CN=Saudi Enaya Public Issuing CA,OU=Class 2 DigiCert PKI Platform Individual Subscriber CA,O=Saudi Enaya Cooperative Insurance Company,C=SA", @@ -31717,24 +31951,6 @@ "last_modified": 1576536531183 }, { - "schema": 1576536078694, - "derHash": "PzHbdYKNqpbk3luCoGeP4gI71bJGw/klDL9nGOEJWPU=", - "subject": "CN=Domain The Net Technologies Ltd CA for EV SSL R2,O=Domain The Net Technologies Ltd,C=IL", - "subjectDN": "MHIxCzAJBgNVBAYTAklMMSgwJgYDVQQKDB9Eb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkMTkwNwYDVQQDDDBEb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkIENBIGZvciBFViBTU0wgUjI=", - "whitelist": false, - "attachment": { - "hash": "cf5351124dd205109785f9b65c288b991342bec54071a6a24020c197870d64f5", - "size": 2487, - "filename": "Lk19AkNIC7AwHNF5HsU_phCEnUBI-eiA0mbFhxxeQsQ=.pem", - "location": "security-state-staging/intermediates/e3c32426-ee59-4729-9b1d-1ad5faa81c2c.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "Lk19AkNIC7AwHNF5HsU/phCEnUBI+eiA0mbFhxxeQsQ=", - "crlite_enrolled": false, - "id": "dafe281c-5c26-4b1e-b927-70b741e43b25", - "last_modified": 1576536531160 - }, - { "schema": 1576536136786, "derHash": "VyZLgqhk26HBHvP4CruUysNmBmKwwi9XH/mTs/vPdvs=", "subject": "CN=GlobalSign R6 RSA EV SSL CA 2019,O=GlobalSign nv-sa,C=BE", @@ -34795,24 +35011,6 @@ "last_modified": 1562108366323 }, { - "schema": 1562108364782, - "derHash": "odJdKJQfr8DCpuueWWpUeG5zHQpKjjIdufHPLCT91gk=", - "subject": "CN=Actalis Authentication CA G3,O=Actalis S.p.A./03358520967,L=Milano,ST=Milano,C=IT", - "subjectDN": "MHsxCzAJBgNVBAYTAklUMQ8wDQYDVQQIDAZNaWxhbm8xDzANBgNVBAcMBk1pbGFubzEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxJTAjBgNVBAMMHEFjdGFsaXMgQXV0aGVudGljYXRpb24gQ0EgRzM=", - "whitelist": false, - "attachment": { - "hash": "460a8caeba0a48e1b86b9aa61e29fe8358616f76304f1fbd67cb2527e77b9037", - "size": 2243, - "filename": "qqFYlKc1lGtPZDV3-S2Iiq7okt-fD5tWC2AM1QEBmEg=.pem", - "location": "security-state-staging/intermediates/8b0fb3aa-de5c-498b-ab03-3d295c24ca08.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "qqFYlKc1lGtPZDV3+S2Iiq7okt+fD5tWC2AM1QEBmEg=", - "crlite_enrolled": true, - "id": "0fdbe9d5-d2f3-4438-9a51-df510e92865a", - "last_modified": 1562108365561 - }, - { "schema": 1562108363263, "derHash": "2TUmaeKTSTKa9HRcVabBWdyXmrdFklFwoZgGaDgqy8A=", "subject": "CN=Trusted Secure ECC Certificate Authority,O=Corporation Service Company,L=Wilmington,ST=DE,C=US", @@ -39385,24 +39583,6 @@ "last_modified": 1562025419658 }, { - "schema": 1562025417416, - "derHash": "5/vS2obeMa5/4FHGQ/xF0x5nRUsqXNjkPG1lZyOujOo=", - "subject": "CN=FujiSSL SHA2 Extended Validation Secure Site CA,OU=Controlled by Sectigo exclusively for Nijimo K.K.,O=Nijimo K.K.,L=Shibuya-ku,ST=Tokyo,C=JP", - "subjectDN": "MIG+MQswCQYDVQQGEwJKUDEOMAwGA1UECBMFVG9reW8xEzARBgNVBAcTClNoaWJ1eWEta3UxFDASBgNVBAoTC05pamltbyBLLksuMTowOAYDVQQLEzFDb250cm9sbGVkIGJ5IFNlY3RpZ28gZXhjbHVzaXZlbHkgZm9yIE5pamltbyBLLksuMTgwNgYDVQQDEy9GdWppU1NMIFNIQTIgRXh0ZW5kZWQgVmFsaWRhdGlvbiBTZWN1cmUgU2l0ZSBDQQ==", - "whitelist": false, - "attachment": { - "hash": "5234da30ba635d594351c8f25c9d98755ed276e3fda91212595e2b9141b6a270", - "size": 2268, - "filename": "yGo0I_1jRNcQKZcAyqa4MRLItXyEYd7pWVmh6m8y4C4=.pem", - "location": "security-state-staging/intermediates/18b98149-a8eb-4ec8-80fc-928d1983db68.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "yGo0I/1jRNcQKZcAyqa4MRLItXyEYd7pWVmh6m8y4C4=", - "crlite_enrolled": false, - "id": "742b99e6-7240-40bc-8afc-bf1d45a1a9bf", - "last_modified": 1562025418168 - }, - { "schema": 1562025416678, "derHash": "asFZtMK8jnKfO4RkLvEoa8yA13X+J4x0CtpGjVlDkCU=", "subject": "CN=D-TRUST SSL Class 3 CA 1 2009,O=D-Trust GmbH,C=DE", @@ -43543,24 +43723,6 @@ "last_modified": 1562025051685 }, { - "schema": 1562025050182, - "derHash": "WkmxWuYP9ifaJyqHQ9ZxYrrKEJYWggMhOs+CJ69MSUI=", - "subject": "CN=Herritar eta Erakundeen CA - CA de Ciudadanos y Entidades (3),OU=NZZ Ziurtagiri publikoa - Certificado publico SCI,O=IZENPE S.A.,C=ES", - "subjectDN": "MIGnMQswCQYDVQQGEwJFUzEUMBIGA1UEChMLSVpFTlBFIFMuQS4xOjA4BgNVBAsTMU5aWiBaaXVydGFnaXJpIHB1Ymxpa29hIC0gQ2VydGlmaWNhZG8gcHVibGljbyBTQ0kxRjBEBgNVBAMTPUhlcnJpdGFyIGV0YSBFcmFrdW5kZWVuIENBIC0gQ0EgZGUgQ2l1ZGFkYW5vcyB5IEVudGlkYWRlcyAoMyk=", - "whitelist": false, - "attachment": { - "hash": "d85bcef74f09e1dbd2ce16da48da2ee5fc7a20a7fff9caa5dc49af6709f5f48c", - "size": 2576, - "filename": "bMhIINBfI65xm4qrUlaPfhKn2U2zsWEE7sOwUjKeoT8=.pem", - "location": "security-state-staging/intermediates/d89eb328-693b-4b24-90f8-34bf2e499dca.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "bMhIINBfI65xm4qrUlaPfhKn2U2zsWEE7sOwUjKeoT8=", - "crlite_enrolled": true, - "id": "fb272741-7da4-469b-ab59-52ece6f412f9", - "last_modified": 1562025050930 - }, - { "schema": 1562025048669, "derHash": "O21wEzGoy4CUQ+QqcyutZ18iWxXMQ5rPJqCVh8iF7P0=", "subject": "CN=Symantec Class 3 ECC 256 bit SSL CA - G2,OU=Symantec Trust Network,O=Symantec Corporation,C=US", @@ -46315,24 +46477,6 @@ "last_modified": 1562024792620 }, { - "schema": 1562024791135, - "derHash": "Zd4yKh73r/7etzhxOMJgYIJbCMwn4Zkt2erIM3KXlXs=", - "subject": "CN=SpaceSSL CA,OU=SpaceSSL Certification Authority,O=Unizeto Technologies S.A.,C=PL", - "subjectDN": "MHIxCzAJBgNVBAYTAlBMMSIwIAYDVQQKDBlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMSkwJwYDVQQLDCBTcGFjZVNTTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEUMBIGA1UEAwwLU3BhY2VTU0wgQ0E=", - "whitelist": false, - "attachment": { - "hash": "52e6e18f68c49814eb88ea228460269803ebcae2f04a71366b605d06fd85ae21", - "size": 1638, - "filename": "AOXy6QeFRXr3Le2jy9VUHVc0TY6NofDQseFQcaDRlow=.pem", - "location": "security-state-staging/intermediates/189976ec-c00a-4ec0-bc47-3f11ee1374ff.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "AOXy6QeFRXr3Le2jy9VUHVc0TY6NofDQseFQcaDRlow=", - "crlite_enrolled": true, - "id": "a846caeb-4b0d-4bb1-af76-d203f6bd83ea", - "last_modified": 1562024791871 - }, - { "schema": 1562024789653, "derHash": "DhC93udRLb156/C09I/u18g8K9PdgXZVZfT/EQt7+kI=", "subject": "CN=Cybertrust Japan Extended Validation Server CA,O=Cybertrust Japan Co.\\, Ltd.,C=JP", @@ -46531,24 +46675,6 @@ "last_modified": 1562024771677 }, { - "schema": 1562024769411, - "derHash": "6mljaWdQVkoiiz64jg/UMExdonp6+S0dQZk1elAHgxU=", - "subject": "CN=WoTrus EV SSL CA,O=WoTrus CA Limited,C=CN", - "subjectDN": "MEQxCzAJBgNVBAYTAkNOMRowGAYDVQQKDBFXb1RydXMgQ0EgTGltaXRlZDEZMBcGA1UEAwwQV29UcnVzIEVWIFNTTCBDQQ==", - "whitelist": false, - "attachment": { - "hash": "fc57e3fad962bd4b00feeaae47893e01b5b42af32dadb1d3e0e55cad0d68a007", - "size": 1691, - "filename": "bfm30K2ufQC3gQINxl7OwREoFSQEJrK4ecMD3jy_Qlc=.pem", - "location": "security-state-staging/intermediates/744615e6-3b14-49f9-9fef-3d7691a5c6d6.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "bfm30K2ufQC3gQINxl7OwREoFSQEJrK4ecMD3jy/Qlc=", - "crlite_enrolled": true, - "id": "9cb658c6-3e52-4a94-b178-1d2ab7a03ad7", - "last_modified": 1562024770176 - }, - { "schema": 1562024768666, "derHash": "eErKEGO+RwCzpi9Fwvk7fu+L8jD7hpYQ6GT8Szoj0J8=", "subject": "CN=GeoTrust DV SSL SHA256 CA,OU=Domain Validated SSL,O=GeoTrust Inc.,C=US", @@ -49969,24 +50095,6 @@ "last_modified": 1562023867410 }, { - "schema": 1562023865931, - "derHash": "/Zi0DrlKrAl2IhefHjrN2s0/PJUnzWl03DYU0JrTeq4=", - "subject": "CN=Actalis Domain Validation Server CA G1,O=Actalis S.p.A./03358520967,L=Ponte San Pietro,ST=Bergamo,C=IT", - "subjectDN": "MIGQMQswCQYDVQQGEwJJVDEQMA4GA1UECAwHQmVyZ2FtbzEZMBcGA1UEBwwQUG9udGUgU2FuIFBpZXRybzEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxLzAtBgNVBAMMJkFjdGFsaXMgRG9tYWluIFZhbGlkYXRpb24gU2VydmVyIENBIEcx", - "whitelist": false, - "attachment": { - "hash": "6acbc0db9e14c20b7451ac6a4370d052bc7c3e5998ac0c9ffd0579f1e572ba26", - "size": 2255, - "filename": "BJJEqWcyIOaOIv8i-zwBwibnq29_3M0jCAjL4VG3bvU=.pem", - "location": "security-state-staging/intermediates/7dfd8c65-c838-4d5b-9e31-7514f9077c07.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "BJJEqWcyIOaOIv8i+zwBwibnq29/3M0jCAjL4VG3bvU=", - "crlite_enrolled": true, - "id": "8508b975-2be6-4467-9f9f-2771caa111e4", - "last_modified": 1562023866670 - }, - { "schema": 1562023865184, "derHash": "yW8kxFET/ZGuL55A4QZlO/oP+8+gfiCVJMhE58jaQUg=", "subject": "CN=CA Disig R2I2 Certification Service,O=Disig a.s.,L=Bratislava,C=SK", diff -Nru firefox-esr-78.12.0esr/services/settings/dumps/security-state/onecrl.json firefox-esr-78.13.0esr/services/settings/dumps/security-state/onecrl.json --- firefox-esr-78.12.0esr/services/settings/dumps/security-state/onecrl.json 2021-07-06 19:51:01.000000000 +0000 +++ firefox-esr-78.13.0esr/services/settings/dumps/security-state/onecrl.json 2021-08-04 22:23:10.000000000 +0000 @@ -1,6 +1,21 @@ { "data": [ { + "schema": 1625675805133, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1719704", + "who": "dkeeler@mozilla.com", + "why": "Kazakhstan MITM (#8)", + "name": "Information Security Certification Authority", + "created": "2021-07-08T19:58:35Z" + }, + "enabled": true, + "issuerName": "MFMxNTAzBgNVBAMTLEluZm9ybWF0aW9uIFNlY3VyaXR5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MQ0wCwYDVQQKEwRJU0NBMQswCQYDVQQGEwJLWg==", + "serialNumber": "EIn8PxnJA/ODm89wuX3Hz6rT1N0=", + "id": "9d1000df-4c91-448e-9fe1-9f8b613ed89d", + "last_modified": 1625780246117 + }, + { "schema": 1623872990204, "details": { "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1717548", diff -Nru firefox-esr-78.12.0esr/servo/components/style/values/specified/box.rs firefox-esr-78.13.0esr/servo/components/style/values/specified/box.rs --- firefox-esr-78.12.0esr/servo/components/style/values/specified/box.rs 2021-07-06 19:51:01.000000000 +0000 +++ firefox-esr-78.13.0esr/servo/components/style/values/specified/box.rs 2021-08-04 22:22:44.000000000 +0000 @@ -268,6 +268,12 @@ .unwrap() } + /// Returns the raw underlying u16 value. + #[inline] + pub fn to_u16(&self) -> u16 { + self.0 + } + /// Whether this is `display: inline` (or `inline list-item`). #[inline] pub fn is_inline_flow(&self) -> bool { diff -Nru firefox-esr-78.12.0esr/servo/ports/geckolib/glue.rs firefox-esr-78.13.0esr/servo/ports/geckolib/glue.rs --- firefox-esr-78.12.0esr/servo/ports/geckolib/glue.rs 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/servo/ports/geckolib/glue.rs 2021-08-04 22:23:10.000000000 +0000 @@ -3984,6 +3984,16 @@ } #[no_mangle] +pub extern "C" fn Servo_ComputedValues_BlockifiedDisplay( + style: &ComputedValues, + is_root_element : bool, +) -> u16 { + let display = style.get_box().clone_display(); + let blockified_display = display.equivalent_block_display(is_root_element); + blockified_display.to_u16() +} + +#[no_mangle] pub extern "C" fn Servo_StyleSet_Init(doc: &structs::Document) -> *mut RawServoStyleSet { let data = Box::new(PerDocumentStyleData::new(doc)); diff -Nru firefox-esr-78.12.0esr/sourcestamp.txt firefox-esr-78.13.0esr/sourcestamp.txt --- firefox-esr-78.12.0esr/sourcestamp.txt 2021-07-06 21:44:25.000000000 +0000 +++ firefox-esr-78.13.0esr/sourcestamp.txt 2021-08-04 22:24:12.000000000 +0000 @@ -1,2 +1,2 @@ -20210706194121 -https://hg.mozilla.org/releases/mozilla-esr78/rev/3d3d5640bfac60507d42648dc4d9c20e9e0f84a8 +20210804193512 +https://hg.mozilla.org/releases/mozilla-esr78/rev/7d8548789b6c540da86256a96c81cdfe25ae2130 diff -Nru firefox-esr-78.12.0esr/taskcluster/ci/release-bouncer-aliases/kind.yml firefox-esr-78.13.0esr/taskcluster/ci/release-bouncer-aliases/kind.yml --- firefox-esr-78.12.0esr/taskcluster/ci/release-bouncer-aliases/kind.yml 2021-07-06 19:51:01.000000000 +0000 +++ firefox-esr-78.13.0esr/taskcluster/ci/release-bouncer-aliases/kind.yml 2021-08-04 22:22:44.000000000 +0000 @@ -66,7 +66,7 @@ firefox-esr-latest: installer firefox-esr-msi-latest-ssl: msi firefox-esr-pkg-latest-ssl: pkg - # mozilla-esrXX: XXX - to uncomment when we branch next ESR + mozilla-esr91: # ... these point to the newer branch firefox-esr-next-latest-ssl: installer-ssl firefox-esr-next-latest: installer diff -Nru firefox-esr-78.12.0esr/taskcluster/docker/firefox-snap/firefox.snapcraft.yaml.in firefox-esr-78.13.0esr/taskcluster/docker/firefox-snap/firefox.snapcraft.yaml.in --- firefox-esr-78.12.0esr/taskcluster/docker/firefox-snap/firefox.snapcraft.yaml.in 2021-07-06 19:50:57.000000000 +0000 +++ firefox-esr-78.13.0esr/taskcluster/docker/firefox-snap/firefox.snapcraft.yaml.in 2021-08-04 22:22:50.000000000 +0000 @@ -40,6 +40,9 @@ browser-sandbox: interface: browser-support allow-sandbox: true + etc-firefox-policies: + interface: system-files + read: [/etc/firefox/policies] parts: firefox: diff -Nru firefox-esr-78.12.0esr/taskcluster/taskgraph/actions/rebuild_cached_tasks.py firefox-esr-78.13.0esr/taskcluster/taskgraph/actions/rebuild_cached_tasks.py --- firefox-esr-78.12.0esr/taskcluster/taskgraph/actions/rebuild_cached_tasks.py 1970-01-01 00:00:00.000000000 +0000 +++ firefox-esr-78.13.0esr/taskcluster/taskgraph/actions/rebuild_cached_tasks.py 2021-08-04 22:23:02.000000000 +0000 @@ -0,0 +1,41 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +from __future__ import absolute_import, print_function, unicode_literals + +from .registry import register_callback_action +from .util import ( + create_tasks, + fetch_graph_and_labels, +) + + +@register_callback_action( + name="rebuild-cached-tasks", + title="Rebuild Cached Tasks", + symbol="rebuild-cached", + description="Rebuild cached tasks.", + order=1000, + context=[], +) +def rebuild_cached_tasks_action( + parameters, graph_config, input, task_group_id, task_id +): + decision_task_id, full_task_graph, label_to_taskid = fetch_graph_and_labels( + parameters, graph_config + ) + cached_tasks = [ + label + for label, task in full_task_graph.tasks.items() + if task.attributes.get("cached_task", False) + ] + if cached_tasks: + create_tasks( + graph_config, + cached_tasks, + full_task_graph, + label_to_taskid, + parameters, + decision_task_id, + ) diff -Nru firefox-esr-78.12.0esr/third_party/rust/packed_simd/.cargo-checksum.json firefox-esr-78.13.0esr/third_party/rust/packed_simd/.cargo-checksum.json --- firefox-esr-78.12.0esr/third_party/rust/packed_simd/.cargo-checksum.json 2021-07-06 19:51:21.000000000 +0000 +++ firefox-esr-78.13.0esr/third_party/rust/packed_simd/.cargo-checksum.json 2021-08-04 22:23:37.000000000 +0000 @@ -1 +1 @@ -{"files":{".appveyor.yml":"f1ed01850e0d725f9498f52a1a63ddf40702ad6e0bf5b2d7c4c04d76e96794a3",".travis.yml":"d56de6531d3c4880e3aada85ac8e6d7388e5d781871e181cb8ade2a746d5d5f5","Cargo.toml":"e94ccb82002e8b55680c2c5fec554a9e864c5f354e113278d0aa927df279330d","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"6485b8ed310d3f0340bf1ad1f47645069ce4069dcc6bb46c7d5c6faf41de1fdb","README.md":"49d01e49a33393af64fa6c813b6a724f68a4d1abfbedcb96413651ed105aa820","bors.toml":"dee881dc69b9b7834e4eba5d95c3ed5a416d4628815a167d6a22d4cb4fb064b8","build.rs":"c3312e786c7fcb8f16c0785fe235ebbcf43fbeab6d7d683752f62043ca92d887","ci/all.sh":"2ae6b2445b4db83833e40b37efd0016c6b9879ee988b9b3ef94db5439a3e1606","ci/android-install-ndk.sh":"0f1746108cc30bf9b9ba45bcde7b19fc1a8bdf5b0258035b4eb8dc69b75efac4","ci/android-install-sdk.sh":"3490432022c5c8f5a115c084f7a9aca1626f96c0c87ffb62019228c4346b47e4","ci/android-sysimage.sh":"ebf4e5daa1f0fe1b2092b79f0f3f161c4c4275cb744e52352c4d81ab451e4c5a","ci/benchmark.sh":"b61d19ef6b90deba8fb79dee74c8b062d94844676293da346da87bb78a9a49a4","ci/deploy_and_run_on_ios_simulator.rs":"ec8ecf82d92072676aa47f0d1a3d021b60a7ae3531153ef12d2ff4541fc294dc","ci/docker/aarch64-linux-android/Dockerfile":"ace2e7d33c87bc0f6d3962a4a3408c04557646f7f51ab99cfbf574906796b016","ci/docker/aarch64-unknown-linux-gnu/Dockerfile":"da88c0d50f16dc08448c7fdf1fa5ed2cbe576acf9e7dd85b5b818621b2a8c702","ci/docker/arm-linux-androideabi/Dockerfile":"370e55d3330a413a3ccf677b3afb3e0ef9018a5fab263faa97ae8ac017fc2286","ci/docker/arm-unknown-linux-gnueabi/Dockerfile":"bb5f8ae890707c128652290ffc544447643bf12037ddd73c6ad6989f848cb380","ci/docker/arm-unknown-linux-gnueabihf/Dockerfile":"1afaefcbc05b740859acd4e067bc92439be6bcbe8f2e9678474fb434bcd398d9","ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile":"8282ea707a94109beed47a57574755e2d58401735904a03f85fb64c578c53b4f","ci/docker/i586-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/i686-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/mips-unknown-linux-gnu/Dockerfile":"b2ebc25797612c4f8395fe9d407725156044955bfbcf442036b7f55b43a5f9da","ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile":"b0c1692ac65bc56dd30494b1993d8e929c48cc9c4b92029b7c7592af6d4f9220","ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile":"4e9249c179300138141d0b2b7401b11897f64aed69f541f078c1db4594df2827","ci/docker/mipsel-unknown-linux-musl/Dockerfile":"3164c52b0dcbb01afa78292b15b5c43503ccf0491cf6eb801ec2bf22ae274e52","ci/docker/powerpc-unknown-linux-gnu/Dockerfile":"786f799d0b56eb54d7b6c4b00e1aed4ce81776e14e44767e083c89d014b72004","ci/docker/powerpc64-unknown-linux-gnu/Dockerfile":"e8bc363837cd9c2d8b22402acb8c1c329efc11ba5d12170603d2fe2eae9da059","ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile":"47998d45b781d797b9e6085ebe898d90de0c952b54537a8db4e8d7503eb032d9","ci/docker/s390x-unknown-linux-gnu/Dockerfile":"93fb44df3d7fd31ead158570667c97b5076a05c3d968af4a84bc13819a8f2db8","ci/docker/sparc64-unknown-linux-gnu/Dockerfile":"da1c39a3ff1fe22e41395fa7c8934e90b4c1788e551b9aec6e38bfd94effc437","ci/docker/thumbv7neon-linux-androideabi/Dockerfile":"c2decd5591bd7a09378901bef629cd944acf052eb55e4f35b79eb9cb4d62246a","ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile":"51955a8bf3c4d440f47382af6f5426ebff94ab01a04da36175babda9a057740f","ci/docker/wasm32-unknown-unknown/Dockerfile":"3e5f294bc1e004aa599086c2af49d6f3e7459fa250f5fbdd60cf67d53db78758","ci/docker/x86_64-linux-android/Dockerfile":"685040273cf350d5509e580ac451555efa19790c8723ca2af066adadc6880ad2","ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile":"44b6203d9290bfdc53d81219f0937e1110847a23dd982ec8c4de388354f01536","ci/docker/x86_64-unknown-linux-gnu/Dockerfile":"7f4e3ca5fa288ea70edb4d1f75309708cd30b192e2e4444e61c4d5b3b58f89cf","ci/dox.sh":"434e9611c52e389312d2b03564adf09429f10cc76fe66a8644adb104903b87b7","ci/linux-s390x.sh":"d6b732d7795b4ba131326aff893bca6228a7d2eb0e9402f135705413dbbe0dce","ci/linux-sparc64.sh":"c92966838b1ab7ad3b7a344833ee726aba6b647cf5952e56f0ad1ba420b13325","ci/lld-shim.rs":"3d7f71ec23a49e2b67f694a0168786f9a954dda15f5a138815d966643fd3fcc3","ci/max_line_width.sh":"0a1518bba4c9ecaa55694cb2e9930d0e19c265baabf73143f17f9cf285aaa5bb","ci/run-docker.sh":"92e036390ad9b0d16f109579df1b5ced2e72e9afea40c7d011400ebd3a2a90de","ci/run.sh":"41dd6a60efaaeae9661a01370cce98b631f78392859a0cf68c946c0a16edf5f7","ci/run_examples.sh":"d1a23c6c35374a0678ba5114b9b8fefd8be0a79e774872a8bf0898d1baca18d0","ci/runtest-android.rs":"145a8e9799a5223975061fe7e586ade5669ee4877a7d7a4cf6b4ab48e8e36c7c","ci/setup_benchmarks.sh":"fae3960023f6f3d1388cd2ad22fdbab4b075f1f29dd4292d7994a20783beb6cf","ci/test-runner-linux":"c8aa6025cff5306f4f31d0c61dc5f9d4dd5a1d189ab613ef8d4c367c694d9ccd","contributing.md":"2cc8c9c560ae17867e69b06d09b758dbf7bc39eb774ada50a743724b10acc0a2","perf-guide/.gitignore":"fe82c7da551079d832cf74200b0b359b4df9828cb4a0416fa7384f07a2ae6a13","perf-guide/book.toml":"115a98284126c6b180178b44713314cc494f08a71662ee2ce15cf67f17a51064","perf-guide/src/SUMMARY.md":"3e03bffc991fdc2050f3d51842d72d9d21ea6abab56a3baf3b2d5973a78b89e1","perf-guide/src/ascii.css":"29afb08833b2fe2250f0412e1fa1161a2432a0820a14953c87124407417c741a","perf-guide/src/bound_checks.md":"5e4991ff58a183ef0cd9fdc1feb4cd12d083b44bdf87393bbb0927808ef3ce7d","perf-guide/src/float-math/approx.md":"8c09032fa2d795a0c5db1775826c850d28eb2627846d0965c60ee72de63735ad","perf-guide/src/float-math/fma.md":"311076ba4b741d604a82e74b83a8d7e8c318fcbd7f64c4392d1cf5af95c60243","perf-guide/src/float-math/fp.md":"04153e775ab6e4f0d7837bcc515230d327b04edfa34c84ce9c9e10ebaeef2be8","perf-guide/src/float-math/svml.md":"0798873b8eedaeda5fed62dc91645b57c20775a02d3cd74d8bd06958f1516506","perf-guide/src/introduction.md":"9f5a19e9e6751f25d2daad39891a0cc600974527ec4c8305843f9618910671bd","perf-guide/src/prof/linux.md":"447731eb5de7d69166728fdbc5ecb0c0c9db678ea493b45a592d67dd002184c0","perf-guide/src/prof/mca.md":"f56d54f3d20e7aa4d32052186e8237b03d65971eb5d112802b442570ff11d344","perf-guide/src/prof/profiling.md":"8a650c0fd6ede0964789bb6577557eeef1d8226a896788602ce61528e260e43c","perf-guide/src/target-feature/attribute.md":"615f88dca0a707b6c416fa605435dd6e1fb5361cc639429cbf68cd87624bd78b","perf-guide/src/target-feature/features.md":"17077760ff24c006b606dd21889c53d87228f4311f3ba3a574f9afdeacd86165","perf-guide/src/target-feature/inlining.md":"7ed1d7068d8173a00d84c16cfe5871cd68b9f04f8d0cca2d01ebc84957ebf2f6","perf-guide/src/target-feature/practice.md":"c4b371842e0086df178488fec97f20def8f0c62ee588bcd25fd948b9b1fa227e","perf-guide/src/target-feature/runtime.md":"835425f5ee597fb3e51d36e725a81ebee29f4561231d19563cd4da81dbb1cfcb","perf-guide/src/target-feature/rustflags.md":"ab49712e9293a65d74d540ba4784fcb57ff1119ec05a575d895c071f1a620f64","perf-guide/src/vert-hor-ops.md":"c6211c0ee91e60552ec592d89d9d957eedc21dee3cbd89e1ad6765ea06a27471","rustfmt.toml":"de6101d0670bad65fb3b337d56957d2a024e017e5ab146ec784d77312daaf8ff","src/api.rs":"f6e92f056565e6fd93f98829a408aee9e790251e0cbd8a8bc30c8662b4d6fabb","src/api/bit_manip.rs":"c47a4d0f7451f7e35d07715e4f39a472e07457fd456fdb726864a4f6887252a3","src/api/bitmask.rs":"6d2beefd62ee5d9c8eb060bee6abc641616bf828c99f82abf97b21bf004e894b","src/api/cast.rs":"03b94a3d316ac7b7be7068810044911e965e889a0ace7bae762749ca74a92747","src/api/cast/macros.rs":"b0a14d0c83ad2ebb7a275180f6d9e3f2bc312ba57a7d3d6c39fad4e0f20f9408","src/api/cast/v128.rs":"2107ea6a426a0fe37a0aa6a03a579ff0bdeb5a1599ea76e2d81734a82f41276d","src/api/cast/v16.rs":"d785cf93b8e61200c9ae1c32b9f5e9d9518e87c261c56bcaf92f2e47b0009eb4","src/api/cast/v256.rs":"b81fcfd367a5de532d922dedf18579e53666facef7957c0e1bc827825e500ae6","src/api/cast/v32.rs":"2aac9ec0a67a97328ba908b13a1ff98da3dcd7781910d592d31f9207cbd9a7d2","src/api/cast/v512.rs":"33b33de818f8d4eccc982bc2f3951a8b3d03e9762ec02789b3df82e3f5ed3fc3","src/api/cast/v64.rs":"ec878917d52a8c952633251b3a938a2cbe0a63fee6d12c15840d9f1343d1f394","src/api/cmp.rs":"357c3a2a09c6d4611c32dd7fa95be2fae933d513e229026ec9b44451a77b884e","src/api/cmp/eq.rs":"60f70f355bae4cb5b17db53204cacc3890f70670611c17df638d4c04f7cc8075","src/api/cmp/ord.rs":"589f7234761c294fa5df8f525bc4acd5a47cdb602207d524a0d4e19804cd9695","src/api/cmp/partial_eq.rs":"3ed23d2a930b0f9750c3a5309da766b03dc4f9c4d375b42ad3c50fe732693d15","src/api/cmp/partial_ord.rs":"e16b11805c94048acd058c93994b5bc74bb187f8d7e3b86a87df60e1601467f9","src/api/cmp/vertical.rs":"de3d62f38eba817299aa16f1e1939954c9a447e316509397465c2830852ba053","src/api/default.rs":"67bf21c134127d12a7028c8b88a57f0ceee8ccbd74976da8ca74eb9f16a174d5","src/api/fmt.rs":"67fb804bb86b6cd77cf8cd492b5733ce437071b66fe3297278b8a6552c325dda","src/api/fmt/binary.rs":"35cb5c266197d6224d598fb3d286e5fe48ef0c01ed356c2ff6fe9ba946f96a92","src/api/fmt/debug.rs":"aa18eea443bf353fea3db8b1a025132bbcaf91e747ecfa43b8d9fce9af395a0c","src/api/fmt/lower_hex.rs":"69d5be366631af309f214e8031c8c20267fcc27a695eac6f45c6bc1df72a67e6","src/api/fmt/octal.rs":"9eb11ba3d990213f3c7f1ec25edba7ce997cb1320e16d308c83498ba6b9bfbd9","src/api/fmt/upper_hex.rs":"a4637d085b7bb20e759ce58e08435b510a563ba3dd468af2b03560fdc5511562","src/api/from.rs":"2e599d8329cb05eaf06224cc441355c4b7b51254fc19256619333be8c149d444","src/api/from/from_array.rs":"dd3fc64fb17d6184bb60343f8da26a05edf0e5f3c14caf55d49fa15e21d948dc","src/api/from/from_vector.rs":"9764371aa9e6005aace74dea14f59e5611a095b7cf42707940924749282c52f0","src/api/hash.rs":"5076ece87969592c876486f5b1ea8affbeaec379d1a14a30859e0aa5592019de","src/api/into_bits.rs":"82297f0697d67b5a015e904e7e6e7b2a7066ba825bc54b94b4ff3e22d7a1eefb","src/api/into_bits/arch_specific.rs":"4acab22af90112072a2608fafc66fccf18cbf2e641b72af28404d30833cfe5c6","src/api/into_bits/macros.rs":"d762406de25aedff88d460dec7a80dc8e825a2a419d53218ce007efa6a1d3e04","src/api/into_bits/v128.rs":"3c502b9ce85bfcc727d6f053d49030b0ba9f46bd8e9fa5aa109382a2033f9f87","src/api/into_bits/v16.rs":"f4f4f61ba88aa51b158ec56ca3dce234349aea0daf2b3029a14ab5125d1e41e5","src/api/into_bits/v256.rs":"c24c3676707a0feb868dabe00766d74deab176794f905f79056337198c7cf790","src/api/into_bits/v32.rs":"905ba683d342fa32f4202b80bb46530807bd0a5b588f6c2e8c9f475223c47775","src/api/into_bits/v512.rs":"7cd89005215a9326eed8a742125dcbf981cba1aca72a313478eabf3df71b1160","src/api/into_bits/v64.rs":"d6238022ccff7b92e55b3f6017fc269acb6f36330a6d7e8fb389853a0f1b6478","src/api/math.rs":"8b2a2fc651917a850539f993aa0b9e5bf4da67b11685285b8de8cdca311719ec","src/api/math/float.rs":"61d2794d68262a1090ae473bd30793b5f65cf732f32a6694a3af2ce5d9225616","src/api/math/float/abs.rs":"5b6b2701e2e11135b7ce58a05052ea8120e10e4702c95d046b9d21b827b26bf8","src/api/math/float/consts.rs":"78acba000d3fa527111300b6327c1932de9c4c1e02d4174e1a5615c01463d38c","src/api/math/float/cos.rs":"4c2dd7173728ef189314f1576c9486e03be21b7da98843b2f9011282a7979e31","src/api/math/float/exp.rs":"7c6d5f1e304f498a01cfa23b92380c815d7da0ad94eae3483783bc377d287eef","src/api/math/float/ln.rs":"54c7583f3df793b39ff57534fade27b41bb992439e5dc178252f5ca3190a3e54","src/api/math/float/mul_add.rs":"62cac77660d20159276d4c9ef066eb90c81cbddb808e8e157182c607625ad2eb","src/api/math/float/mul_adde.rs":"bae056ee9f3a70df39ec3c3b2f6437c65303888a7b843ef1a5bcf1f5aca0e602","src/api/math/float/powf.rs":"9ddb938984b36d39d82a82f862f80df8f7fb013f1d222d45698d41d88472f568","src/api/math/float/recpre.rs":"589225794ff1dbf31158dff660e6d4509ecc8befbb57c633900dea5ac0b840d6","src/api/math/float/rsqrte.rs":"a32abdcc318d7ccc8448231f54d75b884b7cbeb03a7d595713ab6243036f4dbf","src/api/math/float/sin.rs":"cbd3622b7df74f19691743001c8cf747a201f8977ad90542fee915f37dcd1e49","src/api/math/float/sqrt.rs":"0c66d5d63fb08e4d99c6b82a8828e41173aff1ac9fa1a2764a11fac217ccf2ac","src/api/math/float/sqrte.rs":"731e1c9f321b662accdd27dacb3aac2e8043b7aecb2f2161dde733bd9f025362","src/api/minimal.rs":"1f22bcc528555444e76de569ec0ae2029b9ae9d04805efeafa93369c8098036b","src/api/minimal/iuf.rs":"819cff26d3e196f807645bcc1d79eb27d9f175edb89910f2274d52a1e913cd11","src/api/minimal/mask.rs":"0cae10ae1fc65f5070e686c0c79bfba27b86b33d6c399367bd4848fb367dcec4","src/api/minimal/ptr.rs":"f65ebf21866a863485344432d9a7a9b7418f7fad5fdf841a4e2fa56ec0766ad0","src/api/ops.rs":"3e273b277a0f3019d42c3c59ca94a5afd4885d5ae6d2182e5089bbeec9de42ee","src/api/ops/scalar_arithmetic.rs":"d2d5ad897a59dd0787544f927e0e7ca4072c3e58b0f4a2324083312b0d5a21d7","src/api/ops/scalar_bitwise.rs":"482204e459ca6be79568e1c9f70adbe2d2151412ddf122fb2161be8ebb51c40c","src/api/ops/scalar_mask_bitwise.rs":"c250f52042e37b22d57256c80d4604104cfd2fbe2a2e127c676267270ca5d350","src/api/ops/scalar_shifts.rs":"987f8fdebeedc16e3d77c1b732e7826ef70633c541d16dfa290845d5c6289150","src/api/ops/vector_arithmetic.rs":"ddca15d09ddeef502c2ed66117a62300ca65d87e959e8b622d767bdf1c307910","src/api/ops/vector_bitwise.rs":"b3968f7005b649edcc22a54e2379b14d5ee19045f2e784029805781ae043b5ee","src/api/ops/vector_float_min_max.rs":"76bf8cb607e2c442923c1da1061a6b80d742d607408033c2a3761161114cf2a0","src/api/ops/vector_int_min_max.rs":"a378789c6ff9b32a51fbd0a97ffd36ed102cd1fe6a067d2b02017c1df342def6","src/api/ops/vector_mask_bitwise.rs":"5052d18517d765415d40327e6e8e55a312daaca0a5e2aec959bfa54b1675f9c8","src/api/ops/vector_neg.rs":"5c62f6b0221983cdbd23cd0a3af3672e6ba1255f0dfe8b19aae6fbd6503e231b","src/api/ops/vector_rotates.rs":"03cbe8a400fd7c688e4ee771a990a6754f2031b1a59b19ae81158b21471167e5","src/api/ops/vector_shifts.rs":"9bf69d0087268f61009e39aea52e03a90f378910206b6a28e8393178b6a5d0e0","src/api/ptr.rs":"8a793251bed6130dcfb2f1519ceaa18b751bbb15875928d0fb6deb5a5e07523a","src/api/ptr/gather_scatter.rs":"138b02b0fa1fdd785b95fc7048488be7e3ef277e0bc6ac5affb26af6a11d41a6","src/api/reductions.rs":"ae5baca81352ecd44526d6c30c0a1feeda475ec73ddd3c3ec6b14e944e5448ee","src/api/reductions/bitwise.rs":"8bf910ae226188bd15fc7e125f058cd2566b6186fcd0cd8fd020f352c39ce139","src/api/reductions/float_arithmetic.rs":"3997125f87c7bac07fffda3a1d814e0e6c77ca83099546a9e2fb8dc92231129f","src/api/reductions/integer_arithmetic.rs":"47471da1c5f859489680bb5d34ced3d3aa20081c16053a3af121a4496fcb57bf","src/api/reductions/mask.rs":"db83327a950e33a317f37fd33ca4e20c347fb415975ec024f3e23da8509425af","src/api/reductions/min_max.rs":"d40ccad10220ae5982785015bef92e4b0749583c2b060cad0aa4f92d99491c3b","src/api/select.rs":"a98e2ccf9fc6bdeed32d337c8675bc96c2fbe2cc34fbf149ad6047fb8e749774","src/api/shuffle.rs":"da58200790868c09659819322a489929a5b6e56c596ed07e6a44293ea02e7d09","src/api/shuffle1_dyn.rs":"bfea5a91905b31444e9ef7ca6eddb7a9606b7e22d3f71bb842eb2795a0346620","src/api/slice.rs":"ee87484e8af329547b9a5d4f2a69e8bed6ea10bbd96270d706083843d4eea2ac","src/api/slice/from_slice.rs":"53691dc9958dec4180004a42d140552b405e8cd875caa282e89af378dd63c8bc","src/api/slice/write_to_slice.rs":"3dd2e511af43dc6fa911dd0b12f6f00323e0acd1202a01365db400557d52a89b","src/api/swap_bytes.rs":"4a6792a2e49a77475e1b237592b4b2804dbddb79c474331acd0dd71b36934259","src/codegen.rs":"a29d38fa0a85eaf787fb49989e625bf64effd5f39c126fbb2a24be206d2a3917","src/codegen/bit_manip.rs":"17ecebcff1f080e712fea5eb51602a73f4201ed56a198220342c8eb55bb92692","src/codegen/llvm.rs":"b1f24237f61b7c5ddb8d47f3943aab79a95ce0e75af87ab2d1c88d842faffd39","src/codegen/math.rs":"35f96e37a78fcf0cdb02146b7f27a45108fe06a37fc2a54d8851ce131a326178","src/codegen/math/float.rs":"dd86c0449e576c83b719700962ac017c332987fac08d91f2b7a2b1b883598170","src/codegen/math/float/abs.rs":"f56e2b4b8055ea861c1f5cbc6b6e1d8e7e5af163b62c13574ddee4e09513bfbc","src/codegen/math/float/cos.rs":"ef3b511a24d23045b310315e80348a9b7fedb576fc2de52d74290616a0abeb2a","src/codegen/math/float/cos_pi.rs":"4e7631a5d73dac21531e09ef1802d1180f8997509c2c8fa9f67f322194263a97","src/codegen/math/float/exp.rs":"61b691598c41b5622f24e4320c1bdd08701e612a516438bdddcc728fc3405c8c","src/codegen/math/float/ln.rs":"46b718b1ba8c9d99e1ad40f53d20dfde08a3063ca7bd2a9fdd6698e060da687e","src/codegen/math/float/macros.rs":"dd42135fff13f9aca4fd3a1a4e14c7e6c31aadc6d817d63b0d2fb9e62e062744","src/codegen/math/float/mul_add.rs":"a37bf764345d4b1714f97e83897b7cf0855fc2811704bcbc0012db91825339e1","src/codegen/math/float/mul_adde.rs":"c75702bfcb361de45964a93caf959a695ef2376bd069227600b8c6872665c755","src/codegen/math/float/powf.rs":"642346e982bc4c39203de0864d2149c4179cd7b21cf67a2951687932b4675872","src/codegen/math/float/sin.rs":"9d68164c90cdca6a85155040cdac42e27342ebe0b925273ef1593df721af4258","src/codegen/math/float/sin_cos_pi.rs":"9be02ad48585a1e8d99129382fbffbaed47852f15459256a708850b6b7a75405","src/codegen/math/float/sin_pi.rs":"9890347905b4d4a3c7341c3eb06406e46e60582bcf6960688bd727e5dadc6c57","src/codegen/math/float/sqrt.rs":"e3c60dcfb0c6d2fc62adabcc931b2d4040b83cab294dea36443fb4b89eb79e34","src/codegen/math/float/sqrte.rs":"f0f4ef9eb475ae41bcc7ec6a95ad744ba6b36925faa8b2c2814004396d196b63","src/codegen/pointer_sized_int.rs":"a70697169c28218b56fd2e8d5353f2e00671d1150d0c8cef77d613bdfacd84cb","src/codegen/reductions.rs":"645e2514746d01387ddd07f0aa4ffd8430cc9ab428d4fb13773ea319fa25dd95","src/codegen/reductions/mask.rs":"8f1afe6aabf096a3278e1fc3a30f736e04aa8b9ce96373cee22162d18cfe2702","src/codegen/reductions/mask/aarch64.rs":"cba6e17603d39795dcfe8339b6b7d8714c3e162a1f0a635979f037aa24fe4206","src/codegen/reductions/mask/arm.rs":"9447904818aa2c7c25d0963eead452a639a11ca7dbd6d21eedbfcaade07a0f33","src/codegen/reductions/mask/fallback.rs":"7a0ef9f7fd03ae318b495b95e121350cd61caffc5cc6ee17fabf130d5d933453","src/codegen/reductions/mask/fallback_impl.rs":"76547f396e55ef403327c77c314cf8db8c7a5c9b9819bfb925abeacf130249e5","src/codegen/reductions/mask/x86.rs":"4c0457b6276f9809223590092a4c77e73812330326cdabd28df06820de10a310","src/codegen/reductions/mask/x86/avx.rs":"b4913d87844c522903641cbbf10db4551addb1ce5e9e78278e21612fa65c733b","src/codegen/reductions/mask/x86/avx2.rs":"677aed3f056285285daa3adff8bc65e739630b4424defa6d9665e160f027507e","src/codegen/reductions/mask/x86/sse.rs":"5a827c6f8e1074e324f6e4c778942badb6c09d747a7142de01cadec1240b3428","src/codegen/reductions/mask/x86/sse2.rs":"bc38e6c31cb4b3d62147eba6cac264e519e2a48e0f7ce9010cfa9ef0cf0ec9fd","src/codegen/shuffle.rs":"99a0b52c2470097b028af134221099baba383446a01c7dc3ae560209880bcdb7","src/codegen/shuffle1_dyn.rs":"abbc95305dad815ab2ded3e8357791bcff080414668b55a4d397558a1d202d01","src/codegen/swap_bytes.rs":"1d6cdc716eadddc92b4fd506b2445a821caa8dc00860447de09d7ebd69c2087f","src/codegen/v128.rs":"94226b31ec403d18d9d2fe06713f147c9c79e9b5f9105089088266313f843185","src/codegen/v16.rs":"ddec4ffb66b6f7aaffb9a1780c5ddba82557abd74f45073d335047e04cf74924","src/codegen/v256.rs":"6b63917f0444118d6b1595bff2045e59b97c4d24012bd575f69f1f0efc5a0241","src/codegen/v32.rs":"3477b3c5540aed86e61e2f5807dd31db947413cec9181c587d93ed6ec74f0eba","src/codegen/v512.rs":"5854f99d3aabc4cd42b28a20d9ce447756dc2ba024a409a69b6a8ae1f1842fc5","src/codegen/v64.rs":"e9e89caebfe63d10c0cbca61e4dfdba3b7e02ee0989170f80beed23237ddd950","src/codegen/vPtr.rs":"711c753a08d53a2879c4fb87a0762c46ce4e34c22f0ca88d2e4c557a0f679969","src/codegen/vSize.rs":"eeee9858749aa82142b27bc120d1989bb74a6b82e1e4efbbeaccc9634dc9acfc","src/lib.rs":"b842b5e47008b9bd59af4d2e309b84204d90a53d36595684082adc46b6934987","src/masks.rs":"be05e923ac58fe6eb61311561b5583cd306574f206dc09fe8e3c7de3dd0c1433","src/sealed.rs":"ae7fdeaf5d84cd7710ed730ca72ca7eaba93df6cb0acb183e5c0a7327acf197f","src/testing.rs":"1d3a7862ef625e235a5734ad7204e68d350f902c0695182b1f08a0552432416e","src/testing/macros.rs":"6378856d7a40ba5ec5c7c0dad6327d79f0c77266921c24296d10aed6c68e9b98","src/testing/utils.rs":"5ec6a47b836f364ec6dede19750a19eaac704162327d03041eb0f007d5f8d75c","src/v128.rs":"16cf9a8e7156b899ee9b9cd3f2dba9d13ec63289bea8c3ee9ae2e43ad9510288","src/v16.rs":"cb6465cf1e00bf530183af1819b9fe3d7eec978f8765d5e85d9b58a39a4b4045","src/v256.rs":"fe235017da18c7f3c361831c60e3173ad304d8ea1e95d64ebebc79da2d708511","src/v32.rs":"145d347855bac59b2de6508f9e594654e6c330423af9edc0e2ac8f4d1abdf45e","src/v512.rs":"f372f277f3e62eb5c945bb1c460333fdb17b6974fcc876633788ff53bded9599","src/v64.rs":"0b8079881b71575e3414be0b7f8f7eaba65281ba6732f2b2f61f73e95b6f48f7","src/vPtr.rs":"8b3e433d487180bb4304ff71245ecad90f0010f43e139a72027b672abe58facc","src/vSize.rs":"eda5aa020706cbf94d15bada41a0c2a35fc8f3f37cb7c2cd6f34d201399a495e","tests/endianness.rs":"7db22078f31fe1421fc2d21f2e6b9df5eb0bdc99c10f6985d3a74c0df8f205dc"},"package":null} \ No newline at end of file +{"files":{".appveyor.yml":"f1ed01850e0d725f9498f52a1a63ddf40702ad6e0bf5b2d7c4c04d76e96794a3",".travis.yml":"d56de6531d3c4880e3aada85ac8e6d7388e5d781871e181cb8ade2a746d5d5f5","Cargo.toml":"c7124d80c769e792e6a39f523e72b845ed43d6e3a68dd37af4579fbf58b50828","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"6485b8ed310d3f0340bf1ad1f47645069ce4069dcc6bb46c7d5c6faf41de1fdb","README.md":"49d01e49a33393af64fa6c813b6a724f68a4d1abfbedcb96413651ed105aa820","bors.toml":"dee881dc69b9b7834e4eba5d95c3ed5a416d4628815a167d6a22d4cb4fb064b8","build.rs":"d344fca66796a5ec1ee681edb1aec7ae3c999262a2f215c26f87e9b1ba00ac94","ci/all.sh":"2ae6b2445b4db83833e40b37efd0016c6b9879ee988b9b3ef94db5439a3e1606","ci/android-install-ndk.sh":"0f1746108cc30bf9b9ba45bcde7b19fc1a8bdf5b0258035b4eb8dc69b75efac4","ci/android-install-sdk.sh":"3490432022c5c8f5a115c084f7a9aca1626f96c0c87ffb62019228c4346b47e4","ci/android-sysimage.sh":"ebf4e5daa1f0fe1b2092b79f0f3f161c4c4275cb744e52352c4d81ab451e4c5a","ci/benchmark.sh":"b61d19ef6b90deba8fb79dee74c8b062d94844676293da346da87bb78a9a49a4","ci/deploy_and_run_on_ios_simulator.rs":"ec8ecf82d92072676aa47f0d1a3d021b60a7ae3531153ef12d2ff4541fc294dc","ci/docker/aarch64-linux-android/Dockerfile":"ace2e7d33c87bc0f6d3962a4a3408c04557646f7f51ab99cfbf574906796b016","ci/docker/aarch64-unknown-linux-gnu/Dockerfile":"da88c0d50f16dc08448c7fdf1fa5ed2cbe576acf9e7dd85b5b818621b2a8c702","ci/docker/arm-linux-androideabi/Dockerfile":"370e55d3330a413a3ccf677b3afb3e0ef9018a5fab263faa97ae8ac017fc2286","ci/docker/arm-unknown-linux-gnueabi/Dockerfile":"bb5f8ae890707c128652290ffc544447643bf12037ddd73c6ad6989f848cb380","ci/docker/arm-unknown-linux-gnueabihf/Dockerfile":"1afaefcbc05b740859acd4e067bc92439be6bcbe8f2e9678474fb434bcd398d9","ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile":"8282ea707a94109beed47a57574755e2d58401735904a03f85fb64c578c53b4f","ci/docker/i586-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/i686-unknown-linux-gnu/Dockerfile":"49792922269f371bd29da4727e9085101b27be67a6b97755d0196c63317f7abb","ci/docker/mips-unknown-linux-gnu/Dockerfile":"b2ebc25797612c4f8395fe9d407725156044955bfbcf442036b7f55b43a5f9da","ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile":"b0c1692ac65bc56dd30494b1993d8e929c48cc9c4b92029b7c7592af6d4f9220","ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile":"4e9249c179300138141d0b2b7401b11897f64aed69f541f078c1db4594df2827","ci/docker/mipsel-unknown-linux-musl/Dockerfile":"3164c52b0dcbb01afa78292b15b5c43503ccf0491cf6eb801ec2bf22ae274e52","ci/docker/powerpc-unknown-linux-gnu/Dockerfile":"786f799d0b56eb54d7b6c4b00e1aed4ce81776e14e44767e083c89d014b72004","ci/docker/powerpc64-unknown-linux-gnu/Dockerfile":"e8bc363837cd9c2d8b22402acb8c1c329efc11ba5d12170603d2fe2eae9da059","ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile":"47998d45b781d797b9e6085ebe898d90de0c952b54537a8db4e8d7503eb032d9","ci/docker/s390x-unknown-linux-gnu/Dockerfile":"93fb44df3d7fd31ead158570667c97b5076a05c3d968af4a84bc13819a8f2db8","ci/docker/sparc64-unknown-linux-gnu/Dockerfile":"da1c39a3ff1fe22e41395fa7c8934e90b4c1788e551b9aec6e38bfd94effc437","ci/docker/thumbv7neon-linux-androideabi/Dockerfile":"c2decd5591bd7a09378901bef629cd944acf052eb55e4f35b79eb9cb4d62246a","ci/docker/thumbv7neon-unknown-linux-gnueabihf/Dockerfile":"51955a8bf3c4d440f47382af6f5426ebff94ab01a04da36175babda9a057740f","ci/docker/wasm32-unknown-unknown/Dockerfile":"3e5f294bc1e004aa599086c2af49d6f3e7459fa250f5fbdd60cf67d53db78758","ci/docker/x86_64-linux-android/Dockerfile":"685040273cf350d5509e580ac451555efa19790c8723ca2af066adadc6880ad2","ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile":"44b6203d9290bfdc53d81219f0937e1110847a23dd982ec8c4de388354f01536","ci/docker/x86_64-unknown-linux-gnu/Dockerfile":"7f4e3ca5fa288ea70edb4d1f75309708cd30b192e2e4444e61c4d5b3b58f89cf","ci/dox.sh":"434e9611c52e389312d2b03564adf09429f10cc76fe66a8644adb104903b87b7","ci/linux-s390x.sh":"d6b732d7795b4ba131326aff893bca6228a7d2eb0e9402f135705413dbbe0dce","ci/linux-sparc64.sh":"c92966838b1ab7ad3b7a344833ee726aba6b647cf5952e56f0ad1ba420b13325","ci/lld-shim.rs":"3d7f71ec23a49e2b67f694a0168786f9a954dda15f5a138815d966643fd3fcc3","ci/max_line_width.sh":"0a1518bba4c9ecaa55694cb2e9930d0e19c265baabf73143f17f9cf285aaa5bb","ci/run-docker.sh":"92e036390ad9b0d16f109579df1b5ced2e72e9afea40c7d011400ebd3a2a90de","ci/run.sh":"41dd6a60efaaeae9661a01370cce98b631f78392859a0cf68c946c0a16edf5f7","ci/run_examples.sh":"d1a23c6c35374a0678ba5114b9b8fefd8be0a79e774872a8bf0898d1baca18d0","ci/runtest-android.rs":"145a8e9799a5223975061fe7e586ade5669ee4877a7d7a4cf6b4ab48e8e36c7c","ci/setup_benchmarks.sh":"fae3960023f6f3d1388cd2ad22fdbab4b075f1f29dd4292d7994a20783beb6cf","ci/test-runner-linux":"c8aa6025cff5306f4f31d0c61dc5f9d4dd5a1d189ab613ef8d4c367c694d9ccd","contributing.md":"2cc8c9c560ae17867e69b06d09b758dbf7bc39eb774ada50a743724b10acc0a2","perf-guide/.gitignore":"fe82c7da551079d832cf74200b0b359b4df9828cb4a0416fa7384f07a2ae6a13","perf-guide/book.toml":"115a98284126c6b180178b44713314cc494f08a71662ee2ce15cf67f17a51064","perf-guide/src/SUMMARY.md":"3e03bffc991fdc2050f3d51842d72d9d21ea6abab56a3baf3b2d5973a78b89e1","perf-guide/src/ascii.css":"29afb08833b2fe2250f0412e1fa1161a2432a0820a14953c87124407417c741a","perf-guide/src/bound_checks.md":"5e4991ff58a183ef0cd9fdc1feb4cd12d083b44bdf87393bbb0927808ef3ce7d","perf-guide/src/float-math/approx.md":"8c09032fa2d795a0c5db1775826c850d28eb2627846d0965c60ee72de63735ad","perf-guide/src/float-math/fma.md":"311076ba4b741d604a82e74b83a8d7e8c318fcbd7f64c4392d1cf5af95c60243","perf-guide/src/float-math/fp.md":"04153e775ab6e4f0d7837bcc515230d327b04edfa34c84ce9c9e10ebaeef2be8","perf-guide/src/float-math/svml.md":"0798873b8eedaeda5fed62dc91645b57c20775a02d3cd74d8bd06958f1516506","perf-guide/src/introduction.md":"9f5a19e9e6751f25d2daad39891a0cc600974527ec4c8305843f9618910671bd","perf-guide/src/prof/linux.md":"447731eb5de7d69166728fdbc5ecb0c0c9db678ea493b45a592d67dd002184c0","perf-guide/src/prof/mca.md":"f56d54f3d20e7aa4d32052186e8237b03d65971eb5d112802b442570ff11d344","perf-guide/src/prof/profiling.md":"8a650c0fd6ede0964789bb6577557eeef1d8226a896788602ce61528e260e43c","perf-guide/src/target-feature/attribute.md":"615f88dca0a707b6c416fa605435dd6e1fb5361cc639429cbf68cd87624bd78b","perf-guide/src/target-feature/features.md":"17077760ff24c006b606dd21889c53d87228f4311f3ba3a574f9afdeacd86165","perf-guide/src/target-feature/inlining.md":"7ed1d7068d8173a00d84c16cfe5871cd68b9f04f8d0cca2d01ebc84957ebf2f6","perf-guide/src/target-feature/practice.md":"c4b371842e0086df178488fec97f20def8f0c62ee588bcd25fd948b9b1fa227e","perf-guide/src/target-feature/runtime.md":"835425f5ee597fb3e51d36e725a81ebee29f4561231d19563cd4da81dbb1cfcb","perf-guide/src/target-feature/rustflags.md":"ab49712e9293a65d74d540ba4784fcb57ff1119ec05a575d895c071f1a620f64","perf-guide/src/vert-hor-ops.md":"c6211c0ee91e60552ec592d89d9d957eedc21dee3cbd89e1ad6765ea06a27471","rustfmt.toml":"de6101d0670bad65fb3b337d56957d2a024e017e5ab146ec784d77312daaf8ff","src/api.rs":"f6e92f056565e6fd93f98829a408aee9e790251e0cbd8a8bc30c8662b4d6fabb","src/api/bit_manip.rs":"c47a4d0f7451f7e35d07715e4f39a472e07457fd456fdb726864a4f6887252a3","src/api/bitmask.rs":"6d2beefd62ee5d9c8eb060bee6abc641616bf828c99f82abf97b21bf004e894b","src/api/cast.rs":"03b94a3d316ac7b7be7068810044911e965e889a0ace7bae762749ca74a92747","src/api/cast/macros.rs":"b0a14d0c83ad2ebb7a275180f6d9e3f2bc312ba57a7d3d6c39fad4e0f20f9408","src/api/cast/v128.rs":"2107ea6a426a0fe37a0aa6a03a579ff0bdeb5a1599ea76e2d81734a82f41276d","src/api/cast/v16.rs":"d785cf93b8e61200c9ae1c32b9f5e9d9518e87c261c56bcaf92f2e47b0009eb4","src/api/cast/v256.rs":"b81fcfd367a5de532d922dedf18579e53666facef7957c0e1bc827825e500ae6","src/api/cast/v32.rs":"2aac9ec0a67a97328ba908b13a1ff98da3dcd7781910d592d31f9207cbd9a7d2","src/api/cast/v512.rs":"33b33de818f8d4eccc982bc2f3951a8b3d03e9762ec02789b3df82e3f5ed3fc3","src/api/cast/v64.rs":"ec878917d52a8c952633251b3a938a2cbe0a63fee6d12c15840d9f1343d1f394","src/api/cmp.rs":"357c3a2a09c6d4611c32dd7fa95be2fae933d513e229026ec9b44451a77b884e","src/api/cmp/eq.rs":"60f70f355bae4cb5b17db53204cacc3890f70670611c17df638d4c04f7cc8075","src/api/cmp/ord.rs":"589f7234761c294fa5df8f525bc4acd5a47cdb602207d524a0d4e19804cd9695","src/api/cmp/partial_eq.rs":"3ed23d2a930b0f9750c3a5309da766b03dc4f9c4d375b42ad3c50fe732693d15","src/api/cmp/partial_ord.rs":"e16b11805c94048acd058c93994b5bc74bb187f8d7e3b86a87df60e1601467f9","src/api/cmp/vertical.rs":"de3d62f38eba817299aa16f1e1939954c9a447e316509397465c2830852ba053","src/api/default.rs":"67bf21c134127d12a7028c8b88a57f0ceee8ccbd74976da8ca74eb9f16a174d5","src/api/fmt.rs":"67fb804bb86b6cd77cf8cd492b5733ce437071b66fe3297278b8a6552c325dda","src/api/fmt/binary.rs":"35cb5c266197d6224d598fb3d286e5fe48ef0c01ed356c2ff6fe9ba946f96a92","src/api/fmt/debug.rs":"aa18eea443bf353fea3db8b1a025132bbcaf91e747ecfa43b8d9fce9af395a0c","src/api/fmt/lower_hex.rs":"69d5be366631af309f214e8031c8c20267fcc27a695eac6f45c6bc1df72a67e6","src/api/fmt/octal.rs":"9eb11ba3d990213f3c7f1ec25edba7ce997cb1320e16d308c83498ba6b9bfbd9","src/api/fmt/upper_hex.rs":"a4637d085b7bb20e759ce58e08435b510a563ba3dd468af2b03560fdc5511562","src/api/from.rs":"2e599d8329cb05eaf06224cc441355c4b7b51254fc19256619333be8c149d444","src/api/from/from_array.rs":"dd3fc64fb17d6184bb60343f8da26a05edf0e5f3c14caf55d49fa15e21d948dc","src/api/from/from_vector.rs":"9764371aa9e6005aace74dea14f59e5611a095b7cf42707940924749282c52f0","src/api/hash.rs":"5076ece87969592c876486f5b1ea8affbeaec379d1a14a30859e0aa5592019de","src/api/into_bits.rs":"82297f0697d67b5a015e904e7e6e7b2a7066ba825bc54b94b4ff3e22d7a1eefb","src/api/into_bits/arch_specific.rs":"4acab22af90112072a2608fafc66fccf18cbf2e641b72af28404d30833cfe5c6","src/api/into_bits/macros.rs":"d762406de25aedff88d460dec7a80dc8e825a2a419d53218ce007efa6a1d3e04","src/api/into_bits/v128.rs":"3c502b9ce85bfcc727d6f053d49030b0ba9f46bd8e9fa5aa109382a2033f9f87","src/api/into_bits/v16.rs":"f4f4f61ba88aa51b158ec56ca3dce234349aea0daf2b3029a14ab5125d1e41e5","src/api/into_bits/v256.rs":"c24c3676707a0feb868dabe00766d74deab176794f905f79056337198c7cf790","src/api/into_bits/v32.rs":"905ba683d342fa32f4202b80bb46530807bd0a5b588f6c2e8c9f475223c47775","src/api/into_bits/v512.rs":"7cd89005215a9326eed8a742125dcbf981cba1aca72a313478eabf3df71b1160","src/api/into_bits/v64.rs":"d6238022ccff7b92e55b3f6017fc269acb6f36330a6d7e8fb389853a0f1b6478","src/api/math.rs":"8b2a2fc651917a850539f993aa0b9e5bf4da67b11685285b8de8cdca311719ec","src/api/math/float.rs":"61d2794d68262a1090ae473bd30793b5f65cf732f32a6694a3af2ce5d9225616","src/api/math/float/abs.rs":"5b6b2701e2e11135b7ce58a05052ea8120e10e4702c95d046b9d21b827b26bf8","src/api/math/float/consts.rs":"78acba000d3fa527111300b6327c1932de9c4c1e02d4174e1a5615c01463d38c","src/api/math/float/cos.rs":"4c2dd7173728ef189314f1576c9486e03be21b7da98843b2f9011282a7979e31","src/api/math/float/exp.rs":"7c6d5f1e304f498a01cfa23b92380c815d7da0ad94eae3483783bc377d287eef","src/api/math/float/ln.rs":"54c7583f3df793b39ff57534fade27b41bb992439e5dc178252f5ca3190a3e54","src/api/math/float/mul_add.rs":"62cac77660d20159276d4c9ef066eb90c81cbddb808e8e157182c607625ad2eb","src/api/math/float/mul_adde.rs":"bae056ee9f3a70df39ec3c3b2f6437c65303888a7b843ef1a5bcf1f5aca0e602","src/api/math/float/powf.rs":"9ddb938984b36d39d82a82f862f80df8f7fb013f1d222d45698d41d88472f568","src/api/math/float/recpre.rs":"589225794ff1dbf31158dff660e6d4509ecc8befbb57c633900dea5ac0b840d6","src/api/math/float/rsqrte.rs":"a32abdcc318d7ccc8448231f54d75b884b7cbeb03a7d595713ab6243036f4dbf","src/api/math/float/sin.rs":"cbd3622b7df74f19691743001c8cf747a201f8977ad90542fee915f37dcd1e49","src/api/math/float/sqrt.rs":"0c66d5d63fb08e4d99c6b82a8828e41173aff1ac9fa1a2764a11fac217ccf2ac","src/api/math/float/sqrte.rs":"731e1c9f321b662accdd27dacb3aac2e8043b7aecb2f2161dde733bd9f025362","src/api/minimal.rs":"1f22bcc528555444e76de569ec0ae2029b9ae9d04805efeafa93369c8098036b","src/api/minimal/iuf.rs":"819cff26d3e196f807645bcc1d79eb27d9f175edb89910f2274d52a1e913cd11","src/api/minimal/mask.rs":"0cae10ae1fc65f5070e686c0c79bfba27b86b33d6c399367bd4848fb367dcec4","src/api/minimal/ptr.rs":"f65ebf21866a863485344432d9a7a9b7418f7fad5fdf841a4e2fa56ec0766ad0","src/api/ops.rs":"3e273b277a0f3019d42c3c59ca94a5afd4885d5ae6d2182e5089bbeec9de42ee","src/api/ops/scalar_arithmetic.rs":"d2d5ad897a59dd0787544f927e0e7ca4072c3e58b0f4a2324083312b0d5a21d7","src/api/ops/scalar_bitwise.rs":"482204e459ca6be79568e1c9f70adbe2d2151412ddf122fb2161be8ebb51c40c","src/api/ops/scalar_mask_bitwise.rs":"c250f52042e37b22d57256c80d4604104cfd2fbe2a2e127c676267270ca5d350","src/api/ops/scalar_shifts.rs":"987f8fdebeedc16e3d77c1b732e7826ef70633c541d16dfa290845d5c6289150","src/api/ops/vector_arithmetic.rs":"ddca15d09ddeef502c2ed66117a62300ca65d87e959e8b622d767bdf1c307910","src/api/ops/vector_bitwise.rs":"b3968f7005b649edcc22a54e2379b14d5ee19045f2e784029805781ae043b5ee","src/api/ops/vector_float_min_max.rs":"76bf8cb607e2c442923c1da1061a6b80d742d607408033c2a3761161114cf2a0","src/api/ops/vector_int_min_max.rs":"a378789c6ff9b32a51fbd0a97ffd36ed102cd1fe6a067d2b02017c1df342def6","src/api/ops/vector_mask_bitwise.rs":"5052d18517d765415d40327e6e8e55a312daaca0a5e2aec959bfa54b1675f9c8","src/api/ops/vector_neg.rs":"5c62f6b0221983cdbd23cd0a3af3672e6ba1255f0dfe8b19aae6fbd6503e231b","src/api/ops/vector_rotates.rs":"03cbe8a400fd7c688e4ee771a990a6754f2031b1a59b19ae81158b21471167e5","src/api/ops/vector_shifts.rs":"9bf69d0087268f61009e39aea52e03a90f378910206b6a28e8393178b6a5d0e0","src/api/ptr.rs":"8a793251bed6130dcfb2f1519ceaa18b751bbb15875928d0fb6deb5a5e07523a","src/api/ptr/gather_scatter.rs":"138b02b0fa1fdd785b95fc7048488be7e3ef277e0bc6ac5affb26af6a11d41a6","src/api/reductions.rs":"ae5baca81352ecd44526d6c30c0a1feeda475ec73ddd3c3ec6b14e944e5448ee","src/api/reductions/bitwise.rs":"8bf910ae226188bd15fc7e125f058cd2566b6186fcd0cd8fd020f352c39ce139","src/api/reductions/float_arithmetic.rs":"3997125f87c7bac07fffda3a1d814e0e6c77ca83099546a9e2fb8dc92231129f","src/api/reductions/integer_arithmetic.rs":"47471da1c5f859489680bb5d34ced3d3aa20081c16053a3af121a4496fcb57bf","src/api/reductions/mask.rs":"db83327a950e33a317f37fd33ca4e20c347fb415975ec024f3e23da8509425af","src/api/reductions/min_max.rs":"d40ccad10220ae5982785015bef92e4b0749583c2b060cad0aa4f92d99491c3b","src/api/select.rs":"a98e2ccf9fc6bdeed32d337c8675bc96c2fbe2cc34fbf149ad6047fb8e749774","src/api/shuffle.rs":"71da1f2d9ab082d70cb3ed98a43649f2e9306d69c51edc861b984b907cce018d","src/api/shuffle1_dyn.rs":"bfea5a91905b31444e9ef7ca6eddb7a9606b7e22d3f71bb842eb2795a0346620","src/api/slice.rs":"ee87484e8af329547b9a5d4f2a69e8bed6ea10bbd96270d706083843d4eea2ac","src/api/slice/from_slice.rs":"53691dc9958dec4180004a42d140552b405e8cd875caa282e89af378dd63c8bc","src/api/slice/write_to_slice.rs":"3dd2e511af43dc6fa911dd0b12f6f00323e0acd1202a01365db400557d52a89b","src/api/swap_bytes.rs":"4a6792a2e49a77475e1b237592b4b2804dbddb79c474331acd0dd71b36934259","src/codegen.rs":"a29d38fa0a85eaf787fb49989e625bf64effd5f39c126fbb2a24be206d2a3917","src/codegen/bit_manip.rs":"17ecebcff1f080e712fea5eb51602a73f4201ed56a198220342c8eb55bb92692","src/codegen/llvm.rs":"e05be80c33ed8c65a03abd5bd4a9b748c6903ca1583036968360e187f98d5868","src/codegen/math.rs":"35f96e37a78fcf0cdb02146b7f27a45108fe06a37fc2a54d8851ce131a326178","src/codegen/math/float.rs":"dd86c0449e576c83b719700962ac017c332987fac08d91f2b7a2b1b883598170","src/codegen/math/float/abs.rs":"f56e2b4b8055ea861c1f5cbc6b6e1d8e7e5af163b62c13574ddee4e09513bfbc","src/codegen/math/float/cos.rs":"ef3b511a24d23045b310315e80348a9b7fedb576fc2de52d74290616a0abeb2a","src/codegen/math/float/cos_pi.rs":"4e7631a5d73dac21531e09ef1802d1180f8997509c2c8fa9f67f322194263a97","src/codegen/math/float/exp.rs":"61b691598c41b5622f24e4320c1bdd08701e612a516438bdddcc728fc3405c8c","src/codegen/math/float/ln.rs":"46b718b1ba8c9d99e1ad40f53d20dfde08a3063ca7bd2a9fdd6698e060da687e","src/codegen/math/float/macros.rs":"dd42135fff13f9aca4fd3a1a4e14c7e6c31aadc6d817d63b0d2fb9e62e062744","src/codegen/math/float/mul_add.rs":"a37bf764345d4b1714f97e83897b7cf0855fc2811704bcbc0012db91825339e1","src/codegen/math/float/mul_adde.rs":"c75702bfcb361de45964a93caf959a695ef2376bd069227600b8c6872665c755","src/codegen/math/float/powf.rs":"642346e982bc4c39203de0864d2149c4179cd7b21cf67a2951687932b4675872","src/codegen/math/float/sin.rs":"9d68164c90cdca6a85155040cdac42e27342ebe0b925273ef1593df721af4258","src/codegen/math/float/sin_cos_pi.rs":"9be02ad48585a1e8d99129382fbffbaed47852f15459256a708850b6b7a75405","src/codegen/math/float/sin_pi.rs":"9890347905b4d4a3c7341c3eb06406e46e60582bcf6960688bd727e5dadc6c57","src/codegen/math/float/sqrt.rs":"e3c60dcfb0c6d2fc62adabcc931b2d4040b83cab294dea36443fb4b89eb79e34","src/codegen/math/float/sqrte.rs":"f0f4ef9eb475ae41bcc7ec6a95ad744ba6b36925faa8b2c2814004396d196b63","src/codegen/pointer_sized_int.rs":"a70697169c28218b56fd2e8d5353f2e00671d1150d0c8cef77d613bdfacd84cb","src/codegen/reductions.rs":"645e2514746d01387ddd07f0aa4ffd8430cc9ab428d4fb13773ea319fa25dd95","src/codegen/reductions/mask.rs":"8f1afe6aabf096a3278e1fc3a30f736e04aa8b9ce96373cee22162d18cfe2702","src/codegen/reductions/mask/aarch64.rs":"cba6e17603d39795dcfe8339b6b7d8714c3e162a1f0a635979f037aa24fe4206","src/codegen/reductions/mask/arm.rs":"9447904818aa2c7c25d0963eead452a639a11ca7dbd6d21eedbfcaade07a0f33","src/codegen/reductions/mask/fallback.rs":"7a0ef9f7fd03ae318b495b95e121350cd61caffc5cc6ee17fabf130d5d933453","src/codegen/reductions/mask/fallback_impl.rs":"76547f396e55ef403327c77c314cf8db8c7a5c9b9819bfb925abeacf130249e5","src/codegen/reductions/mask/x86.rs":"4c0457b6276f9809223590092a4c77e73812330326cdabd28df06820de10a310","src/codegen/reductions/mask/x86/avx.rs":"b4913d87844c522903641cbbf10db4551addb1ce5e9e78278e21612fa65c733b","src/codegen/reductions/mask/x86/avx2.rs":"677aed3f056285285daa3adff8bc65e739630b4424defa6d9665e160f027507e","src/codegen/reductions/mask/x86/sse.rs":"5a827c6f8e1074e324f6e4c778942badb6c09d747a7142de01cadec1240b3428","src/codegen/reductions/mask/x86/sse2.rs":"bc38e6c31cb4b3d62147eba6cac264e519e2a48e0f7ce9010cfa9ef0cf0ec9fd","src/codegen/shuffle.rs":"99a0b52c2470097b028af134221099baba383446a01c7dc3ae560209880bcdb7","src/codegen/shuffle1_dyn.rs":"abbc95305dad815ab2ded3e8357791bcff080414668b55a4d397558a1d202d01","src/codegen/swap_bytes.rs":"1d6cdc716eadddc92b4fd506b2445a821caa8dc00860447de09d7ebd69c2087f","src/codegen/v128.rs":"94226b31ec403d18d9d2fe06713f147c9c79e9b5f9105089088266313f843185","src/codegen/v16.rs":"ddec4ffb66b6f7aaffb9a1780c5ddba82557abd74f45073d335047e04cf74924","src/codegen/v256.rs":"6b63917f0444118d6b1595bff2045e59b97c4d24012bd575f69f1f0efc5a0241","src/codegen/v32.rs":"3477b3c5540aed86e61e2f5807dd31db947413cec9181c587d93ed6ec74f0eba","src/codegen/v512.rs":"5854f99d3aabc4cd42b28a20d9ce447756dc2ba024a409a69b6a8ae1f1842fc5","src/codegen/v64.rs":"e9e89caebfe63d10c0cbca61e4dfdba3b7e02ee0989170f80beed23237ddd950","src/codegen/vPtr.rs":"711c753a08d53a2879c4fb87a0762c46ce4e34c22f0ca88d2e4c557a0f679969","src/codegen/vSize.rs":"eeee9858749aa82142b27bc120d1989bb74a6b82e1e4efbbeaccc9634dc9acfc","src/lib.rs":"2924d414fe7d32bb5f0bb92596a5af654f934d92f81dc1fd9b1a6c580388e5bd","src/masks.rs":"be05e923ac58fe6eb61311561b5583cd306574f206dc09fe8e3c7de3dd0c1433","src/sealed.rs":"ae7fdeaf5d84cd7710ed730ca72ca7eaba93df6cb0acb183e5c0a7327acf197f","src/testing.rs":"1d3a7862ef625e235a5734ad7204e68d350f902c0695182b1f08a0552432416e","src/testing/macros.rs":"6378856d7a40ba5ec5c7c0dad6327d79f0c77266921c24296d10aed6c68e9b98","src/testing/utils.rs":"5ec6a47b836f364ec6dede19750a19eaac704162327d03041eb0f007d5f8d75c","src/v128.rs":"16cf9a8e7156b899ee9b9cd3f2dba9d13ec63289bea8c3ee9ae2e43ad9510288","src/v16.rs":"cb6465cf1e00bf530183af1819b9fe3d7eec978f8765d5e85d9b58a39a4b4045","src/v256.rs":"fe235017da18c7f3c361831c60e3173ad304d8ea1e95d64ebebc79da2d708511","src/v32.rs":"145d347855bac59b2de6508f9e594654e6c330423af9edc0e2ac8f4d1abdf45e","src/v512.rs":"f372f277f3e62eb5c945bb1c460333fdb17b6974fcc876633788ff53bded9599","src/v64.rs":"0b8079881b71575e3414be0b7f8f7eaba65281ba6732f2b2f61f73e95b6f48f7","src/vPtr.rs":"8b3e433d487180bb4304ff71245ecad90f0010f43e139a72027b672abe58facc","src/vSize.rs":"eda5aa020706cbf94d15bada41a0c2a35fc8f3f37cb7c2cd6f34d201399a495e","tests/endianness.rs":"7db22078f31fe1421fc2d21f2e6b9df5eb0bdc99c10f6985d3a74c0df8f205dc"},"package":null} \ No newline at end of file diff -Nru firefox-esr-78.12.0esr/third_party/rust/packed_simd/Cargo.toml firefox-esr-78.13.0esr/third_party/rust/packed_simd/Cargo.toml --- firefox-esr-78.12.0esr/third_party/rust/packed_simd/Cargo.toml 2021-07-06 19:51:38.000000000 +0000 +++ firefox-esr-78.13.0esr/third_party/rust/packed_simd/Cargo.toml 2021-08-04 22:23:42.000000000 +0000 @@ -33,6 +33,9 @@ paste = "^0.1.3" arrayvec = { version = "^0.5", default-features = false } +[build-dependencies] +rustc_version = "0.2" + [target.'cfg(target_arch = "x86_64")'.dependencies.sleef-sys] version = "0.1.2" optional = true diff -Nru firefox-esr-78.12.0esr/third_party/rust/packed_simd/build.rs firefox-esr-78.13.0esr/third_party/rust/packed_simd/build.rs --- firefox-esr-78.12.0esr/third_party/rust/packed_simd/build.rs 2021-07-06 19:51:38.000000000 +0000 +++ firefox-esr-78.13.0esr/third_party/rust/packed_simd/build.rs 2021-08-04 22:23:42.000000000 +0000 @@ -1,3 +1,5 @@ +use rustc_version::{version, Version}; + fn main() { println!("cargo:rustc-env=RUSTC_BOOTSTRAP=1"); let target = std::env::var("TARGET") @@ -5,4 +7,8 @@ if target.contains("neon") { println!("cargo:rustc-cfg=libcore_neon"); } + let ver = version().unwrap(); + if ver >= Version::parse("1.54.0-alpha").unwrap() { + println!("cargo:rustc-cfg=use_const_generics"); + } } diff -Nru firefox-esr-78.12.0esr/third_party/rust/packed_simd/src/api/shuffle.rs firefox-esr-78.13.0esr/third_party/rust/packed_simd/src/api/shuffle.rs --- firefox-esr-78.12.0esr/third_party/rust/packed_simd/src/api/shuffle.rs 2021-07-06 19:51:30.000000000 +0000 +++ firefox-esr-78.13.0esr/third_party/rust/packed_simd/src/api/shuffle.rs 2021-08-04 22:23:33.000000000 +0000 @@ -74,6 +74,120 @@ /// // At most 2 * the number of lanes in the input vector. /// # } /// ``` +#[cfg(use_const_generics)] +#[macro_export] +macro_rules! shuffle { + ($vec0:expr, $vec1:expr, [$l0:expr, $l1:expr]) => {{ + #[allow(unused_unsafe)] + unsafe { + $crate::Simd($crate::__shuffle_vector2::<{[$l0, $l1]}, _, _>( + $vec0.0, + $vec1.0, + )) + } + }}; + ($vec0:expr, $vec1:expr, [$l0:expr, $l1:expr, $l2:expr, $l3:expr]) => {{ + #[allow(unused_unsafe)] + unsafe { + $crate::Simd($crate::__shuffle_vector4::<{[$l0, $l1, $l2, $l3]}, _, _>( + $vec0.0, + $vec1.0, + )) + } + }}; + ($vec0:expr, $vec1:expr, + [$l0:expr, $l1:expr, $l2:expr, $l3:expr, + $l4:expr, $l5:expr, $l6:expr, $l7:expr]) => {{ + #[allow(unused_unsafe)] + unsafe { + $crate::Simd($crate::__shuffle_vector8::<{[$l0, $l1, $l2, $l3, $l4, $l5, $l6, $l7]}, _, _>( + $vec0.0, + $vec1.0, + )) + } + }}; + ($vec0:expr, $vec1:expr, + [$l0:expr, $l1:expr, $l2:expr, $l3:expr, + $l4:expr, $l5:expr, $l6:expr, $l7:expr, + $l8:expr, $l9:expr, $l10:expr, $l11:expr, + $l12:expr, $l13:expr, $l14:expr, $l15:expr]) => {{ + #[allow(unused_unsafe)] + unsafe { + $crate::Simd($crate::__shuffle_vector16::<{ + [ + $l0, $l1, $l2, $l3, $l4, $l5, $l6, $l7, $l8, $l9, $l10, + $l11, $l12, $l13, $l14, $l15, + ] + }, _, _>( + $vec0.0, + $vec1.0, + )) + } + }}; + ($vec0:expr, $vec1:expr, + [$l0:expr, $l1:expr, $l2:expr, $l3:expr, + $l4:expr, $l5:expr, $l6:expr, $l7:expr, + $l8:expr, $l9:expr, $l10:expr, $l11:expr, + $l12:expr, $l13:expr, $l14:expr, $l15:expr, + $l16:expr, $l17:expr, $l18:expr, $l19:expr, + $l20:expr, $l21:expr, $l22:expr, $l23:expr, + $l24:expr, $l25:expr, $l26:expr, $l27:expr, + $l28:expr, $l29:expr, $l30:expr, $l31:expr]) => {{ + #[allow(unused_unsafe)] + unsafe { + $crate::Simd($crate::__shuffle_vector32::<{ + [ + $l0, $l1, $l2, $l3, $l4, $l5, $l6, $l7, $l8, $l9, $l10, + $l11, $l12, $l13, $l14, $l15, $l16, $l17, $l18, $l19, + $l20, $l21, $l22, $l23, $l24, $l25, $l26, $l27, $l28, + $l29, $l30, $l31, + ] + }, _, _>( + $vec0.0, + $vec1.0, + )) + } + }}; + ($vec0:expr, $vec1:expr, + [$l0:expr, $l1:expr, $l2:expr, $l3:expr, + $l4:expr, $l5:expr, $l6:expr, $l7:expr, + $l8:expr, $l9:expr, $l10:expr, $l11:expr, + $l12:expr, $l13:expr, $l14:expr, $l15:expr, + $l16:expr, $l17:expr, $l18:expr, $l19:expr, + $l20:expr, $l21:expr, $l22:expr, $l23:expr, + $l24:expr, $l25:expr, $l26:expr, $l27:expr, + $l28:expr, $l29:expr, $l30:expr, $l31:expr, + $l32:expr, $l33:expr, $l34:expr, $l35:expr, + $l36:expr, $l37:expr, $l38:expr, $l39:expr, + $l40:expr, $l41:expr, $l42:expr, $l43:expr, + $l44:expr, $l45:expr, $l46:expr, $l47:expr, + $l48:expr, $l49:expr, $l50:expr, $l51:expr, + $l52:expr, $l53:expr, $l54:expr, $l55:expr, + $l56:expr, $l57:expr, $l58:expr, $l59:expr, + $l60:expr, $l61:expr, $l62:expr, $l63:expr]) => {{ + #[allow(unused_unsafe)] + unsafe { + $crate::Simd($crate::__shuffle_vector64::<{[ + $l0, $l1, $l2, $l3, $l4, $l5, $l6, $l7, $l8, $l9, $l10, + $l11, $l12, $l13, $l14, $l15, $l16, $l17, $l18, $l19, + $l20, $l21, $l22, $l23, $l24, $l25, $l26, $l27, $l28, + $l29, $l30, $l31, $l32, $l33, $l34, $l35, $l36, $l37, + $l38, $l39, $l40, $l41, $l42, $l43, $l44, $l45, $l46, + $l47, $l48, $l49, $l50, $l51, $l52, $l53, $l54, $l55, + $l56, $l57, $l58, $l59, $l60, $l61, $l62, $l63, + ]}, _, _>( + $vec0.0, + $vec1.0, + )) + } + }}; + ($vec:expr, [$($l:expr),*]) => { + match $vec { + v => shuffle!(v, v, [$($l),*]) + } + }; +} +#[cfg(not(use_const_generics))] #[macro_export] macro_rules! shuffle { ($vec0:expr, $vec1:expr, [$l0:expr, $l1:expr]) => {{ diff -Nru firefox-esr-78.12.0esr/third_party/rust/packed_simd/src/codegen/llvm.rs firefox-esr-78.13.0esr/third_party/rust/packed_simd/src/codegen/llvm.rs --- firefox-esr-78.12.0esr/third_party/rust/packed_simd/src/codegen/llvm.rs 2021-07-06 19:51:38.000000000 +0000 +++ firefox-esr-78.13.0esr/third_party/rust/packed_simd/src/codegen/llvm.rs 2021-08-04 22:23:18.000000000 +0000 @@ -6,6 +6,83 @@ use crate::sealed::Simd; // Shuffle intrinsics: expanded in users' crates, therefore public. +#[cfg(use_const_generics)] +extern "platform-intrinsic" { + pub fn simd_shuffle2(x: T, y: T, idx: [u32; 2]) -> U; + pub fn simd_shuffle4(x: T, y: T, idx: [u32; 4]) -> U; + pub fn simd_shuffle8(x: T, y: T, idx: [u32; 8]) -> U; + pub fn simd_shuffle16(x: T, y: T, idx: [u32; 16]) -> U; + pub fn simd_shuffle32(x: T, y: T, idx: [u32; 32]) -> U; + pub fn simd_shuffle64(x: T, y: T, idx: [u32; 64]) -> U; +} + +#[cfg(use_const_generics)] +#[allow(clippy::missing_safety_doc)] +#[inline] +pub unsafe fn __shuffle_vector2(x: T, y: T) -> U +where + T: Simd, + ::Element: Shuffle<[u32; 2], Output = U>, +{ + simd_shuffle2(x, y, IDX) +} + +#[cfg(use_const_generics)] +#[allow(clippy::missing_safety_doc)] +#[inline] +pub unsafe fn __shuffle_vector4(x: T, y: T) -> U +where + T: Simd, + ::Element: Shuffle<[u32; 4], Output = U>, +{ + simd_shuffle4(x, y, IDX) +} + +#[cfg(use_const_generics)] +#[allow(clippy::missing_safety_doc)] +#[inline] +pub unsafe fn __shuffle_vector8(x: T, y: T) -> U +where + T: Simd, + ::Element: Shuffle<[u32; 8], Output = U>, +{ + simd_shuffle8(x, y, IDX) +} + +#[cfg(use_const_generics)] +#[allow(clippy::missing_safety_doc)] +#[inline] +pub unsafe fn __shuffle_vector16(x: T, y: T) -> U +where + T: Simd, + ::Element: Shuffle<[u32; 16], Output = U>, +{ + simd_shuffle16(x, y, IDX) +} + +#[cfg(use_const_generics)] +#[allow(clippy::missing_safety_doc)] +#[inline] +pub unsafe fn __shuffle_vector32(x: T, y: T) -> U +where + T: Simd, + ::Element: Shuffle<[u32; 32], Output = U>, +{ + simd_shuffle32(x, y, IDX) +} + +#[cfg(use_const_generics)] +#[allow(clippy::missing_safety_doc)] +#[inline] +pub unsafe fn __shuffle_vector64(x: T, y: T) -> U +where + T: Simd, + ::Element: Shuffle<[u32; 64], Output = U>, +{ + simd_shuffle64(x, y, IDX) +} + +#[cfg(not(use_const_generics))] extern "platform-intrinsic" { // FIXME: Passing this intrinsics an `idx` array with an index that is // out-of-bounds will produce a monomorphization-time error. @@ -47,11 +124,17 @@ ::Element: Shuffle<[u32; 64], Output = U>; } +#[cfg(not(use_const_generics))] pub use self::simd_shuffle16 as __shuffle_vector16; +#[cfg(not(use_const_generics))] pub use self::simd_shuffle2 as __shuffle_vector2; +#[cfg(not(use_const_generics))] pub use self::simd_shuffle32 as __shuffle_vector32; +#[cfg(not(use_const_generics))] pub use self::simd_shuffle4 as __shuffle_vector4; +#[cfg(not(use_const_generics))] pub use self::simd_shuffle64 as __shuffle_vector64; +#[cfg(not(use_const_generics))] pub use self::simd_shuffle8 as __shuffle_vector8; extern "platform-intrinsic" { diff -Nru firefox-esr-78.12.0esr/third_party/rust/packed_simd/src/lib.rs firefox-esr-78.13.0esr/third_party/rust/packed_simd/src/lib.rs --- firefox-esr-78.12.0esr/third_party/rust/packed_simd/src/lib.rs 2021-07-06 19:51:30.000000000 +0000 +++ firefox-esr-78.13.0esr/third_party/rust/packed_simd/src/lib.rs 2021-08-04 22:23:33.000000000 +0000 @@ -199,10 +199,11 @@ //! Numeric casts are not very "precise": sometimes lossy, sometimes value //! preserving, etc. +#![cfg_attr(use_const_generics, feature(const_generics))] +#![cfg_attr(use_const_generics, allow(incomplete_features, clippy::from_over_into))] #![feature( repr_simd, rustc_attrs, - const_fn, platform_intrinsics, stdsimd, aarch64_target_feature, diff -Nru firefox-esr-78.12.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js firefox-esr-78.13.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js --- firefox-esr-78.12.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js 2021-07-06 19:51:34.000000000 +0000 +++ firefox-esr-78.13.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js 2021-08-04 22:23:42.000000000 +0000 @@ -72,6 +72,7 @@ "pt-BR", "rm", "ro", + "sco", "son", "sq", "sr", diff -Nru firefox-esr-78.12.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_ebay.js firefox-esr-78.13.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_ebay.js --- firefox-esr-78.12.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_ebay.js 2021-07-06 19:51:21.000000000 +0000 +++ firefox-esr-78.13.0esr/toolkit/components/search/tests/xpcshell/searchconfigs/test_ebay.js 2021-08-04 22:23:37.000000000 +0000 @@ -66,6 +66,12 @@ matches: ["en-US"], }, }, + { + regions: ["gb"], + locales: { + matches: ["sco"], + }, + }, ], }, suggestionUrlBase: "https://autosug.ebay.com/autosug", @@ -196,7 +202,7 @@ locales: { matches: DOMAIN_LOCALES["ebay-uk"] }, }, { - locales: { matches: ["unknown", "en-US"] }, + locales: { matches: ["unknown", "en-US", "sco"] }, regions: ["gb"], }, ],