Version in base suite: 102.10.0esr-1~deb11u1 Version in overlay suite: 102.11.0esr-1~deb11u1 Base version: firefox-esr_102.11.0esr-1~deb11u1 Target version: firefox-esr_102.12.0esr-1~deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/f/firefox-esr/firefox-esr_102.11.0esr-1~deb11u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/f/firefox-esr/firefox-esr_102.12.0esr-1~deb11u1.dsc CLOBBER | 2 Cargo.lock | 2 Cargo.toml | 3 browser/app/moz.build | 5 browser/base/content/certerror/aboutNetError.js | 78 browser/base/content/test/captivePortal/browser_captivePortal_certErrorUI.js | 75 browser/components/enterprisepolicies/Policies.jsm | 27 browser/components/enterprisepolicies/content/aboutPolicies.js | 1 browser/components/enterprisepolicies/schemas/policies-schema.json | 16 browser/components/enterprisepolicies/tests/browser/browser_policy_websitefilter.js | 46 browser/components/search/extensions/gulesider-NO/manifest.json | 12 browser/components/search/test/unit/test_urlTelemetry.js | 2 browser/config/version.txt | 2 browser/config/version_display.txt | 2 browser/locales/en-US/browser/policies/policies-descriptions.ftl | 4 config/milestone.txt | 2 debian/changelog | 8 docshell/shistory/SessionHistoryEntry.cpp | 7 docshell/shistory/SessionHistoryEntry.h | 9 docshell/shistory/nsSHEntry.cpp | 14 docshell/shistory/nsSHEntry.h | 6 dom/base/nsContentList.cpp | 200 dom/base/nsContentList.h | 13 dom/canvas/ClientWebGLContext.cpp | 67 dom/canvas/ClientWebGLContext.h | 18 dom/media/MediaInfo.h | 4 dom/media/mediasink/AudioSink.cpp | 19 dom/streams/Transferable.cpp | 8 gfx/layers/PersistentBufferProvider.cpp | 7 gfx/layers/PersistentBufferProvider.h | 6 gfx/layers/ShareableCanvasRenderer.cpp | 16 gfx/layers/ipc/CompositorBridgeParent.cpp | 15 gfx/layers/wr/WebRenderBridgeParent.cpp | 40 ipc/app/moz.build | 5 ipc/glue/BackgroundParentImpl.cpp | 9 js/src/make-source-package.py | 1 js/src/wasm/WasmBaselineCompile.cpp | 2 js/xpconnect/shell/moz.build | 5 mfbt/SPSCQueue.h | 8 modules/libpref/init/StaticPrefList.yaml | 11 mozglue/interposers/InterposerHelper.h | 66 mozglue/interposers/env_interposer.cpp | 79 mozglue/interposers/moz.build | 24 mozglue/interposers/pthread_create_interposer.cpp | 108 mozglue/moz.build | 3 netwerk/dns/effective_tld_names.dat | 58 netwerk/protocol/http/ConnectionDiagnostics.cpp | 2 netwerk/protocol/http/HttpTransactionParent.h | 2 netwerk/protocol/http/nsHttpTransaction.h | 2 python/sites/build.txt | 1 python/sites/mach.txt | 1 python/sites/python-test.txt | 1 security/certverifier/NSSCertDBTrustDomain.cpp | 7 security/manager/ssl/StaticHPKPins.h | 60 security/manager/ssl/nsSTSPreloadList.inc | 4998 ++++++---- security/manager/ssl/osclientcerts/src/lib.rs | 210 security/manager/ssl/tests/unit/test_osclientcerts_module.js | 5 services/settings/dumps/blocklists/addons-bloomfilters.json | 317 services/settings/dumps/main/devtools-compatibility-browsers.json | 318 services/settings/dumps/main/search-telemetry-v2.json | 468 services/settings/dumps/security-state/intermediates.json | 848 + services/settings/dumps/security-state/onecrl.json | 407 sourcestamp.txt | 4 third_party/libwebrtc/modules/video_capture/windows/device_info_ds.cc | 22 third_party/libwebrtc/modules/video_capture/windows/help_functions_ds.cc | 3 third_party/rust/bindgen/src/codegen/mod.rs | 13 toolkit/crashreporter/moz.build | 1 toolkit/crashreporter/pthread_create_interposer/moz.build | 12 toolkit/crashreporter/pthread_create_interposer/pthread_create_interposer.cpp | 125 toolkit/modules/RemotePageAccessManager.jsm | 1 uriloader/exthandler/nsExternalHelperAppService.cpp | 2 uriloader/exthandler/tests/mochitest/save_filenames.html | 10 uriloader/exthandler/tests/unit/test_filename_sanitize.js | 26 73 files changed, 5959 insertions(+), 3022 deletions(-) diff -Nru firefox-esr-102.11.0esr/CLOBBER firefox-esr-102.12.0esr/CLOBBER --- firefox-esr-102.11.0esr/CLOBBER 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/CLOBBER 2023-05-29 17:34:25.000000000 +0000 @@ -22,4 +22,4 @@ # changes to stick? As of bug 928195, this shouldn't be necessary! Please # don't change CLOBBER for WebIDL changes any more. -Merge day clobber 2023-04-10 \ No newline at end of file +Merge day clobber 2023-05-08 \ No newline at end of file diff -Nru firefox-esr-102.11.0esr/Cargo.lock firefox-esr-102.12.0esr/Cargo.lock --- firefox-esr-102.11.0esr/Cargo.lock 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/Cargo.lock 2023-05-29 17:34:26.000000000 +0000 @@ -394,8 +394,6 @@ [[package]] name = "bindgen" version = "0.56.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239" dependencies = [ "bitflags", "cexpr", diff -Nru firefox-esr-102.11.0esr/Cargo.toml firefox-esr-102.12.0esr/Cargo.toml --- firefox-esr-102.11.0esr/Cargo.toml 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/Cargo.toml 2023-05-29 17:34:26.000000000 +0000 @@ -106,6 +106,9 @@ # Overrides to allow easier use of common internal crates. moz_asserts = { path = "mozglue/static/rust/moz_asserts" } +# Patch bindgen to work around issues with some unsound transmutes when compiling with LLVM 16+. +bindgen = { path = "third_party/rust/bindgen" } + # Other overrides async-task = { git = "https://github.com/smol-rs/async-task", rev="f6488e35beccb26eb6e85847b02aa78a42cd3d0e" } chardetng = { git = "https://github.com/hsivonen/chardetng", rev="3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" } diff -Nru firefox-esr-102.11.0esr/browser/app/moz.build firefox-esr-102.12.0esr/browser/app/moz.build --- firefox-esr-102.11.0esr/browser/app/moz.build 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/app/moz.build 2023-05-29 17:34:26.000000000 +0000 @@ -53,11 +53,6 @@ "/xpcom/build", ] -# The pthred_create() interposer needs to be linked as early as possible so -# that it will appear before libpthread when resolving symbols. -if CONFIG["OS_ARCH"] == "Linux" and CONFIG["MOZ_CRASHREPORTER"]: - USE_LIBS += ["pthread_create_interposer"] - if CONFIG["LIBFUZZER"]: USE_LIBS += ["fuzzer"] LOCAL_INCLUDES += [ diff -Nru firefox-esr-102.11.0esr/browser/base/content/certerror/aboutNetError.js firefox-esr-102.12.0esr/browser/base/content/certerror/aboutNetError.js --- firefox-esr-102.11.0esr/browser/base/content/certerror/aboutNetError.js 2023-05-04 16:01:08.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/base/content/certerror/aboutNetError.js 2023-05-29 17:34:25.000000000 +0000 @@ -153,18 +153,16 @@ .addEventListener("click", togglePanelVisibility); function togglePanelVisibility() { - panel.hidden = !panel.hidden; - if (gIsCertError) { - // Toggling the advanced panel must ensure that the debugging - // information panel is hidden as well, since it's opened by the - // error code link in the advanced panel. - toggleCertErrorDebugInfoVisibility(false); - } + if (panel.hidden) { + // Reveal + revealAdvancedPanelSlowlyAsync(); - if (panel.style.display == "block") { // send event to trigger telemetry ping var event = new CustomEvent("AboutNetErrorUIExpanded", { bubbles: true }); document.dispatchEvent(event); + } else { + // Hide + panel.hidden = true; } } @@ -173,12 +171,61 @@ } if (getCSSClass() == "expertBadCert") { - panel.hidden = false; + revealAdvancedPanelSlowlyAsync(); } disallowCertOverridesIfNeeded(); } +async function revealAdvancedPanelSlowlyAsync() { + const badCertAdvancedPanel = document.getElementById("badCertAdvancedPanel"); + const exceptionDialogButton = document.getElementById( + "exceptionDialogButton" + ); + + // Toggling the advanced panel must ensure that the debugging + // information panel is hidden as well, since it's opened by the + // error code link in the advanced panel. + toggleCertErrorDebugInfoVisibility(false); + + // Reveal, but disabled (and grayed-out) for 3.0s. + badCertAdvancedPanel.hidden = false; + exceptionDialogButton.disabled = true; + + // - + + if (exceptionDialogButton.resetReveal) { + exceptionDialogButton.resetReveal(); // Reset if previous is pending. + } + let wasReset = false; + exceptionDialogButton.resetReveal = () => { + wasReset = true; + }; + + // Wait for 10 frames to ensure that the warning text is rendered + // and gets all the way to the screen for the user to read it. + // This is only ~0.160s at 60Hz, so it's not too much extra time that we're + // taking to ensure that we're caught up with rendering, on top of the + // (by default) whole second(s) we're going to wait based on the + // security.dialog_enable_delay pref. + // The catching-up to rendering is the important part, not the + // N-frame-delay here. + for (let i = 0; i < 10; i++) { + await new Promise(requestAnimationFrame); + } + + // Wait another Nms (default: 1000) for the user to be very sure. (Sorry speed readers!) + const securityDelayMs = RPMGetIntPref("security.dialog_enable_delay", 1000); + await new Promise(go => setTimeout(go, securityDelayMs)); + + if (wasReset) { + return; + } + + // Enable and un-gray-out. + exceptionDialogButton.disabled = false; +} + function disallowCertOverridesIfNeeded() { var cssClass = getCSSClass(); // Disallow overrides if this is a Strict-Transport-Security @@ -973,7 +1020,6 @@ } let cssClass = getCSSClass(); - let error = gErrorCode; let hostString = HOST_NAME; let port = document.location.port; @@ -1084,14 +1130,10 @@ // If we set a link, meaning there's something helpful for // the user here, expand the section by default if (href && cssClass != "expertBadCert") { - document.getElementById("badCertAdvancedPanel").style.display = - "block"; - if (error == "nssBadCert") { - // Toggling the advanced panel must ensure that the debugging - // information panel is hidden as well, since it's opened by the - // error code link in the advanced panel. - toggleCertErrorDebugInfoVisibility(false); - } + // Previously, this would cause AboutNetErrorUIExpanded to send to + // telemetry, but we probably don't want to do that when + // auto-revealing. + revealAdvancedPanelSlowlyAsync(); } // Set the link if we want it. diff -Nru firefox-esr-102.11.0esr/browser/base/content/test/captivePortal/browser_captivePortal_certErrorUI.js firefox-esr-102.12.0esr/browser/base/content/test/captivePortal/browser_captivePortal_certErrorUI.js --- firefox-esr-102.11.0esr/browser/base/content/test/captivePortal/browser_captivePortal_certErrorUI.js 2023-05-04 16:01:08.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/base/content/test/captivePortal/browser_captivePortal_certErrorUI.js 2023-05-29 17:34:25.000000000 +0000 @@ -113,8 +113,12 @@ let tab = await openCaptivePortalErrorTab(); let browser = tab.linkedBrowser; + const waitForLocationChange = (async () => { + await BrowserTestUtils.waitForLocationChange(gBrowser, BAD_CERT_PAGE); + info("(waitForLocationChange resolved)"); + })(); await SpecialPowers.spawn(browser, [BAD_CERT_PAGE], async expectedURL => { - let doc = content.document; + const doc = content.document; let advancedButton = doc.getElementById("advancedButton"); await ContentTaskUtils.waitForCondition( () => ContentTaskUtils.is_visible(advancedButton), @@ -122,12 +126,13 @@ ); info("Clicking on the advanced button"); - await EventUtils.synthesizeMouseAtCenter(advancedButton, {}, content); - let advPanelContainer = doc.getElementById("advancedPanelContainer"); + const advPanel = doc.getElementById("badCertAdvancedPanel"); ok( - ContentTaskUtils.is_visible(advPanelContainer), - "Advanced panel is now visible" + !ContentTaskUtils.is_visible(advPanel), + "Advanced panel is not yet visible" ); + await EventUtils.synthesizeMouseAtCenter(advancedButton, {}, content); + ok(ContentTaskUtils.is_visible(advPanel), "Advanced panel is now visible"); let advPanelContent = doc.getElementById("badCertTechnicalInfo"); ok( @@ -142,17 +147,58 @@ "Cert error code is visible in the advanced panel" ); - let advPanelExceptionButton = doc.getElementById("exceptionDialogButton"); + // - + + const advPanelExceptionButton = doc.getElementById("exceptionDialogButton"); + + function isOnCertErrorPage() { + return ContentTaskUtils.is_visible(advPanel); + } + + ok(isOnCertErrorPage(), "On cert error page before adding exception"); + ok( + advPanelExceptionButton.disabled, + "Exception button should start disabled" + ); await EventUtils.synthesizeMouseAtCenter( advPanelExceptionButton, {}, content + ); // Click + const clickTime = content.performance.now(); + ok( + isOnCertErrorPage(), + "Still on cert error page because clicked too early" ); + + // Now waitForCondition now that it's possible. + try { + await ContentTaskUtils.waitForCondition( + () => !advPanelExceptionButton.disabled, + "Wait for exception button enabled" + ); + } catch (rejected) { + ok(false, rejected); + return; + } ok( - doc.location.href.startsWith(expectedURL), - "Accept the risk and continue button works on the captive portal page" + !advPanelExceptionButton.disabled, + "Exception button should be enabled after waiting" ); + const msSinceClick = content.performance.now() - clickTime; + const expr = `${msSinceClick} > 1000`; + /* eslint-disable no-eval */ + ok(eval(expr), `Exception button should stay disabled for ${expr} ms`); + + await EventUtils.synthesizeMouseAtCenter( + advPanelExceptionButton, + {}, + content + ); // Click + info("Clicked"); }); + await waitForLocationChange; + info("Page reloaded after adding cert exception"); // Clear the certificate exception. let certOverrideService = Cc[ @@ -160,9 +206,16 @@ ].getService(Ci.nsICertOverrideService); certOverrideService.clearValidityOverride("expired.example.com", -1, {}); - let errorTabReloaded = BrowserTestUtils.waitForErrorPage(browser); - Services.obs.notifyObservers(null, "captive-portal-login-success"); - await errorTabReloaded; + info("After clearing cert override, asking for reload..."); + const waitForErrorPage = BrowserTestUtils.waitForErrorPage(browser); + await SpecialPowers.spawn(browser, [], async () => { + info("reload..."); + content.location.reload(); + }); + info("waitForErrorPage..."); + await waitForErrorPage; + info("removeTab..."); await BrowserTestUtils.removeTab(tab); + info("Done!"); }); diff -Nru firefox-esr-102.11.0esr/browser/components/enterprisepolicies/Policies.jsm firefox-esr-102.12.0esr/browser/components/enterprisepolicies/Policies.jsm --- firefox-esr-102.11.0esr/browser/components/enterprisepolicies/Policies.jsm 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/components/enterprisepolicies/Policies.jsm 2023-05-29 17:34:25.000000000 +0000 @@ -1706,6 +1706,7 @@ "security.insecure_connection_text.pbmode.enabled", "security.insecure_field_warning.contextual.enabled", "security.mixed_content.block_active_content", + "security.osclientcerts.assume_rsa_pss_support", "security.osclientcerts.autoload", "security.OCSP.enabled", "security.OCSP.require", @@ -2158,14 +2159,34 @@ SecurityDevices: { onProfileAfterChange(manager, param) { - let securityDevices = param; let pkcs11db = Cc["@mozilla.org/security/pkcs11moduledb;1"].getService( Ci.nsIPKCS11ModuleDB ); - let moduleList = pkcs11db.listModules(); + let securityDevices; + if (param.Add || param.Delete) { + // We're using the new syntax. + securityDevices = param.Add; + if (param.Delete) { + for (let deviceName of param.Delete) { + try { + pkcs11db.deleteModule(deviceName); + } catch (e) { + // Ignoring errors here since it might stick around in policy + // after removing. Alternative would be to listModules and + // make sure it's there before removing, but that seems + // like unnecessary work. + } + } + } + } else { + securityDevices = param; + } + if (!securityDevices) { + return; + } for (let deviceName in securityDevices) { let foundModule = false; - for (let module of moduleList) { + for (let module of pkcs11db.listModules()) { if (module && module.libName === securityDevices[deviceName]) { foundModule = true; break; diff -Nru firefox-esr-102.11.0esr/browser/components/enterprisepolicies/content/aboutPolicies.js firefox-esr-102.12.0esr/browser/components/enterprisepolicies/content/aboutPolicies.js --- firefox-esr-102.11.0esr/browser/components/enterprisepolicies/content/aboutPolicies.js 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/components/enterprisepolicies/content/aboutPolicies.js 2023-05-29 17:34:26.000000000 +0000 @@ -293,6 +293,7 @@ Permissions: "Permissions2", BackgroundAppUpdate: "BackgroundAppUpdate2", WindowsSSO: "Windows10SSO", + SecurityDevices: "SecurityDevices2", }; for (let policyName in schema.properties) { diff -Nru firefox-esr-102.11.0esr/browser/components/enterprisepolicies/schemas/policies-schema.json firefox-esr-102.12.0esr/browser/components/enterprisepolicies/schemas/policies-schema.json --- firefox-esr-102.11.0esr/browser/components/enterprisepolicies/schemas/policies-schema.json 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/components/enterprisepolicies/schemas/policies-schema.json 2023-05-29 17:34:26.000000000 +0000 @@ -1242,6 +1242,20 @@ "type": "object", "patternProperties": { "^.*$": { "type": "string" } + }, + "properties": { + "Add": { + "type": "object", + "patternProperties": { + "^.*$": { "type": "string" } + } + }, + "Delete": { + "type": "array", + "items": { + "type": "string" + } + } } }, @@ -1311,7 +1325,7 @@ }, "WebsiteFilter": { - "type": "object", + "type": ["object", "JSON"], "properties": { "Block": { "type": "array", diff -Nru firefox-esr-102.11.0esr/browser/components/enterprisepolicies/tests/browser/browser_policy_websitefilter.js firefox-esr-102.12.0esr/browser/components/enterprisepolicies/tests/browser/browser_policy_websitefilter.js --- firefox-esr-102.11.0esr/browser/components/enterprisepolicies/tests/browser/browser_policy_websitefilter.js 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/components/enterprisepolicies/tests/browser/browser_policy_websitefilter.js 2023-05-29 17:34:26.000000000 +0000 @@ -8,6 +8,17 @@ const EXCEPTION_PAGE = "policy_websitefilter_exception.html"; const SAVELINKAS_PAGE = "policy_websitefilter_savelink.html"; +async function clearWebsiteFilter() { + await setupPolicyEngineWithJson({ + policies: { + WebsiteFilter: { + Block: [], + Exceptions: [], + }, + }, + }); +} + add_task(async function test_http() { await setupPolicyEngineWithJson({ policies: { @@ -36,6 +47,7 @@ await checkBlockedPage(SUPPORT_FILES_PATH + "301.sjs", true); await checkBlockedPage(SUPPORT_FILES_PATH + "302.sjs", true); + await clearWebsiteFilter(); }); add_task(async function test_http_mixed_case() { @@ -53,6 +65,7 @@ SUPPORT_FILES_PATH + EXCEPTION_PAGE.toUpperCase(), false ); + await clearWebsiteFilter(); }); add_task(async function test_file() { @@ -65,6 +78,7 @@ }); await checkBlockedPage("file:///this_should_be_blocked", true); + await clearWebsiteFilter(); }); add_task(async function test_savelink() { @@ -137,4 +151,36 @@ await promiseContextMenuHidden; BrowserTestUtils.removeTab(tab); + await clearWebsiteFilter(); +}); + +add_task(async function test_http_json_policy() { + await setupPolicyEngineWithJson({ + policies: { + WebsiteFilter: `{ + "Block": ["*://mochi.test/*policy_websitefilter_*"], + "Exceptions": ["*://mochi.test/*_websitefilter_exception*"] + }`, + }, + }); + + await checkBlockedPage(SUPPORT_FILES_PATH + BLOCKED_PAGE, true); + await checkBlockedPage( + "view-source:" + SUPPORT_FILES_PATH + BLOCKED_PAGE, + true + ); + await checkBlockedPage( + "about:reader?url=" + SUPPORT_FILES_PATH + BLOCKED_PAGE, + true + ); + await checkBlockedPage( + "about:READER?url=" + SUPPORT_FILES_PATH + BLOCKED_PAGE, + true + ); + await checkBlockedPage(SUPPORT_FILES_PATH + EXCEPTION_PAGE, false); + + await checkBlockedPage(SUPPORT_FILES_PATH + "301.sjs", true); + + await checkBlockedPage(SUPPORT_FILES_PATH + "302.sjs", true); + await clearWebsiteFilter(); }); diff -Nru firefox-esr-102.11.0esr/browser/components/search/extensions/gulesider-NO/manifest.json firefox-esr-102.12.0esr/browser/components/search/extensions/gulesider-NO/manifest.json --- firefox-esr-102.11.0esr/browser/components/search/extensions/gulesider-NO/manifest.json 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/components/search/extensions/gulesider-NO/manifest.json 2023-05-29 17:34:25.000000000 +0000 @@ -2,7 +2,7 @@ "name": "Gule sider", "description": "Gule sider person og firmasøk", "manifest_version": 2, - "version": "1.0", + "version": "1.2", "applications": { "gecko": { "id": "gulesider-NO@search.mozilla.org" @@ -12,15 +12,13 @@ "icons": { "16": "favicon.ico" }, - "web_accessible_resources": [ - "favicon.ico" - ], + "web_accessible_resources": ["favicon.ico"], "chrome_settings_overrides": { "search_provider": { "name": "Gule sider", - "search_url": "https://www.gulesider.no/query", + "search_url": "https://www.gulesider.no/search", "search_form": "https://www.gulesider.no/", - "search_url_get_params": "what=all&search_word={searchTerms}&cmpid=fre_partner_fire_gssbtop" + "search_url_get_params": "what=all&cmpid=fre_partner_fire_gssbtop&q={searchTerms}" } } -} \ No newline at end of file +} diff -Nru firefox-esr-102.11.0esr/browser/components/search/test/unit/test_urlTelemetry.js firefox-esr-102.12.0esr/browser/components/search/test/unit/test_urlTelemetry.js --- firefox-esr-102.11.0esr/browser/components/search/test/unit/test_urlTelemetry.js 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/components/search/test/unit/test_urlTelemetry.js 2023-05-29 17:34:26.000000000 +0000 @@ -142,7 +142,7 @@ }, { title: "DuckDuckGo organic", - trackingUrl: "https://duckduckgo.com/?q=test&t=hi&ia=news", + trackingUrl: "https://duckduckgo.com/?q=test&t=other&ia=news", expectedSearchCountEntry: "duckduckgo.in-content:organic:other", expectedAdKey: "duckduckgo:organic", adUrls: ["https://duckduckgo.com/y.js?ad_provider=foo"], diff -Nru firefox-esr-102.11.0esr/browser/config/version.txt firefox-esr-102.12.0esr/browser/config/version.txt --- firefox-esr-102.11.0esr/browser/config/version.txt 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/config/version.txt 2023-05-29 17:34:26.000000000 +0000 @@ -1 +1 @@ -102.11.0 +102.12.0 diff -Nru firefox-esr-102.11.0esr/browser/config/version_display.txt firefox-esr-102.12.0esr/browser/config/version_display.txt --- firefox-esr-102.11.0esr/browser/config/version_display.txt 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/config/version_display.txt 2023-05-29 17:34:26.000000000 +0000 @@ -1 +1 @@ -102.11.0esr +102.12.0esr diff -Nru firefox-esr-102.11.0esr/browser/locales/en-US/browser/policies/policies-descriptions.ftl firefox-esr-102.12.0esr/browser/locales/en-US/browser/policies/policies-descriptions.ftl --- firefox-esr-102.11.0esr/browser/locales/en-US/browser/policies/policies-descriptions.ftl 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/browser/locales/en-US/browser/policies/policies-descriptions.ftl 2023-05-29 17:34:26.000000000 +0000 @@ -191,8 +191,8 @@ policy-SearchSuggestEnabled = Enable or disable search suggestions. -# For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/PKCS11/Module_Installation -policy-SecurityDevices = Install PKCS #11 modules. +# For more information, see https://wikipedia.org/wiki/PKCS_11 +policy-SecurityDevices2 = Add or delete PKCS #11 modules. policy-ShowHomeButton = Show the home button on the toolbar. diff -Nru firefox-esr-102.11.0esr/config/milestone.txt firefox-esr-102.12.0esr/config/milestone.txt --- firefox-esr-102.11.0esr/config/milestone.txt 2023-05-04 16:01:09.000000000 +0000 +++ firefox-esr-102.12.0esr/config/milestone.txt 2023-05-29 17:34:26.000000000 +0000 @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -102.11.0 +102.12.0 diff -Nru firefox-esr-102.11.0esr/debian/changelog firefox-esr-102.12.0esr/debian/changelog --- firefox-esr-102.11.0esr/debian/changelog 2023-05-09 21:32:15.000000000 +0000 +++ firefox-esr-102.12.0esr/debian/changelog 2023-06-06 20:34:19.000000000 +0000 @@ -1,3 +1,11 @@ +firefox-esr (102.12.0esr-1~deb11u1) bullseye-security; urgency=medium + + * New upstream release. + * Fixes for mfsa2023-19, also known as: + CVE-2023-34414, CVE-2023-34416. + + -- Mike Hommey Wed, 07 Jun 2023 05:34:19 +0900 + firefox-esr (102.11.0esr-1~deb11u1) bullseye-security; urgency=medium * New upstream release. diff -Nru firefox-esr-102.11.0esr/docshell/shistory/SessionHistoryEntry.cpp firefox-esr-102.12.0esr/docshell/shistory/SessionHistoryEntry.cpp --- firefox-esr-102.11.0esr/docshell/shistory/SessionHistoryEntry.cpp 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/docshell/shistory/SessionHistoryEntry.cpp 2023-05-29 17:34:27.000000000 +0000 @@ -487,7 +487,8 @@ } } -NS_IMPL_ISUPPORTS(SessionHistoryEntry, nsISHEntry, SessionHistoryEntry) +NS_IMPL_ISUPPORTS(SessionHistoryEntry, nsISHEntry, SessionHistoryEntry, + nsISupportsWeakReference) NS_IMETHODIMP SessionHistoryEntry::GetURI(nsIURI** aURI) { @@ -715,14 +716,14 @@ NS_IMETHODIMP SessionHistoryEntry::GetParent(nsISHEntry** aParent) { - nsCOMPtr parent = mParent; + nsCOMPtr parent = do_QueryReferent(mParent); parent.forget(aParent); return NS_OK; } NS_IMETHODIMP SessionHistoryEntry::SetParent(nsISHEntry* aParent) { - mParent = aParent; + mParent = do_GetWeakReference(aParent); return NS_OK; } diff -Nru firefox-esr-102.11.0esr/docshell/shistory/SessionHistoryEntry.h firefox-esr-102.12.0esr/docshell/shistory/SessionHistoryEntry.h --- firefox-esr-102.11.0esr/docshell/shistory/SessionHistoryEntry.h 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/docshell/shistory/SessionHistoryEntry.h 2023-05-29 17:34:27.000000000 +0000 @@ -15,6 +15,7 @@ #include "nsSHEntryShared.h" #include "nsStructuredCloneContainer.h" #include "nsTHashMap.h" +#include "nsWeakReference.h" class nsDocShellLoadState; class nsIChannel; @@ -344,7 +345,7 @@ } \ } -class SessionHistoryEntry : public nsISHEntry { +class SessionHistoryEntry : public nsISHEntry, public nsSupportsWeakReference { public: SessionHistoryEntry(nsDocShellLoadState* aLoadState, nsIChannel* aChannel); SessionHistoryEntry(); @@ -408,7 +409,7 @@ virtual ~SessionHistoryEntry(); UniquePtr mInfo; - nsISHEntry* mParent = nullptr; + nsWeakPtr mParent; uint32_t mID; nsTArray> mChildren; Maybe mWireframe; @@ -468,4 +469,8 @@ } // namespace mozilla +inline nsISupports* ToSupports(mozilla::dom::SessionHistoryEntry* aEntry) { + return static_cast(aEntry); +} + #endif /* mozilla_dom_SessionHistoryEntry_h */ diff -Nru firefox-esr-102.11.0esr/docshell/shistory/nsSHEntry.cpp firefox-esr-102.12.0esr/docshell/shistory/nsSHEntry.cpp --- firefox-esr-102.11.0esr/docshell/shistory/nsSHEntry.cpp 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/docshell/shistory/nsSHEntry.cpp 2023-05-29 17:34:26.000000000 +0000 @@ -36,7 +36,6 @@ mID(++gEntryID), // SessionStore has special handling for 0 values. mScrollPositionX(0), mScrollPositionY(0), - mParent(nullptr), mLoadReplace(false), mURIWasModified(false), mIsSrcdocEntry(false), @@ -83,7 +82,7 @@ } } -NS_IMPL_ISUPPORTS(nsSHEntry, nsISHEntry) +NS_IMPL_ISUPPORTS(nsSHEntry, nsISHEntry, nsISupportsWeakReference) NS_IMETHODIMP nsSHEntry::SetScrollPosition(int32_t aX, int32_t aY) { @@ -427,19 +426,14 @@ NS_IMETHODIMP nsSHEntry::GetParent(nsISHEntry** aResult) { - *aResult = mParent; - NS_IF_ADDREF(*aResult); + nsCOMPtr parent = do_QueryReferent(mParent); + parent.forget(aResult); return NS_OK; } NS_IMETHODIMP nsSHEntry::SetParent(nsISHEntry* aParent) { - /* parent not Addrefed on purpose to avoid cyclic reference - * Null parent is OK - * - * XXX this method should not be scriptable if this is the case!! - */ - mParent = aParent; + mParent = do_GetWeakReference(aParent); return NS_OK; } diff -Nru firefox-esr-102.11.0esr/docshell/shistory/nsSHEntry.h firefox-esr-102.12.0esr/docshell/shistory/nsSHEntry.h --- firefox-esr-102.11.0esr/docshell/shistory/nsSHEntry.h 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/docshell/shistory/nsSHEntry.h 2023-05-29 17:34:26.000000000 +0000 @@ -11,7 +11,7 @@ #include "nsCOMPtr.h" #include "nsISHEntry.h" #include "nsString.h" - +#include "nsWeakReference.h" #include "mozilla/Attributes.h" class nsSHEntryShared; @@ -19,7 +19,7 @@ class nsIURI; class nsIReferrerInfo; -class nsSHEntry : public nsISHEntry { +class nsSHEntry : public nsISHEntry, public nsSupportsWeakReference { public: nsSHEntry(); @@ -53,7 +53,7 @@ uint32_t mID; int32_t mScrollPositionX; int32_t mScrollPositionY; - nsISHEntry* mParent; + nsWeakPtr mParent; nsCOMArray mChildren; nsCOMPtr mStateData; nsString mSrcdocData; diff -Nru firefox-esr-102.11.0esr/dom/base/nsContentList.cpp firefox-esr-102.12.0esr/dom/base/nsContentList.cpp --- firefox-esr-102.11.0esr/dom/base/nsContentList.cpp 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/dom/base/nsContentList.cpp 2023-05-29 17:34:26.000000000 +0000 @@ -27,8 +27,10 @@ #include #include "mozilla/dom/NodeInfoInlines.h" #include "mozilla/MruCache.h" +#include "mozilla/StaticPtr.h" #include "PLDHashTable.h" +#include "nsTHashtable.h" #ifdef DEBUG_CONTENT_LIST # define ASSERT_IN_SYNC AssertInSync() @@ -144,9 +146,6 @@ nsIContent* nsEmptyContentList::Item(uint32_t aIndex) { return nullptr; } -// Hashtable for storing nsContentLists -static PLDHashTable* gContentListHashTable; - struct ContentListCache : public MruCache { static HashNumber Hash(const nsContentListKey& aKey) { @@ -159,24 +158,52 @@ static ContentListCache sRecentlyUsedContentLists; -struct ContentListHashEntry : public PLDHashEntryHdr { - nsContentList* mContentList; -}; +class nsContentList::HashEntry : public PLDHashEntryHdr { + public: + using KeyType = const nsContentListKey*; + using KeyTypePointer = KeyType; -static PLDHashNumber ContentListHashtableHashKey(const void* key) { - const nsContentListKey* list = static_cast(key); - return list->GetHash(); -} + // Note that this is creating a blank entry, so you'll have to manually + // initialize it after it has been inserted into the hash table. + explicit HashEntry(KeyTypePointer aKey) : mContentList(nullptr) {} -static bool ContentListHashtableMatchEntry(const PLDHashEntryHdr* entry, - const void* key) { - const ContentListHashEntry* e = - static_cast(entry); - const nsContentList* list = e->mContentList; - const nsContentListKey* ourKey = static_cast(key); + HashEntry(HashEntry&& aEnt) : mContentList(std::move(aEnt.mContentList)) {} - return list->MatchesKey(*ourKey); -} + ~HashEntry() { + if (mContentList) { + MOZ_RELEASE_ASSERT(mContentList->mInHashtable); + mContentList->mInHashtable = false; + } + } + + bool KeyEquals(KeyTypePointer aKey) const { + return mContentList->MatchesKey(*aKey); + } + + static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } + + static PLDHashNumber HashKey(KeyTypePointer aKey) { return aKey->GetHash(); } + + nsContentList* GetContentList() const { return mContentList; } + void SetContentList(nsContentList* aContentList) { + MOZ_RELEASE_ASSERT(!mContentList); + MOZ_ASSERT(aContentList); + MOZ_RELEASE_ASSERT(!aContentList->mInHashtable); + mContentList = aContentList; + mContentList->mInHashtable = true; + } + + enum { ALLOW_MEMMOVE = true }; + + private: + nsContentList* MOZ_UNSAFE_REF( + "This entry will be removed in nsContentList::RemoveFromHashtable " + "before mContentList is destroyed") mContentList; +}; + +// Hashtable for storing nsContentLists +static StaticAutoPtr> + gContentListHashTable; already_AddRefed NS_GetContentList(nsINode* aRootNode, int32_t aMatchNameSpaceId, @@ -192,20 +219,16 @@ return list.forget(); } - static const PLDHashTableOps hash_table_ops = { - ContentListHashtableHashKey, ContentListHashtableMatchEntry, - PLDHashTable::MoveEntryStub, PLDHashTable::ClearEntryStub}; - // Initialize the hashtable if needed. if (!gContentListHashTable) { - gContentListHashTable = - new PLDHashTable(&hash_table_ops, sizeof(ContentListHashEntry)); + gContentListHashTable = new nsTHashtable(); } // First we look in our hashtable. Then we create a content list if needed - auto entry = static_cast( - gContentListHashTable->Add(&hashKey, fallible)); - if (entry) list = entry->mContentList; + auto entry = gContentListHashTable->PutEntry(&hashKey, fallible); + if (entry) { + list = entry->GetContentList(); + } if (!list) { // We need to create a ContentList and add it to our new entry, if @@ -221,7 +244,7 @@ } list = new nsContentList(aRootNode, aMatchNameSpaceId, htmlAtom, xmlAtom); if (entry) { - entry->mContentList = list; + entry->SetContentList(list); } } @@ -238,28 +261,55 @@ nsCacheableFuncStringContentList::eHTMLCollection; #endif -// Hashtable for storing nsCacheableFuncStringContentList -static PLDHashTable* gFuncStringContentListHashTable; +class nsCacheableFuncStringContentList::HashEntry : public PLDHashEntryHdr { + public: + using KeyType = const nsFuncStringCacheKey*; + using KeyTypePointer = KeyType; -struct FuncStringContentListHashEntry : public PLDHashEntryHdr { - nsCacheableFuncStringContentList* mContentList; -}; + // Note that this is creating a blank entry, so you'll have to manually + // initialize it after it has been inserted into the hash table. + explicit HashEntry(KeyTypePointer aKey) : mContentList(nullptr) {} -static PLDHashNumber FuncStringContentListHashtableHashKey(const void* key) { - const nsFuncStringCacheKey* funcStringKey = - static_cast(key); - return funcStringKey->GetHash(); -} + HashEntry(HashEntry&& aEnt) : mContentList(std::move(aEnt.mContentList)) {} + + ~HashEntry() { + if (mContentList) { + MOZ_RELEASE_ASSERT(mContentList->mInHashtable); + mContentList->mInHashtable = false; + } + } -static bool FuncStringContentListHashtableMatchEntry( - const PLDHashEntryHdr* entry, const void* key) { - const FuncStringContentListHashEntry* e = - static_cast(entry); - const nsFuncStringCacheKey* ourKey = - static_cast(key); + bool KeyEquals(KeyTypePointer aKey) const { + return mContentList->Equals(aKey); + } - return e->mContentList->Equals(ourKey); -} + static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } + + static PLDHashNumber HashKey(KeyTypePointer aKey) { return aKey->GetHash(); } + + nsCacheableFuncStringContentList* GetContentList() const { + return mContentList; + } + void SetContentList(nsCacheableFuncStringContentList* aContentList) { + MOZ_RELEASE_ASSERT(!mContentList); + MOZ_ASSERT(aContentList); + MOZ_RELEASE_ASSERT(!aContentList->mInHashtable); + mContentList = aContentList; + mContentList->mInHashtable = true; + } + + enum { ALLOW_MEMMOVE = true }; + + private: + nsCacheableFuncStringContentList* MOZ_UNSAFE_REF( + "This entry will be removed in " + "nsCacheableFuncStringContentList::RemoveFromFuncStringHashtable " + "before mContentList is destroyed") mContentList; +}; + +// Hashtable for storing nsCacheableFuncStringContentList +static StaticAutoPtr> + gFuncStringContentListHashTable; template already_AddRefed GetFuncStringContentList( @@ -271,26 +321,20 @@ RefPtr list; - static const PLDHashTableOps hash_table_ops = { - FuncStringContentListHashtableHashKey, - FuncStringContentListHashtableMatchEntry, PLDHashTable::MoveEntryStub, - PLDHashTable::ClearEntryStub}; - // Initialize the hashtable if needed. if (!gFuncStringContentListHashTable) { - gFuncStringContentListHashTable = new PLDHashTable( - &hash_table_ops, sizeof(FuncStringContentListHashEntry)); + gFuncStringContentListHashTable = + new nsTHashtable(); } - FuncStringContentListHashEntry* entry = nullptr; + nsCacheableFuncStringContentList::HashEntry* entry = nullptr; // First we look in our hashtable. Then we create a content list if needed if (gFuncStringContentListHashTable) { nsFuncStringCacheKey hashKey(aRootNode, aFunc, aString); - entry = static_cast( - gFuncStringContentListHashTable->Add(&hashKey, fallible)); + entry = gFuncStringContentListHashTable->PutEntry(&hashKey, fallible); if (entry) { - list = entry->mContentList; + list = entry->GetContentList(); #ifdef DEBUG MOZ_ASSERT_IF(list, list->mType == ListType::sType); #endif @@ -303,7 +347,7 @@ list = new ListType(aRootNode, aFunc, aDestroyFunc, aDataAllocator, aString); if (entry) { - entry->mContentList = list; + entry->SetContentList(list); } } @@ -344,7 +388,8 @@ mDeep(aDeep), mFuncMayDependOnAttr(false), mIsHTMLDocument(aRootNode->OwnerDoc()->IsHTMLDocument()), - mIsLiveList(aLiveList) { + mIsLiveList(aLiveList), + mInHashtable(false) { NS_ASSERTION(mRootNode, "Must have root"); if (nsGkAtoms::_asterisk == mHTMLMatchAtom) { NS_ASSERTION(mXMLMatchAtom == nsGkAtoms::_asterisk, @@ -353,7 +398,8 @@ } else { mMatchAll = false; } - if (mIsLiveList) { + // This is aLiveList instead of mIsLiveList to avoid Valgrind errors. + if (aLiveList) { mRootNode->AddMutationObserver(this); } @@ -384,9 +430,11 @@ mDeep(aDeep), mFuncMayDependOnAttr(aFuncMayDependOnAttr), mIsHTMLDocument(false), - mIsLiveList(aLiveList) { + mIsLiveList(aLiveList), + mInHashtable(false) { NS_ASSERTION(mRootNode, "Must have root"); - if (mIsLiveList) { + // This is aLiveList instead of mIsLiveList to avoid Valgrind errors. + if (aLiveList) { mRootNode->AddMutationObserver(this); } @@ -810,7 +858,12 @@ void nsContentList::RemoveFromHashtable() { if (mFunc) { - // This can't be in the table anyway + // nsCacheableFuncStringContentList can be in a hash table without being + // in gContentListHashTable, but it will have been removed from the hash + // table in its dtor before it runs the nsContentList dtor. + MOZ_RELEASE_ASSERT(!mInHashtable); + + // This can't be in gContentListHashTable. return; } @@ -818,14 +871,15 @@ nsContentListKey key(mRootNode, mMatchNameSpaceId, str, mIsHTMLDocument); sRecentlyUsedContentLists.Remove(key); - if (!gContentListHashTable) return; - - gContentListHashTable->Remove(&key); + if (gContentListHashTable) { + gContentListHashTable->RemoveEntry(&key); - if (gContentListHashTable->EntryCount() == 0) { - delete gContentListHashTable; - gContentListHashTable = nullptr; + if (gContentListHashTable->Count() == 0) { + gContentListHashTable = nullptr; + } } + + MOZ_RELEASE_ASSERT(!mInHashtable); } void nsContentList::BringSelfUpToDate(bool aDoFlush) { @@ -851,16 +905,18 @@ void nsCacheableFuncStringContentList::RemoveFromFuncStringHashtable() { if (!gFuncStringContentListHashTable) { + MOZ_RELEASE_ASSERT(!mInHashtable); return; } nsFuncStringCacheKey key(mRootNode, mFunc, mString); - gFuncStringContentListHashTable->Remove(&key); + gFuncStringContentListHashTable->RemoveEntry(&key); - if (gFuncStringContentListHashTable->EntryCount() == 0) { - delete gFuncStringContentListHashTable; + if (gFuncStringContentListHashTable->Count() == 0) { gFuncStringContentListHashTable = nullptr; } + + MOZ_RELEASE_ASSERT(!mInHashtable); } #ifdef DEBUG_CONTENT_LIST diff -Nru firefox-esr-102.11.0esr/dom/base/nsContentList.h firefox-esr-102.12.0esr/dom/base/nsContentList.h --- firefox-esr-102.11.0esr/dom/base/nsContentList.h 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/dom/base/nsContentList.h 2023-05-29 17:34:27.000000000 +0000 @@ -354,6 +354,8 @@ virtual void LastRelease() override; + class HashEntry; + protected: /** * Returns whether the element matches our criterion @@ -471,6 +473,15 @@ * Whether the list observes mutations to the DOM tree. */ const uint8_t mIsLiveList : 1; + /* + * True if this content list is cached in a hash table. + * For nsContentList (but not its subclasses), the hash table is + * gContentListHashTable. + * For nsCacheableFuncStringContentList, the hash table is + * gFuncStringContentListHashTable. + * Other subclasses of nsContentList can't be in hash tables. + */ + uint8_t mInHashtable : 1; #ifdef DEBUG_CONTENT_LIST void AssertInSync(); @@ -518,6 +529,8 @@ ContentListType mType; #endif + class HashEntry; + protected: nsCacheableFuncStringContentList( nsINode* aRootNode, nsContentListMatchFunc aFunc, diff -Nru firefox-esr-102.11.0esr/dom/canvas/ClientWebGLContext.cpp firefox-esr-102.12.0esr/dom/canvas/ClientWebGLContext.cpp --- firefox-esr-102.11.0esr/dom/canvas/ClientWebGLContext.cpp 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/dom/canvas/ClientWebGLContext.cpp 2023-05-29 17:34:27.000000000 +0000 @@ -78,6 +78,73 @@ argName); } +// - + +WebGLBufferJS::~WebGLBufferJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteBuffer(this); + } +} + +WebGLFramebufferJS::~WebGLFramebufferJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteFramebuffer(this); + } +} + +WebGLQueryJS::~WebGLQueryJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteQuery(this); + } +} + +WebGLRenderbufferJS::~WebGLRenderbufferJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteRenderbuffer(this); + } +} + +WebGLSamplerJS::~WebGLSamplerJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteSampler(this); + } +} + +WebGLSyncJS::~WebGLSyncJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteSync(this); + } +} + +WebGLTextureJS::~WebGLTextureJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteTexture(this); + } +} + +WebGLTransformFeedbackJS::~WebGLTransformFeedbackJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteTransformFeedback(this); + } +} + +WebGLVertexArrayJS::~WebGLVertexArrayJS() { + const auto webgl = Context(); + if (webgl) { + webgl->DeleteVertexArray(this); + } +} + +// - + static bool GetJSScalarFromGLType(GLenum type, js::Scalar::Type* const out_scalarType) { switch (type) { diff -Nru firefox-esr-102.11.0esr/dom/canvas/ClientWebGLContext.h firefox-esr-102.12.0esr/dom/canvas/ClientWebGLContext.h --- firefox-esr-102.11.0esr/dom/canvas/ClientWebGLContext.h 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/dom/canvas/ClientWebGLContext.h 2023-05-29 17:34:27.000000000 +0000 @@ -275,7 +275,7 @@ : webgl::ObjectJS(webgl) {} private: - ~WebGLBufferJS() = default; + ~WebGLBufferJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; @@ -306,7 +306,7 @@ bool mInOpaqueRAF = false; private: - ~WebGLFramebufferJS() = default; + ~WebGLFramebufferJS(); void EnsureColorAttachments(); @@ -398,7 +398,7 @@ : webgl::ObjectJS(webgl) {} private: - ~WebGLQueryJS() = default; + ~WebGLQueryJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; @@ -419,7 +419,7 @@ explicit WebGLRenderbufferJS(const ClientWebGLContext& webgl) : webgl::ObjectJS(webgl) {} - ~WebGLRenderbufferJS() = default; + ~WebGLRenderbufferJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; @@ -437,7 +437,7 @@ : webgl::ObjectJS(webgl) {} private: - ~WebGLSamplerJS() = default; + ~WebGLSamplerJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; @@ -498,7 +498,7 @@ : webgl::ObjectJS(webgl) {} private: - ~WebGLSyncJS() = default; + ~WebGLSyncJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; @@ -519,7 +519,7 @@ : webgl::ObjectJS(webgl) {} private: - ~WebGLTextureJS() = default; + ~WebGLTextureJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; @@ -544,7 +544,7 @@ explicit WebGLTransformFeedbackJS(const ClientWebGLContext&); private: - ~WebGLTransformFeedbackJS() = default; + ~WebGLTransformFeedbackJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; @@ -597,7 +597,7 @@ explicit WebGLVertexArrayJS(const ClientWebGLContext&); private: - ~WebGLVertexArrayJS() = default; + ~WebGLVertexArrayJS(); public: JSObject* WrapObject(JSContext*, JS::Handle) override; diff -Nru firefox-esr-102.11.0esr/dom/media/MediaInfo.h firefox-esr-102.12.0esr/dom/media/MediaInfo.h --- firefox-esr-102.11.0esr/dom/media/MediaInfo.h 2023-05-04 16:01:11.000000000 +0000 +++ firefox-esr-102.12.0esr/dom/media/MediaInfo.h 2023-05-29 17:34:28.000000000 +0000 @@ -476,9 +476,11 @@ bool operator==(const AudioInfo& rhs) const; static const uint32_t MAX_RATE = 640000; + static const uint32_t MAX_CHANNEL_COUNT = 256; bool IsValid() const override { - return mChannels > 0 && mRate > 0 && mRate <= MAX_RATE; + return mChannels > 0 && mChannels <= MAX_CHANNEL_COUNT && mRate > 0 && + mRate <= MAX_RATE; } AudioInfo* GetAsAudioInfo() override { return this; } diff -Nru firefox-esr-102.11.0esr/dom/media/mediasink/AudioSink.cpp firefox-esr-102.12.0esr/dom/media/mediasink/AudioSink.cpp --- firefox-esr-102.11.0esr/dom/media/mediasink/AudioSink.cpp 2023-05-04 16:01:10.000000000 +0000 +++ firefox-esr-102.12.0esr/dom/media/mediasink/AudioSink.cpp 2023-05-29 17:34:27.000000000 +0000 @@ -53,13 +53,22 @@ mAudioQueue(aAudioQueue), mProcessedQueueThresholdMS( StaticPrefs::media_audio_audiosink_threshold_ms()) { + // Not much to initialize here if there's no audio. + if (!aInfo.IsValid()) { + mProcessedSPSCQueue = MakeUnique>(0); + return; + } // Twice the limit that trigger a refill. - float capacitySeconds = mProcessedQueueThresholdMS / 1000.f * 2; - mProcessedSPSCQueue = - MakeUnique>(static_cast( - capacitySeconds * static_cast(mOutputChannels * mOutputRate))); + double capacitySeconds = mProcessedQueueThresholdMS / 1000.f * 2; + // Clamp to correct boundaries, and align on the channel count + int elementCount = static_cast( + std::clamp(capacitySeconds * mOutputChannels * mOutputRate, 0., + std::numeric_limits::max() - 1.)); + elementCount -= elementCount % mOutputChannels; + mProcessedSPSCQueue = MakeUnique>(elementCount); SINK_LOG("Ringbuffer has space for %u elements (%lf seconds)", - mProcessedSPSCQueue->Capacity(), capacitySeconds); + mProcessedSPSCQueue->Capacity(), + static_cast(elementCount) / mOutputChannels / mOutputRate); // Determine if the data is likely to be audible when the stream will be // ready, if possible. RefPtr frontPacket = mAudioQueue.PeekFront(); diff -Nru firefox-esr-102.11.0esr/dom/streams/Transferable.cpp firefox-esr-102.12.0esr/dom/streams/Transferable.cpp --- firefox-esr-102.11.0esr/dom/streams/Transferable.cpp 2023-05-04 16:01:11.000000000 +0000 +++ firefox-esr-102.12.0esr/dom/streams/Transferable.cpp 2023-05-29 17:34:28.000000000 +0000 @@ -53,7 +53,13 @@ aRv.Throw(NS_ERROR_UNEXPECTED); return; } - if (!JS_DefineProperty(aCx, obj, "value", aValue, JSPROP_ENUMERATE)) { + JS::Rooted value(aCx, aValue); + if (!JS_WrapValue(aCx, &value)) { + JS_ClearPendingException(aCx); + aRv.Throw(NS_ERROR_UNEXPECTED); + return; + } + if (!JS_DefineProperty(aCx, obj, "value", value, JSPROP_ENUMERATE)) { JS_ClearPendingException(aCx); aRv.Throw(NS_ERROR_UNEXPECTED); return; diff -Nru firefox-esr-102.11.0esr/gfx/layers/PersistentBufferProvider.cpp firefox-esr-102.12.0esr/gfx/layers/PersistentBufferProvider.cpp --- firefox-esr-102.11.0esr/gfx/layers/PersistentBufferProvider.cpp 2023-05-04 16:01:11.000000000 +0000 +++ firefox-esr-102.12.0esr/gfx/layers/PersistentBufferProvider.cpp 2023-05-29 17:34:28.000000000 +0000 @@ -221,8 +221,9 @@ } bool PersistentBufferProviderShared::SetKnowsCompositor( - KnowsCompositor* aKnowsCompositor) { + KnowsCompositor* aKnowsCompositor, bool& aOutLostFrontTexture) { MOZ_ASSERT(aKnowsCompositor); + MOZ_ASSERT(!aOutLostFrontTexture); if (!aKnowsCompositor) { return false; } @@ -250,7 +251,9 @@ // Get rid of everything else Destroy(); - if (prevTexture && prevTexture->IsValid()) { + if (prevTexture && !prevTexture->IsValid()) { + aOutLostFrontTexture = true; + } else if (prevTexture && prevTexture->IsValid()) { RefPtr newTexture = CreateTexture(aKnowsCompositor, mFormat, mSize); diff -Nru firefox-esr-102.11.0esr/gfx/layers/PersistentBufferProvider.h firefox-esr-102.12.0esr/gfx/layers/PersistentBufferProvider.h --- firefox-esr-102.11.0esr/gfx/layers/PersistentBufferProvider.h 2023-05-04 16:01:11.000000000 +0000 +++ firefox-esr-102.12.0esr/gfx/layers/PersistentBufferProvider.h 2023-05-29 17:34:28.000000000 +0000 @@ -82,7 +82,8 @@ virtual void OnShutdown() {} - virtual bool SetKnowsCompositor(KnowsCompositor* aKnowsCompositor) { + virtual bool SetKnowsCompositor(KnowsCompositor* aKnowsCompositor, + bool& aOutLostFrontTexture) { return true; } @@ -205,7 +206,8 @@ void OnShutdown() override { Destroy(); } - bool SetKnowsCompositor(KnowsCompositor* aKnowsCompositor) override; + bool SetKnowsCompositor(KnowsCompositor* aKnowsCompositor, + bool& aOutLostFrontTexture) override; void ClearCachedResources() override; diff -Nru firefox-esr-102.11.0esr/gfx/layers/ShareableCanvasRenderer.cpp firefox-esr-102.12.0esr/gfx/layers/ShareableCanvasRenderer.cpp --- firefox-esr-102.11.0esr/gfx/layers/ShareableCanvasRenderer.cpp 2023-05-04 16:01:11.000000000 +0000 +++ firefox-esr-102.12.0esr/gfx/layers/ShareableCanvasRenderer.cpp 2023-05-29 17:34:28.000000000 +0000 @@ -131,17 +131,20 @@ // - - const auto fnGetExistingTc = [&]() -> RefPtr { + const auto fnGetExistingTc = + [&](bool& aOutLostFrontTexture) -> RefPtr { const auto desc = context->GetFrontBuffer(nullptr); if (desc) { return GetFrontBufferFromDesc(*desc, flags); } if (provider) { - if (!provider->SetKnowsCompositor(forwarder)) { + if (!provider->SetKnowsCompositor(forwarder, aOutLostFrontTexture)) { gfxCriticalNote << "BufferProvider::SetForwarder failed"; return nullptr; } - + if (aOutLostFrontTexture) { + return nullptr; + } return provider->GetTextureClient(); } return nullptr; @@ -188,7 +191,12 @@ FirePreTransactionCallback(); // First, let's see if we can get a no-copy TextureClient from the canvas. - auto tc = fnGetExistingTc(); + bool lostFrontTexture = false; + auto tc = fnGetExistingTc(lostFrontTexture); + if (lostFrontTexture) { + // Device reset could cause this. + return; + } if (!tc) { // Otherwise, snapshot the surface and copy into a TexClient. tc = fnMakeTcFromSnapshot(); diff -Nru firefox-esr-102.11.0esr/gfx/layers/ipc/CompositorBridgeParent.cpp firefox-esr-102.12.0esr/gfx/layers/ipc/CompositorBridgeParent.cpp --- firefox-esr-102.11.0esr/gfx/layers/ipc/CompositorBridgeParent.cpp 2023-05-04 16:01:11.000000000 +0000 +++ firefox-esr-102.12.0esr/gfx/layers/ipc/CompositorBridgeParent.cpp 2023-05-29 17:34:28.000000000 +0000 @@ -1342,6 +1342,9 @@ MonitorAutoLock lock(*sIndirectLayerTreesLock); ForEachWebRenderBridgeParent([&](WebRenderBridgeParent* wrBridge) -> void { + if (!wrBridge->IsRootWebRenderBridgeParent()) { + return; + } wrBridge->UpdateQualitySettings(); }); } @@ -1362,6 +1365,9 @@ MonitorAutoLock lock(*sIndirectLayerTreesLock); ForEachWebRenderBridgeParent([&](WebRenderBridgeParent* wrBridge) -> void { + if (!wrBridge->IsRootWebRenderBridgeParent()) { + return; + } wrBridge->UpdateDebugFlags(); }); } @@ -1380,6 +1386,9 @@ MonitorAutoLock lock(*sIndirectLayerTreesLock); ForEachWebRenderBridgeParent([&](WebRenderBridgeParent* wrBridge) -> void { + if (!wrBridge->IsRootWebRenderBridgeParent()) { + return; + } wrBridge->UpdateBoolParameters(); }); } @@ -1398,6 +1407,9 @@ MonitorAutoLock lock(*sIndirectLayerTreesLock); ForEachWebRenderBridgeParent([&](WebRenderBridgeParent* wrBridge) -> void { + if (!wrBridge->IsRootWebRenderBridgeParent()) { + return; + } wrBridge->UpdateParameters(); }); } @@ -1409,6 +1421,9 @@ } MonitorAutoLock lock(*sIndirectLayerTreesLock); ForEachWebRenderBridgeParent([&](WebRenderBridgeParent* wrBridge) -> void { + if (!wrBridge->IsRootWebRenderBridgeParent()) { + return; + } wrBridge->UpdateProfilerUI(); }); } diff -Nru firefox-esr-102.11.0esr/gfx/layers/wr/WebRenderBridgeParent.cpp firefox-esr-102.12.0esr/gfx/layers/wr/WebRenderBridgeParent.cpp --- firefox-esr-102.11.0esr/gfx/layers/wr/WebRenderBridgeParent.cpp 2023-05-04 16:01:12.000000000 +0000 +++ firefox-esr-102.12.0esr/gfx/layers/wr/WebRenderBridgeParent.cpp 2023-05-29 17:34:29.000000000 +0000 @@ -316,15 +316,15 @@ if (IsRootWebRenderBridgeParent()) { MOZ_ASSERT(!mCompositorScheduler); mCompositorScheduler = new CompositorVsyncScheduler(this, mWidget); + UpdateDebugFlags(); + UpdateQualitySettings(); + UpdateProfilerUI(); + UpdateParameters(); + // Start with the cached bool parameter bits inverted so that we update them + // all. + mBoolParameterBits = ~gfxVars::WebRenderBoolParameters(); + UpdateBoolParameters(); } - UpdateDebugFlags(); - UpdateQualitySettings(); - UpdateProfilerUI(); - UpdateParameters(); - // Start with the cached bool parameter bits inverted so that we update - // them all. - mBoolParameterBits = ~gfxVars::WebRenderBoolParameters(); - UpdateBoolParameters(); } WebRenderBridgeParent::WebRenderBridgeParent(const wr::PipelineId& aPipelineId, @@ -1596,21 +1596,40 @@ } void WebRenderBridgeParent::UpdateQualitySettings() { + if (!IsRootWebRenderBridgeParent()) { + MOZ_ASSERT_UNREACHABLE("unexpected to be called"); + return; + } wr::TransactionBuilder txn(mApi); txn.UpdateQualitySettings(gfxVars::ForceSubpixelAAWherePossible()); mApi->SendTransaction(txn); } void WebRenderBridgeParent::UpdateDebugFlags() { + if (!IsRootWebRenderBridgeParent()) { + MOZ_ASSERT_UNREACHABLE("unexpected to be called"); + return; + } + mApi->UpdateDebugFlags(gfxVars::WebRenderDebugFlags()); } void WebRenderBridgeParent::UpdateProfilerUI() { + if (!IsRootWebRenderBridgeParent()) { + MOZ_ASSERT_UNREACHABLE("unexpected to be called"); + return; + } + nsCString uiString = gfxVars::GetWebRenderProfilerUIOrDefault(); mApi->SetProfilerUI(uiString); } void WebRenderBridgeParent::UpdateParameters() { + if (!IsRootWebRenderBridgeParent()) { + MOZ_ASSERT_UNREACHABLE("unexpected to be called"); + return; + } + uint32_t count = gfxVars::WebRenderBatchingLookback(); mApi->SetBatchingLookback(count); mApi->SetInt(wr::IntParameter::BatchedUploadThreshold, @@ -1620,6 +1639,11 @@ } void WebRenderBridgeParent::UpdateBoolParameters() { + if (!IsRootWebRenderBridgeParent()) { + MOZ_ASSERT_UNREACHABLE("unexpected to be called"); + return; + } + uint32_t bits = gfxVars::WebRenderBoolParameters(); uint32_t changedBits = mBoolParameterBits ^ bits; diff -Nru firefox-esr-102.11.0esr/ipc/app/moz.build firefox-esr-102.12.0esr/ipc/app/moz.build --- firefox-esr-102.11.0esr/ipc/app/moz.build 2023-05-04 16:01:13.000000000 +0000 +++ firefox-esr-102.12.0esr/ipc/app/moz.build 2023-05-29 17:34:29.000000000 +0000 @@ -16,11 +16,6 @@ "MozillaRuntimeMain.cpp", ] -# The pthred_create() interposer needs to be linked as early as possible so -# that it will appear before libpthread when resolving symbols. -if CONFIG["OS_ARCH"] == "Linux" and CONFIG["MOZ_CRASHREPORTER"]: - USE_LIBS += ["pthread_create_interposer"] - include("/ipc/chromium/chromium-config.mozbuild") LOCAL_INCLUDES += [ diff -Nru firefox-esr-102.11.0esr/ipc/glue/BackgroundParentImpl.cpp firefox-esr-102.12.0esr/ipc/glue/BackgroundParentImpl.cpp --- firefox-esr-102.11.0esr/ipc/glue/BackgroundParentImpl.cpp 2023-05-04 16:01:12.000000000 +0000 +++ firefox-esr-102.12.0esr/ipc/glue/BackgroundParentImpl.cpp 2023-05-29 17:34:29.000000000 +0000 @@ -1376,8 +1376,13 @@ using Type = Tuple&&>; if (!upm) { - aResolver(Type(NS_ERROR_NOT_AVAILABLE, - Endpoint())); + managerThread->Dispatch(NS_NewRunnableFunction( + "BackgroundParentImpl::RecvEnsureUtilityProcessAndCreateBridge::" + "Failure", + [aResolver]() { + aResolver(Type(NS_ERROR_NOT_AVAILABLE, + Endpoint())); + })); } else { upm->StartAudioDecoding(otherPid)->Then( managerThread, __func__, diff -Nru firefox-esr-102.11.0esr/js/src/make-source-package.py firefox-esr-102.12.0esr/js/src/make-source-package.py --- firefox-esr-102.11.0esr/js/src/make-source-package.py 2023-05-04 16:01:13.000000000 +0000 +++ firefox-esr-102.12.0esr/js/src/make-source-package.py 2023-05-29 17:34:29.000000000 +0000 @@ -156,6 +156,7 @@ + /mozglue/baseprofiler/** + /mozglue/build/** ++ /mozglue/interposers/** + /mozglue/misc/** + /mozglue/moz.build + /mozglue/static/** diff -Nru firefox-esr-102.11.0esr/js/src/wasm/WasmBaselineCompile.cpp firefox-esr-102.12.0esr/js/src/wasm/WasmBaselineCompile.cpp --- firefox-esr-102.11.0esr/js/src/wasm/WasmBaselineCompile.cpp 2023-05-04 16:01:16.000000000 +0000 +++ firefox-esr-102.12.0esr/js/src/wasm/WasmBaselineCompile.cpp 2023-05-29 17:34:33.000000000 +0000 @@ -3930,7 +3930,7 @@ // to perform an allocation here to accomodate the variable number of values. // There is enough headroom for the fixed number of values. The general case // is handled in emitBody. - if (!stk_.reserve(stk_.length() + params.length())) { + if (!stk_.reserve(stk_.length() + params.length() + 1)) { return false; } diff -Nru firefox-esr-102.11.0esr/js/xpconnect/shell/moz.build firefox-esr-102.12.0esr/js/xpconnect/shell/moz.build --- firefox-esr-102.11.0esr/js/xpconnect/shell/moz.build 2023-05-04 16:01:16.000000000 +0000 +++ firefox-esr-102.12.0esr/js/xpconnect/shell/moz.build 2023-05-29 17:34:32.000000000 +0000 @@ -10,11 +10,6 @@ "xpcshell.cpp", ] -# The pthred_create() interposer needs to be linked as early as possible so -# that it will appear before libpthread when resolving symbols. -if CONFIG["OS_ARCH"] == "Linux" and CONFIG["MOZ_CRASHREPORTER"]: - USE_LIBS += ["pthread_create_interposer"] - if CONFIG["LIBFUZZER"]: USE_LIBS += ["fuzzer"] diff -Nru firefox-esr-102.11.0esr/mfbt/SPSCQueue.h firefox-esr-102.12.0esr/mfbt/SPSCQueue.h --- firefox-esr-102.11.0esr/mfbt/SPSCQueue.h 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/mfbt/SPSCQueue.h 2023-05-29 17:34:34.000000000 +0000 @@ -103,13 +103,11 @@ */ explicit SPSCRingBufferBase(int aCapacity) : mReadIndex(0), - mWriteIndex(0) + mWriteIndex(0), /* One more element to distinguish from empty and full buffer. */ - , mCapacity(aCapacity + 1) { - MOZ_ASSERT(StorageCapacity() < std::numeric_limits::max() / 2, - "buffer too large for the type of index used."); - MOZ_ASSERT(mCapacity > 0 && aCapacity != std::numeric_limits::max()); + MOZ_RELEASE_ASSERT(aCapacity != std::numeric_limits::max()); + MOZ_RELEASE_ASSERT(mCapacity > 0); mData = std::make_unique(StorageCapacity()); diff -Nru firefox-esr-102.11.0esr/modules/libpref/init/StaticPrefList.yaml firefox-esr-102.12.0esr/modules/libpref/init/StaticPrefList.yaml --- firefox-esr-102.11.0esr/modules/libpref/init/StaticPrefList.yaml 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/modules/libpref/init/StaticPrefList.yaml 2023-05-29 17:34:34.000000000 +0000 @@ -12270,6 +12270,17 @@ value: true mirror: always +# If true, assume tokens accessed via osclientcerts implement RSA-PSS. If a +# given token does not support RSA-PSS, users may see the error +# 'SEC_ERROR_PKCS11_GENERAL_ERROR' if a server indicates it will accept an +# RSA-PSS signature in the client's certificate verify message. +# Setting this to false may allow such connections to succeed, if the server +# also accepts RSA-PKCS1 signatures. +- name: security.osclientcerts.assume_rsa_pss_support + type: RelaxedAtomicBool + value: true + mirror: always + - name: security.pki.cert_short_lifetime_in_days type: RelaxedAtomicUint32 value: 10 diff -Nru firefox-esr-102.11.0esr/mozglue/interposers/InterposerHelper.h firefox-esr-102.12.0esr/mozglue/interposers/InterposerHelper.h --- firefox-esr-102.11.0esr/mozglue/interposers/InterposerHelper.h 1970-01-01 00:00:00.000000000 +0000 +++ firefox-esr-102.12.0esr/mozglue/interposers/InterposerHelper.h 2023-05-29 17:34:34.000000000 +0000 @@ -0,0 +1,66 @@ +/* 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/. */ + +#ifndef InterposerHelper_h +#define InterposerHelper_h + +#include + +#ifdef MOZ_LINKER +# include "Linker.h" +#else +# include +#endif + +#include "mozilla/Assertions.h" + +template +static inline T dlsym_wrapper(void* aHandle, const char* aName) { +#ifdef MOZ_LINKER + return reinterpret_cast(__wrap_dlsym(aHandle, aName)); +#else + return reinterpret_cast(dlsym(aHandle, aName)); +#endif // MOZ_LINKER +} + +template +static T get_real_symbol(const char* aName, T aReplacementSymbol) { + // T can only be a function pointer + static_assert(std::is_function::type>::value); + + // Find the corresponding function in the linked libraries + T real_symbol = dlsym_wrapper(RTLD_NEXT, aName); + +#if defined(ANDROID) + if (real_symbol == nullptr) { + // On old versions of Android the application runtime links in libc before + // we get a chance to link libmozglue, so its symbols don't appear when + // resolving them with RTLD_NEXT but rather with RTLD_DEFAULT. If RTLD_NEXT + // failed to find a symbol we try again with RTLD_DEFAULT. The checks below + // make sure that we crash in case the symbol we get matches the + // replacement one so this is safe albeit a bit weird. + real_symbol = dlsym_wrapper(RTLD_DEFAULT, aName); + } +#endif + + if (real_symbol == nullptr) { + MOZ_CRASH_UNSAFE_PRINTF( + "%s() interposition failed but the interposer function is " + "still being called, this won't work!", + aName); + } + + if (real_symbol == aReplacementSymbol) { + MOZ_CRASH_UNSAFE_PRINTF( + "We could not obtain the real %s(). Calling the symbol we " + "got would make us enter an infinite loop so stop here instead.", + aName); + } + + return real_symbol; +} + +#define GET_REAL_SYMBOL(name) get_real_symbol(#name, name) + +#endif // InterposerHelper_h diff -Nru firefox-esr-102.11.0esr/mozglue/interposers/env_interposer.cpp firefox-esr-102.12.0esr/mozglue/interposers/env_interposer.cpp --- firefox-esr-102.11.0esr/mozglue/interposers/env_interposer.cpp 1970-01-01 00:00:00.000000000 +0000 +++ firefox-esr-102.12.0esr/mozglue/interposers/env_interposer.cpp 2023-05-29 17:34:34.000000000 +0000 @@ -0,0 +1,79 @@ +/* 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/. */ + +#include +#include +#include + +#include "InterposerHelper.h" + +// The interposers in this file cover all the functions used to access the +// environment (getenv(), putenv(), setenv(), unsetenv() and clearenv()). They +// all use the mutex below for synchronization to prevent races that caused +// startup crashes, see bug 1752703. +static pthread_mutex_t gEnvLock = PTHREAD_MUTEX_INITIALIZER; + +static char* internal_getenv(const char* aName) { + if (environ == nullptr || aName[0] == '\0') { + return nullptr; + } + + size_t len = strlen(aName); + for (char** env_ptr = environ; *env_ptr != nullptr; ++env_ptr) { + if ((aName[0] == (*env_ptr)[0]) && (strncmp(aName, *env_ptr, len) == 0) && + ((*env_ptr)[len] == '=')) { + return *env_ptr + len + 1; + } + } + + return nullptr; +} + +extern "C" { + +MFBT_API char* getenv(const char* name) { + pthread_mutex_lock(&gEnvLock); + char* result = internal_getenv(name); + pthread_mutex_unlock(&gEnvLock); + + return result; +} + +MFBT_API int putenv(char* string) { + static const auto real_putenv = GET_REAL_SYMBOL(putenv); + + pthread_mutex_lock(&gEnvLock); + int result = real_putenv(string); + pthread_mutex_unlock(&gEnvLock); + return result; +} + +MFBT_API int setenv(const char* name, const char* value, int replace) { + static const auto real_setenv = GET_REAL_SYMBOL(setenv); + + pthread_mutex_lock(&gEnvLock); + int result = real_setenv(name, value, replace); + pthread_mutex_unlock(&gEnvLock); + return result; +} + +MFBT_API int unsetenv(const char* name) { + static const auto real_unsetenv = GET_REAL_SYMBOL(unsetenv); + + pthread_mutex_lock(&gEnvLock); + int result = real_unsetenv(name); + pthread_mutex_unlock(&gEnvLock); + return result; +} + +MFBT_API int clearenv(void) { + static const auto real_clearenv = GET_REAL_SYMBOL(clearenv); + + pthread_mutex_lock(&gEnvLock); + int result = real_clearenv(); + pthread_mutex_unlock(&gEnvLock); + return result; +} + +} // extern "C" diff -Nru firefox-esr-102.11.0esr/mozglue/interposers/moz.build firefox-esr-102.12.0esr/mozglue/interposers/moz.build --- firefox-esr-102.11.0esr/mozglue/interposers/moz.build 1970-01-01 00:00:00.000000000 +0000 +++ firefox-esr-102.12.0esr/mozglue/interposers/moz.build 2023-05-29 17:34:34.000000000 +0000 @@ -0,0 +1,24 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# 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/. +Library("interposers") + +DEFINES["IMPL_MFBT"] = True + +UNIFIED_SOURCES += [ + "env_interposer.cpp", +] + +if CONFIG["MOZ_CRASHREPORTER"]: + UNIFIED_SOURCES += [ + "pthread_create_interposer.cpp", + ] + +if CONFIG["MOZ_LINKER"] and CONFIG["MOZ_WIDGET_TOOLKIT"] == "android": + LOCAL_INCLUDES += [ + "/mozglue/linker", + ] + +FINAL_LIBRARY = "mozglue" diff -Nru firefox-esr-102.11.0esr/mozglue/interposers/pthread_create_interposer.cpp firefox-esr-102.12.0esr/mozglue/interposers/pthread_create_interposer.cpp --- firefox-esr-102.11.0esr/mozglue/interposers/pthread_create_interposer.cpp 1970-01-01 00:00:00.000000000 +0000 +++ firefox-esr-102.12.0esr/mozglue/interposers/pthread_create_interposer.cpp 2023-05-29 17:34:35.000000000 +0000 @@ -0,0 +1,108 @@ +/* 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/. */ + +#include + +#include +#include +#include +#include + +#include "mozilla/Assertions.h" +#include "mozilla/DebugOnly.h" + +#include "InterposerHelper.h" + +using mozilla::DebugOnly; + +struct SigAltStack { + void* mem; + size_t size; +}; + +struct PthreadCreateParams { + void* (*start_routine)(void*); + void* arg; +}; + +// Install the alternate signal stack, returns a pointer to the memory area we +// mapped to store the stack only if it was installed successfully, otherwise +// returns NULL. +static void* install_sig_alt_stack(size_t size) { + void* alt_stack_mem = mmap(nullptr, size, PROT_READ | PROT_WRITE, + MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); + if (alt_stack_mem) { + stack_t alt_stack = { + .ss_sp = alt_stack_mem, + .ss_flags = 0, + .ss_size = size, + }; + + int rv = sigaltstack(&alt_stack, nullptr); + if (rv == 0) { + return alt_stack_mem; + } + + rv = munmap(alt_stack_mem, size); + MOZ_ASSERT(rv == 0); + } + + return nullptr; +} + +// Uninstall the alternate signal handler and unmaps it. Does nothing if +// alt_stack_mem is NULL. +static void uninstall_sig_alt_stack(void* alt_stack_ptr) { + SigAltStack* alt_stack = static_cast(alt_stack_ptr); + if (alt_stack->mem) { + stack_t disable_alt_stack = {}; + disable_alt_stack.ss_flags = SS_DISABLE; + DebugOnly rv = sigaltstack(&disable_alt_stack, nullptr); + MOZ_ASSERT(rv == 0); + rv = munmap(alt_stack->mem, alt_stack->size); + MOZ_ASSERT(rv == 0); + } +} + +// This replaces the routine passed to pthread_create() when a thread is +// started, it handles the alternate signal stack and calls the thread's +// actual routine. +void* set_alt_signal_stack_and_start(PthreadCreateParams* params) { + void* (*start_routine)(void*) = params->start_routine; + void* arg = params->arg; + free(params); + + void* thread_rv = nullptr; + static const size_t kSigStackSize = std::max(size_t(16384), size_t(SIGSTKSZ)); + void* alt_stack_mem = install_sig_alt_stack(kSigStackSize); + SigAltStack alt_stack{alt_stack_mem, kSigStackSize}; + pthread_cleanup_push(uninstall_sig_alt_stack, &alt_stack); + thread_rv = start_routine(arg); + pthread_cleanup_pop(1); + + return thread_rv; +} + +extern "C" { +// This interposer replaces libpthread's pthread_create() so that we can +// inject an alternate signal stack in every new thread. +MFBT_API int pthread_create(pthread_t* thread, const pthread_attr_t* attr, + void* (*start_routine)(void*), void* arg) { + static const auto real_pthread_create = GET_REAL_SYMBOL(pthread_create); + + PthreadCreateParams* params = + (PthreadCreateParams*)malloc(sizeof(PthreadCreateParams)); + params->start_routine = start_routine; + params->arg = arg; + + int result = real_pthread_create( + thread, attr, (void* (*)(void*))set_alt_signal_stack_and_start, params); + + if (result != 0) { + free(params); + } + + return result; +} +} diff -Nru firefox-esr-102.11.0esr/mozglue/moz.build firefox-esr-102.12.0esr/mozglue/moz.build --- firefox-esr-102.11.0esr/mozglue/moz.build 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/mozglue/moz.build 2023-05-29 17:34:34.000000000 +0000 @@ -13,6 +13,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "android": DIRS += ["android"] +if CONFIG["OS_ARCH"] == "Linux": + DIRS += ["interposers"] + DIRS += [ "baseprofiler", "build", diff -Nru firefox-esr-102.11.0esr/netwerk/dns/effective_tld_names.dat firefox-esr-102.12.0esr/netwerk/dns/effective_tld_names.dat --- firefox-esr-102.11.0esr/netwerk/dns/effective_tld_names.dat 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/netwerk/dns/effective_tld_names.dat 2023-05-29 17:34:34.000000000 +0000 @@ -5146,52 +5146,60 @@ // Government domains gov.pl ap.gov.pl +griw.gov.pl ic.gov.pl is.gov.pl -us.gov.pl kmpsp.gov.pl +konsulat.gov.pl kppsp.gov.pl -kwpsp.gov.pl -psp.gov.pl -wskr.gov.pl kwp.gov.pl +kwpsp.gov.pl +mup.gov.pl mw.gov.pl -ug.gov.pl -um.gov.pl -umig.gov.pl -ugim.gov.pl -upow.gov.pl -uw.gov.pl -starostwo.gov.pl +oia.gov.pl +oirm.gov.pl +oke.gov.pl +oow.gov.pl +oschr.gov.pl +oum.gov.pl pa.gov.pl +pinb.gov.pl +piw.gov.pl po.gov.pl +pr.gov.pl +psp.gov.pl psse.gov.pl pup.gov.pl rzgw.gov.pl sa.gov.pl +sdn.gov.pl +sko.gov.pl so.gov.pl sr.gov.pl -wsa.gov.pl -sko.gov.pl +starostwo.gov.pl +ug.gov.pl +ugim.gov.pl +um.gov.pl +umig.gov.pl +upow.gov.pl +uppo.gov.pl +us.gov.pl +uw.gov.pl uzs.gov.pl +wif.gov.pl wiih.gov.pl winb.gov.pl -pinb.gov.pl wios.gov.pl witd.gov.pl -wzmiuw.gov.pl -piw.gov.pl wiw.gov.pl -griw.gov.pl -wif.gov.pl -oum.gov.pl -sdn.gov.pl -zp.gov.pl -uppo.gov.pl -mup.gov.pl +wkz.gov.pl +wsa.gov.pl +wskr.gov.pl +wsse.gov.pl wuoz.gov.pl -konsulat.gov.pl -oirm.gov.pl +wzmiuw.gov.pl +zp.gov.pl +zpisdn.gov.pl // pl regional domains (http://www.dns.pl/english/index.html) augustow.pl babia-gora.pl diff -Nru firefox-esr-102.11.0esr/netwerk/protocol/http/ConnectionDiagnostics.cpp firefox-esr-102.12.0esr/netwerk/protocol/http/ConnectionDiagnostics.cpp --- firefox-esr-102.11.0esr/netwerk/protocol/http/ConnectionDiagnostics.cpp 2023-05-04 16:01:17.000000000 +0000 +++ firefox-esr-102.12.0esr/netwerk/protocol/http/ConnectionDiagnostics.cpp 2023-05-29 17:34:34.000000000 +0000 @@ -222,7 +222,7 @@ nsAutoCString requestURI; mRequestHead->RequestURI(requestURI); log.AppendPrintf(" :::: uri = %s\n", requestURI.get()); - log.AppendPrintf(" caps = 0x%x\n", mCaps); + log.AppendPrintf(" caps = 0x%x\n", static_cast(mCaps)); log.AppendPrintf(" priority = %d\n", mPriority); log.AppendPrintf(" restart count = %u\n", mRestartCount); } diff -Nru firefox-esr-102.11.0esr/netwerk/protocol/http/HttpTransactionParent.h firefox-esr-102.12.0esr/netwerk/protocol/http/HttpTransactionParent.h --- firefox-esr-102.11.0esr/netwerk/protocol/http/HttpTransactionParent.h 2023-05-04 16:01:17.000000000 +0000 +++ firefox-esr-102.12.0esr/netwerk/protocol/http/HttpTransactionParent.h 2023-05-29 17:34:34.000000000 +0000 @@ -144,7 +144,7 @@ bool mDataSentToChildProcess{false}; bool mIsDocumentLoad; bool mRestarted{false}; - uint32_t mCaps{0}; + Atomic mCaps{0}; TimeStamp mRedirectStart; TimeStamp mRedirectEnd; diff -Nru firefox-esr-102.11.0esr/netwerk/protocol/http/nsHttpTransaction.h firefox-esr-102.12.0esr/netwerk/protocol/http/nsHttpTransaction.h --- firefox-esr-102.11.0esr/netwerk/protocol/http/nsHttpTransaction.h 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/netwerk/protocol/http/nsHttpTransaction.h 2023-05-29 17:34:34.000000000 +0000 @@ -361,7 +361,7 @@ // the number of times this transaction has been restarted uint16_t mRestartCount{0}; - uint32_t mCaps{0}; + Atomic mCaps{0}; HttpVersion mHttpVersion{HttpVersion::UNKNOWN}; uint16_t mHttpResponseCode{0}; diff -Nru firefox-esr-102.11.0esr/python/sites/build.txt firefox-esr-102.12.0esr/python/sites/build.txt --- firefox-esr-102.11.0esr/python/sites/build.txt 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/python/sites/build.txt 2023-05-29 17:34:34.000000000 +0000 @@ -1,2 +1 @@ -vendored:third_party/python/glean_parser pth:third_party/python/vsdownload diff -Nru firefox-esr-102.11.0esr/python/sites/mach.txt firefox-esr-102.12.0esr/python/sites/mach.txt --- firefox-esr-102.11.0esr/python/sites/mach.txt 2023-05-04 16:01:17.000000000 +0000 +++ firefox-esr-102.12.0esr/python/sites/mach.txt 2023-05-29 17:34:34.000000000 +0000 @@ -75,6 +75,7 @@ vendored:third_party/python/esprima vendored:third_party/python/fluent.migrate vendored:third_party/python/fluent.syntax +vendored:third_party/python/glean_parser vendored:third_party/python/gyp/pylib vendored:third_party/python/idna vendored:third_party/python/idna-ssl diff -Nru firefox-esr-102.11.0esr/python/sites/python-test.txt firefox-esr-102.12.0esr/python/sites/python-test.txt --- firefox-esr-102.11.0esr/python/sites/python-test.txt 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/python/sites/python-test.txt 2023-05-29 17:34:35.000000000 +0000 @@ -1,2 +1 @@ -vendored:third_party/python/glean_parser pypi:pytest==7.0.1 diff -Nru firefox-esr-102.11.0esr/security/certverifier/NSSCertDBTrustDomain.cpp firefox-esr-102.12.0esr/security/certverifier/NSSCertDBTrustDomain.cpp --- firefox-esr-102.11.0esr/security/certverifier/NSSCertDBTrustDomain.cpp 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/security/certverifier/NSSCertDBTrustDomain.cpp 2023-05-29 17:34:34.000000000 +0000 @@ -24,6 +24,7 @@ #include "mozilla/ClearOnShutdown.h" #include "mozilla/PodOperations.h" #include "mozilla/Services.h" +#include "mozilla/StaticPrefs_security.h" #include "mozilla/SyncRunnable.h" #include "mozilla/TimeStamp.h" #include "mozilla/Unused.h" @@ -1715,8 +1716,12 @@ return false; } #endif + nsLiteralCString params = + StaticPrefs::security_osclientcerts_assume_rsa_pss_support() + ? "RSA-PSS"_ns + : ""_ns; return LoadUserModuleAt(kOSClientCertsModuleName, "osclientcerts", dir, - nullptr); + params.get()); } bool LoadLoadableRoots(const nsCString& dir) { diff -Nru firefox-esr-102.11.0esr/security/manager/ssl/StaticHPKPins.h firefox-esr-102.12.0esr/security/manager/ssl/StaticHPKPins.h --- firefox-esr-102.11.0esr/security/manager/ssl/StaticHPKPins.h 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/security/manager/ssl/StaticHPKPins.h 2023-05-29 17:34:35.000000000 +0000 @@ -103,14 +103,18 @@ static const char kGOOGLE_PIN_DigiCertECCSecureServerCAFingerprint[] = "PZXN3lRAy+8tBKk2Ox6F7jIlnzr2Yzmwqc3JnyfXoCw="; +/* GOOGLE_PIN_DigiCertTLSECCP384RootG5 */ +static const char kGOOGLE_PIN_DigiCertTLSECCP384RootG5Fingerprint[] = + "oC+voZLIy4HLE0FVT5wFtxzKKokLDRKY1oNkfJYe+98="; + +/* GOOGLE_PIN_DigiCertTLSRSA4096RootG5 */ +static const char kGOOGLE_PIN_DigiCertTLSRSA4096RootG5Fingerprint[] = + "ape1HIIZ6T5d7GS61YBs3rD4NVvkfnVwELcCRW4Bqv0="; + /* GOOGLE_PIN_GTSCA1O1 */ static const char kGOOGLE_PIN_GTSCA1O1Fingerprint[] = "YZPgTZ+woNCCCIW3LH2CxQeLzB/1m42QcCTBSdgayjs="; -/* GOOGLE_PIN_GeoTrustGlobal */ -static const char kGOOGLE_PIN_GeoTrustGlobalFingerprint[] = - "h6801m+z8v3zbgkRHpq6L29Esgfzhj89C1SyUCOQmqU="; - /* GOOGLE_PIN_GlobalSignRootCA_R2 */ static const char kGOOGLE_PIN_GlobalSignRootCA_R2Fingerprint[] = "iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; @@ -163,6 +167,10 @@ static const char kGlobalSign_Root_CA___R6Fingerprint[] = "aCdH+LpiG4fN07wpXtXKvOciocDANj0daLOJKNJ4fx4="; +/* GlobalSign Root R46 */ +static const char kGlobalSign_Root_R46Fingerprint[] = + "rn+WLLnmp9v3uDP7GPqbcaiRdd+UnCMrap73yz3yu/w="; + /* Go Daddy Class 2 CA */ static const char kGo_Daddy_Class_2_CAFingerprint[] = "VjLZe/p3W/PJnd6lL8JVNBCGQBZynFLdZSTIqcO0SJ8="; @@ -179,6 +187,10 @@ static const char kISRG_Root_X1Fingerprint[] = "C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHFr8M="; +/* ISRG Root X2 */ +static const char kISRG_Root_X2Fingerprint[] = + "diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI="; + /* Let's Encrypt Authority X3 */ static const char kLet_s_Encrypt_Authority_X3Fingerprint[] = "YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg="; @@ -187,14 +199,6 @@ static const char kLet_s_Encrypt_Authority_X4Fingerprint[] = "sRHdihwgkaib1P1gxX8HFszlD+7/gTfNvuAybgLPNis="; -/* SpiderOak2 */ -static const char kSpiderOak2Fingerprint[] = - "7Y3UnxbffL8aFPXsOJBpGasgpDmngpIhAxGKdQRklQQ="; - -/* SpiderOak3 */ -static const char kSpiderOak3Fingerprint[] = - "LkER54vOdlygpTsbYvlpMq1CE/lDAG1AP9xmdtwvV2A="; - /* Starfield Class 2 CA */ static const char kStarfield_Class_2_CAFingerprint[] = "FfFKxFycfaIz00eRZOgTf+Ne4POK6FgYPwhBDqgqxLQ="; @@ -332,27 +336,32 @@ }; static const char* const kPinset_facebook_Data[] = { + kCOMODO_ECC_Certification_AuthorityFingerprint, + kISRG_Root_X1Fingerprint, + kUSERTrust_ECC_Certification_AuthorityFingerprint, + kGlobalSign_Root_CAFingerprint, kGOOGLE_PIN_DigiCertECCSecureServerCAFingerprint, + kDigiCert_Trusted_Root_G4Fingerprint, kDigiCert_High_Assurance_EV_Root_CAFingerprint, + kGlobalSign_Root_CA___R6Fingerprint, + kGOOGLE_PIN_DigiCertTLSRSA4096RootG5Fingerprint, + kGlobalSign_Root_CA___R3Fingerprint, + kISRG_Root_X2Fingerprint, kGOOGLE_PIN_SymantecClass3EVG3Fingerprint, + kCOMODO_RSA_Certification_AuthorityFingerprint, + kDigiCert_Global_Root_G2Fingerprint, + kGOOGLE_PIN_DigiCertTLSECCP384RootG5Fingerprint, kFacebookBackupFingerprint, + kDigiCert_Global_Root_CAFingerprint, + kGlobalSign_Root_R46Fingerprint, + kDigiCert_Global_Root_G3Fingerprint, + kUSERTrust_RSA_Certification_AuthorityFingerprint, }; static const StaticFingerprints kPinset_facebook = { sizeof(kPinset_facebook_Data) / sizeof(const char*), kPinset_facebook_Data }; -static const char* const kPinset_spideroak_Data[] = { - kSpiderOak2Fingerprint, - kSpiderOak3Fingerprint, - kDigiCert_High_Assurance_EV_Root_CAFingerprint, - kGOOGLE_PIN_GeoTrustGlobalFingerprint, -}; -static const StaticFingerprints kPinset_spideroak = { - sizeof(kPinset_spideroak_Data) / sizeof(const char*), - kPinset_spideroak_Data -}; - static const char* const kPinset_yahoo_Data[] = { kDigiCert_Assured_ID_Root_CAFingerprint, kGlobalSign_Root_CAFingerprint, @@ -799,7 +808,6 @@ { "services.mozilla.com", true, false, true, 6, &kPinset_mozilla_services }, { "sg.search.yahoo.com", false, true, false, -1, &kPinset_yahoo }, { "sites.google.com", true, false, false, -1, &kPinset_google_root_pems }, - { "spideroak.com", true, false, false, -1, &kPinset_spideroak }, { "spreadsheets.google.com", true, false, false, -1, &kPinset_google_root_pems }, { "static.googleadsserving.cn", true, false, false, -1, &kPinset_google_root_pems }, { "stats.g.doubleclick.net", true, false, false, -1, &kPinset_google_root_pems }, @@ -865,8 +873,8 @@ { "zh.search.yahoo.com", false, true, false, -1, &kPinset_yahoo }, }; -// Pinning Preload List Length = 482; +// Pinning Preload List Length = 481; static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1691405059981000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1693824199840000); diff -Nru firefox-esr-102.11.0esr/security/manager/ssl/nsSTSPreloadList.inc firefox-esr-102.12.0esr/security/manager/ssl/nsSTSPreloadList.inc --- firefox-esr-102.11.0esr/security/manager/ssl/nsSTSPreloadList.inc 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/security/manager/ssl/nsSTSPreloadList.inc 2023-05-29 17:34:34.000000000 +0000 @@ -8,7 +8,7 @@ /*****************************************************************************/ #include -const PRTime gPreloadListExpirationTime = INT64_C(1693824255899000); +const PRTime gPreloadListExpirationTime = INT64_C(1696243396030000); %% 0--1.de, 1 0-0.io, 1 @@ -34,7 +34,6 @@ 000a9.com, 1 000g.ru, 1 000x2.com, 1 -000x3.com, 1 0010100.net, 1 0011011.xyz, 1 00120012.net, 1 @@ -72,7 +71,6 @@ 0057552.com, 1 0066.in, 1 0067552.com, 1 -0077552.com, 1 007d88.com, 1 007kf.com, 1 007sascha.de, 0 @@ -325,7 +323,6 @@ 084709.com, 1 085851.com, 0 086486.com, 1 -087010.com, 1 08845.cc, 1 089818.com, 1 08detaxe.fr, 1 @@ -351,7 +348,6 @@ 09kanagawa.jp, 1 0akarma.me, 1 0au.de, 0 -0c.gay, 1 0c3.de, 1 0carbon.com, 1 0cdn.ga, 1 @@ -374,6 +370,7 @@ 0n.com, 1 0n3b1t.com, 1 0nestudio.com, 0 +0nnn.top, 1 0o0.edu.pl, 1 0o0.ooo, 1 0o0o.biz, 1 @@ -471,7 +468,7 @@ 1000rubley.ml, 1 1000serien.com, 1 1000wordsevents.com, 0 -1001faire-part.fr, 1 +1001cachimbas.es, 1 1001fonts.com, 1 1001home.cf, 1 1001kartini.com, 1 @@ -542,7 +539,6 @@ 1024.ee, 1 1024.kr, 1 1025.ga, 1 -1031ex.com, 1 10365e.com, 1 10365f.com, 1 10365g.com, 1 @@ -579,7 +575,6 @@ 10media.ru, 1 10mijlvanijmuiden.tk, 1 10milliondollarpage.com, 1 -10minutesemail.net, 0 10must.com, 1 10news.com, 1 10og.de, 1 @@ -678,7 +673,6 @@ 115.one, 1 115z6.com, 1 11665835.com, 0 -116ks.com, 1 1174healing.com, 1 117766.xyz, 1 1177z6.com, 1 @@ -855,6 +849,7 @@ 11zzkk.com, 1 11zztt.com, 1 12.ag, 1 +12.digital, 1 1200.cf, 1 12006.com, 1 120percent-inc.com, 1 @@ -915,6 +910,7 @@ 123derivatives.com, 1 123djdrop.com, 1 123e.tk, 1 +123emprego.com, 1 123freebrushes.com, 1 123freevectors.com, 1 123gostovanje.si, 1 @@ -942,7 +938,6 @@ 124133.com, 1 1244.tk, 1 1244546066.rsc.cdn77.org, 1 -125-rue.com, 1 12517.com, 1 12554.com, 1 12557.com, 1 @@ -1185,7 +1180,6 @@ 16561166.com, 1 16561177.com, 1 16561188.com, 1 -16561199.com, 1 1661237.com, 1 166166.com, 1 166jk.cc, 1 @@ -1206,7 +1200,6 @@ 16836599.com, 1 168365t.com, 1 168esb.com, 1 -168fff.cc, 1 168z6.com, 1 168zz.cc, 1 16974.cc, 1 @@ -1475,7 +1468,6 @@ 19990zz.com, 1 199ks.com, 1 19area.cn, 1 -19gold.com, 1 19hundert84.de, 1 1a-diamantscheiben.de, 1 1a-hyp.de, 1 @@ -1610,6 +1602,7 @@ 1volcano.ru, 1 1voz.org, 1 1vpns.com, 1 +1vs2.by, 1 1way.faith, 1 1whw.co.uk, 1 1whw.uk, 1 @@ -1837,6 +1830,7 @@ 2000feet.tk, 1 2000meter.no, 0 2001y.me, 0 +2002000.xyz, 1 200201.xyz, 1 2007-g8.tk, 1 20071019780415.com, 1 @@ -1906,26 +1900,18 @@ 21appart.com, 1 21cbd.com, 1 21ce.com, 1 -21domain.com, 1 21done.ph, 1 -21eb.com, 1 21er.com, 1 -21expo.com, 1 21football.com, 1 -21god.com, 1 -21gou.com, 1 21green.com, 1 21isp.com, 1 21jobs.com, 1 21kampus.com, 1 21lab.co, 1 21love.com, 1 -21new.com, 1 21nurse.com, 1 21ol.com, 1 -21pet.com, 1 21photo.com, 1 -21property.com, 1 21risk.com, 1 21run.com, 1 21soccer.com, 1 @@ -2085,6 +2071,7 @@ 233hub.org, 1 233hugo.com, 1 233image.land, 1 +233leyuan.top, 1 233ss.net, 1 233try.com, 1 233v2.com, 1 @@ -2172,7 +2159,6 @@ 24gis.com, 1 24go.me, 1 24h.com.br, 1 -24heaven.com, 1 24hod.com, 1 24hour-locksmithsanantonio.com, 1 24hourcyclist.co.uk, 1 @@ -2181,11 +2167,8 @@ 24hourlocksmithspring.com, 1 24hourscienceprojects.com, 1 24hrbrandbash.com, 1 -24hunter.com, 1 24images.com, 1 24k.co.jp, 1 -24kbet.com, 1 -24livene.com, 1 24london.com, 1 24meg.com, 1 24monitor.com, 1 @@ -2202,7 +2185,6 @@ 24webserver.eu, 1 24webservice.nl, 1 24x7aircargoservices.co.in, 1 -24zpravy.cz, 1 2500.cf, 1 2502.net, 1 250708.com, 1 @@ -2293,7 +2275,6 @@ 2bitboer.com, 1 2bitout.com, 1 2blazing.cf, 1 -2boost.com, 1 2bougie.com, 1 2bu2t.online, 1 2bu2t.ru, 1 @@ -2367,7 +2348,6 @@ 2manydits.com, 1 2manydots.nl, 1 2mb.solutions, 1 -2melo.fr, 1 2mfitnessduo.com, 1 2milebridge.com, 1 2mileservice.com, 1 @@ -2424,7 +2404,6 @@ 301.one, 0 301.sh, 1 301.technology, 1 -3033888.com, 1 30375500.com, 1 30375533.com, 1 3056999.com, 1 @@ -2498,7 +2477,6 @@ 31fss.marketing, 1 31fss.net, 1 31fss.support, 1 -31fsspo.net, 1 320281.net, 1 320331.com, 0 321132.com, 1 @@ -2517,6 +2495,11 @@ 33-km.ru, 1 3306.io, 1 33132.com, 1 +33132a.com, 1 +33132b.com, 1 +33132c.com, 1 +33132d.com, 1 +33132e.com, 1 33138app.com, 1 33138vip.com, 1 33168365.com, 1 @@ -2534,7 +2517,6 @@ 33445111.com, 1 33445222.com, 1 33445444.com, 1 -3345.com, 1 335a.cc, 0 336yh.com, 1 338393.com, 1 @@ -2653,14 +2635,13 @@ 3602020.xyz, 1 360365.com, 1 360bcty.com, 1 -360buyer.com, 1 -360china.com, 1 360cycling.com.br, 1 360degreecloud.com, 1 360dental.com, 1 360dialog.com, 1 360e-commerce.de, 1 360e-commerce.net, 1 +360ecogroup.com, 1 360ecommerce.de, 1 360ecommerce.net, 1 360faces.com, 1 @@ -2672,10 +2653,7 @@ 360organic.com, 1 360prokuvat.fi, 1 360rail.nl, 1 -360saxess.com, 1 360spider.com, 1 -360stone.com, 1 -360sushi.com, 1 360system.com, 1 360tr.com, 1 360trust.com, 1 @@ -2728,7 +2706,6 @@ 3654.vip, 1 3655053.com, 1 36554ll.com, 0 -36554mm.com, 0 3655612.com, 0 3655623.com, 0 3655634.com, 0 @@ -2777,7 +2754,6 @@ 365fast.com, 1 365healthworld.com, 1 365iosapp.com, 0 -365jeans.com, 1 365labs.cloud, 1 365nnnn.com, 0 365pet.com, 1 @@ -3022,7 +2998,6 @@ 3dranger.com, 1 3dreal.tk, 1 3dscanners.co.uk, 1 -3dscenes.com, 1 3dsites.tk, 1 3dsmarket.com, 1 3dstandard.com, 1 @@ -3160,7 +3135,6 @@ 3pif.de, 1 3pillarglobal.com, 1 3plusdesign.gr, 1 -3plwow.com, 1 3pm.tw, 1 3prn.com, 1 3proxy.org, 1 @@ -3220,7 +3194,6 @@ 40010monogatari.com, 1 4005365.com, 1 4008810.com, 1 -400china.com, 1 400yaahc.gov, 1 401ksite.com, 1 4025360.com, 1 @@ -3293,8 +3266,7 @@ 42gears.com, 1 42l.fr, 1 42t.ru, 1 -42usd.com, 1 -4305design.com.au, 1 +4305design.com.au, 0 432666365.com, 1 432web.net, 1 4333.cf, 1 @@ -3384,6 +3356,7 @@ 455328.com, 1 4553s.com, 1 4553vip.com, 1 +455555.xyz, 1 45636565.com, 1 456365t.com, 1 4566321.com, 1 @@ -3394,7 +3367,6 @@ 458663.com, 1 45b.org, 1 45min.ga, 1 -45secondes.fr, 1 463855.com, 1 4661049.com, 1 46bf.com, 1 @@ -3426,17 +3398,16 @@ 491mhz.net, 1 4927a.com, 0 492977.com, 0 -492y.com, 1 +492y.com, 0 493455.com, 1 497552.com, 0 497891.com, 1 -498663.com, 0 49889.com, 1 49948522.com, 1 499ks.net, 1 4ads.de, 1 4ae86.com, 1 -4allpromos.com, 1 +4allpromos.com, 0 4am.click, 1 4armed.com, 1 4baby.com.br, 1 @@ -3459,7 +3430,9 @@ 4digitiq.nl, 1 4dillusion.tk, 1 4dimension.net, 1 +4diss.us, 1 4dplay.com, 1 +4dsignworx.com, 1 4dsoft.com, 1 4everdosti.tk, 1 4everproxy.com, 1 @@ -3486,7 +3459,6 @@ 4investors.de, 1 4iplatform.com, 1 4iq.lt, 1 -4just.com, 1 4k3dyptt.com, 1 4kpi.eu, 1 4kprojektory.cz, 1 @@ -3500,7 +3472,6 @@ 4meizu.ru, 1 4mm.org, 1 4motionsgmbh.de, 1 -4muscle.com, 1 4nature.com, 1 4netguides.org, 1 4nikola.de, 1 @@ -3525,7 +3496,6 @@ 4smart.cz, 1 4smart.house, 1 4sun.cf, 1 -4swmstl.com, 1 4tgw34.tk, 1 4th-ave-studio.com, 1 4thfebruary.tk, 1 @@ -3674,7 +3644,6 @@ 51club8.com, 1 51collection.com, 1 51cps.com, 1 -51daxue.com, 1 51dazhe.com, 1 51dinghuo.com, 1 51fish.com, 1 @@ -3689,7 +3658,6 @@ 51logo.com, 1 51motor.com, 1 51nurse.com, 1 -51patent.com, 1 51photos.com, 1 51pic.com, 1 51pig.com, 1 @@ -3697,7 +3665,6 @@ 51power.com, 1 51resume.com, 1 51rose.com, 1 -51sell.com, 1 51senluo.com, 1 51share.com, 1 51shoes.com, 1 @@ -3745,7 +3712,6 @@ 5219.ml, 1 521keyvista.com, 1 5225sf.com, 1 -5287.com, 1 528sss.com, 1 529kb.com, 1 529sss.com, 1 @@ -3759,13 +3725,11 @@ 52fish.com, 1 52fss.com, 1 52fss.marketing, 1 -52happy.com, 1 52hentai.ml, 1 52itt.com, 1 52kb1.com, 1 52kb365.com, 0 52ncp.net, 1 -52share.com, 1 52sykb.com, 0 52weekspodcast.com, 1 52xuanmi.com, 1 @@ -3795,6 +3759,7 @@ 55365t.com, 1 5536z.com, 1 555321365.com, 1 +555554.xyz, 1 5557552.com, 1 555bet86.com, 1 555btt.com, 1 @@ -3869,7 +3834,6 @@ 5611.cf, 1 5611bet.com, 1 5622bet.com, 1 -562656.com, 1 562956.com, 1 563398.com, 1 5633bet.com, 1 @@ -3898,7 +3862,6 @@ 5795887.com, 1 5796.org, 1 5797.org, 1 -581018.com, 0 582303.com, 1 582343.com, 1 585380.com, 1 @@ -3980,11 +3943,9 @@ 5chat.it, 1 5dm.tv, 1 5drachenschule.de, 1 -5dtech.com, 1 5e.tools, 1 5eki.jp, 0 5escorts.com, 1 -5factum.com, 1 5francs.com, 1 5g.co.uk, 1 5gb.space, 1 @@ -4015,7 +3976,6 @@ 5thchichesterscouts.org.uk, 1 5thfloormedia.com, 1 5thgenrams.com, 1 -5thmedia.com, 1 5tiptop.com, 1 5top.nl, 1 5u15.com, 1 @@ -4026,8 +3986,6 @@ 6.vu, 1 600cao.com, 1 600k8.com, 0 -602yb.com, 1 -603yb.com, 1 604windswell.ca, 1 6060fm.tk, 1 6080.ga, 1 @@ -4057,7 +4015,6 @@ 61fss.net, 1 620207.com, 1 620862.com, 1 -621162.com, 1 621kb.com, 1 621nn.com, 0 622812.com, 1 @@ -4071,7 +4028,7 @@ 632025.com, 1 632026.com, 1 632027.com, 1 -632035.com, 1 +632035.com, 0 632040.com, 1 632045.com, 1 632046.com, 1 @@ -4116,9 +4073,9 @@ 639666666.com, 0 63967777.com, 1 639677777.com, 0 -63968888.com, 1 +63968888.com, 0 639688888.com, 1 -63969999.com, 1 +63969999.com, 0 639699999.com, 0 6396aaa.com, 1 6396bbb.com, 1 @@ -4145,7 +4102,6 @@ 64970.com, 1 64bitgaming.de, 1 64i.de, 1 -64media.com, 1 650.org, 1 65131a.com, 1 65131b.com, 1 @@ -4179,11 +4135,35 @@ 658565.com, 1 659265.com, 1 65d88.com, 1 +6601.cf, 1 +6602.cf, 1 6602p.com, 1 +6603.cf, 1 +6604.cf, 1 +6605.cf, 1 +6606.cf, 1 +6607.cf, 1 +6608.cf, 1 +6609.cf, 1 +6610.cf, 1 +6612.cf, 1 +6613.cf, 1 661326.com, 1 +6614.cf, 1 +6615.cf, 1 +6616.cf, 1 66168365.com, 1 6616fc.com, 1 +6617.cf, 1 +6618.cf, 1 +6619.cf, 1 661z6.com, 1 +6620.cf, 1 +6623.cf, 1 +6624.cf, 1 +6625.cf, 1 +6626.cf, 1 +6627.cf, 1 66321365.com, 1 6633445.com, 1 663365666.com, 1 @@ -4202,7 +4182,9 @@ 663365k.vip, 1 663651.com, 0 664048.com, 0 +6660.cf, 1 6660111.ru, 1 +6661.cf, 1 666111bet.com, 1 666222bet.com, 1 666321365.com, 1 @@ -4361,7 +4343,6 @@ 6729qq.co, 1 6729qq.com, 0 6729r.co, 1 -6729r.com, 0 6729rr.co, 1 6729rr.com, 1 6729s.co, 1 @@ -4412,6 +4393,7 @@ 677354.com, 1 677364.com, 1 677384.com, 1 +6777.cf, 1 67836565.com, 1 678365app.com, 0 678365cc.com, 0 @@ -4446,7 +4428,6 @@ 692269.com, 1 692b8c32.de, 1 693369.com, 1 -69420.reviews, 1 695660.com, 1 6957.co, 1 6957a.co, 1 @@ -4531,7 +4512,6 @@ 6play.fr, 1 6t-montjoye.org, 1 6thmarch.com, 1 -6v.vc, 1 6wbz.com, 1 6x6project.com, 1 7-it.ml, 1 @@ -4556,12 +4536,12 @@ 709129.com, 1 709644.com, 1 70mpg.org, 1 +7100.cf, 1 712kb.com, 1 713367.com, 0 71365365.com, 0 713kb.com, 1 716176.com, 0 -716331.com, 0 7177bet.com, 1 717966833.xyz, 1 718113.com, 0 @@ -4600,6 +4580,7 @@ 740cashbuyers.com, 1 743365.com, 1 74365365.com, 1 +7444.cf, 1 746104.com, 1 7478vip1.cc, 1 7478vip2.cc, 1 @@ -4662,7 +4643,6 @@ 7733445.com, 1 773buy.com, 1 775018.com, 0 -777.tf, 1 777365t.com, 1 7776321.com, 0 7776365.com, 1 @@ -4677,7 +4657,6 @@ 77909c.com, 1 77909d.com, 1 77909dhz.com, 1 -77909dhzapp.com, 1 77909e.com, 1 77909f.com, 1 77909g.com, 1 @@ -4753,9 +4732,7 @@ 787k3.com, 1 787kb.com, 1 7885765.com, 1 -7888813.com, 1 7888815.com, 1 -7888821.com, 1 788zzz.com, 1 7891553.com, 1 7891997.com, 1 @@ -4834,7 +4811,6 @@ 800perkins.com, 1 800sports.com, 1 800tea.com, 1 -800web.com, 1 8010d88.com, 1 8012d88.com, 1 8017d.com, 1 @@ -4882,6 +4858,7 @@ 80motorsclub.tk, 1 80thcork.com, 1 81.cz, 1 +8100.cf, 1 8102d.com, 1 8102d88.com, 1 8106365.com, 0 @@ -5032,6 +5009,7 @@ 83kb88.com, 1 84036.ml, 1 842844.com, 1 +8444.cf, 1 846773.com, 1 848jz.com, 1 848sf.com, 1 @@ -5116,7 +5094,7 @@ 869kb.com, 1 86kb88.com, 1 86metro.ru, 1 -870.cc, 1 +870.cc, 0 872291.com, 1 8722ph.com, 1 8722usa.com, 1 @@ -5127,7 +5105,7 @@ 877027.com, 1 877287.com, 1 877791.com, 1 -878365bb.com, 1 +878365bb.com, 0 878365c.com, 1 878365cn.com, 1 878365ii.com, 1 @@ -5220,7 +5198,6 @@ 888666pj.com, 1 888700.xyz, 1 888789j.com, 1 -8887999.com, 0 888806.xyz, 1 88881.pw, 0 888888722.com, 1 @@ -5325,6 +5302,7 @@ 88yule16.com, 1 88yule7.com, 1 88yule9.com, 1 +8900.cf, 1 8900d.com, 1 890238.com, 1 8906d.com, 1 @@ -5409,27 +5387,130 @@ 9-11commission.gov, 1 9.lviv.ua, 1 90.cx, 1 +9002.cf, 1 +9003.cf, 1 +9004.cf, 1 +9005.cf, 1 9005424.com, 1 +9006.cf, 1 +9007.cf, 1 9009019.com, 0 900hosting.com, 1 900k8.com, 1 900pk.com, 1 +9011.cf, 1 +9012.cf, 1 +9013.cf, 1 +9014.cf, 1 +9015.cf, 1 901543.com, 1 +9016.cf, 1 +9018.cf, 1 +9019.cf, 1 902.gr, 1 +9020.cf, 1 +9021.cf, 1 9021.io, 1 +9022.cf, 1 +9023.cf, 1 9023n.com, 1 9023w.com, 1 -9060989.com, 1 +9024.cf, 1 +9025.cf, 1 +9026.cf, 1 +9028.cf, 1 +9029.cf, 1 +9030.cf, 1 +9031.cf, 1 +9032.cf, 1 +9033.cf, 1 +9034.cf, 1 +9035.cf, 1 +9036.cf, 1 +9037.cf, 1 +9038.cf, 1 +9039.cf, 1 +9040.cf, 1 +9041.cf, 1 +9042.cf, 1 +9043.cf, 1 +9044.cf, 1 +9045.cf, 1 +9046.cf, 1 +9047.cf, 1 +9048.cf, 1 +9049.cf, 1 +9050.cf, 1 +9051.cf, 1 +9052.cf, 1 +9053.cf, 1 +9055.cf, 1 +9056.cf, 1 +9057.cf, 1 +9058.cf, 1 +9059.cf, 1 +9060.cf, 1 +9061.cf, 1 +9062.cf, 1 +9063.cf, 1 +9064.cf, 1 +9065.cf, 1 +9066.cf, 1 +9067.cf, 1 +9068.cf, 1 +9069.cf, 1 +9070.cf, 1 9070989.com, 1 +9071.cf, 1 +9073.cf, 1 +9074.cf, 1 +9075.cf, 1 +9076.cf, 1 +9077.cf, 1 +9078.cf, 1 907856.com, 1 +9079.cf, 1 +9080.cf, 1 +9081.cf, 1 +9082.cf, 1 +9085.cf, 1 +9086.cf, 1 +9087.cf, 1 +9088.cf, 1 +9090.cf, 1 +9091.cf, 1 90920.cn, 1 +9093.cf, 1 +9094.cf, 1 +9095.cf, 1 +9096.cf, 1 +9097.cf, 1 +9098.cf, 1 90daydiet.org, 1 90minut.com, 1 90r.jp, 1 90splease.com, 1 +9100.cf, 1 +9100.ga, 1 +9100.gq, 1 +9100.ml, 1 +9101.cf, 1 +9102.cf, 1 +9103.cf, 1 +9104.cf, 1 +9105.cf, 1 +9106.cf, 1 +9107.cf, 1 +9108.cf, 1 +9109.cf, 1 911.gov, 1 9111s.ru, 1 911216.xyz, 1 +9113.cf, 1 +9114.cf, 1 +9115.cf, 1 +9116.cf, 1 +9117.cf, 1 9118.com, 1 9118.hk, 0 9118.la, 1 @@ -5439,15 +5520,73 @@ 911commission.gov, 1 911dispatcheredu.org, 1 911pestpatrol.com, 1 +9120.cf, 1 +9121.cf, 1 912191.com, 1 +9122.cf, 1 +9123.cf, 1 +9124.cf, 1 +9125.cf, 1 +9126.cf, 1 +9127.cf, 1 912791.com, 1 912891.com, 1 +9129.cf, 1 +912912.xyz, 1 +9130.cf, 1 +9131.cf, 1 +9132.cf, 1 913291.com, 1 +9133.cf, 1 913391.com, 1 +9134.cf, 1 +9135.cf, 1 +9136.cf, 1 913691.com, 1 +9137.cf, 1 +9139.cf, 1 +9140.cf, 1 +9141.cf, 1 +9142.cf, 1 +9143.cf, 1 +9144.cf, 1 +9145.cf, 1 +9146.cf, 1 +9147.cf, 1 +9148.cf, 1 +9149.cf, 1 +9150.cf, 1 +9151.cf, 1 +9152.cf, 1 +9153.cf, 1 +9154.cf, 1 +9155.cf, 1 +9156.cf, 1 +9157.cf, 1 +9159.cf, 1 915991.com, 1 +9160.cf, 1 +9161.cf, 1 +9162.cf, 1 +9164.cf, 1 +9165.cf, 1 +9166.cf, 1 +9167.cf, 1 +9168.cf, 1 +9169.cf, 1 +9170.cf, 1 +9171.cf, 1 +9172.cf, 1 +9173.cf, 1 +9174.cf, 1 +9175.cf, 1 +9176.cf, 1 +9177.cf, 1 +9179.cf, 1 917991.com, 1 918-siteinfo.com, 1 +9180.cf, 1 +9181.cf, 1 918116.com, 1 9181181.com, 1 9181182.com, 1 @@ -5457,9 +5596,14 @@ 9181186.com, 1 9181187.com, 1 9181189.com, 1 +9182.cf, 1 9182289.com, 1 +9183.cf, 1 +9184.cf, 1 +9185.cf, 1 9186.fun, 1 9186119.com, 1 +9187.cf, 1 918991.com, 1 918991a.com, 1 918991b.com, 1 @@ -5478,7 +5622,23 @@ 918dc19.com, 1 918kisse.com, 1 918kissinw.com, 1 +9190.cf, 1 +919101.xyz, 1 +919102.xyz, 1 +919103.xyz, 1 +919104.xyz, 1 +919105.xyz, 1 +919106.xyz, 1 +919107.xyz, 1 +919108.xyz, 1 +919109.xyz, 1 +919110.xyz, 1 +9193.cf, 1 919391.com, 1 +9194.cf, 1 +9195.cf, 1 +9197.cf, 1 +9198.cf, 1 919898.com, 1 91beauty.com, 1 91d52.com, 1 @@ -5492,14 +5652,56 @@ 91imh.com, 1 91milk.net, 0 91news.tk, 1 -91pro.org, 1 91tianmi.com, 0 91tvg.com, 1 +9200.cf, 1 +9200.ml, 1 +9201.cf, 1 +9202.cf, 1 +9203.cf, 1 920392.com, 1 +9204.cf, 1 +9205.cf, 1 +9206.cf, 1 +9207.cf, 1 +9208.cf, 1 +9209.cf, 1 +9210.cf, 1 +9212.cf, 1 +9214.cf, 1 +9215.cf, 1 +9216.cf, 1 +9217.cf, 1 921792.com, 1 +9218.cf, 1 921892.com, 1 +9219.cf, 1 +9220.cf, 1 +9221.cf, 1 +9223.cf, 1 +9224.cf, 1 +9225.cf, 1 +9226.cf, 1 +9227.cf, 1 +9228.cf, 1 +9230.cf, 1 +9231.cf, 1 +9232.cf, 1 +9233.cf, 1 +9234.cf, 1 +9235.cf, 1 +9236.cf, 1 923601.com, 1 +9237.cf, 1 +9239.cf, 1 +9240.cf, 1 +9241.cf, 1 +9242.cf, 1 +9243.cf, 1 +9245.cf, 1 924592.com, 1 +9246.cf, 1 +9247.cf, 1 924892.com, 1 924992.com, 1 925892.com, 1 @@ -5570,13 +5772,73 @@ 9297yy.co, 1 9297z.co, 1 9297zz.co, 1 -929892.com, 1 92url.com, 1 +9301.cf, 1 +9302.cf, 1 +9303.cf, 1 +9304.cf, 1 9304dh5.vip, 1 +9305.cf, 1 +9306.cf, 1 +9307.cf, 1 +9308.cf, 1 +9309.cf, 1 +9310.cf, 1 +9311.cf, 1 +9312.cf, 1 +9313.cf, 1 +9314.cf, 1 +9315.cf, 1 931593.com, 1 +9316.cf, 1 +9317.cf, 1 +9318.cf, 1 +9319.cf, 1 +9320.cf, 1 +9321.cf, 1 +9322.cf, 1 +9323.cf, 1 +9324.cf, 1 +9325.cf, 1 +9326.cf, 1 +9327.cf, 1 +9328.cf, 1 +9329.cf, 1 932993.com, 1 +9330.cf, 1 +9331.cf, 1 +9332.cf, 1 +9334.cf, 1 +9335.cf, 1 +9336.cf, 1 +9337.cf, 1 +9338.cf, 1 +9339.cf, 1 +9340.cf, 1 +9341.cf, 1 +9342.cf, 1 +9343.cf, 1 934365.com, 1 +9344.cf, 1 +9345.cf, 1 +9347.cf, 1 +9348.cf, 1 +9349.cf, 1 +9351.cf, 1 +9352.cf, 1 +9353.cf, 1 +9354.cf, 1 +9355.cf, 1 +9356.cf, 1 +9357.cf, 1 +9358.cf, 1 +9359.cf, 1 935themix.com, 1 +9360.cf, 1 +9361.cf, 1 +9362.cf, 1 +9363.cf, 1 +9364.cf, 1 93644.com, 0 93644a.com, 0 93644b.com, 0 @@ -5585,14 +5847,45 @@ 93644x.com, 0 93644y.com, 0 93644z.com, 0 +9365.cf, 1 +9366.cf, 1 +9367.cf, 1 +9368.cf, 1 +9369.cf, 1 +9370.cf, 1 937093.com, 1 +9371.cf, 1 +9372.cf, 1 +9373.cf, 1 +9374.cf, 1 937493.com, 1 +9375.cf, 1 +9376.cf, 1 937693.com, 1 +9377.cf, 1 +9378.cf, 1 937893.com, 1 +9379.cf, 1 +9381.cf, 1 938193.com, 1 +9382.cf, 1 +9383.cf, 1 +9384.cf, 1 +9385.cf, 1 +9386.cf, 1 +9387.cf, 1 +9388.cf, 1 +9389.cf, 1 +9390.cf, 1 +9391.cf, 1 +9392.cf, 1 +9393.cf, 1 939394.org, 1 939394.xyz, 1 939493.com, 1 +9395.cf, 1 +9396.cf, 1 +9397.cf, 1 9397a.com, 1 9397b.com, 1 9397bb.com, 0 @@ -5639,15 +5932,27 @@ 9397yy.com, 0 9397z.com, 0 9397zz.com, 0 +9398.cf, 1 939wns.com, 1 93ag8.com, 1 93cq.com, 1 93jc.cn, 1 +9401.cf, 1 +9402.cf, 1 +9403.cf, 1 +9404.cf, 1 +9405.cf, 1 +9406.cf, 1 +9407.cf, 1 +9409.cf, 1 +9410.cf, 1 +9411.cf, 1 9412220.de, 1 9417k.cf, 1 9417k.com, 1 941988.cn, 1 943359.com, 1 +9444.cf, 1 9449-27a1-22a1-e0d9-4237-dd99-e75e-ac85-2f47-9d34.de, 1 944cq.com, 1 946321.com, 1 @@ -5691,40 +5996,158 @@ 9499mmmm.com, 1 9499xxx.com, 0 9499yl.com, 1 -94imk.com, 1 95-the-mix.com, 1 +9500.cf, 1 +9501.cf, 1 +9502.cf, 1 +9503.cf, 1 +9504.cf, 1 +9505.cf, 1 +9506.cf, 1 +9507.cf, 1 +9508.cf, 1 +9509.cf, 1 +9510.cf, 1 95105.com, 1 95107.com, 1 95108.com, 1 +9511.cf, 1 +9512.cf, 1 +9513.cf, 1 +9514.cf, 1 +9515.cf, 1 +9516.cf, 1 +9517.cf, 1 +9519.cf, 1 951thebull.com, 1 +9522.cf, 1 +9523.cf, 1 +9524.cf, 1 +9525.cf, 1 +9528.cf, 1 +9529.cf, 1 +9531.cf, 1 +9532.cf, 1 +9533.cf, 1 +9534.cf, 1 +9535.cf, 1 +9536.cf, 1 +9537.cf, 1 +9538.cf, 1 +9539.cf, 1 +9540.cf, 1 +9541.cf, 1 +9542.cf, 1 +9543.cf, 1 +9544.cf, 1 +9545.cf, 1 +9546.cf, 1 +9547.cf, 1 +9548.cf, 1 +9549.cf, 1 +9550.cf, 1 95500.com, 1 +9551.cf, 1 95518.com, 1 95519.com, 1 +9552.cf, 1 +9553.cf, 1 +9554.cf, 1 95544.com, 1 95558.com, 1 95559.com, 1 +9556.cf, 1 95566.com, 1 95567.com, 1 95568.com, 1 +9557.cf, 1 95577.com, 1 +9558.cf, 1 +9559.cf, 1 +9560.cf, 1 +9561.cf, 1 +9562.cf, 1 +9564.cf, 1 +9565.cf, 1 +9566.cf, 1 +9567.cf, 1 +9568.cf, 1 +9569.cf, 1 956jj.com, 0 +9570.cf, 1 95700.com, 1 +9571.cf, 1 +9572.cf, 1 +9573.cf, 1 +9574.cf, 1 +9575.cf, 1 +9576.cf, 1 +9578.cf, 1 +9579.cf, 1 +9580.cf, 1 95808.com, 1 +9581.cf, 1 +9582.cf, 1 95828.com, 1 +9584.cf, 1 +9585.cf, 1 +9586.cf, 1 95868457.xyz, 1 +9587.cf, 1 9588.com.cn, 1 +9590.cf, 1 +9591.cf, 1 +9592.cf, 1 +9593.cf, 1 +9594.cf, 1 +9595.cf, 1 +9596.cf, 1 959606.com, 1 +9597.cf, 1 95996.com, 1 +9600.cf, 1 96002.com, 0 +9601.cf, 1 +9602.cf, 1 +9603.cf, 1 960303.xyz, 1 +9604.cf, 1 +9605.cf, 1 +9606.cf, 1 +9607.cf, 1 +9608.cf, 1 +9609.cf, 1 960server.net.co, 1 +9610.cf, 1 +9611.cf, 1 +9612.cf, 1 +9613.cf, 1 +9614.cf, 1 +9615.cf, 1 +9616.cf, 1 +9617.cf, 1 9617818.com, 1 9617818.net, 1 +9618.cf, 1 96181.com, 1 +9619.cf, 1 +9620.cf, 1 96200.com, 1 +9621.cf, 1 +9622.cf, 1 96220.com, 1 96229.com, 1 +9623.cf, 1 +9624.cf, 1 +9625.cf, 1 +9626.cf, 1 +9628.cf, 1 +9629.cf, 1 +9630.cf, 1 +9631.cf, 1 96316.com, 1 +9632.cf, 1 +9633.cf, 1 963696.com, 1 96448.com, 1 96577.com, 1 @@ -5740,11 +6163,28 @@ 966ty.com, 1 967606.com, 1 967you.com, 1 -968860.com, 1 96896.com, 1 96961.com, 1 9697cp.com, 1 +9700.cf, 1 +9701.cf, 1 +9702.cf, 1 +9703.cf, 1 +9705.cf, 1 +9706.cf, 1 +9707.cf, 1 +9708.cf, 1 +9709.cf, 1 970locksmithservices.tech, 1 +9710.cf, 1 +9711.cf, 1 +9712.cf, 1 +9714.cf, 1 +9716.cf, 1 +9717.cf, 1 +9718.cf, 1 +9719.cf, 1 +9720.cf, 1 9721a.com, 0 9721aa.com, 0 9721b.com, 0 @@ -5792,6 +6232,13 @@ 9721xx.com, 0 9721z.com, 0 9721zz.com, 0 +9722.cf, 1 +9723.cf, 1 +9724.cf, 1 +9725.cf, 1 +9726.cf, 1 +9727.cf, 1 +9728.cf, 1 9728.com, 1 9728a.co, 1 9728aa.co, 1 @@ -5851,16 +6298,52 @@ 9728yy.co, 1 9728z.co, 1 9728zz.co, 1 +9729.cf, 1 +9730.cf, 1 +9731.cf, 1 +9732.cf, 1 +9733.cf, 1 973325.com, 1 +9734.cf, 1 +9735.cf, 1 +9736.cf, 1 +9737.cf, 1 +9738.cf, 1 +9739.cf, 1 +9740.cf, 1 +9741.cf, 1 +9742.cf, 1 +9743.cf, 1 +9744.cf, 1 +9745.cf, 1 +9746.cf, 1 +9747.cf, 1 +9748.cf, 1 +9749.cf, 1 +9750.cf, 1 +9751.cf, 1 +9752.cf, 1 +9753.cf, 1 +9754.cf, 1 +9756.cf, 1 +9757.cf, 1 +9758.cf, 1 +9759.cf, 1 976-tuna.com, 1 +9760.cf, 1 +9761.cf, 1 +9764.cf, 1 +9765.cf, 1 +9766.cf, 1 +9767.cf, 1 97736.com, 1 97738.com, 0 97739.com, 1 977kb.com, 1 97bros.com, 1 -97display.com, 0 97m.cc, 1 9800.cc, 1 +9801.cf, 1 980709.xyz, 1 9822.am, 1 9822.bz, 0 @@ -5885,34 +6368,88 @@ 9883358.com, 1 9884458.com, 1 98877.com, 1 -98901111.com, 1 -9891100.com, 1 -9893111.com, 1 98944448.com, 1 98944449.com, 1 98944555.com, 1 98944666.com, 1 -98944777.com, 1 98944888.com, 1 -98944999.com, 1 -9896699.com, 1 98999555.com, 1 98999666.com, 1 98e.site, 1 98laba.com, 0 98laba.net, 0 +9901.cf, 1 +9901.ml, 1 +9902.cf, 1 +9902.ml, 1 +9903.cf, 1 990313.xyz, 1 +9904.cf, 1 +9904.ml, 1 +9905.cf, 1 +9905.ml, 1 +9906.cf, 1 +9906.ml, 1 +9907.cf, 1 +9908.cf, 1 +9908.ml, 1 +9909.cf, 1 +9910.cf, 1 +9912.cf, 1 +9913.cf, 1 +9914.cf, 1 +9915.cf, 1 +9917.cf, 1 +9918.cf, 1 +9920.cf, 1 +9921.cf, 1 +9923.cf, 1 +9925.cf, 1 +9926.cf, 1 +9927.cf, 1 +9928.cf, 1 992ccc.com, 1 +9930.cf, 1 +9931.cf, 1 +9932.cf, 1 99321365.com, 1 9933445.com, 1 +9934.cf, 1 +9935.cf, 1 +9936.cf, 1 99365t.com, 1 +9937.cf, 1 +9938.cf, 1 +9939.cf, 1 +9940.cf, 1 +9941.cf, 1 9941y.top, 1 +9942.cf, 1 +9943.cf, 1 99456j.com, 0 -995.com.cn, 1 +9946.cf, 1 +9947.cf, 1 +9948.cf, 1 +9949.cf, 1 +9950.cf, 1 +9951.cf, 1 99511.fi, 1 +9952.cf, 1 +9953.cf, 1 +9954.cf, 1 +9957.cf, 1 +9958.cf, 1 +9959.cf, 1 99599.fi, 0 99599.net, 0 995ccc.com, 1 +9961.cf, 1 +9962.cf, 1 +9963.cf, 1 +9964.cf, 1 +9965.cf, 1 +9967.cf, 1 +9968.cf, 1 9968101.com, 0 9968110.com, 0 9968121.com, 0 @@ -5945,8 +6482,23 @@ 9968love.com, 0 9968xl.com, 1 9968xpj.com, 0 +9969.cf, 1 +9970.cf, 1 +9971.cf, 1 +9972.cf, 1 +9973.cf, 1 +9974.cf, 1 +9975.cf, 1 +9976.cf, 1 9977432.com, 1 +9978.cf, 1 +9979.cf, 1 997z6.com, 1 +9980.cf, 1 +9982.cf, 1 +9983.cf, 1 +9984.cf, 1 +9986.cf, 1 998sa.com, 1 998wei.com, 1 998wns.com, 1 @@ -5957,11 +6509,88 @@ 9990058.com, 1 999006.xyz, 1 999008.xyz, 1 +999011.xyz, 1 +999014.xyz, 1 +999015.xyz, 1 +999016.xyz, 1 +999017.xyz, 1 +999018.xyz, 1 +999019.xyz, 1 +999021.xyz, 1 +999023.xyz, 1 +999024.xyz, 1 +999025.xyz, 1 +999026.xyz, 1 +999027.xyz, 1 +999028.xyz, 1 +999029.xyz, 1 +999030.xyz, 1 +999031.xyz, 1 +999032.xyz, 1 +999033.xyz, 1 +999034.xyz, 1 +999035.xyz, 1 +999036.xyz, 1 +999037.xyz, 1 +999038.xyz, 1 +999040.xyz, 1 +999041.xyz, 1 +999042.xyz, 1 +999043.xyz, 1 +999044.xyz, 1 +999045.xyz, 1 +999046.xyz, 1 +999047.xyz, 1 +999048.xyz, 1 +999049.xyz, 1 +999050.xyz, 1 +999051.xyz, 1 +999052.xyz, 1 +999053.xyz, 1 +999054.xyz, 1 +999055.xyz, 1 +999056.xyz, 1 +999057.xyz, 1 +999058.xyz, 1 +999059.xyz, 1 +999060.xyz, 1 +999061.xyz, 1 +999062.xyz, 1 +999063.xyz, 1 +999064.xyz, 1 +999065.xyz, 1 +999067.xyz, 1 +999068.xyz, 1 +999070.xyz, 1 +999072.xyz, 1 +999073.xyz, 1 +999074.xyz, 1 +999075.xyz, 1 +999076.xyz, 1 +999078.xyz, 1 +999079.xyz, 1 +999080.xyz, 1 +999081.xyz, 1 +999082.xyz, 1 +999083.xyz, 1 +999084.xyz, 1 +999085.xyz, 1 +999086.xyz, 1 +999089.xyz, 1 +999092.xyz, 1 +999093.xyz, 1 +999094.xyz, 1 +999095.xyz, 1 +999096.xyz, 1 +999097.xyz, 1 +999098.xyz, 1 +9991.cf, 1 9991158.com, 1 9992258.com, 1 999321365.com, 1 9993358.com, 1 999365t.com, 1 +9994.cf, 1 9994553.com, 1 9995558.com, 1 999700.xyz, 1 @@ -6225,6 +6854,7 @@ a1seowebdirectory.com, 0 a1solarstore.com, 1 a1spareparts.com.au, 1 +a1speedyrooter.com, 1 a1websitepro.com, 1 a210.online, 1 a22z.xyz, 1 @@ -6238,6 +6868,7 @@ a2gamer.com, 1 a2os.club, 1 a2ssrl.duckdns.org, 1 +a2zplumbing.com.au, 1 a2zva.com, 1 a30.tokyo, 0 a356.top, 1 @@ -6309,7 +6940,9 @@ aaahosting70.de, 1 aaainfosystems.com, 1 aaapl.com, 1 +aaaplumbers.com, 1 aaapo.com.br, 1 +aaapucrio.com.br, 1 aabanet.com.br, 1 aabeltech.com, 1 aabenjaminjewelry.com, 0 @@ -6321,7 +6954,6 @@ aadhibaat.org, 1 aadl.ga, 1 aadv.com.br, 1 -aaex.uk, 1 aaflalo.me, 1 aagetransport.no, 1 aahhbali.com, 1 @@ -6339,7 +6971,6 @@ aaltocapital.com, 1 aaltocapital.de, 1 aaltocapital.fi, 1 -aalvarezs.cl, 1 aalvarezs.com, 1 aama.tk, 1 aamlive.com, 1 @@ -6353,6 +6984,7 @@ aanlynskool.co.za, 1 aanwp.com, 1 aanyasri.com, 1 +aaogaragedoorrepairaustin.com, 1 aaomidi.com, 1 aaoth.xyz, 1 aapant.org.au, 1 @@ -6541,6 +7173,7 @@ abdurrehman.tk, 1 abe-elektro.de, 1 abe-medical.jp, 1 +abecedarios.co, 1 abecodes.net, 1 abecon.com.br, 1 abeestrada.com, 0 @@ -6564,7 +7197,6 @@ abeontech.com, 1 aber.travel, 1 aberdeenalmeras.com, 1 -aberdeencastles.co.uk, 1 aberdeencriticalmass.tk, 1 aberon.pl, 1 aberrantvascular.tk, 1 @@ -6605,7 +7237,6 @@ abilympics.org.au, 1 abimelec.com, 0 abinferis.com, 1 -abinferis.net, 0 abinmetall.ru, 1 abinyah.com, 1 abirmas.com, 1 @@ -6631,6 +7262,7 @@ ablmultiservice.nl, 1 abloop.com, 1 ablx.de, 1 +abmackenzie.com, 1 abmahnhelfer.de, 1 abmc.gov, 1 abminiplex.in, 1 @@ -6700,7 +7332,6 @@ aboutajax.tk, 1 aboutamit.com, 1 aboutandroid.tk, 1 -aboutasseminiandmore.it, 1 aboutconstruction.ga, 1 aboutconstruction.gq, 1 aboutconstruction.ml, 1 @@ -6776,6 +7407,7 @@ abramochkin.tk, 1 abramovich.tk, 1 abramowskimi.tk, 1 +abraofilho.blog.br, 1 abraofilho.com.br, 1 abrarahmed.tk, 1 abraxan.pro, 1 @@ -6814,6 +7446,7 @@ absolutechristmas.com, 1 absolutedouble.co.uk, 1 absolutegames.ga, 1 +absolutelybaching.com, 1 absolutepackaging.net, 1 absolutepondcare.com, 1 absoluterush.net, 1 @@ -6824,6 +7457,7 @@ abssoft.tk, 1 abstechs.ae, 1 abstimmen.online, 1 +abstract27.com, 1 abstractbarista.com, 1 abstractbarista.net, 1 abstractive.ai, 1 @@ -6852,7 +7486,6 @@ abuse.io, 1 abusive-host.tk, 1 abuzihipnoterapi.com, 1 -abuzitraining.com, 1 abuziyadhsds.com, 1 abvent.net, 0 abvlbasketviganello.ch, 0 @@ -6866,7 +7499,6 @@ abyssproject.net, 1 abysswebsite.tk, 1 abzarkosaran.ir, 1 -abziehen.com, 1 ac-admin.pl, 1 ac-booster.net, 1 ac-spain.tk, 1 @@ -6884,7 +7516,6 @@ academiadelmolino.com.uy, 1 academiadeufologia.com.br, 1 academiaeureka.tk, 1 -academiaparamodelos.com, 1 academic-master.com, 1 academica.nl, 1 academicassignmentexperts.com, 1 @@ -6894,6 +7525,7 @@ academika.tk, 1 academkin.com, 1 academy-awards.ml, 1 +academy.city, 1 academyonlinetoyou.tk, 1 academyruins.com, 1 academytv.com.au, 1 @@ -6907,6 +7539,7 @@ acaonegocios.com.br, 1 acapadena.co, 1 acapana.com, 1 +acapara.net, 1 acapellalanguage.tk, 1 acapetahua.tk, 1 acaptureservices.com, 1 @@ -6945,7 +7578,6 @@ accentchair.net, 1 acceptthisrose.com, 1 acces-elevation.fr, 1 -accescites.fr, 1 accesloges.com, 1 accesoriiutilaje.ro, 1 access-board.gov, 1 @@ -6954,7 +7586,7 @@ access-odata.com, 1 access-token.tk, 1 accessacab.co.uk, 1 -accessauto-occasions.be, 1 +accessauto-occasions.be, 0 accessauto.co.uk, 1 accesseap.com.au, 1 accesshq.com, 1 @@ -7000,8 +7632,8 @@ accounts.google.com, 1 accountsfilingmadesimple.com, 1 accpl.co, 1 -accpressurewashing.com, 1 accreditamento.net, 1 +accreditedbuildingservices.com, 1 accretech.vn, 1 accrosoft.com, 1 accubitsdemo.ml, 1 @@ -7015,6 +7647,7 @@ accuracast.es, 1 accuracast.fr, 1 accurateinfosolutions.in, 1 +accuride.com, 1 accuritconsulting.com, 1 accurx.nhs.uk, 1 accurxinc.com, 1 @@ -7108,6 +7741,7 @@ achl.fr, 1 achlochan.tk, 1 achmadfamily.com, 1 +achmazstore.ir, 1 achromatisch.de, 0 acht-pfade.de, 1 achtenhagen.me, 1 @@ -7130,6 +7764,7 @@ ack.tax, 1 ackermann.ch, 1 ackermannevents.de, 1 +ackersplastering.co.uk, 1 acklandstainless.com.au, 1 acl.gov, 1 aclandia.fr, 1 @@ -7192,6 +7827,7 @@ acrepairroundrocktx.com, 1 acrhnc2020.dedyn.io, 1 acriticismlab.org, 1 +acroballe-circus.fr, 1 acrobatic.cf, 1 acrobatic.tk, 1 acrolife.cz, 1 @@ -7230,6 +7866,7 @@ act-web-sa.com, 1 actabg.net, 1 actacapital.com.au, 1 +actaflytt.se, 1 actc.org.uk, 1 actdigital.agency, 1 acteon.com, 1 @@ -7261,6 +7898,7 @@ actioncleaningnd.com, 1 actioncovid.nl, 1 actioncutprint.com, 1 +actionglasshouston.com, 1 actionlabs.net, 1 actionmadagascar.ch, 0 actionminecraft.tk, 1 @@ -7277,7 +7915,6 @@ activators.ml, 1 active-baby.com, 1 active-english.tk, 1 -active.agency, 1 active247.info, 1 activeaerogels.com, 1 activecare-monitor.com, 0 @@ -7552,7 +8189,6 @@ adeex.in, 1 adeex.us, 1 adeexaustralia.com, 1 -adel.lol, 0 adelaidamountainresidences.ph, 1 adelaidecc.com.au, 0 adelaidecoldlaser.com.au, 1 @@ -7568,8 +8204,8 @@ adelina.com.br, 0 adeline.mobi, 1 adelonline.tk, 1 +adelphiawines.com, 1 ademaulana.tk, 1 -ademy.ml, 1 adenhurra.cf, 1 adenhurra.ml, 1 adenoma.tk, 1 @@ -7618,7 +8254,6 @@ adhocracy.plus, 1 adi.com.au, 1 adi.net.au, 1 -adiamo.pl, 1 adib.family, 1 adictosdominantescdls.tk, 1 adidas-2020-spring.com, 1 @@ -7662,6 +8297,7 @@ adliomar.tk, 1 adm-sarov.ru, 1 admanmedia.fr, 1 +admglass.co.uk, 1 admicos.cf, 1 admin-gator.com, 1 admin-gator.net, 1 @@ -7680,6 +8316,7 @@ administracionessaez.es, 1 administradoresdefincasvalencia.net, 1 administradorvalencia.es, 1 +administraitor.video, 1 administrarmeusite.tk, 1 administratiekantoorblom.nl, 1 administrator.de, 1 @@ -7708,7 +8345,7 @@ adnsolutions.com, 1 adoll.ml, 1 adomani-italia.com, 1 -adomicilio.gt, 0 +adomicilio.gt, 1 adonairelogios.com.br, 1 adondevamosmundo.com, 1 adonis.hosting, 1 @@ -7745,7 +8382,6 @@ adplist.org, 1 adpost.com, 1 adpot.xyz, 0 -adprofit-plus.com, 1 adr.gov, 1 adrabataille.fr, 0 adrafinil.wiki, 1 @@ -7780,6 +8416,8 @@ adrianpetcu.tk, 1 adrianpole.tk, 1 adrianseo.ro, 0 +adrianspeyer.com, 1 +adriantwpmi.gov, 1 adrianwalls.tk, 1 adrianweb.ml, 1 adriarae.xyz, 1 @@ -7894,6 +8532,7 @@ advanceoptical.com, 1 advanceworx.com, 1 advania.info, 1 +advanqi.se, 1 advantagehomeexteriors.com, 1 advantagehomeinteriors.com, 1 advantagemechanicalinc.com, 1 @@ -7938,7 +8577,6 @@ adventurenow.nl, 1 adventureprooutdoors.com, 1 adventures.com, 1 -adventuresofmo.com, 1 adventuretoursbend.com, 1 adventuringup.com, 1 adventurousway.com, 1 @@ -7950,7 +8588,6 @@ adversus-web-staging.tk, 0 advertis.biz, 0 advertise-ment.tk, 1 -advertise.cn, 1 advertising-design.tk, 1 advertisingcompany.tk, 1 advertisingindustry.ga, 1 @@ -7958,6 +8595,7 @@ advertisment.ga, 1 advery.tk, 1 advice24.tk, 1 +advicepay.com, 1 adviceprime.tk, 1 adviesfactuur.nl, 1 adviesgv.nl, 1 @@ -7965,7 +8603,6 @@ advinans.se, 1 advinix.fr, 1 advirk.tk, 1 -advise.cn, 1 advisercentre.com.au, 1 adviserplus.com, 1 advisorperspectives.com, 1 @@ -8017,7 +8654,6 @@ adws.io, 1 adxperience.com, 1 adygeya.cf, 1 -adzapier.com, 1 adzie.xyz, 1 adzuna.at, 1 adzuna.ca, 1 @@ -8110,6 +8746,7 @@ aeonct.org, 1 aeonian.live, 0 aeonmall.global, 1 +aeostudy.com, 1 aepx.org, 1 aequometer.de, 1 aeradesign.com, 1 @@ -8225,7 +8862,6 @@ affect3d.com, 1 affect3dstore.com, 1 affectionate.tk, 1 -affengine.xyz, 1 affibody.se, 1 affidea.ie, 1 affilatura.it, 1 @@ -8257,6 +8893,7 @@ affle.com, 1 afflictedquarter.tk, 1 affordableasphaltcompany.com, 1 +affordableautoglass.com, 1 affordableblindsexpress.com, 1 affordablecameras.tk, 1 affordableconnectivity.gov, 1 @@ -8302,6 +8939,7 @@ aflam-online.tk, 1 aflattr.com, 1 aflebedevo.tk, 1 +afoikrali.gr, 1 afonso.io, 1 aforadearrastu.tk, 1 aforism.tk, 1 @@ -8545,6 +9183,8 @@ agenciaplanner.com.br, 1 agenciarse.com, 1 agenciarubik.com, 1 +agenciatecben.com.br, 1 +agenciatraffic.com.br, 1 agenciauniversitariadq.online, 1 agenciazoe.com.br, 1 agencja-interaktywna.ga, 1 @@ -8586,6 +9226,7 @@ agenziaimmobiliarezeta.it, 1 agenziapubblicitaria.milano.it, 1 agenziapubblicitaria.roma.it, 1 +agenziefunebri.it, 1 ageofreason.tk, 1 agerich.com, 1 agesofarda.net, 1 @@ -8599,6 +9240,7 @@ aggression.tk, 1 aggressionpvp.com, 1 aggressivecarwraps.com, 1 +aggtechconcrete.com, 1 aghayeva-edler.de, 1 aghtas.com, 1 agiairini.cz, 1 @@ -8621,7 +9263,6 @@ agility-westvlaanderen.tk, 1 agilityconsulting.be, 1 agill.me, 1 -agilob.net, 1 agiloo.tk, 1 aging.gov, 1 agingstats.gov, 1 @@ -8632,7 +9273,6 @@ agiosthomas.tk, 1 agirc-arrco.fr, 1 agirlknows.com, 1 -agiserv.fr, 1 agitmedia.ru, 1 agk.co.com, 1 agks02.com, 1 @@ -8726,7 +9366,6 @@ agouraoutdoorlighting.com, 1 agowa338.de, 1 agpideas.com, 1 -agpp.net, 1 agpsn.com, 1 agr.asia, 1 agra.org, 1 @@ -8831,7 +9470,6 @@ agvip2008.com, 1 agvip88.com, 0 agvip986.com, 1 -agvlectoure.fr, 1 agwa.name, 1 agweili.com, 0 agwin1.com, 0 @@ -8840,6 +9478,7 @@ agwin9.com, 1 agworkers.com, 1 agzlapp.com, 1 +agzy.vip, 1 ahanet.tk, 1 ahansen.is, 0 ahbap.org, 1 @@ -8893,7 +9532,6 @@ ahmud.net, 1 ahoefer.de, 1 ahoeheng.com, 1 -ahoghill.com, 1 ahoj.email, 1 ahoj.hu, 1 ahollamby.com, 1 @@ -8931,6 +9569,8 @@ ai5.me, 1 aia-alkmaar.nl, 1 aiaccinu.eu.org, 1 +aiaidou.com, 1 +aiainiu.com, 1 aianetwork.net, 1 aianipid.ee, 1 aiasesoriainmobiliaria.com, 1 @@ -8948,7 +9588,8 @@ aibolitik.tk, 1 aibot.tk, 1 aibsoftware.mx, 1 -aibuz.org, 1 +aibuz.org, 0 +aicampo.com, 1 aiccc.com.au, 1 aiccon.id, 1 aiccorp.com, 1 @@ -8993,9 +9634,7 @@ aiesecarad.ro, 1 aievaluare.ro, 1 aifeng.com, 1 -aiffee.com, 1 aifob.tk, 1 -aiforsocialmedia.com, 1 aifriccampbell.com, 1 aifx.ml, 0 aigcev.org, 1 @@ -9057,6 +9696,7 @@ aimrom.org, 1 aina.moi, 1 ainaishi.com, 1 +ainameals.com, 1 ainamoroms.com, 1 aine.com.br, 1 ainfographie.com, 1 @@ -9068,14 +9708,12 @@ ainvest.de, 1 ainzu.net, 1 aioboot.com, 1 -aiofx.net, 1 aiois.com, 1 aioj.ac, 1 aiom.tk, 1 aion-beritra.fr, 0 aiosetups.com, 1 aiot.pw, 1 -aip.ai, 1 aipbarcelona.com, 1 aipcardio.ai, 1 aipcardio.com, 1 @@ -9085,7 +9723,6 @@ aipderm.com.mx, 1 aipderm.es, 1 aipderm.eu, 1 -aipderm.hu, 1 aipderm.mx, 1 aipderm.ro, 1 aipderm.sk, 1 @@ -9097,9 +9734,6 @@ aipi.tel, 1 aipi.uk, 1 aipixel.top, 1 -aiplabs.ai, 1 -aiplabs.hu, 1 -aiplabs.io, 1 aipor.pt, 0 aipregnancy.com, 1 aipregnant.com, 1 @@ -9203,7 +9837,6 @@ airconditioning-centurion.co.za, 1 airconditioning.tk, 1 airconditioningcondensers.tk, 1 -airconditioningkemptonpark.co.za, 1 airconditioningreplacementservice.com, 1 airconsboksburg.co.za, 1 airconservicingcapetown.co.za, 1 @@ -9221,6 +9854,7 @@ aireaseleaks.org, 1 airedaleterrier.com.br, 1 aires-autoroute-areas.com, 1 +airesourcezone.com, 1 airethilien.tk, 1 airetvie.com, 0 aireuropeflights.com, 1 @@ -9296,7 +9930,6 @@ airlinebuyticket.com, 1 airlineby.com, 1 airlinec.com, 1 -airlinecheapdeals.com, 1 airlinecheapflightinternationalticket.com, 1 airlinecheapflightticket.com, 1 airlinecheapprices.com, 1 @@ -9388,7 +10021,6 @@ airlinespackages.com, 1 airlinesparis.com, 1 airlinesphonenumber.com, 1 -airlinesreservation.org, 0 airlinessa.com, 1 airlinessanfrancisco.com, 1 airlinesseating.com, 1 @@ -9498,7 +10130,6 @@ airportstickets.com, 1 airportstockholm.com, 1 airportstuttgart.com, 1 -airporttour.com, 1 airportturkey.com, 1 airportzo.net.in, 1 airportzostage.in, 1 @@ -9555,7 +10186,6 @@ aisera.com, 1 aish.ml, 1 aishatibetanterriers.ca, 1 -aishima.com, 1 aisi316l.net, 1 aisklabs.com, 1 aiskskin.com, 1 @@ -9588,7 +10218,6 @@ aiwo.ai, 1 aiwosq.cn, 1 aiwriter.tools, 1 -aiwujiwu.com, 1 aixamfinancialservices.nl, 1 aixm.aero, 1 aixploringprovence.com, 1 @@ -9647,7 +10276,6 @@ ajoliveira.org, 1 ajoneuvokeskitys.fi, 1 ajop.loan, 1 -ajorban.com, 1 ajramos.tk, 1 ajsb85.com, 1 ajscred.online, 1 @@ -9675,7 +10303,6 @@ akaconvention.org, 1 akad.com.br, 1 akademiaantykorupcyjna.pl, 1 -akademialazarev.pl, 1 akademiawawer.pl, 1 akademie-frankfurt.de, 1 akadseguros.com.br, 1 @@ -9687,7 +10314,6 @@ akamu.de, 1 akaoma.com, 1 akaratasker.com, 1 -akaremavideos.com, 1 akari.net, 1 akarisoftware.com, 1 akaritakai.net, 1 @@ -9753,6 +10379,7 @@ akita-stream.com, 1 akita.cloud, 1 akitacyber.com, 1 +akiv.net, 1 akiym.com, 1 akj.io, 1 akkerwinde.tk, 1 @@ -9771,7 +10398,6 @@ akoofs.com, 0 akoplant.com, 1 akordeoiak.tk, 1 -akorlar.com, 1 akostecki.de, 1 akouryy.net, 1 akoya.fi, 1 @@ -9824,6 +10450,7 @@ aktuellsakerhet.se, 1 akuislam.com, 1 akul.co.in, 1 +akumarjain.com, 1 akumat.com.pl, 1 akumat.eu, 1 akumat.pl, 1 @@ -9844,6 +10471,7 @@ al-bahrain.tk, 1 al-capone.ga, 1 al-capone.tk, 1 +al-craft.info, 1 al-hekka.com.ua, 1 al-monitor.com, 1 al-pres.com, 1 @@ -9863,6 +10491,7 @@ alabamabuys.gov, 1 alabamacoastalradiology.com, 1 alabamadebtrelief.org, 1 +alabamafurs.com, 1 alabamanet.tk, 1 alabamaonlinedivorce.com, 1 alabamasoilandwater.gov, 1 @@ -9891,9 +10520,12 @@ alais.com.do, 1 alalivre.cf, 1 alamad.cf, 1 +alamak.cc, 1 alamalsahara.co, 1 alamanceconstruction.com, 1 +alamancecountync.gov, 1 alamanceinsulationllc.com, 1 +alamancetv.com, 1 alamani.tk, 1 alambazarmath.tk, 1 alambique.tk, 1 @@ -9919,6 +10551,8 @@ alankritstories.com, 1 alanokling.nl, 1 alanonsantabarbara.info, 1 +alanpearce.eu, 1 +alanpearce.uk, 1 alanrogers.com, 1 alansilson.tk, 1 alantica.ga, 1 @@ -9949,7 +10583,7 @@ alatest.com, 1 alatienne.fr, 1 alatkesehatan.tk, 1 -alaturkaonline.com, 1 +alaturkaonline.com, 0 alaunus.com, 1 alavieestbelle.be, 1 alazaherah.net, 1 @@ -10006,6 +10640,7 @@ albertpedersen.com, 1 alberts-blatt.de, 0 albertspahiu.tk, 1 +alberttwpmi.gov, 1 albeso.ml, 1 albhof-wasserfall.de, 1 albi-tourisme.fr, 1 @@ -10033,14 +10668,12 @@ alcalainos.tk, 1 alcaldia.info, 1 alcamilo.cloudns.cc, 1 -alcanaan.com, 1 alcanaplata.com, 1 alcantara.cf, 1 alcapalis.tk, 1 alcapone.gq, 1 alcar.tk, 1 alcaralifusi.tk, 1 -alcasan.de, 0 alcatelonetouch.us, 1 alcatraz-webdesign.tk, 1 alcatrazeast.com, 1 @@ -10087,7 +10720,6 @@ aldervets.co.uk, 1 aldevadigital.com, 1 aldien.com.br, 1 -aldino-redagno.com, 1 aldipresscentre.co.uk, 1 aldo-saputra.ga, 1 aldo-shop.tk, 1 @@ -10122,7 +10754,6 @@ alejandropernett.tk, 1 alejandrophones.com.mx, 1 alek.in, 1 -aleks.com, 1 aleksa.ga, 1 aleksa.tk, 1 aleksac.me, 1 @@ -10169,7 +10800,6 @@ alessandrobasi.it, 1 alessandrolapiana.com, 1 alessandroonline.com.br, 1 -alessandropuccistudio.com, 1 alessandrostaffolani.it, 1 alessandrotravel.com, 1 alessandroz.ddns.net, 1 @@ -10195,6 +10825,7 @@ alexander-net.tk, 1 alexander-van-nieuwenhoven.tk, 1 alexander.dk, 1 +alexanderandwilks.co.uk, 1 alexanderb.info, 1 alexanderbernitz.eu, 1 alexandererber.com, 1 @@ -10221,8 +10852,9 @@ alexandre-acaries.fr, 1 alexandreguarita.com.br, 1 alexandremottier.tk, 1 -alexandrepedrosa.com, 0 +alexandrepedrosa.com, 1 alexandrevicente.net, 1 +alexandrianh.gov, 1 alexandrin.com, 1 alexandrite.cf, 1 alexandros.io, 0 @@ -10247,7 +10879,6 @@ alexeydrach.ru, 1 alexeykamalov.tk, 1 alexeykopytko.com, 1 -alexfabian.myftp.org, 1 alexgaynor.net, 1 alexgonzalez-online.tk, 1 alexguti.com, 1 @@ -10332,7 +10963,6 @@ alfaforex.ru, 1 alfagroup-aluminium.com, 1 alfagroupaluminium.com, 1 -alfakir.com, 1 alfalasteenyia.cf, 1 alfamask.de, 1 alfambra.tk, 1 @@ -10340,7 +10970,6 @@ alfaproweb.fr, 1 alfastone.com.ua, 1 alfateks.com.ua, 1 -alfavideocirurgica.com.br, 1 alfavipambulans.com, 1 alfavit.cf, 1 alfawedding.com, 1 @@ -10412,6 +11041,7 @@ aliakpoyraz.com, 1 alialkurdy.tk, 1 aliancadesentupidora.com.br, 1 +aliancatrainingcenter.online, 1 alianet.org, 1 aliantsoft.pl, 1 aliasinfoforums.tk, 1 @@ -10434,7 +11064,6 @@ alicehairstyling.tk, 1 alicehartley.com, 1 alicekinkycat.net, 1 -aliceophotographie.fr, 1 alicestudio.it, 1 alicetone.net, 1 alicialab.org, 1 @@ -10476,7 +11105,7 @@ aliim.gdn, 1 alikarslanov.tk, 1 alikasimoglu.com, 1 -alikgriffin.com, 1 +alikgriffin.com, 0 alikhan.org, 1 alikulov.me, 1 alila.dog, 1 @@ -10485,6 +11114,7 @@ alilog.com, 1 aliloulan.com, 1 alimade.com, 1 +alimahmood.com, 1 alimanaka-rabesata.tk, 1 alimate.com, 1 aliment-covid19.com, 1 @@ -10578,7 +11208,6 @@ all-for-u.tk, 1 all-gsm-solutions.tk, 1 all-inhealth.com, 1 -all-markup-news.com, 1 all-music.ml, 1 all-music.tk, 1 all-pics.tk, 1 @@ -10591,6 +11220,7 @@ all-top.tk, 1 all-waystraining.com.au, 1 all-wot.ml, 1 +all.li, 1 all4games.net, 1 all4hardware4u.de, 1 all4phones.de, 1 @@ -10599,7 +11229,6 @@ all878.com, 1 alla-famiglia-p-otto.de, 1 alla.tk, 1 -allaboutclassifieds.com, 1 allaboutcovers.co.za, 1 allaboutfunuk.com, 1 allaboutgoats.com, 1 @@ -10699,7 +11328,6 @@ allegrettovineyards.com, 1 allegrettowine.com, 1 allegrettowines.com, 1 -allegromicro.com, 0 allemanniamarburg.at, 1 allemoz.com, 1 allemoz.fr, 1 @@ -10708,6 +11336,7 @@ allencountyinvoters.gov, 1 allencountykentucky.gov, 1 allendalecounty.gov, 1 +allenivory.com, 1 allensun.org, 1 allentertainment.de, 0 allentherapeuticmassage.com, 1 @@ -10765,7 +11394,6 @@ allgadgetsfree.tk, 1 allgaragedoorandgates.com, 1 allgaragefloors.com, 1 -allgauer.com, 1 allgemeinarzt-wenta-bralla.de, 1 allglobal.net, 1 allgooddeedshomes.com, 1 @@ -10787,9 +11415,9 @@ allianceautomation.com.au, 1 alliancebank.com, 1 allianceblock.io, 1 +allianceborderservices.com, 1 allianceforafreesociety.com, 1 allianceforafreesociety.net, 1 -allianceguide.com, 1 alliancehealthcareservices-us.com, 1 alliances-globalsolutions.com, 0 allianskyrkan.se, 1 @@ -10851,6 +11479,7 @@ allopurinol.gq, 1 allopurinol100mg.tk, 1 allopurinol300mg.ml, 1 +alloutauto1.com, 1 alloverthehill.com, 1 allpantypics.com, 1 allpatch.com, 1 @@ -10887,10 +11516,8 @@ allseasonswaterproofing.com, 1 allset.ml, 1 allshapes.co.nz, 1 -allshopbiz.com, 1 allshousedesigns.com, 0 allsmart.gr, 1 -allsoftfree.com, 1 allsoulinc.com, 1 allsoulmobile.com, 1 allsouls.co.za, 1 @@ -10920,7 +11547,6 @@ allthewaynorth.xyz, 1 allthings.me, 1 allthingsfpl.com, 1 -allthingshappen.com, 1 allthingshealthy.org, 1 allthingsroyal.nl, 1 allthingssquared.com, 1 @@ -10964,6 +11590,7 @@ almaascosmetics.com, 1 almaatlantica.com, 1 almablanca.tk, 1 +almacenterwi.gov, 1 almadeviajante.com, 1 almagalla.com, 1 almajaniyate.ga, 1 @@ -10990,6 +11617,7 @@ almaz-host.tk, 1 almaz-sait-rp.ml, 1 almazara.com, 1 +almdrasa.com, 1 almeera.online, 1 almeerajtour.com, 1 almeeraloyalty.com, 1 @@ -11013,7 +11641,6 @@ almost.gq, 1 almostobjective.com, 1 almothaqaf.com, 1 -almountakhab.com, 1 almudenallacer.com, 1 almukhtar.se, 0 almurtaqa.com, 1 @@ -11035,6 +11662,7 @@ aloemeda.de, 1 aloesbienetre.be, 1 aloesoluciones.com.ar, 1 +aloeveralisboa.pt, 1 alofone.vn, 1 alohapartyevents.co.uk, 1 alohotel.com, 1 @@ -11105,11 +11733,9 @@ alpha-shop.gr, 1 alpha-showcase.com, 1 alpha.ch, 1 -alpha88uat.com, 1 alpha91.co.za, 1 alphaassurances.com, 1 alphabet-z.xyz, 1 -alphabetaflora.com, 1 alphabetsigns.com, 1 alphabetworksheetsfree.com, 1 alphabouncycastles.co.uk, 1 @@ -11175,7 +11801,6 @@ alpinepubliclibrary.org, 1 alpinestarmassage.com, 1 alpinewy.gov, 1 -alpinisti.com, 1 alpis.fr, 1 alplogopedia.it, 1 alpparts.com, 1 @@ -11196,6 +11821,7 @@ alshabab.tk, 1 alshamil.tk, 1 alsharkest.net, 1 +alskar.co, 1 alsops.cf, 1 alsteadnh.gov, 1 alstertouch.com, 1 @@ -11233,7 +11859,6 @@ altaizemlya.tk, 1 altana.com, 1 altaplana.be, 1 -altavaldinon.com, 1 altbau.com, 1 altcoaching.fr, 1 altcoinfiyatlari.com, 1 @@ -11246,6 +11871,7 @@ altecgmbh.de, 1 altedirect.com, 1 altenagala.nl, 1 +altenheim.it, 1 alteralife.eu, 1 alteraro.com, 1 alteraro.org, 1 @@ -11359,6 +11985,7 @@ aluchta.tk, 1 alugha.com, 1 aluguer-rodagigante.pt, 0 +alukard.gq, 1 alukard.ml, 1 alulasails.com, 1 aluminaty.com, 1 @@ -11472,7 +12099,6 @@ amalgaamvrij.tk, 1 amalgaamziekte.tk, 1 amalgamma.ml, 1 -amalievonstein.net, 1 amalou-photografie.de, 1 amambebe.com, 1 amanandalens.com, 1 @@ -11488,6 +12114,7 @@ amani-kinderdorf.de, 1 amanmerceria.com, 1 amansinghbhogal.com, 0 +amanydesignstudio.com, 1 amapspa.it, 1 amaranth.gq, 1 amaranth.tk, 1 @@ -11541,7 +12168,6 @@ amazcareer.com, 1 amazcode.ooo, 1 amazdriver.com, 1 -amazefabrics.com, 1 amazetimberfurniture.com.au, 1 amazhiring.com, 1 amazinations.com, 1 @@ -11569,7 +12195,6 @@ amazwerk.com, 1 amb.com.br, 1 amb.tf, 1 -ambaci.com, 1 ambarbyarihant.com, 1 ambasador-dibo.pl, 1 ambasady.cz, 1 @@ -11588,7 +12213,6 @@ amberonline.tk, 1 ambersafety.info, 1 ambersoftware.co.uk, 1 -amberstudent.com, 1 ambertears.tk, 1 amberwiz.com, 1 ambholding-usedcars.be, 1 @@ -11622,7 +12246,6 @@ amcanalense.tk, 1 amcangroup.com, 1 amcchemical.com, 0 -amcfirst.com, 1 amchainitiative.org, 1 amcs.website, 0 amdelisi.tk, 1 @@ -11655,7 +12278,6 @@ ameliemarieintokyo.com, 1 amello.de, 1 amempire.tk, 1 -amenajare.com, 1 amendine.fr, 1 amenhotep.com, 1 ameninalaceira.com.br, 1 @@ -11694,7 +12316,6 @@ americanimageawards.com, 1 americanindiannursing.com, 1 americaninsuranceplus.ml, 1 -americanjihad.com, 1 americankickoff.ga, 1 americanmessaging.net, 1 americanpop.be, 1 @@ -11708,7 +12329,6 @@ americanunicornparty.tk, 1 americanwalkincoolers.com, 1 americanwater.lk, 1 -americapavilion.com, 1 americapitalfunding.com, 1 americasbasementcontractor.com, 1 americasdirector.com, 1 @@ -11764,6 +12384,7 @@ amianto.roma.it, 1 amica-travel.com, 1 amicalecanyon.ch, 0 +amicare.fr, 1 amicipadrealdo.tk, 1 amiciperibambini.org, 1 amiciperlatesta.it, 1 @@ -11774,6 +12395,7 @@ amiez.com, 1 amifoundation.net, 1 amigatraktor.tk, 1 +amightyoakbedandbreakfast.com, 1 amigodeltoro.tk, 1 amigoenergy.com, 1 amigosdelvalenciadeastorga.tk, 1 @@ -11827,6 +12449,7 @@ amitriptylineonline.tk, 1 amitt.ga, 1 amityvillepdny.gov, 1 +amitywebsitedesign.com, 1 amiv.ch, 1 amjaadabdullah.com, 1 amjesusdespojado.tk, 1 @@ -11835,6 +12458,7 @@ amlameiras.pt, 0 amleather.pl, 1 amliorefemme.tk, 1 +amliyatdua.com, 1 amm6e.com, 1 ammanagingdirectors.com, 1 amministratore.biz, 1 @@ -11871,6 +12495,7 @@ amondial.com, 1 amongtheflora.com, 1 amongus-guru.ru, 1 +amongusmerch.co, 1 amoozesh98.ir, 1 amoralizm.tk, 1 amoraquatropatas.org, 1 @@ -11879,6 +12504,7 @@ amorgos-aegialis.com, 1 amorgosrentandgo.gr, 1 amorim.ca, 1 +amoroso-vivace.ch, 1 amorphis.tk, 1 amorszexshop.hu, 1 amortyzator.tk, 1 @@ -11997,6 +12623,7 @@ amzn.com, 1 amzn.rocks, 1 amznworks.com, 1 +amzsupply.com, 1 an-alles-gedacht.de, 1 an.edu, 1 an0ns.tk, 1 @@ -12063,7 +12690,6 @@ analotto.com, 1 analpantyhose.org, 1 analpics.com, 1 -analvision.com, 1 analyser-mon-site.fr, 1 analystexamers.ga, 1 analysts.com, 1 @@ -12115,6 +12741,7 @@ anarticle.gq, 1 anasaci.com, 1 anasahr.be, 1 +anasilvanyy.com.br, 1 anassiriphotography.com, 0 anastasiaweb.tk, 1 anastasis.lu, 1 @@ -12126,6 +12753,7 @@ anatoray.com, 1 anatorywap.gq, 1 anaxios.ga, 1 +anaxvip-sp.gr, 1 anayahuasca.com.br, 1 anayarealm.com, 1 anbaicreative.com, 1 @@ -12165,12 +12793,9 @@ ancientnorth.nl, 1 anclarma.fr, 1 ancolies-andre.com, 0 -anconaswine.com, 1 anconatoday.it, 1 ancroma.ro, 1 -anctm.com, 1 ancuong.com, 1 -ancusrd.com, 1 and-stuff.nl, 1 and.com, 0 andain.com, 1 @@ -12199,7 +12824,6 @@ andfaraway.tk, 1 andfrankly.com, 1 andhania.one, 1 -andhaniawan.my.id, 1 andhrawishesh.com, 1 andibo.net, 1 andiplusben.com, 1 @@ -12229,7 +12853,6 @@ andrea-kiaora.de, 1 andrea-m.me, 1 andrea-wirthensohn.at, 0 -andrea18.net, 1 andreaalloway.com, 1 andreaassenti.it, 1 andreaboero.it, 0 @@ -12285,7 +12908,6 @@ andresguiarealtor.com, 1 andrespaz.com, 1 andrespr.es, 1 -andresrios.nl, 1 andressaflores.com.br, 1 andresvillanueva.mx, 1 andreundnina.de, 1 @@ -12315,11 +12937,11 @@ andrewpeng.net, 1 andrewpucci.com, 0 andrewrdaws.com, 1 +andrewreaganm.com, 1 andrewrgoss.com, 1 andrewryno.com, 1 andrewsfasteners.uk, 1 andrewsfss.marketing, 1 -andrewsoutar.com, 1 andrewsun.com, 1 andrewtasso.com, 1 andrewtaylor.eu, 1 @@ -12334,7 +12956,6 @@ andrian.ga, 1 andrian.io, 1 andrian.tk, 1 -andriano.net, 1 andrianova.ml, 1 andriekus.tk, 1 andrienko.tk, 1 @@ -12360,7 +12981,12 @@ androidgaming.tk, 1 androidhack.tk, 1 androidhry.cz, 1 +androidification.com, 1 +androidification.info, 1 +androidification.net, 1 +androidification.org, 1 androidinfotech.com, 1 +androidioswindows18378.ml, 1 androidkatalog.cz, 1 androidlab.tk, 1 androidmafia.ru, 1 @@ -12385,10 +13011,9 @@ androlab.tk, 1 andromeda.se, 1 andropia-online.fr, 1 +androscoggincountyema.gov, 1 androtics.com, 1 androtix.com, 1 -androx.es, 1 -androx.ovh, 1 andrush.eu, 1 andruvision.cz, 1 andschwa.com, 1 @@ -12430,7 +13055,6 @@ anedot.xyz, 1 aneducationuto.tk, 1 anegabawa.com, 0 -anehost.com, 1 anehtaconseil.com, 1 anekatempatwisata.com, 1 anekdot-pr.tk, 1 @@ -12458,7 +13082,7 @@ angel-body.com, 1 angel-jrk.com, 1 angel-wing.jp, 1 -angel163.ru, 1 +angel163.ru, 0 angela.baby, 1 angeladietrich.com, 1 angelaheck.com, 1 @@ -12506,11 +13130,10 @@ angelsoft.com, 0 angelspabeauty.co.uk, 1 angelswar.ga, 1 -angeltechone.com, 1 +angeltechone.com, 0 angelthump.com, 1 angeltorri.tk, 1 angelvisionary.com, 1 -angelzapien.com, 1 angem.gq, 1 angem.tk, 1 angepsychedelices.tk, 1 @@ -12522,7 +13145,6 @@ angiejones.com, 1 angielynx.net, 1 angiesite.tk, 1 -angievancise.com, 1 angiewickes.com, 1 anginf.de, 1 angiolinikids.it, 1 @@ -12581,6 +13203,7 @@ anian.ch, 1 aniblackfox.net, 1 aniblizzard.tk, 1 +anichief.com, 1 aniforprez.net, 1 anightmareonelmstreet.tk, 1 anigliscans.com, 1 @@ -12685,7 +13308,6 @@ animelime.ru, 1 animelody.net, 1 animelolipop.com, 1 -animemangaupdates.com, 1 animemotivation.com, 1 animeonsen.xyz, 1 animepahe.com, 1 @@ -12772,7 +13394,6 @@ ankararentacar.name.tr, 1 ankaraseo.name.tr, 1 ankarasondajkuyusutemizleme.com, 1 -ankarauzmanlarnakliyat.com, 1 ankarawebtasarim.name.tr, 1 ankarawebtasarim.tk, 1 ankarayedek.com.tr, 1 @@ -12857,6 +13478,7 @@ anniangel-porn.com, 1 annicascakes.nl, 1 anniecloth.com, 1 +anniegagnonphotographie.com, 1 annies.com, 1 anniesdollhouse.com, 1 annihilation-squad.tk, 1 @@ -12871,7 +13493,6 @@ annonces-vacances.info, 1 annonces34.tk, 1 annonseringonline.se, 1 -annotate.software, 1 announcement.tk, 1 annoyinggui.de, 1 annoyingguide.de, 1 @@ -12905,6 +13526,7 @@ anoncrypto.org, 1 anoneko.com, 1 anongoth.pl, 0 +anonhosting1312.cloud, 1 anonhq.com, 1 anonicloud.ch, 1 anoniem-domein.nl, 1 @@ -12975,8 +13597,10 @@ ansoncountync.gov, 1 ansperformance.eu, 1 anstaskforce.gov, 1 +anster.org, 1 anstorino.tk, 1 answerbookstore.tk, 1 +answerconnect.co.uk, 1 answerconnect.com, 1 answerforce.com, 1 answering365.com, 0 @@ -13037,7 +13661,6 @@ antennisti.roma.it, 1 anteny.ml, 1 antephaber.tk, 1 -anteprima.info, 1 anteros.shop, 1 antfarm.cf, 1 anthes.is, 1 @@ -13056,6 +13679,7 @@ anthonytutorials.tk, 1 anthonyvadala.me, 1 anthro.asia, 1 +anthro.icu, 1 anthrocon.com, 1 anthrocon.net, 1 anthrocon.org, 1 @@ -13230,6 +13854,7 @@ anubandarage.com, 1 anubislinux.tk, 1 anubisz.tk, 1 +anubixx.com, 1 anujag.tk, 1 anukaweb.com, 1 anuke.eu.org, 1 @@ -13326,8 +13951,9 @@ aobogo.com, 1 aocai.com, 1 aod-tech.com, 1 -aod.net, 1 +aodisco.co.uk, 1 aodnovel.com, 0 +aoe2de.com, 1 aoe9.com, 1 aofusa.me, 1 aofusa.net, 1 @@ -13339,7 +13965,7 @@ aojiao.org, 1 aok-bv.de, 0 aokae.com, 1 -aoku3d.com, 1 +aoku3d.com, 0 aolcollege.com, 1 aomar-mohammedi.tk, 1 aomi.com, 1 @@ -13368,6 +13994,7 @@ ap-bg.eu, 1 ap.icu, 1 ap.nic.in, 1 +ap314.com, 1 apache-portal.com, 1 apachecountyaz.gov, 1 apachehaus.de, 0 @@ -13406,10 +14033,10 @@ apcassistant.com, 1 apcdistri.com, 1 apcmc.pt, 1 -apcpky.com, 1 apcube.com, 1 apcw.org, 1 apdfawl.com, 0 +apdtalents.org.tw, 1 apdx.com, 1 apea.com, 1 apeasternpower.com, 1 @@ -13456,6 +14083,7 @@ aphantasiac.com, 1 aphelionband.ga, 1 aphelionentertainment.com, 1 +aphelis.net, 1 api-agri.ga, 1 api-bitrefill.com, 1 api-geek.com, 1 @@ -13464,9 +14092,7 @@ api.lookout.com, 1 api.recurly.com, 1 api42.ch, 1 -api5000.io, 1 api64.com, 1 -apiary.blog, 1 apiary.shop, 1 apiary.store, 1 apiary.supplies, 1 @@ -13500,7 +14126,6 @@ apitodemestre.com.br, 1 apiu.me, 1 apix.se, 1 -apix.uz, 1 apixmessaging.com, 1 apk-world.cf, 1 apk.li, 1 @@ -13616,6 +14241,7 @@ app-online.cloud, 1 app-scantech.com, 1 app-scope.com, 1 +app-uks-stg-projectb-website.azurewebsites.net, 1 app.com.au, 1 app.do, 1 app.gp, 1 @@ -13695,6 +14321,7 @@ applecare.cz, 1 appleedu.com, 1 appleexterminating.com, 1 +appleglasscompany.com, 1 applegun.com, 1 appleii-box.de, 1 applejacks-bouncy-castles.co.uk, 1 @@ -13759,6 +14386,7 @@ apponline.com, 1 appopay.com, 1 apppage.net, 1 +appperformance.com.br, 1 appraf.com, 1 appraisalroomest.ga, 1 apprank.in, 1 @@ -13772,6 +14400,7 @@ approve.me, 1 approvedcashmax.com, 1 approvedlawyersers.ga, 1 +approvedpurchase.com.br, 1 approvedtreecare.com, 1 approveme.com, 1 apps.facebook.com, 0 @@ -13811,6 +14440,7 @@ appveyor.com, 1 appwardbeta.com, 1 appworld.ga, 1 +appy.us, 1 appzoojoo.be, 1 aprazivel.com.br, 1 aprendadesign.com, 1 @@ -13826,6 +14456,7 @@ apresskistuntteam.tk, 1 apretatuercas.es, 1 apriadirect.com, 1 +apricavia.com, 1 apricaviabranding.com, 1 apricotactuaries.com.au, 1 aprilagentur.de, 1 @@ -13908,6 +14539,7 @@ aquadecor.cf, 1 aquadonis.ch, 0 aquadrom.cz, 1 +aquaexpo.com.ec, 1 aquafc.com, 1 aquafilm.cf, 1 aquafirm.com, 1 @@ -13952,6 +14584,7 @@ aquatherm72.ru, 1 aquaticbyte.com, 0 aquatiq.com, 1 +aquato.com.ua, 1 aquatropical.tk, 1 aquaviaspa.es, 1 aquaworld.tk, 1 @@ -14029,7 +14662,6 @@ aramido.de, 1 aramloebmd.com, 1 aramsco.com, 1 -aramyayinevi.com, 1 aranchhomes.com, 1 arandinacf.tk, 1 arandomsite.tk, 1 @@ -14145,6 +14777,7 @@ architectureblog.ml, 1 architecturequebec.com, 1 architectus.ga, 1 +architekt-website.de, 1 architekt.tk, 1 architekten.tk, 1 architektur.ga, 1 @@ -14173,8 +14806,6 @@ archphila.org, 1 archsec.info, 1 archtekton.com.ve, 1 -archwaypromotions.com, 1 -archwomen.org, 1 arcinapoli.it, 1 arcj.es, 1 arckr.com, 1 @@ -14263,7 +14894,7 @@ arenadagon.tk, 1 arenaforum.ru, 1 arenatennis.ga, 1 -arenda-auto.com, 0 +arenda-auto.com, 1 arenda-bez-agenta.ml, 1 arenda247.by, 0 arendabotov.tk, 1 @@ -14296,6 +14927,7 @@ arfycat.com, 1 argama-nature.com, 1 arganaddict.com, 1 +arganaddict.net, 1 arganaderm.ch, 0 arganwinkel.nl, 1 argb.de, 1 @@ -14316,6 +14948,7 @@ argos.co.uk, 1 argosasist.co.uk, 1 argosproject.fr, 1 +argosrisk.com, 1 argovpay.com, 1 argovpn.com, 1 argrafiche.it, 1 @@ -14483,6 +15116,7 @@ arleo.eu, 1 arlingtonelectric.com, 1 arlingtonlibrary.org, 1 +arlingtonmn.gov, 1 arlingtonva.gov, 1 arlingtonwine.net, 1 arlon.com, 1 @@ -14512,6 +15146,7 @@ armaplatform.com, 1 armarinhovirtual.com.br, 1 armateursderhum.fr, 1 +armatura.kiev.ua, 1 armazemdaminiatura.com.br, 1 armazemdeminasmg.com.br, 1 armazone.tk, 1 @@ -14617,13 +15252,13 @@ aromex.ml, 1 aroncull.de, 1 aronsonrosenthal.com, 1 +aroofing.net, 1 aroonchande.com, 0 arooshi.website, 1 aros.pl, 1 arose.io, 1 around-tables.co.jp, 1 arounddeal.com, 1 -aroundtheforum.com, 1 arouparia.com, 1 arowsoft.tk, 1 arox.eu, 1 @@ -14668,7 +15303,6 @@ arrowduty.ml, 1 arrowfastener.com, 1 arrowgrove.com, 0 -arrowheadaddict.com, 1 arrowwebprojects.nl, 1 arrt.xyz, 1 ars-online.pl, 1 @@ -14676,8 +15310,6 @@ arsalba.com, 1 arsalbania.tk, 1 arschkrebs.org, 1 -arscogitandi.com.pl, 1 -arscogitandi.pl, 1 arselvarol.com.tr, 1 arsenal-of-wisdom.org, 1 arsenal-trans.tk, 1 @@ -14714,7 +15346,6 @@ art-news.tk, 1 art-okno.com, 1 art-online.tk, 1 -art-pix.com, 0 art-pix.de, 1 art-pix.net, 1 art-polynesien.com, 1 @@ -14806,7 +15437,6 @@ artfabrics.com, 1 artformcollective.com.au, 1 artfullyelegant.com, 1 -artfuryou.com, 1 artgaragecrewe.com, 1 artgorod.tk, 1 artgranit.tk, 1 @@ -14824,6 +15454,7 @@ arti-group.ml, 1 arti-islam.tk, 1 articaexports.com, 1 +articexploit.xyz, 1 articlebyte.ga, 1 articledaily.net, 1 articlefr.cf, 1 @@ -14908,6 +15539,7 @@ artofhappyliving.com, 1 artoflinesmd.ca, 1 artofmonitoring.com, 0 +artofstonegardening.com, 1 artofwhere.com, 1 artofzoo.com, 1 artomalu.tk, 1 @@ -14916,7 +15548,7 @@ artozoul.fr, 1 artplaneta-leto.by, 1 artpoint.ro, 1 -artprojectsforkids.org, 0 +artprojectsforkids.org, 1 artpsd.com, 1 artransparency.gov, 1 artrapid.com, 1 @@ -15012,6 +15644,9 @@ as-aeu-ecp-dev-ecomeeting.azurewebsites.net, 1 as-aeu-ecp-qas-ecomeeting.azurewebsites.net, 1 as.roma.it, 1 +as136964.com, 1 +as136964.net, 1 +as198768.eu.org, 1 as200351.net, 1 as200753.com, 1 as200753.net, 1 @@ -15039,6 +15674,7 @@ asakoh.co.jp, 1 asal.tk, 1 asana.biz, 1 +asana.com, 0 asana.plus, 1 asananutrition.co.uk, 1 asancharge.tk, 1 @@ -15071,7 +15707,6 @@ asbestosthedarkarts.com, 1 asbisafrica.co.za, 1 asbito.de, 1 -asbrands.co.uk, 1 asburyparkreporter.com, 1 asbweb.org, 1 asc.es, 1 @@ -15124,10 +15759,12 @@ aselectionoffice.gov, 1 aselo.org, 1 asenaru.id, 1 +asennemedia.fi, 1 asennestudio.fi, 1 asenno.com, 1 aseoblog.com, 1 aserbx.ga, 1 +asersagua.es, 1 aserver.eu, 1 asesecours.com, 1 asesinosdeltarot.tk, 1 @@ -15167,10 +15804,10 @@ ashimwe.com, 1 ashisharma.tk, 1 ashishchamoli.com, 1 +ashlandcountywi.gov, 1 ashlee-club.tk, 1 ashley.net.in, 1 ashleyadum.com, 1 -ashleycumstar.net, 1 ashleyfoley.photography, 1 ashleykaryl.com, 1 ashleymadison.com, 1 @@ -15197,7 +15834,6 @@ ashwainfo.in, 1 ashwaubenon.gov, 1 asia.dating, 1 -asiabasket.com, 1 asiacan.com, 1 asiaceo.com, 1 asiacommerce.id, 1 @@ -15283,6 +15919,7 @@ askjan.org, 1 askkaren.gov, 1 asklocals.net, 1 +asklyrics.com, 1 askmagicconch.com, 0 askme-events.vip, 0 askme-fast.tk, 1 @@ -15292,7 +15929,6 @@ asko.ee, 1 askollelectric.bg, 1 asktanzania.com, 1 -askusutah.com, 1 askvg.com, 1 askwhy.cz, 1 askwhy.eu, 1 @@ -15354,7 +15990,6 @@ aspirateur-univers.com, 1 aspiration.marketing, 1 aspire-dev2.com, 1 -aspireappliances.ca, 1 aspirecig.bg, 1 aspirevc-prod.com, 1 aspirevc.com, 1 @@ -15436,6 +16071,7 @@ assistere-a-casa.it, 1 assistere-a-domicilio.it, 1 assistere-in-famiglia.it, 1 +assistouest.fr, 1 assmb.ly, 1 assmgp.com, 1 asso.com.ua, 1 @@ -15444,6 +16080,7 @@ associationhorizon.tk, 1 associazionerimborsi.it, 1 associazioneterra.it, 1 +assoft.co, 1 assomydesk.fr, 1 asspoop.com, 1 assr-online.com, 1 @@ -15455,6 +16092,7 @@ assurances-brg.com, 1 assured.se, 0 assuredspc.com, 1 +assyriatwpmi.gov, 1 ast-nabytek.cz, 1 asta-bar.de, 0 astacreative.nl, 0 @@ -15502,6 +16140,7 @@ astormueble.tk, 1 astour.ee, 1 astqx.com, 1 +astra.software, 1 astraalivankila.net, 0 astrakhan-gorod.ga, 1 astrakhan.cf, 1 @@ -15590,7 +16229,6 @@ asuntospropios.com, 1 asura.in.th, 1 asurbernardo.com, 1 -asurepay.cc, 0 asurgiant.ca, 1 asuro.de, 1 asustor.com, 1 @@ -15653,6 +16291,7 @@ atcstl.org, 1 atcworldaviation.com, 1 atds.ch, 0 +ateainsights.com, 1 ateamsport.dk, 1 atease-salon.jp, 1 ateasesystems.net, 1 @@ -15670,6 +16309,7 @@ atelierdefrancais.ch, 0 atelierdelacreation.com, 1 atelierdeloulou.fr, 1 +atelierdepresse.com, 1 atelierdesflammesnoires.fr, 1 atelierfantazie.sk, 1 atelierferro.be, 1 @@ -15688,7 +16328,6 @@ atenolol50mg.ga, 1 atentadocumbiero.tk, 1 aterlectric.com, 1 -ateus.net, 1 atev.tk, 1 atf.gov, 1 atfonline.gov, 1 @@ -15698,7 +16337,7 @@ atgresultat.com, 1 atgseed.co.uk, 1 atgseed.uk, 1 -atgweb.es, 1 +atgweb.es, 0 ath0.org, 0 atharsale.com, 1 atheatac.com, 1 @@ -15725,6 +16364,7 @@ athenstn.gov, 1 athensvantours.com, 1 athensvantours.gr, 1 +athensvillageny.gov, 1 athensvt.gov, 1 atherosense.ga, 1 athicart.com, 1 @@ -15736,11 +16376,7 @@ athoris.net, 1 athritisexplained.com, 1 atide.cf, 1 -atifdomainrating.xyz, 1 atifdomainrating1.xyz, 1 -atifdomainrating2.xyz, 1 -atifdomainrating3.xyz, 1 -atifdomainrating4.xyz, 1 atigerseye.com, 1 atik.kr, 0 atiku2007.tk, 1 @@ -15758,6 +16394,7 @@ atisoft.net, 1 atisoft.net.tr, 1 atisoft.web.tr, 1 +atisoftbarkodetiket.com.tr, 1 atisoftseo.com, 1 atisoftwebtasarim.com, 1 atisoftwebyazilim.com, 1 @@ -15774,7 +16411,6 @@ atl-paas.net, 0 atlan.digital, 1 atlan.nl, 1 -atlana.pro, 1 atlantacustomfab.com, 1 atlantahealthcare.tk, 1 atlantareroof.com, 1 @@ -15836,6 +16472,7 @@ atlaswu.com, 1 atlcoaters.com, 1 atletico-guacuano.tk, 1 +atleticocearense.com.br, 1 atletika.hu, 1 atletismomacotera.tk, 1 atletismosudamericano.org, 1 @@ -15887,10 +16524,11 @@ atozeventrentalsofpa.com, 1 atp-autoteile.de, 1 atplonline.co, 1 +atproducts.xyz, 1 atpx.com, 1 atraining.ru, 1 -atrakcjenaeventy.com.pl, 1 atrands.com, 1 +atrasglobal.com, 1 atraverscugy.ch, 0 atresclick.com, 1 atrevillot.com, 1 @@ -15901,6 +16539,7 @@ atris-qa.media, 1 atris.media, 1 atriumschool.gr, 1 +atrs2023kobe.com, 1 ats.net, 1 atspeeds.com, 1 att-lda.pt, 1 @@ -15908,6 +16547,7 @@ attahiyatsaffron.com, 1 attanasioluigi.tk, 1 attatroll.de, 1 +attawauganfirect.gov, 1 attcleaning.com, 1 atte.fi, 1 attekaleva.fi, 1 @@ -15941,6 +16581,7 @@ attosoft.tk, 1 attractant.com, 1 attractieparken.tk, 1 +attsavings.com, 1 atttrainings.com, 1 attuned.se, 1 attunedstore.com, 1 @@ -15983,7 +16624,6 @@ aubepine-restaurant.com, 1 aubergegilly.ch, 0 aubio.org, 1 -aubtu.biz, 1 auburn-housekeeper.com, 1 auburnma.gov, 1 auburnmi.gov, 1 @@ -16010,6 +16650,7 @@ audio-detector.com, 1 audio-extractor.net, 1 audio-joiner.com, 1 +audio.servemp3.com, 1 audiobit.es, 1 audioblackmagic.com, 1 audiobookss.com, 1 @@ -16036,7 +16677,6 @@ audionamix.com, 1 audionpack.de, 1 audioonly.stream, 1 -audiophix.com, 1 audioplugin.deals, 1 audiorental.net, 1 audios.tk, 1 @@ -16044,7 +16684,6 @@ audioscenic.uk, 1 audioschoolonline.com, 1 audiosciencereview.com, 1 -audiosite.net, 1 audioslave.tk, 1 audiotrace.tk, 1 audiovegas.com, 1 @@ -16173,7 +16812,6 @@ auroramarionvillepd-mo.gov, 1 auroranianoxx.net, 1 auroraofficefurniture.com.au, 1 -auroraoss.com, 1 aurorarecordings.com, 1 auroravtc.com, 1 auroz.video, 1 @@ -16229,8 +16867,8 @@ austinhartzheim.me, 1 austinlaw.co.uk, 1 austinonline.tk, 1 +austinoverheaddoorcompany.com, 1 austinsutphin.com, 1 -austintxacrepairtoday.com, 1 austinuniversityhouse.com, 1 australiabusinessblog.com, 1 australiadaily.ga, 1 @@ -16251,7 +16889,6 @@ australianpropertyanalytics.ga, 1 australiantemporarytattoos.com, 1 australiantemporarytattoos.com.au, 1 -australiaunwrapped.com, 1 australien-tipps.info, 1 austriablog.de, 0 austriaguide.tk, 1 @@ -16259,7 +16896,6 @@ austriantekken.tk, 1 austriatravel.tk, 1 austromorph.space, 1 -austsun.com, 1 auszeit-lanzarote.com, 1 auszeit-walsrode.de, 1 auszeit.bio, 1 @@ -16280,7 +16916,6 @@ authentick.cloud, 1 authentick.online, 1 authentick.systems, 1 -authentictrucks.com.br, 1 authinfo-bestellen.de, 1 authinity.com, 0 authland.com, 1 @@ -16295,7 +16930,6 @@ authorize.network, 1 authorwise.com, 1 authress.io, 1 -authshoesstore.com, 1 authsrv.nl.eu.org, 1 autism-explained.com, 1 autisme-france.fr, 1 @@ -16305,7 +16939,6 @@ autisten.club, 1 autistici.org, 1 auto-albrecht.de, 1 -auto-anleitung.de, 1 auto-arsenal.tk, 1 auto-borse.tk, 1 auto-dealership-news.com, 1 @@ -16387,11 +17020,11 @@ autodocument.tk, 1 autodynamics.tk, 1 autoecoledumontblanc.com, 1 -autoedumator.com, 1 autoeet.cz, 1 autoelettricaperbambini.com, 1 autoentrepreneurinfo.com, 1 autoepc.ro, 1 +autoescolapontual.com.br, 1 autoexprez.com, 1 autofficina.roma.it, 1 autofinancing.ga, 1 @@ -16418,7 +17051,6 @@ autoinsurancehavasu.com, 1 autojur.com.br, 1 autokasko.tk, 1 -autokeyboard.com, 1 autokino-sachsen.de, 1 autoklub.cz, 1 autoknife.cf, 1 @@ -16783,7 +17415,6 @@ avalancha.tk, 1 avaland.tk, 1 avalaunchmedia.com, 1 -avalo.vn, 1 avalon-ami.tk, 1 avalon-island.ru, 1 avalon-rpg.com, 1 @@ -16862,7 +17493,6 @@ avanteinversiones.es, 1 avantitualatin.com, 1 avanzagrupo.com, 1 -avanzbanc.com, 1 avaralar.tk, 1 avarcom.tk, 1 avarie.ru, 1 @@ -16871,7 +17501,6 @@ avarty.com, 1 avastantivirus.ro, 1 avasu.com, 1 -avatarai.me, 1 avatardiffusion.com, 1 avatarka.tk, 1 avaxprices.com, 1 @@ -16888,7 +17517,6 @@ aveclunettesoleil.fr, 1 avedesk.org, 0 avelecollege.edu.ws, 1 -avelengo.org, 1 avelinodiaz.gal, 1 avellinotoday.it, 1 aveloair.com, 1 @@ -16926,7 +17554,6 @@ avexonsecurity.com, 1 avg.club, 1 avg7.de, 1 -avgantivirusreview.com, 1 avgindiantech.com, 1 avi-web.com, 1 avi12.com, 0 @@ -16935,6 +17562,7 @@ avia-ufa.ru, 0 aviabilet.tk, 1 aviacao.pt, 0 +aviandirectory.uk, 1 aviaphoto.tk, 1 aviapic.com, 1 aviapic.eu, 1 @@ -16973,7 +17601,6 @@ avionicbooks.tk, 1 avions.ga, 1 aviprime.by, 1 -aviraantivirusreviews.com, 1 aviruptribedi.com, 1 avisbabes.com, 1 avishanx.com, 1 @@ -17046,7 +17673,6 @@ avris.it, 1 avrora-nov.ru, 1 avroramine.tk, 1 -avsfinancialservices.com, 1 avspot.net, 1 avstack.io, 1 avt-ukraine.com, 1 @@ -17207,6 +17833,7 @@ axislinx.com, 1 axisortho.com.sg, 1 axispara-bg.com, 1 +axist.com.co, 1 axisunderwriting.com.au, 1 axitech.com.br, 1 axl.net, 1 @@ -17418,10 +18045,10 @@ aziatki.tk, 1 azienda-tv.tk, 1 azimech.net, 1 -azimps.com.br, 1 azimut.fr, 1 azimuth-ast.ru, 1 azingostar.tk, 1 +azinmadaar.com, 1 azinmahab.com, 1 azirevpn.com, 1 azithromycin.ga, 1 @@ -17476,7 +18103,6 @@ azu-l.jp, 0 azudream.tk, 1 azuki.cloud, 1 -azukie.com, 1 azul-elijah.tk, 1 azula.tk, 1 azulimparcial.pt, 1 @@ -17497,6 +18123,7 @@ azuxul.fr, 1 azvirtualschool.com, 0 azvpn.tk, 1 +azzorti.co, 1 azzurrapelletterie.it, 1 b-angel.info, 1 b-b-law.com, 1 @@ -17559,7 +18186,6 @@ b33app.com, 0 b36512.com, 0 b3b4.com, 1 -b3gin.com, 1 b3pacific.com, 1 b3tec.fr, 1 b422edu.com, 1 @@ -17615,8 +18241,8 @@ b67901.com, 0 b67902.com, 0 b67903.com, 0 -b67904.com, 1 -b67905.com, 1 +b67904.com, 0 +b67905.com, 0 b6957.co, 1 b70301.com, 1 b70302.com, 1 @@ -17733,8 +18359,8 @@ ba7rain.tk, 1 baaam.se, 1 baac-dewellmed.com, 1 +baaiai.com, 1 baalajimaestro.me, 1 -baalsworld.de, 1 baams.tk, 1 baanlaesuan.com, 1 baaradvies.nl, 1 @@ -17826,6 +18452,7 @@ babyliss-pro.net, 0 babylonclub.cf, 1 babylonplast.com, 1 +babymall.hk, 1 babymasaze.cz, 1 babymozg.ga, 1 babynamen.nl, 1 @@ -17859,6 +18486,7 @@ bacardi.cf, 1 bacardicola.tk, 1 baccarat.tk, 1 +bacchtalia.com, 1 baccredomatic.voyage, 1 bacgp.com, 1 bacgroup.digital, 1 @@ -17934,6 +18562,7 @@ backspace.rocks, 1 backstage.click, 1 backstienkboys.tk, 1 +backstopsolutions.com, 1 backstreetbrasil.tk, 1 backstreets-corner.tk, 1 backterris.com, 1 @@ -18061,6 +18690,7 @@ baer.space, 1 baerkarrer.ch, 1 baevserver.ddns.net, 1 +bafito.com, 1 baframedya.tk, 1 bafus.ru, 1 bag.bg, 1 @@ -18101,7 +18731,6 @@ bahnhelden.de, 1 bahninrotweissrot.at, 1 bahnmagazine.de, 1 -bahno.xyz, 1 bahrain.gq, 1 bahraincredit.com.bh, 1 bahrainmarina.bh, 1 @@ -18109,6 +18738,8 @@ bahrep.com, 1 bahri.sa, 1 baiask.com, 1 +baichi.cf, 1 +baichi.ml, 1 baidu-s.com, 0 baiduo.com, 1 baier-michels.com, 1 @@ -18121,6 +18752,7 @@ baileebee.com, 1 baileyladders.com.au, 1 baileysafetyconsultants.com, 1 +baileysharborwi.gov, 1 bailiang.com, 1 bailleux.be, 1 bailodromo.tk, 1 @@ -18136,6 +18768,8 @@ bairuo.net, 0 bairuo.top, 0 bairwell.com, 1 +baise.cf, 1 +baise.ml, 1 baise3x.com, 1 baishitie.com, 1 bait55.ru, 0 @@ -18328,10 +18962,12 @@ balsara.com, 1 balski.com, 1 balslev.io, 1 +balt.net, 1 balter.com, 1 baltialcoholicos.tk, 1 balticroofing.com, 1 baltimorecashflow.com, 1 +baltimorecitybnmd.gov, 1 baltimorecolonrectal.com, 1 baltimorejetcharter.com, 1 baltimoreroofingservices.com, 1 @@ -18388,6 +19024,7 @@ bancontinental.com.py, 1 bancosdominicanos.net, 1 bancoserfinanza.com, 1 +bancsource.net, 1 band.us, 1 bandaancha.eu, 1 bandademusicacarrion.tk, 1 @@ -18409,7 +19046,6 @@ banderasdelmundo.xyz, 1 banderol.tk, 1 bandhanbank.com, 1 -bandhayoga.paris, 1 bandidosmc.com, 1 bandiere-mondo.it, 1 bandiga.it, 1 @@ -18524,7 +19160,6 @@ banktool.com, 1 bankvanbreda.be, 1 bankwithfidelity.com, 1 -bankwork.org, 1 banland.net, 1 banlinhdanong.com, 0 banmapvn.com, 1 @@ -18544,6 +19179,7 @@ banningca.gov, 1 banninglibraryca.gov, 1 bannisbierblog.de, 1 +bannockcounty.gov, 1 bannockcountyidaho.gov, 1 bannsecurity.com, 1 banquevanbreda.be, 1 @@ -18658,6 +19294,7 @@ barelias.tk, 1 barentsz.co, 1 barer.me, 1 +barexam.jp, 1 bargaindentistsers.ga, 1 bargaindentistsest.ga, 1 bargainsettelement.com, 1 @@ -18680,6 +19317,7 @@ baris-sagdic.com, 1 bariseau-mottrie.be, 1 barisi.me, 1 +barista.network, 1 baristabetter.com, 1 baristador.com, 1 baritoday.it, 1 @@ -18734,7 +19372,6 @@ barracuda.blog, 1 barracuda.com.tr, 0 barracudaswimmingclub.tk, 1 -barrahome.org, 1 barrancos.tk, 1 barrankest.ga, 1 barranquillero.tk, 1 @@ -18875,6 +19512,7 @@ basilicproduction.fr, 1 basilm.co, 1 basilsys.com, 1 +basis-online.eu, 1 basisbedarf.de, 1 basisofcare.com, 1 basisonline.nl, 1 @@ -18942,10 +19580,10 @@ batacas.com, 1 batailleros.tk, 1 bataminnovationhub.com, 1 +bataviail.gov, 1 bataviaoh.gov, 1 batcave.tech, 1 batch.com, 0 -batdongsancongnghiep.vn, 1 bateaux-sans-permis.com, 0 batelco.com, 1 baterias.com, 1 @@ -18981,6 +19619,7 @@ batoit.gq, 1 batonchik.tk, 1 batonger.com, 1 +batten-family.uk, 1 batten.eu.org, 1 batterman.ch, 1 battery-center.fr, 1 @@ -19006,9 +19645,10 @@ batwatt.com, 1 bau.ua, 1 baubau.bg, 1 +baubletoy.ru, 1 bauchredner-zauberer.de, 1 bauchtanz.tk, 1 -bauen-mit-ziegel.de, 0 +bauen-mit-ziegel.de, 1 bauer-plus.de, 1 bauer-reininghorses.com, 1 bauer.network, 0 @@ -19142,7 +19782,6 @@ bazdell.com, 0 bazdidaval.ir, 1 bazel.build, 1 -bazhan.me, 1 bazhan.wang, 1 bazinga-events.nl, 1 bazos.at, 1 @@ -19234,7 +19873,6 @@ bc-diffusion.com, 1 bcabs.com, 1 bcaf.uk, 1 -bcakuwait.com, 1 bcalabsokc.com, 1 bcalles.dk, 1 bcalles.eu, 1 @@ -19272,7 +19910,6 @@ bcomm.com.au, 1 bconcept.be, 1 bcpc-ccgpfcheminots.com, 1 -bcperak.net, 1 bcrnews.tk, 1 bcrook.com, 1 bcrypt.online, 1 @@ -19321,7 +19958,6 @@ bdtc.com.bd, 1 bdtd.nl, 1 bdtechnews.tk, 1 -bdvasatkova.cz, 1 be-craft.de, 1 be-free.gq, 1 be-nice.digital, 1 @@ -19439,6 +20075,7 @@ beatmaker.ml, 1 beatmalaria.org, 1 beatoapp.com, 1 +beatolympics.xyz, 1 beaton.tk, 1 beatquantum.com, 1 beatrice-raws.org, 1 @@ -19510,14 +20147,13 @@ beautyspaceshop.com, 1 beautyspacestore.com, 1 beautyspot.tk, 1 -beautyvillage.com.ng, 1 beaver-creek.ga, 1 beaver.com.br, 1 beaverdamautos.com, 1 beavertails.com, 1 beavertales.ca, 1 beavillabea.it, 1 -beavivo.de, 1 +beavivo.de, 0 bebaspedia.com, 1 bebbiboni.tk, 1 bebe2luxe.fr, 1 @@ -19552,7 +20188,6 @@ becklove.cn, 1 beckmandxapps.com, 1 beckmanngmbh.de, 1 -beckmccormick.com, 1 beckylicious.tk, 1 beclan.tk, 1 becleverwithyourcash.com, 1 @@ -19602,11 +20237,11 @@ bee-creative.nl, 1 bee-line.org.uk, 1 bee-removal-dublin.com, 1 -bee.supply, 1 bee.tools, 1 beebeads.ga, 1 beecambio.com.br, 1 -beecare.ch, 1 +beecare.ch, 0 +beechwoodindustrial.com, 1 beedsolyjas.tk, 1 beefclan.tk, 1 beeg.hu, 1 @@ -19620,11 +20255,8 @@ beehive42.org, 1 beeinfo.com, 1 beekbier.nl, 1 -beekeeper.blog, 1 -beekeeper.clothing, 1 beekeeper.supply, 1 beekeeper.tools, 1 -beekeeping.tools, 1 beekeepingfiji.com, 1 beeksnetwork.nl, 1 beeldbankgent.be, 1 @@ -19645,7 +20277,6 @@ beeremovaljohannesburg.co.za, 1 beeremovalpretoria.co.za, 1 beeremovalspretoria.co.za, 1 -beerflower.com, 1 beergifts.tk, 1 beerglasses.tk, 1 beerhouse.tk, 1 @@ -19658,6 +20289,7 @@ beerradar.no, 1 beerradar.party, 1 beerre.com, 1 +beers.network, 1 beersandco.ch, 1 beersconf.com, 1 beersheba.co.il, 1 @@ -19668,6 +20300,7 @@ beescloud.com, 1 beesco.us, 1 beesex.xyz, 1 +beesnoosa.com, 1 beestar.it, 1 beestation13.com, 1 beeswarmrehoming.com.au, 1 @@ -19679,6 +20312,7 @@ beetman.net, 1 beetsforyou.xyz, 1 beeutifulparties.co.uk, 1 +beeweighed.co.uk, 1 beexfit.com, 0 beezkneezcastles.co.uk, 1 beeznest.com, 1 @@ -19751,6 +20385,7 @@ beinsports.pro, 1 beinsured.cloud, 0 beinteractive.pl, 1 +beira.pt, 1 beiramar.tk, 1 beirel.ru, 1 beitmidrashrambam.com, 1 @@ -19822,6 +20457,7 @@ belavis.com, 1 belayarus.tk, 1 belcanto.cz, 1 +beldet.be, 1 beleadsteam.com, 1 belebey.city, 1 beleefheemstede.nl, 1 @@ -19863,7 +20499,6 @@ belgraver.eu, 1 belgraver.xyz, 1 belhopro.be, 1 -belic.net, 1 belics.com, 1 belidi.tk, 1 belidzs.hu, 0 @@ -19893,6 +20528,7 @@ bellaireroofinginc.com, 1 bellamodeling.com, 1 bellamy.cloud, 1 +bellamy.md, 1 bellanews.tk, 1 bellaslokal.de, 1 bellassubsandpizza.com, 1 @@ -19920,7 +20556,6 @@ bellflowerlactation.com, 1 bellhowell.net, 1 bellissime.tk, 1 -bellizas.com.br, 1 bellmeadtx.gov, 1 belloo.date, 1 belloweb.tk, 1 @@ -19949,6 +20584,7 @@ belrosstrakh.tk, 1 belrybalka.cf, 1 bels-lijntje.nl, 1 +belsat.be, 1 belsilos.com, 1 belt.black, 1 beltanelabrosse.tk, 1 @@ -19960,6 +20596,7 @@ belugadev.ml, 1 belveb24.by, 1 belviderepoliceil.gov, 1 +belvideretownshipmi.gov, 1 belvitajoreggelt.hu, 1 belvo.com, 1 belvoc.be, 1 @@ -19997,7 +20634,6 @@ benchmark-dental.com, 1 benchmark-ip.com, 1 benchmarked.site, 1 -benchmarkingcompany.com, 1 benchmarkmonument.com, 1 benclarkphotography.com.au, 1 bencrump.com, 1 @@ -20008,8 +20644,10 @@ bendhvacpros.com, 1 bendigoland.com.au, 1 bendingtheending.com, 1 +benditaessaloja.com, 1 bendjadid.com, 1 bendminding.com, 1 +bendwebs.com, 1 bendyworks.com, 1 beneathvt.com, 1 beneazy.cf, 1 @@ -20032,7 +20670,6 @@ benekill.tk, 1 benemortasia.com, 1 benepla.com, 1 -beneri.se, 1 benetcasablancas.tk, 1 benevisim.com, 1 benevita.bio, 1 @@ -20062,7 +20699,10 @@ benhoeg.com, 0 benia.cz, 1 beniajan.tk, 1 +benicee.com, 1 benidormcd.tk, 1 +benify.com, 1 +benify.se, 1 benimsetin.com, 1 benimsetin.org, 1 beninca.link, 1 @@ -20102,10 +20742,10 @@ benni1.eu, 1 bennie.com, 1 bennierobinson.com, 1 +benningtonne.gov, 1 benningtontownshipmi.gov, 1 bennink.me, 1 benno.frl, 1 -benny003.de, 1 bennygommers.nl, 1 bennythink.com, 1 benobi.one, 0 @@ -20166,7 +20806,6 @@ bepersia.com, 0 bephoenix.org.uk, 0 bepick.blog, 1 -beplephan.com, 1 bepositive.ml, 1 beptutotnhat.com, 1 bepxl.art, 1 @@ -20314,6 +20953,7 @@ bernius.xyz, 1 bernmail.ch, 1 bernoldi.com.ar, 1 +berntmuurling.nl, 1 bernyweb.net, 1 beroepenhuis.gent, 1 berr.yt, 1 @@ -20354,7 +20994,7 @@ bertoliniodontoiatria.it, 1 bertr.am, 1 bertrand.bio, 0 -bertrandkeller.info, 1 +bertrandkeller.info, 0 bertrell.com, 1 bertsmithvwparts.com, 1 bertusengelbrecht.com, 1 @@ -20374,7 +21014,7 @@ besdev.uk, 1 besedovichi.tk, 1 besensi.com, 1 -besiconstruct.be, 0 +besiconstruct.be, 1 besidemetal.tk, 1 besikta.se, 1 besiktasmtsk.com, 1 @@ -20383,6 +21023,7 @@ besnard.me, 1 besnik.de, 0 besnik.tk, 1 +besola.de, 1 besole.ch, 1 besolov.tk, 1 besonderheit.com, 1 @@ -20456,7 +21097,6 @@ bestbestbitcoin.com, 1 bestbit.ro, 1 bestbitcoinexchange.com, 1 -bestblogthemes.com, 1 bestbonuses.co.uk, 1 bestbookmark.cf, 1 bestbookmark.gq, 1 @@ -20466,6 +21106,7 @@ bestbudseedbank.com, 1 bestbuyzone.com, 1 bestcamshow.tk, 1 +bestcanvaswallart.com, 1 bestcarscyprus.com, 1 bestcash2020.com, 1 bestcasinositesonline.com, 1 @@ -20484,6 +21125,7 @@ bestdatingsite.tk, 1 bestdeal.co.in, 1 bestdealstrips.com, 1 +bestdiabeteshealth.com, 1 bestdlsites2.tk, 1 bestdownloadscenter.com, 1 bestdslrcameras.tk, 1 @@ -20499,6 +21141,7 @@ bestellipticalmachinereview.info, 1 bestelsportprijzen.nl, 1 bestemailmarketingsoftware.org, 1 +bestenlogin.com, 1 bestertagderwelt.de, 1 bestesb.net, 1 bestescortsdirectory.com, 1 @@ -20532,10 +21175,10 @@ bestiahosting.com, 1 besties4life.ml, 1 bestinahwatukee.com, 1 +bestincservices.com, 1 bestinductioncooktop.us, 1 bestinsider.net, 0 bestinsulatedwaterbottle.tk, 1 -bestinterior.fr, 1 bestinver.es, 0 bestitwork.tk, 1 bestjigsawreview.net, 1 @@ -20697,7 +21340,6 @@ bestmodels.ua, 1 bestmotherfucking.website, 1 bestmotorcyclehelmets.net, 1 -bestmt4ea.com, 1 bestnetentcasino.info, 1 bestnetflowanalyzer.com, 1 bestnewsmag.com, 1 @@ -20740,7 +21382,6 @@ bestsatoshifaucet.ga, 1 bestschools.io, 1 bestseo4u.co.uk, 1 -bestseries.tv, 1 bestsextoys.com, 1 bestshoesmix.com, 1 bestshopping.ga, 1 @@ -20792,10 +21433,8 @@ bet166eee.com, 1 bet166fff.com, 1 bet166hhh.com, 1 -bet166tt.com, 1 bet166uu.com, 1 bet166ww.com, 1 -bet166xx.com, 1 bet166yy.com, 1 bet1x-th.com, 1 bet1x-thai.com, 1 @@ -21232,6 +21871,7 @@ bezpiecznykierowca.info, 1 bezposrednio.net.pl, 1 bezpredel.tk, 1 +bf-foto.eu, 1 bf2statistics.eu, 1 bfam.tv, 1 bfas237blog.com, 1 @@ -21242,6 +21882,7 @@ bfelob.gov, 1 bfem.gov, 1 bferal.cl, 1 +bffr.wtf, 1 bfh.science, 1 bfharrison.com, 1 bfi.is, 1 @@ -21282,12 +21923,11 @@ bgmn.me, 1 bgmontaggi.com, 1 bgmsquad.com, 1 -bgmsquad.net, 0 +bgmsquad.net, 1 bgp.co, 1 bgp.space, 1 bgr34.cz, 1 bgs-game.com, 1 -bgtoyou.com, 1 bgtraffic.tk, 1 bh-oberland.de, 1 bh.sb, 1 @@ -21316,12 +21956,12 @@ bhpropco.com, 1 bhrenovations.com, 1 bhserralheria.com.br, 1 +bhsfacilityservice.com, 1 bhtechconnection.com, 1 bhtelecom.ba, 1 bhub.tk, 1 bhuntr.com, 1 bhuvanreddy.space, 1 -bhvapers.com, 1 bhw.name, 1 bhxch.moe, 1 bi-fazlasi.com, 1 @@ -21335,7 +21975,6 @@ bi8cku.club, 1 bi8cku.tech, 1 bia3consultores.es, 1 -biaccountancy.com, 1 biaform.be, 1 biagiowineandspirits.com, 1 bial.com, 1 @@ -21348,10 +21987,14 @@ bianco-band.tk, 1 bianinapiccanovias.com, 1 biano-ai.com, 1 +biantai.cf, 1 +biantai.ml, 1 biantti.md, 1 bianyanan.xyz, 1 bianys.org, 1 biaoxiong.com, 1 +biaozi.cf, 1 +biaozi.ml, 1 biarritzboys.tk, 1 biaservice.cz, 1 biasmath.es, 1 @@ -21374,7 +22017,10 @@ bibleinsiderest.ga, 1 bibleonline.ru, 1 biblereadlist.com, 1 +biblesearch.com.tw, 1 +biblesearch.tw, 1 biblesignposts.com, 1 +bibletower.net, 1 bibleversesfordailyliving.com, 1 biblia.es, 1 bibliaon.com, 1 @@ -21409,6 +22055,7 @@ biboumail.fr, 1 bibuch.com, 1 bibun.gq, 1 +bicara.id, 1 bicaraviral.com, 1 bicecontracting.com, 1 bicestore.cl, 1 @@ -21431,6 +22078,7 @@ biddl.com, 1 biddle.co, 1 biddr.com, 1 +biddulphinbloom.org.uk, 1 bidenstopdeportations.com, 1 bidlab.org, 1 bidmachine.io, 1 @@ -21513,6 +22161,7 @@ bigbendsentinel.com, 1 bigbenny.tk, 1 bigbit.tk, 1 +bigblockmotors.ru, 1 bigbluecomputers.tk, 1 bigbluedoor.net, 1 bigboard.tk, 1 @@ -21549,6 +22198,8 @@ biggive.org, 1 biggles.io, 1 biggsconstruction.com, 1 +bighams.co.uk, 1 +bighams.com, 1 bighappy.com, 1 bighome.ml, 1 bighorn.co.jp, 1 @@ -21598,6 +22249,7 @@ bigtitsporn.pics, 1 bigtix.io, 1 bigtown.tk, 1 +bigtstexasbbq.com, 1 bigudi.ee, 1 bigudi.eu, 1 bigwaterut.gov, 1 @@ -21662,7 +22314,6 @@ bilbayt.com, 1 bilbud.tk, 1 bilder-designs.de, 1 -bilderload.com, 1 bildermachr.de, 1 bilderrahmen-baer.de, 1 bilderrahmen-schluechtern-sinntal.de, 1 @@ -21684,11 +22335,11 @@ bilgilarus.com, 1 bilgiliksel.com, 1 bilgisayarkursu.tk, 1 +bilgisoft.ir, 1 bilgo.com, 1 bilhos.com.tr, 1 bilibili.link, 1 bilibili.party, 1 -bilibili.red, 0 bilimal.kz, 1 bilimoe.com, 1 bilingualunit.tk, 1 @@ -21719,7 +22370,6 @@ billgoldstein.name, 1 billgradywebdesign.com, 1 billhartzer.com, 1 -billiard-group.ru, 1 billiardmaster.com.ua, 1 billiebikes.com, 1 billigastehemsidan.se, 1 @@ -21734,7 +22384,7 @@ billingsmtpublicworks.gov, 1 billionaire.ml, 1 billionaire365.com, 1 -billionaires.africa, 1 +billionaires.africa, 0 billionkiaparts.com, 1 billkochman.com, 1 billo.life, 1 @@ -21884,10 +22534,12 @@ biocal.eu, 1 biocal.nl, 1 biocarbonregistry.com, 1 +biocentricinc.com, 1 biochart.ga, 1 biocheminee.com, 1 bioclaudia.it, 1 biocrafting.net, 0 +biocybernaut.com, 1 biodaan.com, 1 biodieselbr.com, 1 biodieseldata.com, 1 @@ -21914,7 +22566,6 @@ biogecho.swiss, 0 biogeist.de, 1 biogenius.ca, 1 -bioghalm.com, 1 biogiardinaggio.it, 1 biographybd.com, 1 biographyseriesers.ga, 1 @@ -22023,7 +22674,6 @@ bipolargeek.org, 1 bipolarworld.us, 1 bippassistant.com, 1 -bipyo.com, 0 birahugo.tk, 1 birbaumer.li, 0 birchandfog.co, 1 @@ -22041,7 +22691,6 @@ birdslabel.com, 1 birdsnow.com, 1 birdwatchireland.ie, 1 -birdygaia.com, 1 birdymanbestreviews.com, 1 birebirvilla.com, 1 birgit-rydlewski.de, 1 @@ -22072,7 +22721,6 @@ birthday-to-you.com, 1 birthdayapp.today, 1 birthdaybuzz.org, 1 -birthdayfeelings.com, 1 birthdayinsiderest.ga, 1 birthinjurylawyer.com, 1 birthright.host, 1 @@ -22172,6 +22820,7 @@ bitcoin.ch, 1 bitcoin.co.nz, 1 bitcoin.de, 1 +bitcoin.foundation, 1 bitcoin.im, 1 bitcoin.info, 1 bitcoin.ninja, 1 @@ -22256,7 +22905,6 @@ bitga.in, 1 bitgarant.tk, 1 bitgo.com, 1 -bither.net, 1 bithosting.pt, 1 bitiobmen.com, 1 bititrain.com, 1 @@ -22265,7 +22913,6 @@ bitkan.com, 1 bitkiselreyonum.com, 1 bitkub-app.com, 1 -bitkub-int.com, 1 bitlair.nl, 1 bitlaunch.io, 1 bitljettnu.gq, 1 @@ -22328,8 +22975,8 @@ bitsoffreedom.nl, 1 bitspaceonline.ml, 1 bitstage.uk, 1 -bitstorm.nl, 1 bitstorm.org, 1 +bitsum.com, 1 bitsync.nl, 1 bitten.pw, 1 bittentechsolutions.in, 1 @@ -22366,6 +23013,7 @@ bixservice.com, 1 biyouclub.com, 1 biysk.ml, 1 +biz-academy.it, 1 biz-pak.ml, 1 biz-secrety.cf, 1 biz-secrety.ga, 1 @@ -22375,6 +23023,7 @@ biz4solutions.com, 1 biz4x.com, 0 bizapps.lv, 1 +bizardesignstudio.co.za, 1 bizarrefuture.cf, 1 bizbelarus.tk, 1 bizboatest.ga, 1 @@ -22408,6 +23057,7 @@ biznpro.ru, 1 bizontrip.com, 1 bizophub.com, 1 +bizopia.com, 1 bizor.tk, 1 bizpay.su, 1 bizprom.ga, 1 @@ -22448,7 +23098,7 @@ bjoern-thoroe.de, 1 bjolanta.pl, 1 bjordanov.com, 1 -bjorknet.com, 1 +bjorknet.com, 0 bjornhelmersson.se, 1 bjornjohansen.no, 1 bjornlarssen.com, 1 @@ -22585,7 +23235,6 @@ bkk24.de, 1 bkkf.at, 1 bkkposn.com, 1 -bkl-ca-qa-employeeapp.azurewebsites.net, 1 bklaindia.com, 1 bklynsoap.com, 1 bkmexpress.com.tr, 1 @@ -22662,7 +23311,6 @@ blackbeltmag.com, 1 blackbird-whitebird.com, 1 blackbirdproperties.tk, 1 -blackbirdsigns.com.au, 1 blackboxcity.tk, 1 blackbrookwi.gov, 1 blackbyrne.com, 1 @@ -22782,6 +23430,7 @@ blackwire.tk, 1 blackwoodrugby.tk, 1 blackwoodseventcenter.com, 1 +blackwoodsprotector.co.nz, 1 blackworld.ga, 1 blackwot.ru, 1 blackyau.cc, 0 @@ -22869,6 +23518,7 @@ blaulicht-giessen.de, 1 blaumedia.com, 1 blautiefe.de, 1 +blauwereigercoaching.nl, 1 blauwgras.nl, 1 blauwwit.be, 1 blavandbike.de, 1 @@ -22893,6 +23543,7 @@ bleachbattalion.tk, 1 bleaching-tipps.de, 1 bleaklyrics.tk, 1 +bleatingsheep.org, 1 bleche-onlineshop.at, 1 bleche-onlineshop.de, 1 blechschmidt.saarland, 1 @@ -22906,7 +23557,6 @@ blender.io, 1 blenderinsider.com, 1 blenderrecipereviews.com, 1 -blenderwallet.io, 1 blendessencial.com, 1 blending.kr, 1 blendle.com, 1 @@ -22916,6 +23566,7 @@ blessedgeeks.org, 1 blessedgeeks.social, 1 blessedguy.com, 1 +blessings24x7.com, 1 blessingtransportbromoijen.com, 1 bleta.io, 1 bleuwire.com, 1 @@ -22938,6 +23589,7 @@ blijfbij.com, 1 blijfbij.eu, 1 bliker.ga, 1 +blinblin.la, 1 blindaryproduction.tk, 1 blindfold.cf, 1 blindfold.ga, 1 @@ -23017,12 +23669,12 @@ blockedyourcar.com, 1 blockedyourcar.net, 1 blockedyourcar.org, 1 -blockexplorer.online, 1 blockhost.net, 1 blockified.io, 1 blockinx.com, 1 blockmetry.com, 1 blockmomsest.ga, 1 +blocksettle.com, 1 blockshopauto.com, 1 blockstream.com, 1 blockstream.info, 1 @@ -23052,6 +23704,7 @@ blog.vu, 1 blogabout.ru, 1 blogabouthealthy.tk, 1 +blogai.wiki, 1 blogaid.net, 1 bloganchoi.com, 1 blogaram.tk, 1 @@ -23087,6 +23740,7 @@ bloggervent.com, 1 bloggerzarausa.ga, 1 blogging-life.com, 1 +bloggingfusion.com, 1 bloggingkits.org, 1 bloggingqna.com, 1 bloggingtriggers.com, 1 @@ -23136,7 +23790,6 @@ blomberguk.com, 1 bloms.de, 0 blonde-hexe.net, 1 -blonde-hexe.org, 1 blondish.net, 0 bloobasket.com, 1 blood-kirsche.tk, 1 @@ -23173,7 +23826,6 @@ bloomscape.com, 1 blopezabogado.es, 1 blorbo.link, 1 -blossom.so, 1 blossomtexas.gov, 1 blountsherifftn.gov, 1 blounttn.gov, 1 @@ -23252,7 +23904,7 @@ bluemail24.com, 1 bluemango-studios.com, 1 bluemanhoop.com, 1 -bluemarlin.dk, 1 +bluemodus.com, 1 bluemonte.com, 0 bluemoonrescue.org, 1 bluemosh.com, 1 @@ -23312,7 +23964,7 @@ bluetomatographics.com, 1 bluetoothlasersers.ga, 1 bluetoothspecialist.ga, 1 -bluetrout.nl, 1 +bluetrout.nl, 0 bluewavewebdesign.com, 1 bluewire.ca, 1 bluewizardart.net, 1 @@ -23364,14 +24016,14 @@ blythwood.com, 1 bm-dataprotect.ch, 1 bm-i.ch, 0 -bm-immo.ch, 0 bm-pc.ddns.net, 1 bm-trading.nl, 1 bmac.cloud, 1 +bmak.me, 1 bmak.xyz, 1 bmbfiltration.com, 1 -bmcorp.online, 1 bmeia.gv.at, 1 +bmelecevolution.com, 1 bmhglobal.com.au, 1 bmipestcontrol.com, 1 bmjphotography.tk, 1 @@ -23431,7 +24083,7 @@ bnrailstories.com, 1 bnssigns.com, 1 bnstree.com, 0 -bnty.net, 1 +bnwrdil.gov, 1 bo-1xbet.com, 1 bo-rad.de, 1 bo.ke, 1 @@ -23442,8 +24094,6 @@ boanastudio.com, 1 board-portal.org, 1 board-room.ca, 1 -board-room.org, 1 -board-rooms.co.uk, 1 boardcloud.org, 0 boardfree.tk, 1 boardgameforces.com, 1 @@ -23458,15 +24108,16 @@ boardspot.com, 1 boardusersers.ga, 1 boat-engines.eu, 1 +boatandsailboat.com, 1 boathut.com.au, 1 boatmanwindsor.com, 1 boats.com, 0 -boatsandoats.com, 1 boatseller.org, 1 boattour.ru, 1 boattrader.com.au, 1 boatyardx.com, 1 boauganda.com, 0 +boazwi.gov, 1 bob-dylan.tk, 1 bob-fuchs.de, 1 bob.nl, 1 @@ -23505,7 +24156,6 @@ bobstenancycleaning.co.uk, 1 bobstikkers.be, 1 bobstronomie.fr, 1 -bobtiell.com, 1 bobvincent.com, 1 bocaaboca.ml, 1 bocabeats.tk, 1 @@ -23545,6 +24195,7 @@ bodyblog.nl, 1 bodybuilding.com, 0 bodybuilding.events, 1 +bodybuilding.nl, 1 bodybuildingstyle.tk, 1 bodybuildingsupplementsexplained.com, 1 bodybuildingworld.com, 1 @@ -23574,6 +24225,7 @@ boensite.tk, 1 boenyc.gov, 1 boerandolphcountyga.gov, 1 +boerderijspel.nl, 1 boeren.de, 1 boerger.com, 1 boesckens.de, 1 @@ -23586,7 +24238,6 @@ bofn.com.tr, 1 bofoxdesign.com, 0 bogatyizhenih.tk, 1 -bogazreflusu.com, 1 bogdanbiris.com, 1 bogdancornianu.com, 1 bogdanepureanu.ro, 1 @@ -23683,8 +24334,7 @@ bolognatsrmpstrp.it, 1 bologoe.tk, 1 bololo.fun, 1 -bololo.online, 1 -bolonapps.com, 1 +bolonapps.com, 0 bolos.tk, 1 bolosbatiente.tk, 1 bolovegna.it, 1 @@ -23699,6 +24349,7 @@ bolte.org, 1 boltmobile.ca, 1 bolton-consulting.org, 1 +boltonct.gov, 1 boltreplassen.no, 1 boluhaberleri.tk, 1 bolur.is, 1 @@ -23709,8 +24360,8 @@ bolzanoinfo.it, 1 boma.ml, 1 bomanufacture.com, 1 -bomb.codes, 1 bombard.ga, 1 +bombasticthoughtexperiments.com, 1 bombe-lacrymogene.fr, 1 bomberosceuta.tk, 1 bomberus.de, 1 @@ -23746,6 +24397,7 @@ bonaparte.com.co, 1 bonapati.tk, 1 bonapeti.ml, 1 +bonapp.restaurant, 0 bonaselect.lv, 1 bonawehouse.co.uk, 1 bonbonka.best, 1 @@ -23917,6 +24569,7 @@ booldamm.llc, 1 boombangcreditos.tk, 1 boomboomboat.com, 1 +boomcloud.net, 1 boomerangwater.com, 1 boomersurf.com, 1 boomfestival.org, 1 @@ -23944,7 +24597,6 @@ booox.pw, 1 boop.gq, 1 boop.icu, 1 -boop.pro, 1 booq.org, 1 booquiz.com, 1 booshka.ga, 1 @@ -24003,6 +24655,7 @@ borderless.ro, 1 borderless360.com, 1 borderpatroledu.org, 1 +bordersbuses.co.uk, 1 borderzoo.tk, 1 bordes.me, 1 bordo.com.au, 1 @@ -24032,10 +24685,12 @@ boringnews.tk, 1 boringpoll.com, 1 boringsmith.com, 1 +borisandina.com, 1 borisenko-alexander.com, 1 borisenko.by, 1 borislam.tk, 1 borisof.tk, 1 +borispatagonia.com, 1 borja.io, 1 borjaacost.com, 1 borjalucero.es, 1 @@ -24091,7 +24746,6 @@ bossefors.tk, 1 bossurl.tk, 1 bostan.com, 1 -boston-molly.tk, 1 boston-sailing.com, 1 bostonadvisors.com, 0 bostonaoii.com, 1 @@ -24102,14 +24756,16 @@ bostonmedicalgroup.com, 1 bostonsportsmedicinemd.com, 1 bosun.io, 1 +boswellboropd-pa.gov, 1 bot-manager.pl, 1 +botanical.house, 1 botanischkunstenaarsnederland.nl, 1 botanylinemarking.com.au, 1 botarticle.ga, 1 botbrother.ml, 1 botcop.de, 1 botcore.ai, 1 -botdiril.com, 1 +botdiril.com, 0 botealis.ch, 0 botelegram.tk, 1 botezdepoveste.ro, 0 @@ -24141,6 +24797,7 @@ bottle.li, 1 bottlecapsbev.com, 1 bottlerockshuttles.com, 1 +bottly.in, 1 bottom9clothing.com, 1 bottomfeedings.tk, 1 bou.cloud, 1 @@ -24162,7 +24819,6 @@ bougharios.com, 1 boughariosbros.com, 1 bouijoux.fr, 1 -boulangerie-patisserie.ca, 1 bouldercounty.gov, 1 bouldercountyassessor.gov, 1 bouldercountydronepilot.com, 1 @@ -24284,6 +24940,7 @@ bourne-ma.gov, 1 bournefun.co.uk, 1 bourrasque-info.org, 1 +bourrelier.be, 1 bourse-aux-jouets.org, 0 bourse-aux-vetements.org, 0 bourse-puericulture.org, 0 @@ -24336,6 +24993,7 @@ boxdroplacrosse.com, 1 boxeomexicano.tk, 1 boxer-shorts.net, 1 +boxer.agency, 1 boxerdogdiaries.com, 1 boxerdogsaspets.com, 1 boxfordhistoricalsociety.com, 1 @@ -24436,6 +25094,7 @@ bracket.land, 1 bracketofficial.com, 1 brackets-salad.com, 1 +brackettvilletx.gov, 1 bracknellvets.co.uk, 1 bractwogothica.ml, 1 brad.fi, 1 @@ -24456,6 +25115,7 @@ bragasoft.com.br, 0 bragaweb.com.br, 1 braggalabel.cf, 1 +bragis.nl, 1 brahma.world, 1 brahmins.com, 1 braiampeguero.xyz, 1 @@ -24469,10 +25129,10 @@ brainatwork.it, 1 brainball.fr, 0 brainbashers.com, 1 -brainboxai.com, 0 +brainboxai.com, 1 brainburger101.tk, 1 +braincandy.com, 1 braincorebismarck.com, 1 -braindiamond.com, 1 braineet.com, 1 brainefive.com, 1 brainfeed.nl, 1 @@ -24496,7 +25156,7 @@ brainshare.tk, 1 brainshit.fr, 1 brainsik.net, 1 -brainsoftict.nl, 0 +brainsoftict.nl, 1 brainspawn.tk, 1 brainstew.tk, 1 brainstormproductions.tk, 1 @@ -24614,6 +25274,9 @@ branemusic.com, 1 braniebananie.nl, 1 brank.as, 1 +brankor.net, 1 +brankor.rs, 1 +brankoradionica.com, 1 branobratoz.tk, 1 bransive.com.au, 1 bransonwestmo.gov, 1 @@ -24642,6 +25305,7 @@ brass.host, 1 brassbandwarmond.tk, 1 brasseursdubois.com, 1 +brasshow.com.br, 1 brasspipedreams.org, 1 bratan.ga, 1 bratkartoffelking.de, 1 @@ -24650,6 +25314,7 @@ bratteng.com, 1 bratteng.me, 1 bratteng.solutions, 1 +brattleboro.gov, 1 bratunaconline.tk, 1 bratvanov.com, 1 brau-ingenieur.de, 1 @@ -24705,9 +25370,7 @@ braziliantop.com, 1 braziliaskincare.com, 1 brazillens.com, 1 -brazoriabar.org, 1 brazoriacountyclerktx.gov, 1 -brazzanova.de, 1 brazzers.com, 1 brazzersnetwork.com, 1 brb.city, 1 @@ -24769,6 +25432,7 @@ bredabeds.com, 1 bredahooligans.tk, 1 bredband.fi, 1 +breder.org, 1 breechdepot.com, 1 breederworld.dog, 1 breen.com.br, 1 @@ -24803,11 +25467,11 @@ brendanfarmer.ga, 1 brendanreev.es, 1 brendanscherer.com, 1 +brendasartstudio.com, 1 brentalbright.tk, 1 brentfieldschools.cf, 1 brentnewbury.com, 1 brentsoslibraries.org.uk, 1 -breonart.com, 1 bresciatoday.it, 1 breshka.be, 1 bressem.com, 0 @@ -24894,6 +25558,7 @@ brianwesaala.com, 0 brianwilson.tk, 1 briarcliffmanor.gov, 1 +briarpatchfrenchiesandpugs.com, 1 briarproject.org, 1 bribriescolawfirm.com, 1 brickadia.com, 1 @@ -24916,7 +25581,6 @@ bridalfabrics.ru, 1 bridalgallerysalem.com, 1 bridalreflections.com, 1 -bridalshoes.com, 1 bridalweddingshow.ga, 1 bride.vn, 1 bridebook.com, 1 @@ -24937,6 +25601,7 @@ bridgeout.com, 1 bridgepayday.ph, 1 bridgeportlaboratory.tk, 1 +bridgeportne.gov, 1 bridgeportwv.gov, 1 bridgercanyonfiremt.gov, 1 bridges.ml, 1 @@ -24958,7 +25623,6 @@ briffoud.fr, 1 brigadasazules.tk, 1 brigady.tk, 1 -brigantinebeachguide.com, 1 briggsandlittle.com, 1 briggsleroux.com, 1 brighouse-leisure.co.uk, 1 @@ -24974,11 +25638,11 @@ brightday.bz, 1 brightendofleasecleaning.com.au, 0 brighterimagelab.com, 1 -brighterir.com, 1 brightfuturemadebyme.com, 1 brightgk.com, 1 brightideaspromotional.co.uk, 1 brightmachines.com, 1 +brightmind.wiki, 1 brightmls.com, 1 brightmovers.com, 1 brightonbank.com, 1 @@ -24994,6 +25658,7 @@ brightsparks.com.sg, 1 brightsport-news.tk, 1 brighttax.com, 1 +brighttomorrowproductions.com, 1 brightvalley.com.au, 1 brightview.net.cn, 1 brightwakeintranet.co.uk, 1 @@ -25005,6 +25670,7 @@ brigittebutt.tk, 1 brigittefontaine.tk, 1 brilalux.pe, 1 +brileytownshipmi.gov, 1 briliant.tk, 1 brilliancesecuritymagazine.com, 1 brilliant-minds.tk, 1 @@ -25024,13 +25690,14 @@ bring-heaven.com, 1 bringfido.com, 1 bringform.ml, 1 -brinkbem.com, 1 +bringonbusiness.com, 1 brinker.com, 1 brinkhu.is, 1 brinksurl.com, 1 brinokidzonline.tk, 1 brio-shop.ch, 1 brio-ukraine.store, 1 +brio.news, 1 briograce.com.mx, 1 brioukraine.store, 1 brisamar8.de, 1 @@ -25045,9 +25712,9 @@ bristebein.com, 1 bristol.se, 1 bristolandwestonsuperbounce.com, 1 -bristolcountysavings.com, 1 bristolctwatersewer.gov, 1 bristolmoneyman.com, 1 +bristowpoliceok.gov, 1 brit-thoracic.org.uk, 1 britania.tk, 1 britannia-jewellery.co.uk, 1 @@ -25230,7 +25897,6 @@ brossman.it, 1 brossmanit.com, 1 brother.com.hk, 1 -brothers.gold, 1 brothersinbeetles.tk, 1 brottsfiltret.tk, 1 brotwurz.de, 1 @@ -25244,6 +25910,7 @@ browardvotes.gov, 1 browfai.casa, 1 brown-bros.ca, 1 +brownacres.nz, 1 brownandjoseph.com, 1 brownavto-news.tk, 1 browncoil.gov, 1 @@ -25252,7 +25919,6 @@ brownforces.org, 1 brownie.plus, 1 brownrice-life.com, 1 -brownsprinkler.com, 1 brownstownmi.gov, 1 brownsville360.org, 1 brownsvillewi.gov, 1 @@ -25279,7 +25945,6 @@ brubaker.ac, 1 brubaker.cc, 1 brubakerairconditioningrepair.com, 1 -brubank.com, 1 brubankv1-staging.azurewebsites.net, 1 bruce-springsteen.tk, 1 brucebenes.com, 1 @@ -25297,6 +25962,7 @@ brugerklub.info, 1 brugia.com, 1 brugpensioen.tk, 1 +bruhcontent.ru, 1 bruidstaarten.tk, 1 bruitparif.fr, 1 brujoincaperuano.com, 1 @@ -25383,7 +26049,6 @@ bs-security.com, 1 bs.sb, 1 bs.to, 1 -bs09.de, 1 bs2k.me, 1 bsa-dom.ru, 1 bsa157.org, 1 @@ -25527,6 +26192,11 @@ btwsa.tk, 1 btxchange.io, 1 bu-e.com, 1 +buai.cf, 1 +buai.ga, 1 +buai.gq, 1 +buai.ml, 1 +buai.tk, 1 buayacorp.com, 1 bub.cat, 1 bubalova.com, 1 @@ -25550,7 +26220,7 @@ bubsngrubs.com.au, 1 bubu1.eu, 1 bubulazi.com, 0 -bubulazy.com, 1 +bubulazy.com, 0 bucapositano.it, 1 bucek.cz, 1 buch-angucken.de, 1 @@ -25558,7 +26228,6 @@ buchananga.gov, 1 buchanantwpmi.gov, 1 buchangroupinc.com, 1 -buchdata.it, 1 buchelstore.com.br, 1 buchhaltung-muehelos.de, 1 buchhammer.tk, 1 @@ -25572,6 +26241,7 @@ buckeyemainstreet.org, 1 buckfast.tk, 1 buckglobal.com, 1 +bucklinmo.gov, 1 buckmans.com, 1 bucknerrealtors.com, 1 buckscounty.gov, 1 @@ -25603,7 +26273,6 @@ buddy-development-backoffice-webapp.azurewebsites.net, 1 buddy-development-rabodirectconnect-api.azurewebsites.net, 1 buddy.net, 1 -buddyme.me, 1 buddypayment.nl, 1 buddytop.com, 1 budeanu.com, 1 @@ -25620,6 +26289,7 @@ budgetlovers.nl, 1 budgetrf.tk, 1 budgetscan.nl, 1 +budgit.org, 1 budidayatani.com, 1 budilnik.ml, 1 budofjoy.com, 1 @@ -25658,7 +26328,6 @@ buffalojewishfederation.org, 1 buffalonews.com, 1 buffaloturf.com.au, 0 -buffalowdown.com, 1 buffetbouc.com, 1 buffl.co, 1 buffup.media, 1 @@ -25667,19 +26336,18 @@ bufo.tk, 1 bug.blue, 1 bug.ee, 1 -bug321.com, 1 bugalert.org, 1 bugbounty.ch, 1 bugbountytip.tech, 1 bugcrowd.com, 1 bugfender.com, 1 -bugfuzz.com, 1 buggiano.com, 1 bugginslab.co.uk, 1 buggy777.me, 1 buggymaven.com, 1 buggyracoinzero.com, 1 buggywonderland.tk, 1 +bugjianghu.com, 1 bugprove.com, 1 bugraseyhan.tk, 1 bugrayildiz.av.tr, 1 @@ -25718,6 +26386,7 @@ buildingpassport.com, 1 buildingpoint.pt, 1 buildingpointne.com, 1 +buildingqueries.com, 1 buildit.se, 1 builditsolutions.net, 0 buildkite.com, 1 @@ -25809,6 +26478,7 @@ bullmarketing.nl, 1 bullockcountyal.gov, 1 bullpendaily.com, 1 +bullshithost.nl, 1 bullshitmail.nl, 1 bullterrierspain.tk, 1 bulltorrent.com, 1 @@ -25819,7 +26489,6 @@ bultdatabasen.se, 1 bulten.com, 1 bultink.tk, 1 -bulutdonusumu.com, 1 bulutkey.com, 1 bulvar.tk, 1 bumble.com, 1 @@ -25850,11 +26519,11 @@ bundesvvehr.de, 1 bundlejs.com, 1 bune.city, 1 -bungabuket.com, 0 bungalowseljardin.com, 1 bungee.pw, 1 bungeeireland.tk, 1 bungotai.ga, 1 +buniq.com.br, 1 bunix.de, 0 bunker307.tk, 1 bunkerhilltx.gov, 1 @@ -25944,6 +26613,7 @@ burkow.ru, 1 burlaka.net, 1 burlapsac.ca, 1 +burlesonconstructioninc.com, 1 burlesontx.gov, 1 burling.cz, 1 burlingamehistorical.org, 1 @@ -26061,6 +26731,7 @@ business.vic.gov.au, 1 business4all.gr, 1 business4beginners.co.uk, 1 +business808.com, 1 businessactivities.tk, 1 businessadaptive.ga, 1 businessadvance.tk, 1 @@ -26081,7 +26752,6 @@ businesscaster.ga, 1 businesscellar.ga, 1 businesscentermarin.ch, 0 -businesschances.com, 1 businesscharm.ga, 1 businesscharts.ga, 1 businesscircus.ga, 1 @@ -26193,7 +26863,6 @@ businessinsanjose.ga, 1 businessinseattle.ga, 1 businessinside.ml, 1 -businessinsider.id, 1 businessinsurancemanagement.tk, 1 businessinvest.cf, 1 businessinvestment.tk, 1 @@ -26208,7 +26877,6 @@ businessleadsworld.com, 1 businesslegacy.ga, 1 businessless.ga, 1 -businessliabilitypros.com, 1 businesslion.ga, 1 businesslistingd.com, 1 businesslite.pl, 1 @@ -26328,12 +26996,12 @@ buster.me.uk, 1 bustickets.ph, 1 bustillodeloro.tk, 1 +bustimes.org, 1 bustingbrackets.com, 1 bustmold.com, 1 bustmovesest.ga, 1 busty-milf.net, 1 bustyarchive.com, 1 -bustybombastic.com, 1 bustymilftube.com, 1 bustypassion.com, 1 bustypics.com, 1 @@ -26345,6 +27013,7 @@ but-it-actually.work, 1 but-its-not-your.business, 1 butarque.es, 1 +butcherboymarket.com, 1 butcherpaxtattoo.com, 1 butenhofbomster.com, 1 buter-petersen.dk, 1 @@ -26359,6 +27028,7 @@ butlerdisposal.com, 1 butlerfm.dk, 1 butlins.com, 1 +butorvasarlas.hu, 1 butowka.tk, 1 butsa.tk, 1 butserdocumentary.tk, 1 @@ -26372,6 +27042,7 @@ buttermilk.cf, 1 butternutbox.com, 1 buttertea.shop, 1 +buttertrick.com, 1 buttgun-tattoo.de, 1 buttonizer.pro, 1 buttonline.ch, 1 @@ -26432,18 +27103,15 @@ buyamoxicillin875mg.tk, 1 buyamoxil.ml, 1 buyantabuse.gq, 1 -buyasheep.tw, 1 buyatarax.gq, 1 buyazithromycin.gq, 1 buybaclofen.ga, 1 -buybike.shop, 1 buybitmain.com, 1 buybuspar.ga, 1 buybutton.store, 1 buycafergot.ml, 1 buycbd.store, 1 buycheapandlow.tk, 1 -buycheapshirts.com, 1 buycialissmx.tk, 1 buycitalopram.ga, 1 buyclaritin.ml, 1 @@ -26486,6 +27154,7 @@ buyonmov.online, 1 buyorbye.com.au, 1 buyornot.tk, 1 +buyorsellcampers.com, 1 buypapercheap.net, 1 buypersonalproxy.com, 1 buyplore.com, 1 @@ -26505,6 +27174,7 @@ buyretinamicro.cf, 1 buyrimonabant.cf, 1 buyrogaine.ga, 1 +buyselldonothing.com, 1 buyshine.com, 1 buyshoe.org, 1 buysildenafil.ml, 1 @@ -26572,12 +27242,14 @@ bvl.aero, 1 bvlos.com.pl, 1 bvlp.com, 1 +bvng.nl, 1 bvonesource.com, 1 bvop.org, 1 bvr-nsn.gov, 1 bvrd.com.do, 1 bvrlodge.com, 1 bvrlodge.ro, 1 +bvrpd-pa.gov, 1 bvsa.co.za, 0 bvv-europe.eu, 1 bvwphotography.com, 1 @@ -26626,7 +27298,6 @@ by-robyn.nl, 1 by-the-sword.com, 1 by-yesilbag.com, 1 -by.com.vn, 1 by.cx, 0 by.place, 1 by1u.com, 1 @@ -26643,6 +27314,7 @@ bydisk.com, 0 bydoora.com, 1 byebyemylove.com, 1 +byebyewesp.nl, 1 byedzhang.tk, 1 byemediaers.ga, 1 byemediaest.ga, 1 @@ -26715,10 +27387,8 @@ bytemix.cloud, 1 bytenews.org, 1 byteofdev.com, 1 -bytepark.de, 1 bytepen.com, 1 bytes.co, 1 -bytes.com, 1 bytes.fyi, 1 bytesec.net, 1 byteshift.ca, 1 @@ -26745,6 +27415,7 @@ bywencke.nl, 1 bywin9.com, 0 bzbet365.com, 1 +bzc.st, 1 bzfit.ru, 1 bzh.tf, 1 bzhserv.ovh, 1 @@ -27007,6 +27678,7 @@ cadynce.com, 1 caenergyprograms.com, 1 caerostris.com, 1 +caesar.today, 1 caesarkabalan.com, 1 caetanobenet.es, 1 caetanoflotas.es, 1 @@ -27078,6 +27750,7 @@ caftan.tk, 1 cagalogluhamami.com.tr, 1 cagbuzau.ro, 1 +cagerscoffeehut.com, 1 cageworld.tk, 1 cagir.eu, 1 cagivaclub.tk, 1 @@ -27085,7 +27758,6 @@ cagranollers.tk, 1 cagrierdogdu.com, 1 cagrimerkezinumarasi.com, 1 -cahfee.com, 1 cahn-achn.ca, 1 cahuilla-nsn.gov, 1 caiben.org, 1 @@ -27120,6 +27792,7 @@ cajadecoloreshome.com, 1 cajadelparque.tk, 1 cajamarca.blog, 1 +cajaregionalserrana.com.mx, 1 cajas.zone, 1 cajio.ru, 1 cak.nl, 1 @@ -27192,12 +27865,12 @@ calculator-imt.com, 1 calculator.aws, 1 calculator.tf, 1 +calculatorspace.com, 1 calculatortvers.ga, 1 calculatortvest.ga, 1 calcworkshop.com, 1 caldaia.roma.it, 1 caldaro.de, 1 -caldaro.org, 1 caldecotevillagehall.co.uk, 1 calderagallery.com, 1 calderasgranada.cf, 1 @@ -27214,6 +27887,7 @@ calendar.cf, 0 calendar.google.com, 1 calendarinspiration.com, 1 +calendariodecorrida.com.br, 1 calendarpensers.ga, 1 calendarpensest.ga, 1 calendarr.com, 1 @@ -27251,6 +27925,7 @@ californiamusicacademy.com, 1 californianet.tk, 1 californiaonlinedivorce.com, 1 +californiapa.gov, 1 californiavalues.cf, 1 calim.com.ar, 1 calimero.tk, 1 @@ -27259,8 +27934,8 @@ calisteniaperu.ga, 1 calisthenicroutines.com, 1 calitateavietii-ardeal.ro, 1 -calixte-concept.fr, 1 call.me, 1 +call2counter.com, 1 calla.pl, 1 callabs.net, 1 callamnow.com, 1 @@ -27270,6 +27945,7 @@ callanetica.ru, 1 callanjg.co.uk, 1 callantonia.com, 1 +callawaymn.gov, 1 callawayracing.se, 0 callaworker.ml, 1 callbackform.tk, 1 @@ -27331,7 +28007,7 @@ calvertcityky.gov, 1 calvin.my, 1 calvusconsultancy.nl, 1 -calwildgarden.com, 1 +calystral.com, 1 calyxengineers.com, 1 calyxinstitute.org, 1 calzadonline1.com, 1 @@ -27371,7 +28047,6 @@ cambridge-security.com, 1 cambridgeanalytica.cz, 1 cambridgeanalytica.net, 1 -cambridgeanalytica.org, 0 cambridgemoneyman.com, 1 cambridgesecuritygroup.org, 1 cambridgetutors.com, 1 @@ -27429,7 +28104,6 @@ caminoneocatecumenal.tk, 1 caminreal.tk, 1 camionerosdecoslada.tk, 1 -camionesdesegundamano.net, 1 camipress.ga, 1 camisa12store.com.br, 1 camisado.tk, 1 @@ -27459,7 +28133,7 @@ campamerika.de, 1 campanhamamypoko.com.br, 1 campbellcountywy.gov, 1 -campbellsoupcompany.com, 1 +campblocos.com.br, 1 campcambodia.org, 1 campcar-location.com, 1 campdesante.com, 1 @@ -27468,7 +28142,6 @@ camperdays.de, 1 camperdirectoryers.ga, 1 camperdirectoryest.ga, 1 -camperfaqs.com, 1 camperlist.com, 1 campermanaustralia.com, 1 campertrailerfinance.com.au, 1 @@ -27507,11 +28180,13 @@ campolivillagebakery.com, 1 campona.hu, 1 camposolillo.tk, 1 +camppisos.com.br, 1 camprunamutt.dog, 1 campsite-explorer.top, 1 campsiteguru.com, 1 campsoulfestival.com, 1 campstuffs.com, 1 +camptonnh.gov, 1 camptuk.org, 1 campula.cz, 1 campus-finance.com, 1 @@ -27605,6 +28280,7 @@ canaria.ga, 1 canariasport.com, 1 canariculturacolor.com, 1 +canary.city, 1 canaryaspets.com, 1 canarymod.net, 1 canarypower.tk, 1 @@ -27696,6 +28372,7 @@ canhtuaone.com, 1 cani-compostelle.fr, 1 canibrowse.net, 1 +canidelite-toulouse.fr, 1 canihavesome.coffee, 0 canile.it, 1 caninecompilation.com, 1 @@ -27713,13 +28390,13 @@ canmipai.com, 1 canmypet.net, 1 cannabis-marijuana.com, 1 -cannabiscare.ca, 1 cannabisdiscounter.ca, 1 cannabishouseyeg.com, 1 cannabislegality.info, 1 cannabisoffers.net, 1 cannabisreports.org, 1 cannabistraininguniversity.com, 1 +cannabitimes.com, 1 cannabiz.tk, 1 cannacards.ca, 1 cannagoals.com, 1 @@ -27747,7 +28424,7 @@ canopyservicing.com, 1 canopytax.com, 1 canormanyaran.com, 1 -canossagardens.org.au, 1 +canossagardens.org.au, 0 canossahospital.org.au, 1 canovamedical.co.uk, 1 canovamedical.com, 1 @@ -27770,6 +28447,7 @@ canterburycrest.org, 1 canterburynh.gov, 1 canters.tk, 1 +cantinhodabia.com, 1 cantinhodapetala.com.br, 1 cantinhodoiphone.com.br, 1 cantongroup.com, 1 @@ -27798,11 +28476,13 @@ canyonisd.net, 1 canyons.media, 0 canyonshoa.com, 1 +canyontx.gov, 1 canyou.com.au, 1 canyoupwn.me, 1 cao.bi, 1 cao.gov, 1 cao.la, 1 +caocao.cf, 1 caodecristachines.com.br, 0 caodesantohumberto.com.br, 1 caos.ch, 0 @@ -27885,7 +28565,6 @@ caplinbouncycastles.co.uk, 1 capochinomusic.com, 1 capoeiravillenavedornon.fr, 1 -caponestudiolegale.it, 1 caponte.io, 1 caporalmktdigital.com.br, 1 capota.tk, 1 @@ -27976,7 +28655,6 @@ caraudiostore.tk, 1 caravaca.tk, 1 caravansciences.tk, 1 -caravanserail.info, 1 caravelairclub.tk, 1 caraz.tk, 1 carballeira.tk, 1 @@ -27991,6 +28669,7 @@ carbon12.software, 1 carbonadvantage.tk, 1 carboncountypa.gov, 1 +carbondix.com, 1 carboneventsupport.be, 1 carboneventsupport.lu, 1 carbonholic.org, 1 @@ -28010,6 +28689,7 @@ carcatron.org, 1 carceloinfierno.tk, 1 carcheck123.com, 1 +carck.co.uk, 1 carcleannord.de, 1 carclinichn.com, 1 carcloud.ch, 1 @@ -28052,7 +28732,6 @@ cardmates.ua, 1 cardmetricsers.ga, 1 cardmetricsest.ga, 1 -cardoneshop.it, 1 cardoni.net, 1 cardpaymentoptions.com, 1 cardpyramiders.ga, 1 @@ -28091,7 +28770,6 @@ carefy.ph, 1 carehomejob.co.uk, 1 careium.co.uk, 1 -carekleen.com.au, 1 carelancerportfolio.ga, 1 careloco.tk, 1 caremad.io, 1 @@ -28102,13 +28780,12 @@ careshields.sg, 1 carespanclinic.ph, 1 carespottravelmedicine.mobi, 1 +caretaker.com, 1 caretta.co.uk, 1 carevic.eu, 1 carevo.id, 1 careyohio.gov, 1 careyolsen.com, 1 -careyshop.cn, 1 -carezza.net, 1 carezzaperu.com, 1 carfax.ca, 1 carfaxcanadaappgateway.azurewebsites.net, 1 @@ -28215,7 +28892,6 @@ carls-fallout-4-guide.com, 1 carlsbadluxuryhotels.ga, 1 carlsonsw.com, 1 -carlssoninnovation.se, 1 carltonelitetravel.ga, 1 carltontownfc.tk, 1 carlysgarden.net, 1 @@ -28248,6 +28924,7 @@ carnildo.com, 1 carnivalcostumes.tk, 1 carnivalkingsupplies.com, 1 +carnivorediet.gr, 1 carnivorousplants.co.uk, 1 carobme.de, 1 carocream.org, 1 @@ -28264,6 +28941,7 @@ caroli.name, 1 caroli.net, 1 carolicious.tk, 1 +carolina.cz, 1 carolinaharboe.baby, 1 carolinaharboe.com, 1 carolinalamujerdehoy.com.gt, 1 @@ -28277,6 +28955,7 @@ carolineeball.com, 1 carolinegirvan.com, 1 carolinehanania.com, 1 +carolinelanglois.fr, 1 carolinelanthier.com, 1 carolineovercash.com, 1 carolinepleuvret.fr, 1 @@ -28332,6 +29011,7 @@ carrollcotne911.gov, 1 carrollcountyil.gov, 1 carrollcountyiowa.gov, 1 +carrollcountynh.gov, 1 carrollcountynhdeeds.gov, 1 carrolltontx.gov, 1 carroseletricosbh.com.br, 1 @@ -28429,6 +29109,7 @@ cas-ebbers.nl, 1 casa-app.de, 1 casa-brel.ml, 1 +casa-carla.it, 1 casa-due-pur.com, 1 casa-due-pur.de, 1 casa-due.com, 1 @@ -28447,10 +29128,6 @@ casacampolima.com, 1 casacapalbio.com, 1 casacazoleiro.com, 1 -casacenina.com, 1 -casacenina.es, 1 -casacenina.fr, 1 -casacenina.it, 1 casachameleonhotels.com, 1 casacochecurro.com, 1 casacoleccionistagaldar.tk, 1 @@ -28463,7 +29140,6 @@ casadetiteres.tk, 1 casadoarbitro.com.br, 1 casadomarketingdigital.com.br, 1 -casadomus.de, 1 casadopulpo.com, 1 casaessencias.com.br, 1 casafina.tk, 1 @@ -28502,7 +29178,6 @@ casasuara.com, 1 casasuleletrodomesticos.com.br, 1 casatendeiro.tk, 1 -casaunnuevosonido.com, 1 casavacanze.estate, 1 casavaleria.tk, 1 casavlas.ro, 1 @@ -28766,13 +29441,13 @@ caspi.org.il, 1 caspianrentcar.com, 1 caspicards.com, 1 -cass.cz, 1 casscoroadmi.gov, 1 casscountyia.gov, 1 casscountyil.gov, 1 casscountymn.gov, 1 casscountyne.gov, 1 cassembly.fr, 1 +cassia.gov, 1 cassies.com.au, 1 cassilandianoticias.com.br, 1 cassimo.com, 0 @@ -28903,7 +29578,6 @@ caterbing.com, 1 catering-fantasia.tk, 1 catering-xanadu.cz, 1 -cateromarket.pl, 1 catfish.gq, 1 catfishworld.tk, 1 catfood.cf, 1 @@ -28976,7 +29650,6 @@ catram.org, 1 catransportation.net, 1 catrins-kunst.de, 1 -catrybayart.com, 1 cats-dom.ru, 1 catscreativecakes.ga, 1 catskillselfstorage.com, 1 @@ -29012,6 +29685,7 @@ caulkingexperts.com, 1 caulong-ao.net, 1 caumont-normandie.fr, 1 +caunceohara.co.uk, 1 cauquenes.tk, 1 causeandeffectessaytop.com, 1 cavac.at, 1 @@ -29096,7 +29770,9 @@ cbnegocial.com.br, 1 cboard.ml, 1 cboard.net, 1 +cboost.nl, 1 cboss.xyz, 1 +cbozarks.com, 1 cbpridecenter.org, 1 cbr-rcb.ca, 1 cbr-xml-daily.ru, 1 @@ -29136,7 +29812,6 @@ ccatpracticetest.com, 1 ccatpracticetests.com, 1 ccattestprep.com, 1 -ccautomobil.de, 1 ccayearbook.com, 1 ccb.gov, 1 ccbccc.org, 1 @@ -29172,7 +29847,6 @@ cciiblog.tk, 1 ccimindia.org, 1 cciofficial.com, 1 -ccisystems.com, 1 cck-law.com, 1 ccl776o.tk, 0 cclasabana.com.co, 1 @@ -29180,6 +29854,7 @@ ccmg.com, 1 ccnadesdecero.com, 1 ccnbikes.com, 1 +ccnda.org, 1 ccnexus.global, 1 ccnm.cc, 1 ccoo.cat, 1 @@ -29195,7 +29870,6 @@ ccrun.tk, 1 ccsaposs.com, 1 ccshire.ga, 1 -ccsistema.com, 1 ccsk.training, 1 ccskills.org.uk, 1 ccsource.org, 1 @@ -29223,7 +29897,6 @@ cd-shopware.de, 1 cd-sport.com, 1 cd.search.yahoo.com, 0 -cd88kz.com, 1 cda-aigle.ch, 1 cdaid.gov, 1 cdaldeano.tk, 1 @@ -29237,6 +29910,7 @@ cdc-security.com, 1 cdc.cx, 0 cdc.gov, 1 +cdconnect.net, 1 cdcpartners.gov, 1 cdd.go.th, 0 cdda.ch, 0 @@ -29299,7 +29973,6 @@ cdvl.org, 1 ce-agentur.de, 0 ce-na.ru, 1 -ce-pimkie.fr, 1 ce-tuifrance.com, 1 ce-webdesign.de, 1 cea.ru, 1 @@ -29313,6 +29986,7 @@ cebolinha-imaginaria.com, 1 cebrita.tk, 1 cec.org.es, 1 +cec.org.pt, 1 cecalivo.tk, 1 cecame.ch, 1 cecamericas.com, 1 @@ -29321,6 +29995,8 @@ cecilga.gov, 1 cecilia-online.nl, 1 ceciliacolombara.com, 1 +cecilsheriffmd.gov, 1 +cecilstatesattorneymd.gov, 1 cecilwalker.com.au, 0 cecipu.gob.cl, 1 ceco.cf, 1 @@ -29346,6 +30022,7 @@ ceet.biz, 1 ceetzie.net, 1 ceew.in, 1 +cefi.work, 1 cefonline.com, 1 cegfw.com, 1 cegss.org.gt, 1 @@ -29400,7 +30077,8 @@ celeraindustries.tk, 1 celestestarpornstar.com, 1 celestia.tk, 1 -celestialenergies.com.au, 1 +celestialdental.com, 1 +celestialenergies.com.au, 0 celestialmusic.tk, 1 celex-machinery.tk, 1 celexa365.tk, 1 @@ -29419,6 +30097,7 @@ cellopasorobles.com, 1 cellrg.org, 1 cellsheet.me, 1 +cellsites.nz, 1 celltek-server.de, 1 celltick.com, 1 celltraders.ga, 1 @@ -29473,6 +30152,7 @@ centennialrewards.com, 1 centennialseptic.com, 1 center-elite.ml, 1 +center-mts.ru, 1 center-strategy.ru, 1 centeragro.com.br, 1 centerenergytherapy.ru, 1 @@ -29518,7 +30198,7 @@ centralkladno.cz, 1 centrallaketownshipmi.gov, 1 centrallead.net, 1 -centrallondonaesthetics.co.uk, 1 +centrallondonaesthetics.co.uk, 0 centralmarket.com, 1 centralmissourifoundationrepair.com, 1 centralnic.com, 1 @@ -29535,8 +30215,6 @@ centre-commercial.fr, 1 centre-equestre.net, 1 centre-maiakovski.fr, 1 -centre-momboye.fr, 0 -centre-tomatis-geneve.ch, 1 centreagree.com, 1 centrecountyvotes.gov, 1 centreimageriedunord.com, 1 @@ -29571,6 +30249,7 @@ centrum.church, 1 centrumgarten.de, 1 centrumhodinek.cz, 1 +centrumkulturyslowianskiej.pl, 1 centrumpieknairelaksu.pl, 1 centrumpodpora.pl, 1 centruvechisv.ro, 1 @@ -29609,7 +30288,7 @@ cephalexincapsules.ml, 1 cephalexincapsules.tk, 1 cephalexine.gq, 1 -cepheid.com, 1 +cepheid.com, 0 cepmarket.com.tr, 0 ceprenomnexistepas.ovh, 1 cepsychologie.com, 1 @@ -29720,6 +30399,7 @@ cesclam.org, 1 cesdb.com, 1 cesenatoday.it, 1 +cesibo.com, 1 cesipagano.com, 1 cesium.ml, 1 ceska-polygraficka.cz, 1 @@ -29747,6 +30427,7 @@ ceu.edu, 0 ceu.edu.ph, 1 ceva-dsp.com, 1 +cevaplari.net, 1 ceverett.io, 0 cevin.at, 1 cevo.com.hr, 1 @@ -29833,6 +30514,7 @@ cgpa-de.org, 1 cgpe.com, 1 cgplumbing.com, 1 +cgpn.fr, 1 cgsmart.com, 1 cgsociety.org, 1 cgstprayagraj.gov.in, 1 @@ -29849,6 +30531,7 @@ ch-investor.tk, 1 ch-laborit.fr, 1 ch-poitiers.fr, 1 +ch-stjunien.fr, 1 ch-y.org, 1 ch.bzh, 1 ch.search.yahoo.com, 0 @@ -29904,7 +30587,6 @@ chaletdemontagne.org, 1 chaletmanager.com, 1 chaletpierrot.ch, 0 -chaletsusi.it, 1 chaletverzekeringen.nl, 1 chaleur.com, 1 challenge-magazine.org, 1 @@ -29955,7 +30637,6 @@ championweb.nz, 0 championweb.sg, 0 champonthis.de, 1 -champsglobal.org, 1 champslearning.co.uk, 1 champw.com, 1 chamsocdidong.com, 1 @@ -29991,7 +30672,6 @@ channel-7.net, 1 channelingranny.com, 1 channelist.tk, 1 -channelizer.tv, 1 channellife.asia, 1 channellife.co.nz, 1 channellife.com.au, 1 @@ -30054,14 +30734,12 @@ charismaticgemeventsllc.info, 1 charitocracy.org, 1 charity.cz, 1 -charitylog.co.uk, 1 chariz.com, 1 charl.eu, 1 charlageneral.tk, 1 charleliphile.tk, 1 charlenevondell.com, 1 charleroi-duty-free.com, 1 -charles-brian.com, 1 charles-darwin.com, 1 charles-migaud.fr, 1 charlesbordet.com, 1 @@ -30078,6 +30756,8 @@ charlie-liveshow.com, 0 charlie.im, 1 charlie4change.com, 1 +charliebighams.co.uk, 1 +charliebighams.com, 1 charlieblog.tk, 1 charliedillon.com, 1 charliegarrod.com, 1 @@ -30104,7 +30784,6 @@ charlottecountyva.gov, 1 charlottejulienne.com, 1 charlottemi.gov, 1 -charlotteomnes.com, 1 charlottestokelypornstar.com, 1 charlottesvillegolfcommunities.com, 1 charlottesvillehorsefarms.com, 1 @@ -30125,7 +30804,6 @@ charonsecurity.com, 1 charpy.cc, 1 charqawi.tk, 1 -charr.xyz, 1 charset.org, 1 charta-digitale-vernetzung.de, 1 chartbox.tk, 1 @@ -30145,7 +30823,9 @@ chasecorp.com, 1 chasecountyne.gov, 1 chasetrails.co.uk, 1 +chaskafire.gov, 1 chaskamn.gov, 1 +chaskapolice.gov, 1 chasoslov.tk, 1 chasse-au-tresor.eu, 1 chasse-au-tresor.info, 1 @@ -30155,7 +30835,6 @@ chastitybelts.tk, 1 chat-buddy.com, 1 chat-cam.tk, 1 -chat-libera.com, 1 chat-porc.eu, 1 chat.cz, 1 chat2.cf, 1 @@ -30184,7 +30863,7 @@ chateau-patris.com, 1 chateauderoncourt.fr, 1 chateaudestrainchamps.com, 0 -chatenespana.us, 1 +chateaulabrede.com, 1 chateroids.com, 1 chatforskning.no, 1 chatgayitalia.it, 1 @@ -30232,7 +30911,6 @@ chaturbate.eu, 1 chaturbate.global, 1 chaturbates.org, 1 -chaturbates.xyz, 0 chaturfier.com, 1 chatvizor.tk, 1 chatweb.online, 1 @@ -30388,10 +31066,10 @@ checkrobin.com, 1 checkrz.com, 1 checkspf.net, 1 -checkstubmaker.com, 1 checktls.nl, 1 checktype.com, 1 checkui.com, 1 +checkurinsurance.com, 1 checkusernames.com, 1 checkyourmath.com, 1 checkyourprivilege.org, 1 @@ -30424,7 +31102,7 @@ cheflindseyfarr.com, 1 chefnardulli.com, 1 chefpablito.tk, 1 -chefscraftgourmet.com, 1 +chefscraftgourmet.com, 0 chefshooba.com, 1 chefstricks.info, 1 chefsuccess.com, 1 @@ -30477,6 +31155,8 @@ chenghao360.top, 1 chengl.com, 1 chengmach.com, 1 +chengren.cf, 1 +chengren.ml, 1 chengta-money.com.tw, 1 chengxindong.com, 1 chengyutrading.com, 1 @@ -30619,9 +31299,11 @@ chicasgo.ga, 1 chicasloca.com, 1 chicback.com, 1 +chichi-cats.com, 1 chichijane.com, 1 chichoverboard.online, 1 chicinttim.gq, 1 +chicinvites.in, 1 chicjrajeevalochana.com, 1 chick-goo-ewe-farm.com, 1 chickencentral.tk, 1 @@ -30714,6 +31396,7 @@ chimaira.tk, 1 chimcanhcut.tk, 1 chime.com, 1 +chimebank.com, 1 chimera.sh, 1 chimeratool.com, 1 chimerity.com, 1 @@ -30724,51 +31407,29 @@ china-midas.net, 1 china-online-news.tk, 1 chinabank.ph, 1 -chinabattle.com, 1 -chinabelt.com, 1 chinablows.com, 1 -chinacbd.com, 1 chinacdn.org, 1 -chinaclone.com, 1 -chinacx.com, 1 -chinadiy.com, 1 chinadream404.com, 1 -chinadrilling.com, 1 chinafree.online, 1 chinafree.site, 1 chinaglobalsecurities.cn, 1 -chinahd.com, 1 chinahealthcareblog.cf, 1 chinaicpower.org, 0 chinaindexfund.cn, 1 -chinalike.com, 1 -chinalocation.com, 1 chinalosers.com, 1 -chinamallonlin.com, 1 chinamediaproject.org, 1 -chinaneed.com, 1 -chinanurse.com, 1 chinaoptionsfund.cn, 1 chinaoptionsfund.com, 1 -chinaprices.com, 1 -chinaprofit.com, 1 -chinapsych.com, 1 -chinaqueue.com, 1 -chinasay.com, 1 chinasays.com, 1 chinasearch.tk, 1 -chinaspa.com, 1 chinaspaceflight.com, 1 chinastory.tk, 1 chinasucksass.com, 1 chinati.org, 1 -chinating.com, 1 -chinava.com, 1 chinavegan.com, 1 chinavirus.com, 1 chinawatchinstitute.org, 1 chinawhale.com, 1 -chinawicker.com, 1 chinchillas.tk, 1 chindy.com, 1 chinees.restaurant, 1 @@ -30781,7 +31442,6 @@ chinesepen.org, 1 chinesephones.tk, 1 chineseplease.moe, 1 -chinesewords.org, 1 chinfolk.tk, 1 ching.tv, 1 chinguitmedia.com, 1 @@ -30799,6 +31459,7 @@ chip.icu, 1 chipcore.com, 0 chipdig.com, 1 +chipmonginsee.com, 1 chipollinko.com.ua, 1 chippewa.com, 1 chippewacountywi.gov, 1 @@ -30849,7 +31510,6 @@ chittagongtextile.tk, 1 chitti4feet.com, 1 chiucainlaw.co.nz, 1 -chiusa-klausen.com, 1 chiva-ariege.fr, 1 chizouworld.tk, 1 chizra.com, 1 @@ -30907,7 +31567,6 @@ chofan.tk, 1 choice-design.com.tw, 1 choiceautoloan.com, 1 -choicemediaworks.com, 1 choiceuniontown.org, 1 choirofbeirut.cf, 1 choisirmoneau.blog, 1 @@ -30922,7 +31581,6 @@ chongthamsika.tk, 1 chongwukong.com, 1 choochooworld.com, 0 -chook.as, 1 choootto.net, 1 choosealicense.com, 1 choosecharterelectric.com, 1 @@ -31066,7 +31724,6 @@ christianliebel.com, 1 christianlis.org.uk, 1 christianlis.uk, 1 -christianministryedu.org, 1 christianmoore.me, 1 christianmorales.tk, 1 christianoliff.com, 1 @@ -31083,7 +31740,6 @@ christianwenz.de, 1 christianwitts.tech, 1 christiehawkes.com, 1 -christinaaguilera.com.br, 1 christinabjoern-nilsson.dk, 1 christinacrawford.cf, 1 christinacrawford.ga, 1 @@ -31091,7 +31747,7 @@ christinacrawford.ml, 1 christinarosenvinge.tk, 1 christinasattler.com, 1 -christine-kraemer.de, 1 +christine-kraemer.de, 0 christineandcie.fr, 1 christineblachford.com, 1 christinecloma.com, 1 @@ -31121,7 +31777,7 @@ christophercolumbusfoundation.gov, 1 christopherd.me, 1 christophergowerjohnson.com, 1 -christopherkardas.me, 1 +christopherjferguson.com, 1 christopherkennelly.com, 1 christopherpritchard.co.uk, 1 christopherstocks.online, 1 @@ -31132,7 +31788,6 @@ christophheich.me, 1 christophkranebitter.at, 1 christophkreileder.com, 1 -christophpaccard.com, 1 christophsackl.de, 1 christreformedchurchdfw.org, 1 christthegoodshepherd.org, 1 @@ -31230,8 +31885,12 @@ chukardin.tk, 1 chukcha.ru, 1 chukotka.ml, 1 +chukou.cf, 1 +chukou.ga, 1 +chukou.gq, 1 +chukou.ml, 1 +chukou.tk, 1 chukwunyere-chambers.org, 1 -chulinkuei.org.tw, 1 chun.pro, 1 chunabhatti.tk, 1 chundelac.com, 1 @@ -31264,7 +31923,6 @@ churchofcyprus.org.cy, 1 churchofpop.net, 1 churchofsaintbenedict.com, 1 -churchofsaintrocco.org, 1 churchofsmyrna.com, 1 churchofsmyrna.org, 1 churchplaza.com, 1 @@ -31295,6 +31953,11 @@ ciaagentedu.org, 1 ciagutek.pl, 1 ciahalim.tk, 1 +ciai.cf, 1 +ciai.ga, 1 +ciai.gq, 1 +ciai.ml, 1 +ciai.tk, 1 cialde.it, 1 cialis-trial.gq, 1 cialisatabs.com, 1 @@ -31326,10 +31989,12 @@ cibercheck.com, 1 cibernicola.es, 1 ciblogin.com, 1 +cibopdx.com, 1 cica.es, 1 cicavkleci.cz, 1 ciceksohbet.com, 1 ciceron.cloud, 1 +ciceroneberlino.com, 1 cicerony.gov, 1 ciceronypd.gov, 1 cicery.com, 1 @@ -31356,6 +32021,7 @@ ciel.coffee, 1 ciel.luxe, 1 ciel.si, 1 +ciele.com, 1 cielo-thefilm.com, 1 cienciasempresariais.pt, 1 cienegaspa.com, 1 @@ -31369,7 +32035,6 @@ cigarafterten.com, 1 cigarette-electronique.tk, 1 cigarettes-electronik.fr, 1 -cigarren-colleg.de, 1 cigarterminal.com, 0 cigdelivery.com, 1 ciginsurance.com, 1 @@ -31398,6 +32063,7 @@ cimaroom.com, 1 cimbalino.org, 1 cimballa.com, 1 +cimencamp.com.br, 1 cimfax.com, 1 cimtools.net, 1 cin.net.au, 1 @@ -31412,8 +32078,6 @@ cinderellacloset.in, 1 cindey.io, 1 cindinero.com, 0 -cindy.cn, 1 -cine-latino.com, 1 cine-music.de, 1 cine.to, 1 cinecat.de, 1 @@ -31433,7 +32097,6 @@ cinemasetfree.com, 1 cinematherapy.org, 1 cinematic.asia, 1 -cinematictouch.com, 1 cinematriz.cl, 1 cinemaz.to, 1 cinemaza.tk, 1 @@ -31477,12 +32140,12 @@ cio-cisointerchange.org, 1 cio-spirit.de, 1 cio.gov, 1 -ciochina.com, 1 cioscloud.com, 1 cioudways.com, 1 cioudways.pro, 1 cioxhealth.com, 1 cip.md, 1 +cipa.com.co, 1 cipartyhire.co.uk, 1 cipf.ca, 1 ciph.zone, 1 @@ -31518,7 +32181,6 @@ circleofhealthlongmont.com, 1 circlepluscircle.me, 1 circlevilleoh.gov, 1 -circoeia.com, 1 circu.ml, 0 circues.com, 1 circuit.co.uk, 1 @@ -31536,7 +32198,6 @@ circuses.tk, 1 cirfi.com, 1 cirocunato.tk, 1 -cirope.com, 1 cirriton.de, 1 cirro.io, 1 cirroenergy.com, 1 @@ -31567,7 +32228,7 @@ ciso.social, 1 cisoaid.com, 1 cisofy.com, 1 -cisoshare.com, 1 +cisopoland.org, 1 cisowianki.tk, 1 cisprague.org, 1 ciss.ltd, 1 @@ -31600,7 +32261,6 @@ citazine.fr, 1 citazioni.tk, 1 citcuit.in, 1 -citee.vn, 1 citfin.cz, 1 citharas.org, 1 citidirect.com, 1 @@ -31614,6 +32274,7 @@ citizenpatriotresponse.org, 1 citizens.pt, 1 citizensadvicewiltshire.org.uk, 1 +citizensbank.net, 1 citizensbankal.com, 1 citizenscience.gov, 1 citizensgbr.org, 1 @@ -31624,7 +32285,6 @@ citizing.org, 1 citos.ga, 1 citoyen.eu, 1 -citracctv.com, 1 citrusbocc.gov, 1 citruscounty.gov, 1 citruspi.com, 1 @@ -31666,6 +32326,7 @@ citymoobel.ee, 1 cityofadelga.gov, 1 cityofallisonia.gov, 1 +cityofaltonil.gov, 1 cityofamoryms.gov, 1 cityofarcolatx.gov, 1 cityofbambergsc.gov, 1 @@ -31676,6 +32337,7 @@ cityofbinghamton.gov, 1 cityofblairwi.gov, 1 cityofblancotx.gov, 1 +cityofbristowok.gov, 1 cityofbrodheadwi.gov, 1 cityofbrookings-sd.gov, 1 cityofbrookwoodal.gov, 1 @@ -31688,6 +32350,7 @@ cityofdelcity.gov, 1 cityofdenvergolf.com, 1 cityofeastpointemi.gov, 1 +cityofeatonrapids.gov, 1 cityofellisks.gov, 1 cityofelynv.gov, 1 cityofeuporams.gov, 1 @@ -31697,14 +32360,18 @@ cityofgirardoh.gov, 1 cityofglasgowcollege.ac.uk, 1 cityofgolden.gov, 1 +cityofgrandblancmi.gov, 1 +cityofgrossepointemi.gov, 1 cityofguttenbergia.gov, 1 cityofhackensackmn.gov, 1 cityofherculaneum.gov, 1 cityofioneoregon.gov, 1 +cityofirvineca.gov, 1 cityofithacany.gov, 1 cityofjuneauwi.gov, 1 cityofkandiyohimn.gov, 1 cityofkasaanak.gov, 1 +cityofkewauneewi.gov, 1 cityoflakebuenavistafl.gov, 1 cityoflakegeneva.gov, 1 cityoflancasterca.gov, 1 @@ -31749,6 +32416,7 @@ cityofspoonerwi.gov, 1 cityofthorp.gov, 1 cityoftitans.com, 1 +cityoftulsa.gov, 1 cityoftybee.gov, 1 cityofvacaville.gov, 1 cityofvermilionohio.gov, 1 @@ -31768,6 +32436,7 @@ citysportapp.com, 0 cityspot.us, 1 citysquarenews.tk, 1 +citysteambrewery.com, 1 citytaxiandtours.ga, 1 citytel.ga, 1 citytoday.it, 1 @@ -31875,6 +32544,7 @@ cl0ud.space, 0 claarycherry.com, 1 clacetandil.com.ar, 1 +clactonfencingsupplies.co.uk, 1 clad.cf, 1 clague.moe, 1 claibornecountytn.gov, 1 @@ -31937,7 +32607,8 @@ claptrap.tk, 1 clara-solis.eu, 1 clara.de, 1 -claraanalytics.com, 0 +claraanalytics.com, 1 +clarachampbell.com, 1 clarasegura.tk, 1 clare3dx.com, 1 claremontyachtclub.org.au, 1 @@ -31989,6 +32660,7 @@ clase3.tk, 1 clash-movies.de, 1 clashclans.pl, 1 +clashclub.com, 1 clashersrepublic.com, 1 clashoflights.ga, 1 class-zone.tk, 1 @@ -32016,6 +32688,8 @@ classichorrornetwork.tk, 1 classichost.gq, 1 classicmagazine.ml, 1 +classicnova.com, 1 +classicnovaandperformance.com, 1 classics.io, 1 classicstories.tk, 1 classictheatrecumbria.co.uk, 1 @@ -32044,12 +32718,15 @@ claudiney.id, 1 claudiney.info, 1 claudiohdz.com, 1 +claumarservice.com, 1 claunchdesign.com, 1 claus-bahr.de, 1 claus-cremer.tk, 1 +clausematch.com, 1 clauseriksen.net, 0 clausewitz-gesellschaft.de, 1 claustrofobia.tk, 1 +clautopieces.fr, 1 clav1d.com, 1 clavit4.zone, 1 clawe.de, 1 @@ -32118,6 +32795,7 @@ clearcreekcountydronepilot.com, 1 cleared.io, 1 clearer.cloud, 1 +clearfieldpa.gov, 1 cleargage.com, 1 cleargoals.com, 1 cleargrowshine.com, 1 @@ -32151,6 +32829,7 @@ cleelandspecialists.com.au, 1 cleelum.gov, 1 clegc-gckey.gc.ca, 1 +clemdesign.eu, 1 clemency.com, 1 clemens-bartz.de, 1 clemensbartz.de, 1 @@ -32236,7 +32915,6 @@ click2affiliate.xyz, 1 click2bet.top, 1 click4click.ga, 1 -clickalphaville.com.br, 1 clickapro.com, 1 clickbasin.co.uk, 1 clickcell.tk, 1 @@ -32257,7 +32935,6 @@ clickheretobegin.tk, 1 clickhost.com.au, 1 clickhouse.tech, 1 -clickhyundai.com, 1 clickinfo.tk, 1 clickingmad.com, 1 clickipo.com, 1 @@ -32307,9 +32984,11 @@ clima.vip, 1 climaencusco.com, 1 climaffaires.com, 1 +climall.com, 1 climatechange2021.org, 1 climatecrafters.com, 1 climatejustice.nyc, 1 +climatetax.com, 1 climatgate.tk, 1 climaticequipment.tk, 1 climatizzatore.it, 0 @@ -32320,6 +32999,7 @@ climb4achild.org, 1 climbing.tk, 1 climbinggear.info, 1 +climbsoill.com, 1 climeradar.com, 1 clinchcountyga.gov, 1 clindamycin-150mg.ga, 1 @@ -32365,6 +33045,7 @@ clinlife.com, 1 clinpharm.vn, 1 clintburnett.com, 1 +clinthorne.com, 1 clintonbloodworth.com, 1 clintoncomo.gov, 1 clintoncountyin.gov, 1 @@ -32388,7 +33069,6 @@ cliqz.com, 1 clive.io, 1 cliveptr.cc, 1 -clk1.ru, 1 clkbw.com, 1 clkdmg.site, 1 clmbr.ch, 0 @@ -32478,6 +33158,7 @@ cloudatabases.com, 1 cloudav.pt, 1 cloudbees.com, 1 +cloudbees.io, 1 cloudberlin.goip.de, 1 cloudbleed.info, 1 cloudboard.fr, 1 @@ -32520,6 +33201,7 @@ cloudfree.shop, 1 cloudfree.top, 1 cloudfudge.com, 1 +cloudhero.ai, 1 cloudia.org, 1 cloudily.com, 1 cloudimproved.com, 1 @@ -32528,15 +33210,13 @@ cloudinfinit.com, 1 cloudit.co, 1 cloudix.cf, 1 -cloudlandmark.com, 1 cloudlessdreams.com, 0 cloudlfront.net, 1 cloudlight.biz, 1 -cloudmagz.com, 1 cloudmanagedbuilding.com, 1 cloudmanagedbuildings.com, 1 cloudmarathi.work, 1 -cloudmarket.com.br, 1 +cloudmarket.com.br, 0 cloudmax.es, 1 cloudmigrator365.com, 1 cloudmoney.tk, 1 @@ -32563,6 +33243,7 @@ cloudse.co.uk, 1 cloudsec.tk, 1 cloudsecurityalliance-europe.org, 1 +cloudsecurityalliance.ai, 1 cloudsecurityalliance.ca, 1 cloudsecurityalliance.cloud, 1 cloudsecurityalliance.cn, 1 @@ -32583,7 +33264,7 @@ cloudsign.jp, 1 cloudskill.in, 1 cloudsmart.tech, 1 -cloudsmith.com, 1 +cloudsmith.com, 0 cloudspace-analytics.com, 1 cloudspeedy.net, 1 cloudspire.net, 1 @@ -32613,13 +33294,11 @@ cloudwalk.io, 0 cloudwayc.com, 1 cloudwayds.com, 1 -cloudwaye.com, 1 cloudwayq.com, 1 cloudways.cm, 1 cloudways.pro, 1 cloudwebservices.nl, 1 cloudwellmarketing.com, 1 -cloudwise.nl, 1 cloudwithlightning.net, 1 cloudzentechnologies.com, 1 clouglobal.com, 0 @@ -32796,7 +33475,6 @@ cmalet-avocat.fr, 1 cmavs.com, 1 cmbs.loans, 1 -cmc.pt, 1 cmcbank.co.in, 1 cmcc.network, 1 cmcjanuary.in, 1 @@ -32855,6 +33533,7 @@ cn.search.yahoo.com, 0 cn2euportugal.com, 1 cn8522.com, 1 +cna-ecuador.com, 1 cna.com.br, 1 cnabogota.tk, 1 cnam-idf.fr, 1 @@ -32875,7 +33554,6 @@ cncs.gov.pt, 1 cnetw.xyz, 1 cnews.ru, 1 -cnexchange.com, 1 cnfei.com, 1 cnfree.xyz, 1 cngvp.org, 1 @@ -32885,7 +33563,6 @@ cnitdog.com, 1 cnki.com, 1 cnlic.com, 1 -cnloan.com, 1 cnmi.gov, 1 cnmilaw.gov, 1 cnnc.jp, 1 @@ -32895,7 +33572,6 @@ cnocsp.com, 1 cnpkg.org, 1 cnpy.gdn, 1 -cnre.eu, 1 cnslub.ru, 1 cnss.gob.do, 1 cntraveller.com, 1 @@ -32924,7 +33600,6 @@ coachingsantcugat.cat, 1 coachjehond.nl, 1 coachment.dk, 1 -coachoutlet-online.com.co, 1 coachrobcampos.com, 1 coactive.ai, 1 coag.gov.au, 1 @@ -32995,6 +33670,7 @@ cockerspanielingles.com.br, 1 cockfile.com, 1 cockmonkey.tk, 1 +cocktail.network, 1 cockybot.com, 1 coco-01.gq, 1 coco-apo.de, 1 @@ -33056,9 +33732,7 @@ code.fm, 1 code.google.com, 1 code.gov, 1 -code.taxi, 1 code4.hk, 1 -code67.com, 1 code9000.be, 1 codeandpeace.com, 1 codeandsupply.co, 1 @@ -33080,7 +33754,6 @@ codedelarouteenligne.fr, 1 codedo.info, 0 codedump.net, 1 -codedynasty.com, 1 codeeclipse.com, 1 codefaq.org, 1 codefather.ml, 1 @@ -33110,6 +33783,7 @@ codename-infinity.org, 1 codename24.tk, 1 codenamelungo.tk, 1 +codeninja.me, 1 codenlife.kr, 1 codenlife.xyz, 1 codenode.io, 1 @@ -33133,6 +33807,7 @@ codereview.chromium.org, 1 coderhangout.com, 1 coderjesus.com, 1 +coderme.com, 1 codero.com, 1 coderofdreams.com, 1 coderoute-enligne.com, 1 @@ -33170,7 +33845,6 @@ codewrecks.com, 1 codex.online, 1 codexpo.net, 1 -codeyellow.nl, 1 codeysteelepornstar.com, 1 codezenith.com, 1 codific.com, 1 @@ -33218,6 +33892,7 @@ coequals.tk, 1 cofense.at, 1 cofetaria-narcisa.ro, 1 +coffee-break.cc, 1 coffee-like.com, 1 coffee-up.it, 1 coffee-webstore.com, 1 @@ -33230,7 +33905,6 @@ coffeeciel.com.tr, 1 coffeeholic.tk, 1 coffeehousewriters.com, 1 -coffeemakemachines.com, 1 coffeemoment.nl, 1 coffeeonlinemagazine.com, 1 coffeeplazahamburg.com, 1 @@ -33283,6 +33957,7 @@ coin-miners.info, 1 coin-money.tk, 1 coin-quest.net, 1 +coin-turk.com, 1 coin.dance, 1 coin.space, 1 coinamount.com, 0 @@ -33320,6 +33995,7 @@ coinsconnect.co.uk, 1 coinsmat.com, 1 coinsuggest.com, 1 +cointofreedom.com, 1 cointosh.jp, 1 coinwind.vip, 1 coinx.pro, 1 @@ -33329,7 +34005,7 @@ cojam.ru, 1 cojo.eu, 1 cok.hu, 1 -cokebar.info, 1 +cokebar.info, 0 coker.com.au, 1 cokestudiosongs.tk, 1 cokisiregar.com, 1 @@ -33340,6 +34016,7 @@ colaborativa.tv, 1 colaboratorija.lt, 1 colabug.com, 1 +colafoodcritic.com, 1 colah.com.au, 1 colapsys.net, 0 colarelli.ch, 1 @@ -33352,6 +34029,7 @@ colchesterglobal.com.au, 1 colcomm.com, 1 coldcardwallet.com, 1 +coldcaserecords.gov, 1 coldecan.edu.co, 1 colder.one, 1 coldfff.com, 1 @@ -33362,6 +34040,7 @@ coldlasers.org, 1 coldpaste.com, 1 coldspegll.gq, 1 +coldspringsrancheria.gov, 1 coldsteelsolutions.com, 1 coldtomato.ga, 1 coldtomatoest.ga, 1 @@ -33388,6 +34067,7 @@ colfaxcountyne.gov, 1 colfaxia.gov, 1 colibriexpress.tk, 1 +coligo.fr, 1 colinasdog.com.br, 1 colincogle.name, 1 colinespinas.com, 1 @@ -33421,6 +34101,7 @@ collagepartners.com, 1 collalloc.com, 1 collapsed.de, 1 +collar.place, 1 collard.tk, 1 collare.com.mx, 1 collare.mx, 1 @@ -33450,7 +34131,6 @@ college-chagall.tk, 1 collegeeducation.ml, 1 collegegirlhd.com, 1 -collegegirlsmarts.com, 1 collegeinlouisiana.com, 1 collegeinoklahoma.com, 1 collegeinoregon.com, 1 @@ -33470,7 +34150,6 @@ collegestationhomes.com, 1 collegetimes.co, 1 collegetownstudios.tk, 1 -collepietra.it, 1 collerosso.com, 1 collettando.it, 1 colley.tk, 1 @@ -33513,6 +34192,7 @@ coloffmedia.com, 1 cololi.moe, 1 colombiahoy.news, 1 +colombiajobstoday.com, 1 colombian.cam, 1 colombian.dating, 1 colombianas.webcam, 1 @@ -33529,6 +34209,7 @@ color01.net, 1 colorado-locksmith.com, 1 coloradobluebook.gov, 1 +coloradochildrep.gov, 1 coloradoer.tk, 1 coloradofamli.gov, 1 coloradolottery.com, 1 @@ -33642,11 +34323,11 @@ comebookmark.cf, 1 comebookmark.ga, 1 comebookmark.ml, 1 -comediant.de, 1 comedimagrire.it, 1 comedonchisciotte.org, 1 comedy.co.uk, 1 comedyhuis.nl, 1 +comedykellner-spasskellner.de, 1 comelibro.org, 1 comenc.ddns.net, 1 comengpt.com, 1 @@ -33655,12 +34336,15 @@ comeoneileen.tk, 1 comercialcolombia.tk, 1 comercialmattos.com, 1 +comercialpedroso.com.br, 1 comercialroxana.com, 1 comercialtpv.com, 1 comercialtrading.eu, 1 comeros.be, 1 comestoarra.com, 1 +comet-pct.com, 1 comet.eu.org, 1 +comet.tech, 1 cometbot.cf, 1 cometcache.com, 1 comete-electricite.fr, 1 @@ -33676,7 +34360,6 @@ comfitsweets.co.uk, 1 comflores.com.br, 1 comfortablelife.tk, 1 -comfortingcbd.store, 1 comfortsleepclinic.com, 1 comfortsolutionsair.com, 1 comfriesland.tk, 1 @@ -33690,6 +34373,7 @@ comgamerch.com, 1 comhack.com, 1 comical.ml, 1 +comicbooktreasury.com, 1 comicborgs.com, 1 comiccrusaders.com, 1 comicsans.tk, 0 @@ -33701,6 +34385,7 @@ comicstrove.com, 1 comicsymanga.com, 0 comicwiki.dk, 1 +comicyears.com, 1 comidasperuanas.net, 0 comidina.com, 1 comingto.icu, 1 @@ -33718,6 +34403,7 @@ comm.cx, 1 commagere.com, 1 commander-seo.com, 0 +commanderone.net, 1 commanderx.cf, 1 commanderx.ml, 1 commanderx.tk, 1 @@ -33751,7 +34437,6 @@ commitsandrebases.com, 1 commlabindia.com, 0 commloan.com, 1 -commo.pt, 1 commodore-rekord.de, 1 commonapp.org, 1 commoncode.com.au, 1 @@ -33775,7 +34460,6 @@ communebouteille.org, 1 communi.biz, 1 communic.tk, 1 -communicate2lead.com, 1 communication-services.tk, 1 communications-major.com, 1 communiques.info, 1 @@ -33923,7 +34607,6 @@ compliancebox.co, 1 compliancedictionary.com, 1 compliancerisksoftware.co.uk, 1 -complianz.io, 1 compliment.cf, 1 complt.xyz, 1 complyadvantage.com, 1 @@ -33953,6 +34636,7 @@ comprehensiveihc.com, 1 compressor.io, 1 comprising.de, 1 +comprofacil.es, 1 compromis-promesse-vente.fr, 1 compservice.in.ua, 1 comptoir-hardware.com, 1 @@ -34191,6 +34875,7 @@ conflidentliving.cf, 1 confluent.cloud, 1 conformal.com, 0 +conformat.com, 1 conformax.com.br, 1 conformist.jp, 1 conformitykills.tk, 1 @@ -34238,14 +34923,13 @@ connecta.store, 1 connectall.tk, 1 connectavid.com, 1 -connectedandsmart.com, 1 connectedbynexus.com, 1 connectedinvestors.com, 1 connectenefit.ee, 1 connectfss.com, 1 -connecticallc.com, 1 connecticare.com, 1 connecticutnet.tk, 1 +connectika.io, 1 connectingrentals.com, 1 connectingup.org, 1 connectionplanet.nl, 1 @@ -34253,7 +34937,6 @@ connective.com.au, 1 connectivia.it, 0 connectivityparty.tk, 1 -connectmath.com, 1 connectme.com.mx, 1 connectmy.car, 1 connectnow.nl, 1 @@ -34292,6 +34975,7 @@ conpulpademanzana.es, 1 conpunk.tk, 1 conqi.net, 1 +conquistar30dias.com.br, 1 conrad-kostecki.de, 1 conrad.am, 1 conradboraboranuiresort.com, 1 @@ -34416,6 +35100,7 @@ consumer.gov, 1 consumer.gov.au, 1 consumer.gq, 1 +consumer.org.nz, 1 consumeraction.gov, 1 consumerattorneys.com, 1 consumerbureau.gov, 1 @@ -34441,7 +35126,7 @@ contactaffix.com, 1 contactbadger.com, 1 contactelus88.fr, 1 -contactmcr.com, 1 +contactmcr.com, 0 contactsrl.it, 1 contadorespublicos.co, 1 contagiousaf.com, 1 @@ -34466,7 +35151,7 @@ conti-profitlink.co.uk, 1 continental-landscapes.co.uk, 1 continuernom.tk, 1 -continuitycenters.com, 0 +continuousinksupplysystem.com.au, 1 continuum.memorial, 0 continuumm-tech.com, 1 contiprint.com.ec, 0 @@ -34515,12 +35200,12 @@ controleer-maar-een-ander.nl, 1 controleert.nl, 1 controlewiki.be, 1 +controlit.eu, 1 controllertech.com, 1 controlpad.com, 1 controlshiftlabs.com, 1 controltvpodcast.tk, 1 controlup.com, 1 -controlvoltage.cc, 1 controsoffitti.milano.it, 1 controversialrisks.com, 1 controversialrisks.se, 1 @@ -34539,7 +35224,6 @@ conversatis.cf, 1 conversechucktaylor.us, 1 converser.tk, 1 -conversiepartners.nl, 1 conversionsciences.com, 1 convert.im, 1 convert.io, 1 @@ -34569,8 +35253,8 @@ cooink.net, 0 cook-maestro.com, 1 cook.gg, 1 -cookandbakecenter.com, 1 cookcountyclerkil.gov, 1 +cookcountysheriffil.gov, 1 cookescastles.co.uk, 1 cookgem.com, 1 cookicons.co, 1 @@ -34590,7 +35274,6 @@ cookingaround.town, 1 cookingcrusade.com, 1 cookingiseasy.tk, 1 -cookinglife.nl, 0 cookingperfected.com, 1 cookingperformancegroup.com, 1 cookingreporter.com, 1 @@ -34650,6 +35333,7 @@ coop.com.py, 1 coopal.jp, 1 coopemep.live, 0 +cooperativecogohio.gov, 1 coopercity.gov, 1 coopercityfl.gov, 1 coopermais.tk, 1 @@ -34711,6 +35395,7 @@ copywriting-on-demand.tk, 1 coqiptv.com, 1 coral-study.eu, 1 +coral.tech, 1 coralenergy.gr, 1 coralpress.com, 1 coralreef.blue, 1 @@ -34765,6 +35450,7 @@ corefy.com, 1 coreg.tk, 1 corehealthberks.com, 1 +corelationinc.com, 1 coreless-initiative.net, 1 coreless-stretchfilm.com, 1 coremcnetwork.ml, 1 @@ -34801,6 +35487,7 @@ corisu.co, 1 corkcityfc.tk, 1 corkedwinebar.com, 1 +corksoncolumbus.com, 1 corky.tk, 1 corl3ss.com, 1 corleoncatering.com, 1 @@ -34821,6 +35508,7 @@ cornerstone.network, 1 cornerstone.photography, 1 cornerstone.rocks, 1 +cornerstoneefree.org, 1 cornerstonefoundationrepairllc.com, 1 cornerstonenorthwest.com, 1 cornertoyshop.ga, 1 @@ -34915,6 +35603,7 @@ corservsolutions.com, 1 corsetacademy.tk, 1 corsi.tk, 1 +corsica.ovh, 1 corsicalaw.com, 1 corsicanatx.gov, 1 corsihaccpsicurezzalavoro.it, 1 @@ -34993,7 +35682,6 @@ cosmicnetworks.cf, 1 cosmictourist.de, 1 cosmicworlds.mobi, 1 -cosmicyes.de, 1 cosmocode.de, 1 cosmodacollection.com, 1 cosmohit.ua, 1 @@ -35011,6 +35699,7 @@ cosmosmkt.com.mx, 1 cosmoz.ga, 1 cosmundi.de, 1 +cosmv.org, 1 cosni.co, 1 cosplayer.com, 1 cosset.com.tw, 1 @@ -35049,7 +35738,6 @@ cosuno.com, 1 cosy-interior.com, 1 cosyden.tk, 1 -cosyneve.com, 1 cotak.gov, 1 cotalent.com.mx, 1 cotandoseguro.com, 1 @@ -35123,6 +35811,7 @@ countybankdel.com, 1 countyjailinmatesearch.com, 1 countyofbarton.gov, 1 +countyofmonterey.gov, 1 countyofmontereyca.gov, 1 coup-dun-soir.ch, 1 coupa.com, 1 @@ -35165,6 +35854,7 @@ coursesweb.net, 1 courseworkbank.info, 1 coursingweb.tk, 1 +coursocean.co, 1 courstoujours.be, 1 court1tickets.co.uk, 1 court1tickets.com, 1 @@ -35190,7 +35880,6 @@ covenco.com, 1 coventry.com, 1 coventrycollege.ac.uk, 1 -coventrymoneyman.com, 1 coventryuk.tk, 1 cover-fashion.de, 1 coverage-db.org, 1 @@ -35200,6 +35889,7 @@ covercupboard.co.uk, 1 coveredinspiders.com, 1 coverful.io, 1 +covering.com.py, 1 covermusik-band.de, 1 covermytrip.com.au, 1 covers.com, 1 @@ -35294,7 +35984,6 @@ cpcbegin.tk, 1 cpcheats.co, 1 cpchur.ch, 0 -cpcyber.com, 1 cpd-education.co.uk, 1 cpd.org.au, 1 cpe-colleg.de, 1 @@ -35310,6 +35999,7 @@ cpfpa.com, 1 cpfrancophonie.org, 1 cpgiiaragon.es, 1 +cphawkesburyvalley.com.au, 1 cphollywoodproduct.ml, 1 cphpvb.net, 1 cpish.id.au, 1 @@ -35438,7 +36128,7 @@ craigfrancis.co.uk, 1 craigheadcountyar.gov, 1 craigleclaireteam.com, 1 -craignewmarkphilanthropies.org, 1 +craignewmarkphilanthropies.org, 0 craigphillips-work.cf, 1 craigsaper.com, 1 craigwfox.com, 0 @@ -35497,6 +36187,7 @@ craxpro.io, 1 crayon.co, 1 craytos.jp, 1 +crazilyeverafter.com, 1 crazy-cake.tk, 1 crazy-cat.net, 1 crazy-coders.com, 1 @@ -35513,6 +36204,7 @@ crazydrivers.tk, 1 crazydude.tk, 1 crazyfly.tk, 1 +crazyfrog.biz, 1 crazyfrog.com, 1 crazygifts.cf, 1 crazyhost.ga, 1 @@ -35549,6 +36241,7 @@ crea.me, 1 creacioneslri.com, 1 creacode.tech, 1 +creactivatecomfandi.com, 1 creadoc.fr, 1 creadordenoticias.com, 1 creadstudy.com, 1 @@ -35606,7 +36299,6 @@ creativecommons.org, 0 creativecommonscatpictures.com, 1 creativeconceptsvernon.com, 1 -creativedigital.co.nz, 1 creativeeducation.tk, 1 creativeexpertdesigner.com, 1 creativeground.com.au, 1 @@ -35619,7 +36311,6 @@ creativemarket.com, 1 creativematters.ch, 1 creativemindslms.tk, 1 -creativemysterymind.com, 1 creativenz.govt.nz, 1 creativephysics.ml, 1 creativescastle.com, 1 @@ -35678,7 +36369,6 @@ creditsaint.com, 1 creditshop.com, 1 creditsummerevent.eu, 1 -credittoken.io, 1 creditxpert.com, 1 credityes.com, 1 crednox.com, 1 @@ -35735,6 +36425,7 @@ crewvision.pt, 1 crex24.com, 1 crfcap.org, 0 +crgalvin.com, 1 crgm.net, 1 crh.org, 1 criadomorro.com.br, 1 @@ -35764,6 +36455,7 @@ criglernajjarday.com, 1 criktrik.com, 1 crimalelov.gq, 1 +crime-task-force.nl, 1 crimeadsers.ga, 1 crimeadsest.ga, 1 crimeainspire.com, 1 @@ -35890,6 +36582,7 @@ crm-gestion-relation-client.com, 1 crm.onlime.ch, 0 crm114d.com, 1 +crmall.com, 1 crmdumariage.com, 1 crmforce.mil, 1 crmot.com, 1 @@ -36012,9 +36705,11 @@ crsserviceogkloak.dk, 1 crstat.ru, 1 crt.cloud, 1 +crt.sh, 1 crt2014-2024review.gov, 1 crtalleres.com, 1 crti.dz, 1 +crti.tech, 1 crtified.me, 1 crucerosplus.com, 1 crucial.com, 1 @@ -36059,7 +36754,6 @@ crvenikrst.tk, 1 crxviewer.com, 1 cry-sys.de, 0 -cry.nu, 0 cryo-fit.com, 1 cryo-informatique.com, 1 cryoflesh.com, 1 @@ -36178,7 +36872,6 @@ cryptotabworks.ml, 1 cryptotoken.site, 1 cryptotrendclub.com, 1 -cryptouniverse.io, 1 cryptoviet.com, 1 cryptowat.ch, 1 cryptowhitelists.com, 1 @@ -36212,7 +36905,6 @@ crystaldown.de, 0 crystalglass.ml, 1 crystalgrid.net, 1 -crystalhealthandbeauty.co.uk, 1 crystallake.tk, 1 crystalprinting.com.au, 1 crystalsdollz.tk, 1 @@ -36341,12 +37033,15 @@ csp-tohoku.co.jp, 1 csper.io, 1 cspeti.hu, 1 -cspi.uz, 1 cspvalidator.org, 1 csreturn.com.au, 1 csrichter.com, 1 csroot.cf, 1 +csrtci.com, 1 csrtech.com, 1 +csrtech.info, 1 +csrtech.pro, 1 +csrtech.support, 1 csru.net, 1 css-krebs.ch, 1 css-tricks.com, 1 @@ -36380,7 +37075,6 @@ csvalpha.nl, 1 csvlombardia.it, 1 csvplot.com, 1 -csw.cn, 1 cswapps.com, 1 cswatch.org, 1 cswebi.net, 1 @@ -36390,6 +37084,7 @@ ct-watches.dk, 1 ct.search.yahoo.com, 0 ctadalafil.com, 1 +ctafo.com, 0 ctcloud.ml, 1 ctcom-peru.com, 1 ctcp.pt, 1 @@ -36402,7 +37097,6 @@ ctf-archive.com, 0 ctf.link, 1 cthomas.work, 1 -cthu.io, 1 cthulhuden.com, 1 ctir.gov.br, 1 ctj.im, 1 @@ -36427,13 +37121,16 @@ ctrl.blog, 1 ctrl.gr, 0 ctrlcvz.tk, 1 +cts-companies.com, 1 ctsl.net, 1 +ctspcallao.org.pe, 1 ctsu.org, 1 cttso.gov, 1 ctu.cz, 1 ctyrisinkneri.cz, 1 cu247secure.ie, 1 cua911.gov, 1 +cuanturu.com, 1 cuarentagrados.tk, 1 cuaresmaysemanasanta.tk, 1 cuartetocontinental.tk, 1 @@ -36462,7 +37159,6 @@ cubecraftstore.net, 1 cubefreak.tk, 1 cubegame.tk, 1 -cubeinfo.tk, 1 cubeinstallations.co.uk, 1 cubekrowd.net, 1 cubela.tech, 1 @@ -36494,8 +37190,8 @@ cubrebocas.tk, 1 cubsbestteaminbaseball.com, 1 cubsradio.tk, 1 -cubyhome.com, 1 cubyn.com, 1 +cuc-cayman.com, 1 cucabot.tk, 1 cucaracha.tk, 1 cuchichi.es, 1 @@ -36515,6 +37211,7 @@ cuentas-gratis.ga, 1 cuentasmutualamr.org.ar, 1 cues.org.uk, 1 +cuesplus.com, 1 cuestiondetiempo.tk, 1 cuetoems.com, 1 cuevafelina.tk, 1 @@ -36533,6 +37230,7 @@ cukrinelape.com, 1 cukurbag.ml, 1 culan.dk, 0 +culetto.at, 1 culha.net, 1 culinary.ga, 1 culpoilu.tk, 1 @@ -36597,7 +37295,6 @@ cuo.net, 1 cuoc.org.uk, 1 cuongthach.com, 1 -cuongthach.net, 1 cuongtran.xyz, 1 cuoredesigns.tk, 1 cuorineri.tk, 1 @@ -36631,9 +37328,11 @@ curaprox.co.th, 1 curareldolordeespalda.com, 1 curatednews.xyz, 1 +curatednow.ca, 1 curationsblog.com, 1 curbsoftware.com, 1 curbza.com, 1 +curcumyna.com.br, 1 cure.finance, 1 cureatr.com, 1 cureforlife.net, 1 @@ -36652,6 +37351,7 @@ curiosoando.com, 1 curiouscast.ca, 1 curiousduck.com, 1 +curiouspeddler.com, 1 curiousspoonfoods.com, 1 curioustea.com, 1 curiozitate.com, 1 @@ -36692,7 +37392,6 @@ cursodehipnosis.tk, 1 cursodememorizacao.ml, 1 cursoderecepcionistadehotel.es, 1 -cursofuturosresidentes.com, 1 cursointeractivo.com, 1 cursomente.online, 1 cursorcam.tk, 1 @@ -36745,6 +37444,7 @@ customcraft.tk, 1 customdissertation.com, 1 customeessay.com, 1 +customer2you.com, 1 customercontactweekdigital.com, 1 customerfocus.co.za, 1 customerservicemanager.com, 1 @@ -36798,7 +37498,6 @@ cutner.co, 1 cutout.ml, 1 cutpasteprofit.tk, 1 -cutt.pro, 0 cutter.li, 1 cuttingedgedoorandtrim.com, 1 cuttingedgeoptronics.com, 0 @@ -36824,7 +37523,6 @@ cuyahogacommunitycollege.tk, 1 cuyahogacountyvotesoh.gov, 1 cvalda.tk, 1 -cvazquez.es, 1 cvbp.nl, 1 cvc.digital, 1 cvdeexpo.com, 1 @@ -36850,6 +37548,7 @@ cvtemplatemaster.com, 1 cvtenerife.tk, 1 cvv.cn, 1 +cvwrfut.gov, 1 cw-bw.de, 0 cw.center, 1 cw3.fr, 1 @@ -36877,13 +37576,14 @@ cwmcpe.tk, 1 cwo.fi, 1 cwp.com.sg, 1 +cwplastics.com, 1 cwr.gov, 1 cwrau.com, 1 cwrau.de, 1 cwrau.info, 1 cwrau.io, 1 cwrau.rocks, 1 -cwtrade.co.uk, 1 +cwtrade.co.uk, 0 cwwise.com, 1 cx.cx, 0 cx100.io, 1 @@ -36929,7 +37629,6 @@ cyberark.com, 1 cyberarmy.cc, 1 cyberassurance.run, 1 -cyberatlantis.com, 1 cyberattackincidentresponse.com, 1 cyberautomobile.tk, 1 cyberbangla.com, 1 @@ -36956,7 +37655,6 @@ cyberduck.io, 1 cyberdyne.ie, 1 cyberdyne.llc, 1 -cyberex.es, 1 cyberexplained.info, 1 cyberfebrio.tk, 1 cyberfla.me, 1 @@ -36976,7 +37674,6 @@ cyberjake.xyz, 1 cyberknife-sigulda.com, 1 cyberkov.com, 0 -cyberlin.org, 1 cyberlocos.tk, 1 cyberlounge.ga, 1 cybermall.ga, 1 @@ -37001,7 +37698,6 @@ cyberphoenix.tk, 1 cyberplus.net.id, 1 cyberpoint.az, 1 -cyberpro.co.uk, 1 cyberproducciones.tk, 1 cyberprogramming.tk, 1 cyberpubonline.com, 1 @@ -37130,7 +37826,6 @@ cypressxm.com, 1 cyprus-company-for.gr, 1 cyprus-company-service.com, 1 -cyprusivfcentre.co.uk, 1 cyptechost.co.ke, 1 cyqual.com, 1 cyraco.com, 1 @@ -37149,7 +37844,6 @@ cyrozap.com, 1 cyrusdaily.tk, 1 cysecure.co, 1 -cysi.in, 1 cyson.tech, 1 cytat.tk, 1 cytech.com.tr, 1 @@ -37159,6 +37853,7 @@ cytn.xyz, 1 cytophil.com, 1 cyumus.com, 1 +cyvault.io, 1 cyware.com, 1 cz.ma, 1 cz.nl, 1 @@ -37246,6 +37941,7 @@ d2woj1dt0tk6sn.cloudfront.net, 1 d36533.com, 1 d36594.com, 1 +d39rl9amo4q27v.cloudfront.net, 1 d3a.xyz, 1 d3d3.tk, 1 d3dev.cf, 1 @@ -37275,7 +37971,6 @@ d88.ag, 1 d88.cc, 0 d88.cn.com, 1 -d88.xyz, 1 d88118.com, 1 d8812.com, 1 d8814.com, 1 @@ -37298,7 +37993,6 @@ d88818.com, 1 d8886.net, 1 d88869.com, 1 -d889.app, 1 d8891.net, 1 d88agent.com, 1 d88d99.com, 1 @@ -37323,8 +38017,12 @@ daanial.tk, 1 daann-wch.com.tw, 1 daaxit.com, 1 +dabai.cf, 1 dabai.club, 1 +dabai.ga, 1 +dabai.ml, 1 dabai.photo, 1 +dabaixiong.com, 1 dabasstacija.lv, 1 dabbagam.tk, 1 dabedi.ir, 1 @@ -37340,7 +38038,6 @@ dacha-letom.ml, 1 dacha.today, 0 dachb0den.net, 1 -dachbeschichtung-zentrum.de, 1 dachdecker-ranzenberger.de, 1 dachdeckerei-hagen.de, 1 dachdeckermeister-egon-weiss.de, 1 @@ -37428,6 +38125,7 @@ dahaboffers.tk, 1 dahl-pind.dk, 1 dahlberg.cologne, 1 +dahlem.info, 1 dahobo.tk, 1 dai.top, 0 daidogei.com, 1 @@ -37688,10 +38386,8 @@ dangeredwolf.com, 1 dangerscience.com, 1 dangmai.tk, 1 -dangr.zone, 1 +dangr.zone, 0 danhalliday.com, 1 -danhoej.dk, 1 -danholloway.online, 1 danhotels.co.il, 1 danhotels.com, 1 dani-ward.com, 1 @@ -37771,6 +38467,7 @@ danielnaaman.com, 1 danielnaaman.net, 1 danielnaaman.org, 1 +danielnet.co, 1 danielparker.com.au, 1 danielpeukert.cz, 1 danielportfolio.es, 1 @@ -37920,7 +38617,6 @@ daravk.ch, 1 darbi.org, 1 darc-mak.de, 1 -darc.pro, 1 darci.tech, 1 darcyinspired.com, 1 darcymarshall.com, 1 @@ -38073,7 +38769,6 @@ darwinkel.net, 1 darwinpark.tk, 1 darwinsearch.org, 1 -darxx.com, 1 darya.tk, 1 daryl-wilcher.tk, 1 daryl.moe, 1 @@ -38105,7 +38800,6 @@ dashdoc.eu, 1 dashdrive.net, 1 dasher.co.za, 1 -dashhelpme.io, 1 dashice.com, 1 dashipping.com, 1 dashlane.com, 1 @@ -38135,14 +38829,12 @@ data-reader.de, 1 data-replicator.cloud, 1 data-replicator.com, 1 -data-room.nl, 1 -data-sec.net, 1 data-servers.com, 1 data-wing.ga, 0 data.bayern, 1 data.gov, 1 -data.gov.me, 1 data.govt.nz, 1 +data.haus, 1 data.world, 1 data18.com, 1 data3w.nl, 1 @@ -38205,7 +38897,6 @@ dataprivacyframework.gov, 1 dataprivacysolution.com, 1 dataproject.com, 1 -dataprot.net, 1 datapun.ch, 1 datarails.com, 1 dataregister.info, 1 @@ -38245,6 +38936,8 @@ datatruckers.social, 1 datatube.tk, 1 datatypes.net, 1 +dataunion.com, 1 +datavitec.com, 1 datavizable.org, 1 datavoiceoptions.com, 1 datawar.tk, 1 @@ -38253,7 +38946,6 @@ dataxl.net, 1 datazoo.com, 1 datdt.com, 1 -date-chi.world, 1 date-conference.com, 1 date-hijri.net, 1 dateien.at, 1 @@ -38270,6 +38962,7 @@ datenreiter.gq, 1 datenretter.tk, 1 datensalat.info, 1 +datenschutz-consult.de, 1 datenschutz-gruenwald.de, 1 datenschutz-individuell.de, 1 datenschutz-isny.de, 1 @@ -38361,10 +39054,10 @@ davesasphalt.com, 1 davesharpe.com, 1 davesplace.tk, 1 +davesskinks.com, 1 davetempleton.com, 1 davethom.net, 1 davewardle.com, 1 -davewut.ca, 1 daveyconstructions.com, 1 davi.eti.br, 1 davichete.me, 1 @@ -38395,7 +39088,7 @@ davidcook.au, 1 davidcraft.de, 1 davidcrousehouse.com, 1 -davidczihak.at, 1 +davidczihak.at, 0 daviddesberg.com, 1 daviddietrich.com, 1 davidebaraglia.it, 1 @@ -38424,6 +39117,7 @@ davidkeane.com, 1 davidkennardphotography.com, 1 davidking.xyz, 1 +davidkyburz.ch, 1 davidlamprea.com, 1 davidlamprea.eu, 1 davidlane.io, 0 @@ -38441,6 +39135,7 @@ davidnadaski.com, 1 davidnoren.com, 0 davidops.com, 0 +davidorsot.com, 1 davidovskakreu.tk, 1 davidpearce.com, 1 davidpearce.org, 1 @@ -38511,6 +39206,7 @@ dawrimiz.com, 1 dawson-floridavilla.co.uk, 1 dawsoncountyga.gov, 1 +dawsoncountyne.gov, 1 dawsonmt.gov, 1 dax.do, 1 dax.guide, 1 @@ -38525,7 +39221,6 @@ day-of-battlecats.blog, 1 day-peak.com, 1 day.marketing, 1 -dayanode.com, 0 daybreaklearning.com.au, 1 daycomtech.com, 1 daycontactlens.com, 1 @@ -38560,7 +39255,6 @@ dayuse.de, 1 dayuse.es, 1 dayuse.fr, 1 -dayuse.pt, 1 dayuse.se, 1 dayvillefire.gov, 1 dayz.com, 1 @@ -38625,6 +39319,7 @@ dbs.id, 1 dbsbeautystore.cl, 1 dbsinergy.tk, 1 +dbsvickers.com, 1 dbt3ch.com, 1 dbtechreviews.com, 1 dbtotalnet.tk, 1 @@ -38687,6 +39382,7 @@ dcrdev.com, 1 dcs.pp.ua, 1 dcso.de, 1 +dcsoky.gov, 1 dctrl.ch, 1 dcustody.xyz, 1 dcvc.com, 1 @@ -38723,8 +39419,8 @@ ddel.de, 1 dden.ca, 0 dden.website, 1 -dderyce.com, 1 ddf.net, 1 +ddhlawyers.com, 1 ddhosted.com, 0 ddi.one, 1 ddiaz.tk, 1 @@ -38817,6 +39513,7 @@ dealschief.com, 1 dealsfinders.blog, 1 dealsfromheaven.com, 1 +dealsinaz.com, 1 dealsmagnet.com, 1 dealsoncart.com, 1 dealsonhealth.net, 1 @@ -38827,6 +39524,7 @@ deanandnatalia.co.za, 1 deanbank.com, 1 deanconsultancy.co.uk, 1 +deane.li, 1 deano-s.co.uk, 1 deanpearce.net, 1 deanvending.com, 1 @@ -38891,7 +39589,9 @@ debitterballetjes.tk, 1 deblender.be, 1 deblender.shop, 1 +deblier.dynv6.net, 1 deblocking.ga, 1 +deboekaniers.be, 1 deboo.info, 1 debora-singkreis.de, 1 deborahkaty.tk, 1 @@ -38906,6 +39606,7 @@ debrunet.net, 1 debrunet.nl, 1 debrunet.org, 1 +debruns.ie, 1 debt-consolidation-reviews.org, 1 debtmetricest.ga, 1 debtpaypro.com, 1 @@ -38931,6 +39632,7 @@ decathlon.ca, 1 decathlon.co.il, 1 decathlon.com.co, 1 +decathlon.in, 1 decathlon.lt, 1 decathlon.lv, 1 decathlon.my, 1 @@ -38942,6 +39644,7 @@ deceasedonline.com, 1 decentrala.org, 1 dechat.nl, 1 +decherdtn.gov, 1 dechetor.fr, 1 dechow.ddns.net, 1 decibelnewmusic.com, 1 @@ -38956,7 +39659,6 @@ decisivetactics.com, 1 deciso.eu, 1 decisora.com, 1 -deck.academy, 1 deckersheaven.com, 1 deckfix.co.nz, 1 deckshop.pro, 1 @@ -39047,7 +39749,6 @@ deelodge.art, 0 deemasfashion.co.uk, 1 deemasfashion.com, 1 -deemasfashion.com.au, 1 deemasfashion.us, 1 deemlove.com, 1 deenergiecentrale.be, 1 @@ -39057,7 +39758,7 @@ deep-labs.com, 1 deep-wave-hair-extensions.tk, 1 deep.club, 1 -deep6.ai, 0 +deep6.ai, 1 deepaero.com, 1 deeparamaraj.com, 1 deepbluecrafting.co.uk, 1 @@ -39132,7 +39833,7 @@ defi-metiers.com, 0 defi-metiers.org, 0 defiant.com, 1 -defichain.com, 0 +defichain.com, 1 defietsambassade.be, 1 defietsambassade.gent, 1 defietsambassadegent.be, 1 @@ -39164,6 +39865,7 @@ defont.nl, 1 defreecefinancial.com, 1 defreitas.no, 1 +defret.com, 1 defriesezaak.nl, 1 deftek.com, 1 defterikebir.tk, 1 @@ -39211,6 +39913,7 @@ degustuju.cz, 1 dehaanadvocatenkantoor.nl, 1 dehaancaravans.nl, 1 +dehippeouder.nl, 1 dehkade3.ml, 1 dehoga-reisen.de, 1 dehop.re, 1 @@ -39220,7 +39923,6 @@ deiaprint.com, 1 deidee.nl, 1 deimos.gq, 1 -deimos.ws, 1 dein-baumdienst.de, 1 dein-trueffel.de, 1 dein.mx, 1 @@ -39229,6 +39931,7 @@ deineagentur.de, 1 deinelakaien.tk, 1 deinewebsite.de, 1 +deinhardt.com, 1 deinjoghurt.de, 1 deinsparen24.de, 1 deionized.ga, 1 @@ -39246,6 +39949,7 @@ dejon-whirlpools.de, 1 dejongonline.eu, 1 dejorisenkeesshow.tk, 1 +dejoylandschools.com, 1 dejure.org, 0 dejuzconsults.com, 1 dekalbcountymo.gov, 1 @@ -39258,7 +39962,6 @@ dekeurslagers.nl, 1 dekinai.moe, 1 dekko.io, 1 -dekleinezeppos.be, 1 dekodi.de, 1 dekoh-shouyu.com, 0 dekonijnenburcht.tk, 1 @@ -39310,7 +40013,6 @@ delhi-escorts.in, 1 delhi.edu, 1 delhicleanairforum.tk, 1 -delhionlinegifts.com, 1 delhitourism.gov.in, 1 delhitownshipmi.gov, 1 deli-fuzoku.jp, 1 @@ -39344,6 +40046,7 @@ delivery.it, 1 deliveryman.site, 1 delivr.com, 1 +deljeconiah.com, 1 delker.com, 1 delkomrockdrill.com, 1 dellacasapizzasemassas.com.br, 1 @@ -39378,7 +40081,6 @@ delta-hawks.tk, 1 delta-host.ml, 1 delta-market.ru, 1 -delta-wings.net, 1 delta.ai, 1 delta.ru, 1 delta24.ml, 1 @@ -39408,7 +40110,6 @@ deltasuprimentos.com.br, 1 deltav.ml, 1 deltava.org, 1 -deltavite.com, 1 deltawolf.net, 1 deltaworkssecurity.com, 1 deltaworkssecurity.nl, 1 @@ -39438,6 +40139,8 @@ demascotas.es, 1 demastglazenwasserij.nl, 1 demedx.at, 1 +demenagement-chalon.fr, 1 +demenagement-sfd.fr, 1 dementiacaring.com.au, 1 dementiafactsexplained.com, 1 dementiapraecox.de, 1 @@ -39474,7 +40177,6 @@ democratherald.com, 1 democratie.tk, 1 democraziaineuropa.eu, 1 -demodoka.ddns.net, 1 demografia.tk, 1 demokisisel.tk, 1 demokrasi.tk, 1 @@ -39499,7 +40201,6 @@ demonwolfdev.com, 1 demopanel.tk, 1 demorgen.be, 1 -demoslotjoker.net, 1 demostweb.ga, 1 demotivatorbi.ru, 1 demoussage-drone.fr, 1 @@ -39507,7 +40208,6 @@ dempsters.ca, 0 demsh.org, 1 demshoesdoh.com, 1 -demuske.site, 1 demuzere.be, 1 demuzere.eu, 1 demuzere.net, 1 @@ -39611,7 +40311,6 @@ dent.uy, 1 denta-ua.com, 1 dentad.com.ua, 1 -dentadir.com, 1 dental-cloud.eu, 1 dental-colleges.com, 1 dental-fitness.co.jp, 1 @@ -39635,6 +40334,7 @@ dentdelion-plugin.com, 1 dented.gq, 1 dentelegan.com, 1 +dentisalut.com, 1 dentislabor.lt, 1 dentist-profi.ga, 1 dentistaaroma.com, 1 @@ -39650,6 +40350,7 @@ dentoncounty.gov, 1 dentonolab.lt, 1 dentrassi.de, 1 +dentsimplant.com, 1 dentsugrantgroup.com, 1 dentystabirmingham.co.uk, 1 denuevestore.com, 1 @@ -39660,7 +40361,6 @@ denver.tk, 1 denver7.com, 1 denverautoinsurancecompany.com, 1 -denverbph.com, 1 denverchamber.org, 1 denverclassifieds.net, 1 denverescorts.net, 1 @@ -39693,7 +40393,7 @@ departmentofdefense.tk, 1 departmentofoncology.com, 1 departureboard.io, 1 -depaulmanorestate.com.au, 1 +depaulmanorestate.com.au, 0 depcompower.com, 1 depdesign.com, 1 depeche.ga, 1 @@ -39761,6 +40461,7 @@ derattizzare.it, 1 derattizzazione.name, 1 derattizzazioni.biz, 1 +derattizzazioni.it, 1 derattizzazioni.milano.it, 1 derattizzazioni.org, 1 derbuntering.de, 1 @@ -39799,6 +40500,7 @@ derive.cf, 1 derkach.io, 1 derkarl.tk, 1 +derkbarten.nl, 1 derkuki.de, 1 derlux.tk, 1 dermacarecomplex.com, 1 @@ -39821,7 +40523,6 @@ dermopigmentista.it, 1 dermot.org.uk, 1 dermscc.com, 1 -dermsf.com, 1 dermu.ai, 1 dermx.ai, 1 deroo.org, 1 @@ -39860,7 +40561,6 @@ descubre.ml, 1 desec.io, 1 desecsecurity.com, 1 -deselect.com, 1 deseneonline.tk, 1 desenfans.com, 1 desensitized.tk, 1 @@ -39910,10 +40610,8 @@ designdecoration.info, 1 designdecorativ.ro, 1 designdept.com.au, 1 -designeline.com, 1 designengineering.com, 1 designer-drug.com, 1 -designer.cn, 1 designerjoe.gq, 1 designerrateest.ga, 1 designeus.ga, 1 @@ -40008,6 +40706,7 @@ destruction-frelon-asiatique.com, 1 destructive-revolution.tk, 1 destructoradepapel.com.es, 1 +destudio.org.ua, 1 destyntek.com, 1 desu.ne.jp, 1 desuchan.eu, 1 @@ -40019,6 +40718,7 @@ desyatnichenko.ml, 1 desynced.rocks, 1 det-te.ch, 1 +detailedimage.com, 1 detailingsp.com, 1 detakhukum.com, 1 detalika.ru, 1 @@ -40082,7 +40782,6 @@ deustech-media.tk, 1 deustech.tk, 1 deutex.fr, 1 -deutsch-vietnamesisch-dolmetscher.com, 1 deutsche-finanzagentur.de, 1 deutsche-tageszeitungen.de, 1 deutschebusiness.com, 0 @@ -40091,7 +40790,6 @@ deutscherquidditchbund.de, 1 deutsches-schutzportal.de, 1 deutscheshoponline.com, 0 -deutschexporno.com, 1 deutschland-dsl.de, 1 deutschlandreport.com, 1 deux.solutions, 1 @@ -40136,7 +40834,6 @@ devel.cz, 1 develify.co, 1 develmaster.tk, 1 -develogs.ru, 1 develope.cz, 1 developedbygayuh.my.id, 1 developer.android.com, 1 @@ -40196,7 +40893,6 @@ devkid.net, 1 devksingh.com, 1 devlabroid.com, 1 -devlatron.net, 1 devlist.tk, 1 devlogr.com, 1 devloope.com, 1 @@ -40256,7 +40952,6 @@ devuan.org, 0 devurandom.tk, 1 devushki.cf, 1 -devxify.com, 1 devyanijayakar.com, 1 devz.life, 1 devzero.io, 0 @@ -40281,9 +40976,9 @@ dewolden.nl, 0 dexalo.de, 1 dexcellentesidees.tk, 1 -dexerto.com, 0 -dexerto.es, 0 -dexerto.fr, 0 +dexerto.com, 1 +dexerto.es, 1 +dexerto.fr, 1 dexie.space, 1 dexign.ro, 1 dexigner.com, 1 @@ -40299,7 +40994,6 @@ dezet-ev.de, 1 dezevenster.com, 1 dezinsekcija.online, 1 -dezmembrariromania.ro, 1 dezshop.com.ua, 1 dezzoroofing.co.za, 1 df-clan.tk, 1 @@ -40368,7 +41062,6 @@ dghyp.com.tw, 1 dghyp.info, 1 dghyp.net.cn, 1 -dgl-24.de, 0 dgli.org, 1 dgmedia.tk, 1 dgmenergy.com, 1 @@ -40426,7 +41119,6 @@ dhpdq.com, 1 dhrupad.tk, 1 dhruv.nz, 1 -dhsllo55.com, 1 dhtr.pw, 1 dhuboeuf.be, 1 dhurbabaral.com.np, 1 @@ -40458,9 +41150,16 @@ diagnoseo.com, 1 diagnoseo.se, 1 diagnosingfiction.com, 1 +diagnost-auto.com, 1 diagnostics.stream, 1 diagnostix.org, 1 +diai.cf, 1 +diai.gq, 1 +diai.ml, 1 +diai.tk, 1 +diaiai.com, 1 diakonie-michaelshoven.de, 1 +dialadigger.net.au, 1 dialectic-og.com, 1 dialoegue.com, 1 dialog.co, 1 @@ -40480,6 +41179,7 @@ diamond-cutting.kiev.ua, 1 diamond-hairstyle.dk, 1 diamondblueair.com, 1 +diamondbluffwi.gov, 1 diamondcargotrailers.org, 1 diamondcarpetcleaning.co.uk, 1 diamondcontent.com, 1 @@ -40605,6 +41305,9 @@ dictionarybook.org, 1 dictionaryofsydney.org, 1 dictionarypro.net, 1 +dictum-gardentools.com, 1 +dictum-gartenwerkzeug.de, 1 +dictum.com, 1 dictzone.com, 1 dida.xin, 1 didacte.com, 1 @@ -40630,7 +41333,6 @@ didierghez.com, 1 didierlaumen.be, 1 didigotoffer.com, 1 -didihirsch.org, 1 didiwinata.com, 1 didtrumpopengovernmentyet.com, 1 die-bergfuehrer.de, 1 @@ -40678,6 +41380,7 @@ diehumanisten.de, 1 diekleinekartenfabrik.de, 1 diekperaiwseis.gr, 1 +dielinke-igb.de, 1 diem25.org, 1 diemattels.at, 1 diemperu.com, 1 @@ -40736,11 +41439,9 @@ dieumfrage.com, 1 dievozodis.lt, 1 dievturi.lv, 1 -diewerkstattcloud.com, 1 difc.ae, 1 diferenca.com, 1 diferenciador.com, 1 -diff-speed.de, 0 different.cz, 1 differenta.ro, 1 differentgirleveryday.ml, 1 @@ -40765,7 +41466,6 @@ digchip.org, 1 digchips.com, 1 digdata.de, 1 -digdong.com.br, 1 diggerlandusa.com, 1 digginsmo.gov, 1 dighans.com, 1 @@ -40778,7 +41478,6 @@ digibild.ch, 1 digibook.id, 1 digiboxx.com, 1 -digibrink.com, 1 digibtw.nl, 1 digibull.email, 1 digibull.link, 1 @@ -40823,7 +41522,6 @@ digisecmalta.com, 1 digisfil.fr, 1 digisign.tk, 1 -digit.bg, 1 digit.ec, 1 digitaal-atelier.tk, 1 digitaaltalent.be, 1 @@ -40844,7 +41542,6 @@ digital-insure.fr, 1 digital-liberal.ch, 1 digital-mu.tk, 1 -digital-nut.com, 1 digital-park.de, 1 digital-rainbow-dolls.tk, 1 digital-sculpture.org, 1 @@ -40906,6 +41603,7 @@ digitalerror.net, 1 digitaletanker.com, 1 digitaletelevisie.tk, 1 +digitaleventbag.com, 1 digitalewelten.de, 1 digitalexpertsdirectory.com.au, 1 digitalezukunft-hagen.de, 1 @@ -40933,6 +41631,7 @@ digitalid.com.au, 1 digitalillusion.pt, 1 digitalimpactlab.org, 1 +digitalindiamib.com, 1 digitalindiatalent.com, 1 digitalis.fr, 1 digitalistan.tk, 1 @@ -41003,6 +41702,7 @@ digite.com, 1 digitec.ch, 1 digitecgalaxus.ch, 1 +digitese.pt, 1 digithub.tk, 1 digitise.io, 0 digitium.fr, 1 @@ -41016,6 +41716,7 @@ digitypa.fi, 1 digivan.ml, 1 digminecraft.com, 1 +dignilog.com, 1 dignited.com, 1 dignity.tk, 1 digpubdev.org, 1 @@ -41038,7 +41739,6 @@ dihmedical.org, 1 diipoo.com, 1 diis.plus, 1 -dijibot.com, 1 dijispin.com, 1 dijitaller.com, 1 dijitalzade.com, 1 @@ -41117,6 +41817,7 @@ dinerolibre.tk, 1 dinerroboticurology.com, 1 dinevigroup.bg, 1 +ding.com.co, 1 ding.gent, 1 dingcc.com, 1 dingcc.me, 1 @@ -41132,11 +41833,11 @@ dinimizislam.tk, 1 dinira-bg.com, 1 dinitabir.tk, 1 +dinjob.com, 1 dinkoreskolesilkeborg.dk, 0 dinkoreskoleviborg.dk, 1 dinly.co, 1 dinmtb.dk, 1 -dinnerandmurder.com, 1 dinnerclub.tk, 1 dinocarrozzeria.com, 1 dinos-mag.tk, 1 @@ -41177,8 +41878,10 @@ diplomatiegabon.ga, 1 diplomsshop.online, 1 diplona.de, 1 +dipnot.tv, 1 dipro.id, 1 dipsytroller.com, 1 +dipuma.com, 1 dir2epub.com, 1 dir2epub.org, 1 dirch.tk, 1 @@ -41187,6 +41890,7 @@ direc-tory.tk, 1 direct-sel.com, 1 direct.cz, 0 +direct2trade.co.nz, 1 direct365.es, 1 directadmin.com, 1 directairlineflights.com, 1 @@ -41195,7 +41899,6 @@ directfinance.cz, 1 directfitnesssolutions.com, 1 directholidaysme.com, 1 -directholidaysuae.com, 1 directhomeremodelinginc.com, 1 directinspectionskc.com, 1 directions.ee, 1 @@ -41207,6 +41910,7 @@ directme.ga, 1 directmedica.fr, 1 directnews.be, 1 +directnic.com, 1 directories.cf, 1 directorioempresarial.com.co, 1 directoriomedico.com.co, 1 @@ -41281,9 +41985,9 @@ dirtywoman.tk, 1 dirtywork.net, 1 dirunreddy.tk, 1 +disaana.jp, 1 disability-card.com, 1 disability.gov, 1 -disabilitybeacon.com, 1 disabilitydischarge.com, 1 disabilityscoop.com, 1 disabled-world.com, 1 @@ -41372,6 +42076,7 @@ discovermarbellahomes.com, 1 discovernavajo.com, 1 discoverradiance.com, 1 +discoverthetech.com, 1 discoverthreejs.com, 1 discoverucg.co.uk, 1 discovery-ls.com, 1 @@ -41455,7 +42160,6 @@ disisto-schiesser.com, 1 disisto.de, 1 disisto.nl, 1 -disk.do, 1 diskbit.com, 1 diskbit.nl, 1 diskdoctors.tk, 1 @@ -41488,7 +42192,6 @@ disposable.link, 1 disposalqa.com, 1 dispur.nic.in, 1 -dispute.cn, 1 disroot.org, 1 disrupters.ch, 0 disruptglobal.com, 1 @@ -41533,8 +42236,6 @@ distributed.cafe, 1 distributedsource.com, 1 distributedsystems.science, 1 -distributedweaknessfiling.org, 1 -distributio.net, 1 distributordd.com, 1 distributore.it, 1 distributori.roma.it, 1 @@ -41718,6 +42419,7 @@ djangogolf.com, 1 djangoproject.com, 1 djangoproject.tk, 1 +djangosnippets.org, 1 djangowebstudio.com, 1 djanneli.tk, 1 djarman.tk, 1 @@ -41839,6 +42541,7 @@ djskippy.tk, 1 djslash.tk, 1 djsm.ga, 1 +djspacies.com, 1 djt-vom-chausseehaus.de, 1 djtavo.tk, 1 djthibodeau.com, 1 @@ -41957,7 +42660,6 @@ dm.de, 0 dm.hr, 0 dm.hu, 0 -dm.link, 1 dm.mk, 0 dm.pl, 0 dm.rs, 0 @@ -42002,6 +42704,7 @@ dmfss.tv, 1 dmg.st, 1 dmhomedesign.pl, 1 +dmhoteles.pe, 1 dmhy.com, 1 dmi.es, 1 dmi.gov.lb, 1 @@ -42032,6 +42735,7 @@ dmtcustoms.co.za, 1 dmu.ac.ae, 1 dmvhomesgroup.com, 1 +dmvivienda.pe, 1 dmwall.cn, 1 dmwaste.com, 0 dmwclan.tk, 1 @@ -42062,7 +42766,6 @@ dnepropetrovck.tk, 1 dneprovski.tk, 1 dnestr.tk, 1 -dnevnichok.club, 1 dnfc.rocks, 1 dnfsb.gov, 1 dngrexplorer.cf, 1 @@ -42080,6 +42783,7 @@ dnrt-esports.nl, 1 dns-check.nl, 0 dns-control.eu, 1 +dns-swiss.ch, 1 dns.expert, 1 dns.google.com, 1 dns.sb, 1 @@ -42096,6 +42800,7 @@ dnsecho.net, 1 dnsecho.org, 1 dnshallinta.fi, 1 +dnshelper.com, 1 dnshotel.dk, 1 dnsinfo.ml, 1 dnsipv6.srv.br, 0 @@ -42106,6 +42811,7 @@ dnslytics.com, 1 dnsman.se, 1 dnsmate.net, 1 +dnsnox.com, 1 dnspod.ml, 1 dnspropagation.net, 1 dnsrate.com, 1 @@ -42155,7 +42861,6 @@ dobro.ml, 1 dobrodar.tk, 1 dobrodruzi.tk, 1 -dobryautoskup.pl, 1 dobrynyastyle.ru, 1 dobryprezident.sk, 1 doc-baza.tk, 1 @@ -42269,7 +42974,6 @@ docusign.jp, 1 docusign.mx, 1 docusign.nl, 1 -docuwiki.net, 1 docxtemplater.com, 1 doczlo.tk, 1 doda.space, 1 @@ -42363,13 +43067,13 @@ dogscare.tk, 1 dogscbdguide.com, 1 dogsforfun.tk, 1 -dogshome.com, 1 dogsite.tk, 1 dogsnaturallymagazine.com, 1 dogsnow.com, 1 dogsport.org, 1 dogtowneastpowell.com, 1 dogtrack.tk, 1 +dogtrader.co.uk, 1 dogtrainingnaples.com, 1 dogualp.com, 1 dogvolution.com, 1 @@ -42409,6 +43113,7 @@ dokonline.tk, 1 dokspot.cf, 1 dokspot.ga, 1 +dokterbed.nl, 1 doktererectie.com, 1 doktorplyusheva.ml, 1 doku-gilde.de, 1 @@ -42523,7 +43228,6 @@ domainsilicon.co, 1 domainsilk.com, 1 domainspeicher.com, 1 -domainspeicher.one, 0 domainstaff.com, 1 domaintm.in, 1 domainvoider.cf, 1 @@ -42548,7 +43252,6 @@ domenick-lieneweg.de, 1 domenico.lviv.ua, 1 domenicods.tk, 1 -domestic.cn, 1 domhaase.me, 1 domhos.tk, 1 domialt.de, 1 @@ -42625,7 +43328,6 @@ domprojects.com, 1 domps.fr, 1 domreg.lt, 1 -domrotang.ru, 0 domsamogona.ru, 1 domscripting.com, 1 domu.ro, 1 @@ -42660,7 +43362,6 @@ donalblaney.ga, 1 donalblaney.gq, 1 donaldduck.nl, 1 -donaldjenkins.com, 1 donaldm.co.uk, 1 donaldtrump.ga, 1 donaldwarner.com, 1 @@ -42678,7 +43379,9 @@ dondiabolo.com, 1 dondibogusky.com, 1 donec.tk, 1 +donedeal.co.uk, 1 donedeal.ie, 1 +donedealtest.com, 1 doneinteriorerp.com, 1 donera.tk, 1 donewhen.email, 1 @@ -42699,8 +43402,8 @@ dongjian.com, 1 dongkepu.com, 1 dongor.tk, 1 -donhatot.com, 1 donhoward.org, 0 +doninformatico.ga, 1 doniramdoni.tk, 1 donislawdev.com, 1 donkerslootjes.nl, 1 @@ -42759,6 +43462,7 @@ dontkillspike.tk, 1 dontpayfull.com, 1 dontstopcoffee.com, 1 +dontvisit.me, 1 dontwastethewood.com, 1 donumanimo.pl, 1 donutcompany.co.jp, 1 @@ -42991,6 +43695,7 @@ doubtaboutwill.org, 1 douceurcarlet.com, 1 doucheba.gs, 0 +dougholtonline.com, 1 doughseeker.com, 1 doughstory.cf, 1 douglas-ma.gov, 1 @@ -43010,6 +43715,7 @@ douglassimons.com, 1 douglegomovie.tk, 1 dougley.com, 1 +dougsnugs.love, 1 doujin-domain.cz, 1 doujin.nagoya, 1 doujinrepublic.com, 1 @@ -43043,7 +43749,7 @@ dowling.nz, 1 dowling.tk, 1 down-load.dynu.net, 1 -down.pm, 1 +down.pm, 0 downalarm.cz, 1 downandouts.tk, 1 downbook.org, 1 @@ -43111,10 +43817,9 @@ doyoucheck.com, 0 doyoulyft.com, 1 doyoutax.com, 0 -doypacky.cz, 0 +doypacky.cz, 1 doze-cloud.tech, 1 dozecloud.com, 1 -dozepharmacy.com, 1 dozor.ga, 1 dozor.gq, 1 dozor.tk, 1 @@ -43142,8 +43847,8 @@ dpisecuretests.com, 1 dpjuse.tk, 1 dpk.es, 1 +dpkk.ph, 1 dplpmtud.com, 1 -dpm-ident.de, 0 dpmr446.fr, 1 dpoairport.au, 1 dpoairport.com.au, 1 @@ -43162,8 +43867,10 @@ dqcertificaciones.eu, 1 dqempresas.es, 1 dqfilesonline.com, 1 +dr-aldebert-orthopaedie.com, 1 dr-amar.tk, 1 dr-beyer.de, 1 +dr-dedet.com, 1 dr-detailing.com, 1 dr-diffusion.fr, 1 dr-ermilov.com, 1 @@ -43199,7 +43906,6 @@ dracox.com, 0 dracula.city, 1 drafatimagarcia.com, 1 -draft.cards, 1 draftguru.com.au, 1 drafton.com, 1 draftposts.com, 1 @@ -43287,12 +43993,14 @@ drakkarbilbao.com, 1 draknet.eu, 1 draliabadi.com, 0 +draljarallah.com, 1 dralucilavolasco.com.br, 1 drama-live.tv, 1 drama.tk, 1 dramacooltv.org, 1 dramakorea.tk, 1 dramaquarter.com, 1 +dramaqueer.ch, 1 dramar.cc, 1 dramaslayer.ga, 1 dramasq.co, 1 @@ -43352,6 +44060,7 @@ drchrono.com, 1 drcliftonthomas.co, 1 drclub.tk, 1 +drdca.gov, 1 drdeath.tk, 1 drdegenhart.de, 1 drdenisvincenzi.com.br, 1 @@ -43381,18 +44090,17 @@ dreamcartransport.be, 1 dreamcast-world.tk, 1 dreamcatchers-events.com, 1 -dreamcleaningservice.com, 1 dreamcrack.tk, 1 dreamdestine.com, 1 dreamdivers.com, 1 dreamelegant.ml, 1 dreamersgiftshopec.com, 1 -dreamesportsindia.com, 1 dreamfm.gr, 1 dreamhostremixer.com, 1 dreaminformatique.tk, 1 dreaming.solutions, 1 dreaminjewelz.tk, 1 +dreamkids-bysiska.com, 1 dreamlab.co.jp, 1 dreamlandmagic.com, 1 dreamlandsdesign.com, 1 @@ -43463,7 +44171,6 @@ dresdner-christstollen-von-reimann.de, 1 dresdner-kaffeeroesterei.de, 1 dresdner-mandelstollen.de, 1 -dresdner-stollen-von-reimann.de, 0 dresdner-stollen.shop, 1 dress-cons.com, 1 dressabelle.tk, 1 @@ -43472,14 +44179,12 @@ dressestore.tk, 1 dressify.in, 1 dressingmaternity.fr, 1 -dressrose.com, 1 dressshopboutique.com, 1 dresstique.in, 1 dreumesshakira.tk, 1 drevoline.com.ua, 1 drew.beer, 1 drew.ga, 1 -drew.life, 1 drew.red, 1 drewapianostudio.com, 1 drewfuller.tk, 1 @@ -43562,6 +44267,7 @@ drinking.tk, 1 drinklife.tk, 1 drinkplanet.eu, 1 +drinks.my, 1 drinksontap.co.uk, 1 drinkvhemp.com, 1 dripnaija.com, 1 @@ -43608,7 +44314,6 @@ drivingacademy.tk, 1 drivingcalculator.ga, 1 drivinginstruction.tk, 1 -drivingsupport.org, 1 drivio.co.uk, 1 drivio.uk, 1 drivya.be, 1 @@ -43686,10 +44391,12 @@ dronepilotgeorgia.com, 1 dronepit.dk, 1 droneservices.com.fj, 1 +droneson.com.br, 1 dronesquadcoptersales.ga, 1 droneup.pl, 1 dronevlaming.be, 1 droneways.tech, 1 +drongea.com, 1 droni.cz, 1 dronix.tk, 1 dronografia.es, 1 @@ -43738,6 +44445,7 @@ drrr.wiki, 1 drryanstanton.com, 1 drsajjadian.com, 1 +drsamkelojiyana.co.za, 1 drsamuelkoo.com, 1 drsejf.cz, 1 drshadankabiri.com, 1 @@ -43853,13 +44561,11 @@ dscharrer.com, 1 dschwarzachtaler.de, 1 dscjobs.org, 1 -dscmotorsport.co.za, 1 dscsigncert.com, 1 dsdlove.com, 1 dsdomains.com, 1 dsds-ltd.com, 0 dse-assessments.co.uk, 0 -dse.com.bd, 1 dsebastien.net, 1 dsecure.me, 1 dseg.org, 1 @@ -43891,6 +44597,7 @@ dsmnet.org, 1 dsn-it.com, 1 dsn-k.com, 1 +dsnine.org, 1 dso-izlake.si, 1 dsobook.club, 1 dsol.hu, 1 @@ -43901,6 +44608,7 @@ dspnor.com, 1 dspretoria.co.za, 1 dspropertyservicesltd.co.uk, 1 +dsr.us.com, 1 dsreal.de, 1 dssresearch.com, 1 dsswise.org, 1 @@ -43954,6 +44662,7 @@ dtsdschoolboard.com, 1 dtuaarsfest.dk, 1 dtune.me, 1 +dtx.sk, 1 du-alex.ru, 1 dual-universe.ga, 1 dual.cat, 1 @@ -44088,7 +44797,6 @@ duka.com.gr, 1 duka.com.ro, 1 dukan-recepty.ru, 1 -dukatek.cz, 1 duke-nukem.tk, 1 dukeandduchessdrivingschool.co.uk, 1 dukefox.com, 0 @@ -44126,13 +44834,11 @@ dumbmeta.com, 1 dumeng.org, 1 dumfriespropertyservices.co.uk, 1 -dumino.bg, 1 dummo.tk, 1 dumnezeu.tk, 1 dumping.tk, 1 dumpper.ch, 1 dumpper.com, 1 -dumpsterdudez.com, 1 dumspiro.ch, 1 dunamiscommunity.com, 1 dunangel.com, 1 @@ -44206,6 +44912,7 @@ durand.tf, 1 durand.tk, 1 durandeau.org, 1 +durandwi.gov, 1 durangoaldezaharra.tk, 1 durangoenergyllc.com, 1 durastudio.com, 1 @@ -44239,6 +44946,7 @@ dustandsand.com, 1 dustbox.tk, 1 dustinbrett.com, 1 +dustindecker.com, 1 dustman.tk, 1 dustpla.net, 1 dustplanet.de, 1 @@ -44260,7 +44968,8 @@ dutchbird.tk, 1 dutchbirdalerts.nl, 1 dutchbirding.nl, 1 -dutchcariblaw.nl, 1 +dutchbodybuilding.com, 1 +dutchcariblaw.nl, 0 dutchcichlidplanet.tk, 1 dutchconcreations.com, 1 dutchdungeon.tk, 1 @@ -44269,7 +44978,7 @@ dutchforkrunners.com, 1 dutchglover.tk, 1 dutchie.info, 1 -dutchmobilityinnovations.com, 1 +dutchmobilityinnovations.com, 0 dutchpentathlon.nl, 1 dutchperformanceproducts.nl, 1 dutchplayers.com, 1 @@ -44310,7 +45019,6 @@ duzcehaberleri.tk, 1 duzcesondakika.tk, 1 dv-project.ru, 1 -dv.cn, 1 dv.ms, 1 dv189.com, 1 dvbris.co.uk, 1 @@ -44354,7 +45062,6 @@ dweilorkest-frederikshaven.tk, 1 dwgeneralcontractors.com, 1 dwgf.xyz, 1 -dwhd.org, 0 dwhightmolina.com, 1 dwienzek.de, 1 dwightd.com, 1 @@ -44365,6 +45072,7 @@ dwood.store, 1 dworzak.ch, 1 dwservice.net, 1 +dwt-onderwijsencoaching.nl, 1 dwtm.ch, 1 dwtonline.com, 0 dww.hu, 1 @@ -44415,7 +45123,6 @@ dylankatz.com, 1 dylanknoll.ca, 1 dylanlogan.xyz, 1 -dylansevier.com, 1 dylanspcrepairs.com, 1 dylantjb.com, 1 dylanuwr.pl, 1 @@ -44448,6 +45155,7 @@ dynacast.com, 1 dynacrop.space, 1 dynadns.de, 1 +dynah.net, 1 dynalab.pl, 1 dynaloop.net, 0 dynamic-movie.com, 1 @@ -44593,7 +45301,6 @@ e-generator.tk, 1 e-geologia.tk, 1 e-goi.com, 1 -e-guardian.com.br, 1 e-guestbooks.com, 1 e-guvence.com, 1 e-hair.tk, 1 @@ -44645,6 +45352,7 @@ e-petition.net, 1 e-placement.tk, 1 e-planshet.tk, 1 +e-plus-m.de, 1 e-pns.com, 1 e-pokupki.eu, 1 e-polygraphy.tk, 1 @@ -44696,6 +45404,7 @@ e-typ.eu, 1 e-umbrellas.tk, 1 e-underwear.tk, 1 +e-uteplitel.ru, 1 e-vau.de, 0 e-verify.gov, 1 e-virtus.blog, 1 @@ -44726,9 +45435,7 @@ e365.vip, 1 e36533.com, 1 e3lan.net, 1 -e3leading.com, 1 e3leading.solutions, 1 -e3leadingsolutions.com, 1 e3learning.institute, 1 e3li.org, 1 e4.chat, 1 @@ -45124,6 +45831,7 @@ eaofirving.com, 1 eaoftarrantcounty.com, 1 earfolds.com, 1 +earl-plak.de, 1 earlsttech.ca, 1 early-etudes.com, 1 earlybetter.com, 1 @@ -45185,6 +45893,7 @@ easternmontanafair.gov, 1 easternsalesinc.com, 1 easternskatesupply.com, 1 +eastfordct.gov, 1 eastgreenwichnews.com, 1 eastgrmi.gov, 1 easthaddamct.gov, 1 @@ -45290,7 +45999,6 @@ easyreal.ru, 1 easyretro.io, 1 easyrpg.org, 1 -easyserver.io, 1 easyshare.gq, 1 easysignup.com, 1 easyska.tk, 1 @@ -45444,6 +46152,7 @@ ebop.ch, 1 eboxgroup.tk, 1 eboxtenders.com, 1 +ebpc.com.au, 1 ebpgateway.com, 1 ebrahimhadimarket.com, 1 ebrdbusinessguide.com, 1 @@ -45461,6 +46170,7 @@ ec.ath.cx, 1 ec.gov.sl, 1 ec.mine.nu, 1 +ec2software.com, 1 eca.nb.ca, 1 ecamisetas.com.br, 1 ecampusontario.ca, 1 @@ -45470,6 +46180,7 @@ ecardoo.de, 1 ecardoo.net, 1 ecardoo.org, 1 +ecargo.co.nz, 1 ecarscash.com, 1 ecat.ua, 1 ecaterina.tk, 1 @@ -45509,7 +46220,6 @@ echo.cc, 1 echoanalytics.com, 1 echobridgepartners.com, 1 -echocolate.xyz, 1 echodio.com, 1 echofoxtrot.co, 1 echoit.net, 1 @@ -45547,6 +46257,7 @@ eckerl.org, 1 eckerle-gruppe.com, 1 eckindustries.com, 1 +eckler.ca, 1 eckotech.fr, 1 eckstein.tech, 1 eclectic-al.gov, 1 @@ -45575,7 +46286,6 @@ eco69.pl, 1 ecobalispa.com, 1 ecobin.nl, 1 -ecobrotherss.com, 1 ecobunker.co.uk, 1 ecobunkerusa.com, 1 ecocanada.jobs, 1 @@ -45627,19 +46337,19 @@ ecologistasenaccion.org, 1 ecologiya.tk, 1 ecoloriptv.tk, 1 -ecombustibil.ro, 1 +ecombustibil.ro, 0 ecometal.bg, 1 ecometalsrl.com, 1 ecomgigs.com, 1 ecomia.dk, 1 ecommerce-bikinsistem.tk, 1 ecommerce-optimizer.com, 1 -ecommercedb.com, 1 ecommercenews.asia, 1 ecommercenews.co.nz, 1 ecommercenews.com.au, 1 ecompen.co.za, 1 ecomuuu.com, 1 +ecomweb.ro, 1 ecomycie.com, 1 econativa.pt, 1 econfia.cf, 1 @@ -45668,7 +46378,6 @@ ecopark.asia, 1 ecopark.co, 1 ecopark.tv, 1 -ecopy.ir, 1 ecorak.de, 1 ecored.pl, 1 ecoresina.com, 1 @@ -45680,7 +46389,6 @@ ecosfti.tk, 1 ecoshare.info, 1 ecosial.org, 1 -ecosistema.ai, 1 ecoskif.ru, 1 ecosoftconsult.com, 0 ecostarfoam.com, 1 @@ -45712,7 +46420,6 @@ ecpic.gov, 1 ecpl.ru, 1 ecr-test-partnapp.azurewebsites.net, 1 -ecr.gov, 1 ecrandouble.ch, 0 ecredits-dev-app-backoffice01.azurewebsites.net, 1 ecredits-dev-app-partner01.azurewebsites.net, 1 @@ -45776,6 +46483,7 @@ edegembicycleclub.tk, 1 edegulkoyu.tk, 1 edehsa.com, 1 +edeka-peper.de, 1 edel-suff.de, 1 edelveiys.tk, 1 edelvivesdigital.com, 1 @@ -45790,6 +46498,7 @@ edenaya.com, 0 edenfactory.tk, 1 edenming.info, 1 +edennc.gov, 1 edenpureheater.tk, 1 edenredbenefits.com, 1 eder-steiner.at, 1 @@ -45798,17 +46507,21 @@ edevletkapisi.org, 1 edfdentalcenter.tk, 1 edfinancial.com, 1 +edgar.mx, 1 edgarcountyillinois.gov, 1 +edgarpierre.fr, 1 edgarsmission.org.au, 1 edgarsonderwaterwereld.tk, 1 edgartamarit.com, 1 edgarwi.gov, 1 edgarz.tk, 1 +edge12bar.com, 1 edgebilisim.com, 1 edgecase.ru, 1 edgeconnectnj.net, 1 edgecustomersportal.com, 1 edgedynasty.com, 1 +edgeimpulse.com, 1 edgeless.pp.ua, 0 edgelogs.com, 1 edgemagazine.net, 1 @@ -45817,7 +46530,7 @@ edgerton.us, 1 edgeservices.co.uk, 1 edgetalk.net, 1 -edgetechig.co.uk, 1 +edgetechig.co.uk, 0 edgewaterco.gov, 1 edging.tech, 1 edh.email, 1 @@ -45866,8 +46579,8 @@ edition-sonblom.de, 0 editions-campanile.fr, 1 editionsnoiretrouge.com, 1 +editionsz.com, 1 editorakanope.com.br, 1 -editorial.cn, 1 editorialexpress.com, 1 editorialnew.com, 1 editorinleaf.com, 1 @@ -45882,7 +46595,7 @@ edlinger.at, 1 edlinger.mobi, 1 edman007.com, 1 -edmates.com, 0 +edmates.com, 1 edmedications.tk, 1 edmedsonline.tk, 1 edmilia.tk, 1 @@ -46010,7 +46723,6 @@ edularism.com, 1 edulayer.net, 1 edulinks.ml, 1 -edulpapp.com, 1 edumanage.tk, 1 edumaritime.net, 1 edumaster.pro, 1 @@ -46230,7 +46942,6 @@ egbert.net, 1 egbertsen.tk, 1 egc.ink, 1 -egdigital.com.au, 1 egdsk.ru, 1 egegesh.ru, 1 egekbb.org, 1 @@ -46262,7 +46973,6 @@ eggendorfer.uk, 1 eggendorfer.us, 1 eggendorfer.wine, 1 -eggert.org, 1 eggertsvillefiredistrict.gov, 1 egglestonyouthcenter.org, 1 eggman.tk, 1 @@ -46319,6 +47029,7 @@ egu-ev.eu, 1 egu-gmbh.de, 1 egu.eu, 1 +egvilparks.gov, 1 egw-ceramica.de, 1 egy-boy.tk, 1 egyhometex.com, 1 @@ -46382,6 +47093,7 @@ eibich.de, 1 eichel.eu, 1 eichendorffschule.online, 1 +eichenrund.de, 1 eichinger-stelzl.com, 1 eichinger-stelzl.de, 1 eichler.work, 1 @@ -46425,9 +47137,9 @@ eimacs.com, 1 eimeko.ch, 1 eimmigration.com, 1 +ein-itin.com, 1 einarkallevig.tk, 1 einaros.is, 1 -einberufung.com, 1 einbildung.com, 1 eindex.me, 1 eine-andere-welt.org, 1 @@ -46535,7 +47247,6 @@ ekho.tk, 1 ekimaeseitai.com, 1 ekimma.com, 1 -ekimov.com, 1 ekiphost.com, 1 eklepka.com, 1 eklitzke.org, 1 @@ -46630,7 +47341,6 @@ elbetech.net, 1 elbiaadmin.sk, 1 elbiahosting.sk, 1 -elbienestar.com, 1 elbir.tk, 1 elbitsystems.com, 1 elblogdezoe.es, 1 @@ -46688,6 +47398,7 @@ electionsbycounty.com, 1 electionsdatabase.com, 1 electionsshelbytn.gov, 1 +electmikewaters.com, 1 electr0sheep.com, 1 electra.co.nz, 1 electrafk.cl, 1 @@ -46699,7 +47410,6 @@ electricagoura.com, 1 electricagourahills.com, 1 electrical-schools.com, 1 -electrical.cn, 1 electricalagoura.com, 1 electricalagourahills.com, 1 electricalandelectronicsengineerinformation.ga, 1 @@ -46822,6 +47532,7 @@ elegant-techno.com, 1 eleganta.ga, 1 elegantanal.com, 1 +elegantbrows.com, 1 elegantchaos.beauty, 1 elegantfamilyhotelsandresorts.com, 1 elegantlacebridal.com, 1 @@ -46835,7 +47546,6 @@ elekner.tk, 1 elektiriklidireksiyontamiri.com, 1 elektiriktasarruf.tk, 1 -elektrikal.com, 1 elektriker-notdienst-zentrale.de, 1 elektrikvesukesintileri.com, 1 elektrilevi.com, 1 @@ -46853,7 +47563,6 @@ elektro-pfeiffer.de, 1 elektro-praha10.cz, 1 elektro-reibsch.de, 1 -elektro-roth.de, 1 elektro-stock.de, 1 elektro-wandelt.de, 1 elektro-woerdehoff.de, 1 @@ -46885,7 +47594,6 @@ elektrotechnik-heisel.de, 1 elektrotechnik-kaetzel.de, 1 elektrotechnik-schreck.de, 1 -elektrotechniker-beck.de, 1 elektrownie-tanio.net, 1 elektryczka.pl, 1 elelenin.cf, 1 @@ -47114,6 +47822,7 @@ elitenovice.tk, 1 eliteny.com, 1 elitephysiotherapy.com.au, 1 +elitepumps.net, 1 eliterequestboard.tk, 1 elitesidingandgutters.com, 1 elitesim.ga, 1 @@ -47143,7 +47852,6 @@ elizaminami.com.br, 1 eljay.cc, 1 eljef.me, 1 -eljuzgado.es, 1 elk.moe, 1 elka-holzwerke.de, 1 elka-piter.ga, 1 @@ -47227,7 +47935,6 @@ elmwoodmi.gov, 1 elnan.do, 1 elnegocioperfecto.tk, 1 -elnidovoyages.com, 1 elnodiacademy.com, 1 elo-forum.org, 1 elo-rocket.com, 1 @@ -47321,7 +48028,6 @@ elteeta.com, 1 eltern-verein.ch, 1 elternbeiratswahl.online, 1 -elternforum-birmensdorf.ch, 1 elternverein-utzenstorf.ch, 1 elternzimmer.de, 1 eltip.click, 1 @@ -47351,6 +48057,7 @@ elvismania.tk, 1 elvispresley.net, 1 elvisvrconnect.co.uk, 1 +elvonet.hr, 1 elvorti.bg, 1 elvorti.com, 1 elvtr.com, 1 @@ -47413,7 +48120,6 @@ emanuelachiriaco.tk, 1 emanuelduss.ch, 1 emanuelemazzotta.com, 1 -emapgo.com, 1 emaps.tk, 1 emaratalyoum.com, 1 emarhotel.bg, 1 @@ -47434,6 +48140,7 @@ embebelo.com, 1 embedded.com, 1 embelgium.org, 1 +embelize.com, 1 embellir-aroma.com, 1 embellir-kyujin.com, 1 ember.co, 1 @@ -47470,7 +48177,6 @@ emdrupholm.dk, 1 emdvcorasia.com, 1 emdynint.io, 1 -emed.com, 1 emedpractice.com, 1 emeetattd.ddns.net, 1 emeklifinans.com, 1 @@ -47479,6 +48185,7 @@ emeliemai.com, 1 emelies-inspiration.tk, 1 ememsei.com, 1 +emenaspa.com, 1 emenshop.cf, 1 emenshop.ga, 1 emenshop.ml, 1 @@ -47514,7 +48221,6 @@ emigratieplanner.com, 1 emil-dein-baecker.com, 1 emil-dein-baecker.de, 1 -emil-reimann-lieferservice-stuttgart.de, 0 emil-reimann.com, 1 emil-reimann.de, 1 emil.click, 0 @@ -47571,7 +48277,6 @@ emkanrecords.com, 0 emkode.pl, 1 emkrivoy.com, 1 -emlakvar.com, 1 emlcloud.com, 1 emls.fr, 1 emlyn.xyz, 1 @@ -47593,6 +48298,7 @@ emmastarr.net, 1 emmaste.edu.ee, 1 emmastree.com, 1 +emmauspa.gov, 1 emmawatsonking.tk, 1 emmawatsononline.tk, 1 emmdy.com, 0 @@ -47628,6 +48334,7 @@ emotionalonlinestorytelling.com, 1 emotionsanonymous.org, 1 emotionsgroup.kz, 1 +emotiv.pe, 1 emotive.productions, 1 emoxie.com, 0 empadaoportugal.com.br, 1 @@ -47639,7 +48346,6 @@ empatify.com, 1 empatify.pl, 1 empatos.cf, 1 -emperator.com, 1 emperola.com, 1 emperor-penguin.com, 1 emperor-penguins.com, 1 @@ -47735,6 +48441,7 @@ emtex.at, 1 emtex.co.jp, 1 emtofis.com, 1 +emtpigging.com, 1 emtradingacademy.com, 1 emu-games.com, 1 emu.dk, 1 @@ -47747,7 +48454,6 @@ emulefans.com, 1 emulovers.com, 1 emulsifier.ga, 1 -emuma.com, 1 emunet.net, 1 emurom.net, 1 emuser.tk, 1 @@ -47789,6 +48495,7 @@ enbecom.net, 1 enboarder.com, 1 enbulleiugnen.com, 1 +enby.army, 1 encd.life, 1 encelaya.com.mx, 1 encfs.win, 1 @@ -47864,6 +48571,7 @@ endlessdiy.ca, 1 endlessfashion.tk, 1 endlessgrind.com, 1 +endlesshorizons.info, 1 endlessvideo.com, 1 endlesswebsite.tk, 1 endofevolution.com, 1 @@ -47876,7 +48584,6 @@ endondehay.com, 1 endpaydayloandebt.net, 1 endpipe.com, 1 -endplasticwaste.org, 1 endpointclinical.com, 1 endrinas.com, 1 endrust.com.au, 1 @@ -47888,7 +48595,6 @@ endustriyelmutfak.com, 1 endviolence.gc.ca, 1 endzeit-architekten.com, 1 -eneamarcantoni.com, 1 enecivilela.com, 1 enefit.ee, 1 enefit.lv, 1 @@ -47901,9 +48607,6 @@ enefitgreen.lv, 1 enefitgreen.pl, 1 enefitgreen.se, 1 -enefitrenewables.com, 1 -enefitrenewables.ee, 1 -enefitrenewables.eu, 1 enefitvolt.com, 1 enefitvolt.ee, 1 enefitvolt.eu, 1 @@ -47960,6 +48663,7 @@ energycommunities.gov, 1 energyconsultonline.nl, 1 energydistributorsllc.com, 1 +energydrinkblog.de, 1 energyefficientservices.com, 1 energyelephant.com, 1 energyflows.ie, 1 @@ -47975,10 +48679,10 @@ energylocals.au, 1 energylocals.com, 1 energylocals.com.au, 1 +energylocals.org, 1 energymedia.tk, 1 energysaveroregon.com, 1 energysite.tk, 1 -energysolutionstech.com, 0 energystar.gov, 1 energysystems.com, 1 energytrust.tk, 1 @@ -47991,7 +48695,6 @@ enerpac.com, 1 enersaveapp.org, 1 enerte.ru, 1 -eneryetika.com, 1 enerypa.tk, 1 enescrackmerkezi.tk, 1 enet-navigator.de, 1 @@ -48015,8 +48718,6 @@ engagementlettercpa.com, 1 engagewarnerrobinsga.gov, 1 engagewell.com, 1 -engagingcontents.com, 1 -engagingmuscles.com, 1 engagio.com, 1 engalego.tk, 1 enganchesevilla.es, 1 @@ -48093,6 +48794,7 @@ engso.com, 1 engso.eu, 1 engsoyouth.eu, 1 +engsubjav.com, 1 engution.biz, 0 engvid.com, 1 engweld.co.uk, 1 @@ -48140,12 +48842,14 @@ enlamochiladeadri.com, 1 enlasnubes.tk, 1 enlaztravel.com, 1 +enlightenspeech.com, 1 enlightio.com, 1 enlightsec.se, 1 enlnf.link, 1 enloestatebank.com, 1 enlr.ru, 1 enlyft.com, 0 +enmieux.be, 1 enmowe.tech, 1 enno.mom, 0 ennori.jp, 1 @@ -48197,6 +48901,7 @@ ensemble-rubato.de, 1 enshin-karate.tk, 1 ensightpharma.com, 1 +ensightsolutions.us, 1 ensilencio.tk, 1 ensingpodotherapie.nl, 1 enskat.de, 1 @@ -48243,11 +48948,13 @@ enterthehollow.com, 1 enteweb.tk, 1 enthasso.gr, 1 +entheo-worldeyes.org, 1 entheogens.com, 1 entheorie.net, 1 entheoshearing.com, 1 enthrallinggumption.com, 1 entityelevation.com, 1 +entityfiling.com, 1 entomologia.it, 1 entorangecounty.com, 1 entouchgo.com, 1 @@ -48277,7 +48984,6 @@ entryboss.cc, 1 entryscape.com, 1 entserv.eu, 1 -entspannter-arbeiten.de, 0 entwickler.land, 1 entwicklung.center, 1 enuchi.com, 1 @@ -48340,9 +49046,10 @@ enzosoares.com, 1 enzyme-sensor.net, 1 eo-literaturo.tk, 1 +eoa.live, 1 eocservices.co.uk, 1 eod.su, 1 -eohima.org, 1 +eohima.org, 0 eol-team.tk, 1 eola.co, 1 eoliennedetoit.com, 1 @@ -48382,6 +49089,8 @@ epaygateway.net, 1 epcomputacion.com.ar, 1 epcreation.nl, 1 +epcsummit2023.md, 1 +epdemo.selfip.com, 1 epdeveloperchallenge.com, 1 epdiekirch.tk, 1 epdigital.biz, 1 @@ -48431,6 +49140,7 @@ epidauros.be, 1 epieos.com, 1 epigrafes-led-farmakeia.gr, 1 +epikchat.com, 1 epilier.uz, 1 epilino.jp, 1 epilis.gr, 1 @@ -48459,10 +49169,7 @@ epmcentroitalia.it, 1 epmonthly.com, 1 epoch-film.ml, 1 -epochcg.pt, 1 -epofta.ro, 1 epolitiker.com, 1 -epopia.com, 1 epos.az, 1 eposbirmingham.co.uk, 1 eposbrighton.co.uk, 1 @@ -48517,7 +49224,6 @@ equalifica.com.br, 1 equalone.co.jp, 1 equalscollective.com, 1 -equans-kaelte.de, 1 equasea.com, 0 equate.net.au, 1 equatetechnologies.com.au, 0 @@ -48559,7 +49265,6 @@ equityloupe.com, 1 equityloupe.org, 1 equityloupe.ru, 1 -equityset.com, 1 equityyes.org, 1 equivid.ga, 1 equt.cloud, 1 @@ -48569,6 +49274,7 @@ er.tl, 1 era.fi, 1 erafat.com, 1 +eraiescrow.com, 1 erandymoreira.cf, 1 erandymoreira.ga, 1 erandymoreira.gq, 1 @@ -48699,6 +49405,7 @@ eris-bj.com, 1 erisinfo.com, 1 eristajanmutka.com, 1 +erisws.com, 1 erisys.net, 1 erito.com, 1 eritonetwork.com, 1 @@ -48841,6 +49548,7 @@ esalinity.com, 1 esame-di-professione-cinestetica.ch, 1 esamsur.tk, 1 +esarp.com, 1 esasafe.com, 1 esasite.com, 1 esatn.gov, 1 @@ -48868,14 +49576,13 @@ esba11.in, 1 esba11.net, 1 esball.bz, 1 -esball.in, 1 +esball.in, 0 esball.online, 1 esball888.net, 1 esbuilders.co.nz, 0 esburgos.info, 1 esc-romania.tk, 1 esc-turkey.tk, 1 -esc18.net, 1 esc3.net, 1 esc9.net, 1 escae.ml, 1 @@ -48883,6 +49590,7 @@ escale-communication.bzh, 1 escalesensorielle.com, 1 escambiacountyal.gov, 1 +escanabatownshipmi.gov, 1 escancia.tk, 1 escaparate.tk, 1 escape-house.be, 1 @@ -48907,6 +49615,7 @@ escolanacionaldejudo.com.br, 1 escolatop.com.br, 1 escolibri.com, 1 +escondido.gov, 1 escondidoca.gov, 1 escontact.ch, 0 escordilla.tk, 1 @@ -48914,7 +49623,6 @@ escortaccess.net, 1 escortbee.com, 1 escortcreampie.com, 1 -escortcunuz.com, 1 escortdelhi.net, 1 escortdisplay.com, 1 escortes.xyz, 1 @@ -48954,6 +49662,7 @@ eseances.ch, 1 esecuredata.com, 1 esemtia.com, 1 +esenaskincare.com, 1 eservices-greece.com, 1 eset.ml, 1 esexchange.ga, 1 @@ -48969,6 +49678,7 @@ eshop-prices.com, 1 eshop-ptz.ru, 1 eshoprzd.ru, 1 +eshotsaatleri.com, 1 eshtapay.com, 1 esiac.net, 1 esicia.rw, 1 @@ -48993,7 +49703,6 @@ eskimuzikatolyesi.org, 1 eskisehirhaberleri.tk, 1 esko.bar, 1 -eskola.cc, 1 eskriett.com, 0 eskritt.ca, 1 eskypartners.com, 1 @@ -49004,6 +49713,7 @@ eslint.org, 0 eslove.jp, 1 eslteacheredu.org, 1 +eslutt.cc, 1 esm.run, 1 esmalglass-itaca.com, 1 esmart.ro, 1 @@ -49027,7 +49737,6 @@ esopticallabs.com, 1 esote.net, 1 esoteric.website, 1 -esotericastrologer.org, 1 esotericcosmos.com, 1 esoterik.link, 1 esoterikerforum.de, 1 @@ -49085,6 +49794,7 @@ espoonkumi.fi, 1 esport-agency.fr, 1 esport-brande.dk, 0 +esporters.today, 1 esportsbattles.ga, 1 esportsmonk.com, 1 espower.com.sg, 1 @@ -49137,6 +49847,7 @@ essencesdeprana.org, 1 essencespresso.es, 1 essenciasparis.com.br, 1 +essentialfoods.pt, 1 essentialinteriors.ga, 1 essentialliving.co.uk, 1 essentialoils.co.za, 1 @@ -49176,17 +49887,18 @@ estafallando.es, 1 estafallando.mx, 1 estahl.dk, 1 -estallbd.com, 1 estallidodigital.cl, 1 estampascriativas.com.br, 1 estampille-paris.fr, 1 estanciasgauchas.com.br, 1 estate360.co.tz, 1 +estatebd.net, 1 estatebud.com, 1 estateczech-eu.ru, 1 estateways.com, 1 estcequemonordinateurestallume.fr, 1 estcequemontelephoneestallume.fr, 1 +estcequonmetenprodaujourdhui.info, 1 esteban-abadahs.tk, 1 estebanborges.com, 1 estebanoria.net, 1 @@ -49206,6 +49918,7 @@ esteticanorte.com.br, 1 esteticaprofana.it, 1 estetici.com, 1 +esteticka-chirurgie-nohy.cz, 1 estetista.net, 1 esthe-zukan.com, 1 esthergoh.com, 1 @@ -49255,7 +49968,7 @@ estudiogarcia-rada.com, 1 estudiojuridicovyv.cl, 1 estudiomantis.tk, 1 -estudionale.com, 0 +estudionale.com, 1 estudios-biblicos.tk, 1 estudiosalmogavares.tk, 1 estudiosmart.com, 1 @@ -49292,7 +50005,6 @@ etalktome.com, 1 etanol.tk, 1 etaoinwu.com, 1 -etaoinwu.win, 1 etarskaikozmetickaulja.rs, 1 etath.com, 1 etaxigraz.com, 1 @@ -49304,7 +50016,6 @@ etdcampus.com, 1 etdonline.co.za, 1 etdp.co.za, 1 -etdpractices.co.za, 1 etduvindemoselle.fr, 1 etech-solution.com, 1 etech-solution.net, 1 @@ -49334,6 +50045,7 @@ etf2l.org, 1 etfacta.com, 0 etfcentral.com, 1 +etflife.com, 1 eth-news.info, 1 eth-services.de, 1 eth0.nl, 0 @@ -49412,7 +50124,6 @@ etincelle.tk, 1 etindustries.com, 1 etiqa.tk, 1 -etkaddict.com, 1 etkarle.de, 1 etmtobik.eu, 1 etnis.id, 1 @@ -49517,8 +50228,10 @@ eumananc.ro, 1 eumk6.ml, 1 eung.ga, 1 +eunicetan.com, 1 eupay.de, 1 euphoriaonline.tk, 1 +eupm.org, 1 euporos.ch, 0 eupropertysolutions.com, 1 eurasierwelpen.tk, 1 @@ -49636,6 +50349,7 @@ euroswapper.tk, 1 euroteam.tk, 1 eurotechme.com, 1 +eurotechnology-group.com, 1 eurotest.tk, 1 eurotop.net.pl, 1 eurotour.tk, 1 @@ -49644,7 +50358,7 @@ eurousa.us, 1 eurovision-romania.tk, 1 eurovision.ie, 1 -eurowijskids.nl, 1 +eurowijskids.nl, 0 eurseo.com, 1 euruni.edu, 1 eusarse.tk, 1 @@ -49653,8 +50367,8 @@ euskaltzaleak.tk, 1 eusou.ml, 1 eustaquio.tk, 1 -eustismortgage.com, 1 eustomamc.net, 1 +eusv.net, 1 eusystemic.com, 1 eutawal.gov, 1 euterpiaradio.ch, 1 @@ -49676,7 +50390,6 @@ evadi.ca, 1 evafernandez.tk, 1 evafojtova.cz, 1 -evai.me, 1 evaisanta-mariaalmudever.tk, 1 evaisanta.tk, 1 evaks.az, 1 @@ -49736,20 +50449,22 @@ eve-ua.com, 1 eve.tax, 1 eve0s.com, 1 +eveandi.health, 1 eveapk.com, 1 -eveaz.com, 0 +eveaz.com, 1 eveco-mebel.ga, 1 evedanjailbreak.com, 1 eveetcie.com, 1 evehryday.com, 1 eveil-et-savoirs.com, 1 +evelethpd.gov, 1 evelienuitvaartverzorging.nl, 1 evelienzorgt.nl, 1 evelin.tk, 1 +evelyn.com, 1 evemarketer.com, 1 evenbijproaten.online, 1 evendesign.gq, 1 -evenementenhoekvanholland.nl, 1 evenimenteromania.tk, 1 eveningstar.tk, 1 eveningtaxservices.com, 1 @@ -49797,6 +50512,7 @@ ever4cats.de, 1 everaerts.eu, 1 everain.me, 1 +everand.com, 1 everberg.tk, 1 everdivemarine.com, 1 everestbankltd.com, 1 @@ -49809,6 +50525,7 @@ everglow.co.jp, 1 evergreenal.gov, 1 evergreenilder.tk, 1 +evergreenlangladewi.gov, 1 evergreenmichigan.com, 1 evergreenservice.net, 1 everhome.cloud, 1 @@ -49839,7 +50556,6 @@ everwaking.com, 0 everwinter.tk, 1 every-day-life.com, 0 -everyademo.live, 1 everyarti.st, 1 everycorneroftheworld.cf, 1 everycorneroftheworld.de, 1 @@ -49851,7 +50567,6 @@ everydaygary.com, 1 everydaylifeinsurance.com, 1 everydaymarts.com, 0 -everydaynews.ro, 1 everydaypower.com, 1 everydaytherich.com, 1 everydaywot.com, 1 @@ -49899,6 +50614,7 @@ eviamv.com, 1 eviction.cf, 1 evidecor.com.br, 1 +evidencebased.net, 1 evidenceusa.com.br, 1 evidenciamidiasdigitais.com.br, 1 evidencija.ba, 1 @@ -49936,9 +50652,9 @@ eviz.co, 1 evkitdigital.com.br, 1 evlear.com, 1 -evlilikarayanlar.com, 1 evlilikilan.com, 1 evlqa1sp1tzb05zo-reoo0vhj9a1t5pousfudnkg.com, 0 +evlvapors.com, 1 evntage.com, 1 evobox.store, 1 evocate.com.au, 1 @@ -50015,6 +50731,7 @@ ewelinagrochowina.pl, 1 ewen-bara.com, 1 ewesparky.com, 1 +ewgri.gov, 1 ewhitehat.com, 1 ewie.name, 1 ewigetrauringe.de, 1 @@ -50139,7 +50856,6 @@ exclusivacademy.com, 1 exclusive-okno.ru, 1 exclusive-world.tk, 1 -exclusivebouncycastles.co.uk, 1 exclusivedesignz.com, 1 exclusivelyuk.co.uk, 1 exclusivemilf.com, 1 @@ -50184,6 +50900,7 @@ exfuga.com, 1 exhalewell.com, 1 exhumationindia.tk, 1 +exiahost.com, 1 exiled.land, 1 exiled.world, 1 exiletattoo.net, 1 @@ -50273,6 +50990,7 @@ experimentator.cz, 1 experimentoscongaseosa.tk, 1 experimentrak.com, 1 +experimentworld.io, 1 experimetrix.com, 1 experise.fr, 1 experpento.tk, 1 @@ -50315,7 +51033,6 @@ explode.tk, 1 explodie.org, 1 exploflex.com.br, 1 -exploit-db.com, 1 exploit.cz, 0 exploit.party, 1 exploit.ph, 1 @@ -50336,11 +51053,13 @@ exploregulf.ga, 1 exploreit.online, 1 explorelocaltravel.tours, 1 +explorerdispatch.com, 1 exploretock.com, 1 exploretravellife.com, 1 exploretsp.gov, 1 exploring-memory.org, 1 exploringmorocco.tours, 1 +exploristics.com, 1 explorium.tk, 1 explosion-cs.tk, 1 explosionstereo.tk, 1 @@ -50367,7 +51086,6 @@ expoort.com, 1 expoort.com.br, 1 expoort.es, 1 -expoort.fr, 1 expopodium.com, 1 expoprime.tk, 1 expopro24.ru, 1 @@ -50395,6 +51113,7 @@ expressmarket.ru, 1 expressnewspoint.com, 1 expressodasilhas.cv, 1 +expresspak.co.nz, 1 expressramps.com, 1 expressstore.ga, 1 expressvpn.com, 1 @@ -50414,7 +51133,7 @@ extantsoft.biz, 1 extelicast.com, 1 extendet.tk, 1 -extendresources.com, 1 +extendresources.com, 0 extendwings.com, 1 extenselizzembalagens.com.br, 1 extensia.it, 1 @@ -50524,7 +51243,6 @@ eyecon.gr, 1 eyedea.ga, 1 eyedesignuniversity.com, 1 -eyefakes.com, 1 eyeglasses.com, 0 eyelash-mc.com, 1 eyelash-navi.com, 1 @@ -50557,10 +51275,10 @@ eylif.is, 1 eylog.co.uk, 1 eylulsohbet.net, 1 +eynio.com, 1 eyona.com, 1 eyoo.link, 1 eyps.net, 1 -eyrid.com, 1 eytosh.net, 1 eyy.co, 1 eyyit.com, 0 @@ -50578,8 +51296,6 @@ ezekia.com, 1 ezelukwu-chambers.org, 1 ezeviral.com, 1 -ezftrs.com, 1 -ezgamble.com, 1 ezgif.com, 1 ezhub.de, 1 ezidox.com, 1 @@ -50591,14 +51307,13 @@ ezitech.com, 1 ezmob.com, 1 ezmoddingz.tk, 1 -eznetworks.com.br, 1 +ezochat.com, 1 ezorgportaal.nl, 1 ezoterizm.info, 1 ezpb.com, 1 ezprints.com, 1 ezpzdelivery.com, 1 ezrent.tk, 1 -ezrohi.ru, 1 ezsavers.ga, 1 ezsaversers.ga, 1 ezsaversest.ga, 1 @@ -50714,6 +51429,7 @@ fa-fa.tk, 1 fa-works.com, 1 faapart107certifiedpilot.com, 1 +faaq.ru, 1 faasviddy.nl, 1 faazmusic.com, 1 fabarm.fr, 1 @@ -50776,13 +51492,18 @@ fabseal.de, 1 fabslabour.uk, 1 fabtechexpo.com, 1 -fabulosa.com.br, 1 +fabulosa.com.br, 0 +fabulous.com, 1 fabulouseventsmiami.com, 1 fabulousfarmgirl.com, 1 fabulouslyyouthfulskin.com, 1 fabulouslyyouthfulskineyeserum.com, 1 faburocks.com, 1 -fabweb.com.br, 1 +fabuye.cf, 1 +fabuye.ga, 1 +fabuye.gq, 1 +fabuye.ml, 1 +fabuye.tk, 1 fac.fi, 1 fac.gov, 1 faca.gov, 1 @@ -50796,7 +51517,6 @@ facchinaggio.roma.it, 1 facchinetti.cloud, 1 facchino.it, 1 -facciadastile.it, 1 face-art.tk, 1 face-fashion.de, 1 face.yoga, 1 @@ -50815,7 +51535,6 @@ faceboom.tk, 1 facebydrh.com, 1 facebylouise.co.uk, 1 -facedack.com, 1 facedaily.tk, 1 facedeplook.tk, 1 faceegypt.tk, 1 @@ -50904,6 +51623,7 @@ factys.do, 1 factys.es, 1 facucosta.com.ar, 1 +fadaex.org, 1 fadaru.ml, 1 fadecloud.com, 1 fadedave.com, 1 @@ -50933,7 +51653,6 @@ fafa106.com, 1 fafarishoptrading.com, 1 fafaslott.com, 1 -fafatiger.com, 1 fafers.tk, 1 fafscloud.com, 0 fagdag.dk, 1 @@ -50976,6 +51695,7 @@ fairchildfun.tv, 1 fairdata.ga, 1 fairedeseconomies.info, 1 +fairelements.net, 1 fairewindenergie-sh.de, 1 fairfaxcountypartners.gov, 1 fairfaxsc.gov, 1 @@ -50994,7 +51714,6 @@ fairleevt.gov, 1 fairlesslaw.com, 1 fairline.com, 1 -fairmarketing.com, 1 fairmates.tk, 1 fairmontnc.gov, 1 fairmonttamarak.cf, 1 @@ -51014,6 +51733,7 @@ fairviewevents.ca, 0 fairviewfarmacy.com, 1 fairviewfcss.com, 0 +fairviewheightsil.gov, 1 fairviewmotel-simcoe.com, 1 fairwayhomebuyers.com, 1 fairwork.gov.au, 1 @@ -51042,6 +51762,7 @@ fajita.party, 1 fajnshop.sk, 1 fajode.net, 1 +fajrdua.com, 1 fakat.tk, 1 fake-show.ga, 1 fake.creditcard, 1 @@ -51059,7 +51780,6 @@ fakel.ga, 1 fakemoney.ga, 1 fakeout.no, 1 -fakerli.com, 1 fakeroses.tk, 1 fakes-ru.tk, 1 faketaxi.com, 1 @@ -51081,6 +51801,7 @@ falcn.io, 1 falcom.co.jp, 1 falcona.io, 1 +falconerelectronics.com, 1 falconerny.gov, 1 falconfrag.com, 1 falconi.com, 1 @@ -51116,6 +51837,7 @@ fallofthecitadel.com, 1 fallonarrocho.tk, 1 fallout-craft.ru, 1 +fallout-tattoo.de, 1 fallout4london.com, 1 fallriverbiblechapel.tk, 1 fallriverma.gov, 1 @@ -51141,7 +51863,6 @@ fame.news, 1 fameng.nl, 1 famep.gov, 1 -fameska.com, 1 fameslook.tk, 1 fameus.fr, 1 fameuxhosting.co.uk, 1 @@ -51149,6 +51870,7 @@ famigliafiorini.it, 1 familialchercher.tk, 1 familiaperez.net, 0 +familiaphoenix.fr, 1 familie-keil.de, 1 familie-kruithof.nl, 1 familie-kupschke.de, 1 @@ -51243,6 +51965,7 @@ fanfareunion.ch, 0 fanfiction.tk, 1 fanflix.co, 1 +fang-den-sommer.de, 1 fangbing.me, 1 fangd.net, 1 fangkehou.tk, 1 @@ -51266,7 +51989,6 @@ fansided.com, 1 fansport.space, 1 fansta.jp, 1 -fanstuff.ru, 1 fantacast.it, 1 fantasea.pl, 1 fantasiatravel.hr, 1 @@ -51339,7 +52061,6 @@ fara.gov, 1 faradji.nu, 1 faradome.ws, 1 -faradrive.ir, 1 farafaratodonuevoleon.com, 1 farallonesrentacar.com, 1 faraloda.tk, 1 @@ -51373,6 +52094,7 @@ farfallina.nl, 1 farfor.tk, 1 farhadexchange.com, 1 +farhamaghdasi.ir, 1 farhandanish.tk, 1 farian.tk, 1 faribanx-porn.com, 1 @@ -51388,6 +52110,7 @@ farleymetals.com.au, 1 farleysworlds.com, 1 farlezz.de, 1 +farlitesolutions.com, 1 farm-catalog.ga, 1 farm-dogecoin.tk, 1 farm-vacations.com, 1 @@ -51402,6 +52125,7 @@ farmasimahaganesha.ac.id, 1 farmaspeed.it, 1 farmauna.com, 1 +farmaweb.be, 1 farmbureauinsurance-mi.com, 1 farmer-miniaturen.tk, 1 farmer.dating, 1 @@ -51609,6 +52333,7 @@ fastpresence.com, 1 fastproxycat.ml, 1 fastproxyforfree.gq, 1 +fastrocket.pl, 1 fastscanapp.com, 1 fastserv.pl, 1 faststage.ch, 1 @@ -51630,12 +52355,10 @@ fate-srd.com, 1 fatecdevday.com.br, 1 fateitalia.it, 1 -fatemehyavari.com, 1 fates.online, 1 fatetx.gov, 1 fatfueled.com, 1 fatherhood.gov, 1 -fathimatower.com, 1 fatidique.com, 1 fatig.com, 1 fatiguefree.com, 1 @@ -51740,7 +52463,6 @@ fbiic.gov, 1 fbijobs.gov, 1 fbilab.gov, 1 -fbk.moe, 1 fbmedia-ckl.com, 1 fbo.gov, 1 fbo.network, 1 @@ -51760,7 +52482,7 @@ fcapollo.tk, 1 fcarrascosa.es, 1 fcbarcelona.cz, 1 -fcbasel.info, 1 +fcbasel.info, 0 fcblueboys.be, 1 fcbrasov.tk, 1 fccaracciolo-solution.tk, 1 @@ -51823,7 +52545,6 @@ fdsys.gov, 1 fdworlds.net, 1 fdx-insurance.com, 1 -feac.us, 1 feaden.me, 1 feandc.com, 1 fear-crowd.tk, 1 @@ -51930,7 +52651,6 @@ fedupwithliberals.com, 1 fedux.com.ar, 1 feecotec.com, 1 -feecreativity.com, 1 feed-back.com, 1 feedback-project.eu, 1 feedbackproduction.tk, 1 @@ -51981,7 +52701,6 @@ feetek.net, 1 feetnesclub.tk, 1 feetpa.ws, 1 -feezlinkz.com.ng, 1 feezmodo.com, 1 fef.moe, 1 fefacaram.com.br, 1 @@ -52033,6 +52752,7 @@ felger-times.fr, 1 felgitscher.xyz, 1 felicifia.org, 1 +felid.gay, 1 felidas.net, 1 felin.es, 1 feline.ro, 1 @@ -52042,7 +52762,6 @@ feliratok.eu, 1 felis.com.mx, 1 feliscatus.tk, 1 -felistirnavia.sk, 1 felix-amez.tk, 1 felix-hirner.de, 1 felix.vn, 1 @@ -52089,6 +52808,7 @@ femarelle.is, 1 femastudios.com, 1 femboy.clothing, 1 +femboys.pics, 1 femcompany.nl, 1 femik.net, 1 femiluna.com, 1 @@ -52122,6 +52842,12 @@ fencingmartest.ga, 1 fendisunglasses.us, 1 feng.si, 1 +feng18.vip, 1 +feng28.vip, 1 +feng58.vip, 1 +feng68.vip, 1 +feng88.vip, 1 +feng98.vip, 1 fengchuiyudaqu.ml, 1 fenghuangcheng.tk, 1 fengrui.me, 0 @@ -52140,16 +52866,20 @@ fenn.moe, 1 fennet.rentals, 1 fenns.co.za, 1 +fennville.gov, 1 fennydewit.nl, 1 fenom.ga, 1 fenotipo.com, 1 fenris.ovh, 1 fenritec.eu, 1 fenritec.fr, 1 +fense.cf, 1 +fense.ml, 1 fenstar.az, 1 fenster-bank.at, 1 fenster-bank.de, 1 fensterbau-mutscheller.de, 1 +fenwickisland-de.gov, 1 feodosiya.cf, 1 feodosiya.tk, 1 ferad.net, 1 @@ -52209,6 +52939,7 @@ fernandomorientes-zone.tk, 1 fernandosuarez.cf, 1 fernatura.tk, 1 +ferngas.de, 1 fernheim.com.py, 1 fernhowe.co.uk, 1 fernland.com.au, 1 @@ -52259,6 +52990,7 @@ fescuesodsouthernindiana.com, 1 feseev.ml, 1 fesne.com, 1 +fesoftware.net, 1 fespad.org.sv, 1 festaprylar.se, 1 festar.tk, 1 @@ -52289,6 +53021,7 @@ festo.online, 1 festrentcar.pl, 1 fests.info, 1 +festusmo.gov, 1 festx.co.za, 1 fetanbus.com, 1 fetawerelddans.tk, 1 @@ -52587,6 +53320,7 @@ fhm.duckdns.org, 1 fhmkh.cn, 1 fhome.ch, 1 +fhope.org, 1 fhsseniormens.club, 1 fhv-waldhausen.de, 1 fi.google.com, 1 @@ -52678,7 +53412,6 @@ fifacup.ga, 1 fifadimensions.tk, 1 fifafans.tk, 1 -fifashions.com, 1 fifastars.tk, 1 fifatournament.tk, 1 fifaultimatemod.tk, 1 @@ -52717,7 +53450,6 @@ figurasdelinguagem.com.br, 1 figure.com, 1 figure.nz, 1 -figuro.la, 1 figuurzagers.nl, 0 fihatest.ml, 1 fiilr.com, 1 @@ -52817,7 +53549,6 @@ filmbest.tk, 1 filmcorner.tk, 1 filmdates.co.uk, 1 -filmdirectingtips.com, 1 filme-onlines.com, 1 filmedonstage.com, 1 filmezzunk.hu, 1 @@ -52898,7 +53629,6 @@ financedraft.com, 1 financeforafrica.com, 1 financeguest.com, 1 -financehindi.com, 1 financeinterface.tk, 1 financejobs.ch, 1 financelong.com, 1 @@ -52931,10 +53661,12 @@ finansy.tk, 1 finanz-planer.net, 1 finanzasydinero.com, 1 +finanzberatungdueren.de, 1 finanzconsult.org, 1 finanzen-az.com, 1 finanzen-weblog.de, 1 finanzierung-sofortzusage.de, 1 +finanztime.com, 1 finanzwende-recherche.de, 1 finapi.io, 1 finaster.com.br, 1 @@ -52943,6 +53675,7 @@ fincaalegranza.com, 1 fincabank.kg, 1 fincas-ruiz.com, 1 +fincent.xyz, 1 finch.am, 1 finch.ga, 1 finchkeeper.com, 1 @@ -52972,6 +53705,7 @@ findingimagesest.ga, 1 findingkorea.com, 0 findingneverlandthemusical.com, 1 +findings.co, 1 findingtheuniverse.com, 1 findingturkeyers.ga, 1 finditalldirectory.com, 1 @@ -52985,13 +53719,13 @@ findmentalhealth.co.uk, 1 findmespot.com, 1 findmybottleshop.com.au, 1 +findmycare.ca, 1 findmyfamily.org, 1 findmytricks.com, 0 findnhmoney.gov, 1 findolino.at, 1 findoon.de, 1 findoutlyrics.com, 1 -findpetproducts.com, 1 findprivateinvestor.com, 1 findrejsepartner.dk, 1 findsalmonest.ga, 1 @@ -53001,6 +53735,7 @@ findstorenearme.ca, 1 findstorenearme.co.uk, 1 findstorenearme.us, 1 +findsupport.gov, 1 findthatnude.com, 1 findthere.net, 1 findtrain.tk, 1 @@ -53022,6 +53757,7 @@ finelineaestheticstx.com, 0 finenet.com.tw, 1 fineshare.tk, 1 +finesio.sk, 1 finesoon.net, 1 finestblingers.ga, 1 finestblingest.ga, 1 @@ -53031,7 +53767,6 @@ finet.se, 1 finex.by, 1 finexo.ch, 1 -finfaq.net, 1 finflee.co, 1 finfleet.id, 1 finfocus.today, 1 @@ -53084,6 +53819,7 @@ fintechlaw.pl, 1 fintechnics.com, 0 finteo.de, 1 +fintracker.ca, 1 fintry.ca, 1 finturio.de, 1 finvantage.com, 1 @@ -53127,7 +53863,6 @@ firebounty.com, 1 fireboxfood.com, 1 firebrandchurch.com, 1 -firebugmusic.com, 1 firecask.com, 1 firechip.cc, 1 firecity.tk, 1 @@ -53145,7 +53880,7 @@ fireflygatlinburg.com, 1 fireglow.de, 1 firegoby.jp, 0 -fireinthedeep.com, 0 +fireinthedeep.com, 1 fireintheholevideos.tk, 1 fireleadership.gov, 1 firemail.de, 1 @@ -53159,7 +53894,6 @@ fireplex.co.uk, 1 fireportal.cz, 1 fireportal.sk, 1 -firepunch.org, 1 fireradio.tk, 1 firerain.me, 1 fireservicerota.co.uk, 1 @@ -53186,7 +53920,6 @@ firingsquad.tk, 1 firma-cerny.cz, 1 firma-offshore.com, 1 -firmaadler.de, 1 firmador.cloud, 1 firmador.online, 1 firmajulegaver.dk, 1 @@ -53238,7 +53971,6 @@ firstcuriosity.com, 1 firstderm.com, 1 firstdry.com.br, 1 -firstechpayments.com, 1 firstfinanceit.com, 1 firstfinca.de, 1 firstgov.gov, 1 @@ -53256,7 +53988,6 @@ firstnetwork.cf, 1 firstnetworksouth.com, 1 firstorion.com, 1 -firstpapers.com, 1 firstperformance.ro, 1 firstphilec.com, 1 firstplace.ga, 1 @@ -53306,7 +54037,7 @@ fishermansbend.apartments, 1 fishermansbendcorporation.com.au, 1 fishermansbendtownhouses.com.au, 1 -fisherstonelaw.com, 1 +fishersin.gov, 1 fishexport.eu, 1 fishfive.top, 1 fishgen.no, 1 @@ -53336,6 +54067,7 @@ fiskelures.se, 1 fission.moe, 1 fistingtogether.com, 1 +fisvo.org, 1 fit-4u.ch, 0 fit-mit-nina.com, 1 fit-mit-system.eu, 1 @@ -53352,6 +54084,7 @@ fitbylo.com, 1 fitcamp.fitness, 1 fitchannel.com, 1 +fitchconnect-stg.com, 1 fitchconnect.com, 1 fitchdesigncompany.com, 1 fitchpeople.nl, 1 @@ -53457,7 +54190,6 @@ fixthetimeline.org, 1 fixturemundial.com, 1 fixverkaufen.de, 1 -fiyatgraf.com, 1 fiyatgrafik.com, 1 fiyatinedir.net, 1 fizadvocaten.nl, 1 @@ -53516,7 +54248,6 @@ flacandmp3.ml, 1 flacon.tk, 1 flacsoandes.edu.ec, 1 -fladby.org, 1 fladnag.net, 1 flaeskeklubben.dk, 1 flaeskeklubben.eu, 1 @@ -53546,6 +54277,7 @@ flagriculture.gov, 1 flagspot.net, 0 flagstone-magazin.ro, 0 +flagstone.co.uk, 1 flagthis.com, 1 flagyl-500-mg.ga, 1 flair.nl, 1 @@ -53596,7 +54328,6 @@ flashbeat.tk, 1 flashcardsmobile.com, 1 flashcover.com.br, 1 -flashcrasher.com, 1 flasheschile.tk, 1 flashgamedev.tk, 1 flashgamesplayer.com, 1 @@ -53660,7 +54391,7 @@ fldjj.gov, 1 fldsmdfr.nl, 1 flealab.it, 1 -flechatec.net.br, 1 +flechatec.net.br, 0 fleche-ardennaise.be, 1 flect.net, 1 fleeb.xyz, 1 @@ -53769,6 +54500,7 @@ flightfrankfurt.com, 1 flighthonolulu.com, 1 flightjackets.tk, 1 +flightrights.gov, 1 flightscarhire.com, 1 flightschoolbooking.com, 1 flightschoolcandidates.gov, 1 @@ -53836,7 +54568,6 @@ floatifnghotel.cf, 1 floatifnghotel.ga, 1 floatifnghotel.tk, 1 -floating-holidays.co.uk, 1 flockbox.club, 1 flocktofedora.org, 1 floersheimer-openair.de, 1 @@ -53863,7 +54594,6 @@ floodguypro.com, 1 floodheroessaltlakecity.com, 1 floodsmart.gov, 1 -floofie.org, 1 floogulinc.com, 1 flooood.tk, 1 floor3.co.uk, 1 @@ -53876,7 +54606,7 @@ floors4lessbay.com, 1 floort.net, 1 floosak.co, 1 -flooz.trade, 1 +flooz.trade, 0 flop.tk, 1 floppa.com.br, 1 floppomoppo.ml, 1 @@ -53895,6 +54625,7 @@ florausa.net, 0 floravan.com, 1 floravino.de, 1 +florealatelier.com, 1 floreg.com, 1 florencecountywi.gov, 1 florenceutilitieswi.gov, 1 @@ -53903,6 +54634,7 @@ florenciasabio.com, 1 florent-tatard.fr, 1 floresastrid.tk, 1 +floresdocesfloricultura.com.br, 1 floresgioiellishop.com, 1 floresvilleedc.org, 0 floria.online, 1 @@ -54023,7 +54755,6 @@ flowmagazine.com, 1 flowmagazine.nl, 1 flownonfiction.com, 1 -flowpro.info, 1 flowreplicator.com, 1 flowscale.com, 1 flowstars.tk, 1 @@ -54032,6 +54763,7 @@ flowtex.tk, 1 flox.io, 1 floydcountyga.gov, 1 +floydcova.gov, 1 floydsofleadville.com, 1 floyt.com, 1 flp-pushkar.info, 1 @@ -54206,7 +54938,6 @@ fnet.gr, 1 fnews.tk, 1 fnfmods.net, 1 -fnh-expert.net, 1 fnka.de, 1 fnkr.net, 1 fnlcontent.nl, 1 @@ -54265,7 +54996,6 @@ foguest.com.br, 1 fogway.net, 1 foi.se, 1 -foia.gov, 1 foiaonline.gov, 1 foilhat.tk, 1 foiremobile.com, 1 @@ -54312,7 +55042,6 @@ followpharma.com, 1 followthatpage.com, 1 followthepin.com, 1 -followu.com, 1 follygardens.com, 1 folszyb.pl, 1 foluomeng.net, 1 @@ -54326,6 +55055,7 @@ fomo.trading, 1 fomobremen.info, 1 fomopop.com, 1 +foncorbeta.com, 1 fondation-afnic.fr, 1 fondation-vinci.com, 1 fondationo2.ch, 1 @@ -54335,7 +55065,6 @@ fondy.ua, 1 fondzee.cz, 1 foneapk.com, 1 -foneo.com, 1 fonga.ch, 1 fonix.tk, 1 fonline.tk, 1 @@ -54435,7 +55164,6 @@ foodiron.ga, 1 foodiron.tk, 1 foodison.jp, 1 -foodjaguar.com, 1 foodjoker.ga, 1 foodkayak.ga, 1 foodlast.ga, 1 @@ -54565,6 +55293,7 @@ footloose.co.uk, 1 footmercato.net, 1 footparisien.com, 1 +footstepsinthegambia.com, 1 foottube.com, 1 footwear-catalogue.tk, 1 footy.com, 1 @@ -54572,7 +55301,7 @@ for-testing.tk, 1 for.care, 1 forabrokenrobot.tk, 1 -forallgifts.com, 1 +forallgifts.com, 0 forallsecure.com, 1 forat.tk, 1 foray-jero.me, 1 @@ -54655,7 +55384,6 @@ forestvets.com, 1 forever.gq, 1 foreverbreak.com, 1 -forevermuslim.in, 1 foreverpontiac.com, 1 foreverreem.com, 1 foreverssl.com, 1 @@ -54663,7 +55391,6 @@ foreverydream.com, 1 forewordreviews.com, 1 forex-arabia.tk, 1 -forex-giants.com, 1 forex-trading-tutorial.tk, 1 forex-up.cf, 1 forex.ee, 1 @@ -54678,7 +55405,6 @@ forexlive.com, 1 forexmarketsm.tk, 1 forexnew.org, 1 -forexox.com, 1 forexpattern.tk, 1 forexplay.com, 1 forextickler.com, 1 @@ -54688,7 +55414,6 @@ forfeiture.gov, 1 forfortcollins.com, 1 forfunssake.co.uk, 1 -forge.cn, 1 forgeary.com, 1 forgejo.cloud, 1 forgemedia.io, 1 @@ -54703,11 +55428,13 @@ forgottenrealms.tk, 1 forgottenroles.com, 1 forgottenworld.it, 1 +forhealth.org, 1 forhims.co.uk, 1 forhosting.nl, 1 forix.agency, 1 forixcommerce.com, 1 forixecommerce.com, 1 +forixseo.com, 1 fork-portal.ml, 1 forkfeeds.com, 1 forkknifeswoon.com, 1 @@ -54721,7 +55448,6 @@ formalgrammar.tk, 1 formalistgallery.com, 1 formality.one, 1 -formalobjects.com, 1 forman.store, 1 formand.ru, 1 formapi.io, 1 @@ -54730,6 +55456,7 @@ format.ua, 1 formation-assureur.com, 1 formation-colmar.tk, 1 +formation-commissaire-justice.fr, 1 formation-cqp-ssiap-paris.fr, 1 formation-hauteur.com, 1 formation-iade.tk, 1 @@ -54763,7 +55490,6 @@ formulastudent.de, 1 formulaveevictoria.com.au, 1 formup.com.pl, 1 -formvibes.com, 1 formworkcontractorssydney.com, 1 fornarisandres.com, 1 fornata.it, 1 @@ -54800,7 +55526,6 @@ forsat.ga, 1 forsbenin.org, 1 forschbach-janssen.de, 1 -forself.me, 1 forsi.xyz, 0 forskolen.dk, 1 forskolin.gq, 1 @@ -54818,7 +55543,6 @@ fortatkinsonia.gov, 1 fortatkinsonwi.gov, 1 fortawesome.org, 1 -fortcollinsathletefactory.com, 1 fortcommunity.com, 1 fortdeposital.gov, 1 fortdodgeradio.com, 1 @@ -54827,9 +55551,9 @@ fortepiano.tk, 1 fortesanshop.it, 1 forthenrycustomknives.com, 1 -forthewin.rocks, 1 forthvalleykeswick.co.uk, 1 fortifydiy.com, 1 +fortigate.es, 1 fortipartner.co.uk, 1 fortipartner.com, 1 fortipartner.dk, 1 @@ -54945,7 +55669,6 @@ fosdem.org, 1 foselectro.ru, 1 foshanshequ.com, 0 -foss.wtf, 1 fossagarrafoni.tk, 1 fossbots.org, 1 fossboxen.com, 1 @@ -55053,6 +55776,7 @@ foundationrepairnebraska.com, 1 foundationspecialisteast.com, 1 foundationspecialistmi.com, 1 +foundationsupplementstampa.com, 1 foundchurch.co.uk, 1 founded.ml, 1 founderinvestors.tk, 1 @@ -55082,7 +55806,6 @@ fourseasonsgrower.com, 1 foursight.io, 0 fourstrategy.de, 1 -fourwaysrubbleremovals.co.za, 1 fousekis.tk, 1 fousetmoney.tk, 1 foutras.com, 1 @@ -55111,6 +55834,7 @@ foxesofleicester.com, 1 foxeworks.net, 1 foxholehq.net, 1 +foxilla.ch, 1 foxing.club, 1 foxite.me, 1 foxly.de, 1 @@ -55123,7 +55847,6 @@ foxpointwi.gov, 1 foxquill.com, 0 foxroy.com, 0 -foxsburg.xyz, 1 foxscribbler.com, 1 foxstreetcomms.co.za, 0 foxstyle.gq, 1 @@ -55161,6 +55884,7 @@ fppp.fr, 1 fprinnovaciones.es, 1 fprojects.lv, 1 +fps.ac.cn, 1 fps168.com, 1 fps73.ru, 1 fpsclasico.de, 1 @@ -55288,6 +56012,7 @@ france-hotellerie-restauration.com, 1 france-news.cf, 1 france-orchidees.org, 1 +france-serres.com, 1 france-volontaires.org, 1 franceactivetravel.cf, 1 franceactivetravel.ml, 1 @@ -55455,7 +56180,6 @@ frau-pusteblu.me, 1 frau-sucht-bauer.de, 1 frau.gq, 1 -fraud.sbs, 1 fraudpoders.ga, 1 fraudpodest.ga, 1 fraudswatch.tk, 1 @@ -55479,6 +56203,7 @@ frc.us.com, 1 frccsgo.tk, 1 frcdr.org, 1 +frdbarchive.org, 1 frdl.ch, 1 freak-show.tk, 1 freak-team.tk, 1 @@ -55691,7 +56416,6 @@ freelancemw.com, 0 freelancerim.ml, 1 freelanceunited.co.uk, 1 -freelanceunleashed.com, 0 freelancewebprogrammer.com, 1 freelancing.info, 1 freelansir.com, 1 @@ -55790,12 +56514,15 @@ freetelegraph.ga, 1 freetelegraphers.ga, 1 freetext.org, 1 +freethecape.org.za, 1 freethetv.ie, 1 freethinker.org, 1 +freethinkers.cafe, 1 freethinkers.org, 1 freethought.org, 1 freetimefun.tk, 1 freetokill.tk, 1 +freetranslations.org, 1 freetrung.tk, 1 freetsa.org, 1 freeunitconverter.online, 1 @@ -55843,13 +56570,11 @@ freightcenter.com, 1 freiheitjetzt.com, 1 freinetmiddenschool.gent, 1 -freischaffende-architekten.de, 1 freitas.org, 1 freitasm.com, 1 freitasul.com.br, 1 freitasul.io, 1 freiwurst.net, 1 -freizeitbad-riff.de, 0 freizeitpark.tk, 1 freizeitplaza.de, 1 frejasdal.dk, 1 @@ -55905,6 +56630,7 @@ fresherwalkins.tk, 1 freshfinder.com.au, 1 freshfishdelivery.com, 1 +freshgreenhouse.net, 1 freshhosting.tk, 1 freshinsport.fr, 1 freshjoomlatemplates.com, 1 @@ -55928,6 +56654,7 @@ freso.dk, 1 fretboardforever.com, 1 fretpal.online, 1 +fretscha.com, 1 frettboard.com, 1 frettennet.tk, 1 frettirnar.is, 1 @@ -56077,6 +56804,7 @@ frogtown.capital, 1 froh-s.com, 1 froh.co.jp, 1 +froicorp.com, 1 frokenblomma.se, 1 frolova.org, 1 from-the-net.com, 1 @@ -56116,6 +56844,7 @@ fronterasblog.tk, 1 frontier.bet, 1 frontierbrasil.tk, 1 +frontierbundles.com, 1 frontierclimate.com, 1 frontiernetworks.co.uk, 1 frontiers.nl, 1 @@ -56129,6 +56858,7 @@ frontrunneragency.com, 1 froogo.co.uk, 1 frosinonetoday.it, 1 +frosoku.com, 1 frostedgame.xyz, 1 frostfire.tk, 1 frostplatform.com, 1 @@ -56145,6 +56875,7 @@ frowin-stemmer.de, 0 frown.town, 1 frownonline.co.uk, 1 +froyomio.com, 1 frozen-gaming.tk, 1 frozen-geek.net, 1 frozen-solid.net, 1 @@ -56287,6 +57018,7 @@ ftmwiki.com, 1 ftmwiki.net, 1 ftmwiki.org, 1 +ftmyersdogtraining.com, 1 ftng.se, 1 ftpmovement.tk, 1 ftpporto.com, 1 @@ -56295,6 +57027,7 @@ ftrfnd.me, 1 ftth.eu.org, 0 ftv.re, 1 +ftw.lol, 1 ftworthhousekeeper.com, 1 ftx.io, 1 ftx.tech, 1 @@ -56358,6 +57091,7 @@ fuglede.dk, 1 fugu.lol, 1 fuhe-psy.com, 1 +fuhui-web.com, 1 fuhui-zhs.com, 1 fuhuicorporate.com, 1 fuinhas.tk, 1 @@ -56375,7 +57109,6 @@ fujiwarashinzo.com, 1 fujiyakimono.com, 1 fukabori-kaidora.com, 1 -fukakukeiba.com, 1 fukase-seed.com, 1 fukikaeru.com, 1 fukn.jp, 1 @@ -56398,6 +57131,7 @@ fuliwang.info, 1 fuliwang.us, 1 full-hd.info, 1 +full-stack.ninja, 1 full.eu.org, 1 fullalt.com, 1 fullautomotivo.com.br, 1 @@ -56408,7 +57142,6 @@ fullcirclestudio.nl, 1 fullcolors7.com, 1 fullerlife.org.uk, 1 -fullerotikfilm.net, 1 fullertonne.gov, 1 fullfilez.com, 1 fullfillery.com, 1 @@ -56467,6 +57200,7 @@ funchal.cf, 1 funchal.ga, 1 funchal.gq, 1 +funchal.pt, 1 functional.cc, 1 functions-online.com, 1 functionx.io, 1 @@ -56693,7 +57427,6 @@ furnitureiloilo.com.ph, 1 furnitureproduction.tk, 1 furnituresolutions.tk, 1 -furniturestrends.com, 1 furniturezoneboone.com, 1 furnu.org, 1 furorcanario.tk, 1 @@ -56732,7 +57465,6 @@ furworks.de, 1 fusacity.tk, 1 fusacovi.cf, 1 -fuse.com.vn, 1 fuselight.nl, 1 fuseos.net, 1 fuseyahoken.com, 1 @@ -56755,11 +57487,14 @@ fusions.co.jp, 1 fusionstudios.tk, 1 fusionvr.in, 1 +fuso.com.py, 1 fuso.net, 1 fussball-xxl.de, 1 fussballmanager.de, 1 fussballpiraten.com, 1 fussballtransfers.com, 1 +fussboden-manufaktur.de, 1 +fussbodenmanufaktur.de, 1 fussell.io, 1 fussfetisch.tk, 1 fussy.ee, 1 @@ -56778,7 +57513,6 @@ futbolcba.com, 1 futbolmodesto.tk, 1 futbolus.tk, 1 -futbolyapuestasonline.com, 1 futbomb.com, 1 futebolatualizado.tk, 1 futebolbrasileirosnes.tk, 1 @@ -56799,13 +57533,11 @@ futurageindia.com, 1 futurains.com, 1 futurama-il.tk, 1 -futurama-latino.org, 1 future-dance.tk, 1 future-telecom.com, 1 futureappin.com.au, 1 futureaudiographics.com, 0 futurecharcoal.com, 1 -futurecharcoal.space, 1 futurefive.asia, 1 futurefive.co.nz, 1 futurefive.com.au, 1 @@ -56817,7 +57549,6 @@ futuregrowthva.com, 1 futurehack.io, 1 futureimmigration.net, 1 -futureleaderawards.com, 1 futurenda.com, 1 futurenewsforyou.com, 1 futureofyoucdc.sg, 1 @@ -56860,7 +57591,7 @@ fvap.gov, 1 fvdm.com, 1 fveevaete.com, 1 -fvformation.fr, 1 +fvformation.fr, 0 fvg.io, 1 fw-einsatz.de, 1 fwaux.de, 1 @@ -57005,6 +57736,7 @@ g6957.com, 0 g72020.gov, 1 g7campdavid.gov, 1 +g7liveseafood.com.sg, 1 g7usa.gov, 1 g82365.com, 1 g8energysolutions.co.uk, 1 @@ -57047,7 +57779,6 @@ gablesportsga.com, 0 gablesvets.co.uk, 1 gably.net, 1 -gabnotes.org, 1 gabodesign.tk, 1 gabonflash.com, 1 gaborg.hu, 1 @@ -57154,6 +57885,7 @@ gainesvillega.gov, 1 gainingadvantage.com, 1 gainnet.ru, 1 +gaio-automobiles.fr, 1 gaireg.de, 1 gais.tk, 1 gaitandmobility.com, 1 @@ -57161,6 +57893,7 @@ gaite.me, 0 gaitrehabilitation.com, 1 gaitresearch.com, 1 +gaitzmemorials.com, 1 gajabhindi.cf, 1 gajabhindi.tk, 1 gajas18.com, 1 @@ -57183,7 +57916,6 @@ galamusikband.de, 1 galanight.cz, 1 galapagos.cx, 1 -galaperfume.com, 1 galasin.cf, 1 galasin.ga, 1 galatabazaar.com, 1 @@ -57234,9 +57966,11 @@ galgoafegao.com.br, 1 galgoingles.com.br, 1 galgopersa.com.br, 1 +galhristova.com, 1 galia.bg, 1 galiciamaxica.eu, 1 galiciasensual.tk, 1 +galickidigital.ie, 1 galilahiskye.com, 1 galilei.tk, 1 galileicompara.com, 1 @@ -57276,7 +58010,6 @@ gallun-shop.com, 1 galoforo.it, 1 galoserver.org, 1 -galpaoap.com.br, 1 galpsafetytalks-portal-preprod.azurewebsites.net, 1 galpsafetytalks-portal-production.azurewebsites.net, 1 galtelligence.com, 1 @@ -57313,7 +58046,6 @@ game-club.me, 1 game-dominion.tk, 1 game-files.net, 0 -game-garage.com, 1 game-gentle.com, 1 game-net.ml, 1 game-repack.site, 1 @@ -57368,6 +58100,7 @@ gamekeepers.cz, 1 gamekeybox.tk, 1 gamekiller.ga, 1 +gamelarix.com, 1 gamelink.com, 1 gameloft.ga, 1 gamelok.ga, 1 @@ -57418,9 +58151,9 @@ gamerkings.tk, 1 gamers-community.tk, 1 gamers-paradise.tk, 1 -gamersctrl.com, 1 +gamersctrl.com, 0 gamersedge.tk, 1 -gamersflix.com, 1 +gamersflix.com, 0 gamersgrill.com, 1 gamersheaven.tk, 1 gamersplace.tk, 1 @@ -57482,6 +58215,7 @@ gamexperts.ga, 1 gamezon.ga, 1 gamezon.tk, 1 +gamezsmack.com, 1 gamhealth.net, 1 gamilab.no, 1 gaming-club.tk, 1 @@ -57539,12 +58273,13 @@ gandalfcz.tk, 1 gandalfservice.com, 1 gandalfthefeline.com, 1 +gandmltd.co.uk, 1 gangbangs.tk, 1 gangbangteen.net, 1 ganggalbichler.at, 1 ganglioslinfaticos.com, 1 -gangnam-club.com, 1 gangnamcool.com, 1 +gangnamoffices.com, 1 gangrulz.tk, 1 gangstafier.tk, 1 gangstaflow.tk, 1 @@ -57569,10 +58304,8 @@ gaojianli.me, 1 gaojianli.tk, 1 gaon.network, 1 -gaonvokasangi.com, 1 gaos.org, 1 gap150.jp, 1 -gapdirect.com, 1 gapfa.org, 0 gapfa.ro, 1 gaphag.ddns.net, 1 @@ -57625,6 +58358,7 @@ gardikagigih.com, 1 gardinenzubehoer.tk, 1 gardinia.ae, 1 +gardinpets.com, 1 gardis.ua, 1 gardnerlawyers.com, 1 gardonslecap-covid19.ch, 1 @@ -57649,6 +58383,7 @@ garlandcountyar.gov, 1 garmonia.ml, 1 garmonia.tk, 1 +garnetnv.com, 1 garnierna.it, 1 garnuch-immo.de, 1 garnuchbau.de, 1 @@ -57662,8 +58397,10 @@ garotastop10.tk, 1 garotos.gq, 1 garotos.tk, 1 +garp.org, 1 garrettcornwell.tk, 1 garrettcountymd.gov, 1 +garrettmotion.com, 1 garrettpopcorn.com, 1 garrettrasel.com, 1 garrigan.info, 1 @@ -57681,7 +58418,6 @@ gartanien.de, 1 garten-diy.de, 1 gartenbaur.de, 1 -gartenforsenate.com, 1 gartengutachter.org, 1 gartenplanung-brendes.de, 1 gartmaninsurance.net, 1 @@ -57744,6 +58480,8 @@ gatehub.net, 1 gatekiller.co.uk, 1 gatemaster.ga, 1 +gatemotorsbedfordview.co.za, 1 +gatemotorskyalami.co.za, 1 gatemoves.com, 1 gatenz-panel.com, 1 gatesstlouis.com, 1 @@ -57758,6 +58496,7 @@ gatewaytrust.org.uk, 1 gathegi.ga, 1 gatherling.com, 1 +gatherlyapp.com, 1 gatherup.com, 1 gathu.co.ke, 1 gatilagata.com.br, 1 @@ -57799,7 +58538,6 @@ gay-personal-ads.com, 1 gay.systems, 1 gayadultwebmasterresources.com, 1 -gayatri.net.id, 1 gayauthors.org, 1 gaycafe.lt, 1 gaychatrooms.tk, 1 @@ -57808,12 +58546,13 @@ gayga.gov, 1 gaygay.pro, 1 gaygeeks.de, 1 -gayglobaltravel.com, 1 +gayglobaltravel.com, 0 gayhotmovies.com, 1 gaymen.pictures, 1 gaymer.network, 1 gaymerx.org, 1 gaynight.tk, 1 +gayonly.ch, 1 gaypornvideos.xxx, 1 gayreppc.com, 1 gaysexpositions.guide, 1 @@ -57821,7 +58560,6 @@ gaytor.rent, 1 gaytorrent.ru, 1 gaytubec.com, 1 -gayubo.com, 1 gayuhtri.my.id, 1 gayukai.net, 1 gaz-connect.ru, 1 @@ -57879,6 +58617,7 @@ gcabrasives.co.uk, 1 gcb.com.my, 1 gcbit.dk, 1 +gcc-globalclimatechange.com, 0 gccfoodstuff.com, 1 gcdamp.gov, 1 gcfadvisors.com, 1 @@ -57932,6 +58671,7 @@ ge3k.net, 0 gea-waldviertler.at, 1 geafworks.tk, 1 +geaiai.com, 1 gealot.com, 1 geansunter.com, 1 gear-acquisition-syndrome.community, 1 @@ -57988,7 +58728,6 @@ gediga.net, 1 gedlingcastlehire.co.uk, 1 gedlingtherapy.co.uk, 1 -gedon.org, 1 geecrat.com, 1 geek-hub.de, 1 geek-rooms.tk, 1 @@ -58009,7 +58748,6 @@ geekdoit.com, 1 geekedin.ga, 1 geekelectronico.com, 1 -geekeries.org, 1 geekgao.cn, 1 geekgear.tk, 1 geekhelpline.com.au, 1 @@ -58084,7 +58822,6 @@ geico.com, 1 geigr.de, 1 geilefrauen.pics, 1 -geilesluder.com, 1 geileverhalen.tk, 1 geiser-family.ch, 1 geistlib.xyz, 1 @@ -58221,6 +58958,7 @@ generateur-thot.fr, 1 generateurdapplis.fr, 1 generateurdesmiley.tk, 1 +generatevelocity.com, 1 generation-clic.net, 1 generation-free.org, 1 generation247.nl, 1 @@ -58229,6 +58967,7 @@ generationr.nl, 1 generationsweldom.com, 1 generator-energy.ru, 1 +generatorcountry.com, 1 generatorkodowkreskowych.pl, 1 generatormusic.tk, 1 generatorreview.pro, 1 @@ -58403,6 +59142,8 @@ gentoo-blog.de, 0 gentooblog.de, 1 gentoocn.org, 1 +gentrydeng.cn, 1 +gentrydeng.com, 1 gentse-ondernemersdagen.be, 1 gentsefeesten.be, 1 gentsefeesten.gent, 1 @@ -58513,7 +59254,6 @@ georgescott4congress.com, 1 georgeshobeika.cf, 1 georgeslasaucisse.fr, 1 -georgesmith.com, 1 georgetownohio.gov, 1 georgetowntexas.gov, 1 georgewatson.me, 1 @@ -58553,7 +59293,6 @@ geospecialsers.ga, 1 geostems.com, 1 geoswohnen.de, 1 -geotab.ca, 1 geotabgov.us, 1 geotech.tk, 1 geotextil.ec, 1 @@ -58589,6 +59328,7 @@ gerbyte.uk, 1 gereedschapmuseumdehobbyzolder.tk, 1 gerenciaconsultor.com, 1 +geret.cl, 1 gergoladi.me, 1 gerimileva.com, 1 gerinet.pl, 1 @@ -58645,6 +59385,7 @@ geseduc.cl, 1 gesentorno.tk, 1 gesetz.tk, 1 +gesica.cloud, 1 gesmav-trier.de, 1 gesnerfigueiredo.com.br, 1 gesnex.com, 1 @@ -58690,6 +59431,7 @@ getar.tk, 1 getawaycab.tk, 1 getawayline.com, 1 +getback.ch, 1 getbellhop.co, 1 getblockcard.com, 1 getblys.com.au, 0 @@ -58722,14 +59464,17 @@ getdinghy.com, 1 getdirectcredit.com, 1 getdishnow.tk, 1 +getdoc.com.br, 1 getdoges.tk, 1 getdownon.it, 1 +getduds.com, 0 geteducation.tk, 1 geteduroam.no, 1 getelectronics.tk, 1 getemail.io, 1 geterp.ru, 1 getescrowest.ga, 1 +getestudio.com, 1 getevidenceers.ga, 1 getexipure.com, 1 getfastanswer.com, 1 @@ -58749,7 +59494,6 @@ getgeek.no, 1 getgeek.nu, 1 getgeek.pl, 1 -getgeek.se, 1 gethere.gq, 1 gethost.co.zw, 1 gethotspotshield.com, 1 @@ -58758,13 +59502,13 @@ gethvac.pro, 1 gethyas.com, 1 geti2p.com, 1 +getidee.com, 1 +getidee.de, 1 getidmcc.com, 1 getinfoleads.tk, 1 getinsuranceanywhere.com, 1 getinternet.gov, 1 getintopc.com, 1 -getintopcfile.com, 1 -getintopcr.com, 1 getintra.org, 1 getitpeople.com, 1 getjadedlocal.com, 1 @@ -58788,6 +59532,7 @@ getmonero.cz, 1 getmovil.com, 1 getmybosslife.com, 1 +getnerdio.com, 1 getnetset.com, 1 getnew.tk, 1 getnews360.com, 1 @@ -58856,7 +59601,6 @@ getvdownloader.com, 1 getveer.io, 1 getwemap.com, 1 -getwisdom.io, 1 getwork.tk, 1 getwsodo.com, 1 getyeflask.com, 1 @@ -58900,7 +59644,6 @@ gfe.link, 1 gfestival.fo, 1 gfetechs.com, 1 -gfetoken.io, 1 gfgmmarketing.com, 1 gfishbone.com, 1 gfk-kunststoff-luebben.de, 1 @@ -59044,6 +59787,7 @@ giacomopelagatti.it, 1 giaimanhacai.com, 1 giakki.eu, 1 +gialai.gov.vn, 1 gialupa.tk, 1 giamcanhieuqua.vn, 1 giancarlomarino.com, 1 @@ -59083,6 +59827,7 @@ gibraltarwi.gov, 1 gibranhernandez.tk, 1 gibsonmemorial.ca, 1 +gibsonsecurity.co.uk, 1 gicasport.it, 1 gichigamigames.com, 1 gickelskerb.de, 1 @@ -59098,7 +59843,6 @@ gielectrical.com.au, 0 gierds.de, 1 gieschke.de, 1 -giethoorn.com, 1 gietvloergarant.nl, 1 gif-avatars.com, 1 gif.tips, 0 @@ -59109,6 +59853,7 @@ gift4ever.tk, 1 giftbaskets.ru, 1 giftbasketsoverseas.com, 1 +giftbit.com, 1 giftcard.net, 1 giftcardgranny.com, 1 giftcardstarz.com, 0 @@ -59125,6 +59870,7 @@ giftpoint.io, 1 gifts.best, 1 giftscop.com, 1 +giftsenda.com, 1 giftsforaspecialoccasion.com, 1 giftsholidays.tk, 1 giftsn.com.sg, 1 @@ -59228,6 +59974,7 @@ ginnungagap.space, 1 gintaresdental.lt, 1 gintonic.tk, 1 +ginx.tv, 1 ginza-viola.com, 1 ginzago.ru, 1 ginzaj.com, 1 @@ -59300,7 +60047,6 @@ gironde-tourisme.fr, 1 giroskuter.ga, 1 girsedesign.de, 1 -girtlak-kanseri.com, 1 girvas.ru, 1 gis.ee, 1 gisa.gv.at, 1 @@ -59343,7 +60089,6 @@ githubengineering.com, 1 githubindia.com, 1 githubnext.com, 1 -githubuniverse.com, 1 giti.com.sg, 1 gitlab-apps.com, 1 gitns.com, 1 @@ -59416,6 +60161,7 @@ gizmogrind.com, 1 gj-bochum.de, 1 gj-cham.tk, 1 +gj6.top, 1 gjan.in, 1 gjan.info, 1 gjan.io, 1 @@ -59442,7 +60188,7 @@ gku-winterling.de, 1 gkv-gorinchem.nl, 1 gkvharidwar.org, 1 -gkvsc.de, 0 +gkvsc.de, 1 gl-operacion.com.mx, 1 gl.search.yahoo.com, 0 glabiatoren-kst.de, 1 @@ -59475,7 +60221,6 @@ glamourandgains.com, 1 glamourdaze.com, 1 glamourhair.tk, 1 -glamouria.com.br, 1 glamourmagazine.co.uk, 1 glamourtime.tk, 1 glamur-video.com, 1 @@ -59537,7 +60282,6 @@ gleesongs.tk, 1 gleich-aluminium-shop.de, 1 gleisner.io, 1 -gleisner.law, 1 gleisner.legal, 0 gleki.com, 1 glenatlasmd.com, 1 @@ -59556,6 +60300,7 @@ glenshere.com, 1 glenwhitememorial.com, 1 glenwoodpark.com, 1 +glesbymarks.com, 1 glevolution.com, 1 glexia.com, 1 glgclan.tk, 1 @@ -59572,7 +60317,6 @@ glini.net, 1 glintinc.com, 1 glit.sh, 1 -glitchcity.wiki, 1 glitchcomic.tk, 1 glitched.online, 1 glitter-graphics.com, 1 @@ -59580,6 +60324,7 @@ glitteringmariah.tk, 1 glittersjabloon.nl, 1 glitzerstuecke.de, 1 +glitzybingo.co.uk, 1 glixee.com, 1 glk.academy, 1 glloq.org, 0 @@ -59590,6 +60335,7 @@ global-content.net, 1 global-electronic-music.tk, 1 global-factory.co.jp, 1 +global-free-classified-ads.com, 1 global-monitoring.com, 1 global-motherboard.com, 1 global-office.com, 0 @@ -59608,6 +60354,7 @@ globalacademicgroup.com, 1 globalaccountservice.com, 1 globalamend.com, 1 +globalassistenciatecnica.com.br, 1 globalautomation.com.co, 1 globalbix.com, 1 globalbridge-japan.com, 1 @@ -59693,6 +60440,7 @@ globalsensationsest.ga, 1 globalseo.ga, 1 globalseo.ml, 1 +globalseostrategy.com, 1 globalshares.com, 1 globalshippinglimited.ga, 1 globalsign.com.ru, 1 @@ -59738,6 +60486,7 @@ globeprotocolecosystem.nl, 1 globereservationsest.ga, 1 globetalent.nl, 1 +globetrotting.com.au, 1 globologic.com, 1 globotech.be, 1 globotur.de, 1 @@ -59752,7 +60501,6 @@ gloning.name, 1 glont.net, 1 gloomy.tk, 1 -glorenza.org, 1 gloria-home.co.uk, 1 gloria-mundi.eu, 1 gloria.tv, 1 @@ -59827,6 +60575,7 @@ gmavsg.org, 1 gmbh-kiekin.de, 1 gmc-mca.org, 1 +gmc-roma.it, 1 gmc.uy, 1 gmcbm.net, 1 gmccar.it, 1 @@ -59851,7 +60600,9 @@ gmslparking.co.uk, 1 gmsociety.tk, 1 gmsurveyingms.com, 1 +gmta.gov, 1 gmta.nl, 1 +gmtaccounting.co.uk, 1 gmtm.com, 1 gmtplus.co.za, 1 gmuh.fr, 0 @@ -59973,7 +60724,6 @@ gockelsee.de, 1 gockhuatsuky.tk, 1 goclark.at, 1 -gocleanerslondon.co.uk, 1 goclix.ml, 1 goconstruct.org, 1 gocornwallbus.co.uk, 1 @@ -60045,7 +60795,6 @@ goetheschule-giessen.de, 1 goetic.space, 1 goetteesbarbershop.com, 1 -goettinger-biergarten.de, 1 goettinger-katzenschutz.de, 1 goetzinger-web.de, 1 gofabcnc.com, 1 @@ -60103,7 +60852,7 @@ goiymua.com, 1 goizalde.tk, 1 gojo.global, 1 -gojoebean.com, 1 +gokartwiki.com, 1 gokazakhstan.com, 1 gokgids.nl, 1 gokhankesici.com, 1 @@ -60115,7 +60864,6 @@ gokyrgyzstan.com, 1 golan.ml, 1 golang.org, 1 -golang.zone, 1 golaw.ua, 1 golayamadam.tk, 1 gold-bird.tk, 1 @@ -60173,6 +60921,7 @@ goldenyacca.co.uk, 1 goldenyacca.net, 1 goldenyacca.org, 1 +goldequipment.com.br, 1 goldex.tk, 1 goldfavela.com, 1 goldfelt.com, 1 @@ -60202,7 +60951,6 @@ golearn.gov, 1 golestanehali.ir, 1 golezi.com, 1 -golf-alto-adige.com, 1 golf-supplies.tk, 1 golf18staging.com, 1 golfbeautyers.ga, 1 @@ -60261,6 +61009,7 @@ gomelphoto.com, 1 gomer.tk, 1 gometa.link, 1 +gomeya.com, 1 gomezhvac.com, 1 gomezites.tk, 1 gomiblog.com, 1 @@ -60335,17 +61084,17 @@ goodiesoft.hu, 1 goodjobs.gov, 1 goodkino.ga, 1 -goodkitchendesign.com, 1 goodlandks.gov, 1 goodleads.co.za, 1 -goodlifeupdate.com, 1 goodlink.ml, 1 goodlosersest.ga, 1 goodmailing.tk, 1 +goodmanwi.gov, 1 goodmood.co.uk, 1 goodmood.fr, 1 goodmoodsocken.de, 1 goodmorningapril.com, 1 +goodok.eu, 1 goodopportunity.ga, 1 goodpeople.tk, 1 goodryb.top, 1 @@ -60357,6 +61106,7 @@ goodshuffle.com, 1 goodsite.ga, 1 goodspeaker.tk, 1 +goodsplane.com, 1 goodsportsbooks.com, 1 goodsrepublic.com, 1 goodsync.com, 1 @@ -60394,7 +61144,7 @@ goontu.be, 1 gooodnews.ga, 1 goooo.info, 1 -gooseberries.ch, 1 +goosecreeksc.gov, 1 goosementor.com, 1 goosip.tk, 1 gootax.pro, 0 @@ -60476,6 +61226,7 @@ goroscop.ml, 1 goroscop.tk, 1 goroscope2011.tk, 1 +goroskop-sovmestimosti-znakov.tk, 1 goroskop-sovmestimosti.ml, 1 goroskop.gq, 1 goroskopnew.tk, 1 @@ -60503,7 +61254,6 @@ gospelidea.com, 1 gospellifewc.com, 1 gospelmusic.io, 1 -gospelnarrative.com, 1 gospelsmusic.uk, 1 gospelstreamingsermons.com, 1 gospelunited.tk, 1 @@ -60596,7 +61346,6 @@ goudenlaantje.nl, 1 goudronblanc.com, 1 goudsbloemonline.nl, 1 -goudt.nl, 1 gouforit.com, 1 goug0.com, 1 gougeaway.tk, 1 @@ -60710,6 +61459,7 @@ gpswebsoft.ml, 1 gpu.nu, 1 gpwaconference.com, 1 +gpwatimes.org, 1 gpwih.com, 1 gpwmd-portal.org, 1 gpz500s.tk, 1 @@ -60717,8 +61467,8 @@ gqyyingshi.com, 0 gr.search.yahoo.com, 0 gr8ness.com, 1 +gra-gcc.com, 1 gra2.com, 1 -graandco.com, 1 graasp.net, 0 grabacabpa.com, 1 grabadolasermonterrey.com, 1 @@ -60758,6 +61508,7 @@ gradinacufluturi.ro, 1 gradingcontractornc.com, 1 gradinitasamariteanulcluj.ro, 1 +gradinskatehnika.bg, 1 gradintel.com, 1 gradle.com, 1 gradle.org, 1 @@ -60826,15 +61577,13 @@ grammarhouse.me, 0 grammofono.gr, 0 grammysgrid.com, 1 -gramsbergen.nl, 1 gramtarang.org.in, 1 -gramywszachy.pl, 1 gran-hermano.tk, 1 granalacant.tk, 1 granary-demo.appspot.com, 0 granaturov.mk.ua, 1 granby404.eu, 1 -grancargo.com.br, 1 +grancargo.com.br, 0 grancellconsulting.com, 1 grancordobahoy.com.ar, 1 grand-books.cf, 1 @@ -60869,7 +61618,6 @@ grandiscontionline.com, 1 grandislandne.gov, 1 grandkids-toys.com, 1 -grandlineshop.com, 1 grandmasfridge.org, 0 grandmasternetwork.com, 1 grandmusiccentral.com.au, 1 @@ -60958,7 +61706,6 @@ graphviewer.tk, 1 grapplinginsider.com, 1 grasboom35plus.nl, 1 -grasengroenkunstgras.nl, 1 grasmark.com, 1 grasp24.pl, 1 graspingtech.com, 1 @@ -60994,6 +61741,7 @@ grattecenne.com, 1 gratuitweb.tk, 1 graumeier.de, 1 +grauwasser-blog.de, 1 gravedad-zero.tk, 1 gravedigger.tk, 1 gravelshooters.com, 1 @@ -61081,6 +61829,7 @@ greatlms.com, 0 greatnetsolutions.com, 1 greatnews.ro, 1 +greatoceanroadbrewhouse.com.au, 1 greatplains.io, 1 greatplainsaustralia.com.au, 1 greatrenumbering.tk, 1 @@ -61097,7 +61846,6 @@ greatwebdesign.uk, 1 grechutaszkolenia.pl, 1 greciahora.com, 1 -greditsoft.com, 1 greedy-it.de, 1 greek-islands-hotels.tk, 1 greek.dating, 1 @@ -61112,6 +61860,7 @@ green-aura.ru, 0 green-factory.gq, 1 green-factory.ml, 1 +green-gardens.fr, 1 green-laser.ga, 1 green-laser.ml, 1 green-light.cf, 1 @@ -61154,6 +61903,7 @@ greendiscussionsers.ga, 1 greendotcc.com, 1 greendotcredit.com, 1 +greendragonsearch.tk, 1 greendrive.tk, 1 greendvorik.com.ua, 1 greenearthlawns.com, 0 @@ -61236,12 +61986,12 @@ greentechhvac.in, 1 greenthought.tk, 1 greentop.tk, 1 +greentulipdesign.com, 1 greenux.cloud, 1 greenux.cz, 1 greenville.k12.sc.us, 1 greenware.tk, 1 greenway-moskva.ru, 1 -greenway-moving.com, 1 greenwaylog.net, 1 greenwhitearmy.tk, 1 greenwichbiosciences-influence-beta.azurewebsites.net, 1 @@ -61270,6 +62020,7 @@ gregmarziomedia.com, 1 gregmc.ru, 1 gregmckeown.com, 1 +gregmilton.com, 1 gregmilton.org, 1 gregmote.com, 1 grego.pt, 1 @@ -61354,6 +62105,7 @@ gridfuse.com, 1 gridgain.com, 1 gridgames.tk, 1 +gridgroup.com.tr, 1 gridironelitetraining.com, 1 gridly.nl, 1 gridpack.org, 1 @@ -61410,6 +62162,7 @@ grinnellplans.com, 1 grinpis.tk, 1 gripcoat.jp, 1 +gripeffect.nl, 1 gripeh1n1.com, 1 gripencrossfit.cf, 1 gripencrossfit.gq, 1 @@ -61417,6 +62170,7 @@ grippingtheether.com, 1 gripvol.nl, 1 gripwenab.cf, 1 +grishavirus.cf, 1 grissianerhof.com, 1 griswoldia.gov, 1 grit3.com, 1 @@ -61517,7 +62271,6 @@ groupe-erige.com, 1 groupe-goddi.com, 1 groupe-neurologique-nord.lu, 0 -groupeifams.sn, 1 groupekabowd.com, 1 groupeleven.com, 1 groupeonepoint.com, 1 @@ -61720,7 +62473,6 @@ gsmsale.nl, 1 gsmtool.tk, 1 gsmvermist.tk, 1 -gso567.top, 1 gsp.com, 1 gspcreations.com, 1 gspilar.tk, 1 @@ -61801,7 +62553,6 @@ guardian-heliotrope.tk, 1 guardian360.nl, 1 guardianangelportraits.com, 1 -guardianerm.com, 1 guardiansoftheearth.org, 1 guardiapretoriana.tk, 1 guardreserves.com, 1 @@ -61824,6 +62575,7 @@ gudrun.ml, 1 gudrun.tk, 1 gudrunfit.dk, 1 +gudrunsleiter.it, 1 gueckgueck.tk, 1 guegan.de, 1 guejarsierra.tk, 1 @@ -61885,7 +62637,6 @@ guiasescapate.tk, 1 guiasuteis.com.br, 1 guiatelefone.com, 1 -guiaturismovallarta.com, 1 guiaturistica.com.co, 1 guiaturisticanuevayork.com, 1 guid2steamid.com, 1 @@ -61901,7 +62652,7 @@ guidedesventes.fr, 1 guidedogs.org.uk, 1 guidedselling.net, 1 -guidedsteps.com, 0 +guidedsteps.com, 1 guidefox.org, 1 guidegr.com, 1 guidehouseinsights.com, 1 @@ -61919,7 +62670,6 @@ guidesiracusa.tk, 1 guidesorbetiere.com, 1 guidethailande.tk, 1 -guidetoiceland.is, 1 guidetourism.tk, 1 guidoclub.fr, 1 guidograuer.ch, 1 @@ -61983,6 +62733,8 @@ gulphora.tk, 1 gulshankumar.net, 1 gulsot.tk, 1 +guma.cf, 1 +guma.ml, 1 gumag.tk, 1 gumbles.tk, 1 gumbo-millennium.nl, 1 @@ -62047,6 +62799,7 @@ gurugamer.com, 1 gurumobile.tk, 1 gurunanakdarvar.tk, 1 +gurunanakhospitals.com, 1 gurunpa.com, 1 gurupendidikan.co.id, 1 gururi.com, 1 @@ -62068,8 +62821,9 @@ gustavo.website, 1 gustavoleiloeiro.lel.br, 1 gustavomolina.com, 1 -gustavopalitos.com.br, 1 +gustavopalitos.com.br, 0 gustavovelasco.ml, 1 +gustavscelmins.tk, 1 gustaw.net.pl, 1 gusted.xyz, 1 gustiaux.com, 0 @@ -62139,7 +62893,7 @@ gveh.de, 1 gvenglish.com, 1 gvh.hu, 1 -gvip.xyz, 1 +gvip.xyz, 0 gvitebsk.cf, 1 gvobgyn.ca, 1 gvoetbaldagenalcides.nl, 1 @@ -62164,7 +62918,6 @@ gwinnettcounty.gov, 1 gwinteriors.com.au, 1 gwmean.tk, 1 -gwmjordan.com, 1 gwnmarketing.com, 1 gwo24.pl, 1 gworld.cf, 1 @@ -62227,7 +62980,6 @@ gypsyreel.com, 1 gyre.ch, 0 gyrenens.ch, 0 -gyro.com.tr, 1 gyroscopicinvesting.com, 1 gyrusclinic.com, 1 gyu-raku.jp, 1 @@ -62376,7 +63128,6 @@ hack-net.gq, 1 hack.fi, 1 hackablestuff.cf, 1 -hackade.org, 1 hackadena.com, 1 hackamac.tk, 1 hackathonbridge.com, 0 @@ -62439,7 +63190,6 @@ hackforgood.com, 1 hackgunny.tk, 1 hackhouse.sh, 1 -hackingacademy.io, 1 hackingand.coffee, 0 hackingdh.com, 1 hackingfever.tk, 1 @@ -62503,7 +63253,6 @@ haferman.org, 1 haffen.com, 1 hafizkadir.tk, 1 -hafling.net, 1 haflingers.tk, 1 hafniatimes.com, 1 hag27.com, 1 @@ -62564,6 +63313,7 @@ hairhardstyle.tk, 1 hairhumanextensions.tk, 1 hairloss.com, 1 +hairlossadvice.tk, 1 hairmitage.pl, 0 hairphoto.tk, 1 hairpins.tk, 1 @@ -62655,6 +63405,7 @@ halgap.ga, 1 haliava.tk, 1 halic.tk, 1 +halifaxboropdpa.gov, 1 halifaxma.gov, 1 halifaxmoneyman.com, 1 halifaxsailingclub.org.uk, 1 @@ -62685,6 +63436,7 @@ hallofworlds.online, 1 hallopstyling.com, 1 halloway.tk, 1 +halloweencostumesideas101.com, 1 halloweenmusic.org, 1 hallspumpandwellservice.net, 1 halltrends.tk, 1 @@ -62717,8 +63469,8 @@ hamartrophy.cf, 1 hamave.nl, 1 hamburg40grad.de, 1 +hamburgcode.com, 1 hamburgerbesteld.nl, 1 -hamburgerbiker.de, 1 hamburgerland.tk, 1 hamburgobgyn.com, 1 hamcram.io, 1 @@ -62770,11 +63522,11 @@ hamptonroads.gov, 1 hampus.lol, 1 hampuskraft.com, 1 -hamradiopacket.org, 1 hamsaranjavan.tk, 1 hamsokhan.tk, 1 hamsterchines.tk, 1 hamsteriousgift.com, 1 +hamsternetwork.com, 1 hamstersenanos.tk, 1 hamsterworld.tk, 1 hamsystems.eu, 1 @@ -62802,7 +63554,6 @@ hand-made24.de, 1 hand.community, 1 hand2h.com, 1 -handahomecare.com, 1 handballinside.de, 1 handballmania.tk, 1 handbrake.fr, 1 @@ -62978,9 +63729,9 @@ happyandrelaxeddogs.com, 1 happyandrelaxeddogs.eu, 1 happyanimalsshop.com, 1 +happybabyhappymama.nl, 1 happybeerdaytome.com, 1 happybirthdaywisher.com, 1 -happybooty.com, 1 happybounce.co.uk, 1 happychat.io, 1 happychungus.tk, 1 @@ -62992,6 +63743,7 @@ happycore.ml, 1 happycrashers.ga, 1 happycrashest.ga, 1 +happycustomer360.pt, 1 happydad.tk, 1 happydays.cat, 1 happydoghosting.net, 1 @@ -63022,10 +63774,12 @@ happyrunning.tk, 1 happyschnapper.com, 1 happyscubadiving.tk, 1 +happystores.vn, 1 happyteamlabs.com, 1 happytestings.com, 1 happytime.gq, 1 happytours.cf, 1 +happytoys.com.br, 1 happytugs.com, 1 happyukgo.com, 1 happywater.my, 1 @@ -63066,6 +63820,7 @@ hard-drive-recovery-blog.tk, 1 hard.email, 1 hardatack.tk, 1 +hardcore-bodybuilding.nl, 1 hardcore-hooligans.tk, 1 hardcore-toys.com, 1 hardcoreincest.net, 1 @@ -63130,10 +63885,12 @@ hari-katha.tk, 1 hari-tech.com, 1 harianjogja.com, 1 +hariberkesan.com, 1 haribilalic.com, 1 harigovind.org, 1 hariharnagar.tk, 1 hariji.tk, 1 +haringtwpmi.gov, 1 harion.fr, 1 harishgoyal.tk, 1 haritsa.co.id, 1 @@ -63142,7 +63899,6 @@ harkenzconstruction.com, 1 harlan.cc, 1 harlem-mt.gov, 1 -harley24.org, 1 harleyclassifieds.com, 1 harleyhazepornstar.com, 1 harleysvillegroup.com, 1 @@ -63160,9 +63916,10 @@ harmreductionwa.org, 1 harms.io, 1 harmsboone.org, 1 +harnettcountync.gov, 1 harneycountyor.gov, 1 harno.ee, 1 -harnov.dk, 1 +harnov.dk, 0 harodeportivo.tk, 1 haroldkip.nl, 1 haroldkramer.tk, 1 @@ -63194,6 +63951,7 @@ harrisonassessments.de, 1 harrisonassessments.eu, 1 harrisoncareerguide.com, 1 +harrisoncountymo.gov, 1 harrisoncountyms.gov, 1 harrisoncountymschanceryclerk.gov, 1 harrisontownshipmi.gov, 1 @@ -63203,6 +63961,7 @@ harry-hk.tk, 1 harryagustiana.tk, 1 harryanddavid.com, 1 +harryandharrison.com, 1 harrychristensen.tk, 1 harrymcgee.tk, 1 harrymclaren.co.uk, 1 @@ -63234,7 +63993,6 @@ hartpsychologen.nl, 1 hartsfieldrock.tk, 1 hartslagnu.nl, 1 -hartslurrypumps.com, 1 hartstart.info, 1 hartvannike.tk, 1 hartwellga.gov, 1 @@ -63258,6 +64016,7 @@ harveyauzorst.com, 1 harveyplum.com, 1 harveysautoservice.net, 1 +harveysproducts.co.nz, 1 harwoeck.group, 1 haryana.gov.in, 1 harz.cloud, 0 @@ -63286,7 +64045,6 @@ hasgeek.com, 1 hash.army, 1 hash.works, 1 -hashbl.org, 1 hashcat.net, 1 hashemian.com, 1 hashes.org, 1 @@ -63420,6 +64178,7 @@ haveibeenpwned.be, 1 haveibeenpwned.com, 1 havellab.de, 1 +havells.com, 1 haven-staging.cloud, 1 havencyber.com, 1 havendirecthealth.com, 1 @@ -63442,6 +64201,7 @@ hawaiifamilydental.com, 1 hawaiiforbernie.com, 1 hawaiinet.tk, 1 +hawaiipolice.gov, 1 hawaindustrial.com, 1 hawat.cz, 1 hawawa.kr, 1 @@ -63464,7 +64224,6 @@ hawo.academy, 1 hax.to, 1 haxland.tk, 1 -haxo.nl, 0 haxor.one, 1 haxx.hu, 1 hay.email, 1 @@ -63472,6 +64231,7 @@ hayalgucu.net, 1 hayashi-rin.net, 1 hayatmurat.tk, 1 +haydenal.gov, 1 haydenbleasel.com, 1 haydenfranklin.com, 1 haydenjames.io, 1 @@ -63501,7 +64261,6 @@ hazelhof.nl, 1 hazelkid.tk, 1 hazeover.com, 1 -hazhistoria.net, 1 hazimdesign.tk, 1 hazirfilm.com, 1 hazit.co.il, 1 @@ -63554,6 +64313,7 @@ hcdonbass.com, 1 hcelite.org, 1 hceu-performance.com, 1 +hcfeye.com.au, 1 hcfl.gov, 1 hcfoodpantry.org, 1 hcg24.com, 1 @@ -63633,6 +64393,7 @@ hdrip.info, 1 hdrtranscon.com, 0 hds-lan.de, 1 +hdsaglik.net, 1 hdscheduleers.ga, 1 hdscheduleest.ga, 1 hdsengine.ml, 1 @@ -63700,11 +64461,11 @@ health-match.com.au, 1 health-plan-news.com, 1 health-road.ga, 1 +health-toolbox.com, 1 health-tourism.com, 1 health.gd, 1 health.gov, 1 health.graphics, 1 -health.inc, 1 health.mil, 1 health24.ml, 1 health24world.ml, 1 @@ -63858,7 +64619,6 @@ healthjackpot.ga, 1 healthjarrettsville.tk, 1 healthjoker.ga, 1 -healthjoy.com, 0 healthkaro.tk, 1 healthkaty.tk, 1 healthkayak.ga, 1 @@ -64002,6 +64762,7 @@ healthwichita.tk, 1 healthworksmarden.com.au, 1 healthy-map.com, 1 +healthy-shoko.com, 1 healthy.io, 1 healthyaging-digital.com, 1 healthyalabama.tk, 1 @@ -64115,6 +64876,7 @@ heatgeek.com, 1 heatherbells.tk, 1 heatherleysephotography.com, 1 +heatherlydesign.com.au, 1 heathersmithcommercial.com, 1 heathersnotes.com, 1 heatingequipment.tk, 1 @@ -64163,6 +64925,7 @@ hectorama.tk, 1 hectorfiorini.com.ar, 0 hectorlima.tk, 1 +hedd.audio, 1 heddoun.com, 1 hedefcini.com, 1 hedefhalk.com, 1 @@ -64219,6 +64982,12 @@ hehome.xyz, 0 heiaheia.com, 1 heibel.tk, 1 +heibobo.cf, 1 +heibobo.com, 1 +heibobo.ga, 1 +heibobo.gq, 1 +heibobo.ml, 1 +heibobo.tk, 1 heic.nz, 1 heid.ws, 1 heidarilawgroup.com, 1 @@ -64233,6 +65002,7 @@ heidns.cn, 1 heighton.com.au, 1 heightselectrical.com.au, 1 +heihei.cf, 1 heijdel.nl, 1 heijmans.blog, 1 heijmans.email, 1 @@ -64268,11 +65038,13 @@ heinzencastellano.tk, 1 heiraten-gardasee.de, 1 heiraten-venedig.de, 1 +heise.cf, 1 +heise.ml, 1 heisenberg.co, 1 heisgod.org, 1 -heissluft-fritteuse.com, 1 heist-clan.tk, 1 heistheguy.com, 1 +heit.store, 1 heitepriem.info, 1 heiwa-valve.co.jp, 1 hejazultra.org, 1 @@ -64346,7 +65118,6 @@ helisimmer.com, 1 heliumtech.tk, 1 helix.am, 1 -helix.social, 1 helixagencyservices.com, 1 helkyn.eu, 1 helkyn.fr, 1 @@ -64383,6 +65154,7 @@ helloemailest.ga, 1 helloexit.com, 1 hellofilters.com, 1 +helloheadsup.com, 1 helloindia.tk, 1 hellokashmir.tk, 1 hellolove.sg, 1 @@ -64412,14 +65184,12 @@ hellothought.net, 1 hellotwist.com, 1 hellov.in, 1 -helloverify.com, 1 hellovillam.com, 1 helloworldhost.com, 0 hellpc.net, 1 hellpizza.nz, 1 hellraid.com, 1 hellseeker.tk, 1 -hellsh.com, 1 hellsinkivampires.tk, 1 hellskitsch.com, 1 hellsoldiers.tk, 1 @@ -64436,7 +65206,7 @@ helochic.com, 1 help-me.today, 1 help207.me, 1 -help24.be, 1 +help24.be, 0 help911.com, 1 helpamericavote.gov, 1 helpantiaging.com, 1 @@ -64492,7 +65262,6 @@ helvetic.finance, 1 hemagon.com, 1 hemanklerehab.com, 1 -hemant.net, 1 hemaroids.tk, 1 hemato.ai, 1 hematoonkologia.pl, 1 @@ -64507,6 +65276,7 @@ hemphopper.eu, 1 hempoffset.com, 1 hempsteadcitytx.gov, 1 +hemrin.com, 1 hems.si, 1 hemtest.com, 1 hen.ee, 1 @@ -64520,6 +65290,7 @@ hendrickx.be, 1 hendrik.li, 1 hendrinortier.nl, 1 +hendrix.com.ng, 1 hendrix.tk, 1 hendryelections.gov, 1 hengelsportjansenlommel.tk, 1 @@ -64548,12 +65319,14 @@ hennesshop.de, 1 hennessy.tk, 1 hennies.org, 1 +hennikernh.gov, 1 henningkerstan.de, 1 henningkerstan.org, 1 hennymerkel.com, 1 henradplumbing.co.uk, 1 henri-feuillade.tk, 1 henri.moe, 1 +henrico.gov, 1 henrieta-nagyova.tk, 1 henriettatownshipmi.gov, 1 henrik-bondtofte.dk, 1 @@ -64662,7 +65435,6 @@ herdwilliam.tk, 1 here.ml, 1 herealways.tk, 1 -herecsrymy.cz, 0 heredapoxetine.gq, 1 herefordlighthouse.org, 0 hereits.com, 1 @@ -64675,7 +65447,6 @@ hereticmaniacs.tk, 1 hereticofficial.com, 1 hereticpreist.tk, 1 -herewomentell.com, 1 herez.fr, 1 hergeandtintin.tk, 1 herila.ml, 1 @@ -64704,6 +65475,7 @@ hermetien.tk, 1 hermietkreeft.site, 0 herminghaus24.de, 1 +hermitant.fr, 1 hermiu.com, 1 hermodesign.com, 1 hermonmaine.gov, 1 @@ -64720,6 +65492,7 @@ heroco.xyz, 1 herod.tk, 1 heroes3stat.tk, 1 +heroesofthenorth.com, 1 heroesorchestra.com, 1 herofil.es, 1 herogaming.net, 1 @@ -64731,6 +65504,7 @@ herold.space, 1 heromlabs.tk, 1 heromuster.com, 1 +heroplusgroup.com, 1 heroxin.com, 1 herp.careers, 1 herpderpderpderp.com, 1 @@ -64829,6 +65603,7 @@ heutger.net, 1 hev.edu.ee, 1 heveacom.com, 1 +hevenerfeld.de, 1 hevertonfreitas.com.br, 1 hevo.io, 1 hevoapp.com, 1 @@ -64848,7 +65623,6 @@ hexasoft.com.my, 1 hexatech.gq, 1 hexatech.tk, 1 -hexaunits.com, 1 hexaware.com, 1 hexaweb.tk, 1 hexcel.com, 1 @@ -64916,12 +65690,14 @@ hg.python.org, 1 hg0086.la, 0 hg71839.com, 1 +hgb.club, 1 hgc.solutions, 1 hgc369.com, 1 hgcityca.gov, 1 hgfa.fi, 1 hghanbarimd.com, 1 hgmaranatha.nl, 1 +hgouni.com, 1 hgpowerglue.nl, 1 hgseo.me, 1 hgseo.net, 1 @@ -65010,6 +65786,7 @@ hideouswebsite.com, 1 hidetagu2021.net, 1 hideuri.com, 1 +hidon.hu, 1 hidra.tk, 1 hidrolimpiadora.com.es, 1 hidrolimpiadorasprofesionales.org, 1 @@ -65076,7 +65853,6 @@ highlandsmode.nl, 1 highlatitudestravel.com, 0 highlevelwoodlands.com, 1 -highlifegayrimenkul.com, 1 highlightsfootball.com, 1 highlightsfootball.net, 1 highlnk.com, 1 @@ -65130,7 +65906,6 @@ hikeinrio.com, 1 hiker.cool, 1 hikerone.com, 1 -hikikomori-sos.site, 1 hiking-site.nl, 1 hikingmonthlyers.ga, 1 hikingmonthlyest.ga, 1 @@ -65162,6 +65937,7 @@ hillsandsaunders.co.uk, 1 hillsandsaunders.com, 1 hillsboroccpa.org, 1 +hillsboroughchristian.org, 1 hillsclerk.com, 1 hillsdalecounty.gov, 1 hillshandymate.com, 1 @@ -65178,12 +65954,12 @@ hiltonsedonaresort.com, 1 hiltonwaikoloavillage.com, 1 hilunetan.tk, 1 +himachaljobalert.in, 1 himalaya-masala.at, 1 himalayanoutback.com, 1 himarijuana.tk, 1 himawari-scanlator.tk, 1 himawari-shika.org, 1 -himbak.com, 1 himbamcky.com, 1 himcy.ga, 1 himemariepornstar.com, 1 @@ -65206,7 +65982,6 @@ hindibaba.tk, 1 hindigalaxy.com, 1 hindikibindi.tk, 1 -hindimeinjankari.com, 1 hindimeseekhe.tk, 1 hindimoviedownload.net, 1 hindu-temple.tk, 1 @@ -65243,7 +66018,6 @@ hipkneeortho.com.sg, 1 hipnos.net, 1 hipnosisypsicoterapia.com, 1 -hipnosisyterapias.com, 1 hipnotista.tk, 1 hipo.pt, 1 hipocampo.org, 1 @@ -65262,7 +66036,6 @@ hiq.sh, 1 hiqhub.co.uk, 0 hiqonline.co.uk, 1 -hiradiation.rocks, 1 hirake55.com, 1 hiramoto-ph.com, 1 hiranosayuri-piano.com, 1 @@ -65278,6 +66051,7 @@ hirelisting.com, 1 hirepro.in, 1 hireprofs.com, 1 +hireshield.com, 1 hiresteve.ca, 1 hirevets.gov, 1 hirevo.eu, 1 @@ -65360,7 +66134,6 @@ hitchunion.org, 1 hitech-news.ml, 1 hitech-zone.com, 0 -hiteco.com, 1 hitekcomputing.net, 1 hitel.tk, 1 hiteshchandwani.com, 1 @@ -65422,6 +66195,7 @@ hiwannz.com, 0 hiwebsite.tk, 1 hiwiki.tk, 1 +hix.fi, 1 hiyacar.co.uk, 1 hiyuki2578.net, 1 hizakura.nl, 1 @@ -65441,6 +66215,7 @@ hj99111.com, 1 hj99333.com, 0 hjallboscoutkar.se, 1 +hjaltespizza.dk, 1 hjartasmarta.se, 1 hjbw-sterken.nl, 1 hjdiaz.com, 1 @@ -65468,7 +66243,6 @@ hkamran.com, 1 hkas.org.hk, 1 hkconcept.lu, 1 -hkd.cn, 1 hkl-gruppe.de, 1 hklbgd.org, 1 hkmap.co, 1 @@ -65543,12 +66317,10 @@ hn122.cc, 1 hnbyalitim.com, 1 hncpremiumhouse.vn, 1 -hncurated.com, 1 hndmd.com, 1 hnfertilizermachine.com, 1 hnmd9.gq, 1 hnn.net.br, 1 -hnntube.com, 1 hno-arzt-thomitzek.de, 1 hno-norderstedt.de, 1 hnojik.cz, 1 @@ -65559,21 +66331,17 @@ hnyp.hu, 1 ho918.net, 1 hoaas.no, 1 -hoagiandpita.com, 1 hoahau.org, 1 hoahop.tk, 1 hoanghaiauto.vn, 1 hoardit.ml, 1 -hoast.xyz, 1 hoatangthucung.vn, 1 hoathienthao.com, 1 hoathienthao.vn, 1 -hoathinh3d.com, 1 hobartok.gov, 1 hobbiesworld.tk, 1 hobby-drechselei.de, 1 hobby-lover.com, 1 -hobby4geek.com, 1 hobbybrauer.de, 1 hobbydo.cf, 1 hobbydo.ga, 1 @@ -65601,7 +66369,6 @@ hochzeit-ap.de, 1 hochzeit-dana-laurens.de, 1 hochzeit-saufzeichnungen.tk, 1 -hochzeit-unterhaltung-zauberer.de, 1 hochzeitsplaner-rodgau.de, 1 hochzeitsplanerin-hamburg.de, 1 hochzeitsregion.at, 1 @@ -65636,7 +66403,6 @@ hoest.it, 1 hoeveiligismijn.nl, 1 hoewler.ch, 0 -hof-dreisprung.de, 1 hof-imbiss-lieske.de, 1 hof-mulin.ch, 1 hofapp.de, 1 @@ -65676,6 +66442,7 @@ hohm.in, 1 hohma.tk, 1 hohnet.com, 0 +hohny.gov, 1 hoikin.tk, 1 hoiku-map.tokyo, 0 hoiku-navi.com, 0 @@ -65703,7 +66470,7 @@ holainternet.tk, 1 holbrookaz.gov, 1 holdeminside.com, 1 -holdengreene.com, 1 +holdengreene.com, 0 holdenmaine.gov, 1 holdenmo.gov, 1 holderbekebvba.be, 1 @@ -65760,6 +66527,7 @@ hollowman.ml, 1 hollowrap.com, 1 hollowwinds.xyz, 1 +holly.lgbt, 1 hollybanks.net, 1 hollybonnerdesigns.com, 1 hollyforrest.ca, 1 @@ -65770,7 +66538,6 @@ hollyloless.org, 1 hollyspringsms.gov, 1 hollywoodbios.com, 1 -hollywoodsmilesfl.com, 1 hollywoodstars.tk, 1 hollyworks.com, 1 holmenwi.gov, 1 @@ -65854,14 +66621,12 @@ homebattle.ga, 1 homeblaster.ga, 1 homebrew.tk, 1 -homebrewaudio.com, 1 homebrewshop.be, 1 homebrewworm.tk, 1 homebuilder.tk, 1 homebutton.tk, 1 homecache.ga, 1 homecareassociatespa.com, 1 -homecareserviceindiana.com, 1 homecaring.com.au, 1 homecaster.ga, 1 homecatch.ga, 1 @@ -66013,7 +66778,6 @@ homeforum.tk, 1 homegang.ga, 1 homegardendecoration.tk, 1 -homegardengift.com, 1 homegardeningforum.com, 1 homegardenresort.nl, 1 homegeo.ga, 1 @@ -66192,6 +66956,7 @@ hondago-bikerental.jp, 1 hondainamerica.com, 1 hondaindiafoundation.org, 1 +hondajoyclub.com, 1 hondapartsnow.com, 1 hondaracingindia.com, 1 hondasancarlos.com, 1 @@ -66203,6 +66968,7 @@ honestblogers.ga, 1 honestblogest.ga, 1 honestworknmoney.tk, 1 +honesty.com.pl, 1 honey.beer, 1 honey.is, 1 honeybhealthyliving.com, 1 @@ -66263,6 +67029,7 @@ hookahfoil.ru, 1 hookandloom.com, 1 hookbin.com, 1 +hookconcretecompany.com, 1 hookeaudio.com, 1 hookedoncraftswaterford.ie, 1 hookemheadlines.com, 1 @@ -66321,6 +67088,7 @@ horaceli.com, 1 horaciolopez.pro, 1 horackova.info, 1 +horaenpunto.com, 1 horairetrain.be, 1 horairetrain.ch, 1 horairetrain.fr, 1 @@ -66334,6 +67102,7 @@ horecatiger.eu, 1 horeco.com, 1 horgenberg.com, 1 +horiconwi.gov, 1 horikawa-cement.co.jp, 1 horionimoveis.com.br, 1 horizon.ne.jp, 1 @@ -66358,7 +67127,6 @@ horne.com, 1 hornet.pl, 1 hornetsecurity.com, 1 -hornetshop.rs, 1 horneytownbrewing.com, 1 horngyihyangped.com.tw, 1 horntec.at, 1 @@ -66416,7 +67184,6 @@ horvatia.tk, 1 horvatnyelvkonyv.hu, 1 hory.me, 1 -horyawatch.com, 1 horza.org, 1 hose.ga, 1 hosentaschenblog.org, 1 @@ -66454,6 +67221,7 @@ hospitalrecords.com, 1 hospitalsanjuandedios.es, 1 hospitalsineachstate.com, 1 +hospitalviladaserra.com.br, 1 hossi.pro, 1 hossien.tk, 1 hossleylps.com, 1 @@ -66506,6 +67274,7 @@ hosting-swiss.ch, 1 hostingactive.it, 0 hostingalternative.com, 0 +hostingdesignweb.com, 1 hostingdiario.com, 1 hostingdirect.nl, 1 hostingdirectory.ga, 1 @@ -66543,7 +67312,7 @@ hostripples.in, 1 hosts.cf, 0 hostsall.com, 1 -hostup.se, 1 +hostup.se, 0 hostux.network, 1 hostvn.net, 1 hostwinds.com, 1 @@ -66582,19 +67351,12 @@ hote-inox.ro, 1 hotearth.de, 1 hotebonytube.com, 1 -hotel-4-stelle.it, 1 -hotel-altabadia.com, 1 -hotel-arabba.net, 1 hotel-bella-muerte.tk, 1 -hotel-bolzano.org, 1 -hotel-bruneck.net, 1 -hotel-brunico.net, 1 hotel-du-parc-allevard.fr, 1 hotel-fleuralp.it, 1 hotel-garni-letizia.it, 1 hotel-gruenwald.it, 1 hotel-gschwendt.it, 1 -hotel-kontorhaus-stralsund.de, 0 hotel-kontorhaus.de, 1 hotel-kornwestheim.de, 1 hotel-kronjuwel.de, 1 @@ -66605,7 +67367,6 @@ hotel-promyk.pl, 1 hotel-rosner.at, 1 hotel-rosskopf.it, 1 -hotel-selva-gardena.net, 1 hotel-teresa.com, 0 hotel-valgardena.net, 1 hotel-vipiteno.net, 1 @@ -66635,11 +67396,14 @@ hotelflow.com.br, 1 hotelident.de, 1 hoteliers.com, 1 +hotelitalia.tk, 1 hotelite.tk, 1 hotelkaj.hr, 1 hotelkeihan.co.jp, 1 +hotellalucciola.net, 1 hotellamm.it, 1 hotellaserenella.it, 1 +hotellme.eu, 1 hotello.io, 1 hotelmap.com, 1 hotelmariasas.it, 1 @@ -66835,7 +67599,6 @@ how-to-write-a-book.ga, 1 how-to-write-a-book.gq, 1 how-to-write-a-book.ml, 1 -how10.com, 1 how2dev.tools, 1 how2fsbo.com, 1 how2recycle.info, 1 @@ -66867,7 +67630,6 @@ howl.chat, 1 howlers.tk, 1 howlettmartin.com, 1 -howlingbasset.co.uk, 1 howlinhawk.tk, 1 howlonghaswilliambeenwaitingforhislicence.uk, 1 howlongtobeatsteam.com, 1 @@ -66936,11 +67698,11 @@ hp42.de, 1 hpac-portal.com, 1 hpage.com, 1 +hpbclinic.com, 1 hpbn.co, 1 hpc.mil, 1 -hpccsystems.com, 1 +hpccsystems.com, 0 hpeditor.tk, 1 -hpfaucet.xyz, 1 hpfxd.com, 1 hphp.ga, 1 hpic.net, 1 @@ -66958,13 +67720,11 @@ hq.marketing, 1 hq77.ru, 1 hqblog.cn, 0 -hqmovies.club, 1 hqproductreviews.com, 1 hqteas.com, 1 hqtrannytube.com, 1 hquest.pro.br, 1 hqwebhosting.tk, 0 -hqy2000.com, 1 hr-automation.eu, 1 hr-books.shop, 1 hr-clan.tk, 1 @@ -67022,7 +67782,6 @@ hromaticworld.tk, 1 hroschyk.cz, 1 hrpage.ml, 1 -hrpregnancy.com, 1 hrprofessionals.tk, 1 hrreporter.com, 1 hrsa.gov, 1 @@ -67049,7 +67808,9 @@ hsc.com.vn, 1 hsc.gd.cn, 1 hschen.top, 0 +hscomposites.co.nz, 1 hscorp.de, 1 +hsdade.com, 1 hse-dev.com, 1 hse-online.com, 1 hse-reglementaire.com, 1 @@ -67070,6 +67831,7 @@ hsn-tsn.com, 1 hsn.com, 1 hsog.tk, 1 +hsprotection.net, 1 hsr.gov, 1 hsreformas.es, 1 hsrm.cz, 1 @@ -67115,7 +67877,6 @@ htlball.at, 1 htm-partners.com, 1 htmag.co.il, 1 -htmanager.fr, 1 htmdom.com, 1 html-builder.tk, 1 html-code-generator.com, 1 @@ -67134,11 +67895,10 @@ htmlvalidator.com, 0 htmlweb.ml, 1 htmlyse.com, 1 -htmtools.com, 1 htmue.org, 1 htp2.top, 1 htt.pe, 1 -http.dog, 1 +http.dog, 0 http.garden, 1 http2.com.cn, 1 http2.eu, 1 @@ -67146,7 +67906,6 @@ http3-hosting.de, 1 http3.ch, 1 http3.pro, 1 -http418.org, 1 httpd.gq, 1 https-rulesets.org, 1 https.com.tw, 1 @@ -67256,6 +68015,7 @@ huecomundo.tk, 1 huehnerartikel.de, 1 huelgajusticiaextremadura.tk, 1 +huellasfestival.com, 1 huelvatrabaja.com, 1 huemeyraophelia.com, 1 huemul.studio, 1 @@ -67298,6 +68058,7 @@ hugs.ua, 1 huguesditciles.com, 0 huhao.tk, 1 +huhu.cf, 1 huibrotladen.com, 1 huidapotheek.nl, 1 huiketang.com, 1 @@ -67305,7 +68066,6 @@ huininga.nl, 1 huininga.org, 1 huirongis.me, 1 -huis-en-tuin.be, 1 huisaandecosta.nl, 1 huisartsen-ict.nl, 1 huisartsenpraktijkheemraadssingel.nl, 1 @@ -67351,6 +68111,7 @@ humanafterall.studio, 1 humanamente.tk, 1 humanbeing.tk, 1 +humandesignstudios.com, 1 humanenrich.com, 1 humanesdemadrid.tk, 1 humanewolf.com, 1 @@ -67430,7 +68191,6 @@ humorcheckest.ga, 1 humored.gq, 1 humorojo.com, 1 -humpchies.com, 1 humpen.se, 1 humphreyscountytn.gov, 1 humppakone.com, 1 @@ -67490,10 +68250,13 @@ huntreminder.com, 1 huntsvillealtransit.gov, 1 huntsvillecottage.ca, 1 +huntvac.com, 1 huntyourshitaround.com, 1 huny.eu.org, 1 hunzai.tk, 1 huohu-sports.com, 1 +huohuo.cf, 1 +huohuo.ml, 1 huon.fyi, 1 huonit.com.au, 1 huoqibaike.club, 1 @@ -67522,8 +68285,8 @@ hurtigtinternet.dk, 1 husakbau.at, 1 hushbabysleep.com, 1 +hushescorts.com.au, 1 hushfile.it, 1 -hushhush.store, 1 hushpuppiesobuv.ru, 1 husic.net, 0 huskercorner.com, 1 @@ -67561,6 +68324,8 @@ hv-portal.de, 1 hv.se, 1 hva.cl, 1 +hvac-distributing.com, 1 +hvac-distributing.xyz, 1 hvacschool.org, 1 hvanmeldung.de, 1 hvanmeldung.online, 1 @@ -67593,6 +68358,7 @@ hx53.de, 1 hx678.cc, 1 hx77.cc, 0 +hxhxtyd.com, 1 hxit.cn, 1 hxkvm.com, 1 hxkvm.net, 1 @@ -67650,6 +68416,7 @@ hydronium.tk, 1 hydroponicglobal.com.au, 1 hydroposev.com, 1 +hydrosaat.ch, 1 hydrosight.com, 1 hydrosila.com, 1 hydroturbine.info, 0 @@ -67657,7 +68424,6 @@ hydrozone.fr, 1 hyec.jp, 1 hyex.com.au, 1 -hygga.info, 1 hygien.ro, 0 hygieneproclean.co.nz, 1 hygienet.be, 1 @@ -67679,6 +68445,7 @@ hypar.io, 1 hyparia.fr, 1 hyparia.org, 1 +hypehub.tech, 1 hypelifemagazine.com, 1 hypemgmt.com, 1 hyper-matrix.org, 1 @@ -67754,16 +68521,14 @@ hysh.net, 1 hysh.org, 1 hysolate.com, 1 -hysquad.it, 1 hystats.net, 1 hysupchile.cl, 1 hytale.com, 1 hytzongxuan.com, 1 hytzongxuan.top, 1 hyunbridge.com, 1 -hyundaibandungpriority.com, 1 hyundaibestpromo.com, 1 -hyundaifinance.de, 1 +hyundaifinance.de, 0 hyundaipartsdeal.com, 1 hyundaisrilanka.lk, 1 hyunjoonkim.net, 1 @@ -67778,7 +68543,6 @@ hzbk.org, 0 hztgzz.com, 1 hzwc.nl, 1 -hzz.sh, 1 i--b.com, 1 i-0v0.in, 1 i-3c.co.jp, 1 @@ -67805,6 +68569,7 @@ i-panic.com, 1 i-pinged-everyone.today, 1 i-port-voice.com, 1 +i-prince.tk, 1 i-proswiss.com, 0 i-r-a.tk, 1 i-readycentral.com, 1 @@ -67824,7 +68589,7 @@ i0856.com, 0 i0day.com, 1 i10z.com, 1 -i1314.gdn, 1 +i1314.gdn, 0 i1430.com, 1 i1place.com, 1 i24.host, 1 @@ -67878,6 +68643,7 @@ iaf.nu, 1 iafd.com, 1 iaforum.com.br, 1 +iafss2023.com, 1 iahemobile.net, 1 iain.tech, 1 iainsimms.co.uk, 1 @@ -67886,7 +68652,7 @@ ialis.me, 1 ialps.cn, 1 ialternatywne.pl, 1 -iam.lc, 1 +iam.lc, 0 iam.soy, 1 iamafricacampaign.org, 1 iamai.in, 1 @@ -67984,7 +68750,6 @@ ibericartechnik.es, 1 ibero.edu.co, 1 ibestproduct.com, 0 -ibestuur.nl, 1 ibetora.com, 1 ibex.co, 1 ibexmultiday.com, 1 @@ -68023,6 +68788,7 @@ ibraphotography.com, 1 ibrom.eu, 1 ibron.co, 0 +ibroshop.com, 1 ibsasport.org, 1 ibsglobal.co.za, 1 ibsis.org, 1 @@ -68114,6 +68880,7 @@ icharme.fr, 1 ichasco.com, 1 ichbinein.org, 1 +ichbinhuebi.de, 1 ichbinkeinfreier.com, 1 ichbinkeinreh.de, 1 ichglaubesbackt.de, 1 @@ -68196,7 +68963,6 @@ icrc.org, 1 icreative.nl, 1 icruise.com, 1 -ics.edu.hn, 1 icsolutions.nl, 1 icst.tk, 1 icsti.org, 1 @@ -68207,19 +68973,16 @@ ict.govt.nz, 1 ictbaneninnederland.nl, 1 ictcareer.ch, 1 -ictergezocht.nl, 1 ictfreak.nl, 1 icthealth.nl, 1 ictinforensics.org, 1 ictkaisha.be, 1 -ictmjc.com, 1 ictoniolopisa.it, 1 ictradar.com, 0 icttindia.org, 0 icusignature.com, 1 icustomboxes.com, 1 icy.aq, 1 -icy.cn, 1 icyapril.com, 1 icycanada.com, 1 icyrock.com, 1 @@ -68292,7 +69055,6 @@ idealbody.gq, 1 idealcontabilidade.net, 0 idealdedetizadorabh.com.br, 1 -idealidm.com, 1 idealimobiliariabh.com.br, 1 idealimplant.com, 0 idealize.ml, 1 @@ -68388,7 +69150,6 @@ idinby.dk, 1 idiomasdelmundo.tk, 1 idiomasdominados.tk, 1 -idiot.trade, 1 idioteque.tk, 1 idjnow.com, 1 idkidknow.com, 1 @@ -68447,7 +69208,6 @@ ie.edu, 1 ie.search.yahoo.com, 0 iedn.net, 1 -ieeedeis.org, 1 ieeesb.nl, 1 ieeesbe.nl, 1 ieeespmb.org, 1 @@ -68491,7 +69251,6 @@ ifangpei.cn, 1 ifangpei.com.cn, 1 ifasfest2022.com, 1 -ifashionable.info, 1 ifbagro.in, 1 ifcfg.jp, 1 ifconfig.tk, 1 @@ -68551,6 +69310,7 @@ igad.int, 1 igame.ml, 1 igamingaffiliateprograms.com, 1 +igamingdirectory.com, 1 igamingnews.com, 1 igamingnyheder.dk, 1 igamingpocketdirectory.com, 1 @@ -68604,6 +69364,7 @@ ignatovich.by, 1 ignatovich.me, 1 ignet.gov, 1 +ignite-reading.com, 1 ignite.cz, 1 ignitedmindz.in, 1 igniteenergy.co.uk, 1 @@ -68635,7 +69396,6 @@ igromasikov.tk, 1 igrovoi-klub.tk, 1 igrun.com, 1 -igrun33.com, 1 igrun80.com, 1 igrun88.com, 1 igrunplay.com, 1 @@ -68682,7 +69442,6 @@ ihouseu.com, 1 ihr-finanzcockpit.de, 1 ihr-hausarzt-kleinmachnow.de, 1 -ihrb.com.br, 1 ihre-ernaehrung.de, 1 ihre-pflege-sachsen.de, 1 ihrgluecksbringer.com, 1 @@ -68691,6 +69450,7 @@ ihsangans.my.id, 1 ihsolution.in, 1 ihwanburhan.com, 1 +ii-f.ws, 1 ii-vi.com, 1 ii.cx, 1 ii5197.co, 1 @@ -68704,6 +69464,7 @@ iiax.net, 1 iiax.org, 1 iid.sg, 1 +iidb.org, 1 iideaz.org, 1 iiet.pl, 1 iig-order.com, 1 @@ -68761,6 +69522,7 @@ ikama.cz, 1 ikara.social, 1 ikari-san.tk, 1 +ikaria.com.gr, 1 ikaros.tk, 1 ikarus-itkurs.de, 1 ikasgela.com, 1 @@ -68777,6 +69539,7 @@ ikeyless.com, 1 ikfloreer.nu, 1 ikhwanfillah.com, 1 +ikikiv.com, 1 ikiler.com, 1 ikimo9.com, 1 ikinokori-marketing.com, 1 @@ -68793,11 +69556,14 @@ iklan-baris.gq, 1 iklan.tk, 1 iklanbaris.tk, 1 +iklipcollection.my.id, 1 ikmx.net, 1 iknet.top, 1 iknowd.org, 1 iknowthatgirl.com, 1 +ikonikjourney.com, 1 ikootu.com, 0 +ikoreg.nl, 1 ikorekofi.com, 1 ikparis.com, 1 ikra24.in.ua, 1 @@ -68881,7 +69647,6 @@ iligang.net, 1 iligang.net.cn, 1 iligang.xin, 1 -ilii.me, 1 ilikepenguins.tk, 1 ilikevaping.com, 1 ilikezo.tk, 1 @@ -68906,10 +69671,10 @@ illich.cz, 1 illicitart.ca, 1 illicitdigital.com, 1 +illicopresto.net, 1 illinitechservice.com, 1 illinoiscaselaw.com, 1 illinoiscourtscommission.gov, 1 -illinoiseagle.com, 1 illinoishealth.tk, 1 illjinx.info, 1 illnation.tk, 1 @@ -68975,6 +69740,7 @@ ilsaperedelgusto.it, 1 ilsedelangeforum.tk, 1 iltec.ru, 1 +iltis.live, 1 iltis.rocks, 1 iltisim.ch, 0 iltombolo.tk, 1 @@ -69059,7 +69825,6 @@ imanageproducts.co.uk, 1 imanageproducts.com, 1 imanageproducts.uk, 1 -imanhearts.com, 0 imanolbarba.net, 1 imanoles.ddns.net, 1 imap.support, 1 @@ -69157,7 +69922,6 @@ immanuellutheranmedia.org, 1 immarypoppinsyall.tk, 1 immaterium.de, 1 -immatix.xyz, 1 immbruxelles.com, 1 immedia.net, 1 immedicohospitalario.es, 1 @@ -69284,6 +70048,7 @@ imperialfenceinc.com, 1 imperialfencestlouis.com, 1 imperialism.rip, 1 +imperialne.gov, 1 imperials.family, 1 imperialteam.tk, 1 imperialwrestling.tk, 1 @@ -69306,7 +70071,6 @@ impiantistica.org, 1 impiantofotovoltaico.roma.it, 1 impiricus.com, 1 -implantesdentalestopete.com.mx, 1 implantologiadentalgt.com, 1 implosion.tk, 1 implude.com, 0 @@ -69332,6 +70096,7 @@ imprendo.pro, 1 imprensaglobal.com.br, 1 imprensaglobal.org, 1 +imprenta-es.com, 1 imprentamanonelles.com, 1 impresa-di-pulizie.milano.it, 1 impresa-di-pulizie.org, 1 @@ -69351,6 +70116,7 @@ impressao3d.ml, 1 impressivebison.eu, 0 impressivetitle.tk, 1 +imprezer.tk, 1 imprezzor.com, 1 imprimante-3d-store.fr, 1 improbo-group.com, 1 @@ -69361,6 +70127,7 @@ improvenerg.com, 1 improvetoyourself.ga, 1 improveyourvision.tk, 1 +impudence.tk, 1 impuls.tk, 1 impulse-clan.de, 1 impulsewebdesign.nl, 1 @@ -69392,7 +70159,6 @@ imy.rs, 0 imychic.com, 1 imyjy.cn, 1 -imyrs.cn, 0 imyupi.eu, 1 imzye.me, 1 in-1xbet.com, 1 @@ -69452,7 +70218,6 @@ inchcape-fleet-autobid.co.uk, 1 inchenaim.com, 1 inchidi.id, 1 -inchirierepatinoar.ro, 1 incident.dk, 1 incidentresponsesolution.com, 1 incidentresponsesystem.com, 1 @@ -69475,7 +70240,6 @@ incommon.io, 1 incompliance.de, 1 inconsciente.tk, 1 -inconsult.com.au, 1 incontactmetjezelf.nl, 1 inconvietnam.vn, 1 incorporatedstyle.com, 1 @@ -69493,7 +70257,6 @@ incurvy.de, 1 incyte.com, 1 ind.ie, 1 -indamail.hu, 1 indatable.com, 1 indecente.tk, 1 indeika.ml, 1 @@ -69577,7 +70340,6 @@ indianwomen.cf, 1 indiapost.com, 1 indiapostgdsonline.gov.in, 1 -indiapostgdsonline.in, 1 indiatechblogger.cf, 1 indiatourhelp.tk, 1 indiatravel.ml, 1 @@ -69596,7 +70358,6 @@ indiemovementers.ga, 1 indiemovementest.ga, 1 indiereview.tk, 1 -indiesports.ph, 0 indievelopment.nl, 1 indieweb-endpoints.cc, 1 indieweb.rocks, 1 @@ -69627,6 +70388,7 @@ individualobligation.com, 1 individuals.tk, 1 indiwebawards.tk, 1 +indiya-kino.gq, 1 indlish.ga, 1 indnews.ga, 1 indo-wiki.fr, 1 @@ -69681,6 +70443,7 @@ industrilokal.com, 1 industrydecarbonization.com, 1 industryoutlaws.tk, 1 +industryskillsaustralia.org.au, 1 indyandmeskincare.com.au, 1 indybay.org, 1 indyperio.com, 1 @@ -69726,7 +70489,6 @@ infarmbureau.com, 1 infcloud.com, 1 infectedvoice.tk, 1 -infectingthe.world, 1 infecyon.tk, 1 infeedo.com, 1 infelix.tk, 1 @@ -69742,6 +70504,8 @@ infhosting.com.au, 1 inficom.org, 1 infidel.org, 1 +infidels.info, 1 +infidels.me, 1 infidels.org, 1 infidia.tk, 1 infiernoalgecireno.tk, 1 @@ -69792,6 +70556,7 @@ infinum.com, 1 infirmieredevie.ch, 0 infirmiers-montpellier.fr, 1 +infissiconvenienza.com, 1 infla-tables.tk, 1 inflammatory.tk, 1 inflanev.com, 1 @@ -69903,6 +70668,7 @@ infopico.com, 1 infopreneur.blog, 1 infoprofuse.com, 1 +infoprojects.fr, 1 infopulse.com, 1 infopuntzorg.nl, 0 inforabota.tk, 1 @@ -69960,6 +70726,7 @@ infosective.org, 1 infosenior.ch, 0 infoserp.net.pe, 1 +infosly.com, 1 infosolution.biz, 1 infosoph.org, 1 infostor.com, 1 @@ -70067,7 +70834,6 @@ infront.com, 1 infrontusa.com, 1 infruction.com, 1 -infs.co.in, 1 infstudios.nl, 1 infuse-mn.gov, 1 infusemedia.com, 1 @@ -70091,6 +70857,7 @@ ingenium.si, 1 ingeniumsociety.tk, 1 ingenius.ws, 1 +ingenuitycloudservices.com, 1 ingerhy.com, 1 ingermany.ml, 1 ingersolltwpmi.gov, 1 @@ -70099,6 +70866,7 @@ ingestion.life, 1 ingfreelancer.com, 1 inghamcountymi.gov, 1 +ingilizceturkce.gen.tr, 1 ingjobs.ch, 1 inglebycakes.co.uk, 1 inglesencanada.cf, 1 @@ -70130,7 +70898,6 @@ inhoff.eu, 1 inhouseents.co.uk, 1 inhousehr.nl, 1 -inicio.site, 1 iniiter.com, 1 iniitian.com, 1 inilabs.xyz, 1 @@ -70140,6 +70907,7 @@ init.blog, 1 init.ink, 1 init3.cn, 1 +init8.lol, 1 initblogger.com, 1 initiative20x20.org, 1 initq.net, 1 @@ -70147,6 +70915,7 @@ initrd.net, 1 injerry.com, 1 injigo.com, 0 +injoicreative.com, 1 injurylawyers.com, 1 injust.cf, 1 injust.ga, 1 @@ -70169,6 +70938,7 @@ inkforall.com, 1 inkhor.se, 1 inkhub.com.au, 1 +inkjets-inks.tk, 1 inkliners.tk, 1 inkognito.cf, 1 inkognito.ga, 1 @@ -70190,8 +70960,9 @@ inlimitest.ga, 1 inline-online.tk, 1 inline-sport.cz, 1 -inlinea.ch, 1 inlineskates.tk, 1 +inlink.ee, 1 +inlink.ltd, 1 inlocon.de, 1 inlt.com, 1 inmaaa.cf, 1 @@ -70211,6 +70982,7 @@ inmonteblandinio.be, 1 inmoodforsex.com, 1 inmoterrenas.com, 1 +inmotionmktg.com, 1 inmoveskates.com, 1 inmucrom.com, 1 inmucrom.es, 1 @@ -70246,9 +71018,7 @@ innolabfribourg.ch, 1 innopharmaeducation.com, 1 innopharmatechnology.com, 1 -innosol.hu, 1 innosysdelft.com, 1 -innotec.security, 1 innoteil.com, 1 innoteknology.com, 1 innov.in, 1 @@ -70290,7 +71060,6 @@ innwan.com, 1 inoa8.com, 1 inoapps.com, 1 -inocelda.com, 1 inoio.de, 1 inomics.com, 1 inondation.ch, 0 @@ -70336,7 +71105,7 @@ ins-kreativ.de, 1 ins.to, 0 ins1gn1a.com, 1 -insa.or.id, 1 +insame.space, 1 insanb.com, 1 insancendekiams.sch.id, 1 insane.zone, 1 @@ -70391,7 +71160,6 @@ insiders.ga, 1 insiderx.com, 1 insidethefirewall.tk, 1 -insidetheiggles.com, 1 insidetheigloo.com, 1 insidetheloudhouse.com, 1 insideview.com, 1 @@ -70465,6 +71233,7 @@ instant-clearance-sale.co.uk, 1 instant-hack.com, 1 instant-hack.io, 1 +instant-hack.to, 1 instant-thinking.de, 0 instant.io, 1 instantdomainsearch.com, 1 @@ -70484,7 +71253,6 @@ instantprint.co.uk, 1 instantreplay.tk, 1 instantsiteaudit.com, 1 -instareeldownload.com, 1 instava.cz, 1 instawi.com, 1 instawierszyki.pl, 1 @@ -70501,15 +71269,16 @@ instituto18denoviembre.tk, 1 institutoclaro.org.br, 1 institutoconsulplan.org.br, 1 +institutodyn.com, 1 institutoessencia.com, 1 institutogiuseppe.com, 1 institutogiuseppe.com.ar, 1 -institutolancaster.com, 1 institutoliderar.edu.co, 1 institutomaritimocolombiano.com, 1 institutulcultural.ro, 1 instocktho.cc, 1 instructorcarders.ga, 1 +instrukci.tk, 1 instrumart.ru, 0 instrumentalevening.tk, 1 instrumentalverein-tueddern.de, 1 @@ -70619,6 +71388,7 @@ intelhost.com.mx, 1 intelhost.com.pe, 1 intelhost.net, 1 +intelics.com.au, 1 intelius.cf, 1 intellar.com, 1 intelldynamics.com, 1 @@ -70634,11 +71404,11 @@ intelligence-explosion.com, 1 intelligenceia.fr, 1 intelligenetics.com, 0 -intelligentliving.co, 1 intelligentnegotiator.com, 1 intelligentrics.com, 1 intelligentwaves.com, 1 intelligista.tk, 1 +intelligizedigital.com, 1 intelligroup360.com, 1 intellihr.io, 1 intellimatica.se, 1 @@ -70717,7 +71487,6 @@ interessengemeinschaft-pregelstrasse.tk, 1 interesting.ac.cn, 1 interestingfacts.gq, 1 -interet-citoyen.be, 1 interface-systems.de, 1 interfloraservices.co.uk, 1 interflores.com.br, 1 @@ -70744,7 +71513,6 @@ interisaudit.com, 1 interitus.tk, 1 interkulturban.cc, 1 -interlan.se, 1 interlapse.tk, 1 interlecwa.com, 0 interlijn.nl, 1 @@ -70786,7 +71554,6 @@ internationalrelationsedu.org, 1 internationalrugsdallas.com, 1 internationalschool.it, 1 -internationalstudentassociation.com, 1 internationalweekly.tk, 1 internect.co.za, 1 internet-aukcion.info, 1 @@ -70844,13 +71611,11 @@ internetwealthresource.com, 1 internetzaim.tk, 1 internetzentrale.net, 1 -internewscast.com, 0 internist.ru, 1 interparcel.com, 1 interphoto.by, 1 interplex.com, 1 interpol.gov, 1 -interpret.cn, 1 interpretacjawynikowbadan.info.pl, 1 interprete.tk, 1 interracial.dating, 1 @@ -71009,10 +71774,10 @@ invertiaweb.com, 1 invespex.com, 1 invest-stroj.tk, 1 +invest.gov, 1 investa.ph, 1 investactiv.tk, 1 investarholding.nl, 1 -investarter.nl, 1 investasiku.tk, 1 investasimudah.tk, 1 investasipasti.tk, 1 @@ -71025,7 +71790,6 @@ investia.ca, 1 investigace.cz, 1 investigatemalware.com, 1 -investigatenj.org, 1 investigatingmalware.com, 1 investigations-nbi.com, 1 investigatore.it, 1 @@ -71034,8 +71798,10 @@ investigatore.torino.it, 1 investigazione.milano.it, 1 investigazione.roma.it, 1 +investinamerica.gov, 1 investinestonia.com, 0 investingdiary.cn, 1 +investinginamerica.gov, 1 investingnews.com, 1 investingnews.com.au, 1 investingoal.com, 1 @@ -71068,14 +71834,13 @@ investorforms.com, 1 investorloanshub.com, 1 investorplace.com, 1 -investors.pl, 1 +investors.pl, 0 investosure.com, 1 investpay.ru, 1 investpsp.ca, 1 investpsp.com, 1 investresolve.com, 1 investservis.eu, 1 -invetep.sk, 1 inviaworld.tk, 1 invicta.fr, 1 invicti.com, 1 @@ -71145,6 +71910,7 @@ iograficathemes.com, 1 iolabs.io, 1 ioliver.co.uk, 1 +iololi.com, 1 iolpodcast.com, 1 iomedia.ch, 1 iompost.com, 1 @@ -71305,13 +72071,13 @@ ipmscoutek.com, 0 ipnoze.com, 1 ipnrt.net, 1 -ipo-times.jp, 1 ipoac.nl, 0 ipokabu.net, 1 ipomue.com, 1 ipon.hu, 1 ipon.ro, 1 iposm.net, 0 +ipost.rocks, 1 ipoteka.az, 1 ipow.tk, 1 ippawards.com, 0 @@ -71458,6 +72224,7 @@ irelandremembers.com, 1 irelandremembers.ie, 1 irelandremembers.org, 1 +irelandstats.com, 1 iren.gov, 1 irenekauer.com, 1 irenelove.com, 1 @@ -71607,7 +72374,6 @@ isaackhor.com, 1 isaacman.tech, 1 isaacmorneau.com, 1 -isaacpartnership.co.uk, 1 isaacperez.tk, 1 isaacphysics.org, 1 isaaczais.com, 1 @@ -71654,7 +72420,6 @@ isdown.cz, 1 isecrets.se, 1 iseecure.be, 1 -iseekgirls.com, 1 isekaimaid.xyz, 1 isense.tw, 1 iservicio.com.mx, 1 @@ -71792,12 +72557,10 @@ isofartak.com, 1 isogg.org, 1 isognattori.com, 1 -isoindonesiacenter.com, 0 isoip.org, 1 isolatiehal.nl, 1 isolation-exterieure-thermique.fr, 1 isolde.com, 1 -isole-lofoten.it, 1 isolta.com, 1 isolta.de, 1 isolta.ee, 1 @@ -71810,7 +72573,6 @@ isoroc-nidzica.pl, 1 isosat.net, 1 isotope.gov, 1 -isotopes.gov, 1 isovideo.com, 1 isowebtech.com, 1 ispactivo.com, 1 @@ -71865,6 +72627,7 @@ issaquah.cam, 1 issasfrissa.se, 1 isscouncil.com, 1 +issea.wiki, 1 issforum.org, 1 issho.jp, 1 issio.net, 1 @@ -72034,7 +72797,7 @@ italyspecialty.coffee, 1 itamservices.nl, 1 itap.gov, 0 -itape.com, 1 +itape.com, 0 itarc.com.br, 1 itaro.bot, 1 itaro.ee, 1 @@ -72115,13 +72878,14 @@ ithuthuat.vn, 1 itidying.com, 1 itikon.com, 1 -itilo.de, 1 +itilo.de, 0 itinerance.ca, 1 itioc10.tk, 1 itis.gov, 1 itis4u.ch, 1 itisjustnot.cricket, 1 itisyourmoney.co.uk, 1 +itiweb.tk, 1 itk.se, 1 itleaked.gq, 1 itlg.ru, 1 @@ -72130,7 +72894,6 @@ itlog.tk, 1 itlogic.com.au, 1 itludens.com, 1 -itm-c.de, 1 itmastersupport.tk, 1 itmatournai.tk, 1 itmax.ua, 1 @@ -72162,7 +72925,6 @@ itpro.ua, 1 itprotect.pl, 1 itradeaims.net, 1 -itradeit.in, 1 itradenetwork.com, 1 itraffic.cf, 1 itraffic.tk, 1 @@ -72173,13 +72935,11 @@ itrendbuzz.com, 1 itrew.ru, 1 itrezzo.com, 1 -itring.pl, 0 itrodeo.com, 1 itrollskogens.tk, 1 itruss.com.tw, 1 itrustcapital.com, 1 itruth.tk, 1 -itrw.net, 1 its-aeth.tk, 1 its-em.ma, 1 its-gutachten.de, 1 @@ -72313,7 +73073,7 @@ ivan1874.cf, 1 ivan1874.dynu.net, 1 ivan770.me, 1 -ivana-models-escortservice.de, 1 +ivana-models-escortservice.de, 0 ivanaleksandrov.com, 1 ivanartiles.com, 1 ivanbenito.com, 1 @@ -72325,7 +73085,7 @@ ivanime.com, 1 ivankuchin.tk, 1 ivanmeade.com, 1 -ivanov.icu, 1 +ivanov.icu, 0 ivanovka.ga, 1 ivanovocity.tk, 1 ivanovolive.ru, 1 @@ -72342,6 +73102,7 @@ iventishirts.com, 1 ivermectin.gq, 1 ivermectinc19.com, 1 +ivertubani.com, 1 ivetazivot.cz, 1 ivetdata.com, 0 ivetebolos.com.br, 1 @@ -72437,6 +73198,7 @@ ixiatiao.com, 1 ixit.cz, 1 ixn.com, 1 +ixoso.com, 1 ixplayer.com, 1 ixquick-proxy.com, 1 ixquick.co.uk, 1 @@ -72479,7 +73241,7 @@ izecubz.me, 1 izemporium.com, 1 izi-agency.com, 1 -izieng.com, 1 +izieng.com, 0 izipik.gq, 1 izkustvo.com, 1 izleorg2.org, 1 @@ -72601,6 +73363,7 @@ jaamaa.com, 1 jaanikese.edu.ee, 1 jaaxypro.com, 1 +jab-graphics.com, 1 jaba.hosting, 1 jababu.cz, 1 jabagly.com, 1 @@ -72642,6 +73405,7 @@ jackassofalltrades.org, 1 jackbauer.tk, 1 jackblues.tk, 1 +jackdanielssauces.com, 1 jackdawphoto.co.uk, 1 jacket-coat.tk, 1 jacketars.com, 1 @@ -72672,6 +73436,7 @@ jacksball.com, 1 jacksfeestverhuur.nl, 1 jackson-quon.com, 1 +jacksonchen666.com, 1 jacksoncountyfl.gov, 1 jacksoncountyor.gov, 1 jacksoncountytn.gov, 1 @@ -72709,6 +73474,7 @@ jacobs-implantate.at, 1 jacobsenarquitetura.com, 1 jacobsmeubels.nl, 1 +jacobspctuneup.tk, 1 jacobtamassiaadvocacia.adv.br, 1 jacobtaylor.id.au, 1 jacool.tk, 1 @@ -72736,7 +73502,6 @@ jadox.com, 1 jaduniv.cf, 1 jadwalsimkeliling.info, 1 -jae.fi, 1 jae.su, 1 jaeger.link, 1 jaehyeon.it, 1 @@ -72759,6 +73524,7 @@ jagspecialisters.ga, 1 jagspecialistest.ga, 1 jagsttalschule.de, 1 +jaguar-network.com, 1 jaguarkuda.com, 1 jaguarlandrover-asse.be, 1 jaguarlandrover-occasions.be, 1 @@ -72789,7 +73555,6 @@ jaiyen.com, 1 jaiyun.tk, 1 jajce.tk, 1 -jajojababy.com, 1 jajycycojota.cf, 1 jakarta.dating, 1 jakartaurbanhosting.com, 1 @@ -72810,7 +73575,6 @@ jakewales.com, 1 jakincode.army, 1 jako.tk, 1 -jakob-kruse.de, 0 jakob-server.tk, 1 jakobczyk.org, 1 jakobejitblokaci.cz, 1 @@ -72830,6 +73594,7 @@ jakubklimek.com, 1 jakubsindelar.cz, 1 jakubvrba.cz, 1 +jakumammy.pl, 1 jakzostacmilionerem.biz, 1 jal-ja.com, 1 jala.co.jp, 1 @@ -72960,8 +73725,8 @@ janada.cz, 1 janaundgeorgsagenja.eu, 1 janavish.tk, 1 +janbennink.com, 1 janbilek.cz, 1 -janbjerke.no, 1 janbretschneider.de, 1 janbruckner.de, 1 jancosales.com, 1 @@ -72971,6 +73736,7 @@ jandev.de, 1 jandj.yachts, 0 jandonkers.com, 1 +jandrliquidations.com, 1 jandroegehoff.de, 1 janduchene.ch, 1 jane.com, 1 @@ -72979,7 +73745,6 @@ janellequintana.tk, 1 janenwouter.tk, 1 janes.com, 1 -janescottceramics.com, 1 janetandjohns.tk, 1 janetedkins.com, 1 janeweeber.com, 1 @@ -73032,7 +73797,6 @@ janwern.com, 1 jao-collection.com, 1 jaot.info, 1 -jaott.de, 1 jaotusvork.ee, 1 japan-forum.nl, 1 japan-tent.com, 1 @@ -73070,6 +73834,7 @@ japonyol.net, 1 japornpics-video.com, 1 japornpics.com, 1 +jappleng.com, 1 jaquelin.tk, 1 jaquishbiomedical.com, 1 jar.cool, 1 @@ -73135,6 +73900,7 @@ jasmyn.tk, 1 jasomill.at, 1 jason-isaacs.tk, 1 +jason.red, 1 jasonamorrow.com, 1 jasonchampagne.fr, 1 jasoncoopermd.com, 1 @@ -73226,6 +73992,7 @@ jaxxnet.org, 1 jay6.tech, 1 jayanthreddy.ml, 1 +jayantkageri.in, 1 jaybeez.tk, 1 jaybrokers.com, 1 jaycouture.com, 1 @@ -73277,6 +74044,7 @@ jbarzoutfitters.com, 1 jbayetsecretariat.be, 1 jbbd.fr, 1 +jbbdev.com, 1 jbc88.cc, 1 jbcharleston.com, 1 jbcharlestonfss.tv, 1 @@ -73302,6 +74070,7 @@ jbsoftware.ca, 1 jbt-stl.com, 1 jc-p2p.com, 1 +jc666.xyz, 1 jcadg.com, 1 jcaicedo.com, 1 jcaicedo.tk, 1 @@ -73424,6 +74193,7 @@ jeancampa.com, 1 jeancardeno.com, 1 jeancarlos.tk, 1 +jeanclaudegolvin.com, 1 jeandanielfaessler.ch, 1 jeanettevanrookhuizen.nl, 1 jeangalea.com, 1 @@ -73462,6 +74232,7 @@ jeda.ch, 1 jeda.im, 1 jedatw.com, 1 +jedayoshi.me, 1 jedayoshi.tk, 1 jedcg.com, 1 jeddahlyn.nl, 1 @@ -73488,7 +74259,6 @@ jeevanmag.tk, 1 jeevanpaul.in, 0 jef.yt, 1 -jefaisdelordi.com, 1 jefaisducafe.mywire.org, 1 jefcorlabs.com, 1 jeff-dom.ovh, 1 @@ -73499,6 +74269,7 @@ jeffersoncountyks.gov, 1 jeffersoncountyne.gov, 1 jeffersoncountyny.gov, 1 +jeffersoncountyor.gov, 1 jeffersoncountypa.gov, 1 jeffersonknoxohio.gov, 1 jeffersonkyattorney.gov, 1 @@ -73566,6 +74337,7 @@ jemezsprings-nm.gov, 1 jemnezymy.com, 1 jemoreng.tk, 1 +jemputan-karyawan.site, 1 jems-il.gov, 1 jemyzdrowo.pl, 1 jena-fans-aurich.tk, 1 @@ -73604,6 +74376,7 @@ jennyjones.tk, 1 jennymovies.com, 1 jennysarl.ch, 0 +jennysbakery.com.au, 1 jennysource.tk, 1 jennystella.net, 1 jennythebaker.com, 1 @@ -73615,7 +74388,6 @@ jensdesmeyter.be, 1 jensrex.dk, 1 jents.ro, 1 -jenunudi.com, 1 jenyak.com, 1 jeoffrey-sanchez.ovh, 1 jeon.cf, 0 @@ -73642,7 +74414,6 @@ jeremywinn.xyz, 1 jericamacmillan.com, 1 jerichoproject.org, 1 -jering.tech, 1 jerisandoval.tk, 1 jermann.biz, 1 jeroendeneef.com, 1 @@ -73652,12 +74423,14 @@ jeroldirvin.com, 1 jerome-r.tk, 1 jerome.to, 1 +jeromecountyid.gov, 1 jeromequezel.fr, 1 jerometejano.tk, 1 jerret.de, 1 jerridoswell.tk, 1 jerryabrams.com, 0 jerrybustillo.tk, 1 +jerrychacon.com, 1 jerrysretailstores.com, 1 jerrytindell.com, 1 jerryweb.org, 1 @@ -73716,6 +74489,7 @@ jessicharlie.com, 1 jessieabraham.tk, 1 jessiecharlie.com, 1 +jessihod.com, 1 jessika-atelier.nl, 1 jesslynfietje.com, 1 jessycharlie.com, 1 @@ -73811,6 +74585,7 @@ jfjtransport.com, 1 jfklibrary.gov, 1 jfmdevelopment.ml, 1 +jfml.lu, 1 jfr.im, 1 jfreitag.de, 1 jftw.org, 1 @@ -73820,7 +74595,6 @@ jg-skid.me, 1 jg-tc.com, 1 jg078.com, 1 -jgaffers.net, 1 jgeverest.com, 1 jgid.de, 1 jgke.fi, 1 @@ -73853,6 +74627,10 @@ jhw3d.com, 1 jiacl.com, 1 jiahao.codes, 1 +jiai.cf, 1 +jiai.gq, 1 +jiai.ml, 1 +jiai.tk, 1 jialiangkang.com, 1 jiami.dog, 0 jianbin.wang, 1 @@ -73860,8 +74638,11 @@ jiangmen.tk, 1 jiangshiart.com, 1 jiangwu.eu, 1 -jiangxu.site, 1 +jianhuo.cf, 1 +jianhuo.ml, 1 jianny.me, 1 +jianren.cf, 1 +jianren.ml, 1 jianseng.com, 1 jianwei.wang, 1 jianyu.io, 1 @@ -73904,7 +74685,6 @@ jiji.sn, 1 jiji.ug, 1 jijistatic.com, 1 -jikarentalcar.com, 1 jikegu.com, 1 jikei-reha.com, 1 jikken.de, 0 @@ -73917,7 +74697,6 @@ jimbeam-welcomesessions.at, 1 jimbiproducts.com, 1 jimbosprint.com, 1 -jimbrown.org, 1 jimbutlerkiaparts.com, 1 jimcoggeshall.com, 1 jimconacher.pro, 1 @@ -73965,11 +74744,16 @@ jingbo.fan, 1 jinglebugs.co.nz, 1 jingmi.com.tw, 1 +jingsifashion.com, 1 jinhaagency.com, 1 jinhaagency1.com, 1 jinja.ai, 1 jinjafx.io, 1 jinjun.top, 1 +jinkou.cf, 1 +jinkou.ga, 1 +jinkou.gq, 1 +jinkou.ml, 1 jinliming.ml, 1 jino.gq, 1 jinshabu.net, 1 @@ -73991,7 +74775,7 @@ jisnashville.gov, 1 jitendrapatro.me, 1 jitprod.com, 1 -jitsipatapoe.ddns.net, 1 +jitsipatapoe.ddns.net, 0 jittruckparts.com, 1 jiudao.com, 1 jiveinvestments.com, 1 @@ -74015,6 +74799,7 @@ jj9397.com, 1 jj9721.com, 0 jj9728.co, 1 +jjfxz.com, 1 jjj.blog, 1 jjjj.loan, 1 jjlvk.nl, 1 @@ -74057,7 +74842,6 @@ jlbleakley.com, 1 jld.paris, 1 jldrenergysaver.com, 1 -jle-dns.de, 1 jliu.xyz, 1 jlkhosting.com, 1 jlks.org, 1 @@ -74160,6 +74944,7 @@ joaosampaio.com, 1 joaosampaio.com.br, 1 joaosantos.net.br, 1 +joaquimfialfotografia.com, 1 job-acasa.tk, 1 job-chocolat.jp, 1 job-goo.com, 1 @@ -74205,6 +74990,7 @@ jobs.su, 1 jobs.ua, 1 jobs4sales.ch, 1 +jobsboard24.com, 1 jobscan.co, 1 jobsconnected.com, 1 jobscore.com, 1 @@ -74253,7 +75039,6 @@ joe-st.de, 1 joe262.com, 1 joearodriguez.com, 1 -joebiden.com, 1 joecod.es, 1 joed.tk, 1 joedavison.me, 1 @@ -74288,6 +75073,7 @@ joerss.at, 1 joesalter.com, 1 joeseago.com, 0 +joeshare.info, 1 joeshimkus.com, 1 joeskup.com, 1 joesmotorpool.fr, 1 @@ -74317,7 +75103,6 @@ jogorama.com.br, 0 jogosdeanimais.org, 1 jogosecodes.com, 0 -jogosfutebolhoje.pt, 1 jogoshoje.io, 0 jogwitz.de, 1 johan-koffeman.tk, 1 @@ -74423,7 +75208,6 @@ joinamericacorps.gov, 1 joinamericorps.gov, 1 joincahoot.com, 1 -joincareerfair.com, 1 joinclyde.com, 1 joindiaspora.com, 1 joinentre.com, 1 @@ -74498,7 +75282,6 @@ jonaskjodt.com, 1 jonaskoeritz.de, 1 jonaskruckenberg.de, 0 -jonasled.de, 1 jonaslovatouniverse.tk, 1 jonasvdc.info, 1 jonasvildmark.com, 1 @@ -74512,6 +75295,7 @@ jonathanlara.com, 1 jonathanmassacand.ch, 1 jonathanpartlow.com, 1 +jonathanrobichaud.ca, 1 jonathanrys.com, 1 jonathansanchez.pro, 1 jonathansomoza.it, 1 @@ -74570,6 +75354,7 @@ jonsey.co, 1 jonshelton.com, 1 jonslife.tk, 1 +jonssheds.com, 1 jonssheds.direct, 1 jonstar.tk, 1 jony.tk, 1 @@ -74590,7 +75375,6 @@ joonstudios.com, 1 joopzy.com, 1 joorshin.ir, 1 -joostbovee.nl, 0 joostdeheer.nl, 1 joostmaglev.nl, 1 joostvanderlaan.nl, 1 @@ -74660,9 +75444,9 @@ josefernandomorilloardila.tk, 1 josefinagrau.tk, 1 josefjanosec.com, 1 +joseflegal.com, 1 josefottosson.se, 1 josefranca.pt, 0 -josegpt.com, 1 josejorques.tk, 1 joseluisberrocal.tk, 1 josemariavazquez.com, 1 @@ -74698,12 +75482,10 @@ joshdiamant.com, 1 joshfoley.co.uk, 1 joshgilson.com, 1 -joshgrancell.com, 1 joshgroban.tk, 1 joshharmon.me, 1 joshhoffer.com, 1 joshimedical.com, 1 -joshjanzen.com, 1 joshking.com, 1 joshliba.com, 1 joshlovephotography.co.uk, 1 @@ -74744,6 +75526,7 @@ jouleperformance.ch, 0 jouleperformance.de, 0 jounress.com, 1 +jouons-aux-echecs.be, 1 jourbook.cf, 1 jourdain.pro, 1 jourdespa.fr, 1 @@ -74767,7 +75550,6 @@ journeying.ca, 1 journeyofmymothersson.com, 1 journeyrent.com, 1 -journeytoascension.com, 1 journeytofi.com, 1 journeytomastery.net, 1 joustsec.com, 1 @@ -74783,7 +75565,6 @@ joworld.net, 0 joy-ride.yokohama, 1 joyas.gt, 1 -joyatlife.com, 1 joybuggy.com, 1 joyce.tk, 1 joycejamiewedding.com, 1 @@ -74800,6 +75581,7 @@ joyjohnston.ca, 0 joymaxiptv.co, 1 joymaxiptv.com, 1 +joymepass.com, 1 joyofcookingandbaking.com, 1 joyorganicscoupons.com, 1 joyouscare.co.uk, 1 @@ -74847,11 +75629,10 @@ jpmelos.com.br, 1 jpmguitarshop.com.br, 1 jpngamerswiki.com, 1 -jpod.cc, 1 jpope.org, 1 jppc.net, 1 jppcadvertising.com, 1 -jpph.org, 1 +jpph.org, 0 jpr.io, 1 jpralves.net, 1 jpram.net, 1 @@ -74891,6 +75672,7 @@ jrock.us, 1 jross.me, 1 jrroofinglancs.co.uk, 1 +jrrw.de, 1 jrstehlik.com, 1 jrstehlik.cz, 1 jrt.ovh, 1 @@ -74904,7 +75686,7 @@ jrzhong.com, 1 jrzid.com, 1 jrzly.com, 1 -js-relocation.com, 1 +js-etiketten.de, 1 js-web.eu, 1 js-webcoding.de, 1 js5203344.com, 1 @@ -74941,7 +75723,6 @@ jslots.dk, 1 jsme.cz, 1 jsme.fun, 1 -jsminjuryfirm.com, 1 jsn.one, 1 jsnfwlr.com, 1 jsnfwlr.io, 1 @@ -74958,7 +75739,9 @@ jsp-cloud.de, 1 jspartnersinc.com, 1 jsphys.org.cn, 1 +jspp2023.jp, 1 jsproxy.tk, 0 +jsre-kinki.jp, 1 jss6868.cc, 1 jstanleyasphaltpaving.com, 1 jsteward.moe, 1 @@ -74981,6 +75764,7 @@ jtrocinski.com, 1 jtrojanowska.pl, 1 jttech.se, 1 +jtxmail.org, 0 ju-edu.tk, 1 ju-rex.eu, 1 juabcounty.gov, 1 @@ -75101,6 +75885,7 @@ juliangonggrijp.com, 1 juliangramajo.tk, 1 julianickel.de, 1 +juliankraemer.de, 1 julianmeyer.de, 1 julianozucare.tk, 1 juliansimioni.com, 1 @@ -75226,7 +76011,6 @@ juniorsambo.tk, 1 juniorsbook.com, 1 juniperroots.ca, 1 -junis.nl, 1 junix.systems, 1 junjie.pro, 1 junjun-web.net, 0 @@ -75238,7 +76022,6 @@ junkiedownload.tk, 1 junkracing.tk, 1 junksleep.com, 1 -junksupply.com, 1 junktojewels.com.au, 1 junkyardtuning.tk, 1 junomessenger.cf, 1 @@ -75301,6 +76084,7 @@ just3preety.com, 1 just6f.com, 1 justacoupleofclarkes.co.uk, 1 +justacrazygirl.com, 1 justalternativeto.com, 1 justanorganizedhome.com, 1 justanothercompany.name, 1 @@ -75391,6 +76175,7 @@ juvenile-studios.de, 1 juventudevareira.tk, 1 juventusmania1897.com, 1 +juventusnews24.com, 1 juweldot.tk, 1 juwelier-schmuck.de, 1 juwelierstoopman.nl, 0 @@ -75409,9 +76194,7 @@ jvphotoboothhire.co.uk, 1 jvspin.com, 1 jvspin13135.top, 1 -jvspin97665.com, 1 jvspinapp.com, 1 -jvsticker.com, 1 jw-services-stg.org, 1 jw-services.org, 1 jw.fail, 1 @@ -75454,8 +76237,6 @@ jyllandsakvariet.dk, 1 jyoba.co.jp, 1 jyoti-fairworks.org, 0 -jyprj.com, 1 -jyrilaitinen.fi, 1 jysecurity.com, 1 jyvaskylantykkimies.fi, 1 jz.lc, 1 @@ -75634,10 +76415,10 @@ k8v02.com, 1 k8v03.com, 1 k8v05.com, 1 -k8v08.com, 0 +k8v08.com, 1 k8v21.com, 1 k8v27.com, 0 -k8v30.com, 0 +k8v30.com, 1 k8vn.com, 1 k9297.co, 1 k9728.co, 1 @@ -75650,7 +76431,6 @@ k9swx.com, 1 ka-28022.xyz, 1 ka-kousin.co.jp, 1 -ka.wtf, 1 ka4aka.tk, 1 ka4ka-ru.tk, 1 ka4ka.cf, 1 @@ -75727,6 +76507,7 @@ kadinbonesulsel.id, 1 kadinhaber.tk, 1 kadinhayati.com, 1 +kadinisci.org, 1 kadinsaglikhaber.tk, 1 kadinvesaglik.tk, 1 kado-ya.jp, 1 @@ -75785,6 +76566,7 @@ kaijo-physics-club.work, 1 kaik.io, 1 kaika-facilitymanagement.de, 1 +kaikaibrai.com, 1 kaikei7.com, 1 kaikrups.com, 1 kaileymslusser.com, 0 @@ -75810,13 +76592,13 @@ kaishi555.com, 1 kaisto.net, 0 kaisyo.co.jp, 1 +kaitlinmcdonough.com, 1 kaitol.click, 1 kaitseministeerium.ee, 0 kaity-sun.com, 1 kaiu-sport.de, 1 kaiusaltd.com, 0 kaiva.cl, 1 -kaiwritings.com, 1 kaiwu.xyz, 1 kaizencraft.ga, 1 kaizendigitalstudios.live, 1 @@ -75825,7 +76607,6 @@ kaizeronion.com, 1 kaizoku-dmc.com, 1 kajak.land, 1 -kajakswaderki.pl, 1 kajalkumar.tk, 1 kajasafe.fi, 1 kajirakuda.com, 1 @@ -75916,6 +76697,7 @@ kallisto.io, 1 kalmarbilder.se, 1 kalmbach.com, 1 +kalmservices.ca, 1 kalmykia.cf, 1 kalmykia.tk, 1 kalnet.tech, 1 @@ -75981,7 +76763,6 @@ kamilporembinski.pl, 1 kamilsevi.com, 1 kamin-island.ru, 1 -kaminastudios.com, 1 kaminbau-laub.de, 1 kaminoke.info, 0 kaminoweb.com, 1 @@ -76081,6 +76862,7 @@ kanoumokuzai.co.jp, 1 kanpian369.com, 1 kanru-clinic.com.tw, 1 +kansascitymosaics.com, 1 kansascityzoo.org, 1 kansasconstruction.ga, 1 kansashealth.tk, 1 @@ -76104,6 +76886,7 @@ kanz.jp, 1 kanzashi.com, 1 kanzlei-hhh.de, 1 +kanzlei-sixt.de, 1 kanzshop.com, 1 kaohongshu.blog, 1 kaora.cz, 1 @@ -76201,7 +76984,6 @@ karenza.design, 1 karewan.ovh, 1 kargas.cf, 1 -karger.com, 1 kargl.net, 1 karguine.in, 1 karhukamera.com, 1 @@ -76241,7 +77023,6 @@ karmaful.de, 1 karmainsurance.ca, 1 karmalighting.com, 1 -karmaniametal.com, 1 karmarxpornstar.com, 1 karmatrend.cf, 1 karmelava.tk, 1 @@ -76253,7 +77034,6 @@ karo.pc.pl, 1 karoche.ga, 1 karodos.pl, 1 -karoke.in, 1 karolak.fr, 0 karolaschinkel.de, 1 karolinamed.ru, 1 @@ -76304,6 +77084,9 @@ kasaysayan.tk, 1 kasei.im, 1 kasettilamerit.fi, 1 +kaseware.com, 1 +kaseware.net, 1 +kaseware.us, 1 kashbet.net, 1 kashflowcoupon.co.uk, 1 kashflowpromocode.co.uk, 1 @@ -76482,7 +77265,7 @@ kavkaz-info.tk, 1 kavkaz.cf, 1 kavli-express.gr, 1 -kavorka.me, 1 +kavorka.me, 0 kavovary-kava.cz, 1 kawabeest.tk, 1 kawadoart.com, 1 @@ -76491,6 +77274,7 @@ kawaiicon.org, 1 kawaiiku.com, 1 kawaiiku.de, 1 +kawaiilo.li, 1 kawamura-inc.jp, 1 kawandegroup.com, 1 kawasakipartsonline.co.uk, 1 @@ -76504,7 +77288,6 @@ kayakcastro.tk, 1 kayakpolouniversidades.tk, 1 kaydan.io, 1 -kayeperry.com, 1 kayipkiliseler.com, 1 kayit.co.uk, 1 kayleen.net, 1 @@ -76545,13 +77328,11 @@ kazuno-jc.or.jp, 1 kazvel.com, 1 kazvet.ru, 1 -kazwolfe.io, 1 kazy111.info, 1 kb-psy.fr, 1 kb096.com, 1 kb1000.de, 1 kb1313.com, 1 -kb1515.com, 1 kb2121.com, 1 kb283.com, 1 kb35.net, 1 @@ -76562,7 +77343,6 @@ kb5757.com, 1 kb65.net, 1 kb7070.com, 1 -kb7272.com, 1 kb82.net, 1 kb88dc05.com, 1 kb88dc12.com, 1 @@ -76604,7 +77384,6 @@ kccargo.us, 1 kcfiradio.com, 1 kchanews.com, 1 -kciglobalstore.com, 1 kcire.me, 1 kck-online.tk, 1 kckarchitects.com, 1 @@ -76618,6 +77397,7 @@ kcpredict.com, 1 kcpromi.sk, 1 kcptun.com, 1 +kcsconstructioncompany.com, 1 kcsh.men, 1 kcshipping.co.uk, 1 kcsonline.biz, 1 @@ -76627,7 +77407,6 @@ kd-23.ru, 1 kd-event.de, 1 kd.net.nz, 1 -kd3.in, 1 kdarawandekar.tk, 1 kdb.uz, 1 kdcinfo.com, 1 @@ -76670,7 +77449,7 @@ kebo.xyz, 1 kech-immobilier.com, 1 kecht.at, 1 -kecrily.me, 1 +kecrily.me, 0 kedarastudios.com, 1 kedero.com, 1 kedi.tk, 1 @@ -76725,7 +77504,6 @@ keepwatchprayer.org, 1 keesmartens.tk, 1 keesslop.nl, 1 -keestalkstech.com, 1 keetfm.tk, 1 keevault.pm, 1 keeweb.info, 1 @@ -76753,7 +77531,6 @@ keinefilterblase.de, 1 keio-bizplaza.jp, 1 keio-formula.com, 1 -keioni.com, 1 keiralewis.co.uk, 1 keirna.com, 1 keisaku.org, 1 @@ -76761,7 +77538,6 @@ keishiando.com, 1 keishicho-mirai-method.jp, 1 keisinger.name, 1 -keisukekimura.com, 1 keitaro.io, 1 keith.pro, 1 keithazzopardi.tk, 1 @@ -76787,6 +77563,7 @@ keksi.io, 1 kela.jp, 1 kelamanproduction.tk, 1 +kelamb.com, 1 kelantan.tk, 1 kelantanmudah.com, 0 kelax.tk, 1 @@ -76846,8 +77623,12 @@ kelvinchung.tk, 1 kelvinfichter.com, 0 kelyan.fr, 1 +kelyon.biz, 1 +kelyon.com, 1 kelyon.es, 1 kelyon.eu, 1 +kelyon.info, 1 +kelyon.net, 1 kemahtx.gov, 1 kemanai.akita.jp, 1 kemand.com, 1 @@ -76859,12 +77640,12 @@ kemerovo42.tk, 1 kemet.co.uk, 1 kemhan.go.id, 1 +kemian.de, 1 kemono.party, 1 kempkens.io, 1 kempnertx.gov, 1 kemptechnologies.com, 0 kemptonparkplumbing.co.za, 1 -kemptonparkrubbleremovals.co.za, 1 kemptown.co.uk, 1 kemptown.com, 1 kemptown.net, 1 @@ -76882,6 +77663,7 @@ kendall.productions, 1 kendallcountyil.gov, 1 kendallvillein.gov, 1 +kendarctic.co.uk, 1 kendermore.it, 1 kendernet.com, 1 kendev.com, 1 @@ -76914,6 +77696,7 @@ kennisnetwerkparkeren.nl, 1 kennonhvac.com, 1 kenny-peck.com, 1 +kenny.technology, 1 kennychan.xyz, 1 kennynet.co.uk, 1 kennyparsons.com, 1 @@ -76936,7 +77719,6 @@ kenterlis.gr, 1 kentlove.com, 1 kentradioaeromodelers.com, 1 -kenttasimacilik.net, 1 kentut.xyz, 1 kenvix.com, 1 kenw.ca, 1 @@ -77029,6 +77811,7 @@ keskkonnaamet.ee, 0 keskraamatukogu.ee, 1 kessa.com, 1 +kesse.ru, 1 kessel-runners.com, 1 kesselrun.goip.de, 1 kesslerandsons.com, 1 @@ -77036,6 +77819,7 @@ ketamine.co.uk, 1 ketamine.uk, 1 ketchcdn.com, 1 +ketchikan.gov, 1 ketemulagi.com, 1 ketgioisu.tk, 1 ketoanvietnam.tk, 1 @@ -77043,6 +77827,7 @@ ketoconazole.gq, 1 ketoliv.dk, 1 ketotadka.com, 1 +ketquaso.net, 1 kett.email, 1 kettererholmes.tk, 1 kettinggeleider.be, 1 @@ -77114,6 +77899,7 @@ key-right.co.uk, 1 key-tracker.de, 1 key2perfection.com, 1 +key4.com.ua, 1 keybase.io, 1 keyblock.ga, 1 keyblock.gq, 1 @@ -77150,7 +77936,6 @@ keyscore.me, 1 keyserver.sexy, 0 keysession.jp, 1 -keysigma.co.uk, 1 keysix.com, 1 keysmedspa.com, 1 keysofart.com, 1 @@ -77183,7 +77968,6 @@ kfanhub.com, 1 kfassessment.eu, 1 kfbl.cc, 1 -kffs.ru, 1 kfgleasing.pl, 1 kfirba.me, 1 kfispiff.com, 1 @@ -77302,7 +78086,6 @@ kiasarnews.tk, 1 kiasystems.com, 1 kibea.net, 1 -kibersalon.com, 1 kibibit.net, 1 kibickas.lt, 1 kibizoid.tk, 1 @@ -77423,6 +78206,7 @@ kiffmarks.com, 1 kifid.nl, 1 kigurumi-party.ru, 1 +kihi.news, 1 kiinanharjakoirat.tk, 1 kiinteistot-lidl.fi, 1 kijkmeaanwanneerik.com, 1 @@ -77492,6 +78276,7 @@ kimballwi.gov, 1 kimballwv.gov, 1 kimberleythomson.tk, 1 +kimberlyal.gov, 1 kimberlycaprice.com, 1 kimberlykanepornstar.com, 1 kimbunlar.tk, 1 @@ -77518,7 +78303,6 @@ kims-academy.com, 1 kimsesizlereumutol.tk, 1 kimsufi-jordi.tk, 1 -kimthanhvietnam.com, 1 kimtran.kim, 1 kimtstore.com, 1 kimverly.no, 1 @@ -77526,8 +78310,6 @@ kin-mail.at, 1 kin-mail.de, 1 kin-mail.net, 1 -kin.life, 1 -kin.pet, 1 kinaesthetics-begleitung-zuhause.at, 1 kinaesthetics-forschung.net, 1 kinaesthetics-net.at, 1 @@ -77557,11 +78339,9 @@ kinanbudotenero.tk, 1 kinandcarta.com, 1 kinarino-mall.jp, 1 -kinas.co.uk, 1 kinautas.com, 1 kinbev.com, 1 kindan.net, 1 -kindbear.pl, 1 kindcompany.com.br, 1 kinde.com, 1 kinden-giankyou.jp, 1 @@ -77636,7 +78416,6 @@ kingjamesbibleonline.org, 1 kingjamesgospel.com, 1 kingkongxo.com, 1 -kinglaksa.com, 0 kinglier.ga, 1 kingliey.ga, 1 kingmakers.academy, 1 @@ -77697,7 +78476,6 @@ kinogold.tk, 1 kinograd.tk, 1 kinohi.tk, 1 -kinohled.cz, 1 kinoks.fr, 1 kinokub.tk, 1 kinolex.ml, 1 @@ -77815,6 +78593,8 @@ kiryuu.pro, 1 kisakazan.ml, 1 kisallatorvos.hu, 1 +kisaragi.fund, 1 +kisaragi.works, 1 kisaragihayato.com, 1 kiseimarriage.com, 1 kisel.org, 1 @@ -77838,7 +78618,6 @@ kissmycreative.com, 1 kissoft.ro, 1 kisspeptin.com, 1 -kisstube.tv, 1 kistenmacher.net, 1 kistipro.tk, 1 kisulki.tk, 1 @@ -78075,7 +78854,6 @@ kle.cz, 1 klea.tk, 1 kleaning.by, 1 -klebetape.de, 1 kleebauerhof.com, 1 kleen.tk, 1 kleft.org, 1 @@ -78222,6 +79000,7 @@ kmdarkmaster.tk, 1 kmdevelop.com, 1 kmecnc.com, 1 +kmhesaplama.com, 1 kmk.hu, 1 kmkz.jp, 1 kmov.cc, 1 @@ -78290,6 +79069,7 @@ knittingmallers.ga, 1 knittingmallest.ga, 1 knittingstory.cf, 1 +knivesandblades.co.uk, 1 kniwweler.com, 1 knize.tech, 1 knizhniy.com, 1 @@ -78305,6 +79085,7 @@ know.cf, 1 knowarth.com, 1 knowbook.org, 1 +knowdebt.org, 1 knowjoe.uk, 1 knowl365.com, 1 knowledge-base.info, 0 @@ -78484,6 +79265,7 @@ kokankart.com, 1 koketteriet.se, 1 kokk.loan, 1 +koko.news, 1 koko5000.com, 1 kokoiroworks.com, 1 kokomo.cloud, 1 @@ -78493,6 +79275,7 @@ kokomoresorts.com, 1 kokona.ch, 1 kokoroheart.cf, 1 +kokoronomori.jp, 1 kokteili.tk, 1 koktelparty.tk, 1 kokumoto.com, 1 @@ -78510,6 +79293,7 @@ kolania.net, 1 kolaprestaurant.com, 0 kolas.in, 1 +kolaytakipci.com.tr, 1 kolbeck.tk, 1 kolbeinsson.se, 1 kolcsey.eu, 1 @@ -78563,8 +79347,6 @@ komfort-doma.by, 1 komfort.kh.ua, 1 komichcapital.com, 1 -komicloud.com, 1 -komidoc.com, 1 komikstation.co, 1 kominfo.go.id, 0 kominki-sauny.pl, 1 @@ -78603,6 +79385,7 @@ komputer-net.tk, 1 komshi.ge, 1 komsija.tk, 1 +komsomolka.works, 1 komun.me, 1 kon-sil.de, 1 kon.cat, 1 @@ -78611,6 +79394,7 @@ konata.tech, 1 konbantsan.com.tr, 1 koncertbooking.com, 1 +koncertit.com, 1 koncertomania.pl, 1 kondakov.link, 1 kondakovgorin.us, 1 @@ -78633,6 +79417,8 @@ konfrontation.tk, 1 kong.ink, 1 kongar.org, 1 +kongjie.cf, 1 +kongjie.ml, 1 kongress-hostessen.de, 1 konicaprinterdriver.com, 0 koniecfica.sk, 0 @@ -78872,7 +79658,6 @@ kosupayoi.com, 1 kosuzu.moe, 1 koszmetics.com, 1 -kot.gay, 1 kotaartsklan.com, 1 kotaev.tk, 1 kotak.us, 1 @@ -78904,10 +79689,10 @@ kottur.is, 1 kotuwa.tk, 1 kotydomowe.com, 1 -kotzepipes.com, 0 kouberacing.com.br, 1 koubova.net, 1 kougeihin.jp, 1 +koujiao.ml, 1 koujiao.net, 1 koujo-soukohonpo.com, 1 koumakan.cc, 1 @@ -78952,6 +79737,7 @@ kozuch.biz, 1 kozuna.it, 1 kozune.com, 1 +kp-opt.ru, 1 kp-walsh.com, 1 kp0808.cc, 1 kp0809.com, 1 @@ -78991,7 +79777,6 @@ krabo.nl, 1 krachbumm.de, 1 krachtinverbinding.nl, 1 -kraeuterland.de, 1 krafciarka.pl, 1 kraft.blog, 1 kraft.im, 1 @@ -79107,9 +79892,11 @@ kreno.tech, 1 krenstetter.at, 1 kreolis.net, 1 +krepmarket.ru, 1 kresimir-blazevic.tk, 1 kretaforum.dk, 1 kretschmann.consulting, 1 +kretschmann.it, 1 kreuzbergflieger.de, 1 kreuzpfadfinder.de, 1 kreuzwortraetsellosungen.com, 1 @@ -79189,6 +79976,7 @@ krmela.com, 1 krmeni.cz, 0 krnl.vip, 1 +kroati.de, 1 kroczynski.net, 1 kroell.net, 1 krok.gq, 1 @@ -79285,6 +80073,7 @@ krystalrsimpson.com, 1 krytykawszystkiego.com, 1 krytykawszystkiego.pl, 1 +kryx.de, 1 krzeslaonline.pl, 1 ks-19.com, 1 ks-39.com, 1 @@ -79467,7 +80256,6 @@ kt.tc, 1 kt3i.com, 1 ktateeb.com, 1 -ktbnetbank.com, 1 kteatras.tk, 1 ktgy.com, 1 kthnxbai.xyz, 1 @@ -79528,7 +80316,7 @@ kucukayvaz.com, 0 kucukcekmececilingir.gen.tr, 1 kucukkaymakli.tk, 1 -kudelskisecurity.com, 0 +kudelskisecurity.com, 1 kudetours.co.za, 1 kudinilam.tk, 1 kuditel.net, 1 @@ -79599,6 +80387,7 @@ kumilasvegas.com, 1 kumina.nl, 1 kumo.tk, 1 +kumpali.com, 1 kumpula.tk, 1 kumu.live, 1 kumuwiki.de, 1 @@ -79668,6 +80457,7 @@ kupujemprodajem.com, 1 kura.gg, 1 kurafuto.homeip.net, 1 +kuralink.se, 1 kuralreklam.com, 1 kurani.tk, 1 kuraraynoritake.eu, 1 @@ -79720,12 +80510,13 @@ kurtlarvadisi-pusu-1.tk, 1 kurtneuweiler.com, 1 kurtosys.com, 1 -kurtschlatzer.com, 0 +kurtschlatzer.com, 1 kurumsalseo.com.tr, 1 kurungkurawal.id, 1 kuruppa.xyz, 1 kuruwi.net, 1 kurz.pw, 1 +kurztrip-fuer-verliebte.de, 1 kurzurlaub.tk, 1 kusadasiescmagazin.tk, 1 kusadasihaber.ga, 1 @@ -79867,7 +80658,6 @@ kyj544.com, 1 kyj55.com, 1 kyj56.com, 1 -kyj566.com, 1 kyj57.com, 1 kyj577.com, 1 kyj59.com, 1 @@ -79887,6 +80677,7 @@ kyle-s.com, 1 kyle.place, 1 kylebaldw.in, 0 +kyledgoodwin.com, 1 kyledrake.net, 1 kyleggiero.me, 1 kylegough.co.uk, 1 @@ -79896,7 +80687,6 @@ kylelaker.com, 1 kylelovell.com, 1 kylepet.co, 1 -kylese.com, 1 kylewentworth.com, 1 kylianvermeulen.com, 0 kylianvermeulen.nl, 1 @@ -79930,7 +80720,6 @@ kyriakidisship.gr, 1 kyrjy.com, 1 kyrylych.tk, 1 -kys.host, 1 kysepticservice.com, 1 kysil.org, 1 kytkintienautomaalaamo.fi, 1 @@ -79986,11 +80775,11 @@ la-baldosa.fr, 0 la-bonne-cuisine.fr, 1 la-boutique-langlois.fr, 1 -la-buns.com, 1 la-casa.tk, 1 la-com.org, 1 la-compagnie-des-elfes.fr, 1 la-fenice-neheim.de, 1 +la-france-ressuscitee.fr, 1 la-grande-jaugue.fr, 1 la-kaz-a-velo.fr, 1 la-laitonnerie.com, 1 @@ -80052,8 +80841,7 @@ lablue.de, 1 labmakelaar.com, 1 labmakelaar.eu, 1 -labmarket-eg.com, 0 -labms.com.au, 1 +labmarket-eg.com, 1 labobooks.com, 1 labodeguitamigueltorres.cl, 1 labogue.info, 1 @@ -80147,6 +80935,7 @@ lacochinacounselor.com, 1 lacochonne.com, 1 laconcepcion.tk, 1 +laconiapdnh.gov, 1 lacontrevoie.fr, 1 lacoquette.gr, 1 lacorteimoveis.com.br, 1 @@ -80223,7 +81012,6 @@ ladybugjunction.com, 1 ladyestelle.org, 1 ladyisabell666.com, 1 -ladyjanitor.com, 1 ladykarame.org, 1 ladylatoria.net, 1 ladylikeit.com, 1 @@ -80257,6 +81045,7 @@ laeryn.com, 0 laesisvefurinn.is, 1 laetitia-hypnocoach.fr, 1 +laettnercamps.com, 1 laetusinpraesens.org, 1 laeva.edu.ee, 1 laextra.mx, 1 @@ -80274,7 +81063,6 @@ lafeepraline.fr, 1 lafema.de, 1 lafermegourmande.fr, 1 -lafeva.com, 1 laffer.tk, 1 laffgaff.com, 1 lafillepolyvalente.ca, 1 @@ -80316,7 +81104,6 @@ lagrangiandesign.com, 1 lagriffeduservice.fr, 1 lagriot.com, 1 -lagrollabz.it, 1 lagrotta.pizza, 1 lagrottabergenopzoom.nl, 1 lagroza.tk, 1 @@ -80336,7 +81123,6 @@ lahalte-buvette.fr, 1 laharilais.fr, 1 lahermandad.tk, 1 -lahipotesisgaia.com, 1 lahirusblog.tk, 1 lahmer.ma, 1 lahoguera.tk, 1 @@ -80344,7 +81130,6 @@ lai.is, 1 lailabanx.org, 1 lailai.link, 1 -lain-wired.net, 1 lain.at, 1 lain.la, 1 lain.wiki, 1 @@ -80375,6 +81160,7 @@ lakecity-obgyn.com, 1 lakeclerkfl.gov, 1 lakecountyclerkfl.gov, 1 +lakecountytn.gov, 1 lakeee.com, 1 lakegenevanews.net, 1 lakehavasucitynews.com, 1 @@ -80416,6 +81202,7 @@ lakle.com, 1 lakonia.com.br, 1 lakorona.tk, 1 +laksa.life, 1 lakupaavi.tk, 1 lalagunachalate.tk, 1 lalaloe.be, 1 @@ -80463,7 +81250,6 @@ lamchannang.com, 1 lamclam.site, 1 lamconnect.com, 1 -lamdav.com, 1 lamecaniquepourlesfilles.com, 1 lameco.com, 1 lamed.cz, 1 @@ -80489,7 +81275,6 @@ lamorralla.tk, 1 lamp.re, 0 lamp24.se, 1 -lampade.it, 1 lampandlight.eu, 1 lampara.es, 1 lamparassevilla.com, 1 @@ -80497,7 +81282,6 @@ lampco.com, 1 lampeetlumiere.fr, 1 lampegiganten.dk, 1 -lampegiganten.no, 1 lampen24.be, 1 lampen24.nl, 1 lampenlicht.be, 1 @@ -80513,7 +81297,6 @@ lamppostpublishing.com, 1 lampsh.ml, 1 lampsi.ru, 1 -lampvalley.com, 1 lampy.pl, 1 lampyiswiatlo.pl, 1 lamsa.tk, 1 @@ -80631,12 +81414,13 @@ langatang.com, 1 langauto.hu, 1 langbein.org, 1 +langcom.org, 1 langenberg.tk, 1 langenu.tk, 1 langgasse-baar.ch, 1 langhun.me, 1 -langjp.com, 0 langley.tk, 1 +langleyok.gov, 1 langleyporter.com, 1 langlois-chateau.fr, 1 langly.fr, 1 @@ -80675,7 +81459,6 @@ lanparty.si, 1 lanroamer.de, 1 lansdell.family, 1 -lansechensilu.com, 1 lanselot.com, 1 lansenou.com, 1 lansilesia.tf, 1 @@ -80701,13 +81484,13 @@ lanzamientovirtual.es, 1 lanzarote.com, 1 lao.dog, 1 -laobai.me, 1 laobayy.com, 1 laoctavadireccion.tk, 1 laodongkynghi.info, 1 laohei.org, 0 laolaweb.tk, 1 laoliang.ml, 1 +laonawi.gov, 1 laoriginalfm.com, 1 laorquestadelamemoria.tk, 1 laos.dating, 1 @@ -80772,7 +81555,6 @@ laptopnaive.com, 1 laptopnewbie.eu.org, 1 laptoppowerjackinc.com, 1 -laptopsperu.com, 1 laptopuri.tk, 1 laptopvideo2go.com, 1 laptopworld.dk, 1 @@ -80810,9 +81592,9 @@ lareduction.be, 1 lareduction.ch, 1 lareduction.fr, 1 -lareginetta.com, 1 larepublicacultural.es, 1 larete.ch, 1 +largerpweor.uk, 1 largescaleforums.com, 1 largest-soldiers.cf, 1 largeviewer.com, 1 @@ -80892,7 +81674,6 @@ lasersolutions.tk, 1 lasertel.com.pk, 1 lasfolladoras.com, 1 -lashpilot.com, 1 lasik-safely.com, 1 lasinfusiones.com, 1 lasiodora.tk, 1 @@ -80942,6 +81723,7 @@ lastkaj14.tk, 1 lastlowtest.tk, 1 lastmile.ml, 1 +lastminutehealthcare.com, 1 lastmohicans.tk, 1 lastnighton.com, 1 lastorder.icu, 1 @@ -80955,7 +81737,6 @@ lasttootinaws.com, 1 lasttweetinaws.com, 1 lastville.com, 1 -lasuzefc.fr, 1 lasvegascasinonews.com, 1 lasvegasdiscountattractions.com, 1 lasvegasfit.org, 0 @@ -81057,6 +81838,7 @@ laughdreamexplore.com, 1 laughinggrapepublishing.com, 1 laughingloon.com, 1 +laughlinfss.marketing, 1 laukstein.com, 1 laultimaestacion.tk, 1 launchfinderers.ga, 1 @@ -81121,10 +81903,10 @@ lava.moe, 1 lavabit.com, 1 lavabit.no, 1 +lavadodesalascdmx.mx, 1 lavaggio.it, 1 lavaggista.it, 1 lavaldostana.es, 1 -lavalledelgusto.it, 1 lavalon.tk, 1 lavamine.tk, 1 lavamob.com, 1 @@ -81140,6 +81922,7 @@ laventura.tk, 1 lavhire.tk, 1 laviaregia.com, 1 +laviecontee.fr, 1 laviedalex.ovh, 1 lavinaec.com, 1 lavinya.net, 1 @@ -81214,6 +81997,7 @@ lawrenceberg.nl, 1 lawrenceclarkemd.com, 1 lawrencecountyboe-ohio.gov, 1 +lawrencecountyky.gov, 1 lawrencecountymo911.gov, 1 lawrencecountypa.gov, 1 lawrencecountysd.gov, 1 @@ -81257,7 +82041,7 @@ lazarus.es, 1 lazarusalliance.com, 1 lazbeat.com, 1 -laze.cc, 1 +laze.cc, 0 lazell.co.uk, 1 lazell.de, 1 lazell.uk, 1 @@ -81381,7 +82165,6 @@ lc88.fun, 1 lc8812.com, 1 lc8820.com, 0 -lc8838.com, 1 lc8839.com, 1 lc8841.com, 1 lc8866.com, 1 @@ -81422,7 +82205,6 @@ lchtraf.com, 1 lcistit.ru, 1 lclarkpdx.com, 1 -lclarkuhl.com, 1 lcr94.org, 1 lcrehlingen.de, 1 lcrmscp.gov, 1 @@ -81457,6 +82239,7 @@ ldvsoft.net, 0 ldwiki.ml, 1 ldx.design, 1 +ldzx.me, 1 le-bar.org, 1 le-caprice.co.uk, 1 le-clos-st-loup.fr, 1 @@ -81485,7 +82268,6 @@ le20dinant.be, 1 le42mars.fr, 1 lea.pet, 1 -leaboucher.fr, 1 lead2022.academy, 1 leadbook.ru, 1 leadbox.cz, 1 @@ -81501,7 +82283,6 @@ leadgem.co.uk, 1 leadgenie.me, 1 leadinforce.com, 1 -leading.cn, 1 leadmusic.nl, 1 leadnxt.co.in, 1 leadnxt.com, 1 @@ -81518,6 +82299,7 @@ leafandanchorco.ca, 1 leafandseed.co.uk, 1 leafans.tk, 0 +leafbodhi.com, 1 leafinote.com, 1 leafinote.net, 1 leafland.co.nz, 1 @@ -81565,6 +82347,7 @@ lear.com.br, 1 leardev.de, 1 learn-everything.info, 1 +learn-freely.com, 1 learn-smart.uk, 1 learn-this.tk, 1 learn2fly.training, 1 @@ -81599,7 +82382,6 @@ learnpythonthehardway.org, 1 learnsafe.com, 1 learnspace.co.za, 1 -learnspeakingthailanguage.org, 1 learntamil.tk, 1 learnthetruth.tk, 1 learntobeonline.com, 1 @@ -81644,7 +82426,7 @@ lebanondodgewi.gov, 1 lebanonoregon.gov, 1 lebarbatruc.com, 1 -lebarmy.gov.lb, 1 +lebarmy.gov.lb, 0 lebeachvillage.com, 1 lebedovskiy.tk, 1 leben-pflegen.ch, 1 @@ -81701,7 +82483,6 @@ lechrismaran.com, 1 lecken.tk, 1 leclaire.com.br, 1 -leclicbazar.com, 1 lecoinchocolat.com, 1 leconnecteur-biarritz.fr, 1 lecoquelicot.info, 1 @@ -81710,9 +82491,7 @@ lecreative.tk, 1 lecteurs.com, 1 lectormanga.top, 1 -lectricecorrectrice.com, 1 lecturaweb.tk, 1 -lecturenotes.in, 1 lecul.site, 1 led-sk.ru, 1 led.my.id, 1 @@ -81743,7 +82522,6 @@ leeapk.com, 1 leebiblestudycenter.co.uk, 1 leebiblestudycenter.com, 1 -leebiblestudycentre.co.uk, 1 leebiblestudycentre.com, 1 leebiblestudycentre.net, 1 leebiblestudycentre.org, 1 @@ -81761,18 +82539,18 @@ leefgratis.tk, 1 leefindlow.com, 1 leefjongeren.nl, 1 +leefl.gov, 1 +leekimball.com, 1 leekspin.ml, 1 leekspin.tk, 1 leelanautownshipmi.gov, 1 leelou.wedding, 1 -leemahoney.ie, 1 leeman.nl, 1 leemankuiper.nl, 1 leen.io, 0 leena.ai, 1 leenaluhtanen.net, 1 leendebroekertfonds.nl, 1 -leepakjsc.com, 0 leere.me, 1 leerkotte.eu, 1 leerliga.de, 1 @@ -81984,7 +82762,7 @@ leicester.bike, 1 leicesterastronomicalsociety.co.uk, 1 leicestervt.gov, 1 -leidegoncalves.com, 0 +leidegoncalves.com, 1 leideninternationalreview.com, 1 leier.ml, 1 leighneithardt.com, 1 @@ -82068,7 +82846,6 @@ lemonardo.ga, 1 lemoncloud.eu.org, 1 lemoniax.com, 1 -lemonop.com, 1 lemonparty.co, 1 lemonpic.ga, 1 lemonpool.com.tr, 1 @@ -82210,7 +82987,6 @@ leonvotes.gov, 1 leonyork.com, 1 leopardstudio.tk, 1 -leoservicosetc.com, 1 leoservicosetc.com.br, 1 leoservicosetc.email, 1 leoservicosetc.live, 1 @@ -82218,6 +82994,7 @@ leoservicosetc.rio.br, 1 leoservicosetc.store, 1 leoservicosetc.world, 1 +leosopenmind.com, 1 leosty.com, 1 leovanna.co.uk, 1 leowkahman.com, 1 @@ -82392,6 +83169,7 @@ letiziamx.com, 0 letmdesigncommercial.com, 1 letmebet.de, 1 +letmepost.com, 1 letnik.tk, 1 letocar.com, 1 letote.com, 0 @@ -82438,7 +83216,6 @@ letteringinstitute.com, 1 letterrill.gq, 1 lettersblogatory.com, 1 -lettersvertalingen.nl, 1 lettings101.org, 0 letto.ru, 1 lettori.club, 1 @@ -82464,7 +83241,6 @@ levabilligt.com, 1 levans.fr, 0 levantage.tk, 1 -levante.com.au, 1 levante.net.nz, 1 levapsych.com, 1 levaquin750.ga, 1 @@ -82565,7 +83341,6 @@ lexuspartsnow.com, 1 lexvademecum.com, 1 lexway.pk, 1 -lexxadata.net.id, 1 leyaonline.com, 1 leybelsgarden.cf, 1 leybold.co.id, 1 @@ -82657,6 +83432,7 @@ li985.com, 0 lia-fox.org, 1 liaengel.com, 1 +liaiai.com, 1 lialash.pro, 1 lialeone.org, 1 lialion.de, 1 @@ -82829,7 +83605,6 @@ libstaffer.net, 1 libstick.org, 1 libstock.si, 1 -liburanjogja.co.id, 1 libwizard.com, 1 libwizard.net, 1 libyanexpert.ml, 1 @@ -82961,7 +83736,6 @@ lifegoesonsojustsmile.tk, 1 lifeguatemala.com, 1 lifehacker.com, 1 -lifeindecor.com, 1 lifeinheart.com, 1 lifeinhellfansite.tk, 1 lifeinhex.com, 1 @@ -83083,6 +83857,7 @@ lightningseed.net, 1 lightningwirelabs.com, 1 lighto.pk, 1 +lightoflifehomoeopathyclinic.com, 0 lightography.com, 1 lightpod.com.au, 1 lightquantum.moe, 1 @@ -83185,6 +83960,7 @@ lilith-magic.com, 1 lilithfund.org, 1 lilithqueisser.de, 1 +lilium.com, 1 liliwarrior.com, 1 liliweb.tk, 1 liljohnsanitary.net, 1 @@ -83199,7 +83975,6 @@ lilly-lil.org, 1 lillyfox.de, 1 lillylove.net, 1 -lillypornokatze.net, 1 lillywhitehotelgroup.com.au, 1 lilola.de, 1 lilou-sportswear.com, 1 @@ -83229,6 +84004,7 @@ limbo-online.tk, 1 limbra.tk, 1 limburg.nl, 1 +limc.me, 1 lime-host.cf, 1 lime-host.tk, 1 limechain.tech, 1 @@ -83246,7 +84022,7 @@ limetee.cz, 1 limetorrent.gq, 1 limetw.eu.org, 1 -limewtea.com, 1 +limewtea.com, 0 limingtonmaine.gov, 1 limitbreak.com, 1 limitdropers.ga, 1 @@ -83293,6 +84069,7 @@ lincolnadamscountywi.gov, 1 lincolnbrokerage.com, 1 lincolncountyga.gov, 1 +lincolncountyid.gov, 1 lincolncountymoclerk.gov, 1 lincolncountync.gov, 1 lincolncountyne.gov, 1 @@ -83404,7 +84181,6 @@ link-medital.com, 1 link-net.ga, 1 link-sanitizer.com, 1 -link.co, 1 link.co.uk, 1 link.com, 1 link24.tk, 1 @@ -83433,6 +84209,7 @@ linkgiamgia.com, 1 linkie.vn, 1 linkinbooks.gq, 1 +linkindex.net, 1 linking.ml, 1 linkinpark4ever.tk, 1 linkinparkoutpost.tk, 1 @@ -83480,7 +84257,6 @@ linmago.com, 1 linmania.tk, 1 linmarrdavao.com, 1 -linmi.cc, 1 linnaeusgroup.co.uk, 1 linncfs.top, 1 linncounty-ia.gov, 1 @@ -83589,13 +84365,11 @@ lion-log.com, 1 lion3star.store, 1 lionchita.tk, 1 -lionessport.com, 1 lionhosting.nl, 1 lionland.tk, 1 lionpa.ws, 1 lions.gr.jp, 1 lionsk.tk, 1 -lioprog.com, 1 lioraaja.com, 1 liorggi.ga, 1 lip.pt, 1 @@ -83615,6 +84389,7 @@ lipovka.tk, 1 lipowebsite.tk, 1 lippu1.fi, 1 +liptonunmissableconference2023.com, 1 liptor.gq, 1 lipturess.tk, 1 liq.com.br, 1 @@ -83637,7 +84412,6 @@ liquidweb.tk, 1 liquipedia.net, 1 liquiritia.tk, 1 -liquor.my, 1 lirelesgens.com, 1 liress.gq, 1 lirico.ca, 1 @@ -83697,12 +84471,11 @@ listahu.org, 1 listapp.uz, 1 liste.net.tr, 1 -listehub.com, 1 listekdo.fr, 1 -listen.cn, 1 listen.dk, 1 listener.ga, 1 listening-skills.eu, 1 +listenkj.com, 1 listenup.study, 1 lister-kirchweg.de, 1 listiclepal.com, 1 @@ -83756,12 +84529,10 @@ litecoin-card.com, 1 litecoinnews.club, 1 litehost24.tk, 1 -litemere.org, 1 litemere.us, 1 -litemind.com, 0 +litemind.com, 1 liteminer.cf, 1 litepay.ch, 1 -litepost.com, 1 literacychannel.ga, 1 literapedia-bern.ch, 1 literaria.tk, 1 @@ -83914,12 +84685,10 @@ livecast.com.tr, 1 livecchi.cloud, 1 livechads.com, 1 -livechads.org, 1 liveciv.top, 1 livecommande.fr, 1 liveconcertvideo.tk, 1 livedesign.at, 1 -livedesign24.de, 1 livedomain.at, 1 livedrawtogel.id, 1 liveevents.ee, 1 @@ -83946,7 +84715,6 @@ livekort.dk, 1 livekort.no, 1 livekort.se, 1 -livekortti.com, 1 livekortti.fi, 1 livela.jp, 1 livelexi.com, 1 @@ -83984,14 +84752,12 @@ livesexcalls.co.uk, 1 liveskype.com, 1 livesportts.ml, 1 -livesportworld.com, 1 livestone.tk, 1 livestrana.tk, 1 livestreamtvbox.com, 1 livesure.com, 1 liveteachers.in, 1 livetilesglobal.com, 1 -livetogetherfoundation.org, 1 livetopknigi.gq, 1 livetoride.co.za, 1 livevacancies.co.uk, 1 @@ -84022,7 +84788,6 @@ livingoutdoors.ga, 1 livingtired.org, 1 livingtohearsix.com, 1 -livingwellcares.com, 1 livingworduk.org, 1 livinkitchen.tk, 1 livive.com, 1 @@ -84083,11 +84848,15 @@ ljc.ro, 1 ljekarne-plantak.hr, 1 ljoonal.xyz, 1 +ljpc-hosting.nl, 1 +ljpc.nl, 1 +ljpc.solutions, 1 ljs.io, 1 ljskatt.com, 1 ljskatt.no, 1 ljsport.nl, 1 ljubescica.hr, 1 +ljungabolet.se, 1 ljusdal.se, 1 ljusfallshammar.nu, 1 ljw.me, 1 @@ -84097,6 +84866,7 @@ lkellar.org, 1 lkhrs.com, 1 lklyrics.com, 1 +lkmt.us, 1 lknw.de, 1 lkp111138.me, 1 lkqpickyourpart.com, 1 @@ -84127,7 +84897,6 @@ llinck.fr, 1 llinternational.tk, 1 llm-guide.com, 1 -lloretparty.de, 1 lloyd-day.me, 1 lloydrogerspencer.com, 1 llrpartners.com, 1 @@ -84145,6 +84914,7 @@ lm338.com, 1 lmasqueen.com, 1 lmbyrne.co.uk, 1 +lmch.co.uk, 1 lmde.fr, 1 lmh-style.com, 1 lmi3d.com, 1 @@ -84192,7 +84962,6 @@ loan-lenders.co.za, 1 loanathome.com, 1 loanfreeze.ga, 1 -loanmatch.sg, 1 loanpad.com, 1 loanpost.com.au, 1 loanreadycredit.com, 1 @@ -84232,7 +85001,7 @@ localbandz.com, 1 localbiketrader.com, 1 localbitcoins.com, 1 -localblitz.com, 0 +localblitz.com, 1 localbouncycastle.com, 1 localcalifornianews.com, 1 localcdn.org, 1 @@ -84248,6 +85017,7 @@ localexpert.realestate, 1 localexpress.io, 1 localfloridanews.com, 1 +localhandyman.work, 1 localhorst.duckdns.org, 0 localiq.com, 1 localize.live, 1 @@ -84255,6 +85025,7 @@ localizejs.com, 1 localizestaging.com, 1 locall.cf, 1 +locallandscape.services, 1 locallhost.me, 1 localmarketingprofessional.com, 1 localmonero.co, 1 @@ -84262,7 +85033,6 @@ localnetwork.nz, 1 localnode.net, 1 localplumber-uk.com, 1 -localpov.com, 1 localprideart.com, 1 localprivatediary.com, 1 localrvs.com, 1 @@ -84321,6 +85091,7 @@ lock23.ca, 1 lockaby.org, 1 lockdownfm.live, 1 +lockemower.com, 1 locker.plus, 1 locker3.com, 1 lockerroomstories.com, 1 @@ -84365,7 +85136,6 @@ locksmithssanmarcostx.com, 1 locksmithstaffordtx.com, 1 locksmiththewoodlands.com, 1 -locksmithunit.cat, 1 locksmithunit.com, 1 locksmithunit.es, 1 locksoflove.org, 1 @@ -84466,6 +85236,7 @@ logicsale.de, 1 logicsale.fr, 1 logicsale.it, 1 +logictech.ro, 1 logicz.top, 1 logimap.cz, 1 login.corp.google.com, 1 @@ -84482,6 +85253,7 @@ loginwithmc.com, 1 logipdv.pt, 1 logismarket.com, 1 +logismn.gov, 1 logisparte.com, 1 logitel.de, 1 logitheque.tk, 1 @@ -84552,7 +85324,6 @@ lojaestacaosaopedro.com.br, 1 lojaflordelaranjeira.com.br, 1 lojagravataria.com.br, 1 -lojahaus.com.br, 1 lojahbk.com.br, 1 lojahunamarcenaria.com.br, 1 lojak2.com.br, 1 @@ -84584,7 +85355,6 @@ lojistaguarani.com.br, 1 lojix.com, 0 lojj.pt, 1 -lokakitchen.com, 1 lokal-speisen.de, 1 lokalna.net, 1 lokan.id, 1 @@ -84683,12 +85453,14 @@ lonasdigital.com, 1 lonavla.tk, 1 loncarlyonjenkins.com, 1 -loncat.co.id, 1 +london-design.co.uk, 1 +london-electricians.com, 1 london-mafia.tk, 1 london-transfers.com, 1 london.dating, 1 londoncarpetcleaningltd.co.uk, 1 londonderrynh.gov, 1 +londonderrynhfire.gov, 1 londonderrynhpd.gov, 1 londonelects.org.uk, 1 londongynaecologist.co, 1 @@ -84874,8 +85646,10 @@ lorddominion.tk, 1 lordfutbol.tk, 1 lordgandalf.nl, 1 +lordgeorgeanson.com, 1 lordgrant.tk, 1 lordkrishna.tk, 1 +lordlink.net, 1 lordmusic.tk, 1 lordofcbd.fr, 1 lordofthebrick.com, 0 @@ -84901,7 +85675,6 @@ loreofthenorth.com, 1 loreofthenorth.net, 1 loreofthenorth.nl, 1 -lorian.me, 1 loricozengeller.com, 1 lorimar.bg, 1 lorimullins.com, 1 @@ -84951,6 +85724,7 @@ losgringos.tk, 1 loshalcones.tk, 1 loshogares.mx, 1 +losinterrogantes.com, 1 losjardines.tk, 1 losjuegosdemesa.online, 1 loslegendarios.tk, 1 @@ -85048,6 +85822,7 @@ loudersent.ga, 1 loudly.com, 1 loudmouth.tk, 1 +loudontn911.gov, 1 louerunhacker.fr, 1 louest.ch, 1 loueurmeublegestion.expert, 1 @@ -85078,7 +85853,6 @@ loujaxx.net, 1 loukas-stoltz.fr, 1 loukkos.ma, 1 -louloulovestreats.com, 1 loune.net, 1 lounge.guide, 1 loungecafe.net, 1 @@ -85103,14 +85877,13 @@ love-sent.com, 1 love-spells-tarot.com, 1 love4musik.com, 1 -love4taylor.com, 1 +love4taylor.com, 0 love4taylor.eu.org, 1 love4taylor.me, 0 love4taylor.xyz, 1 loveai.org, 0 loveamber.me, 1 loveandloyalty.se, 1 -loveasiangroup.com, 1 lovebabo.com, 1 lovebeingsexy.co.uk, 1 lovebigisland.com, 1 @@ -85157,6 +85930,7 @@ lovelybook4u.gq, 1 lovelyfamilymm.com, 1 lovelylanguedoc.com, 0 +lovelynaked.com, 1 lovelytimes.net, 1 lovemaker.se, 1 lovemanagementaccounts.co.uk, 1 @@ -85179,6 +85953,7 @@ loverussiangirls.tk, 1 loveshop.pt, 1 lovesmagical.com, 0 +lovesolutiondua.com, 1 lovesquirting.com.br, 1 lovessentials.com, 1 lovetablecloths.co.uk, 1 @@ -85189,11 +85964,11 @@ lovetowork.tk, 1 loveuno.com, 1 loveweddingphotosandfilm.co.uk, 0 -loveyouhome.ua, 1 lovg.ren, 1 lovi.at, 1 lovin.ga, 1 lovin.tk, 1 +loving-house.com, 1 lovingbody.yoga, 1 lovink.net, 1 lovizaim.ru, 1 @@ -85226,6 +86001,7 @@ lowriderz.tk, 1 lowsec.space, 1 lowson.ca, 1 +lowtempind.com, 1 loxdonmarkets.com, 1 loyaleco.it, 1 loyaliplaw.com, 1 @@ -85234,7 +86010,6 @@ loyaltyreviewers.ga, 1 loyd.co, 1 loyisa.cn, 1 -loyloy.net, 1 loyolahs.edu, 1 loyverse.town, 1 lozanoimpresores.com, 1 @@ -85293,11 +86068,11 @@ lsfnet.org, 1 lsg2021acm.com, 1 lshiy.com, 1 +lshydrogenmethane.cz, 1 lskgreenacquisition.com, 1 lskgreencomponent.com, 1 lskgreendevelop.com, 1 lskgreenenergy.com, 1 -lskgreengroup.com, 1 lspdonline.gq, 1 lsquo.com, 1 lsscreens.de, 1 @@ -85334,6 +86109,7 @@ ltonlinestore.in, 0 ltransferts.com, 1 ltservers.net, 1 +lty.name, 1 lty.space, 1 ltycode.org, 1 lu-rp.es, 1 @@ -85341,7 +86117,6 @@ lu2343.com, 1 luacustica.tk, 1 lual.tk, 1 -luan.ma, 1 luanvancaohoc.com, 1 luanxt.tk, 1 luathungson.vn, 1 @@ -85371,7 +86146,6 @@ lucasbergen.ca, 1 lucascantor.com, 1 lucascaton.com.br, 1 -lucascodes.com, 1 lucascosta-ido.ml, 1 lucascountyohiovotes.gov, 1 lucasdamasceno.com, 1 @@ -85423,7 +86197,6 @@ lucksh.tk, 1 luckwi.gov, 1 lucky-bul.tk, 1 -lucky-frog.co.uk, 1 lucky-time.tk, 1 lucky13strategies.com, 1 luckyabonent.ml, 1 @@ -85437,7 +86210,6 @@ luckydoglodge.net, 1 luckyemail.ml, 1 luckyfrog.hk, 1 -luckygreencasino.com, 1 luckymice.ml, 1 luckypunks.org, 1 luckyrent.tk, 1 @@ -85451,12 +86223,12 @@ luctam.com, 1 lucy.science, 1 lucychan.tk, 1 -lucycorn.com, 1 lucyhancock.tech, 1 lucymontebello-arte.com, 1 lucyparsonslabs.com, 1 lucysan.net, 1 lucz.co, 1 +luda.me, 1 ludasmith.co.uk, 1 lude.tk, 1 ludek.biz, 1 @@ -85482,6 +86254,7 @@ ludum.pl, 1 ludunwayoo.com, 1 ludwig.im, 1 +ludwiggrill.de, 1 ludwigjohnson.se, 1 ludwigpro.net, 1 ludwigsburger-brauhaus.de, 1 @@ -85523,6 +86296,7 @@ luisbustamante.mx, 1 luisfreire.ml, 1 luisillo.tk, 1 +luisjosesaldana.com, 1 luismiguelcolombia.tk, 1 luisnavarrosl.tk, 1 luisnet.tk, 1 @@ -85586,6 +86360,7 @@ lukesbouncycastlehire.com, 1 lukestert.com, 1 lukesutton.info, 1 +lukeswiki.eu, 1 lukezweb.tk, 1 lukin.ga, 1 lukinno.ml, 1 @@ -85617,7 +86392,6 @@ lumi.pw, 1 lumien.net, 1 lumieredesoy.com, 1 -lumieresurlourdes.com, 1 luminaire.fr, 1 luminal-creation.com, 1 luminaproject.ml, 1 @@ -85639,7 +86413,6 @@ lumsdens.ga, 1 lumus-grafikdesign.de, 1 lumweb.tk, 1 -lumy.bzh, 1 luna-corazon.net, 1 luna-love.net, 1 luna.ro, 1 @@ -85674,7 +86447,6 @@ lunastrail.com, 1 lunaticminx.com, 1 luncfreak.com, 1 -lunchrush.com, 1 lund.se, 1 lundlist.net, 1 lundscape.com, 1 @@ -85796,13 +86568,11 @@ luxe.digital, 1 luxebadkameraccessoires.nl, 1 luxeblades.com, 1 -luxedentalfl.com, 1 luxedition.ru, 0 luxegram.co, 1 luxehomecompany.com, 1 luxelyhome.com, 1 luxemburgsite.tk, 1 -luxemporium.co, 1 luxeturf.com.au, 1 luxfosdecoenterprise.com, 1 luxhome.tk, 1 @@ -85819,6 +86589,7 @@ luxstil.ga, 1 luxtimes.lu, 1 luxur.is, 1 +luxure.cl, 1 luxury-inside.vn, 0 luxurydress.tk, 1 luxuryfashion.hu, 1 @@ -85851,7 +86622,6 @@ luyungterd.com, 0 luzat.com, 0 luzfaltex.com, 1 -luzi-type.ch, 1 luzica.tk, 1 lv.lk, 1 lv.search.yahoo.com, 0 @@ -85866,6 +86636,7 @@ lvg-heidelberg.info, 1 lvguitars.com, 1 lvkasz.us, 1 +lvlv.cf, 1 lvmoo.com, 1 lvna.capital, 1 lvnacapital.com, 1 @@ -85911,7 +86682,6 @@ lyklasmidur.is, 1 lykope.com, 1 lyla-pressing.com, 1 -lylares.com, 0 lyme-regis-accommodation.co.uk, 1 lymia.moe, 1 lymiahugs.com, 1 @@ -86095,6 +86865,7 @@ maafushiscuba.com, 1 maagdesigns.com.uy, 1 maahchepen.tk, 1 +maaiai.com, 1 maailm.tk, 1 maaldrift.tk, 1 maaleht.ee, 1 @@ -86161,7 +86932,9 @@ maces-net.de, 1 macgeneral.de, 1 macgenius.com, 1 +mach-it.com.ar, 1 mach-politik.ch, 1 +mach.com.ar, 1 macha.cloud, 1 machaaltricks.tk, 1 machbach.com, 1 @@ -86174,7 +86947,6 @@ machin.email, 1 machinatio.ga, 1 machine.email, 1 -machineaecrire.fr, 1 machinebazar.com, 1 machineidle.com, 1 machinerysafety101.com, 1 @@ -86240,7 +87012,6 @@ macupdate.com, 1 macvcure.com, 1 macvidcards.eu, 1 -macx.cc, 1 mad-in-love.com, 1 mad-rabbit.com, 1 mad.es, 1 @@ -86253,7 +87024,6 @@ madagui.net, 1 madamasr.com, 1 madamcougar.com, 1 -madame-kosmetikstudio.de, 1 madameblueimages.com, 1 madamegarage.nl, 1 madbicicletas.com, 1 @@ -86269,6 +87039,7 @@ made-in-earth.co.jp, 1 made-to-usb.com, 1 made.md, 1 +made2coach.com, 1 madebydusk.com, 1 madebyesmel.com, 1 madebyhand.art, 1 @@ -86277,6 +87048,7 @@ madecenter.com.br, 1 madechocolaterie.nl, 1 madedwell.com, 1 +madeforelle.shop, 1 madeglobal.com, 1 madeinabyss-manga-new.com, 1 madeinamerica.gov, 1 @@ -86315,6 +87087,7 @@ madisoncountyalema.gov, 1 madisoncountyhelps.com, 1 madisoncountyil.gov, 1 +madisoncountyky.gov, 1 madisoncountyne.gov, 1 madisonent-facialplasticsurgery.com, 1 madisonmobilenotary.com, 1 @@ -86352,7 +87125,6 @@ madresdelacruz.tk, 1 madrese.tk, 1 madrespect.com, 1 -madrid-open.com, 1 madridagency.com, 1 madride.tk, 1 madridistas.com, 1 @@ -86384,7 +87156,6 @@ maeplasticsurgery.com, 1 maeprototipi.it, 1 maerzpa.de, 1 -maes.eu.org, 1 maeterlinck100.be, 1 maev.si, 1 maeva-beauty.com, 1 @@ -86424,7 +87195,6 @@ magaviva.com, 1 magazilla.ga, 1 magazin4ik.ga, 1 -magazine.co.uk, 1 magazinecards.ga, 1 magazinedabeleza.net, 1 magazinedotreino.com.br, 1 @@ -86503,6 +87273,7 @@ magicpill.com.au, 1 magicsms.pl, 1 magicspaceninjapirates.de, 1 +magicstay.com, 1 magictable.com, 1 magictallguy.tk, 1 magicthecreation.tk, 1 @@ -86531,6 +87302,7 @@ magicvaporizers.si, 1 magicvaporizers.sk, 1 magicvodi.at, 1 +magicvoordeel.nl, 1 magieshop.nl, 1 magija.ga, 1 magikbyte.com, 1 @@ -86564,6 +87336,7 @@ magneticarrow.com, 1 magneticarrowdev.com, 1 magneticattraction.com.au, 1 +magneticspringsoh.gov, 1 magnetoai.com, 1 magnetoscopio.tk, 1 magnetoterapiapertutti.com, 1 @@ -86745,7 +87518,6 @@ mailnerds.de, 1 mailon.ga, 1 mailosaur.com, 1 -mailparimatch.com, 1 mailpass.ml, 1 mailpenny.com, 1 mailsac.com, 1 @@ -86776,7 +87548,6 @@ mainserver.co.za, 1 mainstaysafetywedge.com, 1 mainstortho.com, 1 -mainstreetartisans.com, 1 maintainyourwebsite.help, 1 maintenance-traceur-hp.fr, 1 maintenanceservice.org, 1 @@ -86790,7 +87561,6 @@ mairie-sornay.fr, 1 mairiedakieni.ga, 1 mairiedemoncelsurseille.com, 1 -mairimcosmetics.com, 1 maisallianz.com, 1 maisapanama.com, 1 maiscelular.com.br, 1 @@ -86809,7 +87579,6 @@ maisonkobe.fr, 1 maisonmere.group, 1 maisproduzida.com.br, 1 -maistempo.com.br, 1 maisvitaminas.com.br, 1 maitemerino.net, 1 maitheme.com, 1 @@ -86822,7 +87591,6 @@ maiweave.com, 1 maizeks.gov, 1 maizuru-ongaku-kan.com, 1 -maj.ac, 1 majahoidja.ee, 1 majalahka.com, 1 majalahponsel.org, 1 @@ -86903,11 +87671,10 @@ makeupillusion.com, 1 makeuplove.nl, 1 makeuppleasure.it, 1 -makeupshopbynaho.com, 1 makeurbiz.com, 1 makeurl.ml, 1 makewebbetter.com, 1 -makfra.com, 0 +makfra.com, 1 makhmudov.net, 1 maki-chan.de, 1 maki.cafe, 1 @@ -86924,7 +87691,6 @@ makkiyaz.tk, 1 makkusu.photo, 1 maklerinfo.biz, 1 -makocontrols.com, 1 makohu.tk, 1 makomako.tk, 1 makonet.com.au, 0 @@ -87034,7 +87800,6 @@ malisheva-blog.ga, 1 maliweb.ml, 1 maljaars-fotografie.nl, 1 -malkalni.lv, 1 malkaso.com.ua, 1 malkoun.com, 1 malkovich.cf, 1 @@ -87046,7 +87811,6 @@ mall.sk, 1 mallach.net, 1 mallasvita.com, 1 -malles.org, 1 malletsheetmetal.com, 1 mallettsheetmetal.com, 1 mallgastronomico.com.ar, 1 @@ -87120,7 +87884,6 @@ mammaklader.tk, 1 mammal-taxonomy.tk, 1 mammals.net, 1 -mammaw.com, 1 mammooc.org, 1 mammothlakesmls.net, 1 mamochka.org.ua, 0 @@ -87167,6 +87930,7 @@ managment.io, 1 managr.net, 1 manalu.cz, 1 +manamohajerat.com, 1 manaonetrading.com, 1 manasakcijas.lv, 1 manaspaul.tk, 1 @@ -87181,7 +87945,6 @@ manawithtea.com, 1 manbetx1998.live, 1 manboy.tk, 1 -mancaverevolution.com, 1 manchester.careers, 1 manchestermoneyman.com, 1 manchestertechservices.co.uk, 1 @@ -87272,7 +88035,9 @@ mangumsinc.com, 1 manguyen.de, 0 manh.com, 1 +manhack.net, 1 manhassetparkdistrictny.gov, 1 +manhattan.at, 1 manhattanchoralensemble.org, 1 manhattanda.org, 1 manhattandermatologistsnyc.com, 1 @@ -87347,7 +88112,6 @@ mannheimbloggt.tk, 1 mannigroup.com, 1 mannnen.nl, 1 -manns-solutions.co.uk, 1 mannservrice.cf, 1 manoek.dynu.net, 1 manofmanythings.com, 1 @@ -87401,6 +88165,7 @@ mantul.top, 0 manual-directory.com, 1 manual-pdf.com, 1 +manualdousuario.net, 1 manuall.ae, 1 manuall.co.uk, 1 manuall.cz, 1 @@ -87458,6 +88223,7 @@ manyetikboya.com, 1 manyhotfiesta.ml, 1 manylots.ru, 1 +manyo.jp, 1 manypets.com, 1 manyproservices.com, 1 manytricks.com, 1 @@ -87522,7 +88288,6 @@ mappingfutures.org, 1 mappingspaceperu.com, 1 mapresidentielle.fr, 1 -maproaguas.com, 1 mapstack.org, 1 maptician.com, 1 mapuut.net, 1 @@ -87530,6 +88295,7 @@ maquena.org, 1 maquetasdeaviones.tk, 1 maquetting.com, 1 +maquiguarda.pt, 1 maquinariahosteleriaocasion.com, 1 maquinariaspesadas.org, 0 maquinasperfectas.tk, 1 @@ -87655,17 +88421,16 @@ mare92.cz, 1 marebca.xyz, 1 marechal-company.com, 1 -mareforfa.com, 1 maregionsud.fr, 1 marei.ad, 1 mareinitalia.com, 1 -marekherel.cz, 1 marekkohn.tk, 1 marekkorlak.com, 1 mareklecian.cz, 1 marelijah.org, 1 marengomi.gov, 1 maresencial.com, 1 +maresimone.com, 1 marex.host, 1 marfadelivery.tk, 1 marga-marga.tk, 1 @@ -87795,6 +88560,7 @@ marioncountyiowa.gov, 1 marioncountyms.gov, 1 marioncountyohio.gov, 1 +marioncountysheriffar.gov, 1 marioncountytn.gov, 1 mariontwpcvxmi.gov, 1 marioserver.ml, 1 @@ -87875,23 +88641,22 @@ marketingdesignu.cz, 1 marketingdigitalefisiente.com, 1 marketingdominante.com.br, 1 -marketingfacile.space, 1 marketingforfood.com, 1 marketinghaters.com, 1 marketingmd.com, 1 marketingmind.in, 1 marketingpalace.tk, 1 marketingproducts.review, 1 -marketingseo.fr, 1 marketingstrategy.gq, 1 marketingtrendnews.com, 1 -marketingtutor.net, 1 +marketingtutor.net, 0 marketingvirtuales.com, 1 marketingwelt-lipp.de, 1 marketingypublicidaddigital.com.mx, 1 marketio.ai, 1 marketizare.ro, 1 marketking.ga, 1 +marketlocal.ly, 1 marketmotion.com.au, 1 marketnews.com, 1 marketplace.org, 1 @@ -87982,7 +88747,6 @@ marlboroughchamber.nz, 1 marlboroughchamber.org, 1 marlboroughfarmersmarket.tk, 1 -marleenjacobi.de, 0 marlen.cz, 1 marlenefavela.tk, 1 marliesfens.nl, 1 @@ -88029,7 +88793,9 @@ marrakeche.com, 1 marredesefairebaladersurlenet.com, 1 marriage-shrine.jp, 1 +marriagedua.com, 1 marriageinchrist.com, 1 +marriageistikhara.com, 1 marrickvilleapartments.com.au, 1 marronniergate.com, 1 marropax.com, 1 @@ -88066,6 +88832,7 @@ martacooks.com, 1 martapratsmakeup.com, 1 martasibaja.com, 1 +martastroll.com, 1 martdev.com, 1 martec.dk, 1 martel-innovate.com, 0 @@ -88073,7 +88840,6 @@ martellosecurity.com, 1 martemeo-wetterau.de, 1 martensson.io, 1 -marthajackson.co.uk, 1 marthakenney.com, 1 marthasvillemo.gov, 1 marti201.ga, 1 @@ -88107,7 +88873,6 @@ martine.nu, 1 martinebot.com, 1 martinelias.cz, 1 -martinenrique.com, 1 martineric.tk, 1 martinfresow.de, 1 martinhal.cn, 1 @@ -88122,6 +88887,7 @@ martinishotpodcast.com, 1 martinkunc.tk, 1 martinkus.eu, 1 +martinmawbycurtaintracks.co.uk, 1 martinmuc.de, 1 martino.ga, 1 martinploug.dk, 1 @@ -88145,7 +88911,6 @@ martonmihaly.hu, 1 martonveronika.tk, 1 martstroy.ru, 1 -marturet.com, 1 marty.me.uk, 1 martyrium.tk, 1 marufmusic.tk, 1 @@ -88153,7 +88918,6 @@ marula-oel.de, 1 marulaweb.com, 1 marunouchi-hotel.co.jp, 1 -maruojas.in, 1 marustat.ru, 1 marvaco.cf, 1 marvaco.ga, 1 @@ -88203,8 +88967,10 @@ marykatrinaphotography.com, 1 marykirsch.net, 1 marylandbasementandcrawlspacewaterproofing.com, 1 +marylandcomptroller.gov, 1 marylandtaxes.gov, 1 marylandtraditions.org, 1 +maryleemacdonald.org, 1 maryluzturismo.co, 1 marymaloney.tk, 1 marypierce.tk, 1 @@ -88237,7 +89003,6 @@ mascotarios.org, 1 mascoteando.net, 1 masculina.com.br, 1 -masdarit.com, 1 masdemariette.com, 1 masdemexico.com, 1 masduta.co, 1 @@ -88248,7 +89013,7 @@ mashairi.co.ke, 1 mashandco.it, 1 mashandco.tv, 1 -masharphomecooking.com, 0 +masharphomecooking.com, 1 mashcl.com, 1 mashek.net, 1 mashin.al, 1 @@ -88282,10 +89047,8 @@ maslow.tk, 1 masmusica.tk, 1 masmusicaradio.tk, 1 -maso-corto.com, 1 masoftware.ddns.net, 1 masoncountyil.gov, 1 -masoncountysheriff.us, 1 masoncountywa.gov, 1 masoncountywaelections.gov, 1 masoncountywv.gov, 1 @@ -88318,8 +89081,6 @@ massagetherapyschoolsinformation.com, 1 massagik.ml, 1 massanews.com, 1 -massapothecary.com, 1 -massar.family, 1 massauditor.gov, 1 massazh.cf, 1 massbank.eu, 1 @@ -88351,6 +89112,7 @@ master-net.org, 1 master-tmb.ru, 1 master.cz, 1 +master.shop, 1 masteranimal.tk, 1 mastercardpac.com, 1 mastercareplus-demo.com, 1 @@ -88382,7 +89144,6 @@ masterise.tv, 1 masterjuantex-projects.tk, 1 masterkitchen.com.br, 1 -masterlinemarking.com.au, 1 masternetix.ga, 1 masternetltd.com, 1 masterofallscience.com, 1 @@ -88422,7 +89183,6 @@ mastodon.au, 1 mastodon.blue, 0 mastodon.ee, 1 -mastodon.expert, 1 mastodon.fun, 1 mastodon.org.uk, 1 mastodon.pizza, 1 @@ -88466,6 +89226,7 @@ matchlive.ga, 1 matchmadeinstubton.com, 1 matchmeup.de, 1 +matchmove.com, 1 matchupmagic.com, 1 matco.ca, 1 mate.academy, 1 @@ -88473,6 +89234,7 @@ mateball.io, 0 matega.hu, 1 mateiko.by, 1 +matej-oliva.cz, 1 matejgroma.com, 1 matejkosiarcik.com, 1 matel.org, 1 @@ -88490,7 +89252,6 @@ material-world-fuyouhin.com, 1 material.security, 1 materialdesignlight.com, 1 -materialflow.com, 1 materialism.com, 1 materialyinzynierskie.pl, 1 materiel-grand-format.fr, 1 @@ -88548,6 +89309,7 @@ mathsensical.com, 1 mathsource.ga, 1 mathspace.co, 1 +mathswithcorne.com, 1 mathteacheredu.org, 1 mathys.io, 1 mati.gq, 1 @@ -88649,6 +89411,7 @@ matthewgallagher.co.uk, 1 matthewgraybosch.com, 1 matthewgrow.com, 1 +matthewhaeck.com, 1 matthewimaniphotography.ga, 1 matthewj.ca, 1 matthewkairys.com, 1 @@ -88710,8 +89473,8 @@ mattressfirm.org, 1 mattressfundraiser.net, 1 mattressman.co.uk, 1 +mattressomni.ng, 1 mattrude.com, 1 -matts.contact, 1 matts.world, 1 mattsavin.me, 0 mattshi.com, 1 @@ -88747,7 +89510,7 @@ mau.lu, 1 mau.photos, 1 maubot.xyz, 1 -maudfourier.com, 1 +maudfourier.com, 0 mauditeboisson.tk, 1 maudok.gov, 1 mauhalito.tk, 1 @@ -88793,7 +89556,6 @@ mavro.cf, 1 mavro.ga, 1 mavro.gq, 1 -mawidabp.com, 1 mawinguhost.co.ke, 1 mawkebaljalal.com, 1 mawo.olkusz.pl, 1 @@ -88822,7 +89584,7 @@ max88365.com, 0 max9365.com, 0 max96.de, 1 -maxair-systems.com, 1 +maxair-systems.com, 0 maxaro.nl, 1 maxazine.nl, 1 maxb.fm, 1 @@ -88919,6 +89681,7 @@ maxundlara.eu, 1 maxundlara.org, 1 maxuniverse.de, 1 +maxus.com.py, 1 maxus.tk, 1 maxvaluedeals.com, 1 maxwaellenergie.de, 1 @@ -88928,7 +89691,6 @@ maxwellcity.cf, 1 maxwellcity.ga, 1 maxwellcity.ml, 1 -maxwellcody.com, 1 maxwellmoore.co.uk, 1 maxwittfeld.tech, 1 may-tree.ru, 1 @@ -88951,6 +89713,7 @@ maydaystrategies.com, 1 maydex.info, 1 mayerbrownllz.com, 1 +mayfieldheightsohio.gov, 1 mayflowerbocawina.tk, 1 mayflowercreative.com, 1 mayflowerfairytales.com, 1 @@ -88968,6 +89731,7 @@ mayrhofer.eu.org, 1 mayrivermontessori.com, 1 maysambotros.tk, 1 +mayslandingcornholeleague.com, 1 maytalkhao.com, 1 maythai.eu, 1 maythai.pl, 1 @@ -89004,7 +89768,7 @@ mbaasy.com, 1 mbaestlein.de, 1 mbainflatables.co.uk, 1 -mbakustik.de, 1 +mbalaw.pl, 1 mbanogmat.com, 1 mbar.us, 1 mbarbadun.es, 0 @@ -89015,6 +89779,7 @@ mbcoaching40.fr, 1 mbd2021cm.com, 1 mbda.gov, 1 +mbddash-staging.azurewebsites.net, 1 mbdou50.ru, 1 mbdrogenbos-usedcars.be, 1 mbed.com, 1 @@ -89027,7 +89792,7 @@ mbilker.us, 1 mbinf.de, 0 mbinformatik.de, 0 -mbjeng.com, 0 +mbjeng.com, 1 mbk.net.pl, 1 mblankhorst.nl, 1 mble.mg, 1 @@ -89063,6 +89828,7 @@ mc5zvezd.ru, 0 mcagon.tk, 1 mcahm.eu.org, 1 +mcalert.in, 1 mcaps-mn.gov, 1 mcb-bank.com, 0 mcbbs.wiki, 1 @@ -89139,6 +89905,7 @@ mcjackk77.me, 1 mcjars.com, 1 mckay-bednar.net, 1 +mckeancountypa.gov, 1 mckendry.com, 1 mckendry.consulting, 1 mckenna.academy, 1 @@ -89157,6 +89924,7 @@ mclast.de, 1 mclear.in, 1 mcleishandmatthews.com.au, 1 +mclennan.gov, 1 mcleodcountymn.gov, 1 mcleodgaming.com, 1 mcleodoptical.com, 1 @@ -89286,7 +90054,9 @@ me.net.nz, 0 me.vu, 1 me7878.com, 1 +mea-vota-uitvaart.nl, 1 mea.com.lb, 1 +meadhunt.com, 1 meadowfen.farm, 1 meadowfenfarm.com, 1 meadowviewfarms.org, 1 @@ -89326,6 +90096,7 @@ mebel-voronezh.cf, 1 mebelconcept.tk, 1 mebelipalitra.ru, 0 +mebelipetrov.com, 1 mebelisk.com.br, 1 mebelnik.pro, 1 mebeloffice.com.ua, 1 @@ -89658,7 +90429,6 @@ mecenat-cassous.com, 1 mecenatfoot.fr, 1 mechafightclub.com, 1 -mechanic.cn, 1 mechanical.tk, 1 mechanics-schools.com, 1 mechanicweb.com, 1 @@ -89775,6 +90545,7 @@ mediaoffice.ae, 1 mediapart.fr, 1 mediapath.gr, 0 +mediapost-publicite.fr, 1 mediarithmics.com, 1 mediarithmics.io, 1 mediarquita.com, 1 @@ -89807,7 +90578,7 @@ medical-assistant-colleges.com, 1 medical-centr.tk, 1 medical-contact.de, 1 -medical-instinct.de, 1 +medical-instinct.de, 0 medical-tiny.com, 1 medical-tiny.de, 1 medicalabroad.org, 0 @@ -89867,6 +90638,7 @@ medictools.de, 1 medicus.ai, 1 medidordehumedad.online, 1 +medienhelden.de, 1 medienweite.de, 1 medievalexpert.com, 1 medifab.online, 1 @@ -89880,7 +90652,6 @@ medikalakademi.com.tr, 1 medikuma.com, 1 medilogistics.co.za, 1 -medimush.co.uk, 1 medinacountyohio.gov, 1 medinaelst.nl, 1 medinc.tk, 1 @@ -89967,6 +90738,7 @@ medvesajt.hu, 1 medvet.com.es, 1 medy-me.com, 1 +medyahabertv.com, 1 medycznyangielski.pl, 1 medyotan.ga, 1 medza.ru, 1 @@ -89975,7 +90747,6 @@ meek.ml, 1 meekhak.com, 1 meeko.cc, 1 -meeko.ro, 1 meekru.com, 1 meektech.com, 1 meenzen.net, 1 @@ -89989,6 +90760,7 @@ meereskunst.de, 1 meerman.nl, 1 meerutcake.com, 1 +meesenburg.ro, 1 meesman.nl, 1 meesteresmisty.nl, 1 meet, 1 @@ -90136,6 +90908,7 @@ mehrnevesht.com, 1 mehrwert.de, 1 meia.ir, 1 +meiaiai.com, 1 meideas108.com, 1 meidev.co, 0 meier-stracke.de, 1 @@ -90165,6 +90938,7 @@ meinbuild.de, 1 meincenter-meinemeinung.de, 1 meincoach.at, 1 +meine-email-im.de, 1 meine-email-im.net, 1 meine-finanzanalyse.de, 1 meine-immofinanzierung.de, 1 @@ -90176,6 +90950,7 @@ meineweidegans.at, 1 meinewolke.pw, 1 meineziege.de, 1 +meinezuckerbaeckerei.de, 1 meinforum.net, 1 meinhard.com, 1 meinstartinsleben.com, 1 @@ -90185,9 +90960,10 @@ meinungsplatz.de, 1 meinv.asia, 1 meiqia.cn, 1 -meiqia.com, 1 meirifuli6.com, 1 meis.space, 1 +meise.cf, 1 +meise.ml, 1 meister-stuecke.com, 1 meister-texte.com, 1 meister-wuttke.de, 1 @@ -90235,8 +91011,9 @@ melaniatrump.com, 1 melanie-guy.fr, 1 melanie-schwarze.de, 1 +melaniebernhardt.com, 1 melaniec-thebest.tk, 1 -melaniegowen.com, 1 +melaniefaucher.ca, 1 melaniegruber.de, 1 melanieschweiger.com, 1 melanin.cf, 1 @@ -90254,6 +91031,7 @@ melbourneapartments.website, 1 melbournebushwalkers.org.au, 1 melbournecivilcelebrant.tk, 1 +melbournehookah.com.au, 1 melbournehousesitters.com, 1 melcher.it, 1 melchizedek-forum.de, 1 @@ -90272,6 +91050,7 @@ melhoresmarcasdenotebook.com.br, 1 melhorproduto.com.br, 1 meli-deluxe.org, 1 +melicove.com, 1 melideluxe.org, 1 melihacar.com.tr, 1 melikoff.es, 1 @@ -90286,11 +91065,11 @@ melissageorge.tk, 1 melissalb.tk, 1 melissameuwszen.nl, 1 -melivon.com, 1 meliyb.ga, 1 melkboshigh.co.za, 1 melkiran.tk, 1 melkoghonning.no, 1 +mellenbergerathletics.com, 1 mellika.ch, 1 mellonexia.ml, 1 mellonne.com, 1 @@ -90311,15 +91090,10 @@ melonstudios.net, 1 melontech.com, 1 melopie.com, 1 -melosyne.com, 1 -melosyne.de, 1 -melosyne.net, 1 -melosyne.org, 1 melpomene.me, 1 melrosemichaels.net, 1 meltdownresearch.com, 1 melted.me, 1 -meltina-hotel.com, 1 melusine.eu, 1 melvillecity.com.au, 1 melvinsfrance.tk, 1 @@ -90328,6 +91102,7 @@ memarbash.com, 1 memberbaz.ml, 1 memberclicks.net, 1 +memberplushq.com, 1 members-arbourlake.com, 1 members-only-shopping.com, 1 members.nearlyfreespeech.net, 0 @@ -90376,12 +91151,10 @@ men-costumes.tk, 1 men.com, 1 menanam.net, 1 -menanwc.org, 1 menaraannonces.com, 1 menardcountyil.gov, 1 menashawi.gov, 1 menazimkhan.tk, 1 -menchez.me, 1 menddie.com, 1 mendekuitxua.tk, 1 mendel.tk, 1 @@ -90396,12 +91169,12 @@ mendovoice.com, 1 mendozagenevieve.com, 1 mendrala.eu, 1 -mendrala.io, 1 mendrala.net, 1 menerga.it, 1 mengjianjiemeng.com, 1 mengjiucai.com, 1 mengliangyun.xyz, 1 +mengma.pub, 1 mengqingzhong.cn, 1 mengqingzhong.com, 1 mengqingzhong.com.cn, 1 @@ -90483,7 +91256,6 @@ mentoringauchan.es, 1 mentors4stem.org, 1 mentrixpill.com, 1 -menu.fyi, 1 menuel.me, 1 menufree.org, 1 menuiserie-deumer.be, 1 @@ -90512,7 +91284,6 @@ meps.net, 1 mera.ddns.net, 1 merabsurviladze.com, 1 -merafsolutions.com, 0 meraki.hu, 1 meralda.eu, 1 meralda.net, 1 @@ -90565,6 +91336,7 @@ mercedes-anciennes.fr, 1 mercedes-benz-arena-stuttgart.de, 1 mercedes-benz-kiev.com, 1 +mercedes-benz.com.py, 1 mercedes-ig.de, 1 mercelo.com, 1 mercenaryvfx.com, 1 @@ -90608,6 +91380,7 @@ meridianoshop.com.br, 1 meridianstore.com.br, 1 merikserver.tk, 1 +merino.codes, 1 merionwest.com, 1 meripohi.edu.ee, 1 merisia.ca, 1 @@ -90647,6 +91420,7 @@ meruhealth.com, 1 meruri.com, 1 mervart.co.uk, 1 +mervetekinmimarlikinsaat.com.tr, 1 mervewear.com, 1 merza.is, 1 merzai.co.uk, 1 @@ -90783,6 +91557,7 @@ metalmaniac.tk, 1 metalmonocle.com, 1 metalnight.tk, 1 +metalnivrati-iasenko.com, 1 metalpesado.tk, 1 metalsoviet.tk, 1 metaltracks.tk, 1 @@ -90848,6 +91623,7 @@ metformin365.tk, 1 methamphetamine.co.uk, 1 method.com, 1 +methode.com, 1 methodfactory.com, 1 methodist.com.tr, 1 methodprinting.com, 1 @@ -90941,6 +91717,7 @@ meurisse.org, 1 meusartis.ca, 1 meuscabeloscacheados.com.br, 1 +meusextosentido.com, 1 meusucesso.com, 1 mevanshop.com, 0 meveydesign.tk, 1 @@ -90949,7 +91726,6 @@ mevsalud.cl, 1 mew.build, 1 mew.vn, 1 -mewkid.net, 1 mews-demo.com, 1 mews.li, 1 mewsuppasitstudio.com, 1 @@ -90991,6 +91767,7 @@ mfatravaux.fr, 1 mfavis.com, 1 mfcentral.com, 1 +mfdy66.com, 1 mfedderke.com, 0 mfen.de, 1 mfg-fx.com, 1 @@ -91014,7 +91791,10 @@ mfxbe.de, 0 mfxer.com, 1 mfxm.fr, 1 +mfyy123.com, 1 +mg-case.com, 1 mgae.com, 1 +mgaroz.pro, 1 mgatreeservices.com, 1 mgclercoh.gov, 1 mgcs.org, 1 @@ -91038,7 +91818,6 @@ mglobalservices.com, 1 mgmd.org, 1 mgmeet.com, 1 -mgmhotelyangon.com, 1 mgmpic.com, 1 mgmultiservicessrl.it, 1 mgo-ostenfelde.tk, 1 @@ -91097,21 +91876,21 @@ mi1k.cn, 1 mi80.com, 1 mia-manager.dk, 1 -mia.ac, 1 mia.gent, 1 mia.tw, 0 mia3d.fr, 1 miaadler.net, 1 miaairportvillas.com, 1 miability.com, 1 -miabitch.net, 1 miablow.net, 1 miacuario.cl, 1 miadennees.com, 1 miagentemicasa.com, 1 miagexport.com, 1 miah.top, 1 +mialma.live, 1 miamibeachcommunitychurch.com, 1 +miamicountyohioauditor.gov, 1 miamidadeclerk.gov, 1 miamifl.casa, 1 miamifl.homes, 1 @@ -91120,6 +91899,7 @@ mianbao.ga, 1 mianfei.us, 1 miankamran.tk, 1 +mianra.ddns.net, 1 miao.ooo, 1 miao.team, 1 miaoft.com, 0 @@ -91152,6 +91932,7 @@ micareklamajansi.com, 1 micasayestilo.com, 1 micase.info, 1 +micatalogo.club, 1 micay.ca, 1 micbase.com, 1 miccaldo.tk, 1 @@ -91184,7 +91965,6 @@ michaeldancot.com, 1 michaeldavidsonmusic.com, 1 michaeldjoseph.com, 1 -michaelduhamel.com, 1 michaeleisen.org, 1 michaelessek.com, 1 michaelfoods.com, 1 @@ -91209,7 +91989,6 @@ michaelkuehn.tk, 1 michaell.io, 1 michaelleibundgut.com, 1 -michaelliunsky.cn, 1 michaelloveys.com, 1 michaeln.net, 1 michaelolson.blog, 1 @@ -91257,7 +92036,6 @@ michel-kratochvil.tk, 1 michel-pilaert.coach, 1 michel-wein.de, 1 -michel.cc, 1 micheladisavino.tk, 1 michelangelo1978.com, 1 michelangelofoundation.org, 1 @@ -91316,12 +92094,12 @@ microbiota-insect-vectors.group, 1 microbiote-insectes-vecteurs.group, 1 microbird.club, 1 -microblading.pe, 1 microblink.com, 1 microcert.cn, 1 microchains.network, 1 microco.sm, 1 microcomploja.com.br, 1 +microcosm.com, 1 microdesic.com, 1 microdot.fr, 1 microdots.de, 1 @@ -91338,7 +92116,6 @@ micromagic.fi, 1 micromaid.cf, 1 micromata.de, 1 -micromerchantsystems.com, 1 micromicro.cc, 1 micromind.io, 1 micronodes.net, 1 @@ -91436,6 +92213,7 @@ mieterschutzkartei.de, 1 mietwohnungen-vermietung.com, 1 mifacturabolivia.com, 1 +mifflincountypa.gov, 1 miffy.me, 1 mifirm.net, 1 miftahulteknik.com, 1 @@ -91491,6 +92269,7 @@ mihnea.net, 1 mihu233.com.cn, 1 mihva.com, 0 +miih-kiosk.com, 1 miimhort.com, 1 miisy.com, 1 miisy.eu, 1 @@ -91583,8 +92362,6 @@ mikecapson.com, 0 mikecb.org, 1 mikechasejr.tk, 1 -mikeflux.com, 0 -mikegao.net, 0 mikegao.org, 1 mikegerwitz.com, 1 mikeguy.co.uk, 1 @@ -91648,7 +92425,6 @@ mikrom.cz, 0 mikropixel.de, 1 mikrotech.co.za, 1 -mikrothink.com, 1 mikrotike.tk, 1 mikrozajmy-na-kartu.cf, 1 miku-doujin.com, 1 @@ -91685,6 +92461,7 @@ milanvreeken.nl, 1 milapopovich.com, 1 milasescmagazin.tk, 1 +milatlumaczenia.pl, 1 milavica.tk, 1 milavicca.tk, 1 milbournequine.co.uk, 1 @@ -91737,6 +92514,7 @@ miljotankar.se, 1 milk.games, 1 milkaalpesiutazas.hu, 1 +milkacat.com, 1 milkagyengedseg.hu, 1 milkaholic.ml, 1 milkameglepetes.hu, 1 @@ -91760,7 +92538,6 @@ millcreekwa.gov, 1 millefleurs.eu, 1 millenn.photos, 1 -millennialmoney.id, 1 millennium-thisiswhoweare.net, 1 millenniumfalcon.org, 1 millenniumhotels.com, 1 @@ -91772,6 +92549,7 @@ millerandfasselaw.com, 1 millerandzois.com, 1 millercountyga.gov, 1 +millercountymo.gov, 1 millerfabricationsolutions.com, 1 milleron.net, 1 milleron.xyz, 1 @@ -91856,7 +92634,6 @@ min-forsyning.dk, 1 min.io, 1 min.kiwi, 0 -min2.ru, 1 minacssas.com, 1 minademonic.org, 1 minaio.tk, 1 @@ -91875,6 +92652,7 @@ minbrew.com, 1 mincantos.com.br, 1 minced.cf, 1 +minclaw.com, 1 mincom.ga, 1 mind-books.gq, 1 mind-box.ch, 0 @@ -91932,7 +92710,6 @@ minecity.fun, 1 minecraft-forum.eu, 1 minecraft-game.ga, 1 -minecraft-reviews.com, 1 minecraft-server-list.com, 1 minecraft-server.eu, 1 minecraft-servers.biz, 1 @@ -91970,7 +92747,6 @@ minepack.net, 1 mineralnibani.bg, 1 minered.org, 1 -minersonline.tk, 0 minerstat.com, 1 minersvillepa.gov, 1 minerva2015.it, 1 @@ -91980,7 +92756,6 @@ mines-stetienne.fr, 1 minesouls.fr, 1 minestealth.xyz, 1 -minestore.com.br, 1 minestory.cf, 1 minesweepergame.de, 1 minetracker.dk, 1 @@ -92013,7 +92788,6 @@ minibaggerverleih-aulendorf.de, 1 minibardelivery.com, 1 minibikini.cf, 1 -minibomba.pro, 1 minibrewery.cf, 1 minibus-service.ru, 1 minicampingshalom.nl, 1 @@ -92077,7 +92851,6 @@ minload.com, 1 minmaxgame.com, 1 minna.tk, 1 -minndak.net, 1 minnesota8.org, 1 minnesotahealthcareconsortium.gov, 1 minnesotareadingcorps.org, 1 @@ -92102,6 +92875,7 @@ minsk-city.tk, 1 minsk-cops.tk, 1 minsk-music.tk, 1 +minsub.jp, 1 mint-frauen-bw.de, 0 mintclass.com, 1 mintdsmile.com.au, 1 @@ -92169,6 +92943,7 @@ mirabella.tk, 1 miraclesformya.org, 1 mirador.co.uk, 1 +mirador.com, 1 miradordelcondado.com, 1 mirage-project.tk, 1 miragenews.com, 1 @@ -92179,6 +92954,7 @@ mirahezebots.org, 1 mirai-coupon.com, 1 miraidenshi.com, 1 +miraizu-recruit.com, 1 mirakl.com, 0 miraldi.eu, 1 miramanga.org, 1 @@ -92214,6 +92990,7 @@ mirknighek.gq, 1 mirkofranz.de, 1 mirkomainardi.com, 1 +mirkout.com, 1 mirkvartir.tk, 1 mirmax.ch, 1 mirnesnet.tk, 1 @@ -92266,7 +93043,6 @@ misconfigured.io, 1 miscuadros.tk, 1 miscursosdebelleza.com, 1 -misentropic.com, 1 misexam.com, 1 misfit-media.com, 1 mishamayfairart.com, 1 @@ -92279,13 +93055,11 @@ mishraurology.com, 1 mishraweb.com, 1 misiepluszowe.com, 1 -misini.fr, 1 misinstrumentos.com, 1 misjoyas.com.es, 1 miskara.com, 1 miskatonic.org, 1 misoji-resist.com, 1 -misol.kr, 1 misooda.in, 1 mispelis.tk, 1 mispromo.com, 1 @@ -92306,7 +93080,6 @@ misseguf.dk, 1 missevent.pl, 1 missflora.se, 1 -missfuli.com, 0 missguidedus.com, 1 missilovely.tk, 1 missingchildreneurope.eu, 1 @@ -92315,7 +93088,6 @@ mission-orange.de, 1 missionflare.com, 1 missionfoods.com, 0 -missionpuppy.nl, 1 missions.me, 1 missionsgemeinde.de, 1 missionskreis-kueps.de, 1 @@ -92326,6 +93098,7 @@ missmaid.com, 1 missmeydan.com, 1 misson.ovh, 1 +missoulacountymt.gov, 1 missoulian.com, 1 missouri-sky.tk, 1 missouriheatingcoolingadvice.com, 1 @@ -92356,12 +93129,12 @@ mister-auto.it, 1 mister-auto.nl, 1 mister-matthew.de, 1 +misterbandb.com, 1 misterboddy.com, 1 misterd.ml, 1 misterdomain.eu, 1 mistergermany.tk, 1 mistergout.com, 1 -misterharty.com, 1 misterkeltic.com, 1 misterl.net, 1 misterorion.com, 1 @@ -92409,7 +93182,6 @@ mitensaadatyota.fi, 1 mitev.gq, 1 mitevi.com, 1 -mitfx.com, 1 mitgrussen.de, 1 mithgol.tk, 1 mithypnoseweiter.de, 1 @@ -92426,7 +93198,6 @@ mitraseo.tk, 1 mitratech.com.br, 1 mitrausahagoto.com, 1 -mitrausahatani.com, 1 mitrax.com.br, 1 mitre10.com.au, 0 mitrecaasd.org, 1 @@ -92503,6 +93274,7 @@ mixom.by, 1 mixom.net, 1 mixon.tk, 1 +mixpanel.com, 1 mixposure.com, 1 mixtafrica.com, 1 mixx.com.hk, 1 @@ -92520,7 +93292,6 @@ miyohiro.net, 1 miyoshi-kikaku.co.jp, 1 miyoshi-kikaku.com, 0 -miyugirls.com, 1 mizar.im, 0 mizik.cz, 1 miziklakay.com, 1 @@ -92561,6 +93332,7 @@ mjuktvatten.nu, 1 mjwadvisory.com.au, 1 mjzdaman.tk, 1 +mk-builder.net, 1 mk-translations.ua, 1 mk.gov.tr, 1 mk89.de, 1 @@ -92605,7 +93377,6 @@ mkk.de, 1 mkkcrafts.com, 1 mkkkrc.ru, 1 -mkl.cn, 1 mklenterprises.com, 0 mklenterprisesacademy.com, 1 mklenterprisescoaching.com, 1 @@ -92622,7 +93393,7 @@ mkplay.io, 1 mkprensa.tk, 1 mkrecek.cz, 1 -mkringel.de, 1 +mkringel.de, 0 mksac.co.uk, 1 mksdarchitects.com, 1 mkse.com, 1 @@ -92633,12 +93404,12 @@ mkw.st, 1 mkws.sh, 1 ml.tax, 1 +ml2d.com, 1 mlada-moda.cz, 1 mladamoda.sk, 1 mladenovac.tk, 1 mladinskislatna.si, 1 mladypodnikatel.cz, 1 -mlarte.com, 1 mlcfinvest.in, 1 mlclaw.com, 1 mlcnfriends.com, 1 @@ -92718,6 +93489,7 @@ mmmc.hk, 1 mmmofnigeria.tk, 1 mmmonk.net, 1 +mmoe.moe, 1 mmogah.com, 1 mmoneko.com, 1 mmonit.com, 1 @@ -92744,7 +93516,7 @@ mmzztt.com, 1 mn-hootsuite.herokuapp.com, 1 mn.ax, 1 -mnatechnologies.com.au, 0 +mnatechnologies.com.au, 1 mnbg.tk, 1 mncbank.co.id, 1 mnccc.gov, 1 @@ -92813,7 +93585,9 @@ mobclan.tk, 1 mobcsp.work, 1 mobeforlife.com, 0 +mobex.biz, 1 mobi-katalog.tk, 1 +mobi-trend.com, 1 mobidevtalk.com, 1 mobifrance.com, 1 mobigadget.tk, 1 @@ -92845,7 +93619,6 @@ mobilecoin.com, 1 mobilecontractcomparison.com, 1 mobilecraftingco.com, 1 -mobiledatabank.jp, 1 mobilegoldcoastelectrical.ga, 1 mobileit.cz, 1 mobilelaby.com, 1 @@ -92874,7 +93647,6 @@ mobiletraff.co, 1 mobilewikiserver.com, 1 mobilgaraj.com, 1 -mobilgelir.com, 1 mobilhaber.ga, 1 mobilhondatangsel.com, 1 mobilidadeurbana.ind.br, 1 @@ -93036,6 +93808,7 @@ moderntld.net, 1 moderntrailers.com.au, 1 moderntrainer.co.za, 1 +modernurogyn.com, 1 modernwebz.com, 1 modernworkplacelearning.co.za, 1 modernx.de, 1 @@ -93058,7 +93831,6 @@ mods.fm, 1 modscrew.com, 1 modsecurity.net, 1 -modstroem.dk, 1 modszombies.com, 1 moduhygiene.com, 1 modul21.eu, 1 @@ -93103,10 +93875,9 @@ moeli.org, 1 moellers.systems, 1 moeloli.ac.cn, 1 -moelten.org, 1 moemdom.info, 1 moenew.top, 1 -moenew.us, 0 +moenew.us, 1 moenjodaro.tk, 1 moensnatuursteen.be, 1 moepass.com, 1 @@ -93152,7 +93923,6 @@ mohela.com, 1 mohelafederal.com, 1 moheyuddin.tk, 1 -mohinhztoys.com, 1 mohister.cn, 1 mohitchahal.com, 1 mohot.com.tw, 1 @@ -93219,6 +93989,7 @@ mokeedev.review, 1 mokhtarmial.com, 1 moki.org.pl, 1 +moksha-movement.com, 1 mokujinken.tokyo, 1 mokum-organics.com, 0 mokutovo.tk, 1 @@ -93241,7 +94012,6 @@ moliporex.pt, 1 molise.store, 1 molkerei-ammerland.com, 1 -moller.cn, 1 molleron.net, 1 molletjesveer.tk, 1 mollie.com, 1 @@ -93311,6 +94081,7 @@ mon-cartable.fr, 1 mon-dolibarr.fr, 1 mon-habitation.ca, 1 +mon-match.com, 1 mon-partage.fr, 1 mon-sac-italien.fr, 1 mon-trafic.com, 1 @@ -93330,7 +94101,6 @@ monarchelectric.com, 1 monarcjuexpo.ch, 1 monaroindustrial.com.au, 1 -monasshahzad.com, 1 monasteriumlab.com, 1 monawalespornstar.com, 1 monays.ga, 1 @@ -93393,7 +94163,6 @@ moneydecadadia.com, 1 moneyfactory.gov, 1 moneyformybeer.com, 1 -moneyfortitude.com, 1 moneyfuxx.com, 1 moneygame.guru, 1 moneygo.se, 1 @@ -93509,6 +94278,7 @@ monroecountysheriff-ny.gov, 1 monroecountywv.gov, 1 monroect.gov, 1 +monroeoregon.gov, 1 monroetn.gov, 1 monsalvat.no, 1 monshoppingcestcalais.fr, 1 @@ -93650,6 +94420,7 @@ moonlights.tk, 1 moonlighttheatre.tk, 1 moonlit.cloud, 1 +moonlit.games, 1 moonmelo.com, 1 moonmoondomain.com, 1 moonpay.com, 0 @@ -93674,6 +94445,8 @@ moonzerotwo.tk, 1 mooreandsmalley.co.uk, 1 moorelife.cn, 1 +mooremi.gov, 1 +mooremillerinvestmentgroup.ca, 1 mooreminers.com, 1 mooresvilletribune.com, 1 mooretownrancheria-nsn.gov, 1 @@ -93692,6 +94465,7 @@ moosic.co, 1 moosikapp.ml, 1 moosikapp.tk, 1 +moosmann-moehrle.de, 1 moosmaus.tk, 1 moot-info.co.za, 1 moov.tk, 1 @@ -93789,7 +94563,6 @@ morgansleisure.co.uk, 1 morganton.com, 1 morganwilder.com, 1 -morgen.news, 1 morgengold.de, 1 morghochak.com, 1 morgner.com, 1 @@ -93889,7 +94662,6 @@ moseic.com, 1 moseleyelectronics.com, 1 moselwi.gov, 1 -moseracctg.com, 1 moserhof.it, 1 moservice.id, 1 mosfet.cz, 1 @@ -93958,6 +94730,7 @@ moteksystems.com, 1 moteksystems.net, 1 motezazer.fr, 1 +moth.monster, 1 motherboard.services, 1 motherbrain.tk, 1 motherearth.cf, 1 @@ -93970,6 +94743,7 @@ mothership.de, 1 mothersmediaonline.ga, 1 motichi.cf, 1 +motif.institute, 1 motifstudio.com.ua, 1 motion-a.com, 1 motion504.com, 1 @@ -94026,16 +94800,15 @@ motordearranque.com.br, 1 motoridiricerca.tk, 1 motorline.ru, 1 +motorparts-images.nl, 1 motorparts-online.com, 1 motorring.ru, 1 -motorsactu.com, 1 motorslopers.tk, 1 motorsplus.com, 0 motorsport-passion.com, 1 motortecbrasil.com.br, 1 motortg.it, 1 motortrend.com, 1 -motorviet.com, 1 motorways.tk, 1 motoryachtclub-radolfzell.de, 1 motorzone.od.ua, 1 @@ -94067,7 +94840,6 @@ motumport.se, 1 motumskane.se, 1 motun.ga, 1 -motyvuotiatletai.lt, 1 mou-pmr.tk, 1 moube.fr, 1 mouche.fr, 1 @@ -94122,7 +94894,6 @@ movacare.de, 1 movaci.com, 1 moval.gov, 1 -movaldesigns.com, 0 movavi.id, 1 movavi.ru, 1 move-out-cleaning.co.uk, 1 @@ -94130,7 +94901,6 @@ moveltix.net, 1 movemais.com, 1 movember.com, 0 -moveme.ca, 1 movementhub.org, 1 movementsodom.tk, 1 moveon4.com, 1 @@ -94187,11 +94957,13 @@ movinglogistics.nl, 0 movingoklahoma.org, 1 movingschoolsforward.com, 1 +movingservice-houston.com, 1 movingtohttps.com, 1 movio.ga, 1 moviro.net, 1 movlib.org, 1 movnest.com, 1 +mowercountymn.gov, 1 mowing-the-lawn.com, 1 mowster.com, 1 mowster.net, 1 @@ -94206,7 +94978,9 @@ moyer.pub, 0 moylen.eu, 1 moyminsk.tk, 1 +moyobi.com, 0 moyogorod.info, 1 +moyolondon.co.uk, 1 moyu.host, 0 moyufangge.com, 1 moz.idv.tw, 1 @@ -94254,6 +95028,7 @@ mphold.ru, 1 mphprogram.com, 1 mphprogramslist.com, 1 +mphq.de, 1 mphwinkel.nl, 1 mpi-sws.org, 1 mpi.org, 1 @@ -94330,14 +95105,22 @@ mrclutch.com, 1 mrcog.tk, 1 mrcomer.tk, 1 +mrcool.com, 1 mrcool.store, 1 +mrcooldiy.ca, 1 +mrcooldiy.com, 1 mrcoolevents.com, 1 +mrcoolfranchise.com, 1 +mrcoolfranchising.com, 1 +mrcooluniversal.ca, 1 +mrcooluniversal.com, 1 mrcyberpixel.tk, 1 mrd-rc.com, 1 mrd-v.com, 1 mrd.ninja, 1 mrdatenschutz.de, 1 mrdayman.com, 1 +mredsanders.net, 1 mrevolution.eu, 1 mrfactors.com, 1 mrfd.nl, 1 @@ -94397,6 +95180,7 @@ mrs-shop.com, 1 mrsbairds.com, 0 mrschristine.com, 1 +mrsejf.cz, 1 mrshahin.cf, 1 mrshang.tk, 1 mrsheep.win, 1 @@ -94423,6 +95207,7 @@ mrvl.net, 1 mrvnt.co, 1 mrwacky.com, 1 +mrwen.net, 1 mrwindow.co.uk, 1 mrwp.ru, 1 mrwrestling.tk, 1 @@ -94445,7 +95230,6 @@ msc-corps.de, 1 mscc.mu, 1 mscc.org, 1 -msch.pw, 1 msdnicrosoft.cn, 0 msdproduction.cz, 1 msdprojectclearmo.gov, 1 @@ -94480,6 +95264,7 @@ msm-data.com, 1 msm.ai, 1 msmails.de, 1 +msmarketinglab.com, 1 msmetana.cz, 1 msn.cn, 1 msn.com, 1 @@ -94491,7 +95276,6 @@ msnr.net, 1 msoc.gent, 1 msoffice-inc.net, 1 -msoida.me, 1 msoll.de, 1 msoll.eu, 1 msoutlook.info, 1 @@ -94632,7 +95416,6 @@ mtzbelarus.gq, 1 mtzfederico.com, 1 mu-sigma.com, 1 -mu-test.com, 1 mu-thunder.online, 1 mu-venezuela.tk, 1 mu-wi.gov, 1 @@ -94679,7 +95462,6 @@ mudramagik.com, 1 mudrc.net, 1 mudrex.com, 1 -muel.io, 1 muelhau.pt, 1 muell-weg.de, 1 muellapp.com, 0 @@ -94719,6 +95501,12 @@ muhrielle.org, 1 muhtesemsozler.com, 1 mui.com, 1 +mui.fitness, 1 +mui.kitchen, 1 +mui.news, 1 +mui.pet, 1 +mui.today, 1 +muii.com.br, 1 muii.in, 1 muilties.com, 1 muir.eu.org, 1 @@ -94744,6 +95532,7 @@ mulchexpressusa.com, 1 mulder.social, 1 mulderfamilie.tk, 1 +mulderontruimingen.nl, 1 mulej.net, 1 mulheres18.com, 1 muling.lu, 1 @@ -94787,6 +95576,7 @@ multimediaworld.tk, 1 multimediosmonti.com, 1 multipassword.com, 1 +multipleapi.de, 1 multiplex-rc.de, 1 multiplex.tk, 1 multiplexcy.com, 1 @@ -94817,7 +95607,6 @@ multivpn.com.ua, 1 multivpn.fr, 1 multivpn.su, 1 -multizone.games, 1 multnomahvotes.gov, 1 multsearch.eu.org, 1 multymaq.com, 0 @@ -94887,6 +95676,7 @@ munibilling.com, 1 munich-eventlocations.de, 1 munihei.de, 1 +munkeeboi.com, 1 munki.org, 1 munkibuilds.org, 1 munnasleepwear.com, 1 @@ -94912,7 +95702,6 @@ murashun.jp, 1 muratatifsayar.com.tr, 1 muratbekgi.com, 1 -muratboyla.com, 1 muratcileli.tk, 1 muratec.tw, 1 muratore-roma.it, 1 @@ -95008,7 +95797,6 @@ musicbow.com, 1 musicbox.party, 1 musicchris.de, 1 -musiccitymint.com, 1 musicfactory.ml, 1 musicflac4.tk, 1 musicfor.us, 1 @@ -95054,6 +95842,7 @@ musikarti.com, 1 musiker.tk, 1 musikhaus-korn.de, 1 +musikholics.com, 1 musikidersi.tk, 1 musiktag2020.ch, 1 musikverein-elten.de, 1 @@ -95072,7 +95861,6 @@ musitionfirst.com, 1 muskegontwpmi.gov, 1 muskegowi.gov, 1 -musketfire.com, 1 musketiers.tk, 1 musketonhaken.nl, 0 muskuratimorning.tk, 1 @@ -95092,12 +95880,12 @@ muspla.com.br, 1 mussalains.com, 1 musselsblog.com, 1 +mussonsppe.com, 1 mussonstrading.com, 1 musta.ch, 1 mustangapparel.ca, 1 mustard.co.uk, 1 mustard.llc, 1 -mustardinkstudios.com, 1 mustardwallet.com, 1 mustasj.no, 1 mustat.com, 1 @@ -95164,6 +95952,7 @@ muzi-tips.tk, 1 muzi.cz, 1 muzicamp3.org, 1 +muzicar.rs, 1 muzicari.tk, 1 muziekcentrumdebijloke.gent, 1 muziektermen.tk, 1 @@ -95202,7 +95991,6 @@ mvrcheck.com, 1 mvrdrivingrecords.com, 1 mvsp.ru, 1 -mvvacation.com, 1 mvwoensei.com, 1 mvwoensei.xyz, 1 mvwoensel.com, 1 @@ -95210,7 +95998,6 @@ mw.search.yahoo.com, 0 mwamitours.com, 1 mware-staging.azurewebsites.net, 1 -mwaspeed.com, 1 mwavuli.co.ke, 1 mway.io, 1 mwba.org, 1 @@ -95221,7 +96008,6 @@ mwhcp.org.au, 1 mwicescholarship.com, 1 mwinds.tk, 1 -mwine.sk, 1 mwlcouriers.com, 1 mwmopd.gov, 1 mwms.nl, 1 @@ -95263,6 +96049,7 @@ my-contract.ch, 0 my-contract.info, 0 my-contract.net, 0 +my-coordinates.com, 1 my-darkon.ru, 1 my-demo.co, 1 my-digital.fr, 1 @@ -95274,7 +96061,6 @@ my-force-user-content.com, 1 my-gps-tracker.co.uk, 1 my-health-homes.com, 1 -my-host.com, 1 my-host.ovh, 1 my-how-to-draw.com, 1 my-hps.de, 1 @@ -95342,7 +96128,7 @@ myakkatactical.com, 1 myalliance.church, 1 myalliancechurch.com, 1 -myalpine.shop, 1 +myalpine.shop, 0 myalsadd.tk, 1 myalumil.com, 1 myamend.com, 1 @@ -95473,7 +96259,6 @@ myconferencion.tk, 1 myconnection.ie, 1 myconradsiegel.com, 1 -myconsulting.ch, 0 myconsultingresources.com, 1 mycontactacuvue.fr, 0 mycontactopticien.fr, 0 @@ -95591,7 +96376,10 @@ myfdic.gov, 1 myfi24.ru, 1 myfile.gq, 1 +myfinance.co.nz, 1 myfinverse.com, 1 +myfinx.bh, 1 +myfinx.io, 1 myfirenet.com, 0 myfirstchessclub.com, 1 myfishpalace.at, 1 @@ -95607,7 +96395,6 @@ myfortdodge.com, 1 myforum.community, 1 myfreemp3.blog, 1 -myfreemp3.click, 1 myfreespiritpointscard.com, 1 myfrenchtattoo.fr, 1 myfsb.bank, 1 @@ -95618,13 +96405,11 @@ myfuturewebsite.co.uk, 1 myfxbook.com, 1 myfxcm.com, 1 -myg21.com, 1 mygadgetguardian.lookout.com, 0 mygallery.homelinux.net, 1 mygameconsole.tk, 1 mygaming.news, 1 mygate.at, 0 -mygate.com, 1 mygaypornstarlist.com, 1 mygaysitges.com, 1 mygd.org, 1 @@ -95670,8 +96455,7 @@ myhealthcheckup.com, 1 myhealthsquad.ca, 1 myhealthyday.com, 1 -myheartlaundry.com, 1 -myhechar.pro, 1 +myhechar.pro, 0 myhelcim.com, 1 myhell-anonim.tk, 1 myhelo.com, 1 @@ -95681,7 +96465,6 @@ myhmz.bid, 1 myhollywoodnews.com, 1 myhome-24.pl, 1 -myhomeworkpapers.com, 1 myhoor.ga, 1 myhostname.net, 1 myhotel.sk, 1 @@ -95790,9 +96573,11 @@ mymartinhalresidences.com, 1 mymb.pm, 1 mymcc.gift, 1 +mymdtaxes.gov, 1 mymed.de, 1 mymed.eu, 1 mymedia.gotdns.com, 1 +mymediabox.com, 1 mymedicareaccount.com, 1 mymedz.nl, 1 mymerlin.co.nz, 1 @@ -95827,7 +96612,6 @@ mynametags.nl, 1 mynametags.pt, 1 mynas.ovh, 1 -mynaturalhairstyles.com, 1 mynaturalmood.es, 1 mynaturebox.com, 1 mynaughtyalbum.com, 1 @@ -95861,6 +96645,7 @@ myodysi.com, 1 myofficeconnect.co.uk, 1 myofficerenovation.com, 1 +myokaloosa.gov, 1 myonline.store, 1 myonlinemovies.ga, 1 myonlinevehicleinsurance.com, 1 @@ -95928,6 +96713,7 @@ myprotime.eu, 1 myproxy.eu.org, 0 mypskov.tk, 1 +mypsy.online, 1 mypsychicreadings.tk, 1 mypt3.com, 1 mypvhc.com, 1 @@ -96096,7 +96882,6 @@ mystic-falls.tk, 1 mystic-welten.de, 1 mysticalroseschoolofcaloocan.com, 1 -mystickphysick.com, 1 mysticmedia.net, 1 mysticmine.shop, 1 mysticrealm.tk, 1 @@ -96151,7 +96936,6 @@ mytravelguide.tk, 1 mytreasury.gov, 1 mytrendiya.com, 1 -mytribus.com, 1 mytrinity.com.ua, 1 mytripcar.co.uk, 1 mytripcar.com, 1 @@ -96207,7 +96991,6 @@ mywindscreen.my, 1 mywish.co.il, 1 mywiwe.com.au, 1 -mywoodbridgedentist.com, 1 myworkboard.com, 1 myworkfromhome.ml, 1 myworkinfo.com, 0 @@ -96248,7 +97031,7 @@ n-doc.com, 1 n-doc.de, 1 n-gram.it, 1 -n-laboratory.jp, 1 +n-laboratory.jp, 0 n-linear.org, 1 n-m.lu, 1 n-man.info, 1 @@ -96264,6 +97047,7 @@ n15.org, 1 n16.co, 1 n1co68.freeboxos.fr, 1 +n1mp.org, 1 n26.com, 1 n29.co, 0 n2canada.ca, 1 @@ -96318,6 +97102,7 @@ naarenaa.tk, 1 naaronstoe.nl, 1 nab-services.ml, 1 +nabaleka.com, 1 nabboon.com, 1 nabc.com.au, 1 nabeer.ga, 1 @@ -96380,7 +97165,6 @@ nadinecays.com, 1 nadinethings.gq, 1 nadir.tk, 1 -nadirsolutions.com, 1 nadjabenaissa.tk, 1 nadjasummer.com, 1 nadlan.immo, 1 @@ -96400,7 +97184,6 @@ nafezly.com, 1 nafhomes.com, 1 nafhroaviano.com, 1 -nafilia.com, 1 nafod.net, 1 naga-semi.com, 1 naga-wedding.tk, 1 @@ -96432,6 +97215,7 @@ nagybotond.com, 0 nah.nz, 1 nah.re, 1 +naheulcraft.be, 1 nahfe.xyz, 1 nahman.tk, 1 nahouw.net, 1 @@ -96470,7 +97254,6 @@ nairobibusinessreview.com, 1 nairus.com.br, 1 nais.org, 1 -nais0ne.com, 1 najany.de, 1 najany.dk, 1 najany.nl, 1 @@ -96516,7 +97299,6 @@ nakib4tech.com, 1 nakim.cf, 1 nakin.tk, 1 -nakisa.com, 1 nakka.ch, 1 nakkati.tk, 1 nakliyat.name.tr, 1 @@ -96535,13 +97317,13 @@ nalexandru.xyz, 1 nalios.be, 1 nalle.fi, 1 -nalles.net, 1 nalresearch.com, 1 nalsai.de, 0 naltrexon.gq, 1 nalukfitness.com.br, 1 nalwin.cc, 1 namaanakperempuan.net, 1 +namabank.com.vn, 1 namacindia.com, 1 namalelaki.com, 1 namamala.com, 1 @@ -96570,6 +97352,8 @@ namesmaker.com, 0 namesnack.com, 1 namespacesquatting.com, 1 +namestudio.com, 1 +namestudioapi.com, 1 nametalent.com, 1 namethatporn.com, 1 namethissymbol.com, 1 @@ -96625,7 +97409,6 @@ nanhuimed.com, 1 nanhuitop.com, 1 naninossoftware.tk, 1 -nanji123.com, 1 nanjie.com.tw, 1 nanjiyy.com, 1 nankiseamansclub.com, 1 @@ -96671,6 +97454,8 @@ nanxin.xyz, 1 nao.sh, 1 naob.no, 1 +naocan.cf, 1 +naocan.ml, 1 naosproject.eu, 0 napavalleyregister.com, 1 napcae.de, 1 @@ -96738,7 +97523,6 @@ nargileh.nl, 1 naric.com, 1 narin.cf, 1 -narindal.ca, 1 narindal.ch, 1 naringslivsala.se, 1 nariohtools.com, 1 @@ -96775,7 +97559,6 @@ narutouzumaki.tk, 1 nary-software.com, 1 narzedziownia.top, 1 -nas-redes-sociais.com, 1 nas.gov.ua, 1 nasaacronyms-beta.com, 1 nasaacronyms.com, 1 @@ -96829,6 +97612,7 @@ nasrabady.tk, 1 nasrsolar.com, 1 nasrullaganjnews.tk, 1 +nassaucountyfl.gov, 1 nassautrafficny.gov, 1 nassconorfolk.com, 1 nasserver-test.de, 0 @@ -96853,7 +97637,6 @@ nataliaanderson.com.br, 1 nataliapearl.com, 1 nataliealba.net, 1 -nataliedawnhanson.com, 1 nataliehershlag.tk, 1 natalsentido.com, 1 natanaelys.com, 1 @@ -96870,7 +97653,6 @@ natashki.tk, 1 natasjaversantvoort.nl, 1 natchmatch.com, 1 -natcredit.ru, 1 nate.sh, 1 nateandxtina.wedding, 1 natedoss.com, 1 @@ -96896,9 +97678,9 @@ nathan.ovh, 1 nathan2055.com, 1 nathanaeldawe.com, 1 -nathanaelytj.xyz, 1 nathanbarry.com, 1 nathancrank.com, 1 +nathancuendet.ch, 1 nathanielknight.ca, 1 nathanielparker.com, 0 nathanielparker.de, 0 @@ -96979,7 +97761,6 @@ natura2000.tk, 1 naturabuy.fr, 1 naturaequidog.com, 1 -natural.cn, 1 naturalbeautyhacks.com, 1 naturalbladdercontrol.tk, 1 naturalcosmetics.cf, 1 @@ -96989,6 +97770,7 @@ naturalhealthscam.com, 1 naturalkitchen.co.uk, 1 naturallyuncommon.com, 1 +naturalprobiotica.com, 1 naturalreaders.com, 1 naturalresources.wales, 1 naturalstyle.tk, 1 @@ -97020,6 +97802,7 @@ naturopath.tk, 1 naturopatiasiddharta.com, 1 naturparadies-rheinauen.de, 1 +naturschutz-holderbank.ch, 1 naturvit.at, 1 natusvita.com, 1 natusvita.com.br, 1 @@ -97040,7 +97823,6 @@ naughty.audio, 1 naughtydog.com, 1 naukriresults.co.in, 1 -naulakhafellowship.com, 1 nauris.fi, 1 nauseainthemorning.ml, 1 nausicaahotel.it, 1 @@ -97055,6 +97837,7 @@ nav.no, 1 nava.org, 1 navadebejar.tk, 1 +navajasdesupervivencia.es, 1 navajocountyaz.gov, 1 navalarchitect.tk, 1 navalkejigo.tk, 1 @@ -97062,6 +97845,7 @@ navarrete.tk, 1 navasoft.com.tr, 1 naveengranites.com, 1 +navegantesdelcosmos.ec, 1 navegarea.tk, 1 naveka.ga, 1 navenlle.com, 1 @@ -97069,7 +97853,6 @@ navidarian.tk, 1 navienna.com, 1 navient.com, 1 -navigation.cn, 1 navigo-inc.com, 1 navigo.cc, 1 navigo.global, 1 @@ -97081,7 +97864,6 @@ navlnachekg.cz, 1 navnet.ml, 1 navoiyrapmafia.tk, 1 -navot.co.il, 1 navoto.com, 1 navstevnik.sk, 1 navycs.com, 1 @@ -97152,6 +97934,7 @@ nbaac.org, 1 nbad.al, 1 nbadancers.com, 1 +nbadao.com, 1 nbade.com, 1 nbafile.com, 1 nbagirls.com, 1 @@ -97180,6 +97963,7 @@ nbib.gov, 1 nbios.net, 1 nbis.gov, 1 +nbit.com, 1 nbl-forklift.com, 1 nbm.gov, 1 nbotvinnik.com, 1 @@ -97274,8 +98058,6 @@ ndaal.eu, 1 ndaccount.com, 1 ndarville.com, 1 -ndbilje.si, 1 -ndbt.com, 1 ndcpolipak.com, 1 ndeb-bned.ca, 1 ndev.tk, 1 @@ -97300,7 +98082,6 @@ ndscreening.com, 1 ndtblog.com, 1 ndum.ch, 1 -nduna.dk, 1 ndvlaw.com, 1 ndvr.com, 1 ndx.ee, 1 @@ -97352,7 +98133,7 @@ nebohost.tk, 1 neboley.cf, 1 nebra.io, 1 -nebracy.com, 1 +nebraskajudicial.gov, 1 nebraskaresearch2.gov, 1 nebucadnezzer.tk, 1 nebul.at, 0 @@ -97415,6 +98196,7 @@ neel.ch, 1 neemo.nz, 1 neenahwi.gov, 1 +neenan.com, 1 neero.fr, 1 nees.ga, 1 neesoft.com, 1 @@ -97455,8 +98237,10 @@ negr.tv, 1 negrete.tk, 1 negril.com, 0 +neh.gov, 1 nehalem.gov, 1 neheim-huesten.de, 1 +nehmer.net, 1 nehnutelnosti.io, 1 nehoupat.cz, 1 nehrp.gov, 1 @@ -97467,7 +98251,6 @@ neighborhood-threat.tk, 1 neighborhoodelectricwa.com, 1 neighborshop.de, 1 -neighbour.cn, 1 neil-barrett.com, 1 neil-barrett.uk, 1 neila.tk, 1 @@ -97496,7 +98279,6 @@ nekodex.net, 1 nekohana-inuhana.com, 1 nekoku.io, 1 -nekolove.jp, 1 nekomanten.de, 1 nekomata.tk, 1 nekomimi.pl, 1 @@ -97519,7 +98301,6 @@ nelegal-edition.tk, 1 nelflex.com.br, 1 nelhage.com, 1 -nelipak.com, 1 neljaenergia.ee, 1 nella-project.org, 1 nellacms.org, 1 @@ -97535,6 +98316,7 @@ nelson-marine.com, 0 nelsonrecruitmentservices.co.uk, 1 nelsonrodrigues.tk, 1 +nelsontwpoh.gov, 1 nelsonworldwide.com, 1 nelswong.com, 1 nelty.be, 1 @@ -97573,6 +98355,7 @@ nenkin-kikin.jp, 1 neno.io, 1 neo-novarion.com, 1 +neo-wave.ro, 1 neo1.com, 1 neo2k.dk, 0 neo2shyalien.eu, 0 @@ -97615,8 +98398,8 @@ neonfestival.net, 1 neonigma.tk, 1 neonknight.ch, 1 -neonmob.com, 1 neons.org, 1 +neontemple.net, 1 neoone.art, 1 neophilus.net, 1 neopolis.gr, 1 @@ -97708,7 +98491,6 @@ nerds.company, 0 nerdsin.space, 1 nerdsonline.tk, 1 -nerdsonsite.com, 1 nerdsuits.tk, 1 nerdsweide.nl, 1 nerdwallet.com, 1 @@ -97763,7 +98545,6 @@ neswblogs.com, 1 neswec.org.uk, 1 net-abuse.email, 1 -net-box.net, 1 net-combo-ja.com, 1 net-file.tk, 1 net-news.gq, 1 @@ -97836,6 +98617,7 @@ netferie.de, 1 netferie.dk, 1 netferie.no, 1 +netfiles.de, 1 netfirmtextile.com, 1 netflixlife.com, 1 netflowanalysissolution.com, 1 @@ -97946,7 +98728,6 @@ netsphere.cloud, 1 netsphere.cz, 1 netstjernen.dk, 1 -netstrategy.it, 1 netsyms.com, 1 netsys.com.tr, 1 netsystems.pro, 1 @@ -97959,7 +98740,6 @@ nettiger.tk, 1 nettikasino.top, 1 nettikasino247.com, 1 -nettilamppu.fi, 1 nettiruletti.ga, 1 nettiruletti.tk, 1 nettletonms.gov, 1 @@ -97982,7 +98762,6 @@ netwarc.nl, 1 netwatch.me, 1 netwave.pl, 1 -netweeks.com, 1 netwerkgeneeskunde.nl, 1 netwerkmediawijsheid.nl, 1 netwidow.com, 1 @@ -97996,6 +98775,7 @@ network-midlands.uk, 1 network-wr.tk, 1 network.ae, 0 +network.restaurant, 1 network23.nl, 1 networkarena.tk, 1 networkdiode.com, 1 @@ -98032,6 +98812,7 @@ netz-noe.at, 1 netz0.com, 1 netzabfragen.de, 1 +netzagentur.at, 1 netzen.tk, 1 netzer.ml, 1 netzfabrik.com, 1 @@ -98041,6 +98822,7 @@ netzpolitik.org, 1 netzspielplatz.de, 0 netzsv.website, 1 +netztest.at, 1 netzvieh.de, 1 netzwerk-kvp.de, 1 netzwerk-lq.com, 1 @@ -98117,7 +98899,9 @@ neverland.link, 1 neverness.tk, 1 nevers.fr, 1 +neversayretired.in, 1 neverwasinparis.com, 1 +nevi.nl, 1 nevim-co-varit.cz, 1 nevivur.net, 1 nevntech.com, 1 @@ -98158,6 +98942,7 @@ newantiagingcreams.com, 1 newapparatus.com, 0 newarkohio.gov, 1 +newarkwi.gov, 1 newasa.ga, 1 newasianbistro.com, 1 newaygo.gov, 1 @@ -98195,6 +98980,7 @@ newcapitaldev.com, 1 newcarlisleohio.gov, 1 newcars.tk, 1 +newcasablanca.com.br, 1 newcasinos-au.com, 1 newcasinos-ca.com, 1 newcastlemoneyman.com, 1 @@ -98255,7 +99041,6 @@ newind.info, 1 newinf.at, 1 newipswichnh.gov, 1 -newissuesmagazine.com.ng, 0 newjerseyvideography.com, 1 newjianzhi.com, 0 newkaliningrad.ru, 1 @@ -98271,7 +99056,6 @@ newman.ga, 1 newmansown.co.uk, 1 newmarketbouncycastlehire.co.uk, 1 -newmarketsaddlery.com.au, 1 newmatworld.com, 1 newmed.com.br, 1 newmedia.gotdns.com, 1 @@ -98376,7 +99160,6 @@ newsireland.tk, 1 newsiva.org, 1 newskinlasercenter.com, 1 -newslanes.com, 1 newslanka.tk, 1 newsletteralerts.com, 1 newsletters.gq, 1 @@ -98471,6 +99254,7 @@ nexiostaging.com, 1 nexiumgeneric.tk, 1 nexlight.be, 0 +nexo.games, 1 nexon.com.au, 1 nexril.net, 0 nexs.gg, 1 @@ -98604,7 +99388,7 @@ nfpors.gov, 1 nfpsa.lv, 1 nframe.io, 1 -nfrost.me, 1 +nfs.pub, 1 nfsec.pl, 1 nft-dagasi.com, 1 nft-dev-web.azurewebsites.net, 1 @@ -98663,7 +99447,6 @@ nguyenfamily.tk, 1 nguyenminhhung.com, 1 nguyensuu.tk, 1 -nguyenvankhoi.com, 1 ngvf.de, 1 ngvgamechanger.com, 1 ngx.hk, 1 @@ -98688,10 +99471,10 @@ nhdsilentheroes.org, 1 nhg.nl, 1 nhhoteljobs.nl, 1 -nhimf.org, 1 nhjvillalmanzo.tk, 1 nhk.jp, 1 nhnieuws.nl, 1 +nhome.ba, 1 nhr.nl, 1 nhscript.tk, 1 nhsinform.scot, 1 @@ -98709,7 +99492,6 @@ niagaraconstruction.org, 1 niagarafalls.ca, 1 niallator.com, 1 -nianubo.net, 1 niawier-wetsens.tk, 1 nibadesign.nl, 1 nibblehole.com, 1 @@ -98771,6 +99553,7 @@ nice-autosurf.com, 1 nice-germany.tk, 1 nice-links.tk, 1 +nice-pay.com, 1 nice-school.com.ua, 1 nice.ch, 1 nice.com, 1 @@ -98859,7 +99642,6 @@ nickwasused.gq, 1 nickwasused.ml, 1 nickwasused.tk, 1 -nickwatton.com, 1 nickyfoxx.net, 1 nickymoore.com, 1 nicn.me, 1 @@ -98915,6 +99697,7 @@ nicsys.de, 1 nictiz.nl, 1 nicul.in, 1 +nicwortel.nl, 1 nidhoeggr.duckdns.org, 1 nidialozano.com, 1 nidosi.nu, 1 @@ -99052,8 +99835,6 @@ nikami.tk, 1 nikandcara.com, 1 nikant.tk, 1 -nikashoping.ir, 1 -nikastores.ir, 1 nikavandenbos.nl, 1 nikavenus.com, 1 nike-studio.com, 1 @@ -99078,7 +99859,6 @@ nikkila.me, 1 nikkotaytay.tk, 1 nikksno.io, 1 -niklas.pw, 1 niklasbabel.com, 1 niklashagman.se, 1 niklasstinkt.com, 1 @@ -99144,7 +99924,6 @@ nimnadasl.tk, 1 nimnordic.com, 1 nimus.tk, 1 -nin.to, 1 nina-laaf.de, 1 nina-woerz.tk, 1 ninaafenehjelm.com, 1 @@ -99163,7 +99942,6 @@ ninedaysmore.tk, 1 nineenergyservice.com, 1 ninepints.co, 1 -ninernoise.com, 1 ninespec.com, 1 ninetailed.ninja, 1 ninetaillabs.com, 1 @@ -99181,7 +99959,7 @@ ninjacosmico.com, 1 ninjahub.net, 1 ninjamagic.tk, 1 -ninjasproxy.com, 1 +ninjasproxy.com, 0 ninjasquad.fr, 1 ninjaworld.co.uk, 1 ninkt.com, 1 @@ -99216,7 +99994,6 @@ nipponkempoph.tk, 1 nipponkousei.com, 1 nipponnews.tk, 1 -nipponprinting.co.jp, 1 nipponsteelwelding-thai.co.th, 1 nippynet.tk, 1 nirada.info, 1 @@ -99234,6 +100011,7 @@ nirvana-esport.fr, 1 nirvananirvana.tk, 1 nirvanashop.com, 1 +nirvati.org, 1 nirvel-shop.com, 1 niscemi.tk, 1 nishikino-maki.com, 1 @@ -99254,6 +100032,7 @@ nitendaytowing.ga, 1 nitifilter.com, 1 nitix.games, 1 +nitolab.com, 1 nitoville.com, 1 nitranoviny.sk, 1 nitrix.me, 1 @@ -99282,7 +100061,6 @@ nivoit.cf, 1 nix-sender.com, 1 nix-sender.ru, 0 -nix.cz, 0 nix.org.ua, 0 nix13.xyz, 1 nixcore.gq, 1 @@ -99290,6 +100068,7 @@ nixie.fashion, 1 nixonlibrary.gov, 1 nixops.me, 1 +nixorigin.one, 1 nixpare.com, 1 nixplus.tk, 1 nixrepair.nl, 1 @@ -99365,7 +100144,6 @@ nlcpakistan.org, 1 nlgr.de, 1 nllboard.co.uk, 1 -nlleisure.co.uk, 1 nlm.gov, 1 nlorganizing.com, 1 nlponline.com.ua, 1 @@ -99383,7 +100161,6 @@ nmegent.be, 1 nmeoverbetuwe.nl, 1 nmfinanciallaw.com, 1 -nmgks.com, 1 nmijudiciary.gov, 1 nmmlp.org, 1 nmontag.com, 1 @@ -99408,8 +100185,6 @@ nna774.net, 1 nnc.cat, 1 nnc.im, 1 -nnc.ink, 1 -nnc.moe, 0 nndfn.com, 1 nnet.ca, 1 nnews.tk, 1 @@ -99453,7 +100228,6 @@ noahmodas.com.br, 1 noahs.com, 1 noahsaso.com, 1 -noahwitt.me, 1 noamweb.com, 1 noangel.tk, 1 noart.tk, 1 @@ -99476,6 +100250,7 @@ noblehearinginstitute.com, 1 nobleparkapartments.com.au, 1 nobleproducts.biz, 1 +nobleridgetreedeck.com, 1 noblesmart.com, 1 noblogs.org, 1 nobly.de, 1 @@ -99516,7 +100291,6 @@ nodecdn.net, 1 nodecore.mine.nu, 1 nodecraft.com, 1 -nodeedge.com, 1 nodeers.com, 1 nodefoo.com, 1 nodejs.org, 1 @@ -99538,7 +100312,6 @@ noel.yt, 1 noelblog.ga, 1 noelclaremont.com, 1 -noellabo.jp, 1 noellimpag.me, 0 noemax.com, 1 noeontheend.com, 1 @@ -99575,7 +100348,6 @@ noirland.co.nz, 1 noirmale.com, 1 noirpvp.com, 1 -noiseandheat.com, 1 noiseboyz.com, 1 noisebridge.social, 1 noisky.cn, 1 @@ -99608,6 +100380,7 @@ noleggiobagnichimici.perugia.it, 1 noleggioimbarcazioni.it, 1 noleggiolimousine.roma.it, 1 +noleggiovetture.it, 1 nolinobaby.pl, 1 nolt.io, 1 nolte-tver.ru, 1 @@ -99621,11 +100394,11 @@ nomadichomes.org, 1 nomadiclifes.com, 1 nomadicrootsco.com, 1 -nomadistatravel.com, 1 nomadix.com, 1 nomadlist.com, 1 nomadphile.com, 1 nomadproject.io, 0 +nomadtech.servehttp.com, 1 nomadworld.net, 1 nomasfraudecolorado.gov, 1 nomaspicaduras.com, 1 @@ -99704,7 +100477,6 @@ nootropicpedia.com, 1 nootropil.cf, 1 noovell.com, 1 -noozy.org, 1 nopagefound.com, 1 nopaincenter.ro, 0 nopajam.tk, 1 @@ -99733,7 +100505,6 @@ norcconcrete.com, 1 norcopa.gov, 1 nord-sud.be, 1 -nord-sued-wohnmobile.de, 1 nordaccount.com, 1 nordbusinessaccount.com, 1 nordcheckout.com, 1 @@ -99761,6 +100532,7 @@ nordlayer.com, 1 nordlichter-brv.de, 1 nordlocker.com, 1 +nordmark-pharma.de, 1 nordmoregatebilklubb.com, 1 nordpass.asia, 1 nordpass.com, 1 @@ -99853,7 +100625,6 @@ northernlight.com, 1 northernlitescourier.ca, 1 northernpowertrain.com, 1 -northernwolf.co.uk, 1 northfayettepa.gov, 1 northfayettepapolice.gov, 1 northfieldmn.gov, 1 @@ -99875,6 +100646,7 @@ northokanaganbookkeeping.com, 1 northplainfield-nj.gov, 1 northplainfieldnj.gov, 1 +northplattene.gov, 1 northpointoutdoors.com, 1 northpole.dance, 1 northportfl.gov, 1 @@ -99900,6 +100672,7 @@ northwoodoh.gov, 1 northwoodstudios.org, 1 northzone.ml, 1 +norvelltwp-mi.gov, 1 norwalkct.gov, 1 norwalkps.org, 1 norway.ml, 1 @@ -99933,7 +100706,6 @@ nosproduitsdequalite.fr, 1 nossasenhoradodesterro.com.br, 1 nossasenhoradopranto.pt, 1 -nossoamigo.org, 1 nossorepresentante.com.br, 1 nostalgicinfinity.tk, 1 nostalgie.tk, 1 @@ -100030,10 +100802,11 @@ notif-moncompte-laposte.info, 1 notific.at, 1 notificami.com, 1 +notify.gov, 1 notifyed.com, 1 +notifymy.team, 1 notilus.fr, 1 notime.tk, 1 -notimundodbs.info, 1 notinglife.com, 1 notionbackups.com, 1 notipress.mx, 1 @@ -100054,7 +100827,6 @@ notomalayan.tk, 1 notonprem.com, 1 notora.tech, 1 -notorious.cn, 1 notoriousdev.com, 1 notos.co, 1 notrated.net, 1 @@ -100102,7 +100874,6 @@ novaintegra.com, 1 novak.cf, 1 novakola.bg, 1 -novalevante.info, 1 novalite.rs, 0 novalnet.de, 1 novanetwork.ml, 1 @@ -100122,7 +100893,6 @@ novaya.no, 1 novayagazeta-ug.ru, 1 novayagazeta.ee, 1 -novayagazeta.eu, 1 novayagazeta.ru, 1 novayazemlya.tk, 1 nove.city, 1 @@ -100162,6 +100932,7 @@ novinykraje.cz, 1 novip.tk, 1 novlets.com, 1 +novobi.com, 1 novobudowa.pl, 1 novocarrobr.com.br, 1 novodiegomaia.com.br, 1 @@ -100173,6 +100944,7 @@ novokuznetsk.tk, 1 novonegoc.io, 1 novoodesabibl.tk, 1 +novopromo.ru, 1 novoresume.com, 1 novorossiysk.tk, 1 novorussiya.tk, 1 @@ -100195,7 +100967,6 @@ novu.com, 1 novumclinic.pl, 1 novumnet.com.br, 1 -novumsafe.com, 1 novurania.com, 1 novy.software, 1 novy.vip, 1 @@ -100208,7 +100979,6 @@ now101atm.tk, 1 nowaesthetic.com, 1 nowaovivo.com.br, 1 -nowar72.info, 1 nowarning.cc, 1 nowbb.tk, 1 nowcomplete.com.br, 1 @@ -100243,12 +101013,14 @@ nozel.cf, 1 nozel.ga, 1 nozel.gq, 1 +nozesurvival.pl, 1 nozom.tk, 1 np-edv.at, 1 np.search.yahoo.com, 0 np39.de, 1 npaf.org, 1 npaihb.org, 1 +npass.us, 1 npath.de, 1 npbeta.com, 1 npc-ts.org, 1 @@ -100329,6 +101101,7 @@ nshipster.com, 1 nshipster.es, 1 nshispeed.nl, 1 +nshmlaw.com, 1 nsics.co.jp, 1 nsikakimoh.com, 1 nsine.be, 1 @@ -100402,7 +101175,6 @@ ntvtelugu.com, 1 ntx360grad-fallakte.de, 1 ntz.im, 1 -ntzwrk.org, 1 nu-pogodi.net, 1 nu.com.mx, 1 nu.fi, 1 @@ -100477,6 +101249,7 @@ nuipogoda.ru, 1 nuitec.com.br, 1 nuits-franciliennes.fr, 1 +nuix.com, 1 nuke-masters.tk, 1 nukegeyobo.jp, 1 nukeiso.ml, 1 @@ -100484,7 +101257,6 @@ nukeportal.tk, 1 nukeshop.tk, 1 nukleoti.de, 1 -nukleovisual.com, 1 nukute.com, 0 nul20.nl, 1 null-d.com, 1 @@ -100553,6 +101325,8 @@ nunoprospero.com, 1 nunsarean.tk, 1 nuntiicaelo.in.ua, 1 +nunu.cf, 1 +nunu.ml, 1 nuooly.com, 1 nuos.org, 1 nuovaelle.it, 1 @@ -100578,7 +101352,6 @@ nurseactioners.ga, 1 nurseactionest.ga, 1 nursejj.com, 1 -nursejournal.org, 1 nursemom.ca, 1 nurserystory.co.uk, 1 nurses.dating, 1 @@ -100627,6 +101400,7 @@ nutrition.gov, 0 nutritiondynamixrd.com, 1 nutritioned.org, 1 +nutritionfitness.fr, 1 nutritious.cf, 1 nutrizionista.roma.it, 1 nutroeffect.com, 1 @@ -100659,11 +101433,8 @@ nvdps.gov, 1 nve-qatar.com, 1 nvest.co.za, 1 -nvestel.co.za, 1 nvestholdings.co.za, 1 -nvestholdings.com, 1 nvestproperties.co.za, 1 -nvests.co.za, 1 nvestsec.co.za, 1 nvfh.co.za, 1 nvfoundation.com, 1 @@ -100678,6 +101449,7 @@ nvlop.xyz, 0 nvme.xyz, 1 nvmo.org, 1 +nvnv.cf, 1 nvoip.com.br, 1 nvq.nl, 1 nvr.bz, 1 @@ -100744,7 +101516,6 @@ nyangasm.com, 0 nyangasm.net, 0 nyangasm.org, 0 -nyanners.moe, 1 nyanor.cloud, 1 nyansparkle.com, 1 nyantec.com, 1 @@ -100790,6 +101561,9 @@ nym.at, 1 nynadynasir.co.id, 0 nynadynasir.my.id, 1 +nyoka-flutter.com, 1 +nyoka-nodejs.com, 1 +nyoka-react.com, 1 nyoka.io, 1 nyoka.ru, 1 nyoliveoil.com, 1 @@ -100828,6 +101602,8 @@ nzno.org.nz, 1 nzpost.ga, 1 nzroom.cf, 1 +nzsafety.co.nz, 1 +nzsafetyblackwoods.co.nz, 1 nzstudy.ac.nz, 1 nzt.capital, 1 nzt.co, 1 @@ -100897,6 +101673,7 @@ oaaa.org, 1 oabtherapy.com, 1 oadeo.com, 1 +oagf.gov.ng, 1 oahpmdata.net, 1 oakbarnvets.com, 1 oakbarnwellness.com, 1 @@ -100931,6 +101708,7 @@ oasegroen.nl, 1 oasen.nl, 1 oasiristorantebagno.it, 1 +oasis-info.co.uk, 1 oasis.in, 1 oasisbodycare.jp, 1 oasisgenetics.com, 1 @@ -100948,7 +101726,6 @@ obalky-obaly.sk, 1 obamalibrary.gov, 1 obamawhitehouse.gov, 1 -obamed.com, 1 obandln.de, 1 obarax.com, 1 obasigeorge.com, 1 @@ -101044,11 +101821,12 @@ observability.top, 1 observer.com, 1 obsessedwithknives.ru, 1 -obsessharness.com, 1 obsessivecompulsiveexplained.com, 1 obsica.com, 1 obsidianirc.net, 1 obsproject.com, 1 +obss.com.tr, 1 +obss.tech, 1 obstgarten.berlin, 1 obsuzhday.com, 1 obtima.org, 1 @@ -101110,6 +101888,7 @@ oceanborn.ml, 1 oceanborn.tk, 1 oceanbreezehomes.com, 1 +oceancountynj.gov, 1 oceancrew.org, 1 oceandns.eu, 1 oceandns.net, 1 @@ -101157,6 +101936,7 @@ ochsenfeld.co, 1 ochsundjunior.ch, 1 ochsundjunior.swiss, 1 +ochutnejitalii.cz, 1 ociaw.com, 1 ocimumcdn.net, 1 ockendenhemming.co.uk, 1 @@ -101171,7 +101951,6 @@ ocnjdaily.com, 1 ocodo.ru, 1 ocolere.ch, 1 -ocongo.com, 1 oconlakewi.gov, 1 ocontocountywi.gov, 1 ocotg.com, 1 @@ -101179,6 +101958,7 @@ ocprintgraphics.gov, 1 ocqueoctwpmi.gov, 1 ocs-finance.net, 1 +ocs.navy, 1 ocsamochodu.pl, 1 ocsan.gov, 1 ocsbl.at, 1 @@ -101209,7 +101989,6 @@ octane.co, 1 octane.net.au, 1 octanio.com, 1 -octaon.com, 0 octarine.cc, 1 octarineparrot.com, 1 octav-avocats.fr, 1 @@ -101235,7 +102014,6 @@ octovpn.com, 1 ocufekojip.ga, 1 ocularsolution.com, 1 -oculo.by, 1 oculta.ml, 1 oculus.com, 1 ocuuc.org, 1 @@ -101335,7 +102113,7 @@ oedeemboek.nl, 1 oegd.at, 1 oeh.ac.at, 1 -oeilpouroeilcreations.fr, 1 +oeilpouroeilcreations.fr, 0 oeko-bundesfreiwilligendienst-sh.de, 1 oeko-bundesfreiwilligendienst.de, 1 oeko-jahr-jubilaeum.de, 1 @@ -101355,6 +102133,7 @@ oertle.tk, 1 oessi.eu, 1 oesterbaron.nl, 1 +oettig.de, 1 oetzies-quiz.com, 1 of-sound-mind.com, 1 of2106.dnsalias.org, 1 @@ -101386,7 +102165,6 @@ offentligsektormedmoln.se, 1 offeo.com, 1 offer-today.ml, 1 -offer.cn, 1 offerhome.com, 1 offermagnet.co, 0 offermann-koeln.de, 1 @@ -101411,6 +102189,7 @@ office-op.tk, 1 office-ruru.com, 1 office.urown.cloud, 1 +office2s.com, 1 office365-apps.com, 1 office365.us, 1 officecode.co.uk, 1 @@ -101431,7 +102210,6 @@ officert.ga, 1 officevibe.com, 1 official-sensitive.org, 1 -official.cn, 1 official.my, 1 officialazhanorthcoast.com, 1 officialdbay.com, 1 @@ -101489,10 +102267,10 @@ oformlaj.ga, 1 ofpad.com, 1 ofrion.lu, 1 +ofs-28.com, 1 ofsetas.lt, 1 oftamedic.com, 0 oftn.org, 1 -oftransfer.com, 1 ofuquemalitaestoy.tk, 1 og-chemistry.ru, 1 oga.fit, 0 @@ -101539,14 +102317,16 @@ ohako-inc.jp, 1 oharas.fr, 1 oharrasplumbing.com, 1 -ohartl.de, 0 +ohartl.de, 1 ohayosoro.me, 1 ohbabybean.com, 1 ohbutt.com, 1 +ohcanvas.com, 1 ohchouette.com, 1 ohcomassagechairs.com, 1 oheila.com, 1 ohentpay.com, 1 +ohglowup.nl, 1 ohhappy.win, 1 ohifonly.com, 0 ohioag.gov, 1 @@ -101643,7 +102423,6 @@ okcasino.ga, 1 okchousebuyer.com, 1 okeeferanch.ca, 1 -okegugel.com, 1 okemahok.gov, 1 okeydeyim.com, 1 okhanvatansever.tk, 1 @@ -101756,6 +102535,8 @@ oldcitysmokehouse.com, 1 oldcold.co, 1 olddisk.ml, 1 +olddominionspeedway.com, 1 +olddragon.com.br, 1 oldenzaal.tk, 1 older-racer.com, 1 oldertarl.ddns.net, 1 @@ -101797,6 +102578,7 @@ oldtimerreifen-moeller.de, 1 oldtimers.tk, 1 oldtimesecurity.tk, 1 +oldtowntownship-il.gov, 1 oldtoystuff.com, 1 oldvaliken.tk, 1 oldvps.com, 1 @@ -101870,6 +102652,7 @@ oliverniebuhr.de, 1 oliverschmid.space, 1 oliverspringer.eu, 1 +oliverswindles.com, 1 oliverwenz.de, 1 olivetbgc.org, 1 olivetchurch.org.uk, 0 @@ -101912,6 +102695,7 @@ olmmcc.tk, 1 olmsted.io, 1 olmstedcounty.gov, 1 +olmstedtownshipohio.gov, 1 oloadvid.tk, 1 olofa.org, 1 olofly.com, 1 @@ -101933,7 +102717,7 @@ olwm.com, 1 olxa.tk, 1 olxdir.tk, 1 -olydent.com, 0 +olydent.com, 1 olyfed.com, 1 olygazoo.com, 1 olymp-arts.world, 1 @@ -101952,6 +102736,8 @@ olympiclodgebyayres.com, 1 olymptrade.com, 1 om.yoga, 1 +oma-opa-enkel-urlaub.de, 1 +oma-opa-enkel.de, 1 omaedu.ro, 1 omag.gov, 1 omaha.com, 1 @@ -102000,6 +102786,7 @@ omelorer.com, 1 omenprinting.com.au, 1 omeopatiadinamica.it, 1 +omerdanismaz.com, 1 omerdemirel.com.tr, 1 omert.tk, 1 omerta.tk, 1 @@ -102033,7 +102820,9 @@ omitech.co.uk, 1 ommam.com.br, 1 ommcitalflex.com, 1 +omnama.it, 1 omnel.ml, 1 +omngc.gov, 1 omni.chat, 1 omniaclubs.com, 1 omniaintranet.com, 1 @@ -102069,6 +102858,7 @@ ompokeronline.com, 1 omranic.com, 1 omro-wi.gov, 1 +omroepvenray.nl, 1 omronwellness.com, 1 omsdieppe.fr, 1 omshivalab.com, 1 @@ -102086,13 +102876,13 @@ on-networkers.ml, 1 on-networkers.tk, 1 on-running.com, 1 +on-state.com.ua, 1 on-tandemdrive.com, 1 on-tandemdrive.nl, 1 on-targettrainingcourses.com, 1 on-tech.co.uk, 1 on-the-wave.com, 1 on-tv.tk, 1 -on-wert.de, 1 on2it.net, 1 on2it.nl, 1 on3.com, 1 @@ -102106,22 +102896,24 @@ onair.ovh, 1 onarto.com, 1 onavstack.net, 1 -onbase.com, 1 onbettertech.com, 1 onbley.com.br, 1 oncaagt.com, 1 oncc.org, 1 oncecocuklar.org.tr, 1 oncemorearoundeternity.com, 1 +oncentive.io, 1 onceuagain.tk, 1 onceuponabow.org, 1 onceuponachicken.com, 1 onceuponarainbow.co.uk, 1 oncf.asso.fr, 1 onchclub.tk, 1 +onclouds.tech, 1 oncologynote.com, 0 oncore-eurofins.com, 1 oncotarget.ru, 1 +oncura.health, 1 ond-inc.com, 1 ond-inc.jp, 1 ondafc.es, 1 @@ -102156,6 +102948,7 @@ one2team.com, 1 one3oneapartments.com, 1 one6688.com, 1 +oneaftac.gov, 1 oneandfree.org.au, 1 oneapi.io, 1 oneartyminute.com, 1 @@ -102165,6 +102958,7 @@ onebigcow.com, 1 onebiz.tk, 1 oneblinc.com, 1 +oneblock.fr, 1 onebookstore.ml, 1 onebreadcrumb.com, 1 onebreadcrumb.com.au, 1 @@ -102224,6 +103018,7 @@ onemindmedicinals.com, 1 oneminute.io, 0 oneminutetomindfulness.com, 1 +onemix.me, 1 onemodel.com.au, 1 onemodel.us, 1 onemonthcamera.tk, 1 @@ -102234,7 +103029,7 @@ oneonemedia.tk, 1 oneononeonone.de, 1 oneononeonone.tv, 1 -onepeloton.ca, 1 +onepeloton.ca, 0 onepeloton.co.uk, 1 onepeloton.com, 1 onepersona.io, 1 @@ -102387,7 +103182,6 @@ onlinebookmarks.tk, 1 onlinebrides.tk, 1 onlinebs.tk, 1 -onlinebseb.in, 1 onlinebupropion.gq, 1 onlinebusiness.law, 1 onlinecannabiseducation.com, 1 @@ -102447,6 +103241,7 @@ onlinemphdegree.net, 1 onlinemswprograms.com, 1 onlinenewspaperclassifieds.com, 1 +onlineorto.com, 1 onlinepay.tk, 1 onlinepaydayloans365.tk, 1 onlineplay.ml, 1 @@ -102519,6 +103314,7 @@ onlymammoths.com, 1 onlymyenglish.com, 1 onlysmoker.com, 1 +onlystars.news, 1 onlystay.ga, 1 onlyu.eu, 1 onlyveg.tk, 1 @@ -102847,6 +103643,7 @@ operacionlimpieza.com, 1 operad.fr, 1 operadotejo.org, 1 +operahedeland.dk, 1 operalogg.com, 1 operanavigation.ro, 1 operatic.gq, 1 @@ -102872,7 +103669,6 @@ opic.gov, 1 opid.my.id, 1 opieoils.co.uk, 1 -opikini.com, 1 opil.no, 1 opin.me, 1 opinie.pl, 1 @@ -102978,6 +103774,7 @@ optik-sehstern.de, 1 optik-tamara.de, 1 optik-trosdorff.de, 1 +optikalbloc.com.au, 1 optiker-gilde.de, 1 optikflow.com, 1 optikoscolombia.com, 1 @@ -103003,7 +103800,6 @@ optimizedlabs.info, 1 optimizedlabs.net, 1 optimizedlabs.uk, 1 -optimizer.cn, 1 optimom.ca, 1 optimon.io, 1 optimummenhealth.com, 1 @@ -103036,7 +103832,6 @@ optoms.tk, 1 optoutday.de, 1 optoutpod.com, 1 -optpra.ru, 1 optru.eu.org, 1 opture.ch, 1 optykgill.pl, 1 @@ -103059,6 +103854,7 @@ oqpo.ru, 1 oqrqtn7ynmgc7qrgwd-ubhdvfiymfbjrh5ethdti8.com, 0 oqwebdesign.com, 1 +ora-ks.com, 1 orablanket.co.nz, 1 oracaodocredo.com.br, 1 oracle-support.nl, 1 @@ -103074,6 +103870,7 @@ orang-utans.com, 1 orangatame.com, 1 orangeacademy.cz, 1 +orangeappalam.com, 1 orangecityfl.gov, 1 orangefinanse.com.pl, 1 orangehome.ga, 1 @@ -103163,7 +103960,6 @@ ordilo.org, 1 ordina.tk, 1 ordinals.com, 1 -ordio.co.nz, 1 ordner.tk, 1 ordoro.com, 1 ordr.net, 1 @@ -103185,9 +103981,11 @@ orel-city.ml, 1 orel-sait.tk, 1 orel.ga, 1 +orel.se, 1 orelblog.tk, 1 orelferm.ru, 1 orelnet.tk, 1 +orem.gov, 1 orenburg-life.tk, 1 orendamebliv.com.ua, 1 orendatattoo.bg, 1 @@ -103303,7 +104101,6 @@ oriveda.nl, 1 oriya-hrs.com, 1 orizarja.tk, 1 -orjanichairspa.com, 1 orkaev.cf, 1 orkestar-krizevci.hr, 1 orkincanada.ca, 1 @@ -103321,6 +104118,7 @@ orlandopooltech.com, 1 orlandoprojects.com, 1 orlandorentavilla.com, 1 +orleansiowa.gov, 1 orleika.io, 1 orleika.ml, 1 ormanetrading.com, 1 @@ -103338,6 +104136,7 @@ oroconews.com.br, 1 orodelsalento.com, 0 orologeria.roma.it, 1 +oronomn.gov, 1 oroshikikin.jp, 1 orovillelaw.com, 1 orpf.ir, 1 @@ -103379,15 +104178,12 @@ ortopertutti.it, 1 ortto.com, 1 oruggt.is, 1 -orum.in, 1 -oruzjeonline.com, 1 orviboperu.com.pe, 1 orwell.tk, 1 oryva.com, 1 orzechot.pl, 1 os-s.net, 1 os-t.de, 1 -os.ax, 1 os24.cz, 1 os76.xyz, 1 osaamiskartoitus.fi, 1 @@ -103412,13 +104208,12 @@ osateam.tk, 1 osau.com, 1 osawatomieks.org, 1 -osawatomielibrary.org, 1 osb-alliance.de, 1 osbeck.com, 1 osborn.io, 1 osborne.tk, 1 osbornecounty.gov, 1 -osborneinn.com, 1 +osborneinn.com, 0 osbornepro.com, 1 osburn.com, 1 osbygymnasium.se, 1 @@ -103472,7 +104267,6 @@ oslo-kammerorkester.no, 1 osm.is, 1 osm.org, 1 -osm.ovh, 1 osmaniyehaber.tk, 1 osmanlitakilari.tk, 1 osmanlitorunu.com, 1 @@ -103600,7 +104394,6 @@ otng.us, 1 otoblok.com, 1 otogeworks.com, 1 -otokirala.com, 1 otokiralama.name.tr, 1 otokocikinciel.com, 1 otoma.tk, 1 @@ -103615,6 +104408,7 @@ otorino.tk, 1 otorium.gq, 1 otorrino.pt, 0 +otosemi.com, 1 otoy.com, 1 otpbd.xyz, 1 otpdvi.gov, 1 @@ -103630,6 +104424,7 @@ otsfurniture.ca, 1 otsu.beer, 1 ott-tv.org, 1 +ottawatribe.gov, 1 ottens.tk, 1 otterly.me, 1 otterpops.tk, 1 @@ -103711,13 +104506,15 @@ ouronyx.com, 0 ouropal.com, 1 ourpharmacynetwork.com, 1 -ourphonestoday.com, 1 ourplanetary.com, 1 ours-tudio.com, 1 oursibparksplan.com, 1 oursportscentral.com, 1 ourstory.rip, 1 oursurplus.com, 1 +oursweb.com, 1 +oursweb.net, 1 +oursweb.org, 1 ourtableforseven.com, 1 ourteamforabetterworld.de, 1 ouruglyfood.com, 1 @@ -103790,7 +104587,6 @@ outshinesolutions.nl, 1 outsideconnections.com, 1 outsiders.paris, 0 -outsidershairboutique.com, 1 outsize.tk, 1 outsourcify.net, 1 outsourcingdenomina.co, 1 @@ -103810,7 +104606,6 @@ ovallevirtual.tk, 1 ovalterfurtado.com.br, 1 ovationhand.com, 1 -ovbr.ru, 1 ovc.gov, 1 ovcttac.gov, 1 ovegi.co.id, 1 @@ -103842,6 +104637,7 @@ overground.tk, 1 overheek.tk, 1 overlevers.tk, 1 +overlevingsmessen.nl, 1 overlook.tk, 1 overlooklakeaustin.com, 1 overlord.network, 1 @@ -103892,6 +104688,7 @@ ovstravel.com, 1 ovuk.ru, 1 ovvy.net, 0 +owagik.com, 1 owasp.ru, 1 owatonna.gov, 1 owatonnagrows.gov, 1 @@ -103902,6 +104699,7 @@ owensboroky.gov, 1 owenschumacher.tk, 1 owensmith.website, 1 +owensvilleoh.gov, 1 owfactory.com, 1 owid.cloud, 1 owise.tk, 1 @@ -103924,7 +104722,7 @@ owldevelopers.tk, 1 owlexa.com, 1 owlhollowbakery.com, 1 -owln.ai, 1 +owln.ai, 0 owlnull.me, 1 owlscrap.ru, 1 owlsec.io, 1 @@ -103939,6 +104737,7 @@ owningless.fr, 1 ownparking.com, 1 ownspec.com, 1 +ownsport.fr, 1 owntips.ml, 1 owntournament.org, 1 ownwolke.de, 1 @@ -103971,7 +104770,6 @@ oxide.social, 1 oxidecomputer.net, 1 oxidecomputer.social, 1 -oxidescooters.co.uk, 1 oxidized.org, 1 oxigenoinformatica.tk, 1 oximedia.ga, 1 @@ -104043,6 +104841,7 @@ ozel-ders.tk, 1 ozelgitardersi.tk, 1 ozellaruck.tk, 1 +ozemsec.com.br, 1 ozero-kardyvach.ru, 1 ozgurbozkurt.com, 1 ozgurgokmen.net, 1 @@ -104075,7 +104874,6 @@ p-p.site, 1 p-pac.com, 0 p-pc.de, 1 -p-store.net, 1 p-t.io, 1 p.ac, 1 p.lu, 1 @@ -104127,6 +104925,7 @@ p99performance.com, 1 p9cq.com, 1 p9d1.com, 1 +pa-w.de, 1 pa.search.yahoo.com, 0 pa1ch.fr, 1 paack.co, 1 @@ -104201,6 +105000,7 @@ pachalingo.tk, 1 pachamamaproduct.com, 1 pacharmi.org, 1 +pachecoconsulting.co, 1 pachinstyle.com, 1 pachuta.pl, 1 pacificaent.net, 1 @@ -104237,6 +105037,7 @@ pack50cubs.org, 1 packagestours.com, 1 packaging-design.net, 1 +packaginghouse.co.nz, 1 packagingproject.management, 1 packagist.jp, 1 packagist.org, 0 @@ -104274,7 +105075,6 @@ paczkahigieniczna.pl, 1 paczkazywnosciowa.pl, 1 padam-group.com, 1 -padangkita.com, 1 padberx-marketing-consultants.de, 1 padderne.tk, 1 paddestoelen-encyclopedie.tk, 1 @@ -104315,7 +105115,6 @@ pagatuarriendo.cl, 1 pagbitcoin.com, 1 page, 1 -page-audit.ru, 0 page-engine.tk, 1 page-speed.ru, 1 page.lgbt, 1 @@ -104359,6 +105158,8 @@ paho.org, 1 pahom.gq, 1 pahrumpnv.gov, 1 +pahui.cf, 1 +pahui.ml, 1 pahuudenanatomia.fi, 1 paide.edu.ee, 1 paidnaija.com, 0 @@ -104385,6 +105186,7 @@ painkillercart.com, 1 painmanagementnyc.com, 1 painosso.org, 1 +painreliefpath.com, 1 paint-it.pink, 1 paint4.life, 1 paintball-ljubljana.si, 1 @@ -104527,6 +105329,7 @@ palmofinfinity.tk, 1 palmoilpledge.id, 1 palms.fitness, 1 +palmyramo.gov, 1 palner.eu, 1 paloma.tk, 1 palomalopez.tk, 1 @@ -104539,7 +105342,6 @@ paltopro.com, 1 pamajans.com, 0 pamaniqu.nl, 1 -pamashield.com, 1 pamc.tk, 1 pamelaemarionimoveis.com.br, 0 pamiers-citoyenne.fr, 1 @@ -104648,7 +105450,7 @@ pangolin.exchange, 0 pangoly.com, 1 panhandleprairiewings.com, 1 -panhardclub.nl, 1 +panhardclub.nl, 0 panheelstraat.tk, 1 panic-away.tk, 1 panic.tk, 1 @@ -104735,6 +105537,7 @@ paolomoriggia.com, 1 paolotagliaferri.com, 1 paotang.in.th, 1 +paoyou.ml, 1 pap-pap.ga, 1 pap.la, 0 papa---mama.tk, 1 @@ -104760,7 +105563,9 @@ papelariaestacaodopapel.com.br, 1 papelcraft.co.uk, 1 papelisimo.es, 1 +paper-cutter.com, 1 paper.sc, 1 +paper.wf, 1 paperandpage.com, 1 papercanyon.com, 1 paperhoney.by, 1 @@ -104780,6 +105585,7 @@ papiermeteenverhaal.nl, 1 papierniak.net, 1 papierniczy.eu, 1 +papillegustative.com, 1 papillon-events.be, 1 papinido4ki.ru, 1 papkinadochka.ru, 1 @@ -104792,7 +105598,6 @@ papuzkija.pl, 1 paqtam.com, 1 par-allel.ru, 1 -para-sports.tokyo, 1 parabellum-barakaldo.tk, 1 parabolaeditorial.com.br, 1 parabooking.com, 1 @@ -104811,6 +105616,7 @@ paradiscapacitados.site, 1 paradise-engineer.com, 1 paradise-engineering.com, 1 +paradise-springs.com, 1 paradise-travel.net, 1 paradise-villa.ca, 1 paradise-world.ml, 1 @@ -104825,7 +105631,6 @@ paradoxium.ml, 1 paraelganzo.tk, 1 parafarmacia.it, 1 -paragallosfino.online, 1 paragliding-lessons.com, 1 paragon-consult.com, 1 paragonie.com, 0 @@ -104908,7 +105713,7 @@ parentsintouch.co.uk, 1 parentsmaster.com, 1 parenttheirpassion.com, 1 -parequity.com, 1 +pareshukuk.com, 1 paretoit.com, 1 paretorule.cf, 1 parfum-best.ml, 1 @@ -104972,7 +105777,6 @@ parishoftheholycross.org, 1 parishome.jp, 1 parismalleg.com, 1 -parisnormandyimmobilier.com, 1 parisprovincedemenagements.fr, 1 parissportifs.com, 1 paritexpressions.com, 1 @@ -104983,7 +105787,6 @@ parkable.com, 1 parkairecrossing.com, 1 parkbee.com.br, 1 -parkcheap.nl, 1 parkcitycu.org, 1 parkcounty-wy.gov, 1 parkcountyco.gov, 1 @@ -104991,7 +105794,6 @@ parked-domain.net, 1 parkeer.nl, 1 parkeerserviceboxtel.nl, 1 -parkeerzeker.nl, 1 parkefficient.de, 1 parker-pllc.com, 1 parkercs.cf, 1 @@ -105063,7 +105865,6 @@ parolededieu.org, 1 paroli.pl, 1 parolu.io, 1 -paronubi.com, 1 parool.nl, 1 parovozov.ga, 1 paroxetine.gq, 1 @@ -105105,6 +105906,7 @@ parthuisot.fr, 1 particle-vision.ch, 1 particles.cf, 1 +particleslam.com, 1 partido-libertario.tk, 1 partidolibertario.tk, 1 partiellkorrekt.de, 1 @@ -105119,6 +105921,7 @@ partisaani.com, 1 partisan-berlin.tk, 1 partituras.tk, 1 +partner-compensation.com, 1 partner-finden.tk, 1 partnerbeam.com, 1 partnerchik.tk, 1 @@ -105224,7 +106027,6 @@ passedport.org, 1 passegginieculle.it, 1 passendonderwijs.nl, 0 -passenger.cn, 1 passengertravelportal.com, 1 passer.ga, 1 passer.tk, 1 @@ -105282,6 +106084,7 @@ passwordgenerator.ml, 1 passwordlist.io, 0 passwords.google.com, 1 +passwordsapp.org, 1 passwordscon.com, 1 passwordscon.org, 1 passwordsecurity.info, 1 @@ -105325,12 +106128,14 @@ pastorsline.com, 1 pastorsuico.com.br, 1 pastquestionpdf.com.ng, 1 +pastry.network, 1 pastrybakerymachinery.com, 1 pasugo.tk, 1 pasyta.gr, 1 paszkowski.tk, 1 pasztor.at, 1 pat3dx.shop, 1 +patagonie.fr, 1 patagosfm.tk, 1 patalie.cz, 0 patalie.sk, 0 @@ -105426,7 +106231,7 @@ patrikjohan.tk, 1 patriksima.cz, 1 patrikzk.eu, 1 -patrina-bukoting.my.id, 1 +patrina-bukoting.my.id, 0 patriotbearingsupply.com, 1 patriotcs.tk, 1 patriotsaustralia.com, 1 @@ -105438,7 +106243,6 @@ patrycjamichera.com, 1 patryk.cf, 1 patrz.eu, 1 -patsyforyou.ch, 0 patsytoforyou.ch, 0 pattanath.com, 1 pattayafruitgarden.tk, 1 @@ -105479,6 +106283,7 @@ paulfc.com, 1 paulgerberrealtors.com, 1 paulgo.io, 1 +paulhacker.com, 1 paulharrisoncars.com, 1 paulibean.tk, 1 paulinaschubert.net, 1 @@ -105549,7 +106354,6 @@ paveljanda.com, 1 pavelrebrov.com, 1 pavelstriz.cz, 1 -paveltoman.cz, 1 paven.io, 0 pavernosmatao.tk, 1 pavingtiles.tk, 1 @@ -105605,9 +106409,6 @@ paybro.eu, 1 paycardtech.com, 1 paycentre.com, 1 -paycom.com, 1 -paycomdfw.com, 1 -paycomonline.com, 1 paycore.com, 1 paycore.io, 1 payctest.com, 1 @@ -105683,13 +106484,13 @@ paytime.com.au, 0 paytm.in, 1 paytowriteessays.net, 1 +payufin.in, 1 payupay.ru, 1 payvalida.com, 1 paywait.com, 1 payward.com, 1 payyattention.com, 1 payzang.com, 1 -pazarlab.com, 1 pazescomoingles.com.br, 1 pazyarmonia.tk, 1 pb-design.ch, 1 @@ -105707,6 +106508,7 @@ pbdigital.org, 0 pbern.xyz, 1 pbest.tk, 1 +pbgfl.gov, 1 pbla.biz, 1 pbmdiscounter.nl, 1 pbo.vic.gov.au, 1 @@ -105750,11 +106552,9 @@ pcbtrade.com, 1 pcbuildinggr.com, 1 pccartel.com, 1 -pccaustin.org, 1 pccc.co.za, 1 pccdal.gov, 1 pccegoa.org, 1 -pcchin.com, 1 pccomc.tk, 1 pcdekegel.nl, 0 pcdocjim.com, 1 @@ -105802,7 +106602,6 @@ pcprkolo.pl, 1 pcproblem.tk, 1 pcpromaroc.ma, 1 -pcproperties.in, 1 pcpuhastaja.tk, 1 pcrab.ml, 1 pcrecovery.ga, 1 @@ -105846,6 +106645,7 @@ pdamerica.org, 1 pdax.ph, 1 pdaya.com, 1 +pdbj.org, 1 pderas.com, 1 pdf-archive.com, 0 pdf-tool.fr, 1 @@ -105899,13 +106699,14 @@ peachbuildingproducts.com, 1 peachesandchampagne.com, 1 peachstateaesthetics.com, 1 +peacify.se, 1 peacock.onl, 1 peacockn.com, 1 -peaici.fr, 1 peak-careers.com, 1 peakd.com, 1 peakhillre.ga, 1 peakhomeloan.com, 1 +peakperformance.hr, 1 peaksalesrecruiting.com, 1 peakseoservices.co.uk, 1 peaksloth.com, 1 @@ -106037,6 +106838,7 @@ peerjs.com, 1 peername.com, 1 peerpressurecreative.com, 1 +peers.cloud, 1 peers.gq, 1 peers.tk, 1 peersquaders.ga, 1 @@ -106069,6 +106871,7 @@ peko.com.mk, 1 peko.pro, 1 pekoe.se, 1 +pelachim.com.br, 1 pelagicus.co.uk, 1 pelajaran.co.id, 1 pelanucto.cz, 1 @@ -106103,7 +106906,6 @@ pelosanimais.org, 1 pelotonimports.com, 1 peluche.tk, 1 -peluqueriaalcobendas.com, 1 peluqueriaalcobendas.es, 1 peluqueriacanina.tk, 1 pem-jp.co.uk, 1 @@ -106204,6 +107006,7 @@ pension-ua.tk, 1 pension-veldzigt.nl, 1 pension.ga, 1 +pensionchien.com, 1 pensionecani.roma.it, 1 pensioner-1000.tk, 1 pensionesdominicanas.com, 1 @@ -106223,6 +107026,7 @@ pentagram.me, 1 pentagrid.ch, 1 pentamexicali.tk, 1 +pentamultiservice.it, 1 pentandra.com, 1 pentaqu.in, 1 pentaquin.com, 1 @@ -106234,7 +107038,6 @@ pentesterlab.com, 1 pentestit.com, 1 pentestpartners.com, 1 -penthack.com, 0 penthy.eu, 1 pentofun.ch, 1 pentoo.ch, 1 @@ -106250,7 +107053,6 @@ penza-today.tk, 1 penzaonline.cf, 1 penzionvzahrade.cz, 1 -people.ai, 1 people.deloitte, 1 people2hire.co.uk, 1 peopleandchange.nl, 1 @@ -106265,6 +107067,7 @@ peoplescu.com, 1 peoplesdecade.org, 1 peoplesguardian.org, 1 +peopleskills4u.net, 1 peoplesliberationfront.tk, 1 peoplesoft-support.nl, 1 peoplesplatform.cf, 1 @@ -106348,6 +107151,7 @@ perez-marrero.com, 1 perezdecastro.org, 0 perezplumbinginc.com, 1 +perf-b2b.com, 1 perf1.com, 1 perfare.net, 1 perfect-carstyle.de, 1 @@ -106379,14 +107183,13 @@ perfecttits.net, 1 perfectweb.today, 1 perfectworldbot.tk, 1 -perfei.com, 0 +perfei.com, 1 perfekt-style.com, 1 perfektesgewicht.com, 1 perferxprecision.com, 1 perfmatters.io, 1 perfmed.ro, 1 perforlabs.com, 1 -performance-advertising.de, 1 performance.gov, 1 performancehealth.com, 0 performancematters.ie, 1 @@ -106548,7 +107351,6 @@ perthpregnancycentre.com.au, 1 perthtrains.net, 1 perthunicyclists.tk, 1 -perthvintagelimousines.com.au, 1 perthweekend.com.au, 1 pertwarp.tk, 1 perubusca.nl, 1 @@ -106576,6 +107378,7 @@ pervesk.lt, 1 pervoklass.cf, 1 pervomaysk-city.ml, 1 +perwinaguirre.com, 1 perzeidi.hr, 1 pesandansampai.tk, 1 pesar.tk, 1 @@ -106596,7 +107399,6 @@ pestalertsers.ga, 1 pestalertsest.ga, 1 pestcontrol.co.uk, 1 -pestdefense.com, 1 pesterchum.online, 1 pesterchum.xyz, 1 pesthotelers.ga, 1 @@ -106623,7 +107425,6 @@ petaouchnok.ch, 1 petar.fyi, 1 petaxolotl.com, 1 -petbirds.gr, 1 petblaster.ga, 1 petblender.ga, 1 petbooking.it, 1 @@ -106694,6 +107495,7 @@ peterseninc.com, 1 petersonbrosrealty.com, 1 petersport.ee, 1 +petersson-gartengestaltung.de, 1 petersweb.me.uk, 1 petertrevor.com, 1 petervaldesii.com, 0 @@ -106718,6 +107520,7 @@ petherwicks.com, 1 peticion.tk, 1 petimagine.ga, 1 +petinsurancereview.com, 1 petit-archer.com, 1 petit-bebe.fr, 1 petitbleu.fr, 1 @@ -106766,12 +107569,10 @@ petrates.ga, 1 petredhot.ga, 1 petrequest.ga, 1 -petro.cn, 1 petrocheminc.com, 1 petrochemprojects.ga, 1 petrofac.com, 1 petrol-power.tk, 1 -petrol.cn, 1 petroleum-schools.com, 1 petroleumservicecompany.com, 1 petroll.ga, 1 @@ -106831,6 +107632,7 @@ pewglobal.org, 1 pewresearch.org, 1 pex.digital, 0 +pexlab.net, 1 peyote.com, 1 peyote.org, 1 peyote.wiki, 1 @@ -106913,6 +107715,7 @@ pgnetwork.org, 1 pgp.lol, 1 pgp.net, 1 +pgp.network, 1 pgp.org.au, 1 pgpaintanddesign.com, 1 pgpmail.cc, 1 @@ -106934,6 +107737,7 @@ ph1worlddevelopers.com, 1 ph3r3tz.net, 1 ph4nt0m.ddns.net, 0 +ph89.de, 1 pha.one, 1 pha.pub, 1 phablecare.com, 1 @@ -106957,8 +107761,9 @@ pharmaboard.de, 1 pharmaboard.org, 1 pharmaceuticalcannabis.org, 1 +pharmacie-matignon.com, 1 pharmaciechatelle.be, 1 -pharmacieplusfm.ch, 0 +pharmacy.org.pk, 1 pharmalab.eu, 1 pharmalab.fr, 1 pharmapolitics.com, 1 @@ -107005,7 +107810,6 @@ phenriques.com, 1 phenweb.co.uk, 1 pheramoan.com, 1 -pheramoans.com, 1 phero.com, 0 pheroforce.com, 1 pherologie.com, 1 @@ -107118,6 +107922,7 @@ phixer.com, 1 phligence.com, 1 phobos.tk, 1 +phoenix-correspondence-commission.gov, 1 phoenixboard.tk, 1 phoenixcourt.gov, 1 phoenixdepositionservices.com, 1 @@ -107182,7 +107987,6 @@ phosphene.io, 1 photistic.org, 1 photo-blowup.com, 0 -photo-booth-hire-uk.co.uk, 1 photo-booth.ro, 1 photo-design.ml, 1 photo-host.tk, 1 @@ -107225,7 +108029,6 @@ photographyforchange.org, 1 photolakeview.com, 1 photolessya.by, 1 -photomaniastore.com, 1 photomath.com, 1 photomizer.com, 0 photomodelcasting.com, 1 @@ -107260,7 +108063,6 @@ photune.net, 1 phoxden.net, 1 phoxworld.com, 1 -php-tuning.de, 1 php.watch, 1 phparcade.com, 1 phparena.net, 1 @@ -107298,6 +108100,7 @@ phsa.au, 1 phsa.co.nz, 1 phsa.com.au, 1 +phsa.net.au, 1 phsa.nz, 1 phsarapp.com, 1 phship.cn, 1 @@ -107315,7 +108118,6 @@ phukettour.ga, 1 phukettravel.gq, 1 phukienchanh.com, 1 -phukienjenz.com, 1 phulyshop.com, 0 phumin.in.th, 1 phungwit.ac.th, 1 @@ -107335,7 +108137,6 @@ phyi.loan, 1 phyley.com, 1 phyllischerry.com, 1 -phys.ir, 1 physia.gr, 1 physicalism.com, 1 physicalist.com, 1 @@ -107370,6 +108171,12 @@ pi1.io, 1 pia-bardo.tk, 1 piadouwes.tk, 1 +piai.cf, 1 +piai.ga, 1 +piai.gq, 1 +piai.ml, 1 +piai.tk, 1 +piaiai.com, 1 piajuly.net, 1 pialove.net, 1 pianetaottica.eu, 1 @@ -107386,7 +108193,6 @@ pianojockl.org, 1 pianoo.nl, 1 pianopronto.com, 1 -pianos.de, 0 pianoschmitz.de, 1 pianostemmer.eu, 1 pianotaku.com, 1 @@ -107406,7 +108212,6 @@ piboubes.me, 1 pic-sl.com, 1 pic.gov, 1 -pic.pm, 0 pic.sr, 1 pic2map.com, 1 pic2pat.com, 1 @@ -107425,6 +108230,7 @@ picdefacer.com, 1 pichainlabs.com, 1 picharapoker.com, 1 +pichlerei.at, 1 pick.aw, 1 pick150.hu, 1 picka.gift, 1 @@ -107439,7 +108245,6 @@ picketfence.tk, 1 pickhdtvers.ga, 1 pickhdtvest.ga, 1 -pickherznyeremeny.hu, 1 picklinik.id, 0 pickmysoap.gr, 1 picknetworkiscoming.sg, 1 @@ -107563,6 +108368,7 @@ piifunder.co.uk, 1 piifunder.uk, 1 piifunding.com, 1 +piipai.com, 1 piizapp.com, 1 pijamasbichopreguica.com.br, 1 pijuice.com, 1 @@ -107613,7 +108419,7 @@ pilot-colleges.com, 1 pilot-gps.africa, 1 pilot-gps.com, 0 -pilot.co, 0 +pilot.co, 1 pilot.com, 1 pilotbook.org, 1 pilotcareercenter.com, 1 @@ -107622,16 +108428,15 @@ pilotknobmo.gov, 1 pilotpov.com, 1 pilotproject.tk, 1 -pilotsfor911truth.org, 1 pilotshop.com, 1 pilsen.fun, 1 pilseta24.lv, 1 +pilsook.com, 1 pilvi.pw, 1 pilvi.space, 1 pilvin.pl, 1 pimastoneaz.com, 1 pimentinhasexshop.com.br, 1 -pimento.systems, 1 pimhaarsma.nl, 1 pimhaarsmamedia.nl, 1 pimichi.com, 1 @@ -107674,6 +108479,7 @@ pindakaas.tk, 1 pindanutjes.be, 0 pindostan.tk, 1 +pineapple-style.com, 1 pinebaylibrary.org, 1 pinebrook.tk, 1 pinecitymn.gov, 1 @@ -107713,6 +108519,7 @@ pinkbikecycle.com, 1 pinkcasino.co.uk, 1 pinkerton.io, 1 +pinkfoxwebdesign.com, 1 pinkhatbeard.com, 1 pinkitalia.tk, 1 pinklecfest.org, 1 @@ -107744,7 +108551,6 @@ pinoservers.tk, 1 pinot.it, 1 pinoydeal.ph, 1 -pinoyequalizer.com, 1 pinoyreal.com, 1 pinoyseoservices.com, 1 pinoysurvey.com, 1 @@ -107798,7 +108604,6 @@ pintoselectricfencing.co.za, 1 pintosplumbing.co.za, 1 pintrest.com, 1 -pinup-casino.host, 1 pinupbets.gq, 1 pinupsex.com, 1 pinxporn.net, 1 @@ -107843,6 +108648,7 @@ piranjasoul.de, 1 pirapiserver.ddns.net, 1 pirate-proxy.biz, 1 +pirate-proxy.click, 1 pirate-proxy.club, 1 pirate-proxy.ink, 1 pirate-proxy.one, 1 @@ -107859,7 +108665,6 @@ piratepay.io, 0 piratepcs.org, 1 pirateproxy.buzz, 1 -pirateproxy.cc, 1 pirateproxy.earth, 1 pirateproxy.how, 1 pirateproxy.tube, 1 @@ -107952,6 +108757,8 @@ piuplayer.com, 1 piurvolium.tk, 1 pius.com.br, 1 +piute.gov, 1 +piutesd.gov, 1 pivbar.tk, 1 pivnica.cf, 1 pivnica.ga, 1 @@ -107975,6 +108782,7 @@ pixca.mx, 1 pixe2019.org, 1 pixel-history.tk, 1 +pixel-ninjas.de, 1 pixel-perfection.com, 1 pixel-puls.de, 1 pixel.facebook.com, 0 @@ -107996,7 +108804,7 @@ pixelheaven.tk, 1 pixelhero.co.uk, 0 pixelion.tk, 1 -pixelmarketing.hu, 1 +pixelmarketing.hu, 0 pixelmattic.com, 1 pixelmedianetwork.com, 1 pixelmonworld.fr, 1 @@ -108068,21 +108876,19 @@ pizzaslut.xyz, 1 pizzeriaamadeus.hr, 1 pizzeriasmallorca.com, 1 -pizzeriaveneziana.it, 1 pj11018.com, 1 pj21j.com, 0 pj21m.com, 0 pj4488.cc, 1 pj83.duckdns.org, 1 pjax.xyz, 1 +pjc.is, 1 pjentertainments.co.uk, 1 pjleisure.co.uk, 1 pjo.no, 1 pjotor.tk, 1 pjp.com.mt, 1 pjshop.cf, 1 -pjsk.cc, 1 -pjsk.eu.org, 1 pjuu.com, 0 pk-master.tk, 1 pk-soft.tk, 1 @@ -108103,6 +108909,7 @@ pkservice.tk, 1 pkshs.my, 1 pkspskov.tk, 1 +pkvgamesqq.asia, 1 pkwebsolutions.cf, 1 pl-cours.ch, 0 pl-trans.tk, 1 @@ -108163,6 +108970,7 @@ plancke.io, 1 plandecorones.net, 1 plandegralba.net, 1 +plandomemanorny.gov, 1 plandy.me, 1 planecon.nz, 1 planeexplanation.com, 1 @@ -108198,7 +109006,6 @@ planetbreath.ch, 0 planetcbd.net, 1 planetchiropracticga.com, 1 -planete-cocoon.com, 1 planete-lira.fr, 1 planete-secu.com, 1 planeteroliste.com, 1 @@ -108294,7 +109101,6 @@ plastex.tk, 1 plastic2print.com, 1 plasticdonut.tk, 1 -plasticonion.co.uk, 1 plasticosbiobasados.com, 1 plasticpassion.tk, 1 plasticscm.com, 1 @@ -108400,7 +109206,6 @@ player701.net, 1 player701.ru, 1 playerdb.co, 1 -playerslounge.co, 1 playerup.com, 1 playface.ml, 1 playform.cloud, 1 @@ -108460,7 +109265,6 @@ plcgurus.net, 1 plchardware.com, 1 pldx.org, 1 -ple-conseil.fr, 1 pleasantfree.com, 1 pleasantonca.gov, 1 pleasantonmobilenotary.com, 1 @@ -108506,6 +109310,7 @@ plexnet.cz, 1 plexopedia.com, 1 plexpy13.ddns.net, 1 +plexusmd.com, 0 plexusworldwide.com, 1 plexverzoek.nl, 1 pley.today, 1 @@ -108641,6 +109446,7 @@ pm13.org, 1 pm25.im, 1 pma-iss.com, 1 +pma-tools.de, 1 pmail.tw, 1 pmalaty.com, 1 pmarbeid.nl, 1 @@ -108656,8 +109462,10 @@ pmcaregiver.ca, 1 pmcc.net, 1 pmccrystal.com, 1 +pmconsulting.es, 1 pmcorganometallix.com, 1 pmcouvrie.com, 1 +pmctcg.com, 1 pmctire.com, 0 pmcvinyladditives.com, 1 pmdealerest.ga, 1 @@ -108681,7 +109489,6 @@ pmp6.fr, 1 pmpm.tk, 1 pmpress.org, 1 -pmrockstars.com, 1 pms.myiphost.com, 1 pmscomputers.com, 1 pmsf.eu, 1 @@ -108689,7 +109496,7 @@ pmsfoundation.ml, 1 pmsoft.nl, 0 pmt-documenten.nl, 1 -pmvip.club, 1 +pmvmaconnerie.fr, 1 pn.com.au, 1 pn.id.lv, 1 pnakosoft.com, 1 @@ -108719,6 +109526,7 @@ po.ne, 1 po.net, 1 po0k.ie, 1 +pobierz.pl, 1 poc060.com, 1 poc080.com, 1 poc090.com, 1 @@ -108949,7 +109757,6 @@ pointaction.com, 1 pointagri.com, 1 pointbarre.tk, 1 -pointcab.vn, 1 pointclickcare.com, 1 pointel.it, 1 pointermate.com, 1 @@ -109073,6 +109880,7 @@ polatsemih.com, 1 polbox.fr, 1 poldrack.me, 1 +pole.net.nz, 1 poleartschool.com, 0 poleasingowy.net, 1 polebarn.com, 1 @@ -109084,6 +109892,7 @@ poleznie-soveti.info, 1 polezno-v-internete.ml, 1 police-schools.com, 1 +police4tn.gov, 1 policeauctionsusa.com, 1 policemanapp.com, 1 policereferencecheck.com, 1 @@ -109179,9 +109988,8 @@ pollock.gallery, 1 pollock.tk, 1 pollpodium.nl, 1 -polly-tix.uk, 1 polly.spdns.org, 1 -pollypaps.ru, 0 +pollypaps.ru, 1 pollyundpaule.de, 1 polmods.com, 1 polnischestoffe.eu, 1 @@ -109327,7 +110135,6 @@ popcarte.com, 1 popcat.ru, 1 popcorncult.ru, 1 -popcornpalacefundraising.com, 1 popcowboyest.ga, 1 popcultureshack.com, 1 popdog.click, 1 @@ -109390,7 +110197,6 @@ populardogs.gq, 1 populardogs.ml, 1 popularhairstyles.org, 1 -popularonlinetrends.com, 1 population-ethics.com, 1 population.gov.au, 0 popup-stores.online, 1 @@ -109543,9 +110349,12 @@ portal.fo, 1 portal.tirol.gv.at, 0 portaladictos.tk, 1 +portalampgroep.nl, 1 portalcarriers.com, 1 portalchega.pt, 1 portaldamizade.com, 1 +portaldenoticias.app.br, 1 +portaldepalhoca.com.br, 1 portaldocredito.pt, 1 portaldogremista.com.br, 1 portaleldense.tk, 1 @@ -109665,7 +110474,11 @@ post-office.tk, 1 post-victoria.com, 1 post.com.ar, 1 -post.monster, 1 +post.how, 1 +post.icu, 1 +post.io, 1 +post.kim, 1 +post.lol, 1 post.tf, 1 post4me.at, 1 postacyprus.com, 1 @@ -109767,7 +110580,7 @@ pothe.com, 1 pothe.de, 1 pothuarivu.tk, 1 -potion.ai, 1 +potion.ai, 0 potionlabs.de, 1 potlytics.com, 1 potolok-brest.tk, 1 @@ -109851,6 +110664,7 @@ powercloud.technology, 0 powercod.tk, 1 powercomputers.nl, 1 +powercounty.gov, 1 powercv.ro, 1 poweredbyiris.nl, 1 powerentertainment.tv, 1 @@ -109868,6 +110682,7 @@ powerofsocialtech.com, 1 powerpadel.com, 1 powerpc.pt, 1 +powerplan.com, 1 powerplantmall.com, 1 powerplatform.istanbul, 1 powerplay.com, 1 @@ -109912,6 +110727,7 @@ powersport.lt, 1 powersubmitter.tk, 1 powersurgedatasystems.com, 1 +powerswitch.org.nz, 1 powertecno.ml, 1 powertofly.com, 1 powertoolsrater.net, 1 @@ -109969,6 +110785,7 @@ pplog.info, 1 pplsoft.nl, 1 pplsvc.com, 1 +pplusp.dk, 1 ppmoon.com, 1 ppms.gov, 1 ppoou.co.uk, 1 @@ -109987,7 +110804,6 @@ pqscript.com, 1 pr-news.spb.ru, 1 pr-project.tk, 1 -pr-release.top, 1 pr.search.yahoo.com, 0 pr.tn, 1 pr1sm.com, 1 @@ -110031,7 +110847,6 @@ pragma-solution.com, 1 pragmatist.nl, 1 pragrimsby.co.uk, 1 -pragser-tal.net, 1 pragtravel.cf, 1 prague-swim.cz, 1 praguepsychology.com, 1 @@ -110045,6 +110860,7 @@ praisehim.club, 1 praiss.net, 1 prajwal-koirala.com, 1 +prajwalkaundal.com, 1 prakhar.uk, 1 prakharprasad.com, 1 prakharvarta.com, 1 @@ -110082,7 +110898,6 @@ prathambooks.org, 1 praticienmedecinechinoise.be, 1 pratiquefitness.com.br, 1 -prato-allo-stelvio.org, 1 pratopronto.org, 1 pratorotoli.it, 1 pratosirunin.ga, 1 @@ -110094,6 +110909,7 @@ pravda-tv.com, 1 praveenawstest1.tk, 1 praveenravichandran.xyz, 1 +pravex.com.ua, 1 pravlife.ru, 1 pravnisistem.rs, 1 pravo-brest-belarus.tk, 1 @@ -110162,7 +110978,6 @@ precisiondentalnyc.com, 1 precisiondentistrynj.com, 1 precisiondigital-llc.com, 1 -precisionhockey.net, 1 precisionicerinks.com, 1 precisionlender.com, 0 precisionmachineservice.com, 1 @@ -110382,12 +111197,14 @@ prestigebouncycastles.co.uk, 1 prestigecarkeys.com, 1 prestigeeventshire.co.uk, 1 +prestigehealth.services, 1 prestigehealthservices.au, 1 prestigehealthservices.com.au, 1 prestigeproviders.com, 1 prestigerepairs.com.au, 1 prestigesigns.net, 1 prestigesoundandlight.co.uk, 1 +prestigestaffingsolutions.org.au, 1 prestigeworldwidepr.com, 1 prestigia.com, 1 prestonadamscountywi.gov, 1 @@ -110439,6 +111256,7 @@ prezentmarzen.com, 1 preziti.eu, 1 prfanfiction.tk, 1 +prg.rs, 1 prgrmmr.nl, 1 pri.email, 1 priano.com, 1 @@ -110463,7 +111281,7 @@ pricetoday.com.pk, 1 pricevillepdal.gov, 1 pricevortex.com, 1 -pride-enterprises.org, 1 +pridefest.pl, 1 prideindomination.com, 1 pridnestrovye.gq, 1 pridurok.tk, 1 @@ -110481,7 +111299,6 @@ prima-fernseher.de, 1 prima-informatique.com, 1 prima-webcams.de, 1 -primaconsulting.net, 1 primadirectory.tk, 1 primaflorafloristaccrington.co.uk, 1 primalinea.pro, 1 @@ -110500,9 +111317,11 @@ primbit.ru, 1 prime-host.ml, 1 prime42.net, 1 +primecapsslim.com.br, 1 primecreative.com.br, 1 primecursos.com.br, 1 primed.io, 1 +primedesigns.com.au, 1 primeequityproperties.com, 1 primeexecutiveoffices.com, 1 primefinance.co.nz, 1 @@ -110577,6 +111396,7 @@ prinice.org, 1 print-street.tk, 1 print.dk, 1 +printa.nu, 1 printable-map-az.com, 1 printablemapaz.com, 1 printablemapforyou.com, 1 @@ -110660,7 +111480,6 @@ privacy.ac.cn, 1 privacy.ax, 1 privacy.com.de, 1 -privacy.forsale, 1 privacy.repair, 1 privacybydesign.foundation, 1 privacycentermqt.com, 1 @@ -110668,7 +111487,6 @@ privacychick.io, 1 privacycloud.nl, 1 privacydesign.ch, 1 -privacydev.net, 1 privacyend.com, 1 privacyfenceanddeckllc.com, 1 privacyget.tk, 1 @@ -110694,7 +111512,6 @@ private-diary-taka.com, 1 private-krankenversicherung.tk, 1 private-relay.email, 1 -private.cn, 1 privateadvisorgroup.com, 1 privatebanks.uk, 1 privatebin.info, 1 @@ -110721,6 +111538,7 @@ privateservice.cz, 1 privatetrainingonline.se, 1 privatevpn.com, 1 +privateweb.top, 1 privatfrei.de, 1 privatmeet.com, 1 privatstunden.express, 1 @@ -110738,6 +111556,7 @@ privw.com, 1 privy-staging.com, 1 privy.com, 1 +privylabs.com, 1 prix-carburants-info.fr, 1 prixcode.com, 1 prixmetaux.fr, 1 @@ -110804,6 +111623,7 @@ proantab.ru, 1 proarbor.com, 0 proastec.com.br, 1 +proaudiogc.com, 1 probably.group, 1 probablyrational.com, 1 probase.ph, 1 @@ -110821,10 +111641,12 @@ problemstate.de, 1 problemstate.net, 1 problemstate.org, 1 +probleu.com, 1 probonus.tk, 1 probooks.gq, 1 probrewer.com, 1 procalc.be, 1 +procarmanuals.com, 1 procarservices.com, 1 procarswoking.com, 1 procasinoplayer.xyz, 1 @@ -110848,7 +111670,7 @@ procode.gq, 1 procomservices.com, 1 procor.com, 1 -procore.com, 1 +procore.com, 0 procore.space, 1 procountor.fi, 1 procountor.se, 1 @@ -110868,7 +111690,6 @@ procurs.us, 1 procursus.social, 1 procurx.pt, 1 -prod-corn.com.ua, 1 prod-simplesend-api.azurewebsites.net, 1 prod-vigl-www-master.azurewebsites.net, 1 prodaft.com, 1 @@ -110899,17 +111720,14 @@ productionscime.com, 1 productionsinc.com, 1 productiv.com, 1 -productive-garden.com, 1 productive.io, 1 productivemachine.net, 1 -productkeyslist.com, 1 productosdeteruel.es, 0 productosquimicosrd.com, 1 productpeo.pl, 1 products-for-health.tk, 1 products4more.at, 1 productsafety.gov.au, 1 -productsblockbuster.com, 1 productsbrandleader.com, 1 productscastle.com, 1 productsmansion.com, 1 @@ -110955,8 +111773,9 @@ professorwidget.tk, 1 profi.de, 1 profian.com, 1 +proficio.at, 1 proficio.cz, 1 -proficiodigital.com, 1 +proficiodigital.pl, 1 proficiodigital.sk, 1 profidea.cz, 1 profielektrik.tk, 1 @@ -110970,7 +111789,6 @@ profilib.com, 1 profilib.net, 1 profilib.top, 1 -profilmedecin.fr, 1 profilmonline.cn, 1 profilmonline.com, 1 profilmonline.jp, 1 @@ -111137,6 +111955,7 @@ projectte.ch, 1 projecttopics.org, 0 projectunity.io, 1 +projectvault.ovh, 1 projectveritasaction.com, 0 projectview.ai, 1 projectweb.gr, 1 @@ -111231,6 +112050,7 @@ promotionvillanakarin.com, 1 promotor.ro, 1 promovendum.nl, 1 +prompt-service.ro, 1 promuovi.tv, 1 promusicante.ch, 1 promwad.com, 0 @@ -111250,7 +112070,7 @@ proofpointessentials.com, 1 proofwiki.org, 1 proos.nl, 1 -propaganda.love, 1 +propaganda.love, 0 propagandablog.de, 0 propagationtools.com, 1 propanesale.cf, 1 @@ -111267,6 +112087,7 @@ property-tax.cf, 1 property-tax.ga, 1 property-tax.gq, 1 +propertyaapki.com, 1 propertyauctionaction.co.uk, 1 propertycareincorporated.com, 1 propertycrawl.com, 1 @@ -111291,6 +112112,7 @@ propertyupdate.com.au, 1 propertyworkshop.com, 1 propfirmdiscount.com, 1 +prophitt.me, 0 propipesystem.com, 1 propiteer.com, 1 propiteercapitalplc.com, 1 @@ -111336,7 +112158,6 @@ prosperityprojectaz.org, 1 prosperoarts.com.au, 1 prosperontheweb.com, 1 -prosperops.com, 1 prosperstack.com, 1 prosperus.ru, 1 prospo.co, 1 @@ -111471,7 +112292,6 @@ provide-vr2005-1plc.de, 1 provide-vr2006-1plc.de, 1 provide-your-image.de, 1 -providence.org, 1 providencecmc.com, 1 providenthousing.com, 1 providential.be, 1 @@ -111483,6 +112303,7 @@ provisionircd.tk, 1 provitec.com, 1 provlas.se, 1 +provocador.es, 1 proweb-design.no, 1 prowindow.sk, 1 prowise.com, 1 @@ -111501,10 +112322,9 @@ proxy-bay.biz, 1 proxy-bay.cam, 1 proxy-bay.cc, 1 -proxy-bay.com, 1 +proxy-bay.click, 1 proxy-bay.ink, 1 proxy-bay.me, 1 -proxy-bay.net, 1 proxy-bay.one, 1 proxy-bay.onl, 1 proxy-bay.top, 1 @@ -111513,7 +112333,6 @@ proxybay.ltda, 1 proxybay.onl, 1 proxybay.red, 1 -proxybay.uno, 1 proxyhub.eu.org, 1 proxytool.cf, 1 proyectafengshui.com, 1 @@ -111526,7 +112345,10 @@ prozorlivec.tk, 1 prpbenevolent.org, 1 prpferrara.it, 1 +prpr.bid, 1 prpr.cat, 1 +prpr.icu, 1 +prpr.rip, 1 prpr.win, 1 prsg.tk, 1 prsnlafk.com, 1 @@ -111571,6 +112393,7 @@ ps-w.ru, 1 ps.energy, 1 ps131q.com, 1 +ps194.org, 1 ps2.io, 1 ps2911.com, 1 ps2online.tk, 1 @@ -111603,6 +112426,7 @@ pscu.com, 1 psd-vfx.com, 1 psdfindia.in, 1 +psdmarket.net, 1 psdpt-tpfd.gc.ca, 1 psdreams.com, 1 psdsfn.com, 1 @@ -111695,6 +112519,7 @@ pssgcsim.org, 1 pssjd.org, 1 pssschristchurch.tk, 1 +pst.edu.au, 1 pst.moe, 1 pstake.finance, 1 pste.pw, 1 @@ -111713,6 +112538,7 @@ psyart.tk, 1 psycenter.tk, 1 psych2go.net, 1 +psychboss.com, 1 psychcare.cz, 1 psychedelia.com, 1 psychedelics.org, 1 @@ -111771,6 +112597,7 @@ psychotherapie-ahlmeyer.de, 1 psychotherapie-kp.de, 0 psychotherapie-leipzig.eu, 1 +psychotherapie-lichterfelde.berlin, 1 psychotherapie1220wien.at, 0 psychotherapy-vienna.com, 1 psychotiq.tk, 1 @@ -111832,6 +112659,7 @@ ptmd.nl, 1 pto.moe, 1 ptotoday.com, 1 +ptpasi.ddns.net, 1 ptrbrs.nl, 1 ptrdata.com, 1 ptrl.ws, 1 @@ -112029,6 +112857,7 @@ punshjp.com, 1 puntacanalink.com, 1 puntacananetwork.com, 1 +puntacanapizza.com, 1 puntacanavapor.com, 1 puntagordaboatparade.com, 1 puntaires.com, 1 @@ -112104,6 +112933,7 @@ purovive.tk, 1 puroyorganico.co, 1 puroyorganico.com.co, 1 +purple-dpss.co.uk, 1 purple.tech, 1 purplebricks.co.uk, 1 purplebricks.com, 1 @@ -112193,6 +113023,7 @@ putnam-fl.gov, 1 putnam-ga.gov, 1 putnamcollision.com, 1 +putnamcountywv.gov, 1 putnamil.gov, 1 putnamvalley.gov, 1 putnik.tk, 1 @@ -112327,6 +113158,7 @@ pyro.works, 1 pyroballpcbs.com, 1 pyromaniac.tk, 1 +pyrosoftinc.com, 1 pyrotechnologie.de, 1 pyspace.org, 1 pythia.nz, 1 @@ -112411,7 +113243,6 @@ qbasicsite.tk, 1 qbrix.dk, 1 qbstores.com, 1 -qbtechs.com, 1 qbug.cf, 1 qc.immo, 1 qc.search.yahoo.com, 0 @@ -112433,6 +113264,7 @@ qcstyleacademy.com, 0 qctimes.com, 1 qctravelschool.com, 0 +qcuarto.com.py, 1 qcwz.com, 1 qd6kz.net, 1 qdabogados.com, 1 @@ -112444,7 +113276,6 @@ qdrama.top, 1 qdrat.ml, 1 qdrcst.com, 1 -qdsgroup.com, 1 qdstationary.co.uk, 1 qdstationery.co.uk, 1 qduff.com, 1 @@ -112471,6 +113302,12 @@ qgushi.com, 1 qhost.cf, 1 qhse-professionals.nl, 1 +qiai.cf, 1 +qiai.ga, 1 +qiai.gq, 1 +qiai.ml, 1 +qiancao.cf, 1 +qiancao.ml, 1 qianglie.com, 1 qiannews.net, 0 qianqiao.me, 1 @@ -112530,6 +113367,7 @@ qldformulaford.org, 1 qldnetwork.com.au, 1 qliving.com, 1 +qlock.mywire.org, 1 qlrace.com, 0 qm-marzahnnordwest.de, 1 qm8828.net, 1 @@ -112603,6 +113441,7 @@ qrplanet.com, 1 qrpth.eu, 1 qruiser.com, 1 +qrz.one, 1 qscloud.de, 1 qseek.cf, 1 qslstudio.tk, 1 @@ -112650,7 +113489,6 @@ quadreon.com, 1 quadron.hu, 1 quaedam.org, 1 -quaestor.com, 1 quafe.tech, 1 quakeroaksfarm.org, 1 quaketips.ga, 1 @@ -112673,7 +113511,6 @@ qualityconcreteleveling.com, 1 qualityconcreterepair.com, 1 qualitydns.net, 1 -qualityfactory.com, 1 qualityfireproofing.com, 1 qualitygame.tk, 1 qualitymark.com.br, 1 @@ -112696,7 +113533,6 @@ qualtrics.com, 1 qualyven.com, 1 quandoandare.it, 1 -quanquan.com.cn, 1 quanquan.cyou, 1 quanquan.space, 1 quantability.net, 1 @@ -112870,7 +113706,6 @@ questsocial.it, 1 questsys.com, 1 questthree.com, 1 -quesys.com, 1 quetiapine.life, 1 quetico.tk, 1 queup.net, 1 @@ -112921,6 +113756,7 @@ quicomo.it, 1 quidax.com, 1 quieoltre.it, 1 +quiero.news, 1 quieroserbombero.org, 1 quieroserdoula.com, 1 quieroserdoula.es, 1 @@ -112943,6 +113779,7 @@ quillandpage.com, 1 quilmo.com, 1 quiltednorthern.com, 1 +quiltmc.org, 1 quimatic.com.br, 1 quimba.tk, 1 quimica.science, 1 @@ -112950,7 +113787,7 @@ quin.md, 1 quinder.tk, 1 quinmedia.tk, 1 -quinn.com, 1 +quinn.com, 0 quinnbet.com, 1 quinnlabs.com, 0 quinnlawcenters.com, 1 @@ -113008,6 +113845,7 @@ qunzi.la, 1 quocdesign.ch, 0 quocloud.com, 1 +quodplacet.com, 1 quoi.xyz, 1 quoininc.com, 1 quokka.codes, 1 @@ -113035,6 +113873,8 @@ quranvoice.tk, 1 qurium.org, 1 qurplus.nl, 1 +qusi.cf, 1 +qusi.ml, 1 qussaikhuli.tk, 1 quuck.eu, 1 quuck.nl, 1 @@ -113046,7 +113886,6 @@ qvision.ml, 1 qvq.cloud, 1 qvq.one, 1 -qw-dev.net, 1 qwant.com, 1 qwantjunior.com, 1 qwanturank.news, 1 @@ -113073,6 +113912,7 @@ qxazusa.xyz, 1 qxin.info, 1 qxq.moe, 1 +qxxtv.com, 1 qxzg.org, 1 qxzg.xyz, 1 qxzgssr.xyz, 1 @@ -113107,6 +113947,7 @@ r1ch.net, 1 r1h3.nl, 1 r1ss.com, 1 +r2cdn.com, 1 r2d2pc.com, 1 r2wind.cn, 1 r2wind.com, 1 @@ -113130,7 +113971,6 @@ r9721.com, 0 r9728.co, 1 ra-joergensen.de, 1 -ra-jurochnik.de, 0 ra-studio.ml, 1 ra.vc, 1 ra3y.xyz, 1 @@ -113156,6 +113996,7 @@ rabbit.org, 1 rabbitcallcenter.com, 1 rabbitcare.com, 1 +rabbitcare.vn, 1 rabbitdns.org, 1 rabbitfinance.com, 1 rabbithash.com, 1 @@ -113517,6 +114358,7 @@ ragnamania.tk, 1 ragnamart.tk, 1 ragnaroktop.com.br, 1 +ragsnprints.com, 1 ragstores.com, 1 ragt.ag, 1 ragu.co.uk, 1 @@ -113525,6 +114367,7 @@ rahayi.tk, 1 raheel.cf, 1 raheel.tk, 1 +raheem.marketing, 1 rahenytennis.tk, 1 rahil-p.com, 1 rahilworld.tk, 1 @@ -113602,7 +114445,6 @@ rainbowsushi.dk, 1 rainbowswingers.net, 1 rainbowtransport.com, 1 -raincity.cc, 1 raincoat.systems, 1 rainel.at, 1 rainerstoll.at, 1 @@ -113698,7 +114540,6 @@ ralphandretta.org, 1 ralphbisschops.com, 1 raltha.com, 1 -ralum.id, 1 ralvke.rocks, 1 ram-tenancy.cf, 1 ram-tenancy.ga, 1 @@ -113708,7 +114549,6 @@ ramatola.uk, 0 ramblingrf.tech, 1 rambo.codes, 1 -ramboll.com, 1 rambus.com, 1 ramchand.tk, 1 ramel.tk, 1 @@ -113724,8 +114564,7 @@ rammstein-portugal.com, 1 rammsteinaustralia.tk, 1 rammsteinzone.tk, 1 -ramonadeluxe.net, 1 -ramonguilherme.com.br, 1 +ramonguilherme.com.br, 0 ramonnomarpornstar.com, 1 ramos.tur.br, 1 ramosmartinneble.es, 1 @@ -113741,7 +114580,7 @@ ramsdensforcash.co.uk, 1 ramsdensplc.com, 1 ramseycountymn.gov, 1 -ramseycs.net, 1 +ramseycs.net, 0 ramsor-gaming.de, 1 ramt.tk, 1 ramtechmodular.com, 1 @@ -113751,21 +114590,18 @@ ramzinex.com, 1 ran-drunken.tk, 1 ran-ran.top, 1 -ran-sama.ddns.net, 1 rana.realestate, 1 rana.shop, 1 -ranalawassociates.com, 1 ranasinha.com, 1 rancakmedia.com, 1 rancheriastereo.tk, 1 ranchesterwy.gov, 1 rancowar.com, 1 -randallbollig.com, 1 randallcounty.gov, 1 randallcraig.com, 1 randallso.gov, 1 +randburgplumber-247.co.za, 1 randburgplumbing.co.za, 1 -randburgrubbleremovals.co.za, 1 randc.org, 1 randolf.ca, 1 randolphcountyal.gov, 1 @@ -113787,7 +114623,6 @@ randomdomain.io, 1 randomforestweb.com, 1 randomforum.tk, 1 -randomideas.me, 1 randomkindness.tk, 1 randomkoalafacts.com, 1 randompasswordgenerator.fun, 1 @@ -113827,7 +114662,6 @@ ranjanbiswas.in, 1 ranjanbiswas.net, 1 ranjeetmehta.tk, 1 -rank-net.de, 1 rankeco.com, 1 ranker.work, 1 rankia.ga, 1 @@ -113851,6 +114685,7 @@ ranos.org, 1 ransomspares.co.uk, 1 ranson.com.au, 1 +ransonwv.gov, 1 rantalaholcomb.tk, 1 rantamplan.tk, 1 rantanda.com, 1 @@ -113890,7 +114725,6 @@ rapidminer.com, 0 rapidoo.com.br, 1 rapidscale.net, 1 -rapidsec.net, 1 rapidshit.net, 1 rapidspike.com, 1 rapidssl.com.ru, 1 @@ -113931,6 +114765,7 @@ raritysniper.com, 1 rarlab.com, 1 rarlabs.com, 1 +raroh73.xyz, 1 rarous.net, 1 rarsoft.com, 1 raryosu.info, 1 @@ -113983,6 +114818,9 @@ ratespy.com, 1 ratethechief.com, 1 rathbonesonline.com, 1 +rathdrum.gov, 1 +rathdrumpolice.gov, 1 +ratherrarerecords.com, 1 rathgeb.org, 1 rathmann-couture.de, 1 rathorian.fr, 1 @@ -114079,16 +114917,15 @@ ray-works.de, 1 raya.io, 0 rayadventure.com, 1 -rayanou.com, 1 raycarruthersphotography.co.uk, 1 raycon.io, 1 raydius.de, 1 rayfalling.com, 1 rayiris.com, 1 +rayj.org, 1 raykitchenware.com, 1 raylo.com, 1 raym.ml, 1 -raymcbride.com, 1 raymd.de, 1 raymondelooff.nl, 1 raymondha.ca, 1 @@ -114112,8 +114949,10 @@ rayusradiology.com, 1 raywardapparel.com, 1 raywisdom.tk, 1 +raywjohnson.com, 1 +raywjohnson.me, 1 +raywjohnson.net, 1 rayworks.de, 1 -razajewellers.pk, 1 razakhanimazhab.tk, 1 razalabs.com, 1 razalabs.gr, 1 @@ -114134,6 +114973,7 @@ razoesparaacreditar.com, 1 razrabo.tk, 1 razrsec.uk, 1 +razvan.digital, 1 razvanburz.ro, 1 razvanvatamanu.ro, 1 razvlekuha.cf, 1 @@ -114182,7 +115022,6 @@ rca.ink, 1 rca2015.ru, 1 rcbanger.tk, 1 -rcbconlinebanking.com, 1 rccars.info, 1 rccgstrongtowerng.org, 1 rccom.ru, 1 @@ -114267,7 +115106,6 @@ rdmshit.net, 1 rdmtaxservice.com, 1 rdn-team.com, 1 -rdns.cc, 1 rdns.gq, 1 rdo.gg, 1 rdrama.net, 1 @@ -114299,6 +115137,7 @@ reachpersonalgrowth.com, 1 reachrss.com, 1 reachum.com, 1 +reachwithed.com, 1 reaconverter.com, 1 react-db.com, 1 reacteev.com, 1 @@ -114340,6 +115179,7 @@ ready4bf.tk, 1 ready5g.net, 1 readyblinds.com.au, 1 +readybyjosh.com, 1 readycentbid.com, 1 readycentral.com, 1 readychurchsites.com, 1 @@ -114374,7 +115214,7 @@ real-work.tk, 1 real360show.com, 1 realacademy.net, 1 -realanteile.at, 1 +realanteile.at, 0 realbiographies.cf, 1 realbiz.ml, 1 realbokep.com, 1 @@ -114433,7 +115273,6 @@ realimagess.com, 1 realincest.tv, 1 realinsurance.com.au, 1 -reality.cn, 1 reality.news, 1 reality0ne.com, 0 realitycrazy.com, 1 @@ -114448,7 +115287,8 @@ realkeywords.ga, 1 reall.uk, 1 reallife-it.de, 1 -reallifeforums.com, 1 +reallifeforums.com, 0 +reallight.ge, 1 reallinux.tk, 1 reallivingcc.com, 1 reallovetab.ga, 1 @@ -114467,7 +115307,6 @@ realmixwell.tk, 1 realmjoin.com, 1 realmofaesir.com, 1 -realmofespionage.xyz, 1 realmoney.games, 1 realnature.com.br, 1 realneo.me, 1 @@ -114487,6 +115326,7 @@ realty-pochta.tk, 1 realtyfeature.com, 1 realtygroup-virginia.com, 1 +realtyhouseturkey.com, 1 realtyofnaples.com, 1 realum.com, 1 realum.de, 1 @@ -114545,6 +115385,7 @@ rebuga.com, 1 rebuild96.ru, 1 rebull.fr, 1 +rebure.com, 1 rebus.support, 1 rebusfarm.net, 1 reby.cf, 1 @@ -114599,7 +115440,6 @@ recipeyak.com, 1 recipito.tk, 1 reciplast.cl, 1 -recitoners.net, 1 reckers-griesbach.com, 1 recklessly.ga, 1 reckner.com, 1 @@ -114680,6 +115520,7 @@ recyclebin.email, 1 recycledinorsett.co.uk, 1 recycledinorsett.com, 1 +recyclenow.com, 1 recycling.tk, 1 recyklace-prochazka.cz, 1 recyklacekovu.cz, 1 @@ -114779,6 +115620,7 @@ redgeek.ga, 1 redgeek.gq, 1 redgeek.ml, 1 +redgranitefdwi.gov, 1 redgravity.net, 1 redhackerteam.tk, 1 redhandedsecurity.com.au, 1 @@ -114860,6 +115702,9 @@ redshop.uk, 1 redsicom.com, 1 redsiege.com, 1 +redsift.cloud, 1 +redsift.com, 1 +redsift.io, 1 redsis.com, 1 redskullstuff.gq, 1 redsolutor.gq, 1 @@ -114918,9 +115763,13 @@ reemployks.gov, 1 reenergo.ru, 1 reening.net, 1 +reenio.com, 1 +reenio.cz, 1 +reenio.sk, 1 reentry.gov, 1 reentrycenterofocala.com, 1 rees-carter.net, 1 +reesi.site, 1 reesmichael1.com, 1 reeson.at, 1 reeson.de, 1 @@ -114969,7 +115818,6 @@ reflexions.co, 1 reflexionspain.tk, 1 reflexive-engineering.com, 1 -reflexive.xyz, 1 refline.ch, 1 refluxogastroesofagico.ga, 1 refood-cascaiscpr.eu, 1 @@ -114986,7 +115834,6 @@ refpa4216323.top, 1 refpa4496162.top, 1 refpa4903566.top, 1 -refpa53115.top, 1 refpa5446390.top, 1 refpa59720.top, 1 refpa6781648.top, 1 @@ -114994,14 +115841,12 @@ refpabei.top, 1 refpabuyoj.top, 1 refpadewok.com, 1 -refpadkrf.top, 1 refpaewsbc.top, 1 refpaffkansb.top, 1 refpaicctvtm.top, 1 refpaiglbwkv.top, 1 refpaikgai.top, 1 refpajqhsd.top, 1 -refpakclnzuh.top, 1 refpakrtsb.top, 1 refpakwpsrbm.top, 1 refpalqtdn.top, 1 @@ -115019,6 +115864,7 @@ refpaydc.top, 1 refpayio.top, 1 refpazkjixes.top, 1 +reframeituk.org.uk, 1 refresh-dc.org, 1 refreshcartridges.co.uk, 1 refreshingserum.com, 1 @@ -115147,7 +115993,7 @@ rehabthailand.com, 1 rehabthailand.org, 1 rehasport-informationen.de, 1 -rehasport-marketing.de, 1 +rehasportwelt.de, 1 rehau-ua.com, 1 reher.pro, 1 rehobothma.gov, 1 @@ -115264,7 +116110,7 @@ reklamjog.hu, 1 reklamy-led.tk, 1 rekmedia.tk, 1 -rekono.si, 1 +rekono.si, 0 rekorhaliyikama.com, 1 reksadanapanin.co.id, 1 rekurasi.com, 1 @@ -115283,7 +116129,6 @@ relationsproblem.nu, 1 relatory.nl, 1 relatosypoesias.tk, 1 -relax.hn, 1 relaxcenternederland.nl, 1 relaxdata.eu, 1 relaxhavefun.com, 1 @@ -115328,7 +116173,6 @@ relisten.nl, 1 reloading.ml, 1 relocatefeds.gov, 1 -relocatetocornwall.co.uk, 1 relojeriajoyeria.com, 1 relojes-especiales.com, 1 relojes-online.com, 1 @@ -115375,7 +116219,6 @@ remiafon.com, 1 remicade.com, 1 remifajardo.cf, 1 -remigius-michael.de, 1 remilner.co.uk, 1 reminda.com, 1 reminded.tk, 1 @@ -115540,6 +116383,7 @@ rentacarizmir.com.tr, 1 rentacarmedo.me, 1 rentalboatsafety.com, 1 +rentalharmony.co.za, 1 rentamosandamios.com.mx, 1 rentandamiosycasetas.com, 1 rentandgoandalo.it, 1 @@ -115559,6 +116403,7 @@ rentmama.ga, 1 rentmama.gq, 1 rentmama.ml, 1 +rentmasseur.com, 1 rentmen.eu, 1 rentnow.my, 1 rentourhomeinprovence.com, 1 @@ -115575,7 +116420,6 @@ renxinge.cn, 0 renyiyou.com, 1 reo.gov, 0 -reodar.com, 1 reorz.com, 0 reox.at, 1 repaircafe-hanau.de, 1 @@ -115665,11 +116509,11 @@ repuestosmedellin.com, 1 repugnant-conclusion.com, 1 repugnantconclusion.com, 1 +reputatiedesigners.nl, 1 request.cf, 1 requestatest.com, 1 requesthymn.com, 1 requestr.co.uk, 1 -requeteguapas.com, 1 requeue.ga, 1 requin.tk, 1 requirements.ga, 1 @@ -115685,6 +116529,7 @@ resbi.tk, 1 resc.la, 1 rescatec.com, 1 +resch-verlag.com, 1 resch.pro, 1 rescms-secure.com, 1 rescuenode.com, 1 @@ -115692,7 +116537,6 @@ rescuer.tk, 1 research-panel.jp, 1 research.facebook.com, 0 -research.md, 1 researchgate.net, 1 researchresults.com, 1 researchstory.com, 1 @@ -115779,7 +116623,6 @@ respectmyprivacy.nl, 1 respectonsleau.fr, 1 respecttheflame.com, 1 -respinar.com, 1 respiradores.tk, 1 respiranto.de, 1 respiratorytherapistlicense.com, 1 @@ -115811,6 +116654,7 @@ ressupply.com, 1 rest-in-moscow.tk, 1 resta.ga, 1 +restad.org, 1 restart-brno.cz, 1 restartperm.ml, 1 restauraceumichala.cz, 1 @@ -115842,6 +116686,7 @@ restlesseshop.com, 1 restlesslegs.tk, 1 resto-renaissance.be, 1 +restoclub.ru, 1 restomojo.tk, 1 restoran-radovce.me, 1 restoran.cf, 1 @@ -115881,6 +116726,7 @@ retailcleaners.ga, 1 retailcybersolutions.com, 1 retailing.cf, 1 +retailmarket.net, 1 retailnext.net, 1 retaque.tk, 1 retarara.tk, 1 @@ -115953,6 +116799,7 @@ rettig.xyz, 1 retube.ga, 1 return-profit.tk, 1 +return.sh, 1 returnly.com, 1 returnonerror.com, 1 returnthief.quest, 1 @@ -115996,6 +116843,7 @@ reverse1999.wiki, 1 reverseaustralia.com, 1 reversecanada.com, 1 +reversecrucifixkm.altervista.org, 1 reversedns.tk, 1 reverseloansolutions.com, 1 reverselookupphone.us, 1 @@ -116003,7 +116851,6 @@ reversemortgageguides.org, 1 reversesouthafrica.com, 1 revierstrand.de, 1 -review-plus.com, 1 review.jp, 1 review247.ga, 1 reviewbestseller.com, 1 @@ -116025,7 +116872,6 @@ reviewskia.in, 1 reviewsonline.ml, 1 reviewspot.net, 1 -reviewspotly.com, 1 reviewu.ca, 1 revifymedspa.com, 1 revijahak.hr, 1 @@ -116072,6 +116918,7 @@ revmap.com, 1 revoka.de, 1 revol.space, 1 +revolucioncharango.com, 1 revolution-mining.com.au, 1 revolution.net.nz, 1 revolutionary.tk, 1 @@ -116104,7 +116951,6 @@ rewrite3.com, 1 rewriteguru.com, 1 rewritertools.com, 1 -rex.gdn, 1 rex.red, 1 rex.st, 1 rex.tc, 1 @@ -116150,6 +116996,7 @@ rfg.ru, 1 rfgadvisory.com, 0 rfgadvisorywealth.com, 0 +rfmsconnect.nl, 1 rfn.cz, 1 rfnews.tk, 1 rfoard.com, 1 @@ -116174,7 +117021,6 @@ rggraphics.mx, 1 rghost.net, 1 rgpd-elearning.com, 1 -rgpdkit.io, 1 rgservice.ml, 1 rgtonline.com, 1 rgz.ee, 1 @@ -116189,7 +117035,6 @@ rhd.org, 1 rhdiscovery.com, 1 rhees.nl, 1 -rheijmans.com, 1 rheijmans.email, 1 rheijmans.io, 1 rheijmans.nl, 1 @@ -116216,6 +117061,7 @@ rhino.co.tz, 1 rhinobase.net, 1 rhinoceroses.org, 1 +rhinosf1.com, 1 rhnet.at, 1 rhode-island-sexcams.com, 1 rhodeislandhealth.tk, 1 @@ -116238,6 +117084,7 @@ rhymeswithmogul.com, 1 rhynl.io, 1 rhyno.io, 1 +rhysg.net, 1 rhysperry.com, 1 rhysre.net, 1 rhystagr.am, 1 @@ -116245,6 +117092,7 @@ riable.com, 1 riacanada.ca, 1 riachuello.tk, 1 +riaiai.com, 1 riaki.net, 1 riaktiv.tk, 1 rial.space, 1 @@ -116291,7 +117139,6 @@ riceadvice.info, 1 ricecountymn.gov, 1 ricelasvegas.com, 1 -riceonline.ir, 1 ricettesemplicieveloci.altervista.org, 1 rich-good.com, 0 richadams.me, 1 @@ -116322,7 +117169,6 @@ richardson.tw, 1 richardsoncountyne.gov, 1 richardstonerealestate.com, 1 -richardwarrender.com, 1 richbutler.co.uk, 1 richcat.tw, 1 richecommecresus.com, 1 @@ -116346,6 +117192,7 @@ richlandcenterwi.gov, 1 richlandcountyoh.gov, 1 richlandcountywi.gov, 1 +richlandwa.gov, 1 richlj.com, 1 richlj.net, 1 richlogic.blog, 1 @@ -116366,6 +117213,7 @@ rickmakes.com, 1 rickmanlegal.com, 1 rickmartensen.nl, 0 +rickoriginal.nl, 1 rickrongen.nl, 1 rickrussellhomes.com, 0 rickscastles.co.uk, 1 @@ -116393,6 +117241,7 @@ ridegravel.ch, 1 rideintaxi.com, 1 rident-estetic.ro, 1 +riderchris.com, 1 riders.ga, 1 rides-japan.jp, 1 ridetour.ru, 1 @@ -116430,12 +117279,10 @@ rigartmichael.be, 1 rigelro.ga, 1 rigeltarot.com, 1 -riggosrag.com, 1 riggsloves.me, 1 riggsmarkham.com, 1 righettod.eu, 1 righini.ch, 0 -right-to-love.name, 1 rightblog.tk, 1 rightbraingroup.com, 1 rightducks.com, 1 @@ -116492,6 +117339,7 @@ riman.tk, 1 rimax.vn, 0 rimba.eu, 1 +rime.red, 1 rimessaggio.it, 1 rimetsu.com, 1 riministreet.com, 1 @@ -116524,13 +117372,13 @@ rinoartdistrict.org, 1 rinsbacherhof.com, 1 rinskeshomepage.tk, 1 -rintisnews.com, 1 rinton.ru, 1 rinu.cf, 1 rinvex.com, 1 rinyui.cn, 1 rinyui.com, 1 rio-weimar.de, 1 +riobastian.my.id, 1 rioinbox.com.br, 1 rioloagolf.tk, 1 riomaisbrindes.com.br, 1 @@ -116541,6 +117389,7 @@ riosoils.co.uk, 1 riosoils.com, 1 riostones.com, 1 +rioxmarketing.us, 1 rip-sport.cz, 1 rip.ie, 1 ripadores.tk, 1 @@ -116579,7 +117428,6 @@ risalatconsultants.com, 1 riscascape.net, 1 risco.ro, 1 -riscone.info, 1 riscoscommunity.org, 1 riscoshardware.tk, 1 rise-technologies.com, 1 @@ -116608,7 +117456,7 @@ risingsoftware.com, 1 risitas.com.ar, 1 riskconsole.com, 1 -riskiq.com, 1 +riskiq.com, 0 riskmitigation.ch, 1 riskstudio.com, 1 risky.services, 1 @@ -116624,6 +117472,7 @@ risquefetishtoys.com, 1 ristioja.ee, 1 ristisanat.fi, 1 +ristorantedabeni.be, 1 ristoviitanen.fi, 1 ristrutturazione.roma.it, 1 ristrutturazioneappartamenti.milano.it, 1 @@ -116639,7 +117488,7 @@ ritchieneville.tk, 1 riteboost.com, 1 ritel.nl, 1 -ritense.com, 1 +ritense.com, 0 ritense.nl, 1 ritepriceheatingcooling.com.au, 1 ritepriceroofing.com.au, 1 @@ -116729,6 +117578,7 @@ rjfedor.ddns.net, 1 rjia.gq, 1 rjmartz.com, 1 +rjpdesignanddecor.com.au, 1 rk-box.ru, 1 rk-links.ml, 1 rk-mediawork.de, 0 @@ -116741,6 +117591,7 @@ rkmedia.no, 1 rkmns.edu.in, 1 rknews.tk, 1 +rkowalewski.de, 1 rkstudio.com, 1 rl3.de, 1 rlahaise.nl, 0 @@ -116770,7 +117621,6 @@ rme.li, 0 rmf.io, 1 rmfscrubs.com, 1 -rmgsm.ir, 1 rmi.com.ar, 1 rmit.ee, 1 rmit.me, 1 @@ -116842,6 +117692,7 @@ roanboute.be, 1 roanoke.com, 1 roar.com.br, 1 +roaringforkfire.gov, 1 roaster.ga, 1 roayahnews.com, 1 rob006.net, 1 @@ -117015,6 +117866,7 @@ rockchiprescue.ca, 1 rockcountyne.gov, 1 rockcult.ru, 1 +rockdaisy.com, 1 rockenfolie.com, 0 rockenfuerlachenhelfen.de, 1 rockernj.com, 1 @@ -117066,6 +117918,7 @@ rocksoundradio.tk, 1 rockspringswi.gov, 1 rocktape.com, 1 +rocktonil.gov, 1 rocktontownshipil.gov, 1 rockvilledentalarts.com, 1 rockvocalconsulting.com, 1 @@ -117073,6 +117926,7 @@ rockyford-co.gov, 1 rockymountaininsurancecenter.com, 1 rockymountainspice.com, 1 +rockymountva.gov, 1 rockymtnexpress.com, 1 rockyourlife.gq, 1 rockyrealestate.com, 1 @@ -117181,6 +118035,7 @@ roguetechhub.org, 1 rohal.tk, 1 rohanbassett.com, 1 +rohaniways.com, 1 rohankondvilkar.com, 1 rohansingh.cf, 1 rohde.de, 0 @@ -117241,6 +118096,7 @@ rollingcouchapp.com, 1 rollinghillsestates.gov, 1 rollingshuttle.org, 1 +rollinsdogtraining.com, 1 rollinsmokebbqfranchise.com, 1 rollinspass.org, 1 rollthedice.tk, 1 @@ -117264,7 +118120,6 @@ romana.org, 1 romanceamor.com.pt, 1 romancerecipes.com, 1 -romancoinsforsale.org, 0 romancy.tk, 1 romania-film.ml, 1 romaniacompany.com, 1 @@ -117289,6 +118144,7 @@ romantik-fm.tk, 1 romantik.cf, 1 romantik.tk, 1 +romanywg.com, 1 romapk.tk, 1 romarin.es, 1 romaservicegroup.it, 1 @@ -117320,7 +118176,6 @@ romtex.co.uk, 1 romun.net, 1 romy.tw, 1 -ron.com.cn, 1 ron.today, 1 ron2k.za.net, 1 ronaldcantor.com, 1 @@ -117397,6 +118252,7 @@ roopakv.com, 1 roorda-schilders.nl, 1 roosabels.nl, 0 +rooseveltcountymt.gov, 1 roosterpets.com, 1 root-books.gq, 1 root-books.ml, 1 @@ -117466,6 +118322,7 @@ rosaserra.es, 1 rosbass.ru, 1 rosbiznes.tk, 1 +rosclar.com, 1 roscommontownshipmi.gov, 1 rosdpk.ru, 1 rosdver.ru, 1 @@ -117485,7 +118342,6 @@ roseitsolutions.co.uk, 1 roseliere.com, 0 roselinlin.com, 1 -roseluna.com, 1 rosemariefloydballet.com, 1 rosemountmn.gov, 1 rosenberg-fansite.tk, 1 @@ -117589,7 +118445,6 @@ rothkranz.net, 1 rothwellgornthomes.com, 1 rotince.tk, 1 -rotkreuzshop.de, 1 rotol.me, 1 rotonde.gq, 1 rottal-inn.de, 1 @@ -117597,7 +118452,7 @@ rotterdamapartments.com, 1 rotterdamjazz.info, 1 rottie.xyz, 1 -rottig.de, 0 +rottig.de, 1 rottnestexpress.com.au, 1 rottweil-hilft.de, 1 rottweiler.ws, 1 @@ -117634,7 +118489,6 @@ roussos.cc, 1 roussosmanos.gr, 1 rout0r.org, 1 -routage.co.uk, 1 route-wird-berechnet.de, 1 route64.eu, 1 route66.net, 1 @@ -117648,7 +118502,7 @@ routeto.com, 1 routetracker.co, 1 routeur4g.fr, 0 -rouwcentrumterheide.be, 0 +rouwcentrumterheide.be, 1 rouyt.com, 1 rovatronic.tk, 1 roverglobal.ga, 1 @@ -117720,7 +118574,6 @@ royal855.com, 1 royal856.com, 1 royal857.com, 1 -royal858.com, 1 royal859.com, 1 royal86.com, 1 royal861.com, 1 @@ -117911,10 +118764,8 @@ rsdisedezzari.it, 1 rsdns.ml, 1 rse-reporting.com, 1 -rsec.kr, 1 rsecure.tk, 1 rsfinance.ch, 1 -rsgcard.com, 1 rsingermd.com, 1 rsl.gd, 1 rslcaresa.com.au, 1 @@ -118000,6 +118851,7 @@ rtkbe.com, 1 rtl.de, 1 rtlspiele.de, 1 +rtm.kr, 1 rtmoran.org, 1 rtp.org, 1 rtpa.es, 1 @@ -118025,7 +118877,6 @@ ru.search.yahoo.com, 0 ru251.tk, 1 rua.ink, 0 -ruaanhgiare.vn, 1 ruageek.com, 1 ruangangkasa.com, 1 ruanglaptop.com, 1 @@ -118047,7 +118898,7 @@ rubblekempton.co.za, 1 rubblemidrand.co.za, 1 rubblerandburg.co.za, 1 -rubbleremovalsbenoni.co.za, 0 +rubbleremovalsbenoni.co.za, 1 rubbleremovalsjohannesburgsouth.co.za, 1 rubdiavila.com, 1 ruben.ga, 1 @@ -118186,7 +119037,6 @@ ruinone.com, 1 ruinsofchaos.com, 1 ruiruigeblog.com, 1 -ruitershoponline.nl, 1 ruitersportbak.nl, 1 ruixin.org, 1 rujbin.ddns.net, 1 @@ -118195,6 +119045,8 @@ rukiyegarip.art, 1 rukminicarrentals.com, 1 ruknguk.tk, 1 +rukouye.cf, 1 +rukouye.ml, 1 rul.ai, 1 rulaholding.fi, 1 rule5.ai, 1 @@ -118325,6 +119177,7 @@ rush49.com, 1 rushashkyfond.com, 1 rushbmedia.com, 1 +rushcountykansas.gov, 1 rushhour.nl, 1 rushmix.com, 1 rushmyessay.gq, 1 @@ -118335,6 +119188,7 @@ rushyo.com, 1 rusi-ns.ca, 1 rusichi.tk, 1 +rusien-den.com, 1 rusificatio.tk, 1 rusifikator.tk, 1 rusiptv.cf, 1 @@ -118410,6 +119264,7 @@ rustls.com, 1 rustls.org, 1 rustonla.gov, 1 +rustup.rs, 1 rustwire.com, 1 rustyrambles.com, 0 rustytub.com, 1 @@ -118436,11 +119291,9 @@ rutiger.com, 1 rutika.ru, 1 rutorka.tk, 1 -rutten.me, 1 ruttenadvocaat.be, 1 ruud-online.tk, 1 ruudkoot.nl, 1 -ruuky.com, 1 ruurdboomsma.nl, 1 ruvoip.net, 1 ruwhof.com, 1 @@ -118516,6 +119369,7 @@ ryanrichardwalker.com, 1 ryansmithphotography.com, 1 ryanwordpress.com, 1 +ryanyou.com, 1 ryazagro.ru, 1 ryazan-region.ru, 1 ryazancity.tk, 1 @@ -118537,7 +119391,6 @@ ryd.no, 1 rydeful.com, 1 rydeify.com, 1 -ryder.link, 1 rydercragie.co.uk, 1 rydercragie.com, 1 rydercragie.uk, 1 @@ -118549,10 +119402,12 @@ rygh.no, 1 rygy.com.br, 1 ryland.consulting, 0 +rylin.net, 1 rylore.com, 1 rymanow.tk, 1 rymdweb.com, 1 rymergames.tk, 1 +rymshospital.com, 1 rynekpierwotny.pl, 1 rynkebo.dk, 1 ryobitools.eu, 1 @@ -118575,6 +119430,7 @@ rzero.com, 1 rzero.tk, 1 rzhv1.cf, 1 +rzip.de, 1 rzr.supplies, 1 rzsmt.com, 1 s-4.host, 1 @@ -118657,6 +119513,7 @@ s558.cc, 0 s559.cc, 0 s5g8.com, 1 +s6.tel, 1 s64.cz, 1 s6729.co, 1 s6729.com, 1 @@ -118682,7 +119539,7 @@ sa.gov, 1 sa.net, 1 sa68.cc, 1 -sa88.cc, 1 +sa88.cc, 0 saadat.in.ua, 1 saadurrehman.tk, 1 saam.aero, 1 @@ -118701,6 +119558,7 @@ sabachat.tk, 1 sabahattin-gucukoglu.com, 1 sabaland.tk, 1 +sabanco.com.br, 1 sabatikirooms.com, 1 sabba.uk, 1 sabbat-wildfire.tk, 1 @@ -118708,6 +119566,7 @@ sabbottlabs.com, 1 sabedinovski.tk, 1 saber-nyan.com, 1 +sabghijewelers.com, 1 sabharwallawfirm.ca, 1 sabhindimai.net, 1 sabians.tk, 1 @@ -118729,6 +119588,7 @@ sabrinarus.tk, 1 sabrinazeidan.com, 1 sabrine.tk, 1 +sabris.com, 1 sabung-ayam.net, 1 sabworldtricks.tk, 1 sac-shoes.fr, 1 @@ -118740,6 +119600,7 @@ saccountyiowa.gov, 1 sace.org.za, 1 sacektirme.tk, 1 +sacfreightlines.com, 1 sacha-botz.com, 0 sacharidovejednotky.eu, 1 sachasmets.be, 1 @@ -118776,6 +119637,7 @@ sadbox.org, 1 sadbox.xyz, 1 sadeedos.systems, 1 +sadeem.space, 1 sadhana.cz, 1 sadhanaclub.de, 1 sadhawkict.org, 1 @@ -118861,7 +119723,6 @@ safeme.ga, 1 safeme.gq, 1 safemt.gov, 1 -safenetwork.it, 1 safensoundstoragegroton.com, 1 safeo.fr, 1 safeocs.gov, 1 @@ -118893,6 +119754,7 @@ safethishome.com, 1 safetrax.in, 1 safety-in-construction.tk, 1 +safety.co.nz, 1 safetycloud.me, 1 safetydrivessuccess.com, 1 safetymeasuresas.com, 1 @@ -118904,6 +119766,7 @@ safetyrange.com, 1 safetyrisk.net, 1 safetysite.tips, 1 +safetysource.co.nz, 1 safeui.com, 0 safevault.org, 1 safevisit.com.au, 1 @@ -118913,7 +119776,6 @@ safewaysecurityscreens.com.au, 1 safewaywaterproofing.com, 1 safex.az, 1 -safex.org, 1 saffron.com, 1 safijourney.com, 1 safinamide.co.uk, 1 @@ -118929,6 +119791,7 @@ sagarawat.in, 1 sagareserve.com, 1 sagargandecha.com.au, 0 +sagasailing.dk, 1 sagauae.com, 1 sageclinic.org, 1 sagefalab.com, 1 @@ -118989,7 +119852,6 @@ sail-nyc.com, 1 sailarmada.com, 1 sailboatdata.ddns.net, 1 -sailing-yacht.club, 1 sailormoondoujinshi.org, 1 sailormoonevents.org, 1 sailormoonfansubs.com, 1 @@ -119073,8 +119935,8 @@ sairlerimiz.tk, 1 sairus.fr, 1 saisandesh.org, 1 -saisecure.net, 1 saisecure.online, 1 +saiserver.net, 1 saisons-fruits-legumes.fr, 1 saisyuusyou-ikebukuro.com, 1 saisyuusyou-omiya.com, 1 @@ -119082,7 +119944,6 @@ saisyuusyou-utsunomiya.com, 1 sait.health, 1 saitapovan.com, 1 -saitas.net, 1 saitechgroups.com, 1 saito-koken.co.jp, 1 saitrance.com, 1 @@ -119124,13 +119985,13 @@ sakuramarketingdigital.com.br, 1 sakurapalace.tk, 1 sakustar.com, 1 +salaamgateway.com, 1 saladgo.id, 1 saladin.vn, 1 salahospitality.com, 1 salalfoundation.ca, 0 salamanders.tk, 1 salamence.tk, 1 -salandalairconditioning.com, 1 salariominimo.com.co, 1 salarycalculatoruk.co.uk, 1 salaryfinance.com, 1 @@ -119203,6 +120064,7 @@ saleturs.tk, 1 saletzki.de, 1 salexy.kz, 1 +salge.rocks, 1 salibandy.tk, 1 salidaswap.com, 1 salier-realschule.de, 1 @@ -119353,7 +120215,6 @@ samarthtyagi.tk, 1 samatva-yogalaya.com, 1 samba.org, 1 -sambaash.com, 1 sambeso.net, 1 sambot.ru, 1 sambot22.tk, 1 @@ -119440,7 +120301,6 @@ samsonnetworks.org, 1 samsreseller.com, 1 samstudios.tk, 1 -samsung-easydrivers.com, 1 samsunghalfmarathon.com, 1 samtalen.nl, 1 samudranesia.id, 1 @@ -119452,6 +120312,7 @@ samuelharmon.com, 1 samuelkeeley.com, 1 samuelkyalo.tk, 1 +samuelphotos.com, 1 samuels-blog.de, 1 samuels-graphics.tk, 1 samui-samui.de, 0 @@ -119469,11 +120330,6 @@ samy.rip, 1 samyang.tk, 1 samystic.com, 1 -san-cassiano.com, 1 -san-genesio.net, 1 -san-leonardo.com, 1 -san-martino.org, 1 -san-vigilio-marebbe.net, 1 san.tv, 1 san0j.de, 1 sana-commerce.com, 1 @@ -119508,6 +120364,7 @@ sanatstore.ir, 1 sanayi.gov.tr, 1 sanayigazetesi.com.tr, 1 +sanbenitocounty-ca-cre.gov, 1 sanbornteam.com, 1 sanbs.org.za, 1 sancaktepehaber.tk, 1 @@ -119528,6 +120385,7 @@ sand66.cc, 1 sand66.com, 1 sandairephotography.com, 1 +sandbox.i.ng, 1 sandbox.mydigipass.com, 0 sandelduggal.com, 1 sander.sh, 1 @@ -119586,6 +120444,7 @@ sandybigboobs.com, 1 sandybigboobs.net, 1 sandybolton.com, 1 +sandylanevacations.com, 1 sandyrobison.org, 1 sandyrobsonhypnotherapy.co.uk, 1 sandyvazquez.com, 1 @@ -119614,7 +120473,6 @@ sanikapandit.com, 1 sanilactownshipmi.gov, 1 sanin.gq, 1 -sanisafepro.com, 1 sanitaer-heinze.com, 1 sanitaer-notdienst-zentrale.de, 1 sanitairwinkel.be, 1 @@ -119641,7 +120499,6 @@ sanjuanerita.com, 1 sanketsu.ml, 0 sanki.tk, 1 -sankt-kassian.com, 1 sanktannae-advokater.dk, 1 sanktpetriskole.dk, 1 sanliurfahaberi.tk, 1 @@ -119669,7 +120526,7 @@ sanray73.ru, 1 sans-hotel.com, 1 sansairyu-kuyoukai.com, 1 -sansdb.io, 1 +sansdb.io, 0 sansdict.ml, 1 sanskrit.pub, 1 sanskrit.site, 1 @@ -119681,19 +120538,20 @@ santabarbaraca.gov, 1 santackergaard.nl, 1 santaclaracounty.gov, 1 +santaclaratx.gov, 1 santaclarita.gov, 1 santacruzca.gov, 1 santacruzgalapagoscruise.com, 1 santacruzstudio.com.mx, 1 santafesilversaddlemotel.com, 1 santafetx.gov, 1 -santaijia.com, 0 santaluciatirajana.com, 1 santamargarita.tk, 1 santamariadelaisla.tk, 1 santamariaretreats.co.uk, 1 santamariaretreats.uk, 1 santamonicapost123.org, 1 +santander-dojo.com, 1 santander.com, 1 santanderassetmanagement.es, 0 santanderibc.com, 0 @@ -119718,6 +120576,7 @@ santenatureetcie.com, 0 santeriabeliefs.com, 1 santhatela.com.br, 1 +santhoffplumbingco.com, 1 santhoshveer.com, 1 santiagogarza.co, 1 santibanezdetera.tk, 1 @@ -119774,7 +120633,6 @@ sapienzaconsulting.com, 1 sapik.hu, 1 sapiperelining.com.au, 1 -sapk.fr, 1 sapling.ai, 1 saplumbers.com.au, 1 sapmap01.azurewebsites.net, 1 @@ -119810,7 +120668,6 @@ sarah-jones.uk, 1 sarahbaker.co.nz, 1 sarahbowling.org, 1 -sarahfuerstenberg.com, 1 sarahjaneethan.co.uk, 1 sarahjaneredmond.com, 1 sarahlicity.co.uk, 1 @@ -119832,6 +120689,7 @@ saraskins.space, 1 sarasotadentistry.com, 1 sarasotaroboticurology.com, 1 +saratogasprings-ut.gov, 1 saraton-kasalligi.cf, 1 saraton-kasalligi.ml, 1 saraton-kasalligi.tk, 1 @@ -119840,6 +120698,7 @@ saratovnews.ml, 1 saratovtime.tk, 1 sarayeketabesoti.ir, 1 +sarbarhetsskanning.se, 1 sarbash.ee, 1 sarbel.tk, 1 sarcasmlol.ga, 1 @@ -119871,7 +120730,6 @@ saritas.com.tr, 1 sarjakuvakauppa.fi, 1 sarjas.tk, 1 -sarkaribabu.in, 1 sarkarinaukriworld.net, 1 sarkariresultz.in, 1 sarkazam.ml, 1 @@ -119917,7 +120775,6 @@ sashleighaust.com, 1 sasioglu.co.uk, 1 saskiadhont.be, 1 -saskiafarell.net, 1 saskialund.de, 1 sasrobotics.xyz, 1 sasroli.tk, 1 @@ -119946,6 +120803,7 @@ satellite-equipment.tk, 1 satellite-shop.tk, 1 satellite-top.com, 1 +satellitebeach.gov, 1 satellites.hopto.me, 1 satellitetelevision.tk, 1 satellitetv-deal.com, 1 @@ -119954,15 +120812,13 @@ satimagingcorp.com, 1 satindolls.tk, 1 satinn.pl, 1 -satipatthanamula.com, 1 satirelabs.com, 1 satisfaction.su, 1 satisfactory-calculator.com, 1 +satismeter.com, 1 satisperfectacollections.com, 1 satistemsilcileri.com, 1 sativatunja.com, 1 -satja-juga.de, 1 -satja-juga.pl, 1 satl-lelystad.nl, 1 satlantis.tk, 1 satmd.de, 1 @@ -120050,6 +120906,7 @@ savbus.ws, 1 savchenko.net, 1 savconventioncenter.com, 1 +savcurv.com, 1 save-me-aachen.de, 1 save-me-aachen.eu, 1 save-me-koeln.de, 1 @@ -120122,7 +120979,6 @@ saxeandthecity.com, 1 saxifrageleather.com, 1 saxis.dk, 1 -saxmasters.de, 1 saxobroko.com, 1 saxobroko.ga, 1 saxobroko.gq, 1 @@ -120150,7 +121006,6 @@ sayhuahuo.xyz, 1 sayingimages.com, 1 sayprepay.com, 1 -says.lol, 1 sayura.net, 1 sayver22.com, 1 saz-it.de, 1 @@ -120245,7 +121100,6 @@ scaffoldhirerandburg.co.za, 1 scaffoldhiresandton.co.za, 1 scaffoldingsandton.co.za, 1 -scaffoldingsolutions.com, 1 scag9.com, 1 scai.org, 1 scala.click, 1 @@ -120303,6 +121157,7 @@ scanyachat.cf, 1 scapin.dk, 1 scapp9565.xyz, 1 +scappoose.gov, 1 scappoosebay-wc.org, 1 scarabcoder.com, 1 scaracloud.ddns.net, 1 @@ -120347,6 +121202,7 @@ scepticism.com, 1 scevity.com, 0 scfpensante.ca, 1 +scfssp.it, 1 scguaranty.com, 1 sch44r0n.de, 1 schaafenstrasse.koeln, 1 @@ -120417,7 +121273,7 @@ schimmelnagelspecialist.nl, 0 schindler.com, 1 schinkelplatz.com, 1 -schipholwatch.nl, 1 +schipholwatch.nl, 0 schipholwatch.org, 1 schippendale.de, 1 schippers-it.nl, 1 @@ -120442,11 +121298,9 @@ schlopolis.tk, 1 schloss-gottorf.de, 1 schloss-wackerbarth.de, 1 -schlossanger.de, 1 schlossberg-hotel-wernigerode.de, 1 schlossfuchs.de, 1 schlouk-map.com, 1 -schluderns.org, 1 schluesseldienst-hannover24.de, 1 schluesseldienst-haymov.de, 1 schluesseldienstzentrum.de, 1 @@ -120509,7 +121363,6 @@ scholarsclub.club, 1 scholarships.ga, 1 scholarships.link, 1 -scholarstyle.com, 0 scholding.ru, 1 scholenlijst.tk, 1 scholenprogrammagroningen.nl, 1 @@ -120564,12 +121417,9 @@ schoolrumble.tk, 1 schoolsafety.gov, 1 schoolshow.nl, 1 -schoolsineachstate.com, 1 schoolsonice.nl, 1 schooltransport.com.au, 1 schooluniform.com.au, 1 -schoonheidssalon-annelies-santpoort.nl, 1 -schoonheidssalon-annelies-velserbroek.nl, 1 schoonheym.com, 1 schoonheym.nl, 1 schoop.me, 1 @@ -120582,7 +121432,6 @@ schottenland.de, 1 schottlandtaxi.de, 1 schoutenseo.com, 1 -schramm.de, 1 schrauber.tk, 1 schrauger.com, 1 schrauger.info, 1 @@ -120636,6 +121485,7 @@ schumanandmonnet.eu, 1 schummar.de, 0 schunako.ch, 1 +schupp.io, 1 schutte.tk, 1 schutterij-sintsebastianus-eys.tk, 1 schutterijschinveld.nl, 0 @@ -120647,6 +121497,7 @@ schuylerne.gov, 1 schuylkillcountypa.gov, 1 schwabenhaus-ka.de, 1 +schwan-gestaltung.de, 1 schwanke.in, 0 schwano-dent.at, 1 schwartinsky24.de, 1 @@ -120705,8 +121556,6 @@ scienceofpeople.com, 0 sciencephilanthropyalliance.org, 0 sciencequality.tk, 1 -scienceroads.com, 1 -sciences-world.com, 1 scienceschool.ml, 1 sciencesolutions.eu, 1 sciencetechworld.tk, 1 @@ -120720,7 +121569,6 @@ scientific-socialism.cf, 1 scientific-socialism.ga, 1 scientific-socialism.ml, 1 -scientistsbookshelf.org, 1 scif.com, 1 scifplus.com, 1 scifsafe.com, 1 @@ -120778,7 +121626,6 @@ scooterproducten.com, 1 scooterservis.com, 1 scootertechnofrance.tk, 1 -scootfleet.com, 1 scope.studio, 1 scopea.fr, 0 scopeglass.com.au, 1 @@ -120813,10 +121660,12 @@ scottcoil.gov, 1 scottcountyva.gov, 1 scottdayman.com, 1 +scottgalvin.com, 1 scotthelme.co.uk, 1 scotthelmesucks.com, 1 scottipc.com, 1 scottish-paranormal.tk, 1 +scottishbotanistsconference.org, 1 scottishcca.co.uk, 1 scottishcu.org, 1 scottishseniorsgolf.com, 1 @@ -120863,7 +121712,6 @@ scouttrails.com, 1 scoutwired.org, 1 scp-rustenholz-trens.notaires.fr, 1 -scp-trens.notaires.fr, 1 scp500.com, 1 scpe.eu.org, 1 scphotography.co.uk, 1 @@ -120879,7 +121727,6 @@ scrabble-solver.com, 1 scrabblecheat.com, 1 scrambled.online, 1 -scrambox.com, 1 scramjet.org, 1 scramsoft.com, 1 scrantonmma.com, 1 @@ -120934,6 +121781,7 @@ scriptjunkie.us, 1 scriptline.ga, 1 scriptmaker.tk, 1 +scriptnav.com, 1 scriptolab.com, 1 scriptomania.tk, 1 scriptrock.com, 1 @@ -120941,7 +121789,6 @@ scripty.org, 0 scrod.me, 1 scroll-to-top-button.com, 1 -scroll.com, 1 scroollocker.tk, 1 scrubcorpo.net, 1 scruffy.ga, 1 @@ -121093,7 +121940,6 @@ seara-staging.net, 1 searacon.nl, 1 search, 1 -search-engine-optimization.xyz, 1 search-net.tk, 1 search.gov, 1 search.yahoo.com, 0 @@ -121141,6 +121987,7 @@ seasidestudios.co.uk, 1 seasistent.tk, 1 season.moe, 1 +seasonlevel.com, 1 seasons.nu, 0 seasonsboutique.com.au, 1 seasonsof.berlin, 1 @@ -121333,7 +122180,7 @@ secure-figfcu.com, 1 secure-graphic.de, 1 secure-gw.de, 1 -secure-it-is.nl, 1 +secure-it-is.nl, 0 secure-server-hosting.com, 1 secure.advancepayroll.com.au, 1 secure.facebook.com, 0 @@ -121343,7 +122190,6 @@ secureauth.com, 1 securebot.ga, 1 securebuildingaccess.com, 1 -securecloudplatform.nl, 1 secured-login.net, 1 secured.vote, 1 secureddocumentshredding.com, 1 @@ -121351,7 +122197,6 @@ securedsigning.com, 1 secureenduserconnection.se, 1 securefiletransfer.nl, 1 -securegate.net.br, 1 securegovernment.us, 1 securehugs.com, 1 secureid.services, 1 @@ -121364,7 +122209,6 @@ secureobscure.com, 1 secureonline.co, 1 secureonline.nl, 1 -secureover.com, 1 securepanel.co.uk, 1 secureprivacy101.org, 1 secureqbplugin.com, 1 @@ -121475,7 +122319,6 @@ seehisnudes.com, 0 seeinred.tk, 1 seejay.me, 1 -seekfirstthekingdom.ca, 1 seekingalpha.com, 1 seeks.ru, 1 seeksupply.ga, 1 @@ -121522,6 +122365,7 @@ segmentnext.com, 1 segnalabullo.it, 1 segnidisegni.eu, 1 +segnoadv.com, 1 segpay.com, 1 segulink.com, 1 segundaleitura.net.br, 1 @@ -121561,6 +122405,7 @@ seilgold.de, 1 seincojavea.es, 0 seinfeldquote.com, 1 +seinolab.jp, 1 seintje24.nl, 1 seira.tk, 1 seirdy.one, 1 @@ -121601,6 +122446,8 @@ sekurak.pl, 1 sekusi-tochiki.tk, 1 sekweta.com, 1 +selang.cf, 1 +selang.ml, 1 selangdi.com, 1 selayar.vacations, 1 selber-coden.de, 1 @@ -121698,7 +122545,6 @@ selltogaprime.com, 1 selltothousandhills.com, 1 selltous.com.au, 1 -sellvitamin.com, 1 sellwithsquare.com, 1 sellyboard.company, 1 selma.com, 1 @@ -121779,8 +122625,10 @@ senarea.nl, 1 senarist.tk, 1 senarius.de, 1 +senat.cz, 1 senat.ro, 1 senbil.net, 1 +senbil.video, 1 sence.gob.cl, 1 send.tk, 1 send2sign.net, 1 @@ -121832,7 +122680,6 @@ seniorhost.net, 1 seniorinhomecare.com, 1 seniorlivinginvestments.eu, 1 -seniorlivingspain.com, 1 seniormanager.cz, 1 senkals.one, 1 senkyo.watch, 1 @@ -121924,6 +122771,7 @@ seo-reality.cf, 1 seo-reklama.ml, 1 seo-reklama.tk, 1 +seo-sem.online, 1 seo-smo.ml, 1 seo-smo.tk, 1 seo-srbija.rs, 1 @@ -121940,6 +122788,7 @@ seoapi.com, 1 seoarchive.org, 1 seoargentina.com.ar, 1 +seobay.in, 1 seobgynpc.com, 1 seoblogs.cf, 1 seobook2015.cf, 1 @@ -121959,6 +122808,7 @@ seoefectivo.com, 1 seoenmexico.com.mx, 1 seoexpert.com.br, 1 +seofied.com, 1 seoforyou.nl, 1 seogeek.nl, 1 seogeky.com, 1 @@ -121970,6 +122820,7 @@ seoified.com, 1 seojaguar.tk, 1 seokatka.tk, 1 +seolabuitest.azurewebsites.net, 1 seoline.cf, 1 seolister.cf, 1 seolisting.cf, 1 @@ -121979,6 +122830,7 @@ seomag.tk, 1 seomanager.vip, 1 seomarketing.bg, 1 +seomasti.com, 1 seomaton.com, 1 seomaton.org, 1 seomaxion.com, 1 @@ -122052,7 +122904,6 @@ sepalasaude.com.br, 1 separacioniglesiaestado.tk, 1 sepenggal.info, 1 -sepetibostan.com, 1 seproco.com, 0 septakkordeon.de, 1 septam-orchestra.fr, 1 @@ -122074,12 +122925,12 @@ septodont.it, 1 septodont.nl, 1 septodont.ro, 1 -septodontaucanada.ca, 1 septodontchina.com, 1 septonol.tk, 1 septs.blog, 1 sepulcharium.tk, 1 seputarfinansial.com, 1 +seqing.cf, 1 sequachee.com, 1 sequatchiecounty-tn.gov, 1 sequatchiecountytn.gov, 1 @@ -122112,7 +122963,6 @@ serenaaverypornstar.com, 1 serenascreations.com, 1 serenata.tk, 1 -serenauziyel.me, 1 serenavilage.net, 1 serenavillage.net, 1 serenavillageresidence.com, 1 @@ -122180,7 +123030,6 @@ serpic.photo, 1 serpinco.com, 1 serpuhof.ru, 1 -serralheriaemcuritiba.com, 1 serralheriaeseguranca.com.br, 1 serrande.roma.it, 1 serraniadecuencaafondo.tk, 1 @@ -122209,6 +123058,7 @@ serveistic.com, 1 serveistic.es, 1 servelelecciones.cl, 1 +servelink.com, 1 servend.gov, 1 servepublic.com, 1 servepublic.org, 1 @@ -122254,7 +123104,6 @@ serversuit.com, 1 servertastic.com, 1 servertutorial.eu, 1 -serveru.us, 1 servetten-groothandel.nl, 1 serveur.nl, 1 serveursminecraft.org, 1 @@ -122274,12 +123123,12 @@ servicedesk.ath.cx, 1 servicefish.tk, 1 serviceflow.co.za, 1 +serviceforge.com, 1 servicegeneralhvac.com, 1 serviceland.am, 1 servicemasterlawncare.ca, 1 servicemembers.gov, 1 servicenow.com, 1 -serviceparts.nl, 1 servicepclaptop.com, 1 servicesforfree.com, 1 serviceslotenmaker.nl, 0 @@ -122291,8 +123140,8 @@ serviciales.com, 1 servicii-funerare.tk, 1 serviciodebarralibreparaeventos.com, 1 -serviciodigitalweb.com, 1 serviciomigraciones.cl, 1 +serviciosdeti.gq, 1 serviciosfncs.com, 1 servicioskoinonia.org, 1 serviciotecnicoencomputacion.com.ve, 0 @@ -122343,6 +123192,7 @@ seryovpn.com, 1 ses-egy.com, 1 ses-offshore.com, 1 +sesa.org, 1 sesam-biotech.com, 1 sesamomusical.tk, 1 sescoen.tk, 1 @@ -122383,7 +123233,6 @@ settimanadellascienza.it, 1 settleapp.co, 1 settlingin.ga, 1 -settour.com.tw, 1 setuid.de, 1 setuid.io, 1 setuid0.kr, 1 @@ -122393,7 +123242,7 @@ setxxxtube.com, 1 seu.edu.sa, 1 seucreditodigital.com.br, 1 -seucurioso.com, 0 +seuntaylor.co, 1 seuplano.com.br, 1 seutens.be, 1 seutens.eu, 1 @@ -122505,6 +123354,7 @@ sexoyrelax.com, 1 sexpay.net, 1 sexpdf.com, 1 +sexpression.com.br, 1 sexshopfacil.com.br, 1 sexshopnet.com.br, 1 sexsimf.red, 1 @@ -122543,7 +123393,6 @@ sexyporn.tv, 1 sexyrachel846.com, 1 sexys.cam, 1 -sexysamira.net, 1 sexystine.net, 1 sexytagram.com, 1 sexyteens.net, 1 @@ -122636,6 +123485,7 @@ sgtech.ga, 1 sgthotshot.com, 1 sgtool.eu, 1 +sgtpeppersrestaurant.co.uk, 1 sgtrains.com, 1 sgtsnookums.net, 1 sgtt.ch, 0 @@ -122684,6 +123534,7 @@ shadowkitsune.net, 1 shadowknight.tk, 1 shadowlurker.com.au, 1 +shadowmas.ddns.net, 1 shadowmorph.info, 1 shadowping.com, 1 shadowplus.net, 1 @@ -122772,7 +123623,6 @@ shamami.ml, 1 shamans.ga, 1 shambala.cf, 1 -shambhu.info, 1 shamed.tk, 1 shamesofhungary.com, 1 shamil.tech, 1 @@ -122789,7 +123639,7 @@ shanetully.com, 1 shanevandermeer.com, 1 shanewadleigh.com, 1 -shanghaimineral.com, 1 +shanghaimineral.com, 0 shangobud.com, 1 shanhay.tk, 1 shaniainternational.tk, 1 @@ -122813,6 +123663,7 @@ shanxia.com, 1 shanxiapark.com, 1 shanyi.space, 1 +shaofu.cf, 1 shaolin-kungfu.tk, 1 shaoxia.xyz, 0 shape.pink, 1 @@ -122820,7 +123671,6 @@ shapelyways.com, 1 shapers-production.fr, 1 shapesouthcarolina.gov, 1 -shaping.cn, 1 sharaf.net, 1 sharanyamunsi.net, 1 sharanyan.com, 1 @@ -122889,7 +123739,6 @@ sharkstriker.com, 1 sharmafamily.tk, 1 sharona.cloud, 1 -sharondavale.org, 1 sharonnh.gov, 1 sharonsplace.biz, 1 sharpe-practice.co.uk, 1 @@ -122936,8 +123785,8 @@ shawnz.ca, 1 shawnz.org, 1 shawty.tk, 1 +shayarguru.com, 1 shaytan.tk, 1 -shazamkitpro.com.br, 1 shazbots.org, 1 shazzlemd.com, 1 shazzlepro.com, 1 @@ -122952,7 +123801,7 @@ sheaf.site, 1 sheaorganics7.com, 1 shear.tk, 1 -shearin.pro, 0 +shearin.pro, 1 shearwaterdental.com, 1 sheaspire.com, 1 sheboygancountywi.gov, 1 @@ -122974,6 +123823,7 @@ sheepproductions.com, 1 sheeprock.tk, 1 sheepsound.tk, 1 +sheepymeh.net, 1 sheerchain.com, 1 sheeru.cafe, 1 sheet.host, 1 @@ -122989,6 +123839,7 @@ shehata.com, 1 sheika.ro, 1 sheilasdrivingschool.com, 1 +sheilasproperties.co.uk, 1 shek.zone, 1 shelbycounty-il.gov, 1 sheldon.sk, 1 @@ -123060,6 +123911,7 @@ shermancountyks.gov, 1 shermancountyne.gov, 1 shermanshebcowi.gov, 1 +shermantwphuronmi.gov, 1 sherpa.blog, 1 sherpnortheast.com, 1 sherrikelley.com, 1 @@ -123072,7 +123924,6 @@ shewillcheat.com, 1 shft.cl, 1 shgf.de, 1 -shgroup.xyz, 1 shgt.jp, 1 shgw186.com, 1 shh-listen.com, 1 @@ -123160,6 +124011,7 @@ shinnecock-nsn.gov, 1 shinnyosangha.org, 0 shinobi-fansub.ro, 1 +shinochip.ru, 1 shinodadc-nakano.com, 1 shinonome-lab.eu.org, 1 shinsandenki.com, 1 @@ -123179,6 +124031,7 @@ shipard.org, 1 shipbuddies.com, 1 shipcloud.io, 0 +shipengliang.com, 1 shipeurousa.com, 1 shipgoldchandler.com, 1 shipheart.tech, 1 @@ -123221,6 +124074,7 @@ shiriforum.tk, 1 shirley.li, 1 shirlygilad.com, 1 +shiro.com.pk, 1 shiroki-k.net, 1 shiropaev.tk, 1 shirosaki-hana.fun, 1 @@ -123370,6 +124224,7 @@ shopcoupons.ph, 1 shopcoupons.sg, 1 shopcrocs.in, 0 +shopdiy.com, 1 shopee6.com, 0 shopessenciais.com.br, 1 shopexo.in, 1 @@ -123622,6 +124477,7 @@ shoruihokan.com, 1 shoshin-aikido.de, 1 shoshin.technology, 1 +shoshonecityid.gov, 1 shossain.tk, 1 shost.ga, 1 shota-sekkotsuin.com, 1 @@ -123643,7 +124499,6 @@ shouldtest.net, 1 shouldtest.org, 1 shouohkai-dental.com, 1 -shoutmecrunch.com, 1 shoutoutclassy.com, 1 shouttag.com, 1 shoveltoss.com, 1 @@ -123652,6 +124507,7 @@ showbits.net, 0 showcats.tk, 1 shower.im, 1 +showerdoorco.com, 1 showersnet.com, 1 showf.om, 1 showfom.sb, 1 @@ -123674,7 +124530,6 @@ showsnob.com, 1 showsonar.com, 1 shoyuf.top, 1 -shpargalka.work, 1 shpil.by, 1 shpilevsky.name, 1 shpiliak.com, 1 @@ -123759,7 +124614,6 @@ shuttelportal.nl, 1 shuttelservices.nl, 1 shutter-shower.com, 1 -shutterstreetblog.com, 1 shutts.com, 1 shutupbabyiknowit.party, 1 shuvodeep.de, 1 @@ -123783,6 +124637,9 @@ sia.one, 1 siadlak.com, 1 siaggiusta.com, 1 +siai.cf, 1 +siai.gq, 1 +siai.ml, 1 sialis.tk, 1 sialtv.pk, 1 siamdevsqua.re, 1 @@ -123800,6 +124657,7 @@ sib-taxi.ru, 1 sib.li, 1 sibanyestillwater.com, 1 +sibauto.club, 1 sibekohirescaffolding.co.za, 1 siberas.de, 1 siberia.gq, 1 @@ -123811,8 +124669,10 @@ siberkulupler.com, 1 sibernet.tk, 1 sibfk.org, 1 +sibfl.gov, 1 sibgold.su, 1 sibi.nl, 1 +sibintek.ru, 1 sibirium-red.ga, 1 sibiuindependent.ro, 1 sibleycounty.gov, 1 @@ -123853,7 +124713,6 @@ sidecredit.ga, 1 sidefx.com, 1 sideleau.com, 1 -sidelionreport.com, 1 sidema.be, 1 sidemount-tauchen.com, 1 sideofburritos.com, 1 @@ -123873,6 +124732,7 @@ sidium.de, 1 sidmax.ca, 1 sidneyhaberland.com, 1 +sidneymi.gov, 1 sidnicio.us, 1 sidocsa.com, 1 sidomulyo.tk, 1 @@ -123927,7 +124787,6 @@ sifreuret.com, 0 sift-tool.org, 0 sift.com, 1 -sifuondemand.com, 1 sig-io.nl, 1 sig6.org, 1 siga.com, 1 @@ -123949,7 +124808,6 @@ sightseeing.news, 1 sighup.nz, 1 sigi.tk, 1 -sigil.lt, 1 sigint.pw, 1 sigio.nl, 1 sigma957.net, 1 @@ -123968,7 +124826,6 @@ sigmaomeganu.tk, 1 sigmasensors.com.br, 1 sigmasms.com, 1 -sigmasms.kz, 1 sigmateca.tk, 1 sigmath.net, 1 sign.dog, 1 @@ -123996,6 +124853,7 @@ signing.tools, 1 signinwithmc.com, 1 signix.net, 1 +signmore.com, 1 signmycode.com, 1 signpath.io, 1 signrequest.com, 1 @@ -124197,6 +125055,7 @@ silvernight.social, 1 silveronline.ml, 1 silveronline.tk, 1 +silverscopedesign.com, 1 silverscreenindia.com, 1 silversgarage.com, 1 silversgarage.net, 1 @@ -124208,9 +125067,11 @@ silvertorrents.cf, 1 silverwaregames.io, 1 silverwind.io, 1 +silverwolf.cn, 1 silviacataldi.com, 1 silviadominguez.tk, 1 silviaecintia.tk, 1 +silviamanduley.com, 1 silvianavarro.tk, 1 silviaroddey.tk, 1 silvine.xyz, 1 @@ -124280,6 +125141,7 @@ simoncommunity.org.uk, 1 simoncook.org, 1 simoncotsworth.com, 1 +simone.pl, 1 simone.sh, 1 simonehair.com, 1 simonevans.uk, 1 @@ -124340,7 +125202,6 @@ simplehome.ml, 1 simpleinfoblog.com, 1 simpleinout.com, 1 -simpleinvoices.io, 1 simpleit.services, 1 simpleline.studio, 1 simplelinux.tk, 1 @@ -124376,7 +125237,6 @@ simpletrace.nz, 1 simplevote.ca, 1 simplewebarchitecture.com, 1 -simplewebhosting.com.au, 1 simplewire.de, 1 simplexgame.net, 1 simplia.cz, 1 @@ -124414,7 +125274,6 @@ simplygood.work, 1 simplyheadwear.com.au, 1 simplyhelen.de, 1 -simplyirfan.com, 1 simplyjet.tk, 1 simplymaidsaz.com, 1 simplymeatsmoking.com, 1 @@ -124442,6 +125301,7 @@ simsmotorshop.be, 1 simsnieuws.nl, 1 simstarstyle.tk, 1 +simul.host, 1 simulfund.com, 0 simulhost.com, 1 simulise.cloud, 1 @@ -124514,6 +125374,7 @@ singaporewebdesign.tk, 1 singapur24.tk, 1 singapurfirma.com, 1 +singcapital.com.sg, 1 singee.me, 1 singel.ch, 1 singen.icu, 1 @@ -124541,6 +125402,7 @@ sini.tk, 1 sinibaldi.me, 1 sinistragiovanile.tk, 1 +sinkfactory.com, 1 sinkhole-florida.com, 1 sinkholerepairsflorida.com, 1 sinkip.com, 1 @@ -124596,6 +125458,7 @@ sion.info, 1 siongseafood.com, 1 siouxcityjournal.com, 1 +siouxcountyne.gov, 1 siouxfalls.gov, 1 siouxfalls.org, 1 sip.ch, 1 @@ -124644,6 +125507,7 @@ siria.tk, 1 siris.nl, 1 sirius-se.hu, 1 +sirius.su, 1 siriuspro.pl, 1 siriuspup.com, 1 sirma.com, 1 @@ -124675,7 +125539,6 @@ sirzech.my.id, 1 sis.net.sa, 1 sisadmin21.tk, 1 -sisap.com, 1 siscompbolivia.tk, 1 siscompt.com, 0 siselectrom.com, 1 @@ -124746,6 +125609,7 @@ sitemai.eu, 1 sitemap.solutions, 1 sitemaxiphilippe.ch, 1 +sitemovementforlife.com, 1 sitempro.com.mx, 0 sitemydesk.fr, 1 sitenv.org, 1 @@ -124770,9 +125634,7 @@ sitesweb.gq, 1 sitetalk.tk, 1 sitetuners.com, 1 -siteupp.com, 1 siteviseagency.com, 1 -siteweb-seo.fr, 1 sitgesfilmfestival.com, 1 sithijaya.tk, 1 sithmanifest.com, 1 @@ -124783,7 +125645,6 @@ sitnikov.ga, 1 sito-online.ch, 1 sitra.fi, 1 -sitscommunity360.com, 1 sittingwell.co.uk, 1 sittogether.club, 1 sittogether.tw, 1 @@ -124804,6 +125665,7 @@ sivutoimisto.fi, 1 sivyerge.com, 1 siw64.com, 1 +siwa.cf, 1 siwek.xyz, 1 siwyd.com, 1 six27.com, 1 @@ -124815,12 +125677,11 @@ sixde.com.au, 1 sixe.es, 1 sixforkurd.tk, 1 -sixgungroup.com, 1 sixkingsbrand.com, 1 sixpackband.tk, 1 sixpackholubice.cz, 1 sixstrings.tk, 1 -sixyy.com, 1 +sixyy.com, 0 siyako.com, 1 siyuan.com, 1 sizeunknown.com, 1 @@ -124855,6 +125716,7 @@ sjwheel.net, 1 sjwkeyz.com, 1 sk-ii.com, 1 +sk.tl, 1 sk4y.net, 1 sk8erofbodom.com, 1 sk8israel.com, 1 @@ -124959,11 +125821,10 @@ skill.tk, 1 skillab.ro, 1 skillablers.com, 1 -skillatwill.com, 1 -skillavid.com, 1 skillcore.net, 1 skilldetector.com, 1 skilldnsproc.com, 1 +skillearning.de, 1 skillled.com, 1 skillmamba.com, 1 skillmoe.at, 1 @@ -124984,7 +125845,7 @@ skiman.tk, 1 skimbo.tk, 1 skin-cosmetic.eu, 1 -skin.club, 0 +skin.club, 1 skinbet.co, 1 skinboost.ga, 1 skinboost.ml, 1 @@ -125001,7 +125862,6 @@ skinmedshop.ro, 1 skinmodo.com, 1 skinnation.tk, 1 -skinny-bitch99.com, 1 skinnybitch99.net, 1 skinport.com, 1 skinpwrd.com, 1 @@ -125025,10 +125885,10 @@ skipthetrailers.xyz, 1 skipton.io, 1 skiptontownhall.co.uk, 1 -skirent-masocorto.com, 1 skirted.cf, 1 skirts.tk, 1 skirtskenya.tk, 1 +skirwin.com, 1 skischule-wildewiese.de, 1 skisportdain.it, 1 skitecsh.com, 1 @@ -125041,7 +125901,6 @@ skky.net, 1 skladmebliv.ua, 0 sklepbhp.online, 1 -sklepjacobs.pl, 1 sklepsamsung.pl, 1 sklepsnowboardowy.pl, 1 sklepvoip.tel, 1 @@ -125107,7 +125966,6 @@ sks.com.au, 1 sksdrivingschool.com.au, 1 sksh.io, 1 -sktan.com, 1 sktsolution.com, 0 sku-partei.de, 1 skuizy.ddns.net, 1 @@ -125115,7 +125973,6 @@ skuldwyrm.no, 1 skullcrusher.tk, 1 skullowner.nl, 1 -skullsecurity.org, 1 skunkapeservers.net, 1 skupaudio.pl, 1 skupautwarszawa247.pl, 1 @@ -125125,6 +125982,7 @@ skux.ch, 1 skvele-cesko.cz, 1 skvelecesko.cz, 1 +skvot.de, 1 skwile-cafe.com, 1 skwitko.com, 1 skwlkrs.com, 1 @@ -125162,6 +126020,7 @@ skyder.com.mx, 0 skyder.mx, 0 skyderby.ru, 1 +skydiveaddiction.com, 1 skydivegeronimo.com.au, 1 skydiverapp.com, 1 skydiverecuador.com, 1 @@ -125242,6 +126101,7 @@ skyrider.me, 1 skyrieptravel.com, 1 skyrocket.site, 1 +skyrocketconstruction.it, 1 skyrocketing.ninja, 1 skyrosconsulting.com, 1 skys-entertainment.com, 1 @@ -125275,6 +126135,7 @@ skyvault.io, 1 skyviewtowers.com, 1 skywalkersa.ga, 1 +skywatch.com, 1 skywindowsnj.com, 1 skyworldserver.ddns.net, 1 skywt.cn, 1 @@ -125343,6 +126204,7 @@ slayingqueen.com, 1 slaytec.com, 1 slb.ru, 1 +slbbiromaru.sch.id, 1 slbetx.com, 1 slbknives.com, 1 slbm.com.au, 1 @@ -125471,7 +126333,6 @@ slotgratisonline.net, 1 slothless.com, 1 sloths.org, 1 -slothy.cloud, 1 slothy.win, 1 sloticagames.com, 1 slotjava.com.br, 1 @@ -125502,7 +126363,6 @@ slowsociety.org, 0 slpidny.gov, 1 slpm.com, 1 -slpnewsmx.com, 1 slpower.com, 1 slrd-isperih.com, 1 slrie.de, 1 @@ -125511,7 +126371,6 @@ sltcapital.com, 1 sltda.gov.lk, 1 sluciaconstruccion.com, 1 -sluderno.org, 1 sludge.tk, 1 slugify.online, 1 sluhockey.com, 1 @@ -125635,7 +126494,6 @@ smartcard.tools, 1 smartcents.gold, 1 smartcheck.gov, 1 -smartchezvous.com, 1 smartchoices.ie, 1 smartcleaningcenter.nl, 1 smartclothing.pl, 1 @@ -125687,7 +126545,7 @@ smartlist.ga, 0 smartlogreturns.com, 0 smartlogstock.com, 0 -smartlogtower.com, 0 +smartlogtower.com, 1 smartlook.cz, 1 smartlooks.es, 1 smartmachine.com, 1 @@ -125758,7 +126616,7 @@ smashbros-chile.tk, 1 smashbylaney.com, 1 smashcooper.tk, 1 -smashingconf.com, 0 +smashingconf.com, 1 smashingmagazine.com, 1 smashnl.tk, 1 smashno.ru, 1 @@ -125775,7 +126633,6 @@ smcconsulting.eu, 1 smchfujuae.com, 1 smcj.xyz, 1 -smcquistin.uk, 1 smd-tlt.ru, 1 smdc.com, 1 smdcn.net, 1 @@ -125986,9 +126843,11 @@ snapappointments.com, 1 snapappts.com, 1 snapbuzz.tk, 1 +snapfap.net, 1 snapfinance.com, 1 snapintegrations.net, 1 snapkit.com, 1 +snapserv.net, 1 snapsh.com, 1 snapware.tk, 1 snapworks.net, 1 @@ -126024,6 +126883,7 @@ sneeit.com, 1 snegozaderzhatel.ru, 1 snehasish-chakraborty.com, 1 +snekul.net, 1 snel4u.nl, 1 snelbv.nl, 1 snellius.tk, 1 @@ -126177,6 +127037,7 @@ soc247.cloud, 1 socal-babes.com, 1 socbayuc.com, 1 +socblock.com, 1 soccer4live.com, 1 soccerking-store.com, 1 soccernews.id, 1 @@ -126233,7 +127094,6 @@ socialistyouth.tk, 1 sociality.io, 1 socializator.tk, 1 -sociallypro.com, 1 socialmarketingday.nl, 1 socialmatch.de, 1 socialmedia-manager.gr, 1 @@ -126259,7 +127119,6 @@ socialtactics.gq, 1 socialtactics.ml, 1 socialtick.club, 1 -socialtoolsonline.com, 1 socialtournaments.com, 0 socialtranslation.ga, 1 socialtrends.pl, 1 @@ -126332,6 +127191,7 @@ soegi-haru.com, 1 soellc.com, 1 soellner.info, 1 +soelt.dk, 1 soelta.com, 1 soengen.com, 1 soenkem.ddnss.de, 1 @@ -126340,6 +127200,8 @@ sofa-rockers.org, 1 sofabedshop.de, 1 sofaclean.co.uk, 1 +sofasthousebuyers.com, 1 +sofdwi.gov, 1 soff.se, 1 soffit.com, 1 sofgen.com, 1 @@ -126352,7 +127214,6 @@ sofibox.com, 1 sofiesteinfeld.com, 1 sofiesteinfeld.de, 1 -sofiesteinfeld.org, 1 sofoco.us, 1 sofortcutie24.de, 1 sofortimplantate-muenchen.de, 1 @@ -126533,11 +127394,11 @@ soldaten-genealogie.tk, 1 soldbygagan.com, 1 solden.be, 1 -soldeoutubro.com, 1 soldered.com, 1 soldesduck.be, 1 soldesduck.ch, 1 soldierangels.tk, 1 +soldieroftruthpublishing.com, 1 soldiersmg.tk, 1 sole-erdwaermetauscher.de, 1 soleanos.tk, 1 @@ -126551,6 +127412,7 @@ solentbubblesandbounce.co.uk, 1 solfegiator.ch, 0 solfipinformatique.org, 1 +solgar.dk, 1 soli.cafe, 1 solicafe.at, 1 solidariaautos.com, 1 @@ -126565,7 +127427,6 @@ solidnetwork.org, 1 solidpurenonsense.tk, 1 solidray.co.jp, 1 -solidrop.net, 1 solidshield.com, 1 solidsteel.tk, 1 solidtuesday.com, 1 @@ -126588,6 +127449,8 @@ soliujing.ml, 1 solium.com, 1 soliver-group.com, 1 +sollah.com, 1 +sollahlibrary.com, 1 solliv.com, 1 solmek.co.uk, 1 solnascentepapelaria.com.br, 1 @@ -126658,9 +127521,10 @@ solutions-it.net, 1 solutions30.com, 1 solutionshosted.de, 1 -solutiontime.live, 1 solutiontutorials.com, 1 +solutys-btp-logistic.com, 1 solutysmultiservices.com, 1 +soluzionefightlist.altervista.org, 1 soluzionifightlist.cf, 1 solvation.de, 1 solvaybank.com, 1 @@ -126679,8 +127543,8 @@ somaini.li, 1 somaliaonline.com, 1 somalilandtalk.tk, 1 -somanao.com, 1 somautomotivobr.com.br, 1 +someapi.de, 1 somecrazy.com, 1 somedial.ch, 1 somedomain.tk, 1 @@ -126824,7 +127688,6 @@ sonologic.nl, 1 sonology.tk, 1 sonomacounty.gov, 1 -sonomacountywriterscamp.com, 1 sonomotors.com, 1 sonoratexas.gov, 1 sonosguide.dk, 1 @@ -126844,7 +127707,6 @@ soomee1.be, 1 soopure.nl, 1 soopy.moe, 1 -soora.jp, 1 sopelaotaez.tk, 1 sopenguin.com, 1 soph.jp, 1 @@ -126890,7 +127752,6 @@ soren.xyz, 1 sorenstudios.com, 1 sorex.photo, 1 -sorgulamauzmani.com, 1 sorin.cc, 1 sorincocorada.ro, 1 sorn.service.gov.uk, 1 @@ -126918,7 +127779,6 @@ sorwi.gov, 1 sorx.tech, 1 sorz.org, 1 -sos-brigade.org, 1 sos-elettricista.it, 1 sos-fabbro.it, 1 sos-falegname.it, 1 @@ -126926,9 +127786,7 @@ sos-loodgieter.com, 1 sos-muratore.it, 1 sos.sk, 0 -sos.vg, 1 sos.xxx, 1 -sos.yt, 1 sosafe-awareness.com, 1 sosaka.ml, 1 sosaka.tk, 1 @@ -126956,13 +127814,11 @@ sosregistration.eu, 1 sostacancun.com, 1 soste.fi, 0 -sosteam.jp, 1 sosteric.si, 1 -sostm.org, 1 sosuchki.com, 1 sosyalat.com, 1 sosyalevin.com, 1 -sot.blue, 1 +sosz.org, 1 sota.sh, 1 sotadb.info, 1 sotaltamer.it, 1 @@ -126993,6 +127849,7 @@ soul-source.co.uk, 1 soulc.ml, 1 soulcasa.com.br, 1 +soulcommerce.com.br, 1 soulconstructors.com, 1 soulcrazy.org, 1 souldecorpaints.co.nz, 1 @@ -127082,7 +127939,6 @@ soungui.com, 1 soungui.net, 1 soupbuahtaza.id, 1 -souqalsyarat.com, 1 sour.is, 1 sourabhvourabh.com, 1 souravbhor.gq, 1 @@ -127107,6 +127963,7 @@ sourraundweb.tk, 1 sourse.co, 1 sous-surveillance.net, 0 +soushinjo.net, 1 southafrican.dating, 1 southambouncycastle.co.uk, 1 southamerican.dating, 1 @@ -127130,7 +127987,9 @@ southernmost.us, 1 southernsecurity.org, 1 southernsurgicalga.com, 1 +southernvalve.com, 1 southernviewmedia.com, 1 +southernwatersolutions.com, 1 southessexstatus.co.uk, 1 southflanewsletter.com, 1 southfox.me, 1 @@ -127157,12 +128016,15 @@ southside-digital.co.uk, 1 southside-tuning-day.de, 1 southsidebargaincenter.com, 1 +southsidebuildingcenter.com, 1 southsideplacetx.gov, 1 southtoowoombahawks.com.au, 0 +southwebsterohio.gov, 1 southwestkansaslibrarysystem.gov, 1 southwestpremierurology.com, 1 southwestrda.org.uk, 1 southwestwildlife.org, 1 +southwickma.gov, 1 southwindsor-ct.gov, 1 southyorkshire-pcc.gov.uk, 1 southyorkshireviolencereductionunit.com, 1 @@ -127201,6 +128063,7 @@ sowsmallgarden.com, 1 sowtarabiya.com, 1 soybase.org, 1 +soychef.today, 1 soychile.cl, 1 soycomocomo.es, 1 soydoula.com, 1 @@ -127229,6 +128092,7 @@ sp-dh.com, 1 sp-gg.com, 1 sp-magic.de, 1 +sp-moebel.net, 1 sp-pn.com, 1 sp-sites.com.au, 1 sp-teploobmen.ru, 1 @@ -127253,7 +128117,7 @@ spaceanimalnutrition.com, 1 spaceapi.io, 1 spacebabies.nl, 1 -spacebear.ee, 0 +spacebear.ee, 1 spacebestnews.tk, 1 spacecaps.xyz, 1 spacecityweather.com, 1 @@ -127335,6 +128199,7 @@ spanischunterricht.tk, 1 spanishblackboard.com, 1 spanishdogs.tk, 1 +spanishenglish.net, 1 spanishnewsarticles.tk, 1 spanishnow.tk, 1 spankmonster.com, 1 @@ -127361,7 +128226,6 @@ sparendirekt.at, 1 spargrancanaria.es, 1 spark.ai, 1 -spark.cn, 1 sparkai.co, 1 sparkandglass.com, 1 sparkar.com, 1 @@ -127375,7 +128239,6 @@ sparklatvia.lv, 1 sparkleapp.com, 1 sparklebastard.com, 1 -sparklesdelivery.com, 0 sparklesvt.com, 1 sparkletowels.com, 1 sparklewindowcleaners.co.za, 1 @@ -127400,6 +128263,7 @@ spartanavenue.com, 1 spartanis.tk, 1 sparvagn.tk, 1 +sparx.dog, 1 spasem-park.tk, 1 spasicilia.it, 1 spasskellner-comedykellner.ch, 1 @@ -127452,12 +128316,13 @@ speaklikeapro.org, 1 speakthewordaudio.com, 1 spear.ga, 1 -spec-auto.com.ua, 1 +spec-auto.com.ua, 0 spec-ranking.pl, 1 specdrones.us, 1 specflow.org, 1 special-education-degree.net, 1 special-equipment.tk, 1 +special-ops.org, 1 specialcameras.tk, 1 specialcounsel.com, 1 speciale.cf, 1 @@ -127495,7 +128360,6 @@ spectrocoin.com, 1 spectrosoftware.de, 1 spectrum-markets.com, 1 -spectrum.co.ae, 1 spectrum.gov, 1 spectrum3d.ru, 1 spectrumelectrical-brisbane.com.au, 1 @@ -127510,6 +128374,7 @@ speechpathologygraduateprograms.org, 1 speechpathologymastersprograms.com, 1 speed-bonus.tk, 1 +speed-demon.com, 1 speed-strike.tk, 1 speed.tk, 1 speedable.net, 1 @@ -127579,6 +128444,7 @@ sperandii.it, 1 sperformance.shop, 1 spero.solutions, 1 +sperrmuell-berlin.de, 1 sperrstun.de, 1 spertto.com, 1 spes.solutions, 1 @@ -127587,7 +128453,6 @@ spetsialist.cf, 1 spetskabel.ru, 1 spettacolocame.ga, 1 -spettacolodesign.com, 1 speventos.es, 1 spewingmews.moe, 1 speww.com, 1 @@ -127761,7 +128626,6 @@ spokeoaffiliates.com, 1 spokesly.com, 1 spolekatelier.cz, 1 -spolshy.com.ua, 1 spoluck.ca, 1 spolwind.de, 0 spom.net, 1 @@ -127804,6 +128668,7 @@ sportchirp.com, 1 sportclipsfranchise.com, 1 sportcompactwarehouse.com, 1 +sportcucc.hu, 1 sportda.tk, 1 sportdfw.com, 1 sporte3q.com, 1 @@ -127828,7 +128693,6 @@ sportllux.com.br, 1 sportmedia.ga, 1 sportmultimedia.pt, 1 -sportmundschutz-info.de, 1 sportnesia.com, 1 sportnn.tk, 1 sporto24.ml, 1 @@ -127922,6 +128786,7 @@ sprawdzanie-pozycji.pl, 1 sprax2013.de, 1 sprayontv.com, 0 +spreadsheetconverter.co, 1 spreadsheets.google.com, 1 spreadshirt.at, 1 spreadshirt.be, 1 @@ -128029,7 +128894,6 @@ spyequipmentuk.co.uk, 1 spypornone.com, 1 spyprofit.ru, 1 -spyra.rocks, 1 spyroszarzonis.com, 1 spyse.com, 1 spytrash.tk, 1 @@ -128056,7 +128920,6 @@ sqlwrapper.com, 1 sqmin.tk, 1 sqr-training.com, 1 -sqreemtech.com, 1 sqrl.ch, 1 sqroot.eu, 1 sqsd.xyz, 1 @@ -128163,6 +129026,7 @@ srinivasan.io, 1 sriramdigital.tk, 1 sriravana.tk, 1 +sristicreationart.com, 1 sritafrican.tk, 1 sritalabama.tk, 1 sritalaska.tk, 1 @@ -128324,10 +129188,9 @@ ssshh.com, 1 sssib.ru, 1 ssslelectricfencing.co.za, 1 -ssslgaragedoors.co.za, 1 sssppp.gq, 1 sssss.click, 1 -sssssssss.com, 1 +sssssssss.com, 0 sst-racing.ch, 1 sst.ru, 1 sstaging.com, 1 @@ -128369,7 +129232,6 @@ stackstartup.tech, 1 stacky.me, 1 stad.gent, 1 -stadasverige.se, 1 stadgent.be, 1 stadiamaps.com, 1 stadionmanager.com, 1 @@ -128390,7 +129252,6 @@ staffi.tk, 1 staffingnation.com, 1 staffordpk.tk, 1 -staffsocial.fr, 1 stage-bluejeans.com, 1 stage-metrobible.org, 1 stage-privacyportal-ui.azurewebsites.net, 1 @@ -128495,7 +129356,6 @@ standard.co.uk, 1 standardizarea.ro, 1 standardlifters.com, 1 -standardmetrics.io, 1 standardnotes.com, 1 standards.gov, 1 standardstraversal.jp, 1 @@ -128655,8 +129515,8 @@ start-knighki.gq, 1 start-nadlan.co.il, 1 start-school.online, 1 +start-up.network, 1 start.ag, 1 -start.biz.id, 1 start.ie, 1 start.stockholm, 1 start2dance.tk, 1 @@ -128900,7 +129760,6 @@ steborio.pw, 1 steckel.cc, 1 stecos.co.uk, 1 -stedb.eu, 1 stedbg.net, 1 stedelijkorkestpurmerend.nl, 1 steebel.com.au, 1 @@ -128985,6 +129844,7 @@ steinmassl.org, 1 steinmetz.cloud, 1 stekelenburg.me, 1 +steklein.de, 1 stelfox.net, 1 stelga.ca, 1 stelios67pi.eu, 1 @@ -129050,6 +129910,7 @@ stephandriessen.tk, 1 stephaniecalahan.com, 1 stephaniedeady.ie, 1 +stephanielacroix.nl, 1 stephanieleonidasfan.tk, 1 stephanieschreiber.com, 1 stephenbakalian.com, 1 @@ -129099,6 +129960,7 @@ sterilium.tk, 1 sterling.com, 1 sterlingheights.gov, 1 +sterlinginsurance.com.au, 1 sterlingtechnotrade.com, 1 sterlinx.de, 1 stern-freunde.de, 1 @@ -129227,7 +130089,6 @@ stickstone.co, 1 stickswag.cf, 1 stickswag.eu, 1 -sticky.ai, 1 sticky.to, 1 stickypassword.com, 1 stickywilds.com, 1 @@ -129280,7 +130141,6 @@ stillwhite.com.au, 1 stilmobil.se, 1 stilnaya-odezhda.tk, 1 -stilolab.de, 1 stilsvadba.tk, 1 stiltmedia.com, 1 stiltnerelectric.com, 1 @@ -129383,6 +130243,7 @@ stnl.de, 0 stntrading.eu, 1 sto-garant.nl, 1 +stob-architekten.de, 1 stock-ai.com, 1 stockageprive.net, 1 stockanalysis.com, 1 @@ -129426,7 +130287,6 @@ stoicnotaries.com, 1 stoicus.com.br, 1 stoinov.com, 1 -stoketalent.com, 1 stokl.com.au, 0 stokrotkadelikatesy.pl, 1 stolarka.tk, 1 @@ -129469,6 +130329,7 @@ stonegatewealth.com, 0 stonegray.ca, 1 stonehammerhead.org, 1 +stonehillpace.com, 1 stonehurstcap.com, 1 stonemain.eu, 1 stonemanbrasil.com.br, 1 @@ -129483,6 +130344,7 @@ stonewuu.com, 1 stoningtonboroughct.gov, 1 stonkslab.com, 1 +stonsil.com, 1 stonystratford.org, 1 stoom-stichting.nl, 1 stoomstichting.be, 1 @@ -129509,6 +130371,7 @@ stopaggressivedriving.com, 1 stopautoshop.bg, 1 stopbullying.gov, 1 +stopever.com, 1 stopforumspam.com, 1 stopfraud.gov, 1 stoph.at, 1 @@ -129631,7 +130494,6 @@ stoumann.dk, 1 stoutassociates.com, 1 stouter.nl, 1 -stovax.com, 1 stoverepairaustin.com, 1 stovokzal.com.ua, 1 stoxford.com, 1 @@ -129668,7 +130530,6 @@ strahovanienet.tk, 1 straightcurlyhair.tk, 1 straightedgebarbers.ca, 1 -straightlinediscgolf.com, 1 straightlinetutoring.com, 1 straightnude.com, 1 strail-english.jp, 1 @@ -129706,6 +130567,7 @@ strangeonline.tk, 1 strangers-team.fr, 1 strangerthanusual.de, 1 +strangerthingsmerch.co, 1 strangestfacts.cf, 1 strangevip.com, 1 strangeways.ca, 0 @@ -129768,8 +130630,11 @@ strawberries.tk, 1 strawberry-laser.gr, 1 strawberry-melon.com, 1 +strawberry.dk, 1 +strawberry.fi, 1 strawberry.tw, 1 strawberrydreadlocks.tk, 1 +strawberryhotels.com, 1 strawberryplants.org, 1 strawpoll.fi, 1 stray-soul.com, 1 @@ -129784,7 +130649,6 @@ streamblur.net, 1 streamchan.org, 1 streamcoh.com, 1 -streamcraft.net, 1 streamelements.com, 1 streameo.tk, 1 streamfood.tv, 1 @@ -129792,17 +130656,16 @@ streamgifter.com, 1 streamgoalandres.ml, 1 streaming-download.net, 1 -streaming.jetzt, 1 streamliner.fr, 1 streamlineverify.com, 1 streamodz.com, 1 streamonline.fi, 1 streampanel.net, 1 -streamrare.com, 1 streams.dyndns.org, 1 streamside.tk, 1 streamsoft.pl, 1 streamspouredout.com, 1 +streamtelly.com, 1 streamurl.link, 1 streamzilla.com, 1 streathamfoodfestival.com, 1 @@ -129822,6 +130685,7 @@ streetart.tk, 1 streetartcities.com, 1 streetballromania.tk, 1 +streetcheck.co.uk, 1 streetdancecenter.com, 1 streetdreamz.tk, 1 streetforceteam.tk, 1 @@ -129844,6 +130708,7 @@ strehl.tk, 1 stremio.com, 1 strenge-zucht.schule, 1 +strength-secure.com, 1 strengthroots.com, 1 stress-mess-punkte.de, 1 stressdown.ml, 1 @@ -129857,7 +130722,6 @@ striata.info, 1 striata.mobi, 1 striata.org, 1 -striatadev.com, 1 strick-welt.de, 0 stricken.gq, 1 stricted.net, 1 @@ -129869,6 +130733,7 @@ strikeone.io, 1 strikeout.ga, 1 strikers.cf, 1 +strikers.futbol, 1 strikevectorex.com, 1 strikezonesalessystems.com, 1 strings.cf, 1 @@ -129945,8 +130810,8 @@ stroydvor.tk, 1 stroyka-iz-brusa.ru, 1 stroykomi.tk, 1 -stroylandiya.ru, 1 stroymart.bg, 1 +stroymex.online, 1 stroynet.ml, 1 stroyservice-tver.ru, 1 strozik.de, 1 @@ -129991,6 +130856,8 @@ stubbingsmail.de, 1 stubbmail.de, 1 stubentiga.de, 1 +stuc-groep.nl, 1 +stuccokingsfl.com, 1 stuckateur-bruno.de, 0 stucki-bagger.ch, 1 stuckwithme.tk, 1 @@ -130018,6 +130885,7 @@ studentproject.be, 1 studentquickpay.com, 1 studentrightsadvocate.org, 1 +studentrobotics.org, 1 students4sports.org, 1 studentse.fr, 1 studentsfirstnb.com, 1 @@ -130051,8 +130919,8 @@ studio54.tk, 1 studio678.com, 0 studio91.tk, 1 +studioabq.com, 1 studioadevents.com, 1 -studioamai.be, 1 studioamoureus.nl, 1 studioandrew.tk, 1 studioavvocato.milano.it, 1 @@ -130084,6 +130952,7 @@ studiomenfis.com, 1 studiomko.com, 1 studionowystyl.pl, 1 +studiopanamaitalia.com, 1 studiopirrate.com, 1 studioproapp.com, 1 studioriehl.com, 1 @@ -130113,7 +130982,6 @@ studujdigital.cz, 1 studujdigital.eu, 1 studwebs.ml, 1 -study-support-beans.com, 1 studyarabic.info, 1 studyarch.tk, 1 studybay.com, 0 @@ -130124,7 +130992,6 @@ studyhacker.net, 1 studyhub.cf, 1 studyin.jp, 1 -studyinfinite.com, 1 studying-neet.com, 1 studylink.com, 1 studylish.com, 1 @@ -130188,7 +131055,7 @@ stuudium-mail.ee, 1 stuudium.cloud, 1 stuudium.com, 1 -stuudium.eu, 0 +stuudium.eu, 1 stuudium.life, 1 stuudium.link, 1 stuudium.net, 1 @@ -130247,6 +131114,7 @@ stylspire.com, 1 styplon.cf, 1 stypr.com, 1 +styriswaste.com, 1 styxxx.de, 1 su-kacagi.istanbul, 1 su.org, 1 @@ -130318,7 +131186,6 @@ subterra.tk, 1 subtitry.ru, 1 subtituleros.tk, 1 -subtlelonging.com, 0 suburb.social, 1 suburban-landscape.net, 1 suburbaninfinitioftroyparts.com, 1 @@ -130341,7 +131208,6 @@ successemails.ml, 1 successive.tech, 1 successminds.com, 1 -successor.cn, 1 successrice.com, 1 succmy.wang, 1 succorfish.net, 1 @@ -130405,6 +131271,7 @@ sufix.cz, 1 sufleu.ro, 1 sufleuri.ro, 1 +sug.hr, 1 sugarbrother.com, 0 sugarcube.ml, 1 sugarcube.tk, 1 @@ -130459,7 +131326,6 @@ sukirastore.com, 1 sukiu.net, 1 sukker-oaxaca.com, 1 -sukoyaka-labo.com, 1 sukoyakapp.com, 1 sukrie.net, 1 sukruarslan.tk, 1 @@ -130544,7 +131410,6 @@ summitcountyboe.gov, 1 summitcustomsbrokers.com, 1 summitdentistry.nl, 1 -summitescorts.com, 1 summiteyekc.com, 1 summitlighthousela.org, 1 summitseodesign.com, 1 @@ -130607,6 +131472,7 @@ sundanceusa.com, 1 sunday.pm, 1 sundayfundayjapan.com, 1 +sundaymorningpodcast.com, 1 sundaysky.com, 1 sunderland.ac.uk, 1 sunderlandmoneyman.com, 1 @@ -130618,7 +131484,6 @@ sunfiregold.com, 1 sunfireshop.com.br, 1 sunflare.tk, 1 -sunfloweracres.xyz, 1 sunflyer.cn, 1 sunfox.cz, 1 sunfulong.blog, 1 @@ -130687,6 +131552,7 @@ sunshineoilstop.com, 1 sunshinerequest.com, 1 sunshinesf.org, 1 +sunshinesramblings.com, 1 sunskyview.com, 1 sunsong.org, 1 sunsparksolar.co.uk, 1 @@ -130709,7 +131575,6 @@ sunwayxfarms.com, 1 sunwei-proxy.tk, 1 sunwolf.studio, 1 -sunwukong.com.cn, 1 sunyanzi.cf, 1 sunyanzi.tk, 1 suomensotilas.fi, 1 @@ -130740,6 +131605,7 @@ super-lolitas.tk, 1 super-net.tk, 1 super-o-blog.com, 1 +super-puper.su, 0 super-silicon.com, 1 super-trophy.de, 1 super11.nl, 1 @@ -130782,7 +131648,6 @@ supercorp.cf, 1 supercours.net, 1 supercraft.shop, 1 -supercursosonline.store, 1 superdaddy.club, 1 superdeals.cf, 1 superdolly.cf, 1 @@ -130889,6 +131754,7 @@ superswingtrainer.com, 1 supertrade.tk, 1 supertrophy.de, 1 +supertutorial.com.br, 1 superunion.com, 1 superuser.one, 1 supervasan.se, 1 @@ -130965,6 +131831,7 @@ suraya.online, 1 sure-it.de, 1 surebets.bet, 1 +surecloud.com, 1 surefire.org.uk, 1 surefit-oms.com, 1 surefleet.com.au, 1 @@ -130999,6 +131866,7 @@ surik.de, 1 surikov.tk, 1 suriname.tk, 1 +surivracht.nl, 1 surl.win, 1 surma.tk, 1 surnet.io, 1 @@ -131035,6 +131903,8 @@ surveyviet.com, 1 survicate.com, 1 survival-mastery.com, 0 +survivalgearideas.com, 1 +survivalknivar.se, 1 survivebox.fr, 1 survivebox.net, 1 survivingmesothelioma.com, 1 @@ -131106,13 +131976,14 @@ suvari.com.tr, 1 suvidhaapay.com, 1 suvirink.lt, 1 +suvisioninc.com, 1 suwanneecountyfl.gov, 1 suwanya.cn, 1 suwcountyfl.gov, 1 suwebcreativa.com, 1 suyati.com, 1 -suzannecooper.com, 1 suzannejauchius.com, 1 +suzansalem.nl, 1 suzdalgrad.cf, 1 suzi3d.com, 1 suziepachecoart.com, 1 @@ -131284,7 +132155,6 @@ swap.gg, 1 swap.ly, 1 swapbox.tk, 1 -swapcard.com, 1 swapfiets.com, 1 swapfiets.de, 1 swapfiets.nl, 1 @@ -131326,6 +132196,8 @@ swedishhost.com, 1 swedishhost.se, 1 sweep-me.net, 1 +sweep-staging.com, 1 +sweep.net, 1 sweet-spatula.com, 1 sweet64.fr, 1 sweetair.com, 1 @@ -131456,6 +132328,7 @@ swissinternationalva.com, 1 swisslinux.org, 1 swissneutral.net, 1 +swissquawk.ch, 1 swisstechmap.ch, 1 swisstranslate.ch, 0 swisstranslate.fr, 0 @@ -131478,14 +132351,12 @@ switchinitiatives.fr, 1 switchinitiatives.org, 1 switchur.com, 1 -swivells.com, 1 swizio.com, 1 swjen.com.sg, 1 swjtu.today, 1 swjz.art, 1 swkdevserver.tk, 1 swktestserver.tk, 1 -swmcfcu.org, 1 swmlink.com, 1 swn-nec.de, 1 swocaoh.gov, 1 @@ -131516,6 +132387,7 @@ swwc.com, 1 swxtd.com, 1 swy.cz, 1 +swydo.com, 1 swyn.net, 1 swynwyr.com, 1 sx3.no, 1 @@ -131525,11 +132397,10 @@ sxdi.org, 1 sxistolithos.gr, 1 sxmd99.com, 1 +sxtik.com, 1 sy-anduril.de, 1 sy24.ru, 1 -sy95.de, 1 syaeful12ips.tk, 1 -syagai-torisimariyaku.com, 1 syakeapps.net, 1 syakonavi.com, 1 syazli7.me, 1 @@ -131543,9 +132414,8 @@ sydgrabber.tk, 1 sydney.dating, 1 sydneyaustralia.tk, 1 -sydneybamboo.com.au, 1 +sydneybamboo.com.au, 0 sydneybusinessweb.com.au, 1 -sydneychillies.com.au, 1 sydneycitylinemarkingsolutions.com.au, 1 sydneyhelicopters.com.au, 1 sydneylawnandturf.com.au, 0 @@ -131556,11 +132426,7 @@ syds.xyz, 1 syedmuhdadasgardezi.tk, 1 syenar.net, 1 -syetiket.com, 1 sygnalista-24.pl, 1 -syhost.at, 1 -syhost.ch, 1 -syhost.de, 1 sykam.com, 1 sykepleien.no, 0 sykiotis.com, 1 @@ -131575,7 +132441,6 @@ sylnaukraina.com.ua, 1 sylvaindurand.fr, 1 sylvaindurand.org, 1 -sylvainpaley.cool, 1 sylvaloir.fr, 1 sylvan.me, 1 sylvangarden.net, 1 @@ -131625,10 +132490,10 @@ synapsepain.com, 0 synaptickz.me, 1 synccentre.com, 1 -synccore1.com, 1 syncevolution.org, 1 syncflare.com, 1 syncgal.com, 1 +synchrocity.no, 1 synchrocube.com, 1 synchronicity.cz, 1 synchronicity.one, 1 @@ -131640,7 +132505,6 @@ syncrony.com, 1 syncsci.com, 1 syncspace.live, 1 -synd.io, 1 syndicate.vip, 1 syndigo.com, 1 syndika.co, 1 @@ -131653,6 +132517,7 @@ synergisticsoccer.com, 1 synergy-logistics.tk, 1 synergyfitness.com.au, 1 +synergyofserra.com, 1 synergytherm.com, 1 synergyzone.tk, 1 synerio.com, 1 @@ -131708,7 +132573,6 @@ sys-stat.de, 1 sys-state.de, 1 sys-tm.com, 1 -sysadmin.cl, 1 sysadmin.pm, 1 sysadmin.xyz, 0 sysadmin21.tk, 1 @@ -131731,7 +132595,6 @@ sysgap-gsci.com, 1 sysin.org, 1 syska.com, 1 -syskit.com, 1 syslogic.io, 1 sysmike.de, 1 sysmike.net, 1 @@ -131767,7 +132630,6 @@ systemchile.com, 1 systemd.ch, 0 systemd.eu.org, 1 -systemd.info, 1 systemerka.pl, 1 systemerr.tk, 1 systemhaus.saarland, 1 @@ -131799,7 +132661,6 @@ syuumi.eu, 1 syuumi.me, 1 syzdev.com, 1 -syzx.me, 1 syzygy-tables.info, 1 syzygycareers.com, 1 sz-ideenlos.de, 1 @@ -131818,11 +132679,11 @@ szegediszobafestok.hu, 1 szelagnes.com, 1 szelagnes.hu, 1 +szemuvegtrend.hu, 1 szentistvanpt.sk, 1 szepsegbennedrejlik.hu, 1 szerbnyelvkonyv.hu, 1 szerelem.love, 1 -szetoesq.com, 1 szhighsun.com, 1 szih.org.pl, 1 szilaghi.com, 1 @@ -131969,7 +132830,6 @@ taartenvanthea.nl, 1 taat.edu.ee, 1 tab.com, 1 -tab3kora.com, 1 tabacarika.tk, 1 tabacundo.tk, 1 tabacundolindo.tk, 1 @@ -132025,7 +132885,6 @@ tabpanelwidget.com, 1 tabrizbiology.tk, 1 tabserectilecheap.com, 1 -tabtap.shop, 1 tabulartools.com, 1 taburetka.ua, 1 tac-performance.net, 1 @@ -132058,7 +132917,6 @@ tactus.nl, 1 tad.ua, 1 tadabase.io, 1 -tadaimajp.com, 1 tadalafil-tablets.tk, 1 tadalafil20x.com, 1 tadalafilbtab.com, 1 @@ -132116,7 +132974,6 @@ taguette.com, 1 taguette.fr, 1 taguette.org, 1 -taguiginfo.com, 1 tagungsraum-usedom.de, 1 tagungsraum-zinnowitz.de, 1 tagungsstaette-usedom.de, 1 @@ -132165,6 +133022,7 @@ taittowers.com, 1 taiwan-kitchen.com, 1 taiwan.dating, 1 +taiwanbible.com.tw, 1 taiwanhotspring.net, 1 taiwania.capital, 1 taiwania.vc, 1 @@ -132197,7 +133055,6 @@ takao-hs.com, 1 takao.ga, 1 takarabrig.com, 1 -takase.buzz, 1 takayaindustries.ml, 1 take-a-screenshot.org, 1 take1give1.com, 0 @@ -132291,7 +133148,6 @@ talisadesign.fi, 1 taliskerwhiskyatlanticchallenge.com, 1 talisman-amulet.ga, 1 -talk-video.com, 1 talk.google.com, 1 talkappin.com.au, 1 talkbasket.net, 1 @@ -132333,6 +133189,7 @@ tallinn-airport.ee, 0 tallinnsec.ee, 1 tallinnsex.ee, 1 +tallos.com.br, 1 tallship.cz, 1 tallulahbernard.com, 1 tallyfy.com, 1 @@ -132353,7 +133210,6 @@ tam7t.com, 0 tama.ga, 1 tamalcloud.com, 1 -tamamo.cat, 1 tamarac.gov, 1 tamarasoft.com, 1 tamareverson.tk, 1 @@ -132624,6 +133480,7 @@ tarsan.cz, 1 tarsusdistribution.co.za, 1 tarsusrx.com, 1 +tartablu.it, 1 tartaneagle.org.uk, 1 tartanhamedshop.com.br, 1 tartu.ee, 0 @@ -132666,6 +133523,7 @@ tastenewwines.com, 1 tasteville.com.au, 1 tastic.com, 1 +tastingtheatreteam.it, 1 tastycake.net, 0 tastycool.io, 1 tastyplacement.com, 1 @@ -132718,11 +133576,11 @@ tatuaggi.roma.it, 1 tatuaggio.co, 1 tatuering.net, 1 +tatuhagu.gov, 1 taturukav.tk, 1 taubenartikel.de, 1 taubin.cc, 1 tauedu.org, 1 -taufers.info, 1 tauntongolf.co.uk, 1 tauntonpdma.gov, 1 taunusstein.net, 1 @@ -132934,7 +133792,6 @@ tcptun.com, 1 tcr-ees.com, 1 tcrecord.org, 1 -tcschwabfinancialplanning.com, 1 tcsemotion.com, 1 tcspartner.eu, 1 tcspartner.net, 1 @@ -132944,6 +133801,7 @@ tcvvip.com, 1 tcvw.org, 1 tcwis.com, 1 +tcwsites.com.br, 1 tcybert.com, 1 tcyoung.co.uk, 1 td-bambini.com, 1 @@ -132981,6 +133839,7 @@ tdvg.nl, 1 tdxexpedited.com, 1 tdyx-china.com.cn, 1 +te-an.tw, 1 tea.codes, 1 tea.in.th, 1 teablr.com, 1 @@ -133148,6 +134007,7 @@ teamx-gaming.de, 0 teaparty.id, 1 teara.govt.nz, 1 +teararia.com, 1 teardrop.tk, 1 tearihome.com, 1 tearoomlints.be, 1 @@ -133164,7 +134024,6 @@ tebebo.com, 1 tebian.tk, 1 tebieer.com, 1 -tebis-consulting.my-router.de, 1 tebodental.com, 1 tebodentalgroup.com, 1 tebodentistryatlanta.com, 1 @@ -133189,6 +134048,7 @@ tecfix.com, 1 tecfleet.com, 1 tech-clips.com, 0 +tech-dempaz.com, 1 tech-essential.com, 1 tech-guru.ml, 1 tech-idea.com, 0 @@ -133204,7 +134064,7 @@ tech-story.net, 1 tech-urdu.tk, 1 tech-value.eu, 1 -tech-zealots.com, 0 +tech-zealots.com, 1 tech-zoom.com, 1 tech3araby.com, 1 tech4cancer.com, 1 @@ -133271,7 +134131,7 @@ techfuze.com, 1 techfuze.io, 1 techgama.org, 1 -techgara.com, 1 +techgara.com, 0 techgearlab.com, 1 techgo.re, 1 techgrance.com, 1 @@ -133285,6 +134145,7 @@ techieidiots.ml, 1 techieshideaway.com, 1 techiesmart.tk, 1 +techiestalk.in, 1 techikoma.social, 1 techindiana.tk, 1 techindo.cf, 1 @@ -133298,6 +134159,7 @@ techjobplaybook.nyc, 1 techjury.net, 1 techkalture.com, 1 +techkapitan.com, 1 techkeep.tk, 1 techkentucky.tk, 1 techkilla.tk, 1 @@ -133318,11 +134180,11 @@ techmatters.org, 1 techmayosi.in, 1 techmen.net, 1 +techmeout.io, 1 techmerch.ru, 0 techmusea.com, 1 technamin.com, 1 technavio.com, 1 -technemo.xyz, 0 technewera.com, 1 technewsetc.tk, 1 technewyork.tk, 1 @@ -133337,12 +134199,11 @@ technicallyeasy.net, 1 technicalmarine.solutions, 1 technicalproblem.tk, 1 +technicalsouvick.in, 1 technicaltrainer.co.za, 1 technicalustad.com, 1 -technician.cn, 1 technick.net, 1 technicodelabels.com, 1 -technicus.nl, 1 technikoma.com, 1 technikoma.eu, 1 technikoma.net, 1 @@ -133397,7 +134258,6 @@ technologysi.com, 1 technologysnapshot.ga, 1 technologysoftware.tk, 1 -technologysolutions.net, 1 technologysouthbeach.ga, 1 technologysprint.ga, 1 technologysugar.ga, 1 @@ -133462,9 +134322,7 @@ techsna.com, 1 techsolvency.com, 1 techsoup.net.nz, 1 -techstackjournal.com, 1 techstation.co.il, 1 -techstreamlab.com, 1 techsys.cz, 1 techtaalk.com, 1 techtastic.tk, 1 @@ -133480,7 +134338,7 @@ techtrendnews.tk, 1 techtrozan.ga, 1 techunit.org, 1 -techvaz.com, 0 +techvaz.com, 1 techvel.pl, 1 techview.link, 1 techviewforum.com, 1 @@ -133517,7 +134375,6 @@ tecnicman.it, 1 tecnicoadomicilio.com.mx, 1 tecnicoelettrodomestici.roma.it, 1 -tecnikan.com.ar, 0 tecnimas.com.mx, 0 tecnimotos.com, 1 tecnitool.es, 1 @@ -133528,10 +134385,12 @@ tecnoboxchile.cl, 1 tecnobrasilloja.com.br, 1 tecnocomp-systems.com, 1 +tecnodritte.it, 1 tecnoempleo.com, 1 tecnogazzetta.it, 1 tecnogestionsas.com, 1 tecnograficaimpresos.com, 1 +tecnoimp.it, 1 tecnoimpianti.bz.it, 1 tecnologiahdv.com, 1 tecnoloop.es, 1 @@ -133566,7 +134425,6 @@ teddax.com, 1 tedder.cc, 1 teddit.net, 1 -teddy.ch, 1 teddykatz.com, 1 teddyss.com, 0 teddywayne.com, 1 @@ -133625,7 +134483,6 @@ tefly-frhaty.com, 1 tefwin.cf, 1 teg6.com, 1 -tegamisha.com, 1 teganlaw.ca, 1 teganlaw.com, 1 tege-elektronik.hu, 1 @@ -133652,16 +134509,15 @@ teiqui.com, 1 teiron.ml, 1 teiseken.tk, 1 -teixidorquartet.com, 1 teixobactin.com, 1 tejas1835.com, 1 tejaswi.biz, 1 tejo.tk, 1 -tejomaya.net, 1 tek-el.ru, 1 teka.ro, 1 tekanswer.com, 1 tekcafe.vn, 1 +tekchoiceelectronics.com, 1 tekdt.com, 1 tekila.cf, 1 tekila.ga, 1 @@ -133714,6 +134570,7 @@ telcodb.net, 1 telcu.com, 1 teldak.pt, 1 +teldoop.my.id, 1 tele-alarme.ch, 1 tele-assistance.ch, 0 tele-points.net, 1 @@ -133816,7 +134673,6 @@ telezon.ru, 1 telfas.de, 1 telford.codes, 1 -telfordopticians.co.uk, 1 telhai.ac.il, 1 telhatelite.com.br, 1 teligram.ru, 1 @@ -133842,7 +134698,6 @@ telokchki.ga, 1 telokchki.ml, 1 teloo.pl, 1 -telos-analytics.com, 1 telosglobal.io, 1 telrock.com, 1 telsu.fi, 1 @@ -133888,6 +134743,7 @@ templated.ga, 1 templatetrip.com, 1 templeandalucia.tk, 1 +templeoverheaddoors.com, 1 templete.tk, 1 tempmail.ninja, 1 tempo.co, 1 @@ -133913,7 +134769,6 @@ ten-ki-saiyo.online, 1 tena.ml, 1 tena.tk, 1 -tenable.com.au, 1 tenangjiwaku.tk, 1 tenantoptions.com.au, 1 tenantprotect.co.za, 1 @@ -134003,7 +134858,6 @@ teodw.net, 1 teoleonie.com, 0 teoletextsq.tk, 1 -teologia.promo, 1 teomahk.de, 1 teoskanta.fi, 1 tep.com, 1 @@ -134019,6 +134873,7 @@ teplomash24.ru, 1 teplotehnik.tk, 1 teplovizor.info, 1 +teppanyaki.network, 1 teppelin.fr, 1 teppichfrisch.de, 1 teppichpracker.at, 1 @@ -134057,7 +134912,7 @@ terence2008.info, 1 terengganudaily.tk, 1 terenska-edinica.tk, 1 -terento.org, 1 +terentevdesignstudio.com, 1 teriiphotography.com, 1 teritwarsj.org, 1 teriyakisecret.com, 1 @@ -134129,6 +134984,7 @@ terraso.org, 1 terrasoverkappingvillage.be, 1 terrasoverkappingvillage.nl, 1 +terratruehq.com, 1 terraweb.net, 1 terrax.net, 1 terredeshommes.nl, 1 @@ -134154,6 +135010,8 @@ terryoconnor.org, 1 ters.ga, 1 terudon.com, 1 +terumoindia.com, 1 +terumoindiaskilllab.com, 1 terumomedical.com, 1 tervelde.com, 1 terviseamet.ee, 0 @@ -134218,9 +135076,7 @@ testgroup.nl, 1 testic.com, 1 testikel.be, 1 -testing-grounds.site, 1 testing-server.tk, 1 -testing.cn, 1 testingbot.com, 1 testingtask.tk, 1 testiowa.gov, 1 @@ -134294,6 +135150,7 @@ teungedj.de, 1 teunmulder.tk, 1 teunstuinposters.nl, 1 +teupholstery.com, 1 teuton.io, 1 teutonia-grossenlueder.de, 1 teutonia08.de, 1 @@ -134308,7 +135165,9 @@ texasbluesalley.com, 1 texascarauctions.com, 1 texascharterbuscompany.com, 1 +texascoffee.co, 1 texascommunitypropane.azurewebsites.net, 1 +texasconcretereadymix.com, 1 texascountymo911.gov, 1 texasdivorceforall.com, 1 texasgynecomastia.com, 1 @@ -134330,10 +135189,12 @@ texdot.gov, 1 texel.es, 1 texel.tk, 1 +texfunding.com, 1 texican.nl, 1 texicopolicenm.gov, 1 texier.mx, 1 texkings.com, 1 +texnogu.ru, 1 texnoguru.tk, 1 texnolog.tk, 1 texnotroniks.tk, 1 @@ -134374,13 +135235,13 @@ texus.me, 1 texy.info, 1 teycos.com, 1 +teyit.org, 1 teysens.com, 1 teyyib.com, 1 tezcam.tk, 1 tezgoal.com, 1 teztarama.com, 1 tf-network.de, 1 -tf2b.com, 1 tf2calculator.com, 1 tf2pickup.cz, 1 tf2pickup.de, 1 @@ -134503,7 +135364,6 @@ thammysen.vn, 1 thanatoid.net, 1 thancon.com, 1 -thanhphophuquoc.net, 1 thanhtrungmobile.vn, 1 thantra.tk, 1 thapduoc.com, 1 @@ -134533,11 +135393,9 @@ the-archive.io, 1 the-archive.ml, 1 the-azad.com, 1 -the-bermanns.com, 1 the-big-bang-theory.com, 1 the-brandidentity.com, 1 the-burtons.xyz, 1 -the-busbys.com, 1 the-club.fr, 1 the-crypto-syllabus.com, 1 the-deep.tk, 1 @@ -134596,6 +135454,7 @@ theadultswiki.com, 1 theafleo.ga, 1 theafleo.gq, 1 +theafricanvibeking.com, 1 theagencywithoutaname.com, 1 theaidigitalmarketingblog.com, 1 thealchemistatelier.com, 1 @@ -134674,7 +135533,6 @@ thebeautyqueen.tk, 1 thebedfordcitizen.org, 1 thebeeyard.org, 1 -thebeginningaftertheend.online, 1 thebeginningviolinist.com, 1 thebenefitcalculator.com, 1 thebengalinews.tk, 1 @@ -134686,7 +135544,6 @@ thebestofthesprings.com, 1 thebestpersonin.ml, 1 thebestproducts.info, 1 -thebestschools.org, 1 thebestshopping.tk, 1 thebetterfit.com, 1 thebhc.org, 1 @@ -134770,7 +135627,6 @@ thebutterflypig.com, 1 thebuttongame.io, 1 thebuttonpost.com, 1 -thebuzzfuzzlafayette.com, 1 thecakeboxhampton.co.uk, 1 thecalifornias.tk, 1 thecalmnessofblankspace.tk, 1 @@ -134786,7 +135642,6 @@ thecarphunter.tk, 1 thecarriagerooms.com, 1 thecatbowl.com.au, 1 -thecatcritic.com, 1 thecats.tk, 1 thecavedistro.tk, 1 thecaveofsatyr.tk, 1 @@ -134794,10 +135649,10 @@ thecelticbhoys.com, 1 thecelticfiles.tk, 1 theceocollective.com, 1 +thecfef.org, 1 thechaikinreport.com, 1 thechallenge.fit, 1 thechandigarhcity.com, 1 -thechargertimes.com, 1 thechatlinenumbers.com, 1 thechavs.xyz, 1 thecheapairlinetickets.com, 1 @@ -134845,7 +135700,6 @@ thecontentcloud.com, 1 theconversation.com, 1 theconverter.net, 0 -theconveyer.org, 1 thecook.com.co, 1 thecookiewriter.com, 1 thecoredublin.tk, 1 @@ -134918,6 +135772,7 @@ thedietsolutionprog.tk, 1 thedigitalcurator.art, 1 thedigitalparadox.tk, 1 +thediligentwoman.com, 1 thedinnerdetective.com, 1 thediscforum.tk, 1 thediscovine.com, 1 @@ -134960,7 +135815,7 @@ theemeraldmagazine.com, 1 theemptyvault.com, 1 theender.net, 1 -theendofzion.com, 1 +theendlesssixties.com, 0 theendpoem.com, 1 theentropyofdelicatewonders.com, 1 theepankar.com, 1 @@ -135001,6 +135856,7 @@ thefibreapp.com, 1 thefieldservicecompany.nl, 1 thefinalconflict.tk, 1 +thefinx.io, 1 thefishshop.ga, 1 thefitcare.com, 1 thefitcareerist.com, 1 @@ -135029,7 +135885,6 @@ thefriedzombie.nl, 1 thefriedzombie.online, 1 thefriendlyplant.co.za, 1 -thefrk.pw, 1 thefrontend.agency, 1 thefrugalvegan.tk, 1 thefuckingtide.com, 0 @@ -135044,7 +135899,9 @@ thegadget.tk, 1 thegadgetflow.com, 1 thegallery-restaurant.co.uk, 1 +thegamecave.co.uk, 1 thegamecollector.tk, 1 +thegameroof.com, 1 thegantars.tk, 1 thegasshop.co.uk, 1 thegasshop.uk, 1 @@ -135091,12 +135948,13 @@ thegreatsouthernburgerco.ga, 1 thegreendigest.com, 1 thegreenfields.se, 1 +thegreenlawreport.com, 1 thegreenmanpottery.com, 1 thegroovecartel.com, 1 thegrotto.tk, 1 -thegrowhouse.ca, 1 thegrs.com, 0 theguerrilla.agency, 0 +thegundogaffair.com, 1 thegvoffice.net, 1 thehabitat.com, 1 thehackerblog.com, 1 @@ -135139,7 +135997,6 @@ thehotfix.net, 1 thehotness.tech, 1 thehotrocks.tk, 1 -thehouseofchronic.com, 1 thehowlinwolfcafe.ga, 1 thehudsonindependent.com, 1 thehumancondition.com, 1 @@ -135166,7 +136023,6 @@ theinsightsfamily.com, 1 theinstitute.cf, 1 theintentionalgolfer.com, 1 -theintercept.com, 1 theinternationalgeekconspiracy.eu, 1 theinventory.com, 1 theinvisibleman.tk, 1 @@ -135271,7 +136127,6 @@ themadlabengineer.co.uk, 1 themagazine.my, 1 themagazinetimes.com, 1 -themagicalbohemian.com, 1 themagician.tk, 1 themakers.ie, 1 themallards.info, 1 @@ -135297,10 +136152,8 @@ themediaframe.com, 1 themediationclinic.com, 1 themedictips.com, 1 -themefoxx.com, 0 themegatones.tk, 1 thememory.tk, 1 -thementornetwork.com, 1 themenzentrisch.de, 1 themeparkfans.tk, 1 themeparksimulations.tk, 1 @@ -135317,6 +136170,7 @@ themigraineinstitute.com, 1 themilanlife.com, 1 themilfmovies.com, 1 +themindcollection.com, 1 theminiacs.com, 1 themiracle.tk, 1 themirc.tk, 1 @@ -135342,6 +136196,7 @@ themusicnetwork.com, 1 themusicofchrisbulman.tk, 1 themusicthatnobodylikes.tk, 1 +themusketeerslodge.com, 1 themusthaves.de, 1 then.icu, 1 thenamingcommission.gov, 1 @@ -135365,12 +136220,11 @@ thenine.info, 1 theninenine.com, 1 theninjasedge.com, 1 -thenitintech.com, 1 +thenitintech.com, 0 thenobullshit.coach, 1 thenocman.com, 1 thenolank.com, 1 thenorthschool.org.uk, 0 -thenotarynetwork.org, 1 thenovaclinic.com, 1 thenovicechefblog.com, 1 thenowheremen.com, 1 @@ -135446,7 +136300,6 @@ theotherside.tk, 1 theoverfly.co, 1 theoverground.tk, 1 -theowlclub.net, 1 thepaffy.de, 0 thepaleodiettips.tk, 1 thepandacustom.com, 1 @@ -135473,8 +136326,8 @@ thepennymatters.com, 1 thepeoplesdata.com, 1 thepeoplesdata.org, 1 -thepewterplank.com, 1 thepharm.co.nz, 1 +thephoenixdg.com, 1 thephp.cc, 1 thepiabo.ovh, 0 thepieslicer.com, 1 @@ -135510,6 +136363,7 @@ theprimetalks.com, 0 theprincegame.com, 1 theprinceshort.tk, 1 +theprinterjam.com, 1 theprintrepublic.com, 1 thepriorybandbsyresham.co.uk, 1 theprivacysolution.com, 1 @@ -135537,6 +136391,7 @@ therankkings.org, 1 therap-up.fr, 1 therapeiacosmetics.de, 1 +therapie-fricktal.ch, 1 therapie-psycho-emotionnelle.fr, 1 therapiemi.ch, 1 therapiepraxis-westbezirk.de, 1 @@ -135584,7 +136439,6 @@ therhetorical.ml, 0 therhodesresidences.com, 1 therichardsfamily.tk, 1 -therisewellness.com, 1 therisk.global, 1 theriverspecialist.com, 1 thermalbad-therme.de, 1 @@ -135630,12 +136484,14 @@ thesage.ga, 1 thesagresapartments.com, 1 thesalonthing.com, 0 +thesaltsanctuaryfl.com, 1 thesanta.biz, 1 thesarogroup.com, 1 thesatriantoshow.tk, 1 thesaturdaypaper.com.au, 1 thescienceofdeduction.tk, 1 thescientists.nl, 1 +thescriptinc.com, 1 thescriptzone.tk, 1 theseal.tk, 1 thesearch.com.tw, 1 @@ -135652,6 +136508,7 @@ theseoframework.com, 1 theseosystem.com, 1 theseotool.site, 1 +theseparationguide.com.au, 1 thesepticgroup.com, 1 theserpent.tk, 1 theserver.ml, 1 @@ -135664,7 +136521,6 @@ thesharedbrain.ch, 0 thesharedbrain.com, 0 theshesuite.com, 1 -theshine.pl, 1 theshopally.com, 1 theshots.cz, 1 theshroomery.org, 1 @@ -135690,6 +136546,7 @@ thesistraffic.com, 1 thesiterank.com, 1 thesixersense.com, 1 +theskepticalreviewarchive.com, 1 theskingym.co.uk, 1 theskiweek.com, 1 thesled.net, 1 @@ -135702,6 +136559,7 @@ thesouthern.com, 1 thespacegame.tk, 1 thespiritfm.tk, 1 +thesponsorshipguy.com, 1 thesslstore.in, 1 thestandards.tk, 1 thestatementjewelry.com, 1 @@ -135747,7 +136605,6 @@ thetebodifference.com, 1 thetechdude.ga, 1 thetechnicaldost.com, 1 -thetechqa.com, 1 thetechsite.net, 1 thetfordvt.gov, 1 thetherapist.tk, 1 @@ -135780,7 +136637,7 @@ thetrendingarticle.com, 1 thetrendspotter.net, 1 thetropics.tk, 1 -thetrulycharming.com, 1 +thetrulycharming.com, 0 thetrustai.com, 1 thetruthabouthemp.com, 1 thetubecopenhagen.com, 1 @@ -135795,7 +136652,6 @@ theunitehistoryproject.org, 1 theuniversallover.tk, 1 theuniversitiesofasia.ga, 1 -theunknownfilmcompany.com, 1 theunleashedpet.com, 1 theunwrittenletters.tk, 1 theupslady.cf, 1 @@ -135835,9 +136691,11 @@ thewagesroom.co.uk, 1 thewalkerz.tk, 1 thewalkingdeadfrance.org, 1 +thewallet.today, 1 thewarehousefellowship.org, 1 thewatchdog.com.br, 1 thewaterfront.org.au, 1 +thewaterfrontpoole.com, 1 thewave.tk, 1 thewaxhouse.academy, 1 thewayofislam.ml, 1 @@ -135989,7 +136847,6 @@ thinkingliberty.com, 1 thinkingnull.com, 0 thinkingplanet.net, 1 -thinkinitalian.com, 1 thinkittech.com, 1 thinkmaking.org, 1 thinkmarketing.ca, 1 @@ -136062,6 +136919,7 @@ thomasbeckers.be, 1 thomasboosman.com, 1 thomasbreads.com, 0 +thomascountyne.gov, 1 thomasdbrown.com, 1 thomasduerlund.dk, 1 thomasebenrett.de, 1 @@ -136084,6 +136942,7 @@ thomastestor.tk, 1 thomastimepieces.com.au, 1 thomastonmaine.gov, 1 +thomasvanlaere.com, 1 thomasverhelst.be, 1 thomasvochten.com, 1 thomaswicklaw.com, 1 @@ -136106,6 +136965,7 @@ thoreau.tk, 1 thoreauskalendar.org, 1 thorntonnh.gov, 1 +thorntonshvacservice.com, 1 thoroquel.org, 1 thors-hearth.tk, 1 thorsten-schaefer.com, 1 @@ -136195,6 +137055,7 @@ threatutic.gq, 1 threatworking.com, 1 three-wheels.cf, 1 +threecountytreeservice.com, 1 threedpro.me, 1 threefantasy.com, 1 threefisheswebdesign.com, 1 @@ -136218,6 +137079,7 @@ thrillernyc.com, 1 thrillkill.tk, 1 thriva.co, 1 +thriveondev.com, 1 thrivetours.ca, 0 thrivetracker.com, 1 thrivingsmart.com, 1 @@ -136267,6 +137129,7 @@ thurmanny.gov, 1 thurn.net, 1 thurstonauditor.gov, 1 +thurstoncountyne.gov, 1 thurstoncountysheriffne.gov, 1 thurstonwavotes.gov, 1 thusa.co.za, 1 @@ -136299,6 +137162,9 @@ tiagoneves.tk, 1 tiagonunes.pt, 1 tiagosimao.com, 1 +tiai.cf, 1 +tiai.gq, 1 +tiai.ml, 1 tiaki.org, 0 tiamabi.tk, 1 tiamarcia.com.br, 1 @@ -136368,7 +137234,31 @@ ticketsource.io, 1 ticketsource.us, 1 ticketsourcebeta.co.uk, 1 +ticketswap.at, 1 +ticketswap.be, 1 +ticketswap.ch, 1 +ticketswap.co, 1 +ticketswap.co.nz, 1 +ticketswap.com, 1 +ticketswap.com.au, 1 +ticketswap.com.br, 1 +ticketswap.cz, 1 +ticketswap.de, 1 +ticketswap.dk, 1 +ticketswap.es, 1 +ticketswap.fi, 1 +ticketswap.fr, 1 +ticketswap.hu, 1 +ticketswap.ie, 1 +ticketswap.in, 1 +ticketswap.it, 1 +ticketswap.nl, 1 +ticketswap.no, 1 +ticketswap.pl, 1 +ticketswap.pt, 1 ticketswap.ru, 1 +ticketswap.se, 1 +ticketswap.uk, 1 tickettailor.com, 1 ticketunity.com, 1 ticketure.com, 1 @@ -136382,7 +137272,7 @@ tid.jp, 1 tidal.ninja, 1 tidal.zone, 1 -tide.com, 0 +tide.com, 1 tidecommunity.tk, 1 tidehunter.ml, 1 tideritter.de, 1 @@ -136417,14 +137307,12 @@ tiendatecnologica.net, 1 tiener-herentals.be, 1 tienerdienst-johanneskapel.tk, 1 -tienes-sal.es, 1 tiengtrungquoc.net, 1 tienic.com, 1 tiens-ib.cz, 1 tier5industries.com, 1 tierarzt-karlsruhe-durlach.de, 1 tierarztpraxis-illerwinkel.de, 1 -tierarztpraxis-weinert.de, 1 tieredaccess.com, 1 tierfaszienation.de, 1 tiergear.com.au, 1 @@ -136444,6 +137332,7 @@ tietotori.fi, 1 tieulinh.com, 1 tiew.pl, 0 +tifa-233.com, 1 tifan.net, 1 tifaware.com, 1 tifenn.eu, 1 @@ -136453,6 +137342,7 @@ tiffany-remixed.tk, 1 tiffany.moe, 1 tiffanyblooms.ru, 1 +tiffanychristie.ca, 1 tiffanywatson.xyz, 1 tiffnix.com, 1 tiflonet.tk, 1 @@ -136508,7 +137398,6 @@ tiktokgirls.live, 1 tikun.tk, 1 tikuter.me, 1 -tilabox.com, 1 tilcra.de, 1 tilde.green, 1 tilde.institute, 1 @@ -136611,6 +137500,7 @@ timelost.tk, 1 timely.fun, 1 timely.md, 1 +timelycare.com, 1 timemuzz.com, 1 timentask.com, 1 timeoutdoors.com, 1 @@ -136703,7 +137593,6 @@ timx.uk, 1 timysewyn.be, 0 tin-bao.com, 1 -tina-zander.de, 0 tina.media, 1 tinaarenaweb.tk, 1 tinakay-photography.com, 1 @@ -136739,16 +137628,17 @@ tinkuscochabamba.tk, 1 tinky.tk, 1 tinlc.org, 1 -tinlook.com, 1 tinmarin.org, 1 tinneke.tk, 1 tinnhanhvietnam.tk, 1 tinnitus.tirol, 1 tinobeth.com, 1 +tinonawall.co.uk, 1 tintamas.tk, 1 tinte24.de, 1 tintenfix.net, 1 tintiger.com, 1 +tintop.xyz, 1 tintoria.roma.it, 1 tintuonmobile.tk, 1 tinturanaturale.it, 1 @@ -136768,6 +137658,7 @@ tinyhousebarat.com, 1 tinyhousebarat.de, 1 tinyhousefinance.com.au, 1 +tinyhouseprojects.be, 1 tinyhouseturkiye.com.tr, 1 tinylan.com, 1 tinylink.cf, 1 @@ -136835,7 +137726,6 @@ tirlins.com, 1 tirodirecto.com, 1 tiroler-kupferschmiede.com, 1 -tirs4ne.ch, 0 tirtalawoffice.com, 1 tirteafuera.tk, 1 tirupatinightwear.co.in, 1 @@ -136871,7 +137761,7 @@ titouan.co, 0 titser.ph, 1 tittelbach.at, 1 -titulares.ar, 1 +titulares.ar, 0 titularizadora.com, 1 titulosuniversitariosalaventa.com, 1 titusetcompagnies.net, 0 @@ -136879,7 +137769,6 @@ tivido.nl, 1 tivit-chill.partners, 1 tivit-focus-partners.com, 1 -tiwariproduction.com, 1 tiwilandcouncil.com, 1 tixeconsulting.com, 1 tixel.com, 1 @@ -136889,7 +137778,6 @@ tiyee.net, 1 tizen-ru.tk, 1 tizimin.tk, 1 -tizreu.xyz, 1 tjampoer.com, 1 tjebben.tech, 1 tjgrant.com, 1 @@ -136904,6 +137792,7 @@ tjsky.net, 0 tjtechofficial.ga, 1 tju.me, 1 +tjupt.org, 1 tjurun.ga, 0 tjxcanada.ca, 1 tjxxzy.com, 1 @@ -136955,6 +137844,7 @@ tleplus.com, 1 tlercher.de, 1 tlicycling.com, 1 +tlingitandhaida.gov, 1 tlmedia.online, 1 tlmicorp.com, 1 tln.lib.ee, 1 @@ -137024,7 +137914,6 @@ tmpwn.com, 1 tmredondela.tk, 1 tmryan.co.uk, 1 -tms-menagerie.com, 0 tmstats.fr, 1 tmtopup.com, 0 tn-bb.com, 1 @@ -137119,7 +138008,6 @@ tobiichi3227.ddns.net, 1 tobiichi3227.eu.org, 1 tobimi.com, 0 -tobinc.ddnss.de, 1 tobis-rundfluege.de, 1 tobis.cloud, 1 tobischo.de, 1 @@ -137273,7 +138161,6 @@ tokky.eu, 1 tokky.fr, 1 tokoangga.com, 1 -tokoangga.id, 1 tokobungaasryflorist.com, 1 tokobungadilampung.com, 1 tokocuan.id, 1 @@ -137337,7 +138224,6 @@ tomaempleo.com, 1 tomahawkwi.gov, 1 tomahwi.gov, 1 -toman-vzv.cz, 1 toman.rs, 1 toman.sk, 1 toman.su, 1 @@ -137424,6 +138310,7 @@ tommypalarsson.com, 1 tommypalarsson.se, 1 tommyphotographie.com, 0 +tommys.com, 1 tommytran.io, 1 tomnatt.com, 1 tomo.gr, 0 @@ -137500,17 +138387,15 @@ tonerkurier.de, 1 tonermaus.de, 1 tonermonster.de, 1 -toners.ro, 1 tonex.de, 1 tonex.nl, 1 -tongjistudents.org, 1 tongli.eu.org, 1 tonguetechnology.com, 1 toni-dis.ch, 0 toniduarte.tk, 1 tonies.com, 1 tonifarres.net, 1 -tonifix.fi, 0 +tonifix.fi, 1 tonight.de, 1 tonik.tk, 1 tonimorena.net, 1 @@ -137521,11 +138406,12 @@ tonorosario.tk, 1 tonshaiza.tk, 1 tonsil-stone.com, 1 +tonsillar-stones.com, 1 +tonsit.org, 0 tonton.cf, 1 tontonan.gq, 1 tontonnews.net, 1 tontonroger.org, 1 -tony-morelli.com, 1 tonyandskye.com, 1 tonyarcieri.com, 1 tonydaquin.com, 1 @@ -137561,6 +138447,7 @@ toolkits.design, 1 toolminer.com, 1 toolroomrecords.com, 1 +tools-services.com.co, 1 tools.pro, 1 tools4me.win, 0 toolsa.bg, 1 @@ -137570,7 +138457,6 @@ toolsforbiblestudy.com, 1 toolspain.tk, 1 toolsu.com, 1 -tooltot.com, 1 toolzone.cz, 1 toom.io, 1 toomy.ddns.net, 1 @@ -137594,7 +138480,7 @@ toopita.com, 1 toopopular.ga, 1 toorikala.ir, 1 -toot.community, 1 +toot.community, 0 toot.haus, 1 tootbitco.ml, 1 toothdoc.ca, 1 @@ -137611,6 +138497,7 @@ top-avis.fr, 1 top-azia.ru, 1 top-beauty.cf, 1 +top-bev.com, 1 top-credit.tk, 1 top-dance.pl, 1 top-drop.tk, 1 @@ -137636,6 +138523,8 @@ top-shashlik.com.ua, 1 top-skins.ml, 1 top-super-60.ag, 1 +top-super-60.biz, 1 +top-super-60.info, 1 top-super-60.net, 1 top-verhandlungstraining.de, 1 top-zdrave.bg, 1 @@ -137649,6 +138538,7 @@ top10boeken.nl, 1 top10directory.tk, 1 top10list.tk, 1 +top10llcformationsites.com, 1 top10media.tk, 1 top10mountainbikes.info, 1 top1health.com, 1 @@ -137685,7 +138575,6 @@ topcompany.be, 1 topcover.cz, 1 topda.xyz, 1 -topdeerantlerspray.com, 1 topdesignfirms.com, 1 topdesk.net, 1 topdetal.ru, 1 @@ -137730,6 +138619,7 @@ topicpulse.tk, 1 topicv.com, 1 topideipodarkov.ru, 1 +topitalianscientists.org, 1 topjeans.ga, 1 topjeepreviews.com, 1 topjobs.ch, 1 @@ -137874,6 +138764,7 @@ torino.fi, 1 torinotoday.it, 1 torisamaahirusama.com, 1 +tork.news, 1 torkel.se, 1 torkware.com, 1 torlock.blog, 1 @@ -137926,7 +138817,6 @@ torrentdb.tk, 1 torrentdownload.gq, 1 torrentfunk.com, 1 -torrentfunk2.com, 1 torrentgalaxy.mx, 1 torrentgalaxy.su, 1 torrentgalaxy.to, 1 @@ -137987,6 +138877,7 @@ totalbike.com.br, 1 totalbyverizon.com, 1 totalcarcheck.co.uk, 1 +totalcare.co.nz, 1 totalcarpetcare.co.uk, 1 totalchecklist.com, 1 totalcontrols.eu, 1 @@ -138047,6 +138938,7 @@ touch-up-net.com, 1 touch.facebook.com, 0 touch.mail.ru, 1 +touch.ro, 1 touch2ship.com, 1 touchable.gq, 1 touchanddraw.tk, 1 @@ -138113,13 +139005,12 @@ tournamentmgr.com, 1 tournaments.tk, 1 tournevis.ch, 0 -touroogle.com, 1 -tourporelcaribe.com, 0 tours-in-petersburg.tk, 1 tours.co.th, 1 toursandtransfers.it, 0 toursencancun.com, 1 tourshopfresno.com, 1 +toursmontessori.com, 1 tourteller.com, 1 tourtransferitaly.it, 1 tourtrektrip.com, 1 @@ -138192,6 +139083,7 @@ townofcadizwi.gov, 1 townofcaledoniacolumbiawi.gov, 1 townofcampbellwi.gov, 1 +townofcanandaigua.gov, 1 townofcaponbridgewv.gov, 1 townofcarthagetn.gov, 1 townofcedarburgwi.gov, 1 @@ -138199,6 +139091,7 @@ townofcherrycreekny.gov, 1 townofchesterwi.gov, 1 townofclarnowi.gov, 1 +townofclaytonny.gov, 1 townofclearfieldwi.gov, 1 townofclearlakewi.gov, 1 townofclevelandnc.gov, 1 @@ -138208,6 +139101,7 @@ townofcranmoor.gov, 1 townofdane.gov, 1 townofdecaturwi.gov, 1 +townofdewhurstwi.gov, 1 townofdexterwi.gov, 1 townofdrammen-wi.gov, 1 townofdraperwi.gov, 1 @@ -138216,6 +139110,7 @@ townofeaugallewi.gov, 1 townofedenwi.gov, 1 townofexcelsiorwi.gov, 1 +townoffairfieldwi.gov, 1 townoffonddulacwi.gov, 1 townofforestvernonwi.gov, 1 townofgalewi.gov, 1 @@ -138224,6 +139119,7 @@ townofgermantownwi.gov, 1 townofgibsonwi.gov, 1 townofgoldenmeadow-la.gov, 1 +townofgoreok.gov, 1 townofgraftonwi.gov, 1 townofgrantsburgwi.gov, 1 townofgrantshawanowi.gov, 1 @@ -138242,16 +139138,20 @@ townofjacksonwi.gov, 1 townofjanesvillewi.gov, 1 townofjohnsonwi.gov, 1 +townofjohnstonsc.gov, 1 townofjordanwi.gov, 1 +townofkewaskumwi.gov, 1 townofkeystonewi.gov, 1 townoflagrangemcwi.gov, 1 townoflakecityco.gov, 1 townoflakemarinettewi.gov, 1 +townoflakeviewor.gov, 1 townoflamartinewi.gov, 1 townoflandisnc.gov, 1 townoflebanonny.gov, 1 townoflebanonwi.gov, 1 townoflenrootwi.gov, 1 +townofleonmocowi.gov, 1 townofleroywi.gov, 1 townoflibertyocwi.gov, 1 townoflindenwi.gov, 1 @@ -138269,6 +139169,7 @@ townofmineral.net, 1 townofminocqua.gov, 1 townofmontereytn.gov, 1 +townofmosineewi.gov, 1 townofmtpleasantwi.gov, 1 townofnasewaupeewi.gov, 1 townofnecedahwi.gov, 1 @@ -138300,10 +139201,13 @@ townofruthnc.gov, 1 townofsalemny.gov, 1 townofsananselmoca.gov, 1 +townofsandcreekwi.gov, 1 +townofsasserga.gov, 1 townofscottbrownwi.gov, 1 townofsenecawoodcowi.gov, 1 townofsevastopolwi.gov, 1 townofsheboyganfallswi.gov, 1 +townofsheboyganwi.gov, 1 townofsigelwoodwi.gov, 1 townofspiderlakewi.gov, 1 townofstanley-wi.gov, 1 @@ -138322,6 +139226,7 @@ townofturtlewi.gov, 1 townofulyssesny.gov, 1 townofuniondoorwi.gov, 1 +townofuticawi.gov, 1 townofvarnamtown.gov, 1 townofvermontwi.gov, 1 townofwalworthwi.gov, 1 @@ -138336,10 +139241,12 @@ townofwhitewaterwi.gov, 1 townofwinfieldwi.gov, 1 townofwinneconne.gov, 1 +townofwittenbergwi.gov, 1 townofwoodruffwi.gov, 1 townofwoodvillewi.gov, 1 townofwordenwi.gov, 1 townofwrightstownwi.gov, 1 +townofwyomingwi.gov, 1 townresults.ga, 1 townsendsecurity.com, 1 townshendvt.gov, 1 @@ -138409,7 +139316,6 @@ tplak.com, 1 tpldevsg-mythiess-dev.azurewebsites.net, 1 tpltestsg-mythiess-test.azurewebsites.net, 1 -tpnky.com, 1 tpolemis.com, 1 tpp-tpc.ga, 1 tppleague.me, 0 @@ -138435,12 +139341,14 @@ trabajaenvitamina.cl, 1 trabajarytrabajar.com, 1 trabajoenmx.com, 0 +trabajoreal.com, 1 trabajouniversitario.tk, 1 trabbel.org, 1 trabia.com, 1 traccxs.com, 1 trace.guru, 1 trace.moe, 1 +trace2race.com, 1 traceflix.com, 1 tracefy.com, 1 traceheatinguk.co.uk, 1 @@ -138491,7 +139399,6 @@ tracyrobbinsking.com, 1 trad-n-vo.com, 1 tradagars.se, 1 -tradavenue.com, 1 trade-arcade.com, 1 trade-bot.cf, 1 trade-foods.com, 1 @@ -138556,13 +139463,12 @@ trafarm.ro, 1 traffic.az, 1 trafficdirection.tk, 1 -trafficgazelles.com, 1 +trafficgazelles.com, 0 trafficgenerator.ga, 1 trafficmanager.com, 1 trafficmanager.ltd, 1 trafficmanager.xxx, 1 trafficmgr.net, 1 -trafficologyblueprint.com, 1 trafficpixel.tk, 0 trafficsafetymarketing.gov, 1 trafficsale.cf, 1 @@ -138602,12 +139508,14 @@ training.com, 1 trainingcentral.cf, 1 trainingfitstudio.fr, 1 +trainingflow.com, 1 traininghamburg.de, 1 traininglife.org, 1 trainingminds.nl, 1 trainingproviderresults.gov, 1 trainings-handschuhe-test.de, 1 trainingsalicante.tk, 1 +trainingscatalogus.nl, 1 trainingsecke.de, 1 trainingstore.fish, 1 trainingswiese.at, 1 @@ -138747,13 +139655,16 @@ transito.tk, 1 transitownplaza.com, 1 transitpoint.us, 1 +translab.ir, 1 translate-polish.com, 1 translate.googleapis.com, 1 +translatedict.com, 1 translation-services.ga, 1 translation.ca, 1 translationge.com, 1 translations.com, 1 translationsfirm.tk, 1 +translationsnz.com, 1 translatorall.tk, 1 translatorglobal.tk, 1 translatoruk.co.uk, 0 @@ -139034,12 +139945,14 @@ travelways.ml, 1 travelwithbender.com, 1 travelzoneshop.com, 1 +traverse.com.ua, 0 travi.org, 1 travianbattleplanner.com, 1 travin.tk, 1 travis.nl, 1 traviscoesd1tx.gov, 1 travisf.net, 1 +travisflix.com, 1 travisforte.io, 1 travisfranck.com, 1 travishenning.com, 1 @@ -139158,15 +140071,12 @@ trendpie.com, 1 trendreportdeals.com, 1 trends-news.tk, 1 -trendsettersre.com, 1 trendsuites.co, 1 trendtesettur.com, 0 trendus.no, 1 trendware.de, 1 trendycrowds.com, 1 trendydips.com, 1 -trendygolf.com, 1 -trendygolfusa.com, 1 trendyindi.com, 1 trendyolgo.com, 1 trendzilla.ga, 1 @@ -139198,11 +140108,11 @@ trevorkay.tk, 1 trevormarron.co.uk, 1 trevsanders.co.uk, 1 -trewdistributors.com, 1 trexweb.tk, 1 trezor.io, 1 trezy.me, 1 trezy.net, 1 +trfmn.gov, 1 trhastane.com, 1 trhknih.cz, 1 tri.gg, 1 @@ -139214,7 +140124,6 @@ trial-server.tk, 1 trialandsuccess.nl, 1 trialbyfire.tk, 1 -trialcentralnet.com, 1 trialmaaskant.tk, 1 trials.tk, 1 triangela.com, 1 @@ -139253,6 +140162,7 @@ tricare.mil, 1 tricefy4.com, 1 tricetirisad.me, 1 +tricherenligne.com, 1 triciaree.com, 1 tricityhelpline.com, 1 trickedguys.com, 1 @@ -139306,7 +140216,6 @@ trim21.cn, 1 trimage.org, 1 trimarix.de, 1 -trimatrikbd.com, 1 trimbletl.com, 0 trimental.de, 1 trimill.xyz, 1 @@ -139364,7 +140273,6 @@ triplicate.gq, 1 triploqal.com, 1 tripmakery.com, 1 -tripoffice.pl, 0 tripoli.org, 1 tripolinews.tk, 1 tripomanija.tk, 1 @@ -139391,12 +140299,6 @@ tritium.cf, 1 tritiumdisposal.com, 1 triumc.org, 1 -triumph-duesseldorf.com, 1 -triumph-gera.de, 1 -triumph-hannover.de, 1 -triumph-rheinhessen.de, 1 -triumph-schongau.de, 1 -triumph-stuttgart.de, 1 trixiebooru.org, 1 trixietainted.net, 1 trixy.com.br, 1 @@ -139473,6 +140375,7 @@ trophy-discount.com, 1 trophykoi.tk, 1 trophyshopinc.com, 1 +tropical-architect.com, 1 tropicalf.com, 1 tropicalhurricanetracker.com, 1 tropicalislands.tk, 1 @@ -139653,6 +140556,7 @@ truepartnertechnology.sg, 1 truereligionjeanstore.tk, 1 truerizm.ru, 1 +truescreen.io, 1 trueseeing.com, 1 truessl.shop, 1 truesteamachievements.com, 1 @@ -139747,14 +140651,13 @@ truyen-hentai.ru, 1 truyenfull.vn, 1 truyenkiemhiep.com.vn, 1 +truyenmoiii.com, 1 truyentienhiep.com.vn, 1 trveled.com, 1 trw-reseller.com, 1 trxnews.today, 1 try2admin.pw, 1 try2hack.it, 1 -try2services.at, 1 -try2services.de, 1 try2services.vc, 1 trybabyschoice.com, 1 trybooking.com, 1 @@ -139767,7 +140670,6 @@ tryfabulousskinserum.com, 1 tryfrontline.cloud, 1 tryhexadecimal.com, 1 -tryin.cz, 1 tryingtotakeoversweden.tk, 1 tryingtotakeovertheworld.tk, 1 tryitonline.net, 1 @@ -139795,6 +140697,7 @@ tryupdates.com, 1 trywesayyes.com, 1 trz.cz, 1 +ts-farm.ru, 1 ts-folienmontage.de, 1 ts-pro-consulting.de, 1 ts-projects.tk, 1 @@ -139817,6 +140720,7 @@ tsb.co.uk, 1 tsbg.com, 1 tsbraz.com, 1 +tsbraz.com.br, 1 tsc.gov, 1 tscampus.online, 1 tschuermans.be, 0 @@ -139864,7 +140768,6 @@ tsrv.pw, 0 tss.am, 1 tst-band.tk, 1 -tst-sport.de, 1 tsu.re, 1 tsueri.cloud, 1 tsukhani.com, 1 @@ -139938,6 +140841,7 @@ ttlet.com, 1 ttlg.io, 1 ttluoli.com, 1 +ttm.jp, 1 ttnmpls.org, 1 ttp-shop.com.ua, 1 ttpwned.com, 1 @@ -140052,7 +140956,6 @@ tulafarms.gq, 1 tulalip.gov, 1 tulana.ga, 1 -tule.studio, 1 tuleap.net, 1 tuleap.org, 1 tulevaisuusdemarit.fi, 1 @@ -140077,7 +140980,6 @@ tumagiri.net, 1 tumanishvili.com, 1 tumarcafe.com, 1 -tumbaga.world, 1 tumblenet.tk, 1 tumblr.com, 1 tumed-ks.org, 1 @@ -140099,7 +141001,6 @@ tundermadar.hu, 1 tundrawear.ru, 1 tune-web.de, 1 -tunen.cf, 1 tunenet.ml, 1 tuner.cloud, 1 tuneserver.tk, 0 @@ -140112,6 +141013,7 @@ tunisiana.tk, 1 tunisiangamers.tk, 1 tunisiapress.tk, 1 +tunisieconcours.tn, 1 tunktwppolice.gov, 1 tunnel-staging.googlezip.net, 1 tunnel.googlezip.net, 1 @@ -140142,7 +141044,6 @@ tupizm.com, 1 tuppenceworth.ie, 1 tuppennysfireplace.com, 1 -tupperwaresalamanca.com, 1 tupsicoayuda.com, 1 tupugoya.org, 1 tur17.com, 1 @@ -140152,6 +141053,7 @@ turanga.tk, 1 turanogluoptik.com, 1 turbaza.tk, 1 +turbestilling.dk, 1 turbinadordigital.tk, 1 turbinaonline.tk, 1 turbineaero.com, 1 @@ -140171,7 +141073,6 @@ turboworld.tk, 1 turc.church, 1 turciya.cf, 1 -tures-aurina.it, 1 turf-experts.com, 1 turfirm.tk, 1 turgut46.tk, 1 @@ -140184,6 +141085,8 @@ turismoeviagens.com, 1 turismogdl.com, 1 turismoliliana.tk, 1 +turismomagdalena.com, 1 +turitzadr.com, 1 turizm.gq, 1 turizm.tk, 1 turizm21.ru, 1 @@ -140193,6 +141096,7 @@ turkanime.co, 1 turkcechat.tk, 1 turkcedizin.tk, 1 +turkceingilizce.gen.tr, 1 turkcoder.tk, 1 turkdevs.net, 1 turkey-portal.tk, 1 @@ -140200,6 +141104,7 @@ turkeymistress.tk, 1 turkeysforlife.com, 1 turkeysms.com.tr, 1 +turkgiller.com, 1 turkgrafik.tk, 1 turkhacks.com, 1 turkhalkmuzigi.tk, 1 @@ -140263,6 +141168,7 @@ turobot.casa, 1 turoktv.org, 1 turpinpesage.fr, 1 +turquoisetassel.com, 1 tursa.com.au, 1 tursiae.org, 1 turteka.com, 1 @@ -140347,6 +141253,7 @@ tuxcloud.duckdns.org, 1 tuxcloud.net, 1 tuxflow.de, 0 +tuxforums.com, 1 tuxhound.org, 1 tuxie.com, 1 tuxito.tk, 1 @@ -140440,7 +141347,6 @@ tw.edu.pl, 1 tw.search.yahoo.com, 0 twa.travel, 1 -twaddler.cf, 1 twainhartehotels.com, 1 twaka.com, 1 twakkensi.cf, 1 @@ -140476,10 +141382,8 @@ twelvecolonies.tk, 1 twelvecornerspediatrics.com, 1 twem.ddns.net, 1 -twenty.so, 1 twerk.tk, 1 twfwd.email, 1 -twiddlebugdesigns.com, 1 twidy.jp, 0 twidy.uk, 1 twig.sg, 0 @@ -140559,7 +141463,6 @@ twoseven.xyz, 1 twospirits.org, 1 twotravel.world, 1 -twotube.ie, 1 twr.org, 1 twtr.email, 1 twwd.de, 1 @@ -140633,8 +141536,10 @@ tycho.tk, 1 tychoverstraete.be, 1 tycyc88.com, 1 +tyg3r.com, 1 tygochrum.se, 0 tyinnovations.com, 1 +tyjuxin.com, 1 tyk.io, 1 tykeplay.com, 1 tyl.io, 1 @@ -140731,6 +141636,7 @@ tz.mn, 1 tz9.co, 1 tzchz.pp.ua, 1 +tzdn.gq, 1 tzeribi.fr, 1 tzifas.com, 1 tzinsurance.com, 1 @@ -140849,7 +141755,6 @@ ubermail.me, 1 uberpromocodes.us, 1 ubersmith.com, 1 -ubertt.org, 1 uberwald.ws, 1 ubezpieczeniaonline.pl, 1 ubezpieczeniazyciowe.pl, 1 @@ -140921,6 +141826,7 @@ uclip.club, 1 ucmatedeveloper.gq, 1 ucmjlawyers.com, 1 +ucmultrasuoni.it, 0 ucngame.com, 1 ucphotography.net.au, 1 ucplusdansk.dk, 1 @@ -140945,6 +141851,7 @@ udemyiran.com, 0 udenlandskecasinoer.dk, 1 udenlandskeonlinecasino.com, 1 +udenrigspolitik.dk, 1 udi.no, 1 udid.fyi, 1 udien.tk, 1 @@ -140973,7 +141880,6 @@ uedaviolin.com, 1 uefeng.com, 0 uel-thompson-okanagan.ca, 1 -ueliexpress.ch, 1 uesaz.com, 1 uesc.org, 1 uesociedadlimitada.com, 1 @@ -141001,6 +141907,8 @@ ufplanets.com, 1 ufroo.com, 1 ufsupersport.com, 1 +ug.gg, 1 +ugarte-zestoa.com, 1 ugb-verlag.de, 0 ugc.fr, 1 ugcdn.com, 1 @@ -141033,7 +141941,6 @@ uhingaro.com, 0 uhl.site, 1 uhlhosting.ch, 1 -uhlturf.com, 1 uhnwarfarinedu.ca, 1 uhost.cyou, 1 uhrdal.com, 1 @@ -141060,7 +141967,7 @@ uitgeverij-deviant.nl, 1 uitingent.be, 1 uitvaartgoessens.be, 1 -uitvaartverzekeringwijzer.net, 1 +uitvaartverzekeringwijzer.net, 0 uitvaartvrouwenfriesland.nl, 1 uiuo.de, 1 uizard.io, 1 @@ -141074,19 +141981,15 @@ ujotthon.hu, 1 ujvary.eu, 1 uk-bmvg.de, 1 -uk-cbdoils.com, 1 uk-staff.co.uk, 1 uk.dating, 1 uk.search.yahoo.com, 0 ukari.hokkaido.jp, 0 ukb.sch.id, 0 ukbc.london, 1 -ukbusiness.link, 1 -ukbusinessenergy.claims, 1 ukc2.com, 1 ukcarers.tk, 1 ukdefencejournal.org.uk, 1 -ukeuniverse.co.uk, 1 ukfoodbox.co.nz, 1 ukforum.net, 1 ukhas.net, 1 @@ -141167,16 +142070,17 @@ ulrik.moe, 1 ulrike-sichert-schuster.de, 1 ulrikethiele.de, 1 +ulsterbandsforum.com, 0 ulsterbank.co.uk, 1 ulsterbank.ie, 1 ulsters.cf, 1 +ulstersheriffny.gov, 1 ultahost.com, 1 ultalabtests.com, 1 ultima-ratio.at, 1 ultimadivisao.com.br, 1 ultimasword.tk, 1 ultimate-fireworks.tk, 1 -ultimate-uk.com, 1 ultimateappreviews.co, 1 ultimatebabyshowergifts.ga, 1 ultimatebattle.tk, 1 @@ -141237,6 +142141,7 @@ umagoyal.com, 1 umami.vercel.app, 1 umamibbqsushi.com, 1 +umamibites.com, 1 umanews.net, 1 umanityracing.com, 1 umanupszn.gov.ua, 1 @@ -141246,12 +142151,15 @@ umas.tk, 1 umashev.ru, 1 umasoda-tohoku.com, 1 +umassfive.coop, 1 umasstransit.org, 1 umatillacounty.gov, 1 umbertheprussianblue.com, 1 +umbrellamediagroup.com, 1 umbrellaye.online, 1 umbria.network, 1 umbricht.li, 1 +umeligence.cz, 1 umenlisam.com, 1 umisonoda.com, 1 umitribe.gov, 1 @@ -141278,10 +142186,11 @@ umzugsunternehmenberlin.eu, 1 un-box.org, 1 un-framed.co.za, 1 -un-nft.org, 1 un-zero-un.fr, 1 unaffectedsound.tk, 1 unai-yus.tk, 1 +unaligned.net, 1 +unalignment.com, 1 unanaciounaseleccio.tk, 1 unangelturbio.tk, 1 unaone.net, 1 @@ -141307,6 +142216,7 @@ unblocked.lat, 1 unblocked.one, 1 unblocked.vet, 1 +unblockit.asia, 1 unblockit.bet, 1 unblockit.bio, 1 unblockit.blue, 1 @@ -141349,8 +142259,8 @@ uncoveringnarcolepsy.ca, 1 uncuteyes.tk, 1 uncuut.com, 1 +undangan-digital.com, 1 undawns.tk, 1 -undeadbrains.de, 1 undeadwalking.com, 1 undecidable.de, 1 undeductive.com, 1 @@ -141365,7 +142275,6 @@ under15.ml, 1 undercliff.tk, 1 underconsideration.com, 1 -undercover.cn, 1 undercoverxp.tk, 1 undercucho.tk, 1 underdestruction.tk, 1 @@ -141402,6 +142311,7 @@ unece-deta.eu, 1 unefuite.ch, 0 unej.ac.id, 1 +unej.org, 1 unemployment.ga, 1 unemployment.gov, 1 unepierrepourlui.fr, 1 @@ -141484,7 +142394,6 @@ unidadvirtual.com, 1 unidata.ca, 1 unideb.hu, 1 -unidostransportes.com.br, 1 unieducar.org.br, 1 uniekglas.nl, 1 uniex.ch, 1 @@ -141499,6 +142408,7 @@ unify.id, 1 unik.bg, 1 unikainfocom.in, 1 +unike.tech, 1 unikimages.com, 1 unikon.su, 1 unikos.tk, 1 @@ -141539,6 +142449,8 @@ unipart.digital, 0 unipass.ga, 1 unipig.de, 0 +unipolrsa.com, 1 +uniq.moe, 1 uniqclothing.co.za, 1 uniqleen.com.au, 1 uniqopter.com, 1 @@ -141570,6 +142482,7 @@ unisplendour.com, 1 unistude.com, 1 unisul.br, 1 +unisupdi.com, 1 unisys.net.nz, 1 unisyssecurity.com, 1 unit-linked.ru, 1 @@ -141607,6 +142520,7 @@ unitedstables.tk, 1 unitedstudents.tk, 1 unitedstudios.ru, 1 +unitedvalve.com, 1 unitedweb.com, 1 unitedwestand.gov, 1 uniteforrecovery.govt.nz, 1 @@ -141629,7 +142543,6 @@ unityseguros.com, 1 unitysyndicate.tk, 1 unityvox.com, 1 -unium.cloud, 0 uniuni.info, 1 uniup.tk, 1 univ-monteescalier.fr, 1 @@ -141737,12 +142650,13 @@ unlocken.nl, 1 unlockerboss.com, 1 unlocks.co.uk, 1 -unlockscheveningen.nl, 1 +unlockscheveningen.nl, 0 unlocktalent.gov, 1 unlocktechs.com, 1 unlocktoolactivation.com, 1 unlocktoolactivation.in, 1 unluco.com, 1 +unm-ye.com, 1 unmanaged.space, 1 unmarkdocs.co, 1 unmask.earth, 1 @@ -141780,7 +142694,6 @@ unpossible.xyz, 1 unpost.net, 1 unpr.dk, 1 -unprovided.cf, 1 unreal.dk, 1 unrealircd.org, 1 unrelated.net.au, 1 @@ -141818,6 +142731,7 @@ untethereddog.com, 1 unti.me, 1 unti.tk, 1 +untidybits.com, 1 untitled-home-storage.cyou, 1 untrading.org, 1 untro.xyz, 1 @@ -141856,9 +142770,6 @@ up4cash.com, 1 upahminimum.com, 1 upakovka-podarkov.tk, 1 -upakweship.ca, 1 -upakweship.eu.com, 1 -upakweship.uk.com, 1 upandatom.biz, 1 upandrunningtutorials.com, 1 upar.org, 1 @@ -141881,10 +142792,10 @@ upclinic.ru, 1 upcloud.cz, 1 upcwifikeys.com, 1 +upcycleandcompany.com, 1 upd.jp, 1 updata.com, 1 update-linthdcp-567app1.com, 1 -update.or.id, 1 update287.org, 1 updatenaw.com, 1 updefense.io, 1 @@ -141901,6 +142812,7 @@ upgamerengine.com, 1 upgamerengine.com.br, 1 upgamerengine.net, 1 +upgintl.com, 1 upgrade.com, 1 upgradeguru.de, 1 upgradeit.dk, 1 @@ -141917,7 +142829,6 @@ upitnik.rs, 1 upjong.co.kr, 1 uplan.com.ua, 1 -uplandsnacks.com, 1 uplandsparkmo.gov, 1 uplaqui.com.br, 1 uplead.com, 1 @@ -141950,6 +142861,8 @@ uportal.tk, 1 upp.com, 1 uppercloud.cf, 1 +upperglass.co.uk, 1 +upperinc.com, 1 upperskagittribe-nsn.gov, 1 uppfinnarenc.tk, 1 upplands-bro.se, 1 @@ -142045,6 +142958,7 @@ urban-news.tk, 1 urban.melbourne, 1 urbanagriculturesummit.cf, 1 +urbanail.gov, 1 urbanarcana.tk, 1 urbanartisan.cf, 1 urbanbageecha.com, 1 @@ -142071,7 +142985,6 @@ urbanism.xyz, 1 urbanized.tk, 1 urbanizedrecords.tk, 1 -urbanjunior.com, 1 urbanlounge.tk, 1 urbanlymodern.com, 1 urbanmic.com, 1 @@ -142085,7 +142998,6 @@ urbansoundwave.tk, 1 urbanspitz.tk, 1 urbanstylestaging.com, 1 -urbantech.ws, 1 urbantecno.com, 1 urbantrail.tk, 1 urbanusonline.tk, 1 @@ -142165,7 +143077,6 @@ urlz.ml, 1 urlz.tk, 1 urmikron.tk, 1 -urnenexpert.nl, 1 urnes.org, 1 urocentre.ga, 1 uroki.tk, 1 @@ -142244,7 +143155,6 @@ usanamiru.cz, 1 usanewsposts.ga, 1 usanewstrends.ga, 1 -usap.gov, 0 usapel.com.br, 1 usaprimecredit.org, 1 usapublicrecords.com, 1 @@ -142409,10 +143319,12 @@ utahfireinfo.gov, 1 utahmotors.ru, 1 utahonlinedivorce.com, 1 +utahphotogs.com, 1 utahtravelcenter.com, 1 utaindoradio.cf, 1 utangard.net, 1 utaowan.com, 0 +utarn.icu, 1 utavatu.mk, 1 utazas-nyaralas.info, 1 utbabogados.com, 1 @@ -142450,6 +143362,7 @@ utodyg.ga, 1 utonia.ch, 1 utopia-ecosystem.com, 1 +utopiahsa.com, 1 utopialgb.org.uk, 1 utopian-institute.tk, 1 utopian-surgery.com, 1 @@ -142460,10 +143373,10 @@ utopicestudios.com, 1 utopique.net, 1 utopyaforum.tk, 1 +utp.edu.pe, 1 utrace.me, 1 utrantor.org, 1 uttama.ga, 1 -uttenheim.net, 1 utterberry.io, 1 utterman.se, 1 uttnetgroup.fr, 0 @@ -142485,6 +143398,7 @@ uu9721.com, 0 uu9728.co, 1 uubb.top, 1 +uuin.top, 1 uuit.nl, 1 uulu.edu.ee, 1 uurl.cf, 1 @@ -142513,6 +143427,7 @@ uwe-reimold.de, 1 uwe.training, 1 uwe.wtf, 1 +uwefreund.com, 1 uweier.com, 1 uwereimold.de, 1 uwesander.de, 1 @@ -142593,7 +143508,6 @@ v-spin.cz, 1 v-tek.fi, 1 v-u-z.ru, 1 -v-variant.com.ua, 1 v.pn, 1 v.ps, 1 v0ctor.me, 1 @@ -142605,6 +143519,7 @@ v139.com, 1 v1r2zz.tk, 1 v1sit0r.ru, 1 +v2.digital, 1 v2.pw, 1 v2bv.net, 1 v2bv.win, 1 @@ -142669,8 +143584,6 @@ vacacionesenlinea.com, 1 vacacionestours.com, 1 vacaf.org, 1 -vacanze-in-montagna-dolomiti.com, 1 -vacanze-merano.org, 1 vacatecleaning.melbourne, 1 vacati0n.tk, 1 vacation-croatia.com, 1 @@ -142678,7 +143591,6 @@ vacationfund.co, 1 vacationrentals.com.co, 1 vacationsforcouples.com, 1 -vacaturesonline.nl, 1 vaccantcorner.ml, 1 vaccinateiowa.gov, 1 vaccinatieplanner.nl, 1 @@ -142702,6 +143614,7 @@ vacuumsupplystore.com, 1 vadeainterior.com, 1 vademekum.com, 1 +vader.news, 1 vaderochvind.se, 1 vaderqkcloud.ddns.net, 1 vadiar-angola.tk, 1 @@ -142736,6 +143649,7 @@ vahoshop.cz, 1 vaibhavchatarkar.com, 0 vaidikapriya.pub, 0 +vail.gov, 1 vaildcrack.com, 1 vainavainilla.com, 1 vaindil.com, 1 @@ -142750,11 +143664,11 @@ vakantieverblijfalgarve.nl, 1 vakat.eu, 1 vakifuniver.ru, 1 +vakilik.com, 1 vakita.fi, 1 vakrebella.no, 1 vakuutuskanava.fi, 1 vakwinkeldemo.nl, 1 -val-casies.net, 1 val-sec.com, 1 valach.cz, 1 valagrovoce.com, 1 @@ -142765,15 +143679,13 @@ valassis.com, 1 valbon.pl, 1 valcano-krd.ru, 1 -valcano.ru, 1 valdecaballeros.tk, 1 -valdega.org, 1 valdelcubo.tk, 1 valdifunes.com, 1 valdor2.com, 1 valdres.tk, 1 -valdultimo.org, 1 valecnatechnika.cz, 1 +valedigitalservice.com.br, 1 valek.net, 1 valemountchamber.com, 1 valemountmuseum.ca, 1 @@ -142855,6 +143767,7 @@ valledibraies.org, 1 valleesenlutte.org, 1 vallei-veluwe.nl, 1 +vallejo.gov, 1 vallejoca.gov, 1 vallen.com, 1 vallenar.tk, 1 @@ -142932,7 +143845,6 @@ vampireapocalypsesurvival.com, 1 vampiresdawn.org, 1 vampirzine.tk, 1 -vampluderdd.com, 1 vampyrium.com, 0 vampyrium.net, 0 vamsucai.com, 1 @@ -142941,6 +143853,7 @@ van-brandevoort.tk, 1 van.ddns.net, 1 van11y.net, 1 +vanadrighem.eu, 1 vanafhier.nl, 1 vanarok.xyz, 0 vanasperenschoenen.nl, 1 @@ -143042,16 +143955,15 @@ vannaos.com, 1 vannaos.net, 1 vanndigital.com, 1 +vanner.com, 1 vannoordgouda.nl, 1 vanouwerkerk.net, 1 vanquish.tk, 1 vanral.com.br, 1 vanrichie.nl, 1 vanspa.vn, 1 -vanss.org, 1 vanstoftotleven.nl, 1 vantagepointpreneed.com, 1 -vantharp.com, 1 vantien.com, 1 vantru.is, 1 vanuithartenziel.nl, 1 @@ -143059,7 +143971,6 @@ vanwa.ch, 1 vanwertcountyohio.gov, 1 vanwoensei.xyz, 1 -vanwoensel.cloud, 1 vanwoensel.directory, 1 vanwoensel.xyz, 1 vanwort.de, 1 @@ -143078,7 +143989,6 @@ vapehour.com, 1 vapehousebh.com, 1 vapeking.co.za, 1 -vapemania.eu, 1 vapemate.co.uk, 1 vapensiero.co.uk, 1 vapesense.co.uk, 1 @@ -143180,7 +144090,7 @@ vasogroup.com, 1 vasp.at, 1 vassalengine.org, 1 -vastdata.com, 1 +vastdata.com, 0 vastgoed-lidl.nl, 1 vastgoedcert.nl, 1 vastgoedfaculteit.be, 1 @@ -143238,7 +144148,6 @@ vbl.co.th, 1 vbql.me, 1 vbsoft.cz, 1 -vbtk.no, 1 vbttc.com, 1 vburyatii.ml, 1 vbwinery.com, 1 @@ -143268,7 +144177,6 @@ vcross.cf, 1 vcs-steuern.de, 1 vcsafrica.com, 1 -vcsc.com.vn, 1 vcsjones.codes, 1 vcsjones.com, 1 vcsource.tk, 1 @@ -143371,6 +144279,7 @@ veganz.de, 1 vegardit.com, 1 vegascasino.news, 1 +vegasconcepts.com, 1 vegasluxuryestates.com, 1 vegasrock.tk, 1 vegavio.com, 1 @@ -143382,12 +144291,14 @@ vegetariantokyo.net, 1 vegetarier-sind-moerder.tk, 1 veggie-einhorn.de, 0 +vegoltv.online, 1 vegoresto.fr, 1 vegtelenchat.tk, 1 veguillas.tk, 1 vegvor.com, 1 vehicleenquiry.service.gov.uk, 1 vehiclehistory.gov, 1 +vehicleinfozone.com, 1 vehiclematsuk.com, 1 vehicletax.service.gov.uk, 1 vehicletransportservices.co, 1 @@ -143396,7 +144307,6 @@ veikkosimpanen.fi, 1 veil-framework.com, 1 veilofsecurity.com, 1 -veinaestheticstampa.com, 1 veincenterbrintonlake.com, 1 veintidos.com.ar, 1 vejanoticias.com.br, 1 @@ -143412,6 +144322,7 @@ velassoltas.com, 1 velassoltas.pt, 1 veldadvies.nl, 1 +veldhovenactief.nl, 1 velen.io, 1 veles-moto.ru, 1 velesnet.ml, 1 @@ -143423,7 +144334,6 @@ velis.tk, 1 velken.de, 1 vellingetaxi.se, 1 -velmart.ua, 1 velmorra.id, 1 velo-doktor.ch, 1 velo-volga.tk, 1 @@ -143522,7 +144432,6 @@ venti-athens.gr, 1 venti.eu.org, 1 ventilateurs-plafond.com, 1 -ventiques.com, 1 ventizo.com, 1 ventnose.com, 1 ventolin-hfa.tk, 1 @@ -143532,12 +144441,11 @@ ventuordici.org, 1 venturavwparts.com, 1 venture.biz.id, 1 -venture2learn.com, 1 venturebanners.co.uk, 1 ventureharbour.com, 1 +venturepointe.com, 1 ventures.lgbt, 1 ventureslgbt.com, 1 -venturetechglobal.com, 1 venturum.com, 1 venturum.de, 1 venturum.eu, 1 @@ -143556,7 +144464,6 @@ veply.com, 1 ver-television.online, 1 ver-tv.online, 1 -ver.ma, 1 ver.re, 1 vera-1.ru, 1 veracruzti.com.br, 1 @@ -143621,7 +144528,6 @@ verificationlink.ga, 1 verified.eu, 1 verified.lu, 1 -verifiedbusiness.com, 1 verifiedjoseph.com, 0 verifiny.com, 1 verify-365.com, 1 @@ -143700,18 +144606,22 @@ vers.one, 1 versa-networks.com, 1 versagercloud.de, 1 +versahub.com, 1 +versaillestourisme.fr, 1 versalhost.nl, 1 versallesin.com, 1 versanthealth.com, 1 versatek.com, 1 versbesteld.nl, 1 -verschoren.com, 1 verschurendegroot.nl, 1 verse.eu.org, 1 versfin.net, 1 +versicherungen-werner-hahn.de, 1 +versifylabs.com, 1 versionit.org, 1 verspai.de, 1 versprite.com, 1 +versslun.com, 1 verstaanwiskunde.co.za, 1 verstka.cf, 1 verstka.ga, 1 @@ -143739,7 +144649,6 @@ verticalstructure.com, 1 verticesedge.com, 1 vertichost.com, 1 -vertichost.ro, 1 verticweb.com, 1 vertigo.name, 0 vertigomassage.com, 1 @@ -143775,6 +144684,7 @@ verzekeringsacties.nl, 1 verzekerjebeter.nl, 1 verzick.com, 1 +vesa.ro, 1 vesaviljanen.fi, 1 vescudero.net, 1 veseleruska.sk, 1 @@ -143896,6 +144806,7 @@ vgywm.com, 1 vhelio.org, 1 vhg.org, 1 +vhiweb.com, 1 vhosting-it.com, 1 vhproductions.tk, 1 vhummel.nl, 1 @@ -143961,7 +144872,7 @@ vibox.co.uk, 1 vibraagenciadigital.com.br, 1 vibramycin100mg.tk, 1 -vibrant-america.com, 1 +vibrance.partners, 1 vibrato1-kutikomi.com, 1 vibrolandia.com, 1 vibromax.com, 1 @@ -143995,7 +144906,6 @@ vicrea.nl, 1 vicsancab.com, 1 victimizer.tk, 1 -victor.co.uk, 1 victora.com, 1 victorblomberg.se, 1 victorbuch.cf, 1 @@ -144074,7 +144984,6 @@ video-oldenburg.de, 1 videoarcadia.cf, 1 videoarcadia.ml, 1 -videobola.win, 1 videocall.guide, 1 videochatv.com, 1 videochums.com, 1 @@ -144097,6 +145006,7 @@ videojuegos.com, 1 videoload.co, 1 videomail.io, 1 +videomaker.it, 1 videomaniya.ml, 1 videonika.tk, 1 videopediablogs.tk, 1 @@ -144136,7 +145046,6 @@ vidlyoficial.com, 1 vidmia.com, 0 vidooo.de, 1 -vidos-eu.com, 1 vidracariaembh.com, 1 vidracariaespelhosbh.com.br, 1 vidrop.me, 1 @@ -144176,6 +145085,7 @@ viega.sk, 1 viega.us, 1 viekelis.lt, 0 +vielfalt.link, 1 vielleserin.de, 1 viemeister.com, 1 viemontante.be, 0 @@ -144332,10 +145242,10 @@ villa-christina.com, 1 villa-gockel.de, 1 villa-luna.it, 1 -villa-ottone.net, 1 villa-toscana.berlin, 1 villablancaluarca.es, 1 villablino.tk, 1 +villaboavida.nl, 1 villacarralon.tk, 1 villadelprado.tk, 1 villaditirano.tk, 1 @@ -144345,16 +145255,19 @@ villagebridalbyomnibus.com, 1 villagecardshop.co.uk, 1 villagecenterpediatrics.com, 1 +villagecinemas.com.au, 1 villagemagazines.co.uk, 1 villagenscamuria.it, 1 villageofalbionny.gov, 1 villageofallouezwi.gov, 1 villageofalmondwi.gov, 1 villageofarenawi.gov, 1 +villageofavocawi.gov, 1 villageofbellevuewi.gov, 1 villageofcallawayne.gov, 1 villageofcarbonhill-il.gov, 1 villageofcascadewi.gov, 1 +villageofcascowi.gov, 1 villageofcatskillny.gov, 1 villageofcazenoviany.gov, 1 villageofclaytonmi.gov, 1 @@ -144368,9 +145281,12 @@ villageoffremontwi.gov, 1 villageofgraftonwi.gov, 1 villageofgrantsburg.gov, 1 +villageofhempsteadpdny.gov, 1 villageofjacksonwi.gov, 1 villageoflavallewi.gov, 1 villageoflomira.gov, 1 +villageoflonerock-wi.gov, 1 +villageofluxemburgwi.gov, 1 villageofmillerton-ny.gov, 1 villageofmuirmi.gov, 1 villageofmukwonago.gov, 1 @@ -144421,7 +145337,6 @@ villaville.com, 1 villawirz.it, 1 ville-aime.fr, 1 -ville-nesle.fr, 1 villehardouin.fr, 1 villek.fi, 1 villekaaria.eu, 1 @@ -144433,8 +145348,6 @@ villers-ecalles.fr, 1 villesalonen.fi, 1 villian.tk, 1 -villitalia.nl, 1 -villnoesser-tal.com, 1 villu.ga, 1 villu.stream, 1 viload.org, 1 @@ -144442,7 +145355,6 @@ vilostore.my.id, 1 viltsu.net, 1 vilvoordelaan.be, 1 -vim.ge, 1 vima.ch, 0 vimbom.tk, 1 vimbowen.xyz, 1 @@ -144453,7 +145365,7 @@ vimka.gq, 1 vimoksa.com, 1 vimworld.com, 1 -vinacocha.com, 0 +vinacocha.com, 1 vinarstvimodryhrozen.cz, 1 vinaygakhar.tk, 1 vinaygarg.com, 1 @@ -144536,7 +145448,6 @@ vinopan.de, 1 vinorossoconero.com, 1 vinoshipper.com, 1 -vinothek-northeim.de, 1 vinovum.net, 1 vinoxo.in, 1 vinsation.com, 1 @@ -144625,7 +145536,7 @@ vipmdh.com.ua, 1 vipmercedes.by, 1 viporiflame.tk, 1 -vippclub.be, 0 +vippclub.be, 1 viprsolutions.com, 1 vips.pl, 1 vipsauna.gq, 1 @@ -144637,6 +145548,7 @@ viptrip.vn, 1 vipturismo-europa.com, 1 vipus.gq, 1 +vipuser.info, 1 vipw6600.com, 0 vipw6603.com, 1 vipw6606.com, 0 @@ -144791,6 +145703,7 @@ visegradieskuvo.hu, 1 visegradtours.hu, 1 viseum.co.uk, 1 +visforvaccinated.gov, 1 vishenka.tk, 1 vishnujyothi.co.uk, 1 vishwashantiyoga.com, 1 @@ -144819,6 +145732,7 @@ visionnocturne.tk, 1 visionpeak.net, 1 visionproductssoutheast.com, 1 +visionsc.co.uk, 1 visionsofmysoul.com, 1 visionthroughknowledge.com, 1 visiontree-beta.eu, 1 @@ -144827,6 +145741,7 @@ visionwow.ai, 1 visionxcreative.gq, 1 visionzeroreporting.com, 1 +visiquate.com, 1 visit-sanbenedettodeltronto.it, 1 visit-thailand.tk, 1 visit.gent, 1 @@ -144874,8 +145789,7 @@ visits.tk, 1 visitsights.de, 1 visitstegen.com, 1 -visitsweden.com, 1 -visitsweden.de, 1 +visitsugartown.com, 1 visittartu.com, 0 visittci.com, 1 visitthematrix.tk, 1 @@ -144899,11 +145813,13 @@ vistacampus.gov, 1 vistadreams.org, 1 vistamatic.eu, 1 +vistapaket.com.ua, 1 vistapoquei.com.br, 1 vistastylebuilder.com, 0 vistb.me, 1 vistec-support.de, 1 vistmagazine.com, 1 +visu.li, 1 visual-cockpit.com, 0 visual-concept.net, 1 visual-conversion.com, 1 @@ -144942,7 +145858,6 @@ vital7.tech, 1 vitalamin.at, 1 vitalamin.ch, 1 -vitalamin.com, 1 vitalchoice.com, 1 vitalhealthandbeauty.co.uk, 1 vitalia.cz, 1 @@ -144963,6 +145878,7 @@ vitalthings.de, 1 vitalware.com, 1 vitalybook.com, 1 +vitalyzhukphoto.com, 1 vitamaxxi.com.br, 1 vitamed.ca, 1 vitamina.cl, 1 @@ -145021,6 +145937,7 @@ vivachile.tk, 1 vivaconagua.org, 1 vivaelmusculo.com, 1 +vivagy.com, 1 vivahome.tk, 1 vivaio.roma.it, 1 vivaiocolombo.com, 1 @@ -145061,6 +145978,7 @@ viveport.com, 1 viveportal.com, 1 viveras.ch, 1 +viverbem.blog, 1 viveremediglia.tk, 1 viverse.com, 1 vivesaludableconomnilife.com, 1 @@ -145139,7 +146057,6 @@ vkfish.ga, 1 vkflac.tk, 1 vkg.nl, 0 -vkgroup.az, 1 vkh-online.de, 1 vkidsindia.com, 1 vkikaku.com, 0 @@ -145186,7 +146103,6 @@ vladmoraru.org, 1 vladreview.com, 1 vladsfads.com, 1 -vladwm.com, 1 vladwp.com, 1 vlaggen-landen.nl, 1 vlajo.org, 1 @@ -145207,7 +146123,7 @@ vleij.family, 1 vleij.se, 1 vleo.me, 1 -vliegherrie.nl, 1 +vliegherrie.nl, 0 vlijmscherrup.tk, 1 vlike.ml, 1 vlissingse-oratoriumvereniging.nl, 1 @@ -145222,6 +146138,7 @@ vltonline.org, 1 vlzbazar.ru, 1 vm-0.com, 1 +vm-kiel.de, 1 vm.co.mz, 1 vm.ee, 0 vm0.eu, 1 @@ -145242,6 +146159,7 @@ vmm.pw, 1 vmninja.io, 1 vmoagents.com, 0 +vmoe.info, 1 vmotosoco.lv, 0 vmsurgery.org, 1 vmug.pl, 1 @@ -145257,7 +146175,6 @@ vnlfrk.com, 1 vnministries.org, 1 vnovosibirske.tk, 1 -vnpay.vn, 1 vnrebates.net, 1 vns168.vip, 1 vns377c.com, 0 @@ -145357,13 +146274,13 @@ voidbbs.com, 1 voidbot.ai, 1 voidcore.org, 1 +voide.club, 1 voidge.cf, 1 voidhacker.com, 1 voidi.ca, 1 voidma.in, 1 voidpay.net, 1 voidpay.org, 1 -voidshift.com, 1 voidx.top, 1 voigt-it.solutions, 1 voileux.org, 1 @@ -145486,23 +146403,26 @@ volvoconnect.com, 1 vom-achterhof.de, 1 vomitoxin.ga, 1 +vommu.be, 1 vomsee.eu, 1 von-haselberg.de, 1 vonauw.com, 0 +vonborstelboerner.de, 1 vonckers.tk, 1 vondenstein.com, 1 +vonfurstenrechtstables.nl, 1 vonimus.com, 1 vonkuenheim.de, 1 vonniehudson.com, 1 vonpawn.com, 1 vonski.pl, 1 +vonsponneck.tv, 1 vonsuri.com, 1 voodoobeginner.com, 1 voodoocat.cf, 1 voodooshaman.com, 1 vookstock.tk, 1 voolik.pw, 1 -voom.pt, 1 voorde.lol, 1 voordewereldvanmorgen.nl, 1 vooreenveiligthuis.nl, 0 @@ -145606,7 +146526,6 @@ votresiteweb.ch, 0 votrespace.ca, 1 vouch.fit, 1 -vouchergoat.com, 1 vouchers4u.com, 1 voucherx.co.uk, 1 vous-etre-utile-ceidf.fr, 1 @@ -145659,16 +146578,13 @@ vp-arc.org, 1 vparilke.su, 1 vpbuilds.com, 1 -vpc-machinery.com, 1 vpetkov.tk, 1 -vpn-suomi.fi, 1 vpn-sverige.se, 1 vpn.ht, 1 vpn4free.ga, 1 vpnalert.com, 1 vpnbrains.com, 1 vpnemail.com, 1 -vpnent.com, 1 vpnhongkong.gq, 1 vpnmag.fr, 1 vpnpro.com, 1 @@ -145703,6 +146619,7 @@ vqeg.org, 1 vqn.se, 1 vr-immo-invest.biz, 1 +vr-immoexpress.biz, 1 vr-payment.de, 1 vr-re-bank.org, 1 vr-realestate.co.uk, 1 @@ -145764,6 +146681,7 @@ vroedvrouwella.be, 1 vros.co.id, 1 vrostove.tk, 1 +vrp.moe, 1 vrre.ag, 1 vrrebank.info, 1 vrsgames.com.mx, 0 @@ -145824,7 +146742,6 @@ vsgcommunity.nl, 1 vshipit.com, 1 vshop.ir, 1 -vsimosvita.com, 1 vsl-defi.ch, 0 vsl.de, 1 vsoflavors.com, 1 @@ -145840,9 +146757,7 @@ vssnederland.nl, 1 vstavropole.tk, 1 vstrikovaci-lisy.cz, 1 -vsund.de, 1 vsure.com.au, 1 -vswitchnetworks.com, 1 vsx.ch, 1 vsz.me, 1 vszp.sk, 1 @@ -145871,7 +146786,6 @@ vtwonen.nl, 1 vtwonenendesignbeurs.nl, 1 vuakhuyenmai.vn, 1 -vuasinhly.com, 1 vuath.com, 1 vucdn.com, 1 vue-sur-mer.com, 1 @@ -145958,7 +146872,6 @@ vvdbronckhorst.nl, 1 vveactiefbeheer.nl, 0 vvg-vermietung.de, 1 -vvkk555.xyz, 1 vvlemmer.tk, 1 vvlen.com, 1 vvoip.org.uk, 1 @@ -145970,6 +146883,7 @@ vvvz0.gq, 1 vvvzeeland.nl, 1 vvw-8522.com, 1 +vvwraca.gov, 1 vvzero.cf, 1 vvzero.com, 1 vvzero.xyz, 1 @@ -145992,6 +146906,7 @@ vx.hn, 1 vxapps.com, 1 vxl.sh, 1 +vxlabs.de, 1 vxm.se, 1 vxz.me, 1 vyacheslav.ml, 1 @@ -146139,6 +147054,7 @@ w889-line.com, 1 w889-line.net, 1 w88clubz.com, 1 +w88vna.com, 1 w8less.nl, 1 w8wat.com, 1 w9297.co, 1 @@ -146221,6 +147137,7 @@ wahrnehmungswelten.de, 1 wai-in.com, 1 wai.run, 1 +waibit.io, 1 waidfrau.de, 1 waifu-technologies.com, 1 waifu-technologies.moe, 1 @@ -146229,12 +147146,12 @@ waikatowebdesigners.com, 1 wail.net, 1 waimanu.io, 1 -waiomizik.re, 1 waisster.com, 1 waistawayuk.co.uk, 1 waitabu.org, 1 waits.io, 1 waiwaisw.com, 1 +waiwei.ml, 1 waixingrenfuli.vip, 1 wajtc.com, 1 wak.io, 1 @@ -146256,10 +147173,10 @@ wakf456.com, 1 wakpamnilake-nsn.gov, 1 wakullaelectionfl.gov, 1 +wakullavotes.gov, 1 wakuwakustudyworld.co.jp, 0 walaa.com.co, 1 walaamohamed.com, 1 -walden-interiors.com, 1 waldenvt.gov, 1 waldenwritingcenter.ml, 1 waldgourmet.de, 1 @@ -146283,6 +147200,7 @@ walker-foundation.org, 1 walkera-fans.de, 1 walkercorp.com.au, 1 +walkercountytx.gov, 1 walkerfoundation.org.au, 1 walkergroup.com.au, 1 walkermi.gov, 1 @@ -146337,7 +147255,6 @@ wallmarketing.cz, 1 wallmounttvinstallation.com, 1 wallnot.dk, 1 -wallofclocks.com, 1 wallpaperstreet.tk, 1 wallpapertag.com, 1 wallpaperup.com, 1 @@ -146355,6 +147272,7 @@ walma.re, 1 walnus.com, 1 walnutgaming.com, 1 +walnutgrovemo.gov, 1 walnutvalleywater.gov, 1 walpu.ski, 1 walpuski.com, 1 @@ -146493,8 +147411,8 @@ wardpieters.nl, 1 wardpieters.online, 1 wardpieters.xyz, 1 +wardsborovt.gov, 1 wardslager.com, 1 -warebouncycastles.co.uk, 1 warehost.de, 0 warekon.com, 1 warekon.dk, 1 @@ -146544,6 +147462,7 @@ warrencountynj.gov, 1 warrencountypa.gov, 1 warrencountyva.gov, 1 +warrenct.gov, 1 warrenfisher.net, 1 warrenhousevets.co.uk, 1 warrenmi.gov, 1 @@ -146577,8 +147496,8 @@ was.ch, 1 wasabiwallet.co, 1 wasabiwallet.io, 1 -wasafat.com, 1 wasatchconstables.com, 1 +wasatchcounty.gov, 1 waschmaschinen-dienst.de, 1 waschpark-hantschel.de, 1 wasd.ms, 1 @@ -146610,7 +147529,6 @@ washingtoncountytx.gov, 1 washingtoncountywi.gov, 1 washingtonnewsz.com, 1 -washingtonregisteredagent.io, 1 washingtontwpacpa.gov, 1 washingtonviews.com, 1 washingtonwatchdog.org, 1 @@ -146629,6 +147547,7 @@ wastewise.com, 0 wasticker.ru, 1 wastrel.ch, 1 +wasys.com.br, 1 wat.sh, 1 wataclinic.com, 1 watari-bg.com, 1 @@ -146647,7 +147566,6 @@ watchhentai.co, 1 watchinventory.com, 1 watchjavidol.com, 1 -watchliveipl.com, 1 watchmetech.com, 1 watchmode.com, 1 watchmoviesgallery.com, 1 @@ -146684,6 +147602,7 @@ waterforlifecharity.org, 1 waterheaterleaguecity.com, 1 waterhouse.tk, 1 +waterjetsale.com, 1 waterlanders.tk, 1 waterlandtuinen.be, 1 waterleeftinbeek.nl, 1 @@ -146737,6 +147656,7 @@ wattpad.com, 1 watvindtnederland.com, 1 watzijnmijnkerntalenten.nl, 1 +waukee.gov, 1 waukeect.com, 1 waupacacounty-wi.gov, 1 waupacawi.gov, 1 @@ -146753,6 +147673,7 @@ waveestetic.com, 1 waveletscreative.org, 1 wavelifesciences.com, 1 +wavenetwork.com.au, 1 wavengine.com, 0 waveous.com, 1 wavered.cf, 1 @@ -146768,6 +147689,7 @@ waxcollectibles.com, 1 waxdramatic.com, 1 waxlrs.com, 1 +waxmelts.com.au, 1 way2earning.com, 1 way2tech.de, 1 wayaberolodge.com, 1 @@ -146783,7 +147705,7 @@ waynecountyne.gov, 1 waynecountyny.gov, 1 waynecountyoh.gov, 1 -waynefarms.com, 1 +waynefarms.com, 0 wayneforeman.com, 1 waynefranklin.com, 1 waynehartman.com, 1 @@ -146791,6 +147713,7 @@ waynesboropa.gov, 1 waynescottlcsw.com, 1 waynetworking.com, 1 +waynewashcowi.gov, 1 wayofleaf.com, 1 wayohoo.net, 1 waysandlore.consulting, 1 @@ -146810,6 +147733,7 @@ wb256.com, 1 wba.or.at, 1 wbbauth.de, 1 +wbbrinquedoseducativos.com.br, 1 wbbwbwebweb.cf, 1 wbca.ca, 1 wbcasaverde.co, 1 @@ -146836,7 +147760,7 @@ wbut.ml, 1 wby.by, 1 wby.tw, 1 -wc-is.com, 1 +wc-is.com, 0 wc3modding.ml, 1 wc64.org, 1 wca.link, 1 @@ -146920,6 +147844,7 @@ wearebase.com, 1 wearebfi.co.uk, 1 wearecreator.uk, 1 +wearecrew.io, 1 wearedevs.net, 1 wearefestival.ml, 1 weareflo.com, 1 @@ -146930,6 +147855,7 @@ weareincognito.org, 1 wearemarketing.com, 1 wearemojo.com, 1 +wearenh.gov, 1 wearepapermill.co, 1 wearepapermill.com, 1 wearepoo.com, 1 @@ -146959,6 +147885,7 @@ weavabel.com, 0 weaveral.gov, 1 weavers.space, 1 +weavile.art, 1 web-3.ru, 1 web-advisor.co.uk, 1 web-aps.tk, 1 @@ -147100,7 +148027,6 @@ webcollect.org.uk, 1 webcollector.ga, 1 webcontrol.tk, 1 -webconverge.nl, 1 webcookies.org, 1 webcover.fr, 1 webcrazy.ga, 1 @@ -147132,7 +148058,7 @@ webdevxp.com, 1 webdgc.ro, 1 webdieta.tk, 1 -webdietrolequinte.it, 1 +webdietrolequinte.it, 0 webdig.pt, 1 webdl.org, 1 webdollarvpn.io, 1 @@ -147146,7 +148072,6 @@ webemployed.com, 1 webengage.com, 1 webenglish.se, 1 -weber-it.ch, 1 weber911.gov, 1 webera.lt, 1 webera.pro, 1 @@ -147180,7 +148105,7 @@ webgadgets.tk, 1 webgaku.net, 1 webgamex.ml, 1 -webgap.io, 0 +webgap.io, 1 webgarten.ch, 1 webgeneric.com, 1 webgeneric.in, 1 @@ -147195,7 +148120,6 @@ webhopp.com, 1 webhosting-erfahrungen.de, 1 webhosting4u.email, 0 -webhosting4u.gr, 1 webhostingblackfriday.deals, 1 webhostingempresas.com, 1 webhostingmagic.com, 1 @@ -147261,6 +148185,7 @@ webmail.onlime.ch, 0 webmail.schokokeks.org, 0 webmama.tk, 1 +webman.ng, 1 webmanagement.berlin, 0 webmandat.fr, 1 webmandesign.eu, 1 @@ -147288,6 +148213,7 @@ webmyhealth.com, 1 webnames.ca, 1 webnancy.tk, 1 +webnestify.cloud, 1 webnetmail4u.com, 1 webneuch.ch, 0 webneuch.com, 0 @@ -147300,7 +148226,6 @@ webnoob.net, 1 webo.agency, 1 webo.pl, 1 -weboffice.ro, 1 webofisin.com, 1 weboflies.tk, 1 webofthingsmarwane.xyz, 1 @@ -147368,11 +148293,11 @@ websiteboost.nl, 1 websitebuilder.org, 1 websitecalifornia.cf, 1 -websitecare.io, 1 websitecenter.tk, 1 websitecyber.com, 1 websitedesignersmalappuram.ga, 1 websitedesignprice.ga, 1 +websiteforengineers.com, 1 websiteforyou.nl, 0 websiteirani.tk, 1 websitelearners.cf, 1 @@ -147389,9 +148314,12 @@ websitesdemos.tk, 1 websiteservice.pro, 1 websitesthatwork.biz, 1 +websitestudio.fr, 1 websize.me, 1 +websktop.com, 1 websmartlink.tk, 1 websoftba.gq, 1 +websofts.co.in, 1 websolid.be, 1 websolutionbd.tk, 1 websouthdesign.com, 1 @@ -147408,6 +148336,7 @@ webstaurantstore.com, 1 websteam.tk, 1 webstellung.com, 1 +webstercountymo.gov, 1 webstergrovesmo.gov, 1 websternytoday.gov, 1 webstop.tk, 1 @@ -147432,6 +148361,7 @@ webtele.ga, 1 webtele.tk, 1 webtelegram.eu.org, 1 +webtematica.com, 1 webter.de, 1 webtobesocial.de, 1 webtodito.tk, 1 @@ -147440,6 +148370,7 @@ webtools-eqt.co.nz, 1 webtoolxl.net, 1 webtoolxl.nl, 1 +webtop.co.il, 1 webtoro.com, 1 webtorrent.io, 1 webtorrent.tk, 1 @@ -147518,7 +148449,6 @@ weddingz.in, 1 wedefendcharities.org, 1 wedeliverdavao.com, 1 -wedg.uk, 1 wedinspire.com, 1 wedontca.re, 1 wedontcaregroup.com, 1 @@ -147592,13 +148522,13 @@ wehiremac.uk, 1 weho.gov, 1 wehostdnn.com, 1 +wei-mao.com.ua, 1 weibohan.com, 1 weibomiaopai.com, 1 weideheuvel.org, 1 weidmannfibertechnology.com, 0 weien.org, 1 weig-karton.de, 1 -weighed.ga, 1 weightlift.ml, 1 weightlosseasy.cf, 1 weightlossoutcome.com, 1 @@ -147614,12 +148544,12 @@ weimingsci.cn, 1 weimz.com, 1 wein.cc, 1 -wein.co.kr, 1 weinbergerlawgroup.com, 1 weinboxbuilders.co.nz, 1 weinfuse.com, 0 weingut-bernd-klein.de, 1 weinundsein.com, 1 +weinvestventures.com, 1 weinzierlweb.com, 1 weiran.org.cn, 1 weirdcompany.net, 1 @@ -147686,16 +148616,15 @@ wellgora.com, 1 wellington.govt.nz, 1 wellist.com, 1 -wellness-alto-adige.net, 1 wellness-bonbon.de, 1 wellness-gutschein.de, 1 -wellness-spa-suedtirol.com, 1 wellnesscheck.net, 1 wellnesshotel-weimar.de, 1 wellnesslifestyletravel.com, 1 wellnessmama.com, 1 wellnessmassage-eitorf.de, 1 welloca.com, 1 +wellreceived.com, 1 wellsbourne.co.uk, 1 wellsolveit.com, 0 wellspringsga.com, 1 @@ -147749,7 +148678,6 @@ wendkom.com, 1 wendlberger.net, 1 wendu.me, 1 -wenducation.nl, 1 wendy-david.tk, 1 wendydarling.tk, 1 wendys-careers.com, 1 @@ -147766,7 +148694,6 @@ wenta-computerservice.net, 1 wenta.de, 1 wentu.ml, 1 -wentworthconsultinggroup.com, 1 wentyl.tk, 1 wenzthewanderer.gq, 1 weoneit.com, 1 @@ -147808,7 +148735,6 @@ werkenbijdfzs.nl, 0 werkenbijejk.nl, 1 werkenbijintertoys.nl, 1 -werkenbijjunis.nl, 1 werkenbijmagentazorg.nl, 1 werkenbijpromovendum.nl, 1 werkenbijsanitairwinkel.be, 1 @@ -147824,8 +148750,6 @@ werkslimreisslim.nl, 1 werkstattkinder.de, 1 werktuigen.nl, 1 -werkzeug-express.ch, 1 -werkzoeken.nl, 1 werlabs.se, 1 wermeester.be, 1 wermeester.com, 1 @@ -147841,7 +148765,6 @@ werxa.cz, 1 werxus.eu, 1 weryfikacjapodatnika.pl, 1 -weschool.id, 1 wesermarsch-bauelemente.de, 1 weserv.nl, 1 wesleyanbank.co.uk, 1 @@ -147851,7 +148774,6 @@ wesoco.de, 1 wespath.org, 1 wespeakgeek.co.za, 1 -wespeakk9.com, 1 wespringforward.com, 1 wesreportportal.com, 1 wessalicious.com, 1 @@ -147859,6 +148781,8 @@ wesselius.tk, 1 wessner.co, 0 wessner.org, 0 +wessobrunn.de, 1 +wessokind.de, 1 west-contemporary.com, 1 west-nerica.de, 1 west-raptors.tk, 1 @@ -147879,6 +148803,7 @@ westcoastcastles.com, 1 westcoastdrones.io, 1 westcoastdrones.net, 1 +westcoastfood.ca, 1 westcoastmarineadvisor.com, 1 westcoastmotors.co.uk, 1 westcode.de, 1 @@ -147891,8 +148816,10 @@ westernalliancebancorporation.com, 1 westernpadermatologist.com, 1 westernparts.com, 0 +westernpsychiatry.com.au, 1 westernresourceadvocates.org, 1 westernskydental.com, 1 +westernwaterca.gov, 1 westfairleevt.gov, 1 westfordwi.gov, 1 westfund.com.au, 1 @@ -148027,6 +148954,7 @@ wgsuyi.cf, 1 wgtrm.com, 1 wgyt.tk, 1 +wgzdy.top, 1 wh-guide.de, 1 wh-verwaltung.de, 1 wh.gov, 1 @@ -148061,6 +148989,7 @@ whatdevotion.com, 1 whatdevshouldknow.pl, 1 whatevents.tk, 1 +whateveritworks.org, 1 whatevername.tk, 1 whateverzone.ml, 1 whatfontis.com, 1 @@ -148275,6 +149204,7 @@ whoagirls.org, 1 whoami.eu.org, 1 whoami.io, 1 +whoami.red, 1 whocalld.com, 1 whocalled.us, 1 whocrushonme.com, 1 @@ -148292,6 +149222,7 @@ wholesalediamonds.tk, 1 wholesalediscountsunglasses.com, 1 wholesalegrowersdirect.com, 1 +wholesalehosting.co.uk, 1 wholesaleimages.com, 1 wholesalesuppliesplus.com, 1 wholesalewarehouses.net, 1 @@ -148372,6 +149303,7 @@ widecontrol.it, 1 wideinfo.org, 1 widejeans.tk, 1 +wideline.com.au, 1 widenews.org, 1 widescreenfixer.org, 1 wideshoes.com, 1 @@ -148394,7 +149326,6 @@ wieesgeht.com, 1 wiegandt.org, 1 wiegedaten.de, 1 -wiehenkrug.de, 1 wiek.net, 1 wieldberis.ru, 1 wieloswiat.pl, 1 @@ -148421,6 +149352,7 @@ wifipineapple.com, 1 wifirst.net, 1 wifishing.tk, 1 +wifree.lv, 1 wigan.ovh, 1 wiganer.tk, 1 wigelsworth.consulting, 1 @@ -148437,7 +149369,8 @@ wiiaam.com, 1 wiikipedia.com, 1 wiimotion.de, 1 -wiiplay.com, 1 +wiin.co, 1 +wiingy.com, 1 wiire.me, 0 wiisas.fi, 1 wijaya.net, 1 @@ -148532,7 +149465,6 @@ wikimediafoundation.info, 1 wikimediafoundation.net, 1 wikimediafoundation.org, 1 -wikimho.com, 1 wikimiasr.com, 1 wikimilk.org, 1 wikimir.tk, 1 @@ -148673,11 +149605,13 @@ wilfrid-calixte.fr, 0 wilhelm-nathan.de, 1 wilhelm-sattler-realschule.de, 1 +wilhelmhansenfonden.dk, 1 wilhelmina.com, 1 wili.li, 1 wiliquet.net, 1 wilk.tech, 0 wilkebouwer.nl, 1 +wilkes-barretownship.gov, 1 wilkipedia.org, 1 wilkushka.com, 1 wilkushka.net, 1 @@ -148708,7 +149642,7 @@ williamgoldberg.cf, 1 williamjohngauthier.net, 1 williamk.ga, 0 -williamle.com, 0 +williamle.com, 1 williamlong.info, 1 williammcgill.co, 1 williammcgill.com, 1 @@ -148769,6 +149703,7 @@ wilshirelawfirm.com, 1 wilson-lincoln-wi.gov, 1 wilsoncountync.gov, 1 +wilsonfire.com, 1 wilsonlanguage.com, 1 wilsonovi.com, 1 wilsonvilleoregon.gov, 1 @@ -148822,6 +149757,7 @@ windev.es, 0 windforme.com, 1 windgucker.de, 1 +windhamct.gov, 1 windia.me, 1 windice1.io, 1 windictus.net, 1 @@ -148833,7 +149769,7 @@ windowcleaningexperts.net, 1 windowreplacement.net, 1 windows, 1 -windows101tricks.com, 1 +windows101tricks.com, 0 windows11.com.br, 1 windows311.org, 1 windowsblogitalia.com, 1 @@ -148847,7 +149783,6 @@ windowslatest.com, 1 windowsnerd.com, 1 windowsru.com, 1 -windowstech.it, 0 windowsviet.com, 1 windowsworkstation.com, 1 windpay.ga, 1 @@ -148860,7 +149795,9 @@ windrunner.se, 1 windscribe.com, 1 windsock-app.com, 1 +windsorelectricalservice.com, 1 windsorite.ca, 1 +windsorrslsubbranch.com.au, 1 windstreamhosting.com, 1 windsurfercrs.com, 1 windturbine.tk, 1 @@ -148919,7 +149856,6 @@ winnebagocountyiowa.gov, 1 winnebagocountywi.gov, 1 winneconnesd3wi.gov, 1 -winner.cn, 1 winner.ua, 1 winnercivi.com, 1 winners.ca, 1 @@ -148931,6 +149867,7 @@ winnipegcomputerguy.tk, 1 winnlandscaping.com, 1 winona-area-scum.tk, 1 +winonamn.gov, 1 winoptical.com, 1 winov.com.br, 1 winphonemetro.com, 1 @@ -148945,10 +149882,10 @@ winsufi.biz, 1 wint.global, 1 wintark.com, 1 -wintechlab.com, 1 winter-auszeit.de, 1 winter-elektro.de, 1 winter-leak.ml, 1 +winter.ae, 1 winterbergwebcams.com, 1 wintercam.nl, 1 winterco.org, 1 @@ -148977,7 +149914,6 @@ winwiz1.com, 1 winxpclub.tk, 1 winzero.tk, 1 -wio.cn, 1 wiocha.pl, 1 wipa.tk, 1 wipayfinancial.com, 1 @@ -149024,6 +149960,7 @@ wiris.be, 1 wirkaufen.it, 1 wirkaufendeinau.to, 1 +wirken.info, 1 wirksportal.com, 1 wirkstatt-lq.at, 1 wirkstatt-lq.ch, 1 @@ -149055,6 +149992,7 @@ wisdomize.me, 1 wisdompills.shop, 1 wisdomteethonly.com, 1 +wisdomteethsydney.com.au, 1 wisdotplans.gov, 1 wise-parenting.com, 1 wise.jobs, 1 @@ -149102,6 +150040,7 @@ wiska.lat, 1 wiskundeonderzoek.tk, 1 wism.io, 1 +wisnz.co.nz, 1 wispmaeksmusic.tk, 1 wispsuperfoods.com, 1 wispyon.com, 1 @@ -149178,7 +150117,6 @@ wizardofhomes.com, 1 wizardschool.tk, 1 wizathon.com, 1 -wizdomonwheels.com, 1 wizzair.com, 1 wizzley.com, 1 wizznab.tk, 1 @@ -149236,7 +150174,6 @@ wmcpaphysicians.com, 1 wmcroboticsurgery.com, 1 wmcuk.net, 1 -wmda.info, 1 wmfusercontent.org, 1 wmi4.com, 1 wmkowa.de, 1 @@ -149271,7 +150208,10 @@ wo2forum.nl, 1 woadzs.com, 1 woah.how, 1 +woai.cf, 1 woaiuhd.com, 1 +woba.cf, 1 +woba.ml, 1 wobako.pl, 1 wobble.ninja, 1 wobblywotnotz.co.uk, 1 @@ -149285,12 +150225,16 @@ wodax.dk, 1 wodboss.com, 1 wodemo.com, 1 +wodi.cf, 1 +wodi.ml, 1 wodinaz.com, 1 wodka-division.de, 1 woeb.fr, 0 woelckner.com, 1 wofford-ecs.org, 0 woffu.com, 1 +woge.cf, 1 +woge.ml, 1 wogo.org, 1 woh.org, 1 woheni.de, 1 @@ -149317,7 +150261,6 @@ wokinghammotorhomes.com, 1 woktoss.com, 1 woldars.com, 1 -wolf-advies.nl, 1 wolf-haven.tk, 1 wolf333.com, 1 wolfachtal-alpaka.de, 1 @@ -149363,6 +150306,7 @@ wollongongbaptist.hopto.org, 1 wollwerk.org, 1 wolrdwidessl.net, 1 +wolsing.dk, 1 wolszon.me, 1 woltauth.de, 1 woltlab-demo.com, 1 @@ -149374,6 +150318,8 @@ wom.de, 1 womb.city, 1 wombatnet.com, 1 +wombatpass.com, 1 +wombatpass.com.au, 1 wombats.net, 1 wombere.org, 1 womcom.nl, 1 @@ -149448,6 +150394,7 @@ woodbornekitchens.com, 1 woodbridgegrp.com, 1 woodbury.io, 1 +woodburynj.gov, 1 woodcat.net, 1 woodcentral.com, 1 woodcock.cloud, 1 @@ -149473,6 +150420,8 @@ woodlandsvale.uk, 1 woodlandwindows.com, 1 woodlandwindows.net, 1 +woodlawnky.gov, 1 +woodlineds.com, 1 woodmaster23.ru, 0 woodminstermanagement.tk, 1 woodminsterrealty.com, 1 @@ -149550,6 +150499,7 @@ wordlessecho.com, 1 wordnietvindbaar.nl, 1 wordops.io, 1 +wordops.net, 1 wordpress-crm-plugin.com, 1 wordpress-crm.pl, 1 wordpress-inc.ru, 1 @@ -149558,6 +150508,8 @@ wordpress.com, 0 wordpressbot.tk, 1 wordpressdevelopment.ml, 1 +wordpressguru.pro, 1 +wordpresspro.guru, 1 wordregistrar.ga, 1 wordroid.net, 1 words-are-pictures.com, 1 @@ -149572,6 +150524,11 @@ wordxtra.net, 1 wordzite.com, 1 worf.in, 1 +wori.cf, 1 +wori.ga, 1 +wori.gq, 1 +wori.ml, 1 +wori.tk, 1 worio.co, 1 work-at-home.ga, 1 work-at-home.gq, 1 @@ -149734,6 +150691,7 @@ worldhomeuk.tk, 1 worldhomeusa.tk, 1 worldhosting.cf, 1 +worldinfusedcandles.com.au, 1 worldintercontinental.cf, 1 worldix.cf, 1 worldix.gq, 1 @@ -149787,7 +150745,6 @@ worldtempus.com, 1 worldtrandingnews.ml, 1 worldtravelmagazine.tk, 1 -worldtreechocolate.ca, 0 worldturkmans.tk, 1 worldupdatereviews.com, 1 worldviews-debattieren.de, 1 @@ -149846,7 +150803,6 @@ wotcheats.ru, 1 woti.dedyn.io, 1 wotlo.com, 1 -wotsunduk.ru, 1 wotter.me, 1 wotzadrot.com, 1 woudenberg.nl, 0 @@ -149889,6 +150845,8 @@ wows-mods.tk, 1 wows.sb, 1 wowsosellout.com, 1 +wox.ac, 1 +woyao.ml, 1 woyzeck.org, 1 wozalapha.com, 1 wozsun.com, 1 @@ -149927,16 +150885,15 @@ wpcharged.nz, 1 wpcheck.io, 1 wpckraft.ro, 1 -wpco.nl, 1 wpco.se, 1 wpcoupons.io, 1 wpcs.pro, 1 wpdev.com.au, 1 wpdublin.com, 1 -wpduta.com, 1 wpekspres.com, 1 wpetri.nl, 1 wpexpert.com.tr, 1 +wpexplainer.com, 1 wpexplorer.com, 1 wpformation.com, 1 wpforum.tk, 1 @@ -149947,17 +150904,18 @@ wphelpdesk.nl, 1 wphelpwithhomework.tk, 1 wphlive.tv, 1 -wphost.nl, 1 +wphost.nl, 0 wphostee.co.uk, 1 wphosting.ovh, 1 wpinabox.de, 1 wpinfos.de, 0 wpinsides.com, 1 -wpjzb.com, 1 +wpjzb.com, 0 wpknol.com, 1 wpldn.uk, 1 wpletter.de, 1 wplibrary.net, 1 +wplicious.com, 1 wplistings.pro, 1 wpmafias.com, 1 wpmatik.com, 1 @@ -149992,7 +150950,6 @@ wpsuites.com, 1 wptests.tk, 1 wpthemearchive.com, 1 -wpthemecloud.com, 1 wptotal.com, 1 wptrigone.fr, 1 wptrigone.net, 1 @@ -150038,7 +150995,6 @@ wrighttownshipottawami.gov, 1 wrighttownshippa.gov, 1 wringer.ga, 1 -wristreview.com, 1 write-right.net, 1 writeandedit-for-you.com, 1 writeaword.tk, 1 @@ -150066,13 +151022,13 @@ writingontablets.com, 1 writingpapersonlineformoney.ga, 1 writingservicesreviewsblog.net, 1 -writingtoserve.net, 1 writtenandrecorded.com, 1 writtenworld.bg, 1 wrm.sr, 1 wrmea.org, 1 wrmh343.org, 1 wrnck.cloud, 1 +wrnrw.com, 1 wroclawguide.com, 1 wrong.wang, 0 wrozbyonline.pl, 1 @@ -150081,6 +151037,7 @@ wrtv.com, 1 wrytin.com, 1 ws159.com, 1 +ws88.top, 1 wsa.org.nz, 1 wsa.poznan.pl, 1 wsadek.ovh, 1 @@ -150098,7 +151055,6 @@ wsgvet.com, 1 wsheffield.com, 1 wshop24.biz, 1 -wsiaca.org, 1 wsl.sh, 1 wsldp.com, 1 wsm-naramowice.pl, 1 @@ -150140,6 +151096,7 @@ wu-y.com, 1 wuaffiliate.tk, 1 wuast24.de, 1 +wubuwu.com, 1 wuchoamoveis.com.br, 1 wucke13.de, 1 wuellenweber.net, 1 @@ -150162,12 +151119,15 @@ wuki.li, 1 wuknet.com, 1 wuknet.net, 1 +wulai.cf, 1 +wulai.ml, 1 wulala.one, 1 wulcan-platinum.com, 1 wulel.cn, 0 wulfrun-invicta.tk, 1 wulkan-platinum.xyz, 1 wum.me, 1 +wuma.ml, 1 wumai-p.cn, 1 wumbo.cf, 1 wumbo.co.nz, 1 @@ -150204,10 +151164,12 @@ wuw.moe, 1 wuxian.ml, 0 wuya.eu.org, 1 +wuyifan.ga, 1 wuyuan.io, 1 wuz.com.tw, 1 wuzhuiso.com, 1 wv-n.de, 1 +wvbold.gov, 1 wvbvm.gov, 1 wvdn.com, 1 wvdnr.gov, 1 @@ -150335,7 +151297,7 @@ www.mygov.bd, 1 www.noisebridge.net, 1 www.opsmate.com, 1 -www.org.gg, 1 +www.org.gg, 0 www.paypal.com, 1 www.python.org, 1 www.re, 1 @@ -150402,11 +151364,15 @@ wyczaruj.pl, 1 wyday.com, 1 wydmy.com.pl, 1 +wygadani.online, 1 wygibanki.pl, 1 wygodnie.pl, 1 +wykedways.com, 1 wykop.pl, 0 wykopylodz.ga, 1 +wylark.com, 1 wyldfiresignage.com, 1 +wylecz-to.pl, 1 wylog.ph, 1 wynajemautkrakow.cf, 1 wynajemautkrakow.ga, 1 @@ -150416,6 +151382,7 @@ wynlv.com, 1 wyo.cam, 1 wyofitclubs.com, 1 +wyomingcountyny.gov, 1 wyomingcountypa.gov, 1 wyomingia.gov, 1 wyomingmi.gov, 1 @@ -150539,6 +151506,7 @@ x98z.com, 1 xa.search.yahoo.com, 0 xa1.uk, 0 +xa8.net, 1 xab199.com, 1 xab678.com, 1 xaba.tk, 1 @@ -150562,7 +151530,6 @@ xanhdecor.com, 1 xanny.family, 1 xantec.com.my, 1 -xanthitoday.gr, 1 xanthopoulos.me, 1 xants.de, 1 xanyl.de, 1 @@ -150655,12 +151622,12 @@ xb962.com, 0 xb965.com, 0 xb967.com, 1 -xb971.com, 1 +xb971.com, 0 xb972.com, 1 xb976.com, 1 xb980.com, 1 xb982.com, 1 -xb983.com, 1 +xb983.com, 0 xbanner.tk, 1 xbb.hk, 1 xbb.li, 1 @@ -150844,6 +151811,9 @@ xia.de, 1 xia100.xyz, 1 xiahdeh.com, 0 +xiai.cf, 1 +xiai.ga, 1 +xiai.ml, 1 xiamenshipbuilding.com, 1 xiamuzi.com, 1 xiangblog.com, 1 @@ -151016,6 +151986,7 @@ xinbo676.com, 1 xinebf.com, 0 xing.ml, 1 +xingai.ml, 1 xingyu1993.cn, 1 xingzuozixun.com, 1 xinlandm.com, 1 @@ -151043,6 +152014,10 @@ xiufeng.nl, 1 xiumu.org, 1 xiurenwang.co, 1 +xiuxiu.cf, 1 +xiuxiu.ga, 1 +xiuxiu.gq, 1 +xiuxiu.ml, 1 xiuxiumh01.cc, 1 xiuxiumh02.cc, 1 xixi.com, 1 @@ -151067,7 +152042,6 @@ xlbnas.cafe, 1 xldl.ml, 1 xlem.cn, 1 -xlfilippou.com, 1 xlink.com.pl, 1 xlmnews.today, 1 xlnaudio.com, 1 @@ -151154,6 +152128,7 @@ xn--12cg9bnm5ci2ag9hbcs17a.com, 1 xn--13-6kc0bufl.xn--p1ai, 1 xn--15tx89ctvm.xn--6qq986b3xl, 1 +xn--1985-43d6eta0a4g2a.xn--p1ai, 1 xn--1yst51avkr.ga, 1 xn--1yst51avkr.xn--6qq986b3xl, 1 xn--230ap0xpa.com, 1 @@ -151166,7 +152141,6 @@ xn--3bt625flzps8a.com, 1 xn--3btta.xn--fiqs8s, 1 xn--3btta.xn--fiqz9s, 1 -xn--3iqa.com, 1 xn--3js556addp80q.cn, 1 xn--3lqp21gwna.cn, 1 xn--3st814ec8r.cn, 1 @@ -151194,7 +152168,6 @@ xn--6x6a.life, 1 xn--72c1ar3gd6fvd.xn--o3cw4h, 1 xn--78je2j8a.cafe, 1 -xn--79q87uvkclvgd56ahq5a.net, 1 xn--7ca.co, 1 xn--7dvy22i.com, 1 xn--7or43h.jp, 1 @@ -151241,13 +152214,13 @@ xn--80afvgfgb0aa.xn--p1ai, 1 xn--80ah4f.xn--p1ai, 1 xn--80ahclcaoccacrhfebi0dcn5c1jh.xn--p1ai, 1 -xn--80ahcnlhmh.xn--p1ai, 1 xn--80ahjdhy.tk, 1 xn--80ahnefiifo0g.xn--p1ai, 1 xn--80aihgal0apt.xn--p1ai, 1 xn--80ajuk.xn--p1ai, 1 xn--80akjfhoqm2h2a.xn--p1ai, 1 xn--80aknjgrv.tk, 1 +xn--80aleen8i.site, 1 xn--80ancacgircb8q.xn--p1ai, 1 xn--80anogxed.xn--p1ai, 1 xn--80aocgsfei.xn--p1ai, 1 @@ -151380,7 +152353,6 @@ xn--ehqy0ag27f64i.xyz, 1 xn--elsignificadodesoar-c4b.com, 1 xn--eo5aaa.eu.org, 1 -xn--eqr523b.com, 1 xn--erban-e9b.ro, 1 xn--erklderbarenben-slbh.dk, 1 xn--ertvg-pra.no, 1 @@ -151397,10 +152369,12 @@ xn--fiqs8syvac75bffa172w.cn, 1 xn--fiqs8syvak73af2cw10h.cn, 1 xn--flskeklubben-7cb.dk, 1 +xn--flsterstollen-xob.com, 1 xn--fp8h58f.ws, 1 xn--fp8hm6b.ws, 1 xn--frankierknig-djb.de, 1 xn--frauenrztin-wedel-vqb.de, 1 +xn--frderer-n2a.de, 1 xn--fretagsfinanser-8sb.se, 1 xn--fs5ak3f.com, 1 xn--g1abhqbgs.xn--p1ai, 1 @@ -151412,7 +152386,6 @@ xn--grnderlehrstuhl-0vb.de, 1 xn--grnstrm-r1ae.nu, 1 xn--gs8h.eu.org, 1 -xn--gstehaus-leipzig-vnb.de, 0 xn--gu1a.moe, 1 xn--h-1ga.net, 1 xn--h1aaahdlb4aki4h.xn--p1ai, 1 @@ -151440,7 +152413,6 @@ xn--itts1a.xn--fiqs8s, 1 xn--itts1a.xn--fiqz9s, 1 xn--j1afcdm4f.xn--p1ai, 1 -xn--j1agcso.xn--p1ai, 1 xn--j1aoca.xn--p1ai, 1 xn--j4h.cf, 1 xn--j8se.com, 1 @@ -151526,7 +152498,6 @@ xn--oiqt18e8e2a.eu.org, 1 xn--oj-uu2c9c422w3mh.com, 0 xn--okra.xn--6qq986b3xl, 1 -xn--owsz47f6mh.xn--6qq986b3xl, 1 xn--p2v.xn--fiqs8s, 1 xn--p2v.xn--fiqz9s, 1 xn--p3t555glxhnwa.com, 1 @@ -151577,6 +152548,7 @@ xn--skmotoroptimering-zzb.site, 1 xn--spenijmazania-yhc.pl, 1 xn--spiraphnix-olb.xyz, 1 +xn--srbarhetsskanning-8qb.se, 1 xn--srenpind-54a.dk, 1 xn--strandhaus-hinter-der-dne-1wc.de, 1 xn--stubbfrsning-uppsala-hzb.se, 1 @@ -151651,7 +152623,6 @@ xnativi.pl, 1 xnet-x.net, 1 xnetwork.ml, 1 -xninja.xyz, 1 xniver.se, 1 xnix.tk, 1 xnoe.moe, 1 @@ -151661,8 +152632,8 @@ xnsir.com, 1 xntrik.wtf, 1 xnu.kr, 1 -xnxxnick.com, 1 xnxxporns.com, 1 +xo.wtf, 1 xoan.cf, 1 xobotun.com, 1 xocc.cc, 1 @@ -151679,12 +152650,14 @@ xor.ai, 1 xor.cat, 1 xor.tools, 1 +xorion.pl, 1 xorm.io, 1 xormatic.com, 1 xosh.fr, 1 xotictrends.com, 1 xotika.tv, 1 xoutpost.com, 1 +xoxo.news, 1 xp-ochrona.pl, 1 xp.ht, 1 xp.nsupdate.info, 1 @@ -151740,12 +152713,18 @@ xpsinnovation.com, 1 xpsnow.net, 1 xpsrobotics.com, 1 +xptrack.com, 1 xpwn.cz, 0 xq.com, 1 xqin.net, 1 xqk7.com, 1 xqsuperschool.org, 1 xqwqx.com, 1 +xr5.exchange, 1 +xr5.me, 1 +xr5.mobi, 1 +xr5.technology, 1 +xr5exchange.com, 1 xrayreview.ml, 1 xrbox.me, 1 xrdd.de, 1 @@ -151891,7 +152870,11 @@ xubo666.com, 1 xuc.me, 1 xucha.ml, 1 +xueaiai.cf, 1 +xueaiai.com, 1 +xueaiai.ml, 1 xueanquan.com, 1 +xuecheng.com, 1 xuedianshang.com, 1 xuehao.net.cn, 1 xuehao.tech, 1 @@ -151992,8 +152975,6 @@ xylerfox.ca, 1 xyloefarmoges.gr, 0 xylos.nl, 1 -xynolabs.com, 1 -xynonet.de, 1 xynta.ch, 1 xyquadrat.ch, 1 xyrexwolf-sebastien-izambard.tk, 1 @@ -152151,6 +153132,7 @@ ya-zdorova.tk, 1 ya.mk, 1 yaay.com.br, 1 +yaay.today, 1 yaazhtech.com, 1 yaballe.com, 1 yabbr.com.au, 1 @@ -152227,7 +153209,6 @@ yamadaya.tv, 1 yamagata-fujinka.jp, 1 yamagata-healing.com, 1 -yamahaoutboards.com, 1 yamaken.jp, 1 yamal-online.ml, 1 yamal159263.ml, 1 @@ -152255,7 +153236,6 @@ yan.net.cn, 0 yan3321.com, 1 yanaduday.com, 1 -yanagibashi.de, 1 yanagibashi.me, 1 yananikitina.site, 1 yanaya-k.jp, 1 @@ -152275,6 +153255,7 @@ yangwang.tk, 1 yangxi.tech, 1 yangyi.ml, 1 +yangzi.ml, 1 yanhongming.net, 1 yanik.info, 1 yanisvaroufakis.eu, 1 @@ -152283,7 +153264,6 @@ yann.tw, 1 yanngraf.ch, 0 yannic.world, 0 -yannick.cloud, 1 yannickkordel.de, 1 yannickkordel.eu, 1 yannickvdvelde.tk, 1 @@ -152296,7 +153276,6 @@ yansurachman.web.id, 1 yantarniy.tk, 1 yantox.com, 1 -yanwo.com.tw, 1 yaodownload.com, 1 yaoge123.com, 1 yaourtiere.info, 1 @@ -152331,7 +153310,6 @@ yapanwang.com, 1 yapaytech.com, 1 yapdentalsurgery.com, 1 -yapeal.ch, 1 yapmaz.com, 1 yapper.fr, 1 yappy.com, 1 @@ -152469,10 +153447,12 @@ yeecord.tk, 1 yeesker.com, 1 yekaterinburg-city.tk, 1 +yellcountyar.gov, 1 yello.co, 1 yellow.ai, 1 yellow.place, 1 yellowball.fm, 1 +yellowbrick.co, 1 yellowcanary.com.au, 1 yellowcar.website, 1 yellowfolder.com, 1 @@ -152487,6 +153467,7 @@ yellowtaillasvegas.com, 1 yellowtails.co.jp, 1 yellowtrace.net.au, 1 +yellsystem.co.jp, 1 yelp.at, 1 yelp.be, 1 yelp.ca, 1 @@ -152536,7 +153517,6 @@ yennhi.co, 1 yenpape.com, 1 yep-pro.ch, 0 -yepaa.be, 1 yepbitcoin.com, 1 yephy.com, 0 yepu.cc, 1 @@ -152584,14 +153564,19 @@ yetivisite.ch, 1 yetkiliservisrehberi.com, 1 yeu.io, 1 +yewan.cf, 1 +yewan.ml, 1 yewtu.be, 1 yex.nz, 1 yex.trade, 1 +yezhan.ml, 1 +yezhong.cf, 1 +yezhong.ml, 1 yezi.ga, 1 yezishurb.site, 1 yf128.cc, 1 yfcampus.com, 1 -yfeer.com, 1 +yfeer.com, 0 yfengs.moe, 1 yfh.me, 1 yflix.xyz, 0 @@ -152621,6 +153606,11 @@ yhrd.org, 1 yhsh.xyz, 1 yhwj.top, 0 +yiai.cf, 1 +yiai.ga, 1 +yiai.gq, 1 +yiai.ml, 1 +yiai.tk, 1 yibaochina.com, 1 yibaoweilong.top, 1 yibei-original.com, 1 @@ -152644,8 +153634,6 @@ yiguan.me, 1 yigujin.cn, 1 yiheng.moe, 0 -yihome.com.tw, 1 -yihome.tw, 1 yihouse.tw, 1 yijia.support, 1 yijingying.com, 0 @@ -152668,15 +153656,16 @@ yingyj.com, 1 yingzi.ml, 1 yinlei.org, 1 +yinwa.cf, 1 +yinwa.ml, 1 yinyang.jp, 1 yiyuanzhong.com, 1 yiz96.com, 1 yizhihuang.org, 1 yj4p.com, 1 yjav.tv, 1 -yjav8.com, 1 -yjav9.com, 1 yjdevtech.com, 1 +yjrk.cc, 1 yjsoft.me, 1 yjsp.tv, 1 yjst.cn, 1 @@ -152691,6 +153680,7 @@ yl8.com, 1 ylanan.tk, 1 ylde.de, 1 +yliarb.ru, 1 ylilauta.org, 1 ylivemusic.com, 1 ylromania.ro, 1 @@ -152717,6 +153707,7 @@ yn.org.nz, 1 ynamly.site, 1 ynode.com, 1 +ynrrsr.com, 1 yo-digital.ga, 1 yoa.st, 1 yoannlatzer.com, 1 @@ -152737,6 +153728,7 @@ yodaremote.tk, 1 yodelmobile.com, 1 yodocon.com, 1 +yofi-yofi.com, 1 yoga-alliance-teacher-training.com, 1 yoga-bien-etre.com, 1 yoga-erde.de, 1 @@ -152745,7 +153737,6 @@ yoga-m.fr, 0 yoga-masterskaya.ru, 1 yoga-mindfulness-ibiza.com, 1 -yoga-mindfulness-ibiza.nl, 1 yoga-prive.de, 1 yoga-school.xyz, 1 yoga-vakantie-ibiza.nl, 1 @@ -152794,7 +153785,6 @@ yolandgao.me, 1 yolks.in, 1 yolo-csgo.com, 1 -yolo.cn, 1 yolo.vn, 1 yolobert.de, 1 yoloboatrentals.com, 1 @@ -152805,13 +153795,13 @@ yoloyolo.top, 0 yombo.net, 1 yomena.in, 1 +yomeuno.com, 1 yomiren.co.jp, 1 yomyyomy.co.jp, 1 yon.co.il, 0 yonalink.com, 1 yoneda-paint.com, 1 yonema.com, 1 -yonetilenhizmetler.com, 1 yongbin.org, 1 yongkang-clinic.com.tw, 1 yongseovn.net, 1 @@ -152824,8 +153814,8 @@ yooooex.com, 1 yoopies.fr, 1 yooptopian.com, 0 -yoozapi.com, 1 yoozik.io, 1 +yooznet.com, 1 yopers.com, 0 yoplait.com, 1 yopmail.com, 1 @@ -152863,7 +153853,7 @@ yorktest.com, 1 yorname.ml, 0 yornik.nl, 1 -yoru.me, 1 +yoru.me, 0 yoryo.com, 1 yosakoinight.com, 1 yosbeda.com, 1 @@ -152894,7 +153884,6 @@ youavtube.com, 1 youbehero.com, 1 youber.cz, 1 -youc.ir, 1 youcanbook.me, 0 youcanfinance.com.au, 1 youcanfuckoff.xyz, 1 @@ -152963,7 +153952,6 @@ youngdevotion.net, 1 youngdevotion.org, 1 youngfree.cn, 1 -youngguns.club, 1 younglabour.co.nz, 1 younglabour.nz, 1 younglabour.org.nz, 1 @@ -152973,7 +153961,6 @@ youngsook.org, 1 youngsophie.net, 1 youngsoulstudios.com, 0 -youngster.cn, 1 youngsvillenc.gov, 1 youngtube.one, 1 youngvoicesmatter.org, 1 @@ -153003,8 +153990,6 @@ yourazbraces.com, 1 yourbenefitsresources.com, 1 yourberksbucksoxon.wedding, 1 -yourbittorrent.com, 1 -yourbittorrent2.com, 1 yourblazeguard.com, 1 yourbodyknows.dk, 1 yourbodyknows.is, 1 @@ -153045,8 +154030,6 @@ yourforcesupport.events, 1 yourforcesupport.me, 1 yourforcesupport.net, 1 -yourforcesupport.pro, 1 -yourforcesupport.us, 1 yourforex.org, 1 yourfriendlytech.com, 1 yourfuntrivia.com, 1 @@ -153061,13 +154044,13 @@ yourhertsbeds.wedding, 1 yourhomeloanapprovals.com.au, 1 yourhrworld.com, 1 -yourhumandesign.ch, 1 yourkent.wedding, 1 yourkit.com, 1 yourkrabivilla.com, 1 yourlanguages.de, 1 yourlifespirit.de, 1 yourloan.gq, 1 +yourlocalsecurity.com, 1 yourlondon.wedding, 1 yourlovesong.com.mx, 1 yourmagicstory.tk, 1 @@ -153104,7 +154087,6 @@ youruseragent.info, 1 yourwatchdesign.co.uk, 1 yourwestmidlands.wedding, 1 -yourwise.tech, 1 yourworlds.cf, 1 youryorkshire.wedding, 1 yourznc.com, 1 @@ -153134,6 +154116,7 @@ youthopportunitieshub.com, 1 youthpassageways.org, 1 youthpolicy.org, 1 +youthreach.org, 1 youthrules.gov, 1 youthsadda.com, 1 youtous.me, 1 @@ -153153,7 +154136,6 @@ youyoulemon.com, 1 youyuan.rocks, 1 youyuandesign.top, 1 -yovada.com, 1 yovko.net, 0 yoyojobs.tk, 1 yoyoost.duckdns.org, 1 @@ -153185,8 +154167,8 @@ yrx.me, 1 yryz.net, 1 ysearc.tk, 1 +ysff.me, 1 ysfridge.com, 1 -ysicing.me, 1 ysicorp.com, 1 ysmedia.jp, 1 yspa.tv, 1 @@ -153238,6 +154220,7 @@ yudin.ga, 1 yue.la, 1 yue2.net, 1 +yueeeyueee.com, 1 yuema.net.cn, 1 yuer.sytes.net, 1 yugasun.com, 1 @@ -153258,7 +154241,6 @@ yukari.cafe, 1 yuki-nagato.com, 1 yuki.xyz, 1 -yukiblog.tw, 1 yukict.com, 1 yukieda.com, 1 yukigroup.ru, 1 @@ -153290,6 +154272,7 @@ yumacountyco.gov, 1 yumechi.jp, 1 yumepolo.com, 1 +yumi2.jp, 1 yumiandryan.com, 1 yumisign.com, 1 yumli.net, 1 @@ -153353,7 +154336,6 @@ yuzei.ml, 1 yuzei.tk, 1 yuzu.tk, 1 -yuzulia.work, 0 yuzurisa.com, 1 yvabph.com, 1 yvb.moe, 1 @@ -153379,6 +154361,10 @@ yxcpapp13.com, 1 yxcpapp14.com, 1 yxhlz.com, 1 +yxlon.cn, 1 +yxlon.co.jp, 1 +yxlon.com, 1 +yxlon.de, 1 yxt521.com, 1 yy-s.net, 1 yy153.com, 0 @@ -153571,7 +154557,6 @@ zac.cy, 1 zacarias.com.ar, 1 zacatecasmeetings.com, 1 -zacbrown.org, 1 zacchaeus.co.uk, 1 zacco.site, 1 zach.codes, 1 @@ -153601,10 +154586,8 @@ zadroweb.com, 1 zaelkids.it, 1 zaem.tv, 1 -zafago.com, 1 zaferaniehearing.com, 1 zaferbalkan.com, 1 -zaffit.com, 1 zaffittv.com, 1 zaffittv.mx, 1 zaffke.co, 1 @@ -153628,7 +154611,6 @@ zahnarzt.se, 1 zahnarztpraxis-schaerding.at, 1 zahnarztpraxis-simone-koch.de, 1 -zahnmedizinzentrum.com, 0 zahnraddruckerei.de, 1 zahrowski.com, 1 zaija.tk, 1 @@ -153751,8 +154733,18 @@ zanthra.com, 1 zanzariere.roma.it, 1 zanzo.cz, 1 +zaoai.cf, 1 +zaoai.ga, 1 +zaoai.gq, 1 +zaoai.ml, 1 +zaoai.tk, 1 zaoext.com, 1 zaorejas.tk, 1 +zaoren.cf, 1 +zaoren.ga, 1 +zaoren.gq, 1 +zaoren.ml, 1 +zaoren.tk, 1 zap-mag.ru, 1 zapamini.ml, 1 zaparoh.com, 1 @@ -153850,6 +154842,8 @@ zayzoh.com, 1 zazaradio.tk, 1 zazemleno.com, 1 +zazhong.cf, 1 +zazhong.ml, 1 zazza.tk, 1 zbanks.cn, 1 zberger.com, 1 @@ -153880,7 +154874,7 @@ zd1010.com, 1 zd1515.com, 0 zd209.com, 1 -zd235.com, 1 +zd235.com, 0 zd236.com, 1 zd273.com, 1 zd275.com, 1 @@ -153905,7 +154899,6 @@ zd6883.com, 1 zd6885.com, 1 zd6886.com, 1 -zd6889.com, 1 zd6893.com, 1 zd6896.com, 1 zd6898.com, 1 @@ -153931,7 +154924,6 @@ zd8869.com, 1 zd8882.com, 1 zd9090.com, 1 -zd9797.com, 1 zdbl.de, 1 zdcs.com, 1 zdenek-hejl.com, 1 @@ -153941,7 +154933,6 @@ zdenekspacek.cz, 1 zdenekvecera.cz, 1 zdev.me, 1 -zdnba.com, 1 zdorov-blog.gq, 1 zdorov.by, 1 zdorovayasimya.com, 1 @@ -154137,7 +155128,6 @@ zepter.gq, 1 zepter.ml, 1 zer0.de, 0 -zercutie.com, 1 zerg.uk, 1 zergy.net, 1 zerium.ml, 1 @@ -154167,7 +155157,6 @@ zerofox.gq, 1 zerofy.de, 0 zerohash.com, 1 -zeroheight.com, 1 zeroknowledge.me, 1 zerolink.click, 1 zerolink.es, 1 @@ -154208,10 +155197,13 @@ zetaglobal.com, 1 zetamode.com, 1 zetasystem.jp, 1 +zetflix.pro, 1 zetflix.zone, 1 +zetflix24.online, 1 zettahertz.com, 1 zettaplan.ru, 1 zettaport.com, 1 +zettel.io, 1 zettlmeissl.de, 1 zety.com, 1 zety.es, 1 @@ -154242,7 +155234,7 @@ zfyl8.com, 1 zg-dyw.net, 1 zgan.ga, 1 -zgmining.com, 1 +zgmining.com, 0 zgndh.com, 1 zgrep.org, 1 zgw.cz, 1 @@ -154355,9 +155347,15 @@ zhuoyuelicai.com, 1 zhuqiang.com, 1 zhurnalyu.ga, 1 +zhz.moe, 1 zi.is, 1 zi5.net, 1 ziad87.net, 0 +ziai.cf, 1 +ziai.ga, 1 +ziai.gq, 1 +ziai.ml, 1 +ziaiai.com, 1 ziarajoias.com.br, 1 ziaulnmonzur.tk, 1 zible.io, 1 @@ -154391,6 +155389,7 @@ zijingbt.cn, 1 zijingbt.com, 1 zijingbt.net, 1 +zijn.co.zw, 1 zijspancross.tk, 1 zikinf.com, 1 zikipedia.ml, 1 @@ -154401,6 +155400,7 @@ zillertaleralpen.net, 1 zilon.com.co, 1 zilore.com, 1 +zilowtech.com, 1 zilpay.io, 1 zilsen.com, 1 zilsoft.net, 0 @@ -154440,12 +155440,15 @@ zionnationalpark.net, 1 zionsvillelocksmiths.com, 1 zip, 1 +zip4.pl, 1 zipalerts.com, 1 ziparcfhive.ga, 1 +zipatlas.com, 1 zipjobs.com, 1 zipkey.de, 1 zippie.tk, 1 zippo-days.me, 0 +zippricami.com, 1 zippyshare.com, 1 ziprecruiter.com, 1 ziqijiang.com, 0 @@ -154457,7 +155460,7 @@ ziroh.be, 1 ziron.com, 1 ziroux.net, 1 -zirrka.de, 0 +zirrka.de, 1 zirveyazilim.net, 1 zisoo.nl, 1 zistemo.com, 1 @@ -154492,7 +155495,6 @@ zkbitcoin.com, 1 zking.ga, 1 zklcdc.top, 0 -zklokotskehory.cz, 1 zko.pub, 1 zkocdn.com, 1 zkoclub.cn, 1 @@ -154544,7 +155546,6 @@ zlatamira.ru, 1 zlatan-ibrahimovic.tk, 1 zlatanonline.tk, 1 -zlatnictvoadamas.sk, 0 zlato.ua, 1 zlatograd.bg, 1 zlatom.ru, 1 @@ -154607,6 +155608,7 @@ znidar.org, 1 zniis.ru, 1 zning.net.cn, 1 +znjc.top, 1 znn.co.jp, 1 znowuwrocisz.pl, 1 znwvw.net, 1 @@ -154667,6 +155669,7 @@ zolotistyi-kofe.gq, 1 zolotoinform.ru, 1 zolotoioasis.ml, 1 +zolotoy-standart.com.ua, 1 zolucky.com, 1 zolushka-1950.tk, 1 zolw.info, 1 @@ -154715,6 +155718,7 @@ zonemaster.fr, 1 zonemaster.net, 1 zonepdf.com, 1 +zones.com, 1 zonesec.org, 1 zonesons.com, 1 zonewatcher.com, 1 @@ -154766,7 +155770,6 @@ zoowiki.us, 1 zooxdata.com, 1 zoppigioielli.com, 0 -zoptiks.com, 0 zopyx.com, 1 zor.com, 1 zorasvobodova.cz, 1 @@ -154812,19 +155815,18 @@ zovirax-cream.gq, 1 zovirax-cream.ml, 1 zovoscitvfu.cz, 1 -zovovo.com, 1 zowe.ru, 1 zoyride.com, 1 zozitdat.nl, 1 zoznamka.tk, 1 zoznamrealit.sk, 1 zozzle.co.uk, 1 -zp.do, 1 zp25.ninja, 1 zpasathagroup.com, 1 zpider.cloud, 1 zporno.sex, 1 zpozdeno.cz, 1 +zpozdrowieniem.pl, 1 zprogramming.tk, 1 zq.com.sg, 1 zqwqz.org, 1 @@ -154855,7 +155857,6 @@ zsofit.com.au, 1 zsoltbereczki.tk, 1 zsoltsandor.me, 1 -zsombor.net, 0 zsplesivec.cz, 1 zsq.im, 1 zsrbcs.com, 1 @@ -154885,6 +155886,7 @@ zudomc.me, 1 zuefle.net, 1 zuehlcke.de, 1 +zuehlke-coaching.de, 1 zuffel.com, 1 zufuribita.tk, 1 zug-anwalt.de, 0 @@ -154892,6 +155894,7 @@ zugspitz-region-gmbh.de, 1 zuhausejobs.at, 1 zuhausejobs.com, 1 +zuhauserealestate.com, 1 zuhur2021.tk, 1 zui.moe, 1 zuiderlokaal.nl, 1 @@ -154947,7 +155950,6 @@ zuyzi.com, 1 zuzumba.es, 1 zvcdn.de, 1 -zvejonys.lt, 1 zverovod.info, 1 zverskij-site.tk, 1 zvezdy-porno.ml, 1 @@ -154981,6 +155983,8 @@ zwyr157wwiu6eior.com, 1 zwz.cz, 1 zx1168.com, 0 +zxcs.me, 1 +zxcs.wiki, 1 zxdsj1.com, 1 zxe.com.br, 1 zxfiles.tk, 1 @@ -155018,7 +156022,6 @@ zyrex.eu.org, 1 zyria.de, 1 zyrillezuno.com, 1 -zyter.com, 1 zythromax.ga, 1 zyul.ddns.net, 1 zywave.co.uk, 1 @@ -155046,6 +156049,7 @@ zzops.org, 1 zzsec.org, 1 zzw.ca, 1 +zzz-diary.com, 1 zzzmode.com, 1 zzzz365.com, 0 zzzzz.click, 1 diff -Nru firefox-esr-102.11.0esr/security/manager/ssl/osclientcerts/src/lib.rs firefox-esr-102.12.0esr/security/manager/ssl/osclientcerts/src/lib.rs --- firefox-esr-102.11.0esr/security/manager/ssl/osclientcerts/src/lib.rs 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/security/manager/ssl/osclientcerts/src/lib.rs 2023-05-29 17:34:34.000000000 +0000 @@ -25,6 +25,7 @@ use pkcs11::types::*; use rsclientcerts::manager::{ManagerProxy, SlotType}; +use std::ffi::CStr; use std::sync::Mutex; use std::thread; @@ -38,13 +39,18 @@ #[cfg(target_os = "windows")] use crate::backend_windows::Backend; +struct ModuleState { + manager_proxy: ManagerProxy, + mechanisms: Vec, +} + lazy_static! { - /// The singleton `ManagerProxy` that handles state with respect to PKCS #11. Only one thread + /// The singleton `ModuleState` that handles state with respect to PKCS #11. Only one thread /// may use it at a time, but there is no restriction on which threads may use it. However, as /// OS APIs being used are not necessarily thread-safe (e.g. they may be using - /// thread-local-storage), the `ManagerProxy` forwards calls from any thread to a single thread - /// where the real `Manager` does the actual work. - static ref MANAGER_PROXY: Mutex> = Mutex::new(None); + /// thread-local-storage), the `ManagerProxy` of the `ModuleState` forwards calls from any + /// thread to a single thread where the real `Manager` does the actual work. + static ref MODULE_STATE: Mutex> = Mutex::new(None); } // Obtaining a handle on the manager proxy is a two-step process. First the mutex must be locked, @@ -52,12 +58,12 @@ // underlying manager proxy (if set - otherwise we return an error). This can't happen all in one // macro without dropping a reference that needs to live long enough for this to be safe. In // practice, this looks like: -// let mut manager_guard = try_to_get_manager_guard!(); -// let manager = manager_guard_to_manager!(manager_guard); -macro_rules! try_to_get_manager_guard { +// let mut module_state_guard = try_to_get_module_state_guard!(); +// let manager = module_state_guard_to_manager!(module_state_guard); +macro_rules! try_to_get_module_state_guard { () => { - match MANAGER_PROXY.lock() { - Ok(maybe_manager_proxy) => maybe_manager_proxy, + match MODULE_STATE.lock() { + Ok(maybe_module_state) => maybe_module_state, Err(poison_error) => { log_with_thread_id!( error, @@ -70,12 +76,24 @@ }; } -macro_rules! manager_guard_to_manager { - ($manager_guard:ident) => { - match $manager_guard.as_mut() { - Some(manager_proxy) => manager_proxy, +macro_rules! module_state_guard_to_manager { + ($module_state_guard:ident) => { + match $module_state_guard.as_mut() { + Some(module_state) => &mut module_state.manager_proxy, + None => { + log_with_thread_id!(error, "module state expected to be set, but it is not"); + return CKR_DEVICE_ERROR; + } + } + }; +} + +macro_rules! module_state_guard_to_mechanisms { + ($module_state_guard:ident) => { + match $module_state_guard.as_ref() { + Some(module_state) => &module_state.mechanisms, None => { - log_with_thread_id!(error, "manager expected to be set, but it is not"); + log_with_thread_id!(error, "module state expected to be set, but it is not"); return CKR_DEVICE_ERROR; } } @@ -91,11 +109,29 @@ /// This gets called to initialize the module. For this implementation, this consists of /// instantiating the `ManagerProxy`. -extern "C" fn C_Initialize(_pInitArgs: CK_C_INITIALIZE_ARGS_PTR) -> CK_RV { +extern "C" fn C_Initialize(pInitArgs: CK_C_INITIALIZE_ARGS_PTR) -> CK_RV { // This will fail if this has already been called, but this isn't a problem because either way, // logging has been initialized. let _ = env_logger::try_init(); - let mut manager_guard = try_to_get_manager_guard!(); + + if pInitArgs.is_null() { + return CKR_DEVICE_ERROR; + } + let init_args_ptr = unsafe { (*(pInitArgs as CK_C_INITIALIZE_ARGS_PTR)).pReserved }; + if init_args_ptr.is_null() { + return CKR_DEVICE_ERROR; + } + let init_args_cstr = unsafe { CStr::from_ptr(init_args_ptr as *mut std::os::raw::c_char) }; + let init_args = match init_args_cstr.to_str() { + Ok(init_args) => init_args, + Err(_) => return CKR_DEVICE_ERROR, + }; + let mechanisms = if init_args == "RSA-PSS" { + vec![CKM_ECDSA, CKM_RSA_PKCS, CKM_RSA_PKCS_PSS] + } else { + vec![CKM_ECDSA, CKM_RSA_PKCS] + }; + let mut module_state_guard = try_to_get_module_state_guard!(); let manager_proxy = match ManagerProxy::new(Backend {}) { Ok(p) => p, Err(e) => { @@ -103,15 +139,21 @@ return CKR_DEVICE_ERROR; } }; - match manager_guard.replace(manager_proxy) { - Some(_unexpected_previous_manager) => { + match module_state_guard.replace(ModuleState { + manager_proxy, + mechanisms, + }) { + Some(_unexpected_previous_module_state) => { #[cfg(target_os = "macos")] { - log_with_thread_id!(info, "C_Initialize: manager previously set (this is expected on macOS - replacing it)"); + log_with_thread_id!(info, "C_Initialize: module state previously set (this is expected on macOS - replacing it)"); } #[cfg(target_os = "windows")] { - log_with_thread_id!(warn, "C_Initialize: manager unexpectedly previously set (bravely continuing by replacing it)"); + log_with_thread_id!( + warn, + "C_Initialize: module state unexpectedly previously set (replacing it)" + ); } } None => {} @@ -121,8 +163,8 @@ } extern "C" fn C_Finalize(_pReserved: CK_VOID_PTR) -> CK_RV { - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); match manager.stop() { Ok(()) => { log_with_thread_id!(debug, "C_Finalize: CKR_OK"); @@ -160,12 +202,9 @@ CKR_OK } -/// This module has two slots. -const SLOT_COUNT: CK_ULONG = 2; -/// The slot with ID 1 supports modern mechanisms like RSA-PSS. -const SLOT_ID_MODERN: CK_SLOT_ID = 1; -/// The slot with ID 2 only supports legacy mechanisms. -const SLOT_ID_LEGACY: CK_SLOT_ID = 2; +/// This module has one slot. +const SLOT_COUNT: CK_ULONG = 1; +const SLOT_ID: CK_SLOT_ID = 1; /// This gets called twice: once with a null `pSlotList` to get the number of slots (returned via /// `pulCount`) and a second time to get the ID for each slot. @@ -184,8 +223,7 @@ return CKR_BUFFER_TOO_SMALL; } unsafe { - *pSlotList = SLOT_ID_MODERN; - *pSlotList.offset(1) = SLOT_ID_LEGACY; + *pSlotList = SLOT_ID; } }; unsafe { @@ -195,25 +233,18 @@ CKR_OK } -const SLOT_DESCRIPTION_MODERN_BYTES: &[u8; 64] = - b"OS Client Cert Slot (Modern) "; -const SLOT_DESCRIPTION_LEGACY_BYTES: &[u8; 64] = - b"OS Client Cert Slot (Legacy) "; +const SLOT_DESCRIPTION_BYTES: &[u8; 64] = + b"OS Client Cert Slot "; -/// This gets called to obtain information about slots. In this implementation, the tokens are -/// always present in the slots. +/// This gets called to obtain information about slots. In this implementation, the token is +/// always present in the singular slot. extern "C" fn C_GetSlotInfo(slotID: CK_SLOT_ID, pInfo: CK_SLOT_INFO_PTR) -> CK_RV { - if (slotID != SLOT_ID_MODERN && slotID != SLOT_ID_LEGACY) || pInfo.is_null() { + if slotID != SLOT_ID || pInfo.is_null() { log_with_thread_id!(error, "C_GetSlotInfo: CKR_ARGUMENTS_BAD"); return CKR_ARGUMENTS_BAD; } - let description = if slotID == SLOT_ID_MODERN { - SLOT_DESCRIPTION_MODERN_BYTES - } else { - SLOT_DESCRIPTION_LEGACY_BYTES - }; let slot_info = CK_SLOT_INFO { - slotDescription: *description, + slotDescription: *SLOT_DESCRIPTION_BYTES, manufacturerID: *MANUFACTURER_ID_BYTES, flags: CKF_TOKEN_PRESENT, hardwareVersion: CK_VERSION::default(), @@ -226,25 +257,19 @@ CKR_OK } -const TOKEN_LABEL_MODERN_BYTES: &[u8; 32] = b"OS Client Cert Token (Modern) "; -const TOKEN_LABEL_LEGACY_BYTES: &[u8; 32] = b"OS Client Cert Token (Legacy) "; +const TOKEN_LABEL_BYTES: &[u8; 32] = b"OS Client Cert Token "; const TOKEN_MODEL_BYTES: &[u8; 16] = b"osclientcerts "; const TOKEN_SERIAL_NUMBER_BYTES: &[u8; 16] = b"0000000000000000"; -/// This gets called to obtain some information about tokens. This implementation has two slots, -/// so it has two tokens. This information is primarily for display purposes. +/// This gets called to obtain some information about tokens. This implementation has one slot, +/// so it has one token. This information is primarily for display purposes. extern "C" fn C_GetTokenInfo(slotID: CK_SLOT_ID, pInfo: CK_TOKEN_INFO_PTR) -> CK_RV { - if (slotID != SLOT_ID_MODERN && slotID != SLOT_ID_LEGACY) || pInfo.is_null() { + if slotID != SLOT_ID || pInfo.is_null() { log_with_thread_id!(error, "C_GetTokenInfo: CKR_ARGUMENTS_BAD"); return CKR_ARGUMENTS_BAD; } let mut token_info = CK_TOKEN_INFO::default(); - let label = if slotID == SLOT_ID_MODERN { - TOKEN_LABEL_MODERN_BYTES - } else { - TOKEN_LABEL_LEGACY_BYTES - }; - token_info.label = *label; + token_info.label = *TOKEN_LABEL_BYTES; token_info.manufacturerID = *MANUFACTURER_ID_BYTES; token_info.model = *TOKEN_MODEL_BYTES; token_info.serialNumber = *TOKEN_SERIAL_NUMBER_BYTES; @@ -255,22 +280,20 @@ CKR_OK } -/// This gets called to determine what mechanisms a slot supports. The modern slot supports ECDSA, -/// RSA PKCS, and RSA PSS. The legacy slot only supports RSA PKCS. +/// This gets called to determine what mechanisms a slot supports. The singular slot supports +/// ECDSA and RSA PKCS1. Depending on the configuration the module was loaded with, it may also +/// support RSA PSS. extern "C" fn C_GetMechanismList( slotID: CK_SLOT_ID, pMechanismList: CK_MECHANISM_TYPE_PTR, pulCount: CK_ULONG_PTR, ) -> CK_RV { - if (slotID != SLOT_ID_MODERN && slotID != SLOT_ID_LEGACY) || pulCount.is_null() { + if slotID != SLOT_ID || pulCount.is_null() { log_with_thread_id!(error, "C_GetMechanismList: CKR_ARGUMENTS_BAD"); return CKR_ARGUMENTS_BAD; } - let mechanisms = if slotID == SLOT_ID_MODERN { - vec![CKM_ECDSA, CKM_RSA_PKCS, CKM_RSA_PKCS_PSS] - } else { - vec![CKM_RSA_PKCS] - }; + let module_state_guard = try_to_get_module_state_guard!(); + let mechanisms = module_state_guard_to_mechanisms!(module_state_guard); if !pMechanismList.is_null() { if unsafe { *pulCount as usize } < mechanisms.len() { log_with_thread_id!(error, "C_GetMechanismList: CKR_ARGUMENTS_BAD"); @@ -337,18 +360,16 @@ _Notify: CK_NOTIFY, phSession: CK_SESSION_HANDLE_PTR, ) -> CK_RV { - if (slotID != SLOT_ID_MODERN && slotID != SLOT_ID_LEGACY) || phSession.is_null() { + if slotID != SLOT_ID || phSession.is_null() { log_with_thread_id!(error, "C_OpenSession: CKR_ARGUMENTS_BAD"); return CKR_ARGUMENTS_BAD; } - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); - let slot_type = if slotID == SLOT_ID_MODERN { - SlotType::Modern - } else { - SlotType::Legacy - }; - let session_handle = match manager.open_session(slot_type) { + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); + // The "modern"/"legacy" slot distinction still exists in ipcclientcerts, + // which shares some library code with this module, to allow for a more + // nuanced notion of whether or not e.g. RSA-PSS is supported. + let session_handle = match manager.open_session(SlotType::Modern) { Ok(session_handle) => session_handle, Err(e) => { log_with_thread_id!(error, "C_OpenSession: open_session failed: {}", e); @@ -364,8 +385,8 @@ /// This gets called to close a session. This is handled by the `ManagerProxy`. extern "C" fn C_CloseSession(hSession: CK_SESSION_HANDLE) -> CK_RV { - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); if manager.close_session(hSession).is_err() { log_with_thread_id!(error, "C_CloseSession: CKR_SESSION_HANDLE_INVALID"); return CKR_SESSION_HANDLE_INVALID; @@ -376,18 +397,13 @@ /// This gets called to close all open sessions at once. This is handled by the `ManagerProxy`. extern "C" fn C_CloseAllSessions(slotID: CK_SLOT_ID) -> CK_RV { - if slotID != SLOT_ID_MODERN && slotID != SLOT_ID_LEGACY { + if slotID != SLOT_ID { log_with_thread_id!(error, "C_CloseAllSessions: CKR_ARGUMENTS_BAD"); return CKR_ARGUMENTS_BAD; } - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); - let slot_type = if slotID == SLOT_ID_MODERN { - SlotType::Modern - } else { - SlotType::Legacy - }; - match manager.close_all_sessions(slot_type) { + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); + match manager.close_all_sessions(SlotType::Modern) { Ok(()) => { log_with_thread_id!(debug, "C_CloseAllSessions: CKR_OK"); CKR_OK @@ -502,8 +518,8 @@ let attr = unsafe { &*pTemplate.add(i) }; attr_types.push(attr.attrType); } - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); let values = match manager.get_attributes(hObject, attr_types) { Ok(values) => values, Err(e) => { @@ -601,8 +617,8 @@ }; attrs.push((attr.attrType, slice.to_owned())); } - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); match manager.start_search(hSession, attrs) { Ok(()) => {} Err(e) => { @@ -627,8 +643,8 @@ log_with_thread_id!(error, "C_FindObjects: CKR_ARGUMENTS_BAD"); return CKR_ARGUMENTS_BAD; } - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); let handles = match manager.search(hSession, ulMaxObjectCount as usize) { Ok(handles) => handles, Err(e) => { @@ -658,8 +674,8 @@ /// This gets called after `C_FindObjectsInit` and `C_FindObjects` to finish a search. The module /// tells the `ManagerProxy` to clear the search. extern "C" fn C_FindObjectsFinal(hSession: CK_SESSION_HANDLE) -> CK_RV { - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); // It would be an error if there were no search for this session, but we can be permissive here. match manager.clear_search(hSession) { Ok(()) => { @@ -820,8 +836,8 @@ } else { None }; - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); match manager.start_sign(hSession, hKey, mechanism_params) { Ok(()) => {} Err(e) => { @@ -849,20 +865,21 @@ } let data = unsafe { std::slice::from_raw_parts(pData, ulDataLen as usize) }; if pSignature.is_null() { - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); match manager.get_signature_length(hSession, data.to_vec()) { Ok(signature_length) => unsafe { *pulSignatureLen = signature_length as CK_ULONG; }, Err(e) => { log_with_thread_id!(error, "C_Sign: get_signature_length failed: {}", e); + log_with_thread_id!(error, "C_Sign: try setting security.osclientcerts.assume_rsa_pss_support to false and restarting"); return CKR_GENERAL_ERROR; } } } else { - let mut manager_guard = try_to_get_manager_guard!(); - let manager = manager_guard_to_manager!(manager_guard); + let mut module_state_guard = try_to_get_module_state_guard!(); + let manager = module_state_guard_to_manager!(module_state_guard); match manager.sign(hSession, data.to_vec()) { Ok(signature) => { let signature_capacity = unsafe { *pulSignatureLen } as usize; @@ -878,6 +895,7 @@ } Err(e) => { log_with_thread_id!(error, "C_Sign: sign failed: {}", e); + log_with_thread_id!(error, "C_Sign: try setting security.osclientcerts.assume_rsa_pss_support to false and restarting"); return CKR_GENERAL_ERROR; } } diff -Nru firefox-esr-102.11.0esr/security/manager/ssl/tests/unit/test_osclientcerts_module.js firefox-esr-102.12.0esr/security/manager/ssl/tests/unit/test_osclientcerts_module.js --- firefox-esr-102.11.0esr/security/manager/ssl/tests/unit/test_osclientcerts_module.js 2023-05-04 16:01:17.000000000 +0000 +++ firefox-esr-102.12.0esr/security/manager/ssl/tests/unit/test_osclientcerts_module.js 2023-05-29 17:34:35.000000000 +0000 @@ -27,10 +27,7 @@ slot => slot.name ); testModuleSlotNames.sort(); - const expectedSlotNames = [ - "OS Client Cert Slot (Legacy)", - "OS Client Cert Slot (Modern)", - ]; + const expectedSlotNames = ["OS Client Cert Slot"]; deepEqual( testModuleSlotNames, expectedSlotNames, diff -Nru firefox-esr-102.11.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json firefox-esr-102.12.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json --- firefox-esr-102.11.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json 2023-05-04 16:01:19.000000000 +0000 +++ firefox-esr-102.12.0esr/services/settings/dumps/blocklists/addons-bloomfilters.json 2023-05-29 17:34:35.000000000 +0000 @@ -3,6 +3,321 @@ { "stash": { "blocked": [ + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.4.4", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.3.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.7.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.17.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.6.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.14.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.18.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.6.1", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.2.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.15.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.1.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.13.1", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.11.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.5.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.11.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.6.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.4.2", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.8.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.6.2", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.0.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.7.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.11.1", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.16.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.9.1", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.10.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.10.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:2.18.1", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.8.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.9.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.4.0", + "{ae283ad9-d906-495c-8a6d-80cb47cdafe4}:3.4.1" + ], + "unblocked": [] + }, + "schema": 1684953460387, + "key_format": "{guid}:{version}", + "stash_time": 1685126109141, + "id": "acf1eb33-4edf-43a9-9985-4e801655daa8", + "last_modified": 1685126272300 + }, + { + "stash": { + "blocked": [ + "{5eb24fdc-e6ad-47c4-8c15-44b588636e08}:1.0.0", + "{f2a47522-1d86-4828-b6fb-d02e849f1b69}:1.0.0.84", + "{f2a47522-1d86-4828-b6fb-d02e849f1b69}:1.0.0.99", + "{f2a47522-1d86-4828-b6fb-d02e849f1b69}:1.0.0.72" + ], + "unblocked": [] + }, + "schema": 1684928507098, + "key_format": "{guid}:{version}", + "stash_time": 1684953309170, + "id": "d28066e2-42bf-403a-a1ca-c275dc26114f", + "last_modified": 1684953460244 + }, + { + "stash": { + "blocked": [ + "{3d8a6a24-dc5c-4bb9-94b4-af93bb927769}:1.1.1", + "{3d8a6a24-dc5c-4bb9-94b4-af93bb927769}:1.1.0", + "{3d8a6a24-dc5c-4bb9-94b4-af93bb927769}:1.0.0", + "dattrinhquoc112@gmail.com:1.0" + ], + "unblocked": [] + }, + "schema": 1684348667733, + "key_format": "{guid}:{version}", + "stash_time": 1684780508803, + "id": "b5bc6dc7-67ec-4cd4-92e6-1d7d383bf37f", + "last_modified": 1684780660971 + }, + { + "stash": { + "blocked": [ + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.1", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.9", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.10", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.1.5", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.1.1", + "{90b8b50b-7774-4e1f-97f7-6236aeb602e0}:1.13", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.5", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.6", + "{e04311ef-40f0-4550-94bb-113b59905814}:1.11", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.6", + "{90b8b50b-7774-4e1f-97f7-6236aeb602e0}:1.12", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.1.2", + "{1c0be18d-f064-45a8-8d8e-693213b7fe89}:0.0.4", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.11", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.8", + "{90b8b50b-7774-4e1f-97f7-6236aeb602e0}:1.14", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.9", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.4", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.1.3", + "{1c0be18d-f064-45a8-8d8e-693213b7fe89}:0.0.1", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.4", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.3", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.7", + "{5e488213-b781-4633-93e0-51b6b9a88721}:1.8", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.1.0", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.1.4", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.2", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.7", + "{1c0be18d-f064-45a8-8d8e-693213b7fe89}:0.0.2", + "{4f124992-67f8-4dc7-bf05-b32d5d8fc103}:0.0.5", + "{1c0be18d-f064-45a8-8d8e-693213b7fe89}:0.0.3" + ], + "unblocked": [] + }, + "schema": 1684328661138, + "key_format": "{guid}:{version}", + "stash_time": 1684348509310, + "id": "cec859df-411f-4686-bc1b-6466118497ff", + "last_modified": 1684348667589 + }, + { + "stash": { + "blocked": [ + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.4.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.11", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.3.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.3.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.6.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.1.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.8", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.8", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.10", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.10", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.12", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.3.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.8", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.10.5581pre-2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.5.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.3.5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.7", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.13", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.10", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.13", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.5.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.4", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.9", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.7.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.18", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.7", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.23", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.4.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.20", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.2.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.6.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.11", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.9", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.8", + "InternetProtection@360safe.com:5.0.0.1021", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.10.5581pre-3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.7", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.6", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.13", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.4", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.5.4", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.2.2", + "qwantcomforfirefox@jetpack:0.0.7", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.21", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.6", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.5.6", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.14", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.3.3.6027pre-3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.5.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.3.4", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.14", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.6", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.3.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.6.5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.6.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.5.5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.6", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.12", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.2.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.7", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.6.4903pre-2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.3.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.3.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.2.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.1.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.22", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.4", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.6.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.3.4153pre-24", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.0.9", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.19", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.5.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.5.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.3.2.6015pre-5", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.15", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.9", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.1.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.8", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.2.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.17", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.3.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.10", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.15", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.4", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.3.6", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.6.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.16", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.6.4", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:1.7.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:3.0.9", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.12", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.11", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.5.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.2", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.4.3", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.0.7", + "InternetProtection@360safe.com:5.0.0.1024", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.17", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.1", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.5.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.1.0", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.7.14", + "{e5081791-0fdf-468b-bbfa-fcd5c0d9706f}:2.3.2" + ], + "unblocked": [] + }, + "schema": 1684317280149, + "key_format": "{guid}:{version}", + "stash_time": 1684326909468, + "id": "f298c8c0-a7b7-42e9-8f60-602600df4721", + "last_modified": 1684327076460 + }, + { + "stash": { + "blocked": [ + "{e2f07277-5969-43c1-8e5e-85d676c68364}:1.0.1", + "{2834416b-d287-4b39-b055-72a8282baf0d}:0.0.1", + "{c6a11873-ffca-4e03-a025-a8b1c44fbe9c}:1.0.0", + "{7ac678aa-a564-46ee-92ae-ceb4c58096ca}:4.2.0.36", + "{c9ba972b-4174-415b-b65d-83e44829cda1}:4.1.55", + "{7fcf25bf-1355-4ecb-a7ee-3e26b17f7bcc}:2.4.2", + "gartic@k3v1n.tech:1.0", + "{4c343050-e637-4337-ab18-7b552f276173}:1.0.0", + "aliceon_@outlook.com:5.4", + "{6cd3c722-4b72-4dac-be2b-65eac88cd039}:1.6.1.2063", + "{ccff8c9f-e0b4-480e-9633-6eb018ae5004}:1.0.1", + "{6aee34e5-d611-402a-a070-6590d00d0e0c}:1.0.0", + "{59f4c94c-ae4d-4c6e-86e5-3b8ca7b65e60}:1.0.0", + "{58f4e8dc-7421-479d-985a-8d6ae310c483}:9.0.40" + ], + "unblocked": [] + }, + "schema": 1684154270025, + "key_format": "{guid}:{version}", + "stash_time": 1684240508947, + "id": "3604863e-5af4-49aa-9270-426efd746b17", + "last_modified": 1684240662840 + }, + { + "stash": { + "blocked": [ + "{857bfb36-509c-48ba-93bf-6132ff3fa0a6}:1.1.4", + "{857bfb36-509c-48ba-93bf-6132ff3fa0a6}:1.1.3", + "{aa858ab4-60fa-4753-9b88-1d0d74212c93}:0.10" + ], + "unblocked": [] + }, + "schema": 1683902123727, + "key_format": "{guid}:{version}", + "stash_time": 1684154108306, + "id": "bb246100-ad27-4bc2-b248-753c5777ef81", + "last_modified": 1684154269897 + }, + { + "stash": { + "blocked": [ + "{c5f083aa-cf8d-47a9-b600-7080dcbefd1a}:1.0" + ], + "unblocked": [] + }, + "schema": 1683206086234, + "key_format": "{guid}:{version}", + "stash_time": 1683570909192, + "id": "305fba7b-f508-489c-b056-064a859a67ca", + "last_modified": 1683571048667 + }, + { + "stash": { + "blocked": [ + "info@tabmanager.com:1.0", + "{0de86fd2-b9cd-43bf-8be9-7d6c6b60da43}:0.1.0" + ], + "unblocked": [] + }, + "schema": 1683195628442, + "key_format": "{guid}:{version}", + "stash_time": 1683203710385, + "id": "72028e83-9ddc-444d-9899-8269fc6055c2", + "last_modified": 1683203850025 + }, + { + "stash": { + "blocked": [ "{ff7f3168-970d-4f59-8007-560a154e13d9}:1.0.8", "{2a113868-cb48-49c4-8638-87066e4f1d9b}:1.0.0", "{f7bcc6a5-63ec-4637-86b4-6272c2d9850f}:1.0.8", @@ -1459,5 +1774,5 @@ "last_modified": 1673354326131 } ], - "timestamp": 1682534253272 + "timestamp": 1685126272300 } diff -Nru firefox-esr-102.11.0esr/services/settings/dumps/main/devtools-compatibility-browsers.json firefox-esr-102.12.0esr/services/settings/dumps/main/devtools-compatibility-browsers.json --- firefox-esr-102.11.0esr/services/settings/dumps/main/devtools-compatibility-browsers.json 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/services/settings/dumps/main/devtools-compatibility-browsers.json 2023-05-29 17:34:35.000000000 +0000 @@ -1,130 +1,211 @@ { "data": [ { - "name": "Deno", - "schema": 1682429060482, + "name": "Chrome", + "schema": 1684589054680, + "status": "nightly", + "version": "115", + "browserid": "chrome", + "id": "f7d26a33-ee7c-4773-95f3-b7e5356fcc61", + "last_modified": 1684755688006 + }, + { + "name": "Chrome Android", + "schema": 1684589055029, + "status": "nightly", + "version": "115", + "browserid": "chrome_android", + "id": "59f1ba2b-76e6-46cb-a44f-5563d1bd4161", + "last_modified": 1684755688003 + }, + { + "name": "Safari", + "schema": 1684589055112, + "status": "beta", + "version": "16.5", + "browserid": "safari", + "id": "b64d9974-5490-41eb-bea7-a3ee78d10632", + "last_modified": 1684755688000 + }, + { + "name": "Safari on iOS", + "schema": 1684589055198, + "status": "beta", + "version": "16.5", + "browserid": "safari_ios", + "id": "74469cfd-7aef-497e-b7e4-6ba8a5acc06e", + "last_modified": 1684755687998 + }, + { + "name": "WebView Android", + "schema": 1684589055545, + "status": "nightly", + "version": "115", + "browserid": "webview_android", + "id": "3af5fe14-c6bc-4da7-9e91-eeb5c74e2a69", + "last_modified": 1684755687995 + }, + { + "name": "Chrome", + "schema": 1684589054499, "status": "current", - "version": "1.32", - "browserid": "deno", - "id": "92819795-b6f4-4223-8dcb-4dfaaa85a5ba", - "last_modified": 1682429884605 + "version": "113", + "browserid": "chrome", + "id": "a1cfb4ee-e783-46ff-b410-5fcc9e44c48f", + "last_modified": 1684755687992 }, { - "name": "Node.js", - "schema": 1682169844757, + "name": "Chrome Android", + "schema": 1684589054860, "status": "current", - "version": "20.0.0", - "browserid": "nodejs", - "id": "59f25720-b682-46f5-8d95-a1f991c25b4c", - "last_modified": 1682319518056 + "version": "113", + "browserid": "chrome_android", + "id": "8863ff12-d171-4987-a8a2-3ad47c466205", + "last_modified": 1684755687989 }, { - "name": "Edge", - "schema": 1681910646625, - "status": "nightly", + "name": "WebView Android", + "schema": 1684589055368, + "status": "current", + "version": "113", + "browserid": "webview_android", + "id": "3b7e7208-ac56-4aa5-81a1-11d49e7eb7ec", + "last_modified": 1684755687987 + }, + { + "name": "WebView Android", + "schema": 1684589055454, + "status": "beta", "version": "114", - "browserid": "edge", - "id": "4b52fc2d-7fef-432b-befe-ffe9725fb5ef", - "last_modified": 1681914299806 + "browserid": "webview_android", + "id": "2dc688c9-32c9-4da6-a80b-b50959403bc5", + "last_modified": 1684755687978 + }, + { + "name": "Chrome Android", + "schema": 1684589054945, + "status": "beta", + "version": "114", + "browserid": "chrome_android", + "id": "01dd2fba-f572-40c3-ab82-d6ca2e117d77", + "last_modified": 1684755687976 + }, + { + "name": "Chrome", + "schema": 1684589054590, + "status": "beta", + "version": "114", + "browserid": "chrome", + "id": "d15957b5-767f-479d-bf0f-e923850284de", + "last_modified": 1684755687973 + }, + { + "name": "Deno", + "schema": 1683120251024, + "status": "current", + "version": "1.33", + "browserid": "deno", + "id": "a02f3b8e-2ba0-4dc3-b6fe-8973daae4e7b", + "last_modified": 1684333263768 + }, + { + "name": "Firefox", + "schema": 1684329858091, + "status": "esr", + "version": "102", + "browserid": "firefox", + "id": "f90e0c0f-baf9-404e-92c9-c6ff1b3d9c8f", + "last_modified": 1684333263765 }, { "name": "Firefox for Android", - "schema": 1681910647302, + "schema": 1684329858814, "status": "nightly", - "version": "114", + "version": "115", "browserid": "firefox_android", - "id": "aaf25914-81ab-472e-b17f-fe2b9dee7383", - "last_modified": 1681914299800 + "id": "a657def5-a3f2-41ce-9536-9e3562381701", + "last_modified": 1684333263760 }, { "name": "Firefox", - "schema": 1681910646961, + "schema": 1684329858448, "status": "nightly", - "version": "114", + "version": "115", "browserid": "firefox", - "id": "bf12a70d-f1da-46a1-abe1-b873feb2895a", - "last_modified": 1681914299796 + "id": "f8bed161-4be5-435b-9b42-7a7eafd672b7", + "last_modified": 1684333263757 }, { "name": "Firefox for Android", - "schema": 1681910647136, + "schema": 1684329858625, "status": "current", - "version": "112", + "version": "113", "browserid": "firefox_android", - "id": "e69efd93-530d-4466-8506-b76cd88a0fd7", - "last_modified": 1681914299792 + "id": "0b7b7a9b-c2e0-4daa-be5a-1f8e3b333e14", + "last_modified": 1684333263754 }, { "name": "Firefox", - "schema": 1681910646793, + "schema": 1684329858269, "status": "current", - "version": "112", + "version": "113", "browserid": "firefox", - "id": "69ca36df-86aa-43f1-a35c-89940b11bebe", - "last_modified": 1681914299787 - }, - { - "name": "Edge", - "schema": 1681910646444, - "status": "current", - "version": "112", - "browserid": "edge", - "id": "d72d44fe-f840-4042-9689-be25f8f3fc48", - "last_modified": 1681914299775 + "id": "36d33cd8-6e3a-4ab8-ad9c-ece003bcb1d0", + "last_modified": 1684333263752 }, { "name": "Firefox", - "schema": 1681910646878, + "schema": 1684329858359, "status": "beta", - "version": "113", + "version": "114", "browserid": "firefox", - "id": "36d33cd8-6e3a-4ab8-ad9c-ece003bcb1d0", - "last_modified": 1681914299767 + "id": "bf12a70d-f1da-46a1-abe1-b873feb2895a", + "last_modified": 1684333263745 }, { "name": "Firefox for Android", - "schema": 1681910647221, + "schema": 1684329858711, "status": "beta", - "version": "113", + "version": "114", "browserid": "firefox_android", - "id": "0b7b7a9b-c2e0-4daa-be5a-1f8e3b333e14", - "last_modified": 1681914299763 + "id": "aaf25914-81ab-472e-b17f-fe2b9dee7383", + "last_modified": 1684333263742 }, { - "name": "Edge", - "schema": 1681910646533, - "status": "beta", - "version": "113", - "browserid": "edge", - "id": "a191ad56-e312-4b3b-93ce-12d33b1e7fdd", - "last_modified": 1681914299758 + "name": "Node.js", + "schema": 1682169844757, + "status": "current", + "version": "20.0.0", + "browserid": "nodejs", + "id": "59f25720-b682-46f5-8d95-a1f991c25b4c", + "last_modified": 1682319518056 }, { - "name": "Chrome", - "schema": 1680960245728, + "name": "Edge", + "schema": 1681910646625, "status": "nightly", "version": "114", - "browserid": "chrome", - "id": "d15957b5-767f-479d-bf0f-e923850284de", - "last_modified": 1681198174502 + "browserid": "edge", + "id": "4b52fc2d-7fef-432b-befe-ffe9725fb5ef", + "last_modified": 1681914299806 }, { - "name": "Chrome Android", - "schema": 1680960246056, - "status": "nightly", - "version": "114", - "browserid": "chrome_android", - "id": "01dd2fba-f572-40c3-ab82-d6ca2e117d77", - "last_modified": 1681198174497 + "name": "Edge", + "schema": 1681910646444, + "status": "current", + "version": "112", + "browserid": "edge", + "id": "d72d44fe-f840-4042-9689-be25f8f3fc48", + "last_modified": 1681914299775 }, { - "name": "WebView Android", - "schema": 1680960246384, - "status": "nightly", - "version": "114", - "browserid": "webview_android", - "id": "2dc688c9-32c9-4da6-a80b-b50959403bc5", - "last_modified": 1681198174492 + "name": "Edge", + "schema": 1681910646533, + "status": "beta", + "version": "113", + "browserid": "edge", + "id": "a191ad56-e312-4b3b-93ce-12d33b1e7fdd", + "last_modified": 1681914299758 }, { "name": "Safari on iOS", @@ -145,60 +226,6 @@ "last_modified": 1681198174475 }, { - "name": "Chrome Android", - "schema": 1680960245892, - "status": "current", - "version": "112", - "browserid": "chrome_android", - "id": "1f3d0b6c-cfc1-4d9a-817b-84afe10f7d75", - "last_modified": 1681198174471 - }, - { - "name": "WebView Android", - "schema": 1680960246219, - "status": "current", - "version": "112", - "browserid": "webview_android", - "id": "11e416f7-0514-413d-a6ff-fa4d25f33182", - "last_modified": 1681198174467 - }, - { - "name": "Chrome", - "schema": 1680960245551, - "status": "current", - "version": "112", - "browserid": "chrome", - "id": "ef8b5a2b-9377-4923-b905-dc9041df44c3", - "last_modified": 1681198174455 - }, - { - "name": "WebView Android", - "schema": 1680960246303, - "status": "beta", - "version": "113", - "browserid": "webview_android", - "id": "3b7e7208-ac56-4aa5-81a1-11d49e7eb7ec", - "last_modified": 1681198174447 - }, - { - "name": "Chrome Android", - "schema": 1680960245974, - "status": "beta", - "version": "113", - "browserid": "chrome_android", - "id": "8863ff12-d171-4987-a8a2-3ad47c466205", - "last_modified": 1681198174443 - }, - { - "name": "Chrome", - "schema": 1680960245639, - "status": "beta", - "version": "113", - "browserid": "chrome", - "id": "a1cfb4ee-e783-46ff-b410-5fcc9e44c48f", - "last_modified": 1681198174439 - }, - { "name": "Opera Android", "schema": 1679145859850, "status": "current", @@ -263,15 +290,6 @@ }, { "name": "Firefox", - "schema": 1662643476348, - "status": "planned", - "version": "115", - "browserid": "firefox", - "id": "f8bed161-4be5-435b-9b42-7a7eafd672b7", - "last_modified": 1662648201682 - }, - { - "name": "Firefox", "schema": 1662643476387, "status": "planned", "version": "116", @@ -326,15 +344,6 @@ }, { "name": "Firefox for Android", - "schema": 1662643477021, - "status": "planned", - "version": "115", - "browserid": "firefox_android", - "id": "a657def5-a3f2-41ce-9536-9e3562381701", - "last_modified": 1662648201648 - }, - { - "name": "Firefox for Android", "schema": 1662643477060, "status": "planned", "version": "116", @@ -397,15 +406,6 @@ "last_modified": 1661426998144 }, { - "name": "Firefox", - "schema": 1645203736177, - "status": "esr", - "version": "91", - "browserid": "firefox", - "id": "89070c3d-2805-41d8-80aa-443b238f5fb2", - "last_modified": 1645448267580 - }, - { "name": "Node.js", "schema": 1645204132602, "status": "esr", @@ -415,5 +415,5 @@ "last_modified": 1645448267500 } ], - "timestamp": 1682429884605 + "timestamp": 1684755688006 } diff -Nru firefox-esr-102.11.0esr/services/settings/dumps/main/search-telemetry-v2.json firefox-esr-102.12.0esr/services/settings/dumps/main/search-telemetry-v2.json --- firefox-esr-102.11.0esr/services/settings/dumps/main/search-telemetry-v2.json 2023-05-04 16:01:19.000000000 +0000 +++ firefox-esr-102.12.0esr/services/settings/dumps/main/search-telemetry-v2.json 2023-05-29 17:34:35.000000000 +0000 @@ -1,7 +1,310 @@ { "data": [ { - "schema": 1678791413786, + "schema": 1684859720474, + "components": [ + { + "type": "ad_carousel", + "included": { + "parent": { + "selector": ".adsMvCarousel" + }, + "related": { + "selector": ".cr" + }, + "children": [ + { + "selector": ".pa_item", + "countChildren": true + } + ] + } + }, + { + "type": "ad_link", + "excluded": { + "parent": { + "selector": "aside" + } + }, + "included": { + "parent": { + "selector": ".sb_adTA" + }, + "children": [ + { + "type": "ad_sitelink", + "selector": ".b_vlist2col" + } + ] + } + }, + { + "type": "ad_sidebar", + "included": { + "parent": { + "selector": "aside" + }, + "children": [ + { + "selector": ".pa_item, .sb_adTA", + "countChildren": true + } + ] + } + }, + { + "type": "incontent_searchbox", + "topDown": true, + "included": { + "parent": { + "selector": "form#sb_form" + }, + "related": { + "selector": "#sw_as" + }, + "children": [ + { + "selector": "input[name='q']" + } + ] + } + }, + { + "type": "ad_link", + "default": true + } + ], + "shoppingTab": { + "regexp": "^/shop?", + "selector": "#b-scopeListItem-shop a" + }, + "taggedCodes": [ + "MOZ2", + "MOZ4", + "MOZ5", + "MOZA", + "MOZB", + "MOZD", + "MOZE", + "MOZI", + "MOZL", + "MOZM", + "MOZO", + "MOZR", + "MOZT", + "MOZW", + "MOZX", + "MOZSL01", + "MOZSL02", + "MOZSL03" + ], + "telemetryId": "bing", + "organicCodes": [], + "codeParamName": "pc", + "queryParamName": "q", + "followOnCookies": [ + { + "host": "www.bing.com", + "name": "SRCHS", + "codeParamName": "PC", + "extraCodePrefixes": [ + "QBRE" + ], + "extraCodeParamName": "form" + } + ], + "extraPageRegexps": [ + "^https://www\\.bing\\.com/(?:images|videos|maps|news|travel|shop)" + ], + "searchPageRegexp": "^https://www\\.bing\\.com/search", + "nonAdsLinkRegexps": [ + "^https://www.bing.com/ck/a" + ], + "extraAdServersRegexps": [ + "^https://www\\.bing\\.com/acli?c?k" + ], + "id": "e1eec461-f1f3-40de-b94b-3b670b78108c", + "last_modified": 1684879440536 + }, + { + "schema": 1684859718822, + "components": [ + { + "type": "ad_carousel", + "included": { + "parent": { + "selector": ".product-ads-carousel" + }, + "related": { + "selector": ".snippet__control" + }, + "children": [ + { + "selector": ".product-ads-carousel__item", + "countChildren": true + } + ] + } + }, + { + "type": "ad_link", + "included": { + "parent": { + "selector": ".ad-result" + }, + "children": [ + { + "type": "ad_sitelink", + "selector": ".result__extra-content .deep-links--descriptions" + } + ] + } + }, + { + "type": "incontent_searchbox", + "topDown": true, + "included": { + "parent": { + "selector": "form.search-form" + }, + "related": { + "selector": ".search-form__suggestions" + }, + "children": [ + { + "selector": ".search-form__input, .search-form__submit" + } + ] + } + }, + { + "type": "ad_link", + "default": true + } + ], + "shoppingTab": { + "regexp": "/shopping?", + "selector": "nav li[data-test-id='search-navigation-item-shopping'] a" + }, + "taggedCodes": [ + "mzl", + "813cf1dd", + "16eeffc4" + ], + "telemetryId": "ecosia", + "organicCodes": [], + "codeParamName": "tt", + "queryParamName": "q", + "searchPageRegexp": "^https://www\\.ecosia\\.org/", + "filter_expression": "env.version|versionCompare(\"110.0a1\")>=0", + "expectedOrganicCodes": [], + "extraAdServersRegexps": [ + "^https://www\\.bing\\.com/acli?c?k" + ], + "id": "9a487171-3a06-4647-8866-36250ec84f3a", + "last_modified": 1684879440533 + }, + { + "schema": 1684859716527, + "components": [ + { + "type": "ad_carousel", + "included": { + "parent": { + "selector": ".pla-exp-container" + }, + "related": { + "selector": "g-right-button, g-left-button, .exp-button" + }, + "children": [ + { + "selector": ".pla-unit", + "countChildren": true + } + ] + } + }, + { + "type": "refined_search_buttons", + "topDown": true, + "included": { + "parent": { + "selector": "#appbar g-scrolling-carousel" + }, + "related": { + "selector": "g-right-button, g-left-button" + }, + "children": [ + { + "selector": "a" + } + ] + } + }, + { + "type": "ad_link", + "excluded": { + "parent": { + "selector": "#rhs" + } + }, + "included": { + "parent": { + "selector": "[data-text-ad='1']" + }, + "children": [ + { + "type": "ad_sitelink", + "selector": "[role='list']" + } + ] + } + }, + { + "type": "ad_sidebar", + "included": { + "parent": { + "selector": "#rhs" + }, + "children": [ + { + "selector": ".pla-unit, .mnr-c", + "countChildren": true + } + ] + } + }, + { + "type": "incontent_searchbox", + "topDown": true, + "included": { + "parent": { + "selector": "form[role='search']" + }, + "related": { + "selector": "div.logo + div + div" + }, + "children": [ + { + "selector": "input[type='text']" + }, + { + "selector": "textarea[name='q']" + } + ] + } + }, + { + "type": "ad_link", + "default": true + } + ], + "shoppingTab": { + "regexp": "&tbm=shop", + "selector": "div[role='navigation'] a", + "inspectRegexpInSERP": true + }, "taggedCodes": [ "firefox-a", "firefox-b", @@ -33,7 +336,15 @@ "organicCodes": [], "codeParamName": "client", "queryParamName": "q", + "extraPageRegexps": [ + "^https://www\\.google\\.(?:.+)/(?:flights|finance|maps)", + "^https://maps\\.google\\.(?:.+)/maps", + "^https://[accounts|policies]\\.google\\.(?:.+)/" + ], "searchPageRegexp": "^https://www\\.google\\.(?:.+)/search", + "nonAdsLinkRegexps": [ + "^https://www\\.google\\.(?:.+)/url?(?:.+)&url=" + ], "adServerAttributes": [ "rw" ], @@ -46,10 +357,87 @@ "^https://www\\.google(?:adservices)?\\.com/(?:pagead/)?aclk" ], "id": "635a3325-1995-42d6-be09-dbe4b2a95453", - "last_modified": 1678922429086 + "last_modified": 1684879440531 }, { - "schema": 1674146204409, + "schema": 1684328659922, + "components": [ + { + "type": "ad_carousel", + "included": { + "parent": { + "selector": ".module--carousel" + }, + "related": { + "selector": ".module--carousel__left, .module--carousel__right" + }, + "children": [ + { + "selector": ".module--carousel__item", + "countChildren": true + } + ] + } + }, + { + "type": "ad_link", + "excluded": { + "parent": { + "selector": ".js-results-sidebar" + } + }, + "included": { + "parent": { + "selector": "article[data-testid='ad']" + }, + "children": [ + { + "type": "ad_sitelink", + "selector": "ul" + } + ] + } + }, + { + "type": "incontent_searchbox", + "topDown": true, + "included": { + "parent": { + "selector": "form#search_form" + }, + "related": { + "selector": "input#search_button, .search__autocomplete" + }, + "children": [ + { + "selector": " input#search_form_input" + } + ] + } + }, + { + "type": "ad_sidebar", + "included": { + "parent": { + "selector": ".js-results-sidebar" + }, + "children": [ + { + "selector": "article[data-testid='ad']", + "countChildren": true + } + ] + } + }, + { + "type": "ad_link", + "default": true + } + ], + "shoppingTab": { + "regexp": "&iax=shopping&ia=shopping", + "selector": "#duckbar a[data-zci-link='products']" + }, "taggedCodes": [ "ffab", "ffcm", @@ -78,78 +466,18 @@ "hs", "ha", "hb", - "hc" + "hc", + "hg", + "hh", + "hi", + "hj" ], "extraAdServersRegexps": [ "^https://duckduckgo.com/y\\.js?.*ad_provider\\=", "^https://www\\.amazon\\.(?:[a-z.]{2,24}).*(?:tag=duckduckgo-)" ], "id": "9dfd626b-26f2-4913-9d0a-27db6cb7d8ca", - "last_modified": 1674751991106 - }, - { - "schema": 1671479978127, - "taggedCodes": [ - "mzl", - "813cf1dd", - "16eeffc4" - ], - "telemetryId": "ecosia", - "organicCodes": [], - "codeParamName": "tt", - "queryParamName": "q", - "searchPageRegexp": "^https://www\\.ecosia\\.org/", - "filter_expression": "env.version|versionCompare(\"110.0a1\")>=0", - "expectedOrganicCodes": [], - "extraAdServersRegexps": [ - "^https://www\\.bing\\.com/acli?c?k" - ], - "id": "9a487171-3a06-4647-8866-36250ec84f3a", - "last_modified": 1671565418576 - }, - { - "schema": 1671122205131, - "taggedCodes": [ - "MOZ2", - "MOZ4", - "MOZ5", - "MOZA", - "MOZB", - "MOZD", - "MOZE", - "MOZI", - "MOZL", - "MOZM", - "MOZO", - "MOZR", - "MOZT", - "MOZW", - "MOZX", - "MOZSL01", - "MOZSL02", - "MOZSL03" - ], - "telemetryId": "bing", - "organicCodes": [], - "codeParamName": "pc", - "queryParamName": "q", - "followOnCookies": [ - { - "host": "www.bing.com", - "name": "SRCHS", - "codeParamName": "PC", - "extraCodePrefixes": [ - "QBRE" - ], - "extraCodeParamName": "form" - } - ], - "searchPageRegexp": "^https://www\\.bing\\.com/search", - "extraAdServersRegexps": [ - "^https://www\\.bing\\.com/acli?c?k" - ], - "id": "e1eec461-f1f3-40de-b94b-3b670b78108c", - "last_modified": 1671479978088 + "last_modified": 1684879440528 }, { "schema": 1643107838909, @@ -174,5 +502,5 @@ "last_modified": 1643136933989 } ], - "timestamp": 1678922429086 + "timestamp": 1684879440536 } diff -Nru firefox-esr-102.11.0esr/services/settings/dumps/security-state/intermediates.json firefox-esr-102.12.0esr/services/settings/dumps/security-state/intermediates.json --- firefox-esr-102.11.0esr/services/settings/dumps/security-state/intermediates.json 2023-05-04 16:01:18.000000000 +0000 +++ firefox-esr-102.12.0esr/services/settings/dumps/security-state/intermediates.json 2023-05-29 17:34:35.000000000 +0000 @@ -1,6 +1,582 @@ { "data": [ { + "schema": 1685177545543, + "derHash": "LJm5F7egaFePfvtPuOYLnLWg5zvzAODh3BEuVlTFrlI=", + "subject": "CN=Microsoft Azure ECC TLS Issuing CA 08,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBFQ0MgVExTIElzc3VpbmcgQ0EgMDg=", + "whitelist": false, + "attachment": { + "hash": "91646730acc556a2a24a0a0fe52da02b114c1b20e2979fd02f313cf2eda7e2e2", + "size": 1548, + "filename": "-9zTtVvIQc70tw3yG1y6divWnxbdAVfzbgea1f2WOtM=.pem", + "location": "security-state-staging/intermediates/279ad09c-5a6c-4694-9d25-d445c4b2d300.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "+9zTtVvIQc70tw3yG1y6divWnxbdAVfzbgea1f2WOtM=", + "crlite_enrolled": false, + "id": "2ce90c9b-8702-4e9b-8bda-a8641ca98b4f", + "last_modified": 1685177823491 + }, + { + "schema": 1685177545240, + "derHash": "PT9LRA+TP/0mlWXtqeIOjfhjycvjZR07R2xbT0r1zig=", + "subject": "CN=Microsoft Azure RSA TLS Issuing CA 03,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBSU0EgVExTIElzc3VpbmcgQ0EgMDM=", + "whitelist": false, + "attachment": { + "hash": "54a6b6063accaa1cef8092d8fcc1225da0dee42bf8798602862d1c2a7a67a60d", + "size": 2694, + "filename": "ZkWBotC4nL-Ba_kXaVPx7TpoRSF9uwxEAuufz67J7sQ=.pem", + "location": "security-state-staging/intermediates/9913da6f-e2c3-454e-8347-ec82cc9ec231.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "ZkWBotC4nL+Ba/kXaVPx7TpoRSF9uwxEAuufz67J7sQ=", + "crlite_enrolled": false, + "id": "a5b2128d-ca28-45c7-9649-f8a1745bb4b1", + "last_modified": 1685177823489 + }, + { + "schema": 1685177544696, + "derHash": "z90GH81M/zu54TMmTKf95Fykm3DPqpd64NxCK0MwqME=", + "subject": "CN=Microsoft Azure RSA TLS Issuing CA 08,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBSU0EgVExTIElzc3VpbmcgQ0EgMDg=", + "whitelist": false, + "attachment": { + "hash": "46fef2b9c6e075a266f4adb2cd041b8a7dfff77af85e35d6b288a3658790f3b9", + "size": 2694, + "filename": "LjZtjXjXZ6xC52xYpbqo-7iCeMHHB3aNu04-PJtDyYg=.pem", + "location": "security-state-staging/intermediates/42b6dca2-a884-400a-86c1-b8029edc6aca.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "LjZtjXjXZ6xC52xYpbqo+7iCeMHHB3aNu04+PJtDyYg=", + "crlite_enrolled": false, + "id": "1c59021b-4ea7-4e2e-a4df-8d6d8e5a26ee", + "last_modified": 1685177823486 + }, + { + "schema": 1685177544409, + "derHash": "/Tn/xI8Ug1QmIWKi9V3UbcJWTPwUmTCa1T8JwQmB3Mo=", + "subject": "CN=Microsoft Azure RSA TLS Issuing CA 04,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBSU0EgVExTIElzc3VpbmcgQ0EgMDQ=", + "whitelist": false, + "attachment": { + "hash": "975ca374184140b38ddd263c44d2912adb56b680ae0e82f74b6f5c476491b18c", + "size": 2694, + "filename": "E--ujdrbZMGIJ0eA9QXCCHs5D8ABeIzQ2mAqHPFN-gs=.pem", + "location": "security-state-staging/intermediates/33166e47-0914-4b86-925a-205d56c28869.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "E++ujdrbZMGIJ0eA9QXCCHs5D8ABeIzQ2mAqHPFN+gs=", + "crlite_enrolled": false, + "id": "c98cdd5b-c263-4578-b5b2-633ddf9bb7e7", + "last_modified": 1685177823481 + }, + { + "schema": 1685177544081, + "derHash": "+7eSakUbrfUWvlGGFKd+bjJeKYGZCHltgH9ZMg+RjuI=", + "subject": "CN=Microsoft Azure RSA TLS Issuing CA 07,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBSU0EgVExTIElzc3VpbmcgQ0EgMDc=", + "whitelist": false, + "attachment": { + "hash": "e61eb99a86811b06dc9ebfaf6aa45d93ad0e1e6f5e8c40ff86ac2782ae9329ed", + "size": 2694, + "filename": "Mfmoi2wKbxJCpI54JB7B-PPNkO8dRO51Bpbp-Gu4aFg=.pem", + "location": "security-state-staging/intermediates/88015f4e-1e50-41ef-b06f-69ce4d987a8a.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "Mfmoi2wKbxJCpI54JB7B+PPNkO8dRO51Bpbp+Gu4aFg=", + "crlite_enrolled": false, + "id": "602f8ff0-d290-44ea-9557-d3be1435a522", + "last_modified": 1685177823478 + }, + { + "schema": 1685155973485, + "derHash": "TQ9dojsJkgmwSOGHG0uxxLToEuP6Akm7jRngD/qekbw=", + "subject": "CN=Microsoft Azure ECC TLS Issuing CA 04,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBFQ0MgVExTIElzc3VpbmcgQ0EgMDQ=", + "whitelist": false, + "attachment": { + "hash": "7f5346bdb6f4bcfeda422b6c63a620a24cc8513c16e2843ded02c47188c618e2", + "size": 1548, + "filename": "EYyBlNxqiU35_S5DF_T1fpKZju6M94UCcLjRQ471fBY=.pem", + "location": "security-state-staging/intermediates/35d0a28f-f9e1-4414-855d-1be5a154c2ec.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "EYyBlNxqiU35/S5DF/T1fpKZju6M94UCcLjRQ471fBY=", + "crlite_enrolled": false, + "id": "41c0f9dc-64f1-4422-b02f-089d8d66e0b3", + "last_modified": 1685156223318 + }, + { + "schema": 1685155973795, + "derHash": "vTgWQjVT7Zk/pEoC9VYkcMDPsNOwBTLjUmpKOuyHUi8=", + "subject": "CN=Microsoft Azure ECC TLS Issuing CA 07,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBFQ0MgVExTIElzc3VpbmcgQ0EgMDc=", + "whitelist": false, + "attachment": { + "hash": "a680760a267dd36c86922c2e4329f07226955be62171a80683b8ded5fc835d89", + "size": 1548, + "filename": "VObRTDLlT_F-gUSuQacH62jRPzch1yNU6oGxRzgsyck=.pem", + "location": "security-state-staging/intermediates/484b708f-9b55-42e3-b4b1-afa0eecd5726.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "VObRTDLlT/F+gUSuQacH62jRPzch1yNU6oGxRzgsyck=", + "crlite_enrolled": false, + "id": "02a2e1ab-5560-486c-be00-69a4692fe69c", + "last_modified": 1685156223316 + }, + { + "schema": 1685155972855, + "derHash": "Lsmlumi2D4Hl+GYvdkV0PM4e3OBq9obHdUMfe7tpq9Q=", + "subject": "CN=Microsoft Azure ECC TLS Issuing CA 03,O=Microsoft Corporation,C=US", + "subjectDN": "MF0xCzAJBgNVBAYTAlVTMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLjAsBgNVBAMTJU1pY3Jvc29mdCBBenVyZSBFQ0MgVExTIElzc3VpbmcgQ0EgMDM=", + "whitelist": false, + "attachment": { + "hash": "2514728cefb5b15be4f24444a41f0ac2d28c12f66be304ffe1a7816ee14bf9d4", + "size": 1548, + "filename": "Z6NGNGtJqKusRdpHxcqa3PDNHEN8vStoX-WLg9xt4t4=.pem", + "location": "security-state-staging/intermediates/0f176d85-9191-4d2c-8bd0-df7605a21da3.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "Z6NGNGtJqKusRdpHxcqa3PDNHEN8vStoX+WLg9xt4t4=", + "crlite_enrolled": false, + "id": "2c31c9f3-2ac8-4b30-9eaf-4a767dc0a623", + "last_modified": 1685156223313 + }, + { + "schema": 1685137676528, + "derHash": "dVhaEddVHU7FB7iqnsBsBsR+QLelzt0YOzw0LsfrejQ=", + "subject": "CN=Domain The Net Technologies Ltd CA for TLS R3,O=Domain The Net Technologies Ltd,C=IL", + "subjectDN": "MG8xCzAJBgNVBAYTAklMMSgwJgYDVQQKDB9Eb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkMTYwNAYDVQQDDC1Eb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkIENBIGZvciBUTFMgUjM=", + "whitelist": false, + "attachment": { + "hash": "a230b7548d424355eea3091d0b3067c437e3c43a6072cb41b35156db574471de", + "size": 2308, + "filename": "ZEzTWkNjnCePaoNdGLycH6AiCbdlBAy0UK-QZLDbixA=.pem", + "location": "security-state-staging/intermediates/55a640d8-cd99-4d5f-be18-cb43885bd248.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "ZEzTWkNjnCePaoNdGLycH6AiCbdlBAy0UK+QZLDbixA=", + "crlite_enrolled": false, + "id": "416ce32f-5a4a-4fbc-a298-bcd6763d510f", + "last_modified": 1685138223258 + }, + { + "schema": 1685137676183, + "derHash": "ADIpWwucs4p3WvXsAa29LTmJIA2Lf1xzM80cBh+ILjI=", + "subject": "CN=Domain The Net Technologies Ltd CA for EV TLS R3,O=Domain The Net Technologies Ltd,C=IL", + "subjectDN": "MHIxCzAJBgNVBAYTAklMMSgwJgYDVQQKDB9Eb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkMTkwNwYDVQQDDDBEb21haW4gVGhlIE5ldCBUZWNobm9sb2dpZXMgTHRkIENBIGZvciBFViBUTFMgUjM=", + "whitelist": false, + "attachment": { + "hash": "05090c1f907741bf1a5b862f1f600374511ec6afbc902501c0db425cf3a1b963", + "size": 2373, + "filename": "0S29nbPcOwPdMAwVJXaUI5BQDk3P33opVyStTq_IY2I=.pem", + "location": "security-state-staging/intermediates/4772d4ec-0d5a-4474-8f75-fd02670d8abc.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "0S29nbPcOwPdMAwVJXaUI5BQDk3P33opVyStTq/IY2I=", + "crlite_enrolled": false, + "id": "b8fbe7a4-df7c-4cad-be28-acbe15b86802", + "last_modified": 1685138223255 + }, + { + "schema": 1684964877855, + "derHash": "59sAFElASPImpnPCi3JejduczUhnqFUteuhcJSO9JlU=", + "subject": "CN=纳网 ECC Extended Validation Secure Server CA,O=厦门纳网科技股份有限公司,C=CN", + "subjectDN": "MHYxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTljqbpl6jnurPnvZHnp5HmioDogqHku73mnInpmZDlhazlj7gxODA2BgNVBAMML+e6s+e9kSBFQ0MgRXh0ZW5kZWQgVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB", + "whitelist": false, + "attachment": { + "hash": "e2e70967b158b51f6ebb9465975ef70c87a0a9609a9d9ddd7c2341695655a98b", + "size": 1284, + "filename": "VUzImrZskQ8zq13IGHYIDovNeG2p4c2S7V-A74FiJoQ=.pem", + "location": "security-state-staging/intermediates/bf49dba6-b832-4a06-89b8-c3809aa12d44.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "VUzImrZskQ8zq13IGHYIDovNeG2p4c2S7V+A74FiJoQ=", + "crlite_enrolled": false, + "id": "3cd57864-be98-4256-9703-e37f9df3b04e", + "last_modified": 1684965423774 + }, + { + "schema": 1684964877536, + "derHash": "NH3x84ctFO7RTbOH5BvuvTm1zwtGjsCIBtBhCNVk9GM=", + "subject": "CN=纳网 RSA Domain Validation Secure Server CA,O=厦门纳网科技股份有限公司,C=CN", + "subjectDN": "MHQxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTljqbpl6jnurPnvZHnp5HmioDogqHku73mnInpmZDlhazlj7gxNjA0BgNVBAMMLee6s+e9kSBSU0EgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQQ==", + "whitelist": false, + "attachment": { + "hash": "b3a0afc057fa2821c5d6d9f4afa6cffe4da5ec6287b5c406a7f81649810dcae2", + "size": 2304, + "filename": "_6kdazY4w8jF61YK5px0MYqRlxf-uZ8ifGdnGXcoH7M=.pem", + "location": "security-state-staging/intermediates/8321c121-3e50-4524-9557-be1bf3aee59f.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "/6kdazY4w8jF61YK5px0MYqRlxf+uZ8ifGdnGXcoH7M=", + "crlite_enrolled": false, + "id": "e1977996-8566-4c1d-b2d1-55cab733f261", + "last_modified": 1684965423771 + }, + { + "schema": 1684964879073, + "derHash": "/nnZSRtAvePzL/y2UoI8heR4rFzmOiAn05lVun9qwjs=", + "subject": "CN=InCommon RSA IGTF Server CA 3,O=Internet2,C=US", + "subjectDN": "MEkxCzAJBgNVBAYTAlVTMRIwEAYDVQQKEwlJbnRlcm5ldDIxJjAkBgNVBAMTHUluQ29tbW9uIFJTQSBJR1RGIFNlcnZlciBDQSAz", + "whitelist": false, + "attachment": { + "hash": "dc30409c32d14961eb37ebd4a9cb465e3e2cfd2e243eab94bf1e97c36e93245e", + "size": 2268, + "filename": "0n5wv8lMh2y8--AjkmLotXDjTCsq_4X94TlUlSj90fo=.pem", + "location": "security-state-staging/intermediates/467b3a35-dbac-4d77-9bb9-9ed8fa280010.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "0n5wv8lMh2y8++AjkmLotXDjTCsq/4X94TlUlSj90fo=", + "crlite_enrolled": false, + "id": "4a504b13-1f33-4101-beaf-45bec79f60bc", + "last_modified": 1684965423768 + }, + { + "schema": 1684964878772, + "derHash": "yss5RaLTCXpe/FT70uDuLh++pxHa1mW8f5UtqSrI1lc=", + "subject": "CN=纳网 ECC Organization Validation Secure Server CA,O=厦门纳网科技股份有限公司,C=CN", + "subjectDN": "MHoxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTljqbpl6jnurPnvZHnp5HmioDogqHku73mnInpmZDlhazlj7gxPDA6BgNVBAMMM+e6s+e9kSBFQ0MgT3JnYW5pemF0aW9uIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQQ==", + "whitelist": false, + "attachment": { + "hash": "ca6ec03e4137e696772cd3f6da42519ac11bf0a9f3edff5df125e40632fa35c1", + "size": 1301, + "filename": "zXnZgoAPwPjgZnOjAfbxXWVY9Gptx_WI6N7kug6MbSE=.pem", + "location": "security-state-staging/intermediates/2d2ae0ad-9978-4ebb-82ec-c4f2594f4e68.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "zXnZgoAPwPjgZnOjAfbxXWVY9Gptx/WI6N7kug6MbSE=", + "crlite_enrolled": false, + "id": "01b78d4a-7d1e-4771-ac35-4b829d70db1c", + "last_modified": 1684965423765 + }, + { + "schema": 1684964876862, + "derHash": "NxcmTWxdBJsa1Z9LV2HvyUq8MlQoXR5oEJEIQFCGxPI=", + "subject": "CN=纳网 ECC Domain Validation Secure Server CA,O=厦门纳网科技股份有限公司,C=CN", + "subjectDN": "MHQxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTljqbpl6jnurPnvZHnp5HmioDogqHku73mnInpmZDlhazlj7gxNjA0BgNVBAMMLee6s+e9kSBFQ0MgRG9tYWluIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQQ==", + "whitelist": false, + "attachment": { + "hash": "f53c7f18a6e86a68a11c6f7bab89513755179cc3f62806ad5cf9a774ffdd620e", + "size": 1293, + "filename": "O2mnRlU_q0zBEliHGyx4erLTBw5mfoMDZv8VW4itE4U=.pem", + "location": "security-state-staging/intermediates/932f58cc-f4c0-4d94-84c8-805d2d4895de.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "O2mnRlU/q0zBEliHGyx4erLTBw5mfoMDZv8VW4itE4U=", + "crlite_enrolled": false, + "id": "c3168727-246e-4098-af73-d13bd659b60d", + "last_modified": 1684965423762 + }, + { + "schema": 1684964878171, + "derHash": "m3hknb12y14bu0OGNC5FL8h8mbxxGQXl9CkSblgAb7Y=", + "subject": "CN=纳网 RSA Extended Validation Secure Server CA,O=厦门纳网科技股份有限公司,C=CN", + "subjectDN": "MHYxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTljqbpl6jnurPnvZHnp5HmioDogqHku73mnInpmZDlhazlj7gxODA2BgNVBAMML+e6s+e9kSBSU0EgRXh0ZW5kZWQgVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB", + "whitelist": false, + "attachment": { + "hash": "9dee6abfc6cde563ae3d9e6814558eddc86d12f136bfbc6f5ecc0f02f02c4307", + "size": 2296, + "filename": "eMGAhjVGwujojpRqRpVd5aaCAEjn4Q_NyGwdvcJuefc=.pem", + "location": "security-state-staging/intermediates/96bd7b14-f782-454e-819d-ee45f76e48a9.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "eMGAhjVGwujojpRqRpVd5aaCAEjn4Q/NyGwdvcJuefc=", + "crlite_enrolled": false, + "id": "a5f26bbb-896d-42b5-9ce3-0175f7fd1d0c", + "last_modified": 1684965423759 + }, + { + "schema": 1684964878468, + "derHash": "HXs2NN457YCjxIPd1asjygvGusmyq6PbeqMyvA/LKlU=", + "subject": "CN=纳网 RSA Organization Validation Secure Server CA,O=厦门纳网科技股份有限公司,C=CN", + "subjectDN": "MHoxCzAJBgNVBAYTAkNOMS0wKwYDVQQKDCTljqbpl6jnurPnvZHnp5HmioDogqHku73mnInpmZDlhazlj7gxPDA6BgNVBAMMM+e6s+e9kSBSU0EgT3JnYW5pemF0aW9uIFZhbGlkYXRpb24gU2VjdXJlIFNlcnZlciBDQQ==", + "whitelist": false, + "attachment": { + "hash": "26b943b10363753fceb78009cf25d9b17cdbc7508df383d56b3eda5907af523b", + "size": 2312, + "filename": "HtvxJEbD34zPX-NkRiH3k8vGQFVm39Kx-DVWmdJnkUI=.pem", + "location": "security-state-staging/intermediates/6e46ff71-eb6a-45b0-9868-1f84e45b4efa.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "HtvxJEbD34zPX+NkRiH3k8vGQFVm39Kx+DVWmdJnkUI=", + "crlite_enrolled": false, + "id": "0306ad62-2908-4659-9e3b-b5639312c133", + "last_modified": 1684965423756 + }, + { + "schema": 1684702351141, + "derHash": "00pbmBqFygddtiy6xBXvZZ2VM5BAykdoaGJdSqI6mEk=", + "subject": "CN=HiPKI OV TLS CA - G1,O=Chunghwa Telecom Co.\\, Ltd.,C=TW", + "subjectDN": "MFExCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEdMBsGA1UEAwwUSGlQS0kgT1YgVExTIENBIC0gRzE=", + "whitelist": false, + "attachment": { + "hash": "1f90782835d7d7fe81e6d1997c68f9805ae51d6fec679c756a1e0fcc381c8bbc", + "size": 2361, + "filename": "hWMpQ4xuO_I1s2fKIr56xHfWzraaOM5aZ0fGcwoT160=.pem", + "location": "security-state-staging/intermediates/7b957b37-100f-428a-8abe-fbd788e459da.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "hWMpQ4xuO/I1s2fKIr56xHfWzraaOM5aZ0fGcwoT160=", + "crlite_enrolled": false, + "id": "14c7a35a-1bf0-4851-b69e-26a763d40c8d", + "last_modified": 1684702623265 + }, + { + "schema": 1684208871446, + "derHash": "v2TAbR1I2XegvC38kX6ODWNCvRFZBHFjbXoIBsyN8AM=", + "subject": "CN=Root Networks CA,O=Root Networks\\, LLC,C=US", + "subjectDN": "MEUxCzAJBgNVBAYTAlVTMRswGQYDVQQKDBJSb290IE5ldHdvcmtzLCBMTEMxGTAXBgNVBAMMEFJvb3QgTmV0d29ya3MgQ0E=", + "whitelist": false, + "attachment": { + "hash": "c0151985717258bcc0e50a2be4573b9396de5876dcc0cbc7c5b24e367f08dba3", + "size": 1687, + "filename": "aSd-MMsqlGu57jni9roFhyhvrMQMlaQVHgpMQZ3xAz8=.pem", + "location": "security-state-staging/intermediates/5e78b1fa-f64a-4b1f-b3dd-dde122a631c4.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "aSd+MMsqlGu57jni9roFhyhvrMQMlaQVHgpMQZ3xAz8=", + "crlite_enrolled": false, + "id": "9fd12cb8-6138-4e3c-9fe9-7f7cf09f79d6", + "last_modified": 1684209423740 + }, + { + "schema": 1684208871891, + "derHash": "NfjMiWEFCLwWvTMtpUOWRpjHLWeJX+tOBovqXgZoZFc=", + "subject": "CN=cyber_Folks,O=cyber_Folks S.A.,C=PL", + "subjectDN": "MD4xCzAJBgNVBAYTAlBMMRkwFwYDVQQKDBBjeWJlcl9Gb2xrcyBTLkEuMRQwEgYDVQQDDAtjeWJlcl9Gb2xrcw==", + "whitelist": false, + "attachment": { + "hash": "2c1b7dc7e000bf1a833bf34a23d0a4fa7b4a3c986ed17757b209ea41dbade460", + "size": 1703, + "filename": "kq5-Wv6p_Qk1dZ4-Cq4ScIsLfvt3RrBBE40y3Wwntkg=.pem", + "location": "security-state-staging/intermediates/faa069e8-f47c-4f98-a875-e0c3b31e05d9.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "kq5+Wv6p/Qk1dZ4+Cq4ScIsLfvt3RrBBE40y3Wwntkg=", + "crlite_enrolled": false, + "id": "5dc895a3-7c85-4dc4-966a-03d1b98dc2d8", + "last_modified": 1684209423738 + }, + { + "schema": 1683931970391, + "derHash": "udU/I1xfqMkusx3Pyt9JWbNKMq82rKHqEPB9ZVHDmKU=", + "subject": "CN=DigiCert TLS RSA4096 Root G5,O=DigiCert\\, Inc.,C=US", + "subjectDN": "ME0xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5EaWdpQ2VydCwgSW5jLjElMCMGA1UEAxMcRGlnaUNlcnQgVExTIFJTQTQwOTYgUm9vdCBHNQ==", + "whitelist": false, + "attachment": { + "hash": "e78e398403576ebf3e95e1feb965efad8ee75e60076714001a690c26a7873f3a", + "size": 1983, + "filename": "ape1HIIZ6T5d7GS61YBs3rD4NVvkfnVwELcCRW4Bqv0=.pem", + "location": "security-state-staging/intermediates/36de1839-8a27-4de6-b16b-bdecf75cf4df.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "ape1HIIZ6T5d7GS61YBs3rD4NVvkfnVwELcCRW4Bqv0=", + "crlite_enrolled": false, + "id": "d7ec40fc-6f59-4d54-980e-a2fb062c608c", + "last_modified": 1683932264447 + }, + { + "schema": 1683910139418, + "derHash": "WobLKX43z/HbAf6o4U/kxeBU+LIo6Xbkp4Ljrqcj/Bs=", + "subject": "CN=netartSSL,O=netart.com sp. z o.o.,C=PL", + "subjectDN": "MEExCzAJBgNVBAYTAlBMMR4wHAYDVQQKDBVuZXRhcnQuY29tIHNwLiB6IG8uby4xEjAQBgNVBAMMCW5ldGFydFNTTA==", + "whitelist": false, + "attachment": { + "hash": "b4b1330598e6adddef05930d5bad06ddb76b01aa1572f7b1603a56efb5bc620d", + "size": 1703, + "filename": "5aJfMT_Pu-r4SU6c4xiGnV6b8gTNvtSaSNsRcrO8l30=.pem", + "location": "security-state-staging/intermediates/a21bdc47-7a06-4bc6-bcaa-506951f37a0a.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "5aJfMT/Pu+r4SU6c4xiGnV6b8gTNvtSaSNsRcrO8l30=", + "crlite_enrolled": false, + "id": "6e6329ac-0c2c-4d80-87df-b7f134ff050e", + "last_modified": 1683910624095 + }, + { + "schema": 1683686879404, + "derHash": "EVoqRdtSA2GizfCjlcSkvYoYkC6qQDZ5KCX4RrvXaRc=", + "subject": "CN=BJCA EV SSL CA1,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBFViBTU0wgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "ef6e2fdc75139a5894e7e1991dfab92762b020f37bf9b1cd5c27709a34eaca0a", + "size": 2032, + "filename": "sLkDzaX9Q8etOWTdHEANzOS3cnjp-yqD0coS9iaHRjM=.pem", + "location": "security-state-staging/intermediates/448193ac-ac7c-4a3f-a881-f91f0a4c424f.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "sLkDzaX9Q8etOWTdHEANzOS3cnjp+yqD0coS9iaHRjM=", + "crlite_enrolled": false, + "id": "0d85ff7b-cdd5-4f10-8831-533ba23464c4", + "last_modified": 1683687423842 + }, + { + "schema": 1683686879115, + "derHash": "L59BEU3K3DB4TkD+99buBjqb56Nj3lc36I+hEYZxUF4=", + "subject": "CN=BJCA IV SSL CA2,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBJViBTU0wgQ0Ey", + "whitelist": false, + "attachment": { + "hash": "0be887765dd949f54d98f598abb1933b7e5178628989923cf78985acd568b707", + "size": 1195, + "filename": "4kBf0Ckuf9X-B56JgI62Q9L5Nkj3Pk4NF5RmI71UvIE=.pem", + "location": "security-state-staging/intermediates/2c2a5067-06ef-4f7e-a569-bd57553b41d8.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "4kBf0Ckuf9X+B56JgI62Q9L5Nkj3Pk4NF5RmI71UvIE=", + "crlite_enrolled": false, + "id": "a37caa64-097f-4b55-b097-44f7badfb88d", + "last_modified": 1683687423840 + }, + { + "schema": 1683686878274, + "derHash": "CmvD4gJKxGL11yvkNq5h0DOXjqjdtj1MXWIUkV5pBJs=", + "subject": "CN=BJCA OV SSL CA1,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBPViBTU0wgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "37a37a29b7208fe2e18d6a5abe8df4814d6077cee5b92ef49884c42009067c2d", + "size": 2032, + "filename": "CBy_M0YoOsUoXP0Sn4rk371RA0hmwvpKTvZrj0Mc2LI=.pem", + "location": "security-state-staging/intermediates/fd9ed13a-147e-49c9-ae11-e62b80dbe726.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "CBy/M0YoOsUoXP0Sn4rk371RA0hmwvpKTvZrj0Mc2LI=", + "crlite_enrolled": false, + "id": "dbd25493-c3ed-4d08-bef5-c8a9f009846e", + "last_modified": 1683687423837 + }, + { + "schema": 1683686878546, + "derHash": "5gFHdwU0EnD9EgBmu98mIj5pU8Tbj6fqGX6vW/g0OyU=", + "subject": "CN=BJCA EV SSL CA2,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBFViBTU0wgQ0Ey", + "whitelist": false, + "attachment": { + "hash": "1323214ca2300de22d31d3814369d58fa6ae9e62ad92d6cc7604beb534750fd5", + "size": 1195, + "filename": "izxAW1vFQ-UGDxZZLXNl_O7jFN6W3VRKExKXWDX4Ps4=.pem", + "location": "security-state-staging/intermediates/c4a02c21-2b81-4612-96ea-de52dd1333c0.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "izxAW1vFQ+UGDxZZLXNl/O7jFN6W3VRKExKXWDX4Ps4=", + "crlite_enrolled": false, + "id": "17f83555-ab78-4fe7-908c-178e8b13c869", + "last_modified": 1683687423835 + }, + { + "schema": 1683686877665, + "derHash": "1wxZcAmvOjo3vfq+oMZBCMe4PNbCBC6P8Xij7o/gyug=", + "subject": "CN=BJCA IV SSL CA1,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBJViBTU0wgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "4c482fc8f507db6f5c7d83db341cff5fc7e21125450d9bcd86f157d233d6d3e3", + "size": 2032, + "filename": "1A_YDK0Cvh0x4c9OrH6hqXq_RW1vH6qY-R_tqJ5qsog=.pem", + "location": "security-state-staging/intermediates/c63f496a-748b-420b-9347-234c8c835e67.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "1A/YDK0Cvh0x4c9OrH6hqXq/RW1vH6qY+R/tqJ5qsog=", + "crlite_enrolled": false, + "id": "3ac3dfe5-e8a6-46b9-8130-d4483fef73f7", + "last_modified": 1683687423832 + }, + { + "schema": 1683686879698, + "derHash": "GdD+Zg28D6lIz0WRjkje+4OWxAJpA7wZ/k+RVS3/Tck=", + "subject": "CN=BJCA Generic CA1,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "MFAxCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEZMBcGA1UEAwwQQkpDQSBHZW5lcmljIENBMQ==", + "whitelist": false, + "attachment": { + "hash": "3adf773fce633198e611293a20e90991037ea4e69c8194041bda5d7113d367b4", + "size": 1991, + "filename": "q4LhFN_r1c3dNt9NyxWwOwKS1S9Dv2gJVKxNa57YdPI=.pem", + "location": "security-state-staging/intermediates/55e65fbf-a90b-4e4c-b9ce-7bd8ca55f86b.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "q4LhFN/r1c3dNt9NyxWwOwKS1S9Dv2gJVKxNa57YdPI=", + "crlite_enrolled": false, + "id": "1afda35e-956c-46f3-85f2-2e84242c2017", + "last_modified": 1683687423830 + }, + { + "schema": 1683686878828, + "derHash": "tM3PL0oRQc/mBPfVBifJb4gqq5XB07ekq7JGFdsVfRc=", + "subject": "CN=BJCA Generic CA2,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "MFAxCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEZMBcGA1UEAwwQQkpDQSBHZW5lcmljIENBMg==", + "whitelist": false, + "attachment": { + "hash": "f097ecf027e6de14d4c09d02efde8bae582c4fec4e9920bd5843e270ee48eb40", + "size": 1154, + "filename": "31wNnjIOnIWZ2H6NJiuXBRLBhzngPMa3QpiMJNJ-Nt0=.pem", + "location": "security-state-staging/intermediates/ba5c1b80-d5d7-4af9-a8bc-aba07c4e6983.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "31wNnjIOnIWZ2H6NJiuXBRLBhzngPMa3QpiMJNJ+Nt0=", + "crlite_enrolled": false, + "id": "c526314c-38f2-4e77-95a6-cba2ac31a152", + "last_modified": 1683687423828 + }, + { + "schema": 1683686877217, + "derHash": "P1yxUxyxIjqr+3CHLcQ9LdbMPSgj6WtFip+KfsAmWUY=", + "subject": "CN=BJCA DV SSL CA2,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBEViBTU0wgQ0Ey", + "whitelist": false, + "attachment": { + "hash": "0477b03fe42a51cf720c5f271dd8707de7df5cca4b939d75088a721f4054c716", + "size": 1195, + "filename": "8WeDV8VuEJrDjNNnUkEUBbECT6pr7d3VnZOwBO87fcA=.pem", + "location": "security-state-staging/intermediates/ba34206c-ebf7-4165-9dd0-c834d74a7240.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "8WeDV8VuEJrDjNNnUkEUBbECT6pr7d3VnZOwBO87fcA=", + "crlite_enrolled": false, + "id": "4f059ec0-e82f-4017-974e-6f0c7a0d76d5", + "last_modified": 1683687423825 + }, + { + "schema": 1683686876910, + "derHash": "OhpL1qYkaFeNvJHcJHBbJ2qDfMGLa+8f8/btD+YyYwI=", + "subject": "CN=BJCA OV SSL CA2,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBPViBTU0wgQ0Ey", + "whitelist": false, + "attachment": { + "hash": "8b27df18c2e866e7dfa85754cb29421b6f2e2ca998ff85edd3e912829175b711", + "size": 1195, + "filename": "tvJtJO4-3B8MoQ5C0ZwacldZCG-fJQKWXSdIedTP7wU=.pem", + "location": "security-state-staging/intermediates/070e5855-b176-4634-895a-2e70b31a0a09.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "tvJtJO4+3B8MoQ5C0ZwacldZCG+fJQKWXSdIedTP7wU=", + "crlite_enrolled": false, + "id": "2188890a-7aaf-4ab5-813d-c7bb3659023d", + "last_modified": 1683687423823 + }, + { + "schema": 1683686877953, + "derHash": "tAjWyCCXEhaUubZUjFtJRFlMCBE082xb6I10+jR1nZE=", + "subject": "CN=BJCA DV SSL CA1,O=BEIJING CERTIFICATE AUTHORITY,C=CN", + "subjectDN": "ME8xCzAJBgNVBAYTAkNOMSYwJAYDVQQKDB1CRUlKSU5HIENFUlRJRklDQVRFIEFVVEhPUklUWTEYMBYGA1UEAwwPQkpDQSBEViBTU0wgQ0Ex", + "whitelist": false, + "attachment": { + "hash": "9cb99347de0950999aa205bc399844ebfda2eed74f9e22b40e9f5d35fe2e692f", + "size": 2032, + "filename": "kuKda6ujweDL4dO-o3j75jUDxqs8YWcDK29LT2fc2yg=.pem", + "location": "security-state-staging/intermediates/46746f82-2bb6-4c4f-9930-8cc48fa32633.pem", + "mimetype": "application/x-pem-file" + }, + "pubKeyHash": "kuKda6ujweDL4dO+o3j75jUDxqs8YWcDK29LT2fc2yg=", + "crlite_enrolled": false, + "id": "d35666a2-7f3f-4cf0-ae11-6f9581f65b30", + "last_modified": 1683687423820 + }, + { "schema": 1681980513975, "derHash": "L+Ta43D88rWPDHXyq8SUFLiB9VTs8hSF6uc/6qF7Hc0=", "subject": "CN=GlobalSign Atlas R3 DV ACME CA 2023 Q3,O=GlobalSign nv-sa,C=BE", @@ -433,24 +1009,6 @@ "last_modified": 1679518623527 }, { - "schema": 1679496492018, - "derHash": "LhmMIn+T+c+W97ihmG9llzVQLJVkB9s28NSj1gH0JHI=", - "subject": "CN=cyber_Folks,O=cyber_Folks S.A.,C=PL", - "subjectDN": "MD4xCzAJBgNVBAYTAlBMMRkwFwYDVQQKDBBjeWJlcl9Gb2xrcyBTLkEuMRQwEgYDVQQDDAtjeWJlcl9Gb2xrcw==", - "whitelist": false, - "attachment": { - "hash": "af7452cf60f895407cabded55c5f101c501466461b80c9552ae1d72d1ca49017", - "size": 1703, - "filename": "shhKME0KxqZQ2wHqxgxToMHmEKhynXo_W0VCw1DIHRU=.pem", - "location": "security-state-staging/intermediates/9eb81bcd-faf9-49a0-910e-d37386c11aec.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "shhKME0KxqZQ2wHqxgxToMHmEKhynXo/W0VCw1DIHRU=", - "crlite_enrolled": false, - "id": "2da2da44-5d5f-4bbe-9515-f533a291ad43", - "last_modified": 1679497023553 - }, - { "schema": 1679348884403, "derHash": "/jy+2DjTC6uQAYTB8hpLJ9MhHLXJJX1+mFwq5DrGqJ8=", "subject": "CN=DigiCert QuoVadis G3 Qualified TLS RSA4096 SHA256 2023 CA1,O=QuoVadis Trustlink B.V.,C=NL", @@ -613,24 +1171,6 @@ "last_modified": 1674831423067 }, { - "schema": 1674831022033, - "derHash": "4hp4Q0P3Y/Xv6JTdyB4LW5KonfZQVvyoxJrUQUzXTrQ=", - "subject": "CN=netartSSL,O=netart.com sp. z o.o.,C=PL", - "subjectDN": "MEExCzAJBgNVBAYTAlBMMR4wHAYDVQQKDBVuZXRhcnQuY29tIHNwLiB6IG8uby4xEjAQBgNVBAMMCW5ldGFydFNTTA==", - "whitelist": false, - "attachment": { - "hash": "057738bae1021f294dc71891bef222761d8436fb7edc08e538db6c7e392210af", - "size": 1707, - "filename": "KaszdLtbqC_Ce0PVFw_k38sW-T8Ds1ODjsYj3DtSWMc=.pem", - "location": "security-state-staging/intermediates/fd03be7e-e416-420c-a8c0-2b829c362d52.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "KaszdLtbqC/Ce0PVFw/k38sW+T8Ds1ODjsYj3DtSWMc=", - "crlite_enrolled": false, - "id": "3c365cf9-2f49-4979-874c-47d919ec4382", - "last_modified": 1674831423059 - }, - { "schema": 1674787704399, "derHash": "fXQDQbUZP1PmdeOh47SxCV5gJQn2Wl+nV2sOOlRw+cY=", "subject": "CN=GTS Y1,O=Google Trust Services LLC,C=US", @@ -2359,24 +2899,6 @@ "last_modified": 1666727875046 }, { - "schema": 1666727432367, - "derHash": "Sh/2u/SBFw07dzzsHzqE3jtQlldc2/iwhDIgkxjKD70=", - "subject": "CN=Amazon,OU=Server CA 1B,O=Amazon,C=US", - "subjectDN": "MEYxCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZBbWF6b24xFTATBgNVBAsTDFNlcnZlciBDQSAxQjEPMA0GA1UEAxMGQW1hem9u", - "whitelist": false, - "attachment": { - "hash": "c0bc37b96bec8011b8d307eeca3d00c574601d10020be55221559de429641537", - "size": 1544, - "filename": "JSMzqOOrtyOT1kmau6zKhgT676hGgczD5VMdRMyJZFA=.pem", - "location": "security-state-staging/intermediates/a7a30d9c-6953-4f41-8b0e-5c00269c7884.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "JSMzqOOrtyOT1kmau6zKhgT676hGgczD5VMdRMyJZFA=", - "crlite_enrolled": false, - "id": "5f8eb034-72cd-45a6-8a55-0c083afa34dd", - "last_modified": 1666727875032 - }, - { "schema": 1666727449880, "derHash": "CP1BixGIU0hP0bBm8ZIqgPVx2P/3Jo1Ziwht8YtYCtg=", "subject": "CN=Atos TrustedRoot Server-CA 2019,O=Atos,C=DE", @@ -2917,24 +3439,6 @@ "last_modified": 1666727874573 }, { - "schema": 1666727404247, - "derHash": "9V+f/Lg8c0UyYWAcfgRNsVoPA0uTwFgw8oY174ic9nA=", - "subject": "CN=Amazon,OU=Server CA 1B,O=Amazon,C=US", - "subjectDN": "MEYxCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZBbWF6b24xFTATBgNVBAsTDFNlcnZlciBDQSAxQjEPMA0GA1UEAxMGQW1hem9u", - "whitelist": false, - "attachment": { - "hash": "37adce7ce3a304a9a05f1f1f66ba3242182c5165a762ea08dab41ed3eb9b76f3", - "size": 1544, - "filename": "JSMzqOOrtyOT1kmau6zKhgT676hGgczD5VMdRMyJZFA=.pem", - "location": "security-state-staging/intermediates/e974e18f-9dbd-443f-ad0e-843d3b3588b0.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "JSMzqOOrtyOT1kmau6zKhgT676hGgczD5VMdRMyJZFA=", - "crlite_enrolled": false, - "id": "aa9b7129-b8e6-4ae5-b00f-5a7d58046865", - "last_modified": 1666727874558 - }, - { "schema": 1666727376029, "derHash": "YJkw64B61CCv2iqKphtnSDA5FozXZuCZQqSL/n873BA=", "subject": "OU=Public Certification Authority - G2,O=Chunghwa Telecom Co.\\, Ltd.,C=TW", @@ -6085,24 +6589,6 @@ "last_modified": 1666727871960 }, { - "schema": 1666727440238, - "derHash": "bINDiPKg0GlJxj788w13eC4lqCUBNZOeVJYCFFQO6kU=", - "subject": "CN=Root CA - G3,O=Root Networks\\, LLC,C=US", - "subjectDN": "MEExCzAJBgNVBAYTAlVTMRswGQYDVQQKDBJSb290IE5ldHdvcmtzLCBMTEMxFTATBgNVBAMMDFJvb3QgQ0EgLSBHMw==", - "whitelist": false, - "attachment": { - "hash": "7a25b4650cf78598d30bd2fd71f98a9514917410a9123cf8351a487e3ed9a093", - "size": 1678, - "filename": "ujBfMmfTX_3dCWQV89ZY2Tw4qhFf2vkDZrrqzCdlxfU=.pem", - "location": "security-state-staging/intermediates/66e99cd4-a706-4053-955f-653718c3b045.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "ujBfMmfTX/3dCWQV89ZY2Tw4qhFf2vkDZrrqzCdlxfU=", - "crlite_enrolled": false, - "id": "99a1932a-c19a-4578-9601-9b6ab050b37b", - "last_modified": 1666727871946 - }, - { "schema": 1666727453492, "derHash": "nHgvawVYrcscye+EUyDRRZLJIg/PADDAmA2ddTsGYk8=", "subject": "CN=International Hellenic University TLS RSA SubCA R1,O=Hellenic Academic and Research Institutions CA,C=GR", @@ -7921,24 +8407,6 @@ "last_modified": 1666727870309 }, { - "schema": 1666727329716, - "derHash": "XLnp3jKxh+QLoU/fIA/aYse0+/iNZPd84C3W6+a8wbA=", - "subject": "CN=Hongkong Post e-Cert CA 1 - 15,O=Hongkong Post,L=Hong Kong,ST=Hong Kong,C=HK", - "subjectDN": "MHYxCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcTCUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEnMCUGA1UEAxMeSG9uZ2tvbmcgUG9zdCBlLUNlcnQgQ0EgMSAtIDE1", - "whitelist": false, - "attachment": { - "hash": "b1dec54f97f654e9b417aea0e0d23a22852001ddaf0a4b9b7a4c8d05cb468de6", - "size": 1743, - "filename": "nJWwmV0E5pEw1Pt8yzqltuQOo94m9iy9I53BzzbPaqE=.pem", - "location": "security-state-staging/intermediates/6388fa41-6293-4a28-b765-3fe9a3137870.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "nJWwmV0E5pEw1Pt8yzqltuQOo94m9iy9I53BzzbPaqE=", - "crlite_enrolled": false, - "id": "136210c9-de18-49a4-bbd8-4b85d01b0cfc", - "last_modified": 1666727870295 - }, - { "schema": 1666727379118, "derHash": "AYGythcxeVYudWMjRAN8pSMBhhin9xaCaaPrhTZ/91w=", "subject": "CN=DigiCert Assured ID Grid TLS RSA2048 SHA256 2022 CA1,O=DigiCert\\, Inc.,C=US", @@ -8695,24 +9163,6 @@ "last_modified": 1666727869679 }, { - "schema": 1666727343170, - "derHash": "Ko5qhudNEO2yAmyBaT1klXoPCBwWMZEqyV79/LViVlc=", - "subject": "CN=HiPKI EV TLS CA - G1,O=Chunghwa Telecom Co.\\, Ltd.,C=TW", - "subjectDN": "MFExCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEdMBsGA1UEAwwUSGlQS0kgRVYgVExTIENBIC0gRzE=", - "whitelist": false, - "attachment": { - "hash": "a023cea4830614c1b609404c9d6c146bd9ea1c7b18d1387e6ffd3f1bc4df8468", - "size": 2406, - "filename": "Vh3AWHegYXB8SaGzfKEBMcyAbWnHMWpi2fmpJO2WgMU=.pem", - "location": "security-state-staging/intermediates/3f43d607-34b9-4a08-a601-014da9b7f84d.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "Vh3AWHegYXB8SaGzfKEBMcyAbWnHMWpi2fmpJO2WgMU=", - "crlite_enrolled": false, - "id": "43a2c25b-7851-4031-bd23-1be3b5327e04", - "last_modified": 1666727869665 - }, - { "schema": 1666727369598, "derHash": "1sxXuSYOmwEt+sQKgb/AIrktkfpJt8RcWd+GcCqsKQY=", "subject": "CN=Verokey Verified Business,O=Verokey,C=AU", @@ -19891,24 +20341,6 @@ "last_modified": 1659056262846 }, { - "schema": 1658926111792, - "derHash": "VUSiT+sh9oHxmH0w4K9cSen5//1VUKiJtAseycyB5mc=", - "subject": "CN=Hongkong Post Root CA 3,O=Hongkong Post,L=Hong Kong,ST=Hong Kong,C=HK", - "subjectDN": "MG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcTCUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9uZ2tvbmcgUG9zdCBSb290IENBIDM=", - "whitelist": false, - "attachment": { - "hash": "4c5b0700bc71b4e78f0834cea51449926e4366fc6bd55fe838cb5acad8f51f36", - "size": 2020, - "filename": "JUHlO6WzsHrL5wl6xKA-BAwRz3ptSmfLIT1Vi1AWegY=.pem", - "location": "security-state-staging/intermediates/34ab8f6d-6a63-4e28-b53b-850c3ac5899d.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "JUHlO6WzsHrL5wl6xKA+BAwRz3ptSmfLIT1Vi1AWegY=", - "crlite_enrolled": false, - "id": "00188779-96d0-4934-89ac-f7b56f182eef", - "last_modified": 1658926623098 - }, - { "schema": 1658342922602, "derHash": "cQ3k0iZCnhZXwVBCs/QE3lv23r/gD3ff1nGuxno3Tkg=", "subject": "CN=GlobalSign Atlas ECCR5 DV TLS CA 2022 Q4,O=GlobalSign nv-sa,C=BE", @@ -21115,42 +21547,6 @@ "last_modified": 1651201056418 }, { - "schema": 1650962920282, - "derHash": "Ocdjqc8Z2SP5d9I2JquJBEmkRKuLeVyBXvHvgf68Hjg=", - "subject": "CN=Amazon,OU=Server CA 1A,O=Amazon,C=US", - "subjectDN": "MEYxCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZBbWF6b24xFTATBgNVBAsTDFNlcnZlciBDQSAxQTEPMA0GA1UEAxMGQW1hem9u", - "whitelist": false, - "attachment": { - "hash": "f399c4419d079a15a697f418e9a8d5ff90d3ac32db49507e30ee4a17491a1fd2", - "size": 1544, - "filename": "ZLtb2AMR-j9TvZlATKuHYq1uBIRH0Kl_IZ_OyhZh83w=.pem", - "location": "security-state-staging/intermediates/2595f6c1-56fb-4026-9d93-9ba159b2f77e.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "ZLtb2AMR+j9TvZlATKuHYq1uBIRH0Kl/IZ/OyhZh83w=", - "crlite_enrolled": false, - "id": "a673a51c-cf7a-4f0e-8ef0-c30a6fcaf0c4", - "last_modified": 1650963440119 - }, - { - "schema": 1650962915469, - "derHash": "chMOOyiQA0khRhf01vP7hdCEde54vwlcWUWKFNGCiGY=", - "subject": "CN=Amazon,OU=Server CA 2A,O=Amazon,C=US", - "subjectDN": "MEYxCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZBbWF6b24xFTATBgNVBAsTDFNlcnZlciBDQSAyQTEPMA0GA1UEAxMGQW1hem9u", - "whitelist": false, - "attachment": { - "hash": "2a82794488d990d2916a320c0881fba10016362c3188bf9954c30bf6848d39ec", - "size": 2235, - "filename": "G9pa__g3gTgL9wgZj599LbHgZ_FLuep7rnCqwLAwXns=.pem", - "location": "security-state-staging/intermediates/286bed2c-a929-4e6f-a1ab-7233972c722f.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "G9pa//g3gTgL9wgZj599LbHgZ/FLuep7rnCqwLAwXns=", - "crlite_enrolled": false, - "id": "1654227e-f47f-4778-8136-e7cca51abf27", - "last_modified": 1650963440067 - }, - { "schema": 1650919770377, "derHash": "tvZVm7zgosyR5Qe11zGeMkh+2uKKBjvHO2QF5sRGZbY=", "subject": "CN=QuoVadis Enterprise Trust CA 2 G3,O=QuoVadis Limited,C=BM", @@ -21205,24 +21601,6 @@ "last_modified": 1650920239252 }, { - "schema": 1650919762710, - "derHash": "e+0pJ2rL7Z8Xbzi7o6Z85YFbXL8VIse7WezYawnhbtI=", - "subject": "CN=Amazon,OU=Server CA 4A,O=Amazon,C=US", - "subjectDN": "MEYxCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZBbWF6b24xFTATBgNVBAsTDFNlcnZlciBDQSA0QTEPMA0GA1UEAxMGQW1hem9u", - "whitelist": false, - "attachment": { - "hash": "80e7ade2cfaf2410560723bc955bfee6189c0738bf29f0cbef746f8ab6211ff5", - "size": 1089, - "filename": "F3CN_yt_rsnLG1IV67JCHZewVDyTb6ydbgK5LyDlxwc=.pem", - "location": "security-state-staging/intermediates/84b45e4e-dff5-47aa-9a4b-238ead864dc5.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "F3CN/yt/rsnLG1IV67JCHZewVDyTb6ydbgK5LyDlxwc=", - "crlite_enrolled": false, - "id": "bdfef393-879d-470f-9c38-dd5dab153498", - "last_modified": 1650920239226 - }, - { "schema": 1650919752248, "derHash": "GLtw79o/kUOBFcnrTzM+tOxoNUVx5pSRlaCpHJ5vvNg=", "subject": "CN=QuoVadis RCA1G3 TLS CA,O=QuoVadis Limited,C=BM", @@ -21277,24 +21655,6 @@ "last_modified": 1650920239156 }, { - "schema": 1650919748442, - "derHash": "38x3XGRNtKM61xKTQz9GPI4xBXziLLJn+dMaA1P0/C8=", - "subject": "CN=Amazon,OU=Server CA 0A,O=Amazon,C=US", - "subjectDN": "MEYxCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZBbWF6b24xFTATBgNVBAsTDFNlcnZlciBDQSAwQTEPMA0GA1UEAxMGQW1hem9u", - "whitelist": false, - "attachment": { - "hash": "beb147abe96d6e343843d2e2fd729d58e42b2dab74a3c0ccc41530639168e721", - "size": 1666, - "filename": "tYU57KoTkhzNuA0400h1_eZHHFoVnZvu8vpvmZg71hE=.pem", - "location": "security-state-staging/intermediates/3383c131-2b81-4c4f-a58b-e6ef7e58221b.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "tYU57KoTkhzNuA0400h1/eZHHFoVnZvu8vpvmZg71hE=", - "crlite_enrolled": false, - "id": "85f2978a-5169-4f2b-85c2-3dbe91a9bdca", - "last_modified": 1650920239147 - }, - { "schema": 1650919743592, "derHash": "HjVoI/5AwOqsKfntVGO3stscCItj67BYdqLmMcEId5g=", "subject": "CN=QuoVadis Enterprise Trust CA 2 G4,O=QuoVadis Trustlink B.V.,C=NL", @@ -21331,24 +21691,6 @@ "last_modified": 1650920239085 }, { - "schema": 1650919741723, - "derHash": "IFFUt3ftxVpRRlhaXlTgVKcL5KrTuF0CMY2ie/gHrfE=", - "subject": "CN=Amazon,OU=Server CA 3A,O=Amazon,C=US", - "subjectDN": "MEYxCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZBbWF6b24xFTATBgNVBAsTDFNlcnZlciBDQSAzQTEPMA0GA1UEAxMGQW1hem9u", - "whitelist": false, - "attachment": { - "hash": "05a3b22929a248fe09c8e080b25d2e2076a990ab5c629c24916624485d790547", - "size": 1008, - "filename": "fFO133kTXZr2GV72u3OrmMLImVC4krGS3_14TbklpBw=.pem", - "location": "security-state-staging/intermediates/ed143684-ab7b-440f-80d7-5cb002fd46e6.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "fFO133kTXZr2GV72u3OrmMLImVC4krGS3/14TbklpBw=", - "crlite_enrolled": false, - "id": "98c1807d-c60d-4481-ab30-ef5247fb140b", - "last_modified": 1650920239068 - }, - { "schema": 1650919735069, "derHash": "QMgm/bIroyovnbT5R3D3K4sdqcj/2nsR5vJ68kXIm14=", "subject": "CN=Amazon Root CA 3,O=Amazon,C=US", @@ -21691,42 +22033,6 @@ "last_modified": 1649973509629 }, { - "schema": 1648781340337, - "derHash": "F2rr8pcr1vRxee3j3mOEixVDtFrilUvqRRhbFSU3ucQ=", - "subject": "CN=Hongkong Post Root CA 3,O=Hongkong Post,L=Hong Kong,ST=Hong Kong,C=HK", - "subjectDN": "MG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcTCUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9uZ2tvbmcgUG9zdCBSb290IENBIDM=", - "whitelist": false, - "attachment": { - "hash": "b4ba7c31c249eb874c39b6a3e78147e6623a6ccbab1429cce2313067069229b7", - "size": 2020, - "filename": "JUHlO6WzsHrL5wl6xKA-BAwRz3ptSmfLIT1Vi1AWegY=.pem", - "location": "security-state-staging/intermediates/39b3dcba-a7a7-4969-9493-b50803c7a8a2.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "JUHlO6WzsHrL5wl6xKA+BAwRz3ptSmfLIT1Vi1AWegY=", - "crlite_enrolled": false, - "id": "842fdd33-8665-48df-a734-9fa716c62edb", - "last_modified": 1648781848995 - }, - { - "schema": 1648781339361, - "derHash": "FEIqG9WpHtunOXuGmJIjabavaYT/h6z2E52qkZ55WhQ=", - "subject": "CN=Hongkong Post e-Cert CA 1 - 14,O=Hongkong Post,C=HK", - "subjectDN": "ME4xCzAJBgNVBAYTAkhLMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MScwJQYDVQQDEx5Ib25na29uZyBQb3N0IGUtQ2VydCBDQSAxIC0gMTQ=", - "whitelist": false, - "attachment": { - "hash": "5a4d38e1effb5367e3fd8c4536f7e3be9e065be0cb93778e4484d32658a3c99c", - "size": 1626, - "filename": "vSKE_tMDVyGX2f0WYoCAXCvfnFi2nosboVhJtpmvc10=.pem", - "location": "security-state-staging/intermediates/85cc6392-76ad-4ab9-8327-9f8d7cbb9b9a.pem", - "mimetype": "application/x-pem-file" - }, - "pubKeyHash": "vSKE/tMDVyGX2f0WYoCAXCvfnFi2nosboVhJtpmvc10=", - "crlite_enrolled": false, - "id": "a4269288-d28d-456b-84f5-cdd8b22a22d5", - "last_modified": 1648781848986 - }, - { "schema": 1648667430650, "derHash": "XScMtO/1h61s0Xyytg2QhKFT130qp5oss9sd25BGhPU=", "subject": "CN=DigiCert High Assurance TLS Hybrid ECC SHA256 2020 CA1,O=DigiCert\\, Inc.,C=US", @@ -27505,5 +27811,5 @@ "last_modified": 1559865863642 } ], - "timestamp": 1682866623436 + "timestamp": 1685177823491 } diff -Nru firefox-esr-102.11.0esr/services/settings/dumps/security-state/onecrl.json firefox-esr-102.12.0esr/services/settings/dumps/security-state/onecrl.json --- firefox-esr-102.11.0esr/services/settings/dumps/security-state/onecrl.json 2023-05-04 16:01:19.000000000 +0000 +++ firefox-esr-102.12.0esr/services/settings/dumps/security-state/onecrl.json 2023-05-29 17:34:35.000000000 +0000 @@ -1,6 +1,411 @@ { "data": [ { + "schema": 1684515701546, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MIGCMQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE3MDUGA1UEAwwuU1NMLmNvbSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQSBSMg==", + "serialNumber": "KHpJphmDZxRIPBZGR/82CA==", + "id": "da20b172-c699-4bb4-99c1-040d26ecea90", + "last_modified": 1684959777375 + }, + { + "schema": 1684515701327, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MGsxCzAJBgNVBAYTAklUMQ4wDAYDVQQHDAVNaWxhbjEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxJzAlBgNVBAMMHkFjdGFsaXMgQXV0aGVudGljYXRpb24gUm9vdCBDQQ==", + "serialNumber": "MtYr/GdQGss=", + "id": "6a886cc5-94b2-4a3f-9417-63964ba98da1", + "last_modified": 1684959777372 + }, + { + "schema": 1684515701470, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MHwxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTEwLwYDVQQDDChTU0wuY29tIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRUND", + "serialNumber": "T9L6yA/FobXp6H4lKG9bgQ==", + "id": "650d8f85-0ba9-4d79-a7a7-214542d0765c", + "last_modified": 1684959777368 + }, + { + "schema": 1684515701621, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MEcxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbml0cnVzdDElMCMGA1UEAwwcVUNBIEV4dGVuZGVkIFZhbGlkYXRpb24gUm9vdA==", + "serialNumber": "R0aPxVlgX1X+t6mSbk0YTw==", + "id": "e2c5475d-ca6d-4376-bc39-a550070fd4e4", + "last_modified": 1684959777364 + }, + { + "schema": 1684515700901, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MH8xCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTQwMgYDVQQDDCtTU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRUND", + "serialNumber": "DTVetRXgI5CCmvFrSBGi+w==", + "id": "f85ea05b-2fb5-4694-8278-bcd2eadf69ab", + "last_modified": 1684959777360 + }, + { + "schema": 1684515700754, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MHwxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTEwLwYDVQQDDChTU0wuY29tIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRUND", + "serialNumber": "PcAH56XNTxuCv3DL7xgR4g==", + "id": "e3e3c365-b36a-4c29-b8a0-aea044831183", + "last_modified": 1684959777357 + }, + { + "schema": 1684515701253, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MHwxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTEwLwYDVQQDDChTU0wuY29tIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNB", + "serialNumber": "OXQnZqWVgle5u3wWTzhUJg==", + "id": "7050eabc-bf45-44c2-beea-f8192aaf3fcc", + "last_modified": 1684959777353 + }, + { + "schema": 1684515701400, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MH8xCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTQwMgYDVQQDDCtTU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRUND", + "serialNumber": "PLTWlkfKJt1jQIE1gZUBPw==", + "id": "cd3b6317-1206-4e0c-ad14-df4e140f8e14", + "last_modified": 1684959777349 + }, + { + "schema": 1684515701177, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MIGDMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MScwJQYDVQQDEx5DZXJ0dW0gR2xvYmFsIFNlcnZpY2VzIENBIFNIQTI=", + "serialNumber": "ANMsRVbdSs/gKE0TaNyDdYI=", + "id": "8f8510a7-0f46-482a-b64c-7ec8940bce59", + "last_modified": 1684959777345 + }, + { + "schema": 1684515701110, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MGsxCzAJBgNVBAYTAklUMQ4wDAYDVQQHDAVNaWxhbjEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxJzAlBgNVBAMMHkFjdGFsaXMgQXV0aGVudGljYXRpb24gUm9vdCBDQQ==", + "serialNumber": "W0naHidw4ro=", + "id": "8e836d5f-90db-40b7-87e6-f9ad34f430f0", + "last_modified": 1684959777341 + }, + { + "schema": 1684515700683, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MIGCMQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE3MDUGA1UEAwwuU1NMLmNvbSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQSBSMg==", + "serialNumber": "RtNp7fstuGGz2s6j3yzzMg==", + "id": "9c9e62fd-f5ea-4279-9bd1-64fd3505d4a6", + "last_modified": 1684959777337 + }, + { + "schema": 1684515700610, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBIDI=", + "serialNumber": "ALhZFHE/V9+PMcAzPdLWGXojF7Tr", + "id": "58aa1558-2da2-425a-bf2a-1032b20158f0", + "last_modified": 1684959777333 + }, + { + "schema": 1684515700972, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MIGCMQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE3MDUGA1UEAwwuU1NMLmNvbSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQSBSMg==", + "serialNumber": "XkXCVpudK72cE8vm41R9AQ==", + "id": "7730004d-3de6-4732-bd77-219cee8b3ef0", + "last_modified": 1684959777330 + }, + { + "schema": 1684515700259, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MF0xCzAJBgNVBAYTAkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScwJQYDVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTI=", + "serialNumber": "IrmxhDQpanb+qFnGG4+Orw==", + "id": "2cd63e86-b487-4dbd-8b71-ebdaddd44d91", + "last_modified": 1684959777326 + }, + { + "schema": 1684515700540, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MHwxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTEwLwYDVQQDDChTU0wuY29tIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNB", + "serialNumber": "KeKCeAGZ2nV6Gzfgc0Z7NQ==", + "id": "dcbe324c-ba16-4667-8127-5ea13a329448", + "last_modified": 1684959777322 + }, + { + "schema": 1684515700404, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MEcxCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDElMCMGA1UEAwwcVUNBIEV4dGVuZGVkIFZhbGlkYXRpb24gUm9vdA==", + "serialNumber": "UuhDsZZ+VM6gWSw3oW+alA==", + "id": "63273f3c-6d24-447c-86e9-b7f0ffe1c015", + "last_modified": 1684959777318 + }, + { + "schema": 1684515700333, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MGsxCzAJBgNVBAYTAklUMQ4wDAYDVQQHDAVNaWxhbjEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxJzAlBgNVBAMMHkFjdGFsaXMgQXV0aGVudGljYXRpb24gUm9vdCBDQQ==", + "serialNumber": "C1C7rAKtMNU=", + "id": "2e37c7be-f0af-482c-b4bf-27aaf11562c0", + "last_modified": 1684959777313 + }, + { + "schema": 1684515700046, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MHwxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTEwLwYDVQQDDChTU0wuY29tIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRUND", + "serialNumber": "cetBW+6jOSy8e7tQnpyhZg==", + "id": "3a60fc31-af7c-438a-bc3e-505eee8df89f", + "last_modified": 1684959777309 + }, + { + "schema": 1684515700191, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MIGDMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MScwJQYDVQQDEx5DZXJ0dW0gR2xvYmFsIFNlcnZpY2VzIENBIFNIQTI=", + "serialNumber": "ANMsRVbdSs/gKE0TaNyDdYA=", + "id": "d563ed80-0a00-43fb-b29e-0b4bbe360918", + "last_modified": 1684959777304 + }, + { + "schema": 1684515700118, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MD0xCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEdsb2JhbCBHMiBSb290", + "serialNumber": "dGUXetoc8PMhu+yUKqxr+w==", + "id": "be2dbc33-d916-4e48-9795-55ea058ef8ee", + "last_modified": 1684959777300 + }, + { + "schema": 1684515699834, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MFYxCzAJBgNVBAYTAkNOMTAwLgYDVQQKDCdDaGluYSBGaW5hbmNpYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxFTATBgNVBAMMDENGQ0EgRVYgUk9PVA==", + "serialNumber": "APNIyc+EuEJyvJY=", + "id": "2a619003-53f7-42b6-bcc2-3379929bcc29", + "last_modified": 1684959777296 + }, + { + "schema": 1684515699976, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MF0xCzAJBgNVBAYTAkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScwJQYDVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTI=", + "serialNumber": "Irmxgz92/E4QuySEiLjkzA==", + "id": "1b7d47e4-97c5-4e99-b529-48d109b0096c", + "last_modified": 1684959777292 + }, + { + "schema": 1684515700469, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUgQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjg=", + "serialNumber": "ZHTJPiF08nD3crsRjhjSiA==", + "id": "30dbade3-e94a-46bc-a34e-fbe2ac114c5f", + "last_modified": 1684959777289 + }, + { + "schema": 1684368006449, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MHwxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTEwLwYDVQQDDChTU0wuY29tIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNB", + "serialNumber": "CNO7HB1sjEGMTCY4N8Ghfg==", + "id": "40e9c0fd-2aca-46de-938b-a710faa650bf", + "last_modified": 1684959777285 + }, + { + "schema": 1684515700824, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MH4xCzAJBgNVBAYTAlBMMSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBUcnVzdGVkIE5ldHdvcmsgQ0E=", + "serialNumber": "ALsCK/mrS/IL9O0gFtqEn74=", + "id": "d348f16a-7846-464d-85b5-bcd98b4e3420", + "last_modified": 1684959777281 + }, + { + "schema": 1684515701040, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MFAxCzAJBgNVBAYTAkpQMRgwFgYDVQQKEw9TRUNPTSBUcnVzdC5uZXQxJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmljYXRpb24gUm9vdENBMQ==", + "serialNumber": "Ermw+nLg2EjG", + "id": "ab310b23-e989-466e-a624-d3234f51637a", + "last_modified": 1684959777277 + }, + { + "schema": 1684515699904, + "details": { + "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1834089", + "who": "", + "why": "", + "name": "", + "created": "" + }, + "enabled": false, + "issuerName": "MD0xCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEdsb2JhbCBHMiBSb290", + "serialNumber": "Rbw6WjuXYmYHkr+VBZ3r0Q==", + "id": "fa261b5e-10ea-48ac-9980-a1b8e90ccbae", + "last_modified": 1684959777273 + }, + { "schema": 1667948172583, "details": { "bug": "https://bugzilla.mozilla.org/show_bug.cgi?id=1798526", @@ -22561,5 +22966,5 @@ "last_modified": 1480349158647 } ], - "timestamp": 1668019772820 + "timestamp": 1684959777375 } diff -Nru firefox-esr-102.11.0esr/sourcestamp.txt firefox-esr-102.12.0esr/sourcestamp.txt --- firefox-esr-102.11.0esr/sourcestamp.txt 2023-05-04 16:01:47.000000000 +0000 +++ firefox-esr-102.12.0esr/sourcestamp.txt 2023-05-29 17:35:02.000000000 +0000 @@ -1,2 +1,2 @@ -20230504124523 -https://hg.mozilla.org/releases/mozilla-esr102/rev/77dd215a134a9002bc9058de25328caf37baf636 +20230529170948 +https://hg.mozilla.org/releases/mozilla-esr102/rev/436a2ee5bfc7c4e70c0d6bc14bf1946e66c1a231 diff -Nru firefox-esr-102.11.0esr/third_party/libwebrtc/modules/video_capture/windows/device_info_ds.cc firefox-esr-102.12.0esr/third_party/libwebrtc/modules/video_capture/windows/device_info_ds.cc --- firefox-esr-102.11.0esr/third_party/libwebrtc/modules/video_capture/windows/device_info_ds.cc 2023-05-04 16:01:25.000000000 +0000 +++ firefox-esr-102.12.0esr/third_party/libwebrtc/modules/video_capture/windows/device_info_ds.cc 2023-05-29 17:34:41.000000000 +0000 @@ -503,9 +503,9 @@ } if (hrVC == S_OK) { - LONGLONG* frameDurationList; - LONGLONG maxFPS; - long listSize; + LONGLONG* frameDurationList = NULL; + LONGLONG maxFPS = 0; + long listSize = 0; SIZE size; size.cx = capability.width; size.cy = capability.height; @@ -518,10 +518,18 @@ hrVC = videoControlConfig->GetFrameRateList( outputCapturePin, tmp, size, &listSize, &frameDurationList); - // On some odd cameras, you may get a 0 for duration. - // GetMaxOfFrameArray returns the lowest duration (highest FPS) - if (hrVC == S_OK && listSize > 0 && - 0 != (maxFPS = GetMaxOfFrameArray(frameDurationList, listSize))) { + if (hrVC == S_OK) { + maxFPS = GetMaxOfFrameArray(frameDurationList, listSize); + } + + CoTaskMemFree(frameDurationList); + frameDurationList = NULL; + listSize = 0; + + // On some odd cameras, you may get a 0 for duration. Some others may + // not update the out vars. GetMaxOfFrameArray returns the lowest + // duration (highest FPS), or 0 if there was no list with elements. + if (0 != maxFPS) { capability.maxFPS = static_cast(10000000 / maxFPS); capability.supportFrameRateControl = true; } else // use existing method diff -Nru firefox-esr-102.11.0esr/third_party/libwebrtc/modules/video_capture/windows/help_functions_ds.cc firefox-esr-102.12.0esr/third_party/libwebrtc/modules/video_capture/windows/help_functions_ds.cc --- firefox-esr-102.11.0esr/third_party/libwebrtc/modules/video_capture/windows/help_functions_ds.cc 2023-05-04 16:01:24.000000000 +0000 +++ firefox-esr-102.12.0esr/third_party/libwebrtc/modules/video_capture/windows/help_functions_ds.cc 2023-05-29 17:34:41.000000000 +0000 @@ -21,6 +21,9 @@ namespace videocapturemodule { // This returns minimum :), which will give max frame rate... LONGLONG GetMaxOfFrameArray(LONGLONG* maxFps, long size) { + if (!maxFps || size <= 0) { + return 0; + } LONGLONG maxFPS = maxFps[0]; for (int i = 0; i < size; i++) { if (maxFPS > maxFps[i]) diff -Nru firefox-esr-102.11.0esr/third_party/rust/bindgen/src/codegen/mod.rs firefox-esr-102.12.0esr/third_party/rust/bindgen/src/codegen/mod.rs --- firefox-esr-102.11.0esr/third_party/rust/bindgen/src/codegen/mod.rs 2023-05-04 16:01:25.000000000 +0000 +++ firefox-esr-102.12.0esr/third_party/rust/bindgen/src/codegen/mod.rs 2023-05-29 17:34:42.000000000 +0000 @@ -111,7 +111,7 @@ } } -fn derives_of_item(item: &Item, ctx: &BindgenContext) -> DerivableTraits { +fn derives_of_item(item: &Item, ctx: &BindgenContext, forward_decl: bool) -> DerivableTraits { let mut derivable_traits = DerivableTraits::empty(); if item.can_derive_debug(ctx) && !item.annotations().disallow_debug() { @@ -124,7 +124,7 @@ let all_template_params = item.all_template_params(ctx); - if item.can_derive_copy(ctx) && !item.annotations().disallow_copy() { + if item.can_derive_copy(ctx) && !item.annotations().disallow_copy() && !forward_decl { derivable_traits |= DerivableTraits::COPY; if ctx.options().rust_features().builtin_clone_impls || @@ -891,7 +891,7 @@ let mut attributes = vec![attributes::repr("transparent")]; - let derivable_traits = derives_of_item(item, ctx); + let derivable_traits = derives_of_item(item, ctx, false); if !derivable_traits.is_empty() { let derives: Vec<_> = derivable_traits.into(); attributes.push(attributes::derives(&derives)) @@ -1813,8 +1813,9 @@ // NOTE: This check is conveniently here to avoid the dummy fields we // may add for unused template parameters. if self.is_forward_declaration() { + let prefix = ctx.trait_prefix(); fields.push(quote! { - _unused: [u8; 0], + _unused: ::#prefix::cell::UnsafeCell<[u8; 0]>, }); } else if item.is_zero_sized(ctx) { let has_address = if is_opaque { @@ -1891,7 +1892,7 @@ } } - let derivable_traits = derives_of_item(item, ctx); + let derivable_traits = derives_of_item(item, ctx, self.is_forward_declaration()); if !derivable_traits.contains(DerivableTraits::DEBUG) { needs_debug_impl = ctx.options().derive_debug && ctx.options().impl_debug && @@ -2850,7 +2851,7 @@ } if !variation.is_const() { - let mut derives = derives_of_item(item, ctx); + let mut derives = derives_of_item(item, ctx, false); // For backwards compat, enums always derive Clone/Eq/PartialEq/Hash, even // if we don't generate those by default. derives.insert( diff -Nru firefox-esr-102.11.0esr/toolkit/crashreporter/moz.build firefox-esr-102.12.0esr/toolkit/crashreporter/moz.build --- firefox-esr-102.11.0esr/toolkit/crashreporter/moz.build 2023-05-04 16:01:26.000000000 +0000 +++ firefox-esr-102.12.0esr/toolkit/crashreporter/moz.build 2023-05-29 17:34:42.000000000 +0000 @@ -55,7 +55,6 @@ "google-breakpad/src/common", "google-breakpad/src/common/linux", "google-breakpad/src/processor", - "pthread_create_interposer", ] if CONFIG["MOZ_OXIDIZED_BREAKPAD"]: diff -Nru firefox-esr-102.11.0esr/toolkit/crashreporter/pthread_create_interposer/moz.build firefox-esr-102.12.0esr/toolkit/crashreporter/pthread_create_interposer/moz.build --- firefox-esr-102.11.0esr/toolkit/crashreporter/pthread_create_interposer/moz.build 2023-05-04 16:01:27.000000000 +0000 +++ firefox-esr-102.12.0esr/toolkit/crashreporter/pthread_create_interposer/moz.build 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# 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/. -Library("pthread_create_interposer") - -NoVisibilityFlags() - -UNIFIED_SOURCES += [ - "pthread_create_interposer.cpp", -] diff -Nru firefox-esr-102.11.0esr/toolkit/crashreporter/pthread_create_interposer/pthread_create_interposer.cpp firefox-esr-102.12.0esr/toolkit/crashreporter/pthread_create_interposer/pthread_create_interposer.cpp --- firefox-esr-102.11.0esr/toolkit/crashreporter/pthread_create_interposer/pthread_create_interposer.cpp 2023-05-04 16:01:27.000000000 +0000 +++ firefox-esr-102.12.0esr/toolkit/crashreporter/pthread_create_interposer/pthread_create_interposer.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,125 +0,0 @@ -/* 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/. */ - -#include - -#include -#include -#include -#include -#include - -#include "mozilla/Assertions.h" -#include "mozilla/DebugOnly.h" - -using mozilla::DebugOnly; - -struct SigAltStack { - void* mem; - size_t size; -}; - -struct PthreadCreateParams { - void* (*start_routine)(void*); - void* arg; -}; - -// Install the alternate signal stack, returns a pointer to the memory area we -// mapped to store the stack only if it was installed successfully, otherwise -// returns NULL. -static void* install_sig_alt_stack(size_t size) { - void* alt_stack_mem = mmap(nullptr, size, PROT_READ | PROT_WRITE, - MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); - if (alt_stack_mem) { - stack_t alt_stack = { - .ss_sp = alt_stack_mem, - .ss_flags = 0, - .ss_size = size, - }; - - int rv = sigaltstack(&alt_stack, nullptr); - if (rv == 0) { - return alt_stack_mem; - } - - rv = munmap(alt_stack_mem, size); - MOZ_ASSERT(rv == 0); - } - - return nullptr; -} - -// Uninstall the alternate signal handler and unmaps it. Does nothing if -// alt_stack_mem is NULL. -static void uninstall_sig_alt_stack(void* alt_stack_ptr) { - SigAltStack* alt_stack = static_cast(alt_stack_ptr); - if (alt_stack->mem) { - stack_t disable_alt_stack = {}; - disable_alt_stack.ss_flags = SS_DISABLE; - DebugOnly rv = sigaltstack(&disable_alt_stack, nullptr); - MOZ_ASSERT(rv == 0); - rv = munmap(alt_stack->mem, alt_stack->size); - MOZ_ASSERT(rv == 0); - } -} - -// This replaces the routine passed to pthread_create() when a thread is -// started, it handles the alternate signal stack and calls the thread's -// actual routine. -void* set_alt_signal_stack_and_start(PthreadCreateParams* params) { - void* (*start_routine)(void*) = params->start_routine; - void* arg = params->arg; - free(params); - - void* thread_rv = nullptr; - static const size_t kSigStackSize = std::max(size_t(16384), size_t(SIGSTKSZ)); - void* alt_stack_mem = install_sig_alt_stack(kSigStackSize); - SigAltStack alt_stack{alt_stack_mem, kSigStackSize}; - pthread_cleanup_push(uninstall_sig_alt_stack, &alt_stack); - thread_rv = start_routine(arg); - pthread_cleanup_pop(1); - - return thread_rv; -} - -using pthread_create_func_t = int (*)(pthread_t*, const pthread_attr_t*, - void* (*)(void*), void*); - -extern "C" { -// This interposer replaces libpthread's pthread_create() so that we can -// inject an alternate signal stack in every new thread. -__attribute__((visibility("default"))) int pthread_create( - pthread_t* thread, const pthread_attr_t* attr, - void* (*start_routine)(void*), void* arg) { - // static const pthread_create_func_t real_pthread_create = - static const pthread_create_func_t real_pthread_create = - (pthread_create_func_t)dlsym(RTLD_NEXT, "pthread_create"); - - if (real_pthread_create == nullptr) { - MOZ_CRASH( - "pthread_create() interposition failed but the interposer function is " - "still being called, this won't work!"); - } - - if (real_pthread_create == pthread_create) { - MOZ_CRASH( - "We could not obtain the real pthread_create(). Calling the symbol we " - "got would make us enter an infinte loop so stop here instead."); - } - - PthreadCreateParams* params = - (PthreadCreateParams*)malloc(sizeof(PthreadCreateParams)); - params->start_routine = start_routine; - params->arg = arg; - - int result = real_pthread_create( - thread, attr, (void* (*)(void*))set_alt_signal_stack_and_start, params); - - if (result != 0) { - free(params); - } - - return result; -} -} diff -Nru firefox-esr-102.11.0esr/toolkit/modules/RemotePageAccessManager.jsm firefox-esr-102.12.0esr/toolkit/modules/RemotePageAccessManager.jsm --- firefox-esr-102.11.0esr/toolkit/modules/RemotePageAccessManager.jsm 2023-05-04 16:01:26.000000000 +0000 +++ firefox-esr-102.12.0esr/toolkit/modules/RemotePageAccessManager.jsm 2023-05-29 17:34:42.000000000 +0000 @@ -52,6 +52,7 @@ "security.certerror.hideAddException", ], RPMGetIntPref: [ + "security.dialog_enable_delay", "services.settings.clock_skew_seconds", "services.settings.last_update_seconds", ], diff -Nru firefox-esr-102.11.0esr/uriloader/exthandler/nsExternalHelperAppService.cpp firefox-esr-102.12.0esr/uriloader/exthandler/nsExternalHelperAppService.cpp --- firefox-esr-102.11.0esr/uriloader/exthandler/nsExternalHelperAppService.cpp 2023-05-04 16:01:26.000000000 +0000 +++ firefox-esr-102.12.0esr/uriloader/exthandler/nsExternalHelperAppService.cpp 2023-05-29 17:34:43.000000000 +0000 @@ -117,7 +117,7 @@ using namespace mozilla::ipc; using namespace mozilla::dom; -#define kDefaultMaxFileNameLength 255 +#define kDefaultMaxFileNameLength 254 // Download Folder location constants #define NS_PREF_DOWNLOAD_DIR "browser.download.dir" diff -Nru firefox-esr-102.11.0esr/uriloader/exthandler/tests/mochitest/save_filenames.html firefox-esr-102.12.0esr/uriloader/exthandler/tests/mochitest/save_filenames.html --- firefox-esr-102.11.0esr/uriloader/exthandler/tests/mochitest/save_filenames.html 2023-05-04 16:01:27.000000000 +0000 +++ firefox-esr-102.12.0esr/uriloader/exthandler/tests/mochitest/save_filenames.html 2023-05-29 17:34:43.000000000 +0000 @@ -37,15 +37,15 @@ + data-filename="averylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongf.png"> + data-filename="bverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongf.png"> + data-filename="cverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongfilenameverylongf.png"> @@ -97,7 +97,7 @@ + data-filename="script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script123456789script12345.js"> - +