Help
RSS
API
Feed
Maltego
Contact
Domain > 247ibet.ca
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-01
52.207.83.70
(
ClassC
)
2025-05-29
34.236.131.157
(
ClassC
)
2026-01-31
172.67.74.244
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sat, 31 Jan 2026 06:17:57 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingLast-Modified: Thu, 13 Nov 2025 09:04:19 GMTx-amz-version-id: kPVswLm7jEk6RvUFgA4WzV.xRROVx32tX-Frame-Options: SAMEORIGINX-XSS-Protection: 1; modeblockX-Content-Type-Options: nosniffReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s0O%2BrTN7J0h04T765WuzUxMPj12RvhHzUTCfCTFtXlMEABWUfDVcv5gZa1E3kR84IM%2F0dzdgjRCKm%2FuKZRsu7Hto4yxcJGNg%3D}}cf-cache-status: DYNAMICCF-RAY: 9c6716c11918ff03-PDX !DOCTYPE html>html langen idhtml-root> head> meta charsetUTF-8 /> meta nameviewport contentheightdevice-height, initial-scale1.0, minimum-scale1.0, maximum-scale1.0, widthdevice-width, user-scalableno /> meta contentIEEdge http-equivX-UA-Compatible /> !-- iOS meta tags & icons --> meta nameapple-mobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-status-bar-style contentblack /> meta nameapple-mobile-web-app-title content247iBET /> link relapple-touch-icon href/icons/apple-touch-icon.png /> link relicon typeimage/png sizes192x192 href/icons/android-chrome-192x192.png /> link relicon typeimage/png sizes512x512 href/icons/android-chrome-512x512.png /> link relicon typeimage/png sizes32x32 href/icons/favicon-32x32.png /> link relicon typeimage/png sizes16x16 href/icons/favicon-16x16.png /> link relicon typeimage/x-icon href/favicon.ico?v2 /> link relicon typeimage/png href/favicon.ico?v2 /> link relmanifest href/site.webmanifest /> !-- Dynamic Company Name Script --> script> (function () { // Get platform from environment variable const platform 247; const companyName platform + iBET; const is247 platform 247; const baseUrl window.location.origin; // Update HTML lang attribute for 247 (supports both en and fr) if (is247) { const htmlRoot document.getElementById(html-root) || document.documentElement; htmlRoot.setAttribute(lang, en); } // Enhanced SEO for 247 platform if (is247) { // Enhanced meta description for 247 const enhancedDescription Play NOW! No complicated verification, just sign up and start playing right away! 247iBET never disappoints—great games, great service, great experience! Play exciting casino games, slots, live dealers, and more. Join 247iBET today!; // Update title document.title 247iBET - Online Casino | Play Now, No Verification Required; // Update or create meta description let metaDescription document.querySelector( metanamedescription, ); if (!metaDescription) { metaDescription document.createElement(meta); metaDescription.setAttribute(name, description); document.head.appendChild(metaDescription); } metaDescription.setAttribute(content, enhancedDescription); // Add keywords meta tag let metaKeywords document.querySelector(metanamekeywords); if (!metaKeywords) { metaKeywords document.createElement(meta); metaKeywords.setAttribute(name, keywords); document.head.appendChild(metaKeywords); } metaKeywords.setAttribute( content, 247iBET, online casino, casino games, slots, live dealer, betting, play now, no verification, instant play, Canada casino, ODIN GAMING, SPADEGAMING FISHING, casino experience, ); // Add author meta tag let metaAuthor document.querySelector(metanameauthor); if (!metaAuthor) { metaAuthor document.createElement(meta); metaAuthor.setAttribute(name, author); document.head.appendChild(metaAuthor); } metaAuthor.setAttribute(content, 247iBET); // Add robots meta tag let metaRobots document.querySelector(metanamerobots); if (!metaRobots) { metaRobots document.createElement(meta); metaRobots.setAttribute(name, robots); document.head.appendChild(metaRobots); } metaRobots.setAttribute(content, index, follow); // Add canonical URL let canonicalLink document.querySelector(linkrelcanonical); if (!canonicalLink) { canonicalLink document.createElement(link); canonicalLink.setAttribute(rel, canonical); document.head.appendChild(canonicalLink); } canonicalLink.setAttribute(href, baseUrl); // Add sitemap link let sitemapLink document.querySelector(linkrelsitemap); if (!sitemapLink) { sitemapLink document.createElement(link); sitemapLink.setAttribute(rel, sitemap); sitemapLink.setAttribute(type, application/xml); sitemapLink.setAttribute(title, Sitemap); document.head.appendChild(sitemapLink); } sitemapLink.setAttribute(href, baseUrl + /sitemap.xml); // Open Graph meta tags const ogTags { og:title: 247iBET - Online Casino | Play Now, No Verification Required, og:description: enhancedDescription, og:type: website, og:url: baseUrl, og:site_name: 247iBET, // og:locale: en_CA, // og:locale:alternate: fr_CA, og:image: baseUrl + /images/logo.png, }; Object.keys(ogTags).forEach((key) > { let ogTag document.querySelector(`metaproperty${key}`); if (!ogTag) { ogTag document.createElement(meta); ogTag.setAttribute(property, key); document.head.appendChild(ogTag); } ogTag.setAttribute(content, ogTagskey); }); // Twitter Card meta tags const twitterTags { twitter:card: summary_large_image, twitter:title: 247iBET - Online Casino | Play Now, twitter:description: enhancedDescription, twitter:image: baseUrl + /images/logo.png, }; Object.keys(twitterTags).forEach((key) > { let twitterTag document.querySelector(`metaname${key}`); if (!twitterTag) { twitterTag document.createElement(meta); twitterTag.setAttribute(name, key); document.head.appendChild(twitterTag); } twitterTag.setAttribute(content, twitterTagskey); }); // Add language alternates // en, fr.forEach((lang) > { // let langLink document.querySelector(`linkhreflang${lang}`); // if (!langLink) { // langLink document.createElement(link); // langLink.setAttribute(rel, alternate); // langLink.setAttribute(hreflang, lang); // document.head.appendChild(langLink); // } // langLink.setAttribute( // href, // baseUrl + (lang en ? : /fr), // ); // }); // Add structured data (JSON-LD) for better SEO let structuredData document.querySelector( scripttypeapplication/ld+json, ); if (!structuredData) { structuredData document.createElement(script); structuredData.setAttribute(type, application/ld+json); document.head.appendChild(structuredData); } const jsonLd { @context: https://schema.org, @type: WebSite, name: 247iBET, alternateName: 247iBET Casino, url: baseUrl, description: enhancedDescription, inLanguage: en-CA, fr-CA, potentialAction: { @type: SearchAction, target: { @type: EntryPoint, urlTemplate: baseUrl + /search?q{search_term_string}, }, query-input: required namesearch_term_string, }, publisher: { @type: Organization, name: 247iBET, url: baseUrl, }, }; structuredData.textContent JSON.stringify(jsonLd); } else { // Default behavior for other platforms document.title companyName; let metaDescription document.querySelector( metanamedescription, ); if (!metaDescription) { metaDescription document.createElement(meta); metaDescription.setAttribute(name, description); document.head.appendChild(metaDescription); } metaDescription.setAttribute( content, Play smarter with + companyName + - Canada’s favourite online casino & sportsbook. Enjoy over 2,800 slot games, exclusive sports bets, instant withdrawals,huge daily bonus, and 24/7 real human support trusted by Canadians., ); } // Update apple-mobile-web-app-title (for all platforms) const appleTitle document.querySelector( metanameapple-mobile-web-app-title, ); if (appleTitle) { appleTitle.setAttribute(content, companyName); } })(); /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-MS8B4ZMX); /script> !-- End Google Tag Manager --> !-- 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-NDJTXNM5); /script> !-- End Google Tag Manager --> script> (function (c, s, q, u, a, r, e) { c.hj c.hj || function () { (c.hj.q c.hj.q || ).push(arguments); }; c._hjSettings { hjid: a }; r s.getElementsByTagName(head)0; e s.createElement(script); e.async true; e.src q + c._hjSettings.hjid + u; r.appendChild(e); })( window, document, https://static.hj.contentsquare.net/c/csq-, .js, 6449412, ); /script> title>247iBET - Online Casino Games in Canada/title> meta namedescription contentPlay smarter with 247iBET - Canadas favourite online casino & sportsbook. Enjoy over 2,800 slot games, exclusive sports bets, instant withdrawals,huge daily bonus, and 24/7 real human support trusted by Canadians. /> link relsitemap typeapplication/xml titleSitemap href/sitemap.xml /> !-- SEO meta tags will be enhanced by script for platform 247 --> script typemodule crossorigin src/assets/index.03238afd.js>/script> link relstylesheet href/assets/index.68c6f092.css> /head> body> !-- Google Tag Manager (noscript) --> noscript >iframe srchttps://www.googletagmanager.com/ns.html?idGTM-MS8B4ZMX height0 width0 styledisplay: none; visibility: hidden >/iframe >/noscript> !-- End Google Tag Manager (noscript) --> !-- Google Tag Manager (noscript) --> noscript >iframe srchttps://www.googletagmanager.com/ns.html?idGTM-NDJTXNM5 height0 width0 styledisplay: none; visibility: hidden >/iframe >/noscript> !-- End Google Tag Manager (noscript) --> div idapp>/div> script> function closeIFrameOverlayById(iFrameId) { const newEvent new CustomEvent(closeIFrameOverlay, { detail: { iFrameId }, }); document.dispatchEvent(newEvent); } function inIFrame() { if (window.self ! window.top) { if (window.top.closeIFrameOverlayById) { window.top.closeIFrameOverlayById(gameOverlayIFrame); } } } function initMetaPixel(agentMetaPixelId) { const scriptExisted document.querySelector( `scriptdata-namemeta-script`, ); if (!scriptExisted) { const metaScript document.createElement(script); metaScript.dataset.name meta-script; metaScript.title Meta Pixel Code; metaScript.textContent ` !function(f,b,e,v,n,t,s) {if(f.fbq)return;nf.fbqfunction(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbqn;n.pushn;n.loaded!0;n.version2.0; n.queue;tb.createElement(e);t.async!0; t.srcv;sb.getElementsByTagName(e)0; s.parentNode.insertBefore(t,s)}(window, document,script, https://connect.facebook.net/en_US/fbevents.js); fbq(init, ${agentMetaPixelId}); fbq(track, PageView); console.log(Added Meta Pixel Code (${agentMetaPixelId}):, fbq); `; document.head.appendChild(metaScript); } } function shouldEmbedMetaPixel() { document.addEventListener(embedMetaPixel, (e) > { if (e.detail?.agentMetaPixelId) { initMetaPixel(e.detail.agentMetaPixelId); } }); } inIFrame(); shouldEmbedMetaPixel(); /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
]