Help
RSS
API
Feed
Maltego
Contact
Domain > catchitgame.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-26
3.161.193.29
(
ClassC
)
2024-06-30
108.156.83.73
(
ClassC
)
2024-10-15
18.165.116.76
(
ClassC
)
2024-12-25
65.8.178.38
(
ClassC
)
2026-01-15
18.161.6.116
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Thu, 15 Jan 2026 08:36:46 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://catchitgame.com/X-Cache: Redirect from cloudfrontVia: 1.1 46673955829b59a6da0ab071e0b7fbea.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: qheqjJXlqS_55uDLfmahNlunuWQHY-nS-HU0WINF7flSx79hFhN-Bw 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: 17384Connection: keep-aliveDate: Thu, 15 Jan 2026 08:36:47 GMTLast-Modified: Thu, 18 Sep 2025 17:52:53 GMTETag: c627c41dc57ba97eb2f7f2412761cd30Server: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 f3802d173009698413044360f84de06c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: p-Tg4gZB1Qqa-toIh0QLAt-6Vrb-K_n_lOoX9fLYIRm9rePv5s82RA !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namedescription contentCatchIT es un juego de colecciones de ilustraciones únicas que se ocultan en lugares del mundo real. Descubre, colecciona e intercambia estas ilustraciones para aumentar su valor y competir por las más deseadas.> meta namekeywords contentCatchIT, juego, colecciones, ilustraciones, QR, mundo real, descubrir, coleccionar, intercambiar, valor, competencia> meta nameauthor contentCatchIT> !-- Favicon --> link relicon typeimage/png hrefassets/images/Favicon_circle.png> link relapple-touch-icon hrefassets/images/Favicon_circle.png> !-- Open Graph / Social Media Meta Tags --> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://catchitgame.com/> meta propertyog:title contentCatchIT - Descubre, Colecciona e Intercambia Ilustraciones Únicas> meta propertyog:description contentCatchIT es un juego de colecciones de ilustraciones únicas que se ocultan en lugares del mundo real. Descubre, colecciona e intercambia estas ilustraciones para aumentar su valor y competir por las más deseadas.> meta propertyog:image contenthttps://catchitgame.com/assets/images/logo.png> !-- Twitter Meta Tags --> meta nametwitter:card contentsummary_large_image> meta nametwitter:title contentCatchIT - Descubre, Colecciona e Intercambia Ilustraciones Únicas> meta nametwitter:description contentCatchIT es un juego de colecciones de ilustraciones únicas que se ocultan en lugares del mundo real. Descubre, colecciona e intercambia estas ilustraciones para aumentar su valor y competir por las más deseadas.> meta nametwitter:image contenthttps://catchitgame.com/assets/images/logo.png> title>CatchIT - Descubre, Colecciona e Intercambia Ilustraciones Únicas/title> link relstylesheet hrefstyles.css> script srctranslations.js>/script> script srci18n.js>/script> !-- Amplitude Browser SDK - Official snippet from dashboard --> script srchttps://cdn.eu.amplitude.com/script/85b1d73918e766e3a308bbdd4c46be8d.js>/script> script> window.amplitude.add(window.sessionReplay.plugin({sampleRate: 1})); window.amplitude.init(85b1d73918e766e3a308bbdd4c46be8d, { fetchRemoteConfig:true, serverZone:EU, autocapture:true }); // Enhanced traffic source detection setTimeout(function() { // Wait for i18n to be ready if (window.i18n) { // Get URL parameters const urlParams new URLSearchParams(window.location.search); const fbclid urlParams.get(fbclid); const utmSource urlParams.get(utm_source); const utmMedium urlParams.get(utm_medium); const utmCampaign urlParams.get(utm_campaign); const fromParam urlParams.get(from); // Custom parameter for manual tracking // Get referrer information const referrer document.referrer; let detectedSource direct; let socialPlatform null; // Enhanced detection for platforms without referrer const userAgent navigator.userAgent; const isMobile /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(userAgent); const isTikTokApp userAgent.includes(TikTok); // Path-based source detection (e.g., /tiktok, /instagram) const currentPath window.location.pathname.toLowerCase(); let pathSource null; if (currentPath.includes(/tiktok)) pathSource tiktok; else if (currentPath.includes(/instagram)) pathSource instagram; else if (currentPath.includes(/twitter)) pathSource twitter; else if (currentPath.includes(/youtube)) pathSource youtube; else if (currentPath.includes(/facebook)) pathSource facebook; // Detect traffic source with priority system if (utmSource) { // UTM parameters have highest priority detectedSource utmSource; } else if (pathSource) { // Path-based detection (e.g., /tiktok, /instagram) - high priority detectedSource pathSource; socialPlatform pathSource; } else if (fromParam) { // Custom from parameter (e.g., ?fromtiktok) detectedSource fromParam; if (fromParam.includes(tiktok)) socialPlatform tiktok; else if (fromParam.includes(instagram)) socialPlatform instagram; else if (fromParam.includes(youtube)) socialPlatform youtube; } else if (isTikTokApp) { // Direct detection of TikTok app detectedSource tiktok_app; socialPlatform tiktok; } else if (fbclid) { // Facebook Click ID indicates Meta family (Instagram, Facebook, WhatsApp) detectedSource meta_platform; // Try to determine specific platform from referrer if (referrer.includes(instagram.com)) { detectedSource instagram; socialPlatform instagram; } else if (referrer.includes(facebook.com)) { detectedSource facebook; socialPlatform facebook; } else if (referrer.includes(m.me) || referrer.includes(messenger.com)) { detectedSource messenger; socialPlatform messenger; } else { // fbclid present but no clear referrer - likely shared link detectedSource meta_shared_link; socialPlatform meta_unknown; } } else if (referrer) { // Fallback to referrer detection if (referrer.includes(instagram.com)) { detectedSource instagram; socialPlatform instagram; } else if (referrer.includes(tiktok.com)) { // TikTok bio links go through tiktok.com/link/v2 redirect detectedSource tiktok; socialPlatform tiktok; // Check if its specifically from bio link if (referrer.includes(/link/v2) && referrer.includes(scenebio_url)) { detectedSource tiktok_bio; } } else if (referrer.includes(facebook.com)) { detectedSource facebook; socialPlatform facebook; } else if (referrer.includes(twitter.com) || referrer.includes(t.co)) { detectedSource twitter; socialPlatform twitter; } else if (referrer.includes(google.com)) { detectedSource google_search; } else if (referrer.includes(youtube.com)) { detectedSource youtube; socialPlatform youtube; } else if (referrer.includes(linkedin.com)) { detectedSource linkedin; socialPlatform linkedin; } else { detectedSource other_website; } } // Track page view with comprehensive source data window.amplitude.track(Page View, { page_language: window.i18n.t(amplitude_language), page_url: window.location.href, page_name: Landing Page, // Traffic source analysis traffic_source: detectedSource, social_platform: socialPlatform, // Technical parameters fbclid: fbclid ? present : null, // Dont store the actual ID for privacy utm_source: utmSource, utm_medium: utmMedium, utm_campaign: utmCampaign, referrer_url: referrer, // Full referrer for TikTok debugging referrer_domain: referrer ? new URL(referrer).hostname : null, // Custom tracking parameters from_param: fromParam, // Detection method for debugging detection_method: utmSource ? utm_params : pathSource ? path_based : fromParam ? from_param : isTikTokApp ? user_agent : fbclid ? fbclid : referrer ? referrer : direct, // Path information source_path: pathSource, // User agent analysis is_mobile_device: isMobile, is_tiktok_app: isTikTokApp, // TikTok specific is_tiktok_redirect: referrer && referrer.includes(tiktok.com/link/v2) ? true : false }); // Set user properties using identify const identifyEvent new window.amplitude.Identify(); identifyEvent.set(language_preference, window.i18n.t(amplitude_language)); identifyEvent.set(landing_page_version, window.i18n.t(amplitude_version)); identifyEvent.set(acquisition_source, detectedSource); if (socialPlatform) identifyEvent.set(social_platform, socialPlatform); window.amplitude.identify(identifyEvent); } }, 1500); /script>/head>body> div classcontainer> !-- Selector de idioma --> div classlanguage-selector> a href# classlanguage-link data-langes data-i18nlanguage_selector_spanish>Español/a> span classlanguage-divider>|/span> a href# classlanguage-link data-langen data-i18nlanguage_selector_english>English/a> /div> !-- Logo animado (GIF) --> div classlogo-animated> img srcassets/images/logo_animado.gif data-i18n-attralt:alt_logo altCatchIT Logo Animado classlogo-gif> /div> !-- Texto principal --> h1 data-i18nmain_heading>Encuentra, Colecciona e Intercambia Arte Único/h1> !-- Botones de descarga --> div classdownload-buttons> a hrefhttps://play.google.com/store/apps/details?idcom.catchitgame&pcampaignidweb_share classdownload-button play-store> img srcassets/icons/play-store.png data-i18n-attralt:alt_google_play altGoogle Play> div>span data-i18ndownload_google_play>Disponible en/span> span data-i18ndownload_google_play_store>Google Play/span>/div> /a> a hrefhttps://apps.apple.com/es/app/catchit/id6742845312?platformiphone classdownload-button app-store> img srcassets/icons/apple-black.png data-i18n-attralt:alt_app_store altApp Store> div>span data-i18ndownload_app_store>Descargar en/span> span data-i18ndownload_app_store_name>App Store/span>/div> /a> /div> /div> !-- Footer --> footer> div classfooter-links> a hrefterms-and-conditions.html data-footerterms data-i18nfooter_terms>Términos y Condiciones/a> a hrefprivacy-policy.html data-footerprivacy data-i18nfooter_privacy>Política de Privacidad/a> a hrefdata-deletion-policy.html data-footerdata data-i18nfooter_data_policy>Política de Datos/a> div classsocial-links> a hrefhttps://www.instagram.com/catchitgame_es target_blank> img srcassets/icons/instagram.png data-i18n-attralt:alt_instagram altinstagram.png> /a> /div> /div> /footer> !-- Amplitude Tracking Script --> script typetext/javascript> // Track download button clicks function trackDownload(platform, url) { console.log(Tracking download click:, platform, url); const currentLanguage window.i18n ? window.i18n.t(amplitude_language) : Spanish; window.amplitude.track(Download Button Click, { platform: platform, download_url: url, page_language: currentLanguage, button_location: main_cta }); console.log(Download event logged); } // Track navigation clicks function trackNavigation(link_type, destination, link_text) { const currentLanguage window.i18n ? window.i18n.t(amplitude_language) : Spanish; window.amplitude.track(Navigation Click, { link_type: link_type, destination: destination, link_text: link_text, page_language: currentLanguage }); } // Track social media clicks function trackSocialClick(platform, url) { const currentLanguage window.i18n ? window.i18n.t(amplitude_language) : Spanish; window.amplitude.track(Social Media Click, { platform: platform, social_url: url, page_language: currentLanguage }); } // Add event listeners when DOM is loaded document.addEventListener(DOMContentLoaded, function() { // Track download buttons const playStoreBtn document.querySelector(.download-button.play-store); const appStoreBtn document.querySelector(.download-button.app-store); if (playStoreBtn) { playStoreBtn.addEventListener(click, function(e) { trackDownload(Google Play, this.href || #); }); } if (appStoreBtn) { appStoreBtn.addEventListener(click, function(e) { trackDownload(App Store, this.href); }); } // Track language switcher const languageLinks document.querySelectorAll(.language-link); languageLinks.forEach(link > { link.addEventListener(click, function(e) { trackNavigation(language_switcher, this.href, this.textContent.trim()); }); }); // Track footer links const footerLinks document.querySelectorAll(footer a:not(.social-links a)); footerLinks.forEach(link > { link.addEventListener(click, function(e) { trackNavigation(footer_link, this.href, this.textContent.trim()); }); }); // Track social media links const socialLinks document.querySelectorAll(.social-links a); socialLinks.forEach(link > { link.addEventListener(click, function(e) { const platform this.href.includes(discord) ? Discord : this.href.includes(instagram) ? Instagram : Unknown; trackSocialClick(platform, this.href); }); }); }); // Track page visibility (user engagement) let pageVisibilityStartTime Date.now(); let totalTimeOnPage 0; document.addEventListener(visibilitychange, function() { if (document.hidden) { totalTimeOnPage + Date.now() - pageVisibilityStartTime; } else { pageVisibilityStartTime Date.now(); } }); // Track time on page before user leaves window.addEventListener(beforeunload, function() { if (!document.hidden) { totalTimeOnPage + Date.now() - pageVisibilityStartTime; } const currentLanguage window.i18n ? window.i18n.t(amplitude_language) : Spanish; window.amplitude.track(Page Exit, { time_on_page_seconds: Math.round(totalTimeOnPage / 1000), page_language: currentLanguage }); }); /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
]