Help
RSS
API
Feed
Maltego
Contact
Domain > bizquire.io
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-05-17
18.155.1.6
(
ClassC
)
2024-05-17
18.155.1.9
(
ClassC
)
2026-02-11
104.21.6.6
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Wed, 11 Feb 2026 06:59:07 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveX-Astro-Rewrite: yesReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sUaFU2FVgKuA8ofI9bNWka8l4p5AP4VshLATFh3OtH72%2BbZDNv7wiPBBTa0x6fExs1myQMLyoQW4aw%2BEltPLEOuh3qL35tcLaVg%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9cc1f63399f10eda-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen> head>meta charsetutf-8>meta nameviewport contentwidthdevice-width, initial-scale1>link relicon typeimage/svg+xml href/favicon.svg>link relicon href/favicon.ico>meta namegenerator contentAstro v5.17.1>title>Quant Compute | Quant Compute/title>meta namedescription contentDesign System & Component Library - Reference implementation for all sites.>link relcanonical hrefhttps://bizquire.io/bizquire.io/>meta namerobots contentindex, follow>meta propertyog:type contentwebsite>meta propertyog:site_name contentQuant Compute>meta propertyog:title contentQuant Compute | Quant Compute>meta propertyog:description contentDesign System & Component Library - Reference implementation for all sites.>meta propertyog:url contenthttps://bizquire.io/bizquire.io/>meta propertyog:image contenthttps://bizquire.io/favicon.svg>meta nametwitter:card contentsummary_large_image>meta nametwitter:title contentQuant Compute | Quant Compute>meta nametwitter:description contentDesign System & Component Library - Reference implementation for all sites.>meta nametwitter:image contenthttps://bizquire.io/favicon.svg>!-- Theme initialization - prevents flash of wrong theme -->script> (function() { const STORAGE_KEY theme-preference; const stored localStorage.getItem(STORAGE_KEY); if (stored dark) { document.documentElement.classList.add(dark); } else if (stored light) { document.documentElement.classList.remove(dark); } else { // System preference if (window.matchMedia((prefers-color-scheme: dark)).matches) { document.documentElement.classList.add(dark); } } })(); /script>link relstylesheet href/_astro/contact.DQDQA5eb.css>link relstylesheet href/_astro/contact.DWENsHDv.css>style>.site-rootdata-astro-cid-w5bxcuvq{min-height:100vh;display:flex;flex-direction:column;transition:background-color .3s,color .3s}.site-root--darkdata-astro-cid-w5bxcuvq{background-color:#000;color:#fff}.site-root--lightdata-astro-cid-w5bxcuvq{background-color:#fff;color:#1a1a1a}.site-root--full-heightdata-astro-cid-w5bxcuvq{min-height:100vh}.site-maindata-astro-cid-w5bxcuvq{flex:1 0 auto;padding-top:3.5rem}/style>/head> body data-branddefault data-layoutlegacy> script>(function(){const initialSite undefined;(function () { const STORAGE_KEY active-site-override; /** * Store site in sessionStorage if provided via query param */ if (initialSite) { sessionStorage.setItem(STORAGE_KEY, initialSite); // Clean up URL to remove query param from address bar // This gives clean URLs while preserving the site context const url new URL(window.location.href); url.searchParams.delete(site); window.history.replaceState({}, , url); } /** * Get the currently active site from storage or URL */ function getActiveSite() { // Priority: sessionStorage > URL query param > null return ( sessionStorage.getItem(STORAGE_KEY) || new URL(window.location.href).searchParams.get(site) ); } /** * Check if a link should have the site parameter appended */ function shouldInterceptLink(href) { // Skip empty or javascript: links if (!href || href.startsWith(javascript:)) return false; // Skip external links (absolute URLs to different origins) if (href.startsWith(http)) { try { const linkUrl new URL(href); if (linkUrl.origin ! window.location.origin) { return false; } } catch (e) { return false; } } // Skip anchor-only links if (href.startsWith(#)) return false; // Skip links that already have query parameters if (href.includes(?)) return false; // Skip mailto:, tel:, etc. if (href.match(/^a-z+:/)) return false; return true; } /** * Intercept all link clicks and append site param if needed */ document.addEventListener(click, function (event) { // Find the closest anchor tag const link event.target.closest(a); if (!link) return; const href link.getAttribute(href); if (!shouldInterceptLink(href)) return; const activeSite getActiveSite(); if (!activeSite) return; // Prevent default and navigate with site param event.preventDefault(); // Build the new URL with site parameter const currentUrl new URL(window.location.href); const targetUrl new URL(href, currentUrl.origin); // Preserve existing query params and add site targetUrl.searchParams.set(site, activeSite); window.location.href targetUrl.toString(); }); /** * Handle form submissions to include site param */ document.addEventListener(submit, function (event) { const form event.target; if (!form || form.tagName ! FORM) return; // Only handle GET forms that navigate to new pages const method (form.method || get).toLowerCase(); if (method ! get) return; const activeSite getActiveSite(); if (!activeSite) return; // Check if form already has site field const existingField form.querySelector(inputnamesite); if (existingField) return; // Add hidden site field to form const hiddenField document.createElement(input); hiddenField.type hidden; hiddenField.name site; hiddenField.value activeSite; form.appendChild(hiddenField); }); /** * Expose utility function for programmatic navigation */ window.navigateWithSite function (href) { const activeSite getActiveSite(); if (!activeSite) { window.location.href href; return; } const url new URL(href, window.location.origin); url.searchParams.set(site, activeSite); window.location.href url.toString(); };})();})();/script> div idsite-root classsite-root site-root--default data-astro-cid-w5bxcuvq> header classsite-header site-header--default data-astro-cid-ivsbtrvw> div classsite-header__inner data-astro-cid-ivsbtrvw> a classsite-header__logo href/ data-astro-cid-ivsbtrvw> span classsite-header__logo-text data-astro-cid-ivsbtrvw>Quant Compute/span> /a> nav classsite-header__nav data-astro-cid-ivsbtrvw> a classsite-header__nav-link href/ data-astro-cid-ivsbtrvw>Home/a> /nav> div classsite-header__actions data-astro-cid-ivsbtrvw> button classsite-header__theme-toggle typebutton aria-labelToggle theme data-theme-toggle data-astro-cid-ivsbtrvw> !-- Light mode: sun icon --> svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround classtheme-icon--light data-astro-cid-ivsbtrvw> circle cx12 cy12 r4 data-astro-cid-ivsbtrvw>/circle> path dM12 2v2 data-astro-cid-ivsbtrvw>/path> path dM12 20v2 data-astro-cid-ivsbtrvw>/path> path dm4.93 4.93 1.41 1.41 data-astro-cid-ivsbtrvw>/path> path dm17.66 17.66 1.41 1.41 data-astro-cid-ivsbtrvw>/path> path dM2 12h2 data-astro-cid-ivsbtrvw>/path> path dM20 12h2 data-astro-cid-ivsbtrvw>/path> path dm6.34 17.66-1.41 1.41 data-astro-cid-ivsbtrvw>/path> path dm19.07 4.93-1.41 1.41 data-astro-cid-ivsbtrvw>/path> /svg> !-- Dark mode: moon icon --> svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround classtheme-icon--dark data-astro-cid-ivsbtrvw> path dM12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z data-astro-cid-ivsbtrvw>/path> /svg> !-- System mode (light pref): computer with sun overlay --> svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround classtheme-icon--system-light data-astro-cid-ivsbtrvw> rect x2 y4 width20 height14 rx2 data-astro-cid-ivsbtrvw>/rect> line x18 y122 x216 y222 data-astro-cid-ivsbtrvw>/line> line x112 y118 x212 y222 data-astro-cid-ivsbtrvw>/line> circle cx18 cy8 r2 fillcurrentColor strokenone data-astro-cid-ivsbtrvw>/circle> line x118 y15 x218 y24 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> line x118 y112 x218 y211 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> line x115 y18 x214 y28 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> line x122 y18 x221 y28 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> line x115.88 y15.88 x215.17 y25.17 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> line x120.83 y110.83 x220.12 y210.12 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> line x115.88 y110.12 x215.17 y210.83 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> line x120.83 y15.17 x220.12 y25.88 stroke-width1.5 data-astro-cid-ivsbtrvw>/line> /svg> !-- System mode (dark pref): computer with moon overlay --> svg xmlnshttp://www.w3.org/2000/svg width20 height20 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround classtheme-icon--system-dark data-astro-cid-ivsbtrvw> rect x2 y4 width20 height14 rx2 data-astro-cid-ivsbtrvw>/rect> line x18 y122 x216 y222 data-astro-cid-ivsbtrvw>/line> line x112 y118 x212 y222 data-astro-cid-ivsbtrvw>/line> path dM20 8a4 4 0 1 1-5-5 4 4 0 0 0 5 5z fillcurrentColor strokenone data-astro-cid-ivsbtrvw>/path> /svg> /button> button classsite-header__mobile-toggle aria-labelToggle menu data-mobile-toggle data-astro-cid-ivsbtrvw> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround data-astro-cid-ivsbtrvw> path dM3 12h18 data-astro-cid-ivsbtrvw>/path> path dM3 18h18 data-astro-cid-ivsbtrvw>/path> path dM3 6h18 data-astro-cid-ivsbtrvw>/path> /svg> /button> /div> /div> !-- Mobile Menu --> div classsite-header__mobile-menu data-mobile-menu data-astro-cid-ivsbtrvw> nav classsite-header__mobile-nav data-astro-cid-ivsbtrvw> a classsite-header__mobile-link href/ data-astro-cid-ivsbtrvw>Home/a> /nav> /div> /header> script typemodule>const edocument.querySelector(data-mobile-toggle),tdocument.querySelector(data-mobile-menu);e&&t&&e.addEventListener(click,()>{t.classList.toggle(is-open)});const odocument.querySelector(data-theme-toggle);o&&o.addEventListener(click,()>{document.dispatchEvent(new CustomEvent(toggle-theme))});/script> main classsite-main data-astro-cid-w5bxcuvq> section classmin-h-calc(100vh-72px) flex flex-col items-center justify-center text-center px-6 py-12> h1 classtext-4xl md:text-6xl font-bold mb-4>Bizquire/h1> p classtext-xl md:text-2xl mb-4 max-w-2xl>Business Acquisition Platform/p> p classtext-lg text-gray-500 max-w-2xl mb-8>Tools and resources for business acquisitions and M&A transactions./p> div classflex gap-4> a href/ classpx-6 py-3 bg-blue-600 text-white rounded-lg font-semibold hover:bg-blue-700 transition>Home/a> a href/contact classpx-6 py-3 border border-gray-300 rounded-lg font-semibold hover:bg-gray-100 transition>Contact/a> /div> /section> /main> footer classsite-footer site-footer--default data-astro-cid-zrtkd3s6> div classsite-footer__inner data-astro-cid-zrtkd3s6> !-- Simple Footer --> div classsite-footer__simple data-astro-cid-zrtkd3s6> div classsite-footer__brand data-astro-cid-zrtkd3s6> span classsite-footer__logo-text data-astro-cid-zrtkd3s6>Quant Compute/span> p classsite-footer__description data-astro-cid-zrtkd3s6>Design System & Component Library - Reference implementation for all sites./p> /div> div classsite-footer__links data-astro-cid-zrtkd3s6> a classsite-footer__link href/ data-astro-cid-zrtkd3s6>Home/a>a classsite-footer__link href/#components data-astro-cid-zrtkd3s6>Components/a>a classsite-footer__link href/contact data-astro-cid-zrtkd3s6>Contact/a>a classsite-footer__link href/privacy data-astro-cid-zrtkd3s6>Privacy/a> /div> /div> /div> !-- Footer Bottom --> div classsite-footer__bottom data-astro-cid-zrtkd3s6> div classsite-footer__bottom-inner data-astro-cid-zrtkd3s6> span classsite-footer__copyright data-astro-cid-zrtkd3s6>Copyright © 2026 a classsite-footer__copyright-link href/ data-astro-cid-zrtkd3s6>Quant Compute/a>. All Rights Reserved./span> /div> /div> /footer> /div> script> // Theme management script (function() { const STORAGE_KEY theme-preference; const THEME_LIGHT light; const THEME_DARK dark; const THEME_SYSTEM system; // Get saved theme or default to system function getTheme() { const saved localStorage.getItem(STORAGE_KEY); if (saved && THEME_LIGHT, THEME_DARK, THEME_SYSTEM.includes(saved)) { return saved; } return THEME_SYSTEM; } // Get effective theme (resolves system to light/dark) function getEffectiveTheme(theme) { if (theme THEME_SYSTEM) { return window.matchMedia((prefers-color-scheme: dark)).matches ? THEME_DARK : THEME_LIGHT; } return theme; } // Apply theme to HTML element function applyTheme(theme) { const html document.documentElement; const effectiveTheme getEffectiveTheme(theme); const prefersDark window.matchMedia((prefers-color-scheme: dark)).matches; // Set dark class based on effective theme if (effectiveTheme THEME_DARK) { html.classList.add(dark); } else { html.classList.remove(dark); } // Set system state classes for icon display html.classList.remove(system-light, system-dark); if (theme THEME_SYSTEM) { html.classList.add(prefersDark ? system-dark : system-light); } localStorage.setItem(STORAGE_KEY, theme); } // Cycle through themes: light → dark → system → light function toggleTheme() { const current getTheme(); let next; if (current THEME_LIGHT) { next THEME_DARK; } else if (current THEME_DARK) { next THEME_SYSTEM; } else { next THEME_LIGHT; } applyTheme(next); } // Initialize theme on load const theme getTheme(); applyTheme(theme); // Listen for toggle events document.addEventListener(toggle-theme, toggleTheme); // Listen for system preference changes window.matchMedia((prefers-color-scheme: dark)).addEventListener(change, () > { const currentTheme getTheme(); applyTheme(currentTheme); }); })(); /script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]