Help
RSS
API
Feed
Maltego
Contact
Domain > searcheeez.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-13
13.225.143.28
(
ClassC
)
2025-12-11
3.169.173.32
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Thu, 11 Dec 2025 05:38:37 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://searcheeez.com/X-Cache: Redirect from cloudfrontVia: 1.1 30f0e61c1580551568da5e96c38c9796.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: vlVyZjmELfrp_sCx-lvc6zMt5w69x8NG7stTJz3Ca9rOHvZts9O6Bw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 22886Connection: keep-aliveDate: Wed, 10 Dec 2025 11:31:56 GMTLast-Modified: Wed, 09 Apr 2025 07:10:43 GMTETag: 707aeb62666351d262811975a9ed9b6cServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 11017c4db22106ac70e16ce75190a430.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: kAMs4-DiGh265h5kn9wg3uRpbJenl6nJk5sUqhsXhjoxEyX63cr4zAAge: 65202 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>AnswersHub/title> style> html, body { height: 100%; margin: 0; padding: 0; display: flex; flex-direction: column; } body { font-family: Arial, sans-serif; padding: 0 20px; /* Added padding for a bit of spacing */ } .header-container { display: flex; align-items: center; width: 100%; max-width: 1000px; /* Adjust as needed */ margin: 20px 0 20px 0; /* Adjust margin as needed */ justify-content: flex-start; /* Align items to the left */ } #logo { /*max-width: 150px; !* Logo for original domain *!*/ max-width: 200px; /* Slightly smaller logo */ height: auto; margin-right: 20px; /* Add some space between logo and search form */ margin-top: 5px; /* Add some space between logo and search form */ /*margin-right: 0px; !* Add some space between logo and search form *!*/ } @media (max-width: 768px) { /* Adjust for tablets and small devices */ #logo { max-width: 160px; /* Smaller logo size for tablets */ } } #searchForm { display: flex; align-items: center; max-width: 1000px; width: 100%; margin-top: 0; /* Remove margin-top */ } .search-wrapper { position: relative; width: 100%; max-width: 1000px; /* Adjusted width */ margin: 0 auto; display: flex; align-items: center; } .search-icon { position: absolute; left: 10px; font-size: 18px; color: #9aa0a6; } .clear-icon { position: absolute; right: 135px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #9aa0a6; cursor: pointer; display: none; /* Hidden by default */ } #searchInput { width: 100%; padding: 10px 40px 10px 40px; /* Adjust padding-right for icon space */ font-size: 16px; border: 1px solid #dfe1e5; border-radius: 24px; box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); outline: none; transition: box-shadow 0.3s ease-in-out; max-width: 1000px; } #searchInput:not(:placeholder-shown) + .clear-icon { display: block; /* Show when input is not empty */ } #searchInput:focus { box-shadow: 0 1px 6px rgba(32, 33, 36, 0.6); } #searchButton { padding: 10px 20px; font-size: 16px; border: 1px solid #dfe1e5; border-radius: 24px; box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); outline: none; background-color: #f8f9fa; cursor: pointer; transition: box-shadow 0.3s ease-in-out; margin-left: 20px; /* Add margin-left to separate the button from the input */ color: #5f6368; text-align: center; width: 100px; } @media (max-width: 480px) { /* Adjust for mobile devices */ #searchButton { display: none; /*font-size: 14px;*/ /*margin-left: 10px; !* Add margin-left to separate the button from the input *!*/ /*max-width: 100px;*/ } .clear-icon { right: 15px; } #searchInput { font-size: 16px; } .header-container { display: block; } #logo { max-width: 150px; /* Even smaller logo size for mobile */ margin-bottom: 10px; } } #searchButton:hover { box-shadow: 0 1px 6px rgba(32, 33, 36, 0.6); background-color: #e8eaed; /* Slight background color change on hover for better UX */ } #results-container { font-family: Arial, sans-serif; /*margin-top: 20px;*/ padding-left: 220px; max-width: 1024px; width: 100%; display: flex; flex-direction: column; align-items: flex-start; flex: 1; /* Allow this container to grow and take up available space */ } @media (max-width: 1024px) { /* Adjust for mobile devices */ #results-container { padding-left: 0px; /* Add margin-left to separate the button from the input */ } } .footer { font-family: Arial, sans-serif; font-size: 14px; margin-top: 20px; width: 100%; max-width: 1024px; text-align: center; padding: 10px 0; border-top: 1px solid #e5e5e5; margin-bottom: 25px; flex-shrink: 0; /* Ensure the footer does not shrink */ } .footer a { color: #1a0dab; text-decoration: none; margin: 0 10px; } .footer a:hover { text-decoration: underline; } .ad { margin-bottom: 25px; /*margin-bottom: 20px;*/ } .listing { margin-top: 25px; margin-bottom: 20px; } .title-link { font-size: 18px; color: #1a0dab; text-decoration: none; } .title-link:hover { text-decoration: underline; } .url-link { display: block; color: green; font-size: 14px; text-decoration: none; } .url-link:hover { text-decoration: underline; } .description { font-size: 14px; color: #4d5156; margin-block-start: 5px; margin-block-end: 5px; } .extensions { margin-top: 5px; } .site-links { margin-top: 0px; margin-block-start: 5px; } .site-links h3 { margin: 0; font-size: 14px; color: #202124; } .site-links p { margin: 5px 0; } .site-links a { color: #1a0dab; text-decoration: none; } .site-links a:hover { text-decoration: underline; } /style> script> function renderResponse(response) { const resultsContainer document.getElementById(results-container); resultsContainer.innerHTML ; // Clear previous results // Firing Yahoo pixel const ysid response.Results.SearchID; // console.log(ysid: +ysid); document.getElementById(pixel-container).innerHTML img height\1\ width\1\ + src\https://search.yahoo.com/beacon/geop/p?s1197774733&ysid + ysid + &traffic_source + logicleap_s2s_xmlb_2387_goog_answershub\ />; // Processing Response const resultSet response.Results.ResultSet; // console.log(Rendering from response); // console.log(resultSet); if (!resultSet || (Array.isArray(resultSet) && resultSet.length 0)) { resultsContainer.innerHTML p>No results found./p>; return; } // Ensure resultSet is always an array for uniform processing const resultArray Array.isArray(resultSet) ? resultSet : resultSet; resultArray.forEach((result) > { if (!result.Listing || (Array.isArray(result.Listing) && result.Listing.length 0)) { return; // Skip if there are no listings } // Ensure result.Listing is always an array for uniform processing const listingArray Array.isArray(result.Listing) ? result.Listing : result.Listing; listingArray.forEach((listing) > { const listingElement document.createElement(div); listingElement.className ad; listingElement.setAttribute(data-yiid, listing@ImpressionId ? listing@ImpressionId : ); listingElement.setAttribute(data-appns, listing@appNs ? listing@appNs : ); listingElement.setAttribute(data-k, listing@k ? listing@k : ); // if (listing@biddedListing ! true) {console.log(Organic element:);} // console.log(listing); const linkElement document.createElement(a); linkElement.href listing.ClickUrl#text; linkElement.innerHTML listing@title; linkElement.className title-link; listingElement.appendChild(linkElement); if (listing@siteHost) { const display_url listing@siteHost; const urlElement document.createElement(a); urlElement.href listing.ClickUrl#text; urlElement.innerHTML listing@siteHost; urlElement.className url-link; listingElement.appendChild(urlElement); } const descriptionElement document.createElement(p); descriptionElement.innerHTML listing@description; descriptionElement.className description; listingElement.appendChild(descriptionElement); // Render Extensions if (listing.Extensions) { const extensionsElement document.createElement(div); extensionsElement.className extensions; // Handle SiteLinks if (listing.Extensions.SiteLinks && listing.Extensions.SiteLinks.SiteLink) { const siteLinksElement document.createElement(div); siteLinksElement.className site-links; siteLinksElement.innerHTML ; const siteLinkArray Array.isArray(listing.Extensions.SiteLinks.SiteLink) ? listing.Extensions.SiteLinks.SiteLink : listing.Extensions.SiteLinks.SiteLink; siteLinkArray.forEach((siteLink) > { // const siteLinkElement document.createElement(p); const siteLinkAnchor document.createElement(a); siteLinkAnchor.href siteLink.Url.Url; siteLinkAnchor.innerHTML siteLink.Text; // siteLinkElement.appendChild(siteLinkAnchor); siteLinksElement.appendChild(siteLinkAnchor); siteLinksElement.innerHTML + · ; }); extensionsElement.appendChild(siteLinksElement); } // Handle calloutExtension // if (listing.Extensions.calloutExtension && listing.Extensions.calloutExtension.phrases) { // const calloutElement document.createElement(p); // calloutElement.innerHTML `${listing.Extensions.calloutExtension.phrases.phrase}`; // extensionsElement.appendChild(calloutElement); // } // Handle reviewExtension if (listing.Extensions.reviewExtension) { const reviewElement document.createElement(p); reviewElement.innerHTML `strong>Review:/strong> ${listing.Extensions.reviewExtension.text} - ${listing.Extensions.reviewExtension.sourceText}`; if (listing.Extensions.reviewExtension.url) { const reviewLink document.createElement(a); reviewLink.href listing.Extensions.reviewExtension.url; reviewLink.innerHTML Read more; reviewElement.appendChild(reviewLink); } extensionsElement.appendChild(reviewElement); } listingElement.appendChild(extensionsElement); } resultsContainer.appendChild(listingElement); }); }); // console.log(response); window.selectTier.init({ source_tag: logicleap_s2s_xmlb_2387_goog_answershub, ysid: ysid, cid: response.Results.ClientID, ig: response.Results.ImpressionGUID, select_tier: {clarityId: mnn53aatpy, rguid: response.Results.RGUId} }); } // Function to send query to backend API function searchQuery(query) { const urlParams new URLSearchParams(window.location.search); const excludeOrganic urlParams.get(eo); const channel urlParams.get(channel); const clid urlParams.get(clid); const token urlParams.get(token); let apiUrl `https://searcheeez.com/api/s?query${query}`; if (excludeOrganic) { apiUrl + `&eo${excludeOrganic}`; } if (channel) { apiUrl + `&channel${channel}`; // Check if the length of channel is exactly 4 if (channel.length 4) { apiUrl + `&api_namevc-109-4`; } } if (clid) { apiUrl + `&clid${clid}`; } if (token) { apiUrl + `&token${token}`; } fetch(apiUrl) .then(response > response.json()) .then(data > renderResponse(data)) .catch(error > console.error(Error:, error)); } // Check if query parameter is present in URL const urlParams new URLSearchParams(window.location.search); const query urlParams.get(query); if (query) { searchQuery(query); } function isMobileDevice() { return /Mobi|Android/i.test(navigator.userAgent); } document.addEventListener(DOMContentLoaded, function () { const searchInput document.getElementById(searchInput); const clearIcon document.getElementById(clearSearch); if (!isMobileDevice()) { searchInput.focus(); } // Show the clear icon when there is text in the input field searchInput.addEventListener(input, function () { if (searchInput.value.length > 0) { clearIcon.style.display block; } else { clearIcon.style.display none; } }); // Clear the input field when the clear icon is clicked clearIcon.addEventListener(click, function () { searchInput.value ; clearIcon.style.display none; searchInput.focus(); }); // Handle form submission // document.querySelector(#searchForm).addEventListener(submit, function (event) { // event.preventDefault(); // const searchInput document.querySelector(#searchInput).value; // if (searchInput) { // searchQuery(searchInput); // } // }); // Function to send postback on clickouts if channel 4001 function getCurrentPageParams() { const urlParams new URLSearchParams(window.location.search); const params {}; urlParams.forEach((value, key) > { paramskey value; }); return params; } function sendClickoutTracking(url) { const trackingApiUrl https://euydfh4nll.execute-api.eu-west-2.amazonaws.com/dev/clickout; const currentPageParams getCurrentPageParams(); console.log(Current page params:, currentPageParams) fetch(trackingApiUrl, { method: POST, headers: { Content-Type: application/json, }, body: JSON.stringify({ event: clickout, url: url, linkParams: currentPageParams, timestamp: new Date().toISOString() }), }) .then(response > response.json()) .then(data > console.log(Tracking data sent:, data)) .catch(error > console.error(Error sending tracking data:, error)); } function isSupportedChannel() { return true // const urlParams new URLSearchParams(window.location.search); // const channel urlParams.get(channel); // const supportedChannels 4001, 4004, 4005, 4006, 4008, 4009, 4010, 4011, 4012, 4013, 5001, // 5002, 5003, 5004, 5006, // 20002, 20003, 20014, 20017, 30001, 30004, 30005, 30006, 30007, 600, 700, // 60000, 60001, 60002, 60003, 8000, 8001, 8002, 8003, 61000, 8100, // 61003, 61001, 61002, 21003, 21001, 21002, 8103, 8101, 8102, 4103, 4101, 4102, // 20000, 62000, 62001, 8200, 8201; // // return supportedChannels.includes(channel); } function handleLinkClick(event) { const target event.target; if (target.tagName A && target.hostname r.search.yahoo.com) { if (isSupportedChannel()) { console.log(isSupportedChannel()) sendClickoutTracking(window.location.search); } } } document.addEventListener(touchend, handleLinkClick); document.addEventListener(click, handleLinkClick); }); /script> script> (function (w, d, t, x, m, l, p) { w.selectTierDeferPageLoad true; wXMLPlusSTObject m; wm wm || function () { (wm.q wm.q || ).push(arguments) }, wm.l 1 * new Date(); l d.createElement(t), p d.getElementsByTagName(t)0; l.type text/javascript; l.async 1; l.defer 1; l.src x; p.parentNode.insertBefore(l, p) })(window, document, script, https://s.yimg.com/ds/scripts/selectTier.js, selectTier); /script> !-- Clarity --> script typetext/javascript> (function (c, l, a, r, i, t, y) { ca ca || function () { (ca.q ca.q || ).push(arguments) }; t l.createElement(r); t.async 1; t.src https://www.clarity.ms/tag/ + i; y l.getElementsByTagName(r)0; y.parentNode.insertBefore(t, y); })(window, document, clarity, script, nbtaesm5ed); /script> !-- End of Clarity --> !-- <!– Google tag (gtag.js) –>--> !-- script async srchttps://www.googletagmanager.com/gtag/js?idG-3BC3WLRTZR>/script>--> !-- script>--> !-- window.dataLayer window.dataLayer || ;--> !-- function gtag() {--> !-- dataLayer.push(arguments);--> !-- }--> !-- gtag(js, new Date());--> !-- gtag(config, G-3BC3WLRTZR);--> !-- /script>--> !-- Google Tag Manager --> script>(function (w, d, s, l, i) { wl wl || ; wl.push({ gtm.start: new Date().getTime(), event: gtm.js }); var f d.getElementsByTagName(s)0, j d.createElement(s), dl l ! dataLayer ? &l + l : ; j.async true; j.src https://www.googletagmanager.com/gtm.js?id + i + dl; f.parentNode.insertBefore(j, f); })(window, document, script, dataLayer, GTM-WFMCPQS7); /script> !-- End Google Tag Manager -->/head>body>!-- Google Tag Manager (noscript) -->noscript> iframe srchttps://www.googletagmanager.com/ns.html?idGTM-WFMCPQS7 height0 width0 styledisplay:none;visibility:hidden>/iframe>/noscript>!-- End Google Tag Manager (noscript) -->div classheader-container> img idlogo altAnswersHub srcanswers-hub-01.png> form idsearchForm> div classsearch-wrapper> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css> i classfas fa-search search-icon>/i> input typetext idsearchInput namequery placeholderSearch the web> i classfas fa-times clear-icon idclearSearch>/i> button typesubmit idsearchButton>Search/button> /div> /form>/div>div idresults-container classdata>/div>div idpixel-container>/div>div classfooter> a href/privacy-policy.html>Privacy Policy/a> | a href/eula.html>EULA/a>/div>/body>
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
]