Help
RSS
API
Feed
Maltego
Contact
Domain > bigwinpronos.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-21
104.21.85.137
(
ClassC
)
2026-02-12
172.67.206.108
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Thu, 12 Feb 2026 23:27:44 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sCbj%2BCXfHG7WlVpJGAYURcVw6VrhXJMAZFyUs%2BMQSE0hpoHOmVt3a%2B1zdZJgxWY5vnbgCqOARk0oqDw%2BbOPZMQnrIJUq5c2mgqcrxCAC%2Fx2Q%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}last-modified: Sat, 17 Jan 2026 13:18:00 GMTServer: cloudflarex-content-type-options: nosniffx-frame-options: SAMEORIGINx-xss-protection: 1; modeblockcf-cache-status: DYNAMICvary: accept-encodingCF-RAY: 9ccfdbbc29fd5d68-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langfr>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>BIGWIN - Analyse Football Pro - +100 000 Utilisateurs/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;600;700;800;900&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; overflow-x: hidden; background: #0a1628; } /* Container principal */ .hero-container { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; } /* Vidéo en fond */ .background-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: 1; object-fit: cover; } /* Overlay sombre sur la vidéo */ .video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient( 135deg, rgba(10, 22, 40, 0.75) 0%, rgba(15, 30, 55, 0.65) 50%, rgba(10, 22, 40, 0.80) 100% ); z-index: 2; } /* Contenu principal */ .content { position: relative; z-index: 3; text-align: center; padding: 20px; max-width: 1100px; margin: 0 auto; } /* Badge utilisateurs en haut */ .users-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.15); padding: 12px 24px; border-radius: 50px; margin-bottom: 50px; animation: fadeInDown 0.8s ease-out; } .users-avatars { display: flex; margin-left: -8px; } .avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.4); margin-left: -8px; object-fit: cover; background: #1e293b; } .users-text { color: #ffffff; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; } /* Logo BIGWIN */ .brand-logo { display: inline-block; margin-bottom: 35px; animation: fadeInDown 0.8s ease-out 0.1s backwards; max-width: 280px; filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3)); transition: transform 0.3s ease; } .brand-logo:hover { transform: scale(1.05); } .brand-logo img { width: 100%; height: auto; } /* Titre principal */ .main-title { font-size: clamp(48px, 8vw, 92px); font-weight: 900; color: #ffffff; line-height: 1.1; margin-bottom: 28px; letter-spacing: -0.02em; animation: fadeInUp 0.8s ease-out 0.2s backwards; text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); } /* Sous-titre */ .subtitle { font-size: clamp(18px, 3vw, 24px); font-weight: 400; color: rgba(255, 255, 255, 0.85); line-height: 1.6; max-width: 850px; margin: 0 auto 50px; animation: fadeInUp 0.8s ease-out 0.4s backwards; letter-spacing: -0.01em; } /* Badge Google Play */ .google-play-badge { display: inline-block; animation: fadeInUp 0.8s ease-out 0.6s backwards; transition: all 0.3s ease; filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3)); } .google-play-badge:hover { transform: translateY(-5px) scale(1.05); filter: drop-shadow(0 15px 50px rgba(0, 0, 0, 0.4)); } .google-play-badge img { height: 70px; width: auto; } /* Animations */ @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Responsive */ @media (max-width: 768px) { .hero-container { height: 100vh; min-height: 500px; } .brand-logo { max-width: 220px; margin-bottom: 25px; } .users-badge { padding: 10px 20px; margin-bottom: 30px; } .users-text { font-size: 14px; } .avatar { width: 28px; height: 28px; } .main-title { margin-bottom: 20px; } .subtitle { font-size: 16px; margin-bottom: 35px; padding: 0 10px; } .google-play-badge img { height: 60px; } } @media (max-width: 480px) { .brand-logo { max-width: 180px; margin-bottom: 20px; } .main-title { font-size: 36px; } .subtitle { font-size: 15px; } .google-play-badge img { height: 55px; } } /* Préchargement */ .preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0a1628; z-index: 9999; display: flex; align-items: center; justify-content: center; transition: opacity 0.5s ease; } .preloader.hidden { opacity: 0; pointer-events: none; } .loader { width: 50px; height: 50px; border: 4px solid rgba(255, 255, 255, 0.1); border-top-color: #007B3A; border-radius: 50%; animation: spin 0.8s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } /style>/head>body> !-- Préchargement --> div classpreloader idpreloader> div classloader>/div> /div> !-- Container principal --> div classhero-container> !-- Vidéo de fond --> video classbackground-video autoplay muted loop playsinline> source srcindex.mp4 typevideo/mp4> Votre navigateur ne supporte pas la vidéo HTML5. /video> !-- Overlay sombre --> div classvideo-overlay>/div> !-- Contenu --> div classcontent> !-- Badge utilisateurs --> div classusers-badge> div classusers-avatars> img srchttps://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w100&h100&fitcrop&cropfaces altUser classavatar> img srchttps://images.unsplash.com/photo-1494790108377-be9c29b29330?w100&h100&fitcrop&cropfaces altUser classavatar> img srchttps://images.unsplash.com/photo-1500648767791-00dcc994a43e?w100&h100&fitcrop&cropfaces altUser classavatar> /div> span classusers-text>+100 000 utilisateurs actifs/span> /div> !-- Logo BIGWIN --> div classbrand-logo> img srcbigwin_logo.png altBIGWIN - Football Analysis> /div> !-- Titre principal --> h1 classmain-title idmain-title> Ne Joue Plus Seul /h1> !-- Sous-titre --> p classsubtitle idsubtitle> Accède aux analyses dexperts sportifs (Football, Basket, Tennis...) utilisées par +100 000 passionnés /p> !-- Badge Google Play --> a hrefhttps://play.google.com/store classgoogle-play-badge target_blank idplay-store-link> img srcGetItOnGooglePlay_Badge_Web_color_English.svg altGet it on Google Play idplay-badge-img> /a> /div> /div> script> // // 🔧 CONFIGURATION FACILE - MODIFIE ICI // const CONFIG { // 🎨 Logo de lapplication logoFile: bigwin_logo.png, // Lien vers ton app sur Google Play playStoreUrl: https://play.google.com/store/apps/details?idcom.bigwin.application, // Nom du fichier du badge Google Play playStoreBadge: GetItOnGooglePlay_Badge_Web_color_English.svg, // Photos des utilisateurs (tu peux changer ces liens) userPhotos: https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w100&h100&fitcrop&cropfaces, https://images.unsplash.com/photo-1494790108377-be9c29b29330?w100&h100&fitcrop&cropfaces, https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w100&h100&fitcrop&cropfaces , // Nombre dutilisateurs à afficher userCount: +100 000 }; // // SYSTÈME DE DÉTECTION DE LANGUE PAR IP // // Traductions disponibles const translations { fr: { usersText: CONFIG.userCount + utilisateurs actifs, title: Ne Joue Plus Seul, subtitle: Accède aux analyses d\experts sportifs (Football, Basket, Tennis...) utilisées par + CONFIG.userCount + passionnés, playBadge: CONFIG.playStoreBadge }, en: { usersText: CONFIG.userCount.replace( , ,) + Active Users, title: Don\t Play Alone Anymore, subtitle: Access expert sports analysis (Football, Basketball, Tennis...) used by + CONFIG.userCount.replace( , ,) + enthusiasts, playBadge: CONFIG.playStoreBadge }, es: { usersText: CONFIG.userCount + usuarios activos, title: No Juegues Solo, subtitle: Accede a análisis de expertos deportivos (Fútbol, Baloncesto, Tenis...) utilizados por + CONFIG.userCount + apasionados, playBadge: CONFIG.playStoreBadge }, de: { usersText: CONFIG.userCount + aktive Nutzer, title: Spiele Nicht Mehr Allein, subtitle: Greife auf Sportexperten-Analysen (Fußball, Basketball, Tennis...) zu, die von + CONFIG.userCount + Enthusiasten genutzt werden, playBadge: CONFIG.playStoreBadge }, pt: { usersText: CONFIG.userCount + usuários ativos, title: Não Jogue Mais Sozinho, subtitle: Acesse análises de especialistas esportivos (Futebol, Basquete, Tênis...) utilizadas por + CONFIG.userCount + entusiastas, playBadge: CONFIG.playStoreBadge }, it: { usersText: CONFIG.userCount + utenti attivi, title: Non Giocare Più Da Solo, subtitle: Accedi alle analisi di esperti sportivi (Calcio, Basket, Tennis...) utilizzate da + CONFIG.userCount + appassionati, playBadge: CONFIG.playStoreBadge }, ar: { usersText: CONFIG.userCount.replace( , ,) + مستخدم نشط, title: لا تلعب بمفردك بعد الآن, subtitle: احصل على تحليلات خبراء رياضيين (كرة القدم، كرة السلة، التنس...) المستخدمة من قبل + CONFIG.userCount.replace( , ,) + متحمس, playBadge: CONFIG.playStoreBadge }, nl: { usersText: CONFIG.userCount + actieve gebruikers, title: Speel Niet Meer Alleen, subtitle: Krijg toegang tot sportexpert analyses (Voetbal, Basketbal, Tennis...) gebruikt door + CONFIG.userCount + enthousiastelingen, playBadge: CONFIG.playStoreBadge }, pl: { usersText: CONFIG.userCount + aktywnych użytkowników, title: Nie Graj Już Sam, subtitle: Uzyskaj dostęp do analiz ekspertów sportowych (Piłka nożna, Koszykówka, Tenis...) używanych przez + CONFIG.userCount + entuzjastów, playBadge: CONFIG.playStoreBadge }, ru: { usersText: CONFIG.userCount + активных пользователей, title: Больше Не Играй Один, subtitle: Получите доступ к анализу спортивных экспертов (Футбол, Баскетбол, Теннис...), используемому + CONFIG.userCount + энтузиастов, playBadge: CONFIG.playStoreBadge } }; // Fonction pour détecter la langue async function detectLanguage() { try { // 1. Essayer avec lAPI ipapi.co (gratuit, pas de clé requise) const response await fetch(https://ipapi.co/json/); const data await response.json(); // Extraire le code pays (ex: FR, US, ES, etc.) const countryCode data.country_code; // Mapper le code pays vers une langue const countryToLanguage { // Pays francophones (Europe) FR: fr, BE: fr, CH: fr, CA: fr, LU: fr, MC: fr, // Pays francophones (Afrique) CM: fr, // Cameroun CI: fr, // Côte dIvoire SN: fr, // Sénégal ML: fr, // Mali BF: fr, // Burkina Faso NE: fr, // Niger TD: fr, // Tchad GN: fr, // Guinée RW: fr, // Rwanda BI: fr, // Burundi TG: fr, // Togo BJ: fr, // Bénin CF: fr, // République centrafricaine CG: fr, // Congo CD: fr, // RD Congo GA: fr, // Gabon GQ: fr, // Guinée équatoriale DJ: fr, // Djibouti KM: fr, // Comores MG: fr, // Madagascar MU: fr, // Maurice SC: fr, // Seychelles // Pays anglophones US: en, GB: en, AU: en, NZ: en, IE: en, NG: en, GH: en, KE: en, ZA: en, UG: en, // Pays hispanophones ES: es, MX: es, AR: es, CO: es, CL: es, PE: es, VE: es, EC: es, GT: es, CU: es, // Pays germanophones DE: de, AT: de, // Pays lusophones PT: pt, BR: pt, AO: pt, MZ: pt, // Pays italophones IT: it, // Pays arabophones SA: ar, AE: ar, EG: ar, MA: ar, DZ: ar, TN: ar, // Pays néerlandophones NL: nl, // Pays polonophones PL: pl, // Pays russophones RU: ru }; const detectedLang countryToLanguagecountryCode || en; return detectedLang; } catch (error) { console.log(Détection IP échouée, utilisation du navigateur); // Fallback 2: Langue du navigateur const browserLang navigator.language.split(-)0; return translationsbrowserLang ? browserLang : en; } } // Fonction pour appliquer les traductions function applyTranslations(lang) { const t translationslang || translations.en; // Appliquer les textes document.querySelector(.users-text).textContent t.usersText; document.getElementById(main-title).textContent t.title; document.getElementById(subtitle).textContent t.subtitle; document.getElementById(play-badge-img).src t.playBadge; // Appliquer le lien Play Store document.getElementById(play-store-link).href CONFIG.playStoreUrl; // Appliquer le logo const logoImg document.querySelector(.brand-logo img); if (logoImg) { logoImg.src CONFIG.logoFile; } // Appliquer les photos des utilisateurs const avatars document.querySelectorAll(.avatar); CONFIG.userPhotos.forEach((photo, index) > { if (avatarsindex) { avatarsindex.src photo; } }); console.log(`✅ Langue appliquée: ${lang.toUpperCase()}`); } // Initialisation au chargement (async function init() { const detectedLang await detectLanguage(); applyTranslations(detectedLang); })(); // // RESTE DU CODE // // Masquer le préchargement une fois la page chargée window.addEventListener(load, function() { setTimeout(function() { document.getElementById(preloader).classList.add(hidden); }, 300); }); // Assurer la lecture de la vidéo sur mobile document.addEventListener(DOMContentLoaded, function() { const video document.querySelector(.background-video); // Tenter de jouer la vidéo const playPromise video.play(); if (playPromise ! undefined) { playPromise.catch(error > { console.log(Autoplay bloqué, interaction requise); }); } // Fallback pour iOS video.setAttribute(playsinline, ); video.setAttribute(webkit-playsinline, ); }); /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
]