Help
RSS
API
Feed
Maltego
Contact
Domain > bdggoogle.co
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-28
104.21.5.84
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sat, 28 Feb 2026 13:01:15 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Tue, 14 Oct 2025 16:43:05 GMTvary: Accept-EncodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}strict-transport-security: max-age31536000Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sAVT4%2FEh7cjCfed5jiKGnNoPRS1DYrGu1PDk2%2FEcWTolIsMOkXDwTiSq3zJVVRSGhHKCZdC5XsbfVnkcXrJGme%2FyH1OKtdPykxnQ%3D}}cf-cache-status: DYNAMICCF-RAY: 9d501c08ac4aef4b-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head>meta charsetutf-8>meta nameviewport contentwidthdevice-width, initial-scale1, viewport-fitcover>title>BDG GAME Official Link Hub/title> link relstylesheet href./styles.css /> script defer src./name.js>/script> link relicon typeimage/png href/assets/icon.png>style idcompat-overrides> /* Prevent Android/OPPO auto text scaling affecting layout */ html{ -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } /* Universal fullscreen: dvh + var(--vh) fallback */ :root{ --vh: 1vh; } body{ min-height: 100vh; min-height: 100dvh; min-height: calc(var(--vh, 1vh) * 100); background: #9195a3; /* if edges show */ } .phone{ height: 100vh; height: 100dvh; height: calc(var(--vh, 1vh) * 100); max-height: 100dvh; height: -webkit-fill-available; min-height: -webkit-fill-available; padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom); } @media (max-width: 480px){ .phone{ width: 100vw; max-width: 100vw; border-radius: 0; box-shadow: none; } } /* OPPO/old WebView compatibility for site list row layout */ .sl2-item{ display: flex; /* Fallback layout */ align-items: center; gap: 12px; } @supports (display: grid){ .sl2-item{ display: grid; grid-template-columns: 1fr auto; } } .sl2-logo{ flex: 1 1 auto; min-width: 0; } .sl2-logo img{ display:block; height:72px; width:auto; max-width:100%; object-fit:contain; } .sl2-btn{ flex: 0 0 auto; white-space: nowrap; } /* Ensure card corners & borders render consistent on some devices */ .sl2-item, .container{ -webkit-mask-image: -webkit-radial-gradient(white, black); } /* Restore sticky topbar (works inside scroll container .phone) */ .topbar{ position: -webkit-sticky; position: sticky; top: 0; z-index: 1000; /* above content */ will-change: transform; /* smoother on Android WebView */ } /* Ensure .phone is the scrolling container for sticky to work */ .phone{ overflow: auto; -webkit-overflow-scrolling: touch; } /* --- Prevent horizontal scrolling on any device --- */ html, body, .phone{ max-width:100%; overflow-x:hidden; } .container, .sl2, .brand-grid{ max-width:100%; } /* --- Site list row visual fix (OPPO/Old WebView) --- */ .sl2-item{ overflow:hidden; } /* clip any overflowed child */ .sl2-logo{ display:flex; align-items:center; min-width:0; min-height:72px; } .sl2-item .sl2-logo img{ width:auto !important; /* beat generic img rules */ height:72px !important; /* consistent logo height */ max-width:100%; object-fit:contain; image-rendering:auto; display:block; } .sl2-btn{ flex:0 0 auto; white-space:nowrap; } /* keep pill button intact */ /* Prevent system text auto-scaling from breaking layout */ html{ -webkit-text-size-adjust:100%; text-size-adjust:100%; } /* --- Site list visual enhancement: pill background behind logo, consistent height --- */ .sl2-item{ gap:14px; padding:12px; } .sl2-logo{ flex:1 1 auto; min-width:0; display:flex; align-items:center; justify-content:flex-start; padding:10px 14px; border-radius:9999px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); min-height:56px; } .sl2-item .sl2-logo img{ height:28px !important; width:auto !important; max-width:100%; object-fit:contain; display:block; } @media (min-width:480px){ .sl2-item .sl2-logo img{ height:32px !important; } } /* Universal device fixes (v6) */ /* 0) System text auto-scale off to prevent wrap/overflow */ html{ -webkit-text-size-adjust:100%; text-size-adjust:100%; } /* 1) No horizontal scroll anywhere */ html, body, .phone{ max-width:100%; overflow-x:hidden; } .container, .sl2, .brand-grid{ max-width:100%; } /* 2) Topbar sticky stays above */ .topbar{ position:-webkit-sticky; position:sticky; top:0; z-index:1000; } /* 3) Site list row: robust cross‑WebView layout using Flex by default */ .sl2-item{ display:flex; align-items:center; gap:12px; padding:12px; width:100%; } /* Prefer CSS Grid if supported, but fall back to Flex above */ @supports (display:grid){ .sl2-item{ display:grid; grid-template-columns:1fr auto; } } /* 4) Left logo pill: consistent height & spacing */ .sl2-logo{ flex:1 1 auto; min-width:0; display:flex; align-items:center; justify-content:flex-start; padding:10px 14px; border-radius:9999px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); min-height:56px; } .sl2-item .sl2-logo img{ height:30px !important; /* uniform visual size across brands */ width:auto !important; max-width:100%; object-fit:contain; display:block; } @media (min-width:480px){ .sl2-item .sl2-logo img{ height:34px !important; } } /* 5) Right button: keep shape, no wrap */ .sl2-btn{ flex:0 0 auto; white-space:nowrap; } /* 6) Clip any accidental overflow on the row */ .sl2-item{ overflow:hidden; } /* v7: Force robust two‑column layout on ALL WebViews */ .sl2-item{ display:flex !important; flex-direction:row !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; width:100% !important; overflow:hidden !important; } .sl2-logo{ flex:1 1 auto !important; min-width:0 !important; max-width:100% !important; display:flex !important; align-items:center !important; gap:10px !important; } .sl2-item .sl2-logo img{ height:30px !important; width:auto !important; max-width:100% !important; object-fit:contain !important; display:block !important; } @media (min-width:480px){ .sl2-item .sl2-logo img{ height:34px !important; } } .sl2-btn{ flex:0 0 auto !important; white-space:nowrap !important; } /* v8: Modal dialog universal sizing fix */ .modal{ padding: 12px; /* give breathing room on tiny screens */ } .modal-box{ width: min(92vw, 380px) !important; /* avoid 22vw narrow modal */ min-width: 280px !important; /* hard floor to prevent ultra narrow */ max-width: 92vw !important; max-height: 84dvh !important; /* not too tall; allow scroll inside */ display: flex !important; flex-direction: column !important; align-items: center !important; overflow-y: auto !important; } .modal-title, .modal-desc{ text-align: center !important; word-break: break-word !important; } .modal-image{ width: 120px !important; height: 120px !important; } .modal-close{ position: sticky !important; top: 8px !important; align-self: flex-end !important; } /* v9: modal hardening + spacing & sl2 polish */ /* Make sure hero/verify area has a little gap below topbar */ .container{ margin-top: 8px; } /* sl2 logos: ensure consistent height on any DPI/device */ .sl2-item .sl2-logo img{ height:28px !important; width:auto !important; max-width:100% !important; object-fit:contain !important; display:block !important; image-rendering:auto !important; } /* Modal: force proper centering & sensible size on every WebView */ .modal{ position: fixed !important; inset: 0 !important; display: none !important; align-items: center !important; justify-content: center !important; background: rgba(2,6,23,.46) !important; backdrop-filter: blur(4px) !important; padding: 12px !important; z-index: 9999 !important; } .modal.open{ display: flex !important; } .modal-box{ box-sizing: border-box !important; width: min(92vw, 420px) !important; min-width: 300px !important; max-width: 92vw !important; max-height: 84dvh !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start !important; overflow-y: auto !important; border-radius: 16px !important; } .modal-title, .modal-desc{ text-align: center !important; word-break: break-word !important; } .modal-image{ width:120px !important; height:120px !important; } .modal-close{ position: absolute !important; right:10px !important; top:10px !important; }/style>/head>body> div classphone>!-- TOP --> div classtopbar> /button> div classbrand> div classemblem> *This is a complete collection of BDG GAME websites /div> Please take a screenshot and save it /div>!-- URL --> /div> div classverify-hero> main classcontainer>!-- URL2 --> div classinput-row> input iddomainInput typetext placeholderVerify BDG GAME URL... /> button idverifyBtn classbtn>🔐 Verify/button> /div>/main>!-- TC --> div idmodal classmodal aria-hiddentrue> div classmodal-box roledialog aria-modaltrue aria-labelledbymodalTitle aria-describedbymodalDesc> button idcloseModal classmodal-close aria-label关闭>×/button> img idmodalImage classmodal-image src../assets/success.png alt验证结果图 /> h2 idmodalTitle classmodal-title>Verify success/h2> p idmodalDesc classmodal-desc>Authentic/p> button idokBtn classbtn btn-primary>Okay/button> /div> /div>!-- URL3 --> script defer srcdomains.js>/script> script defer srcapp.js>/script>!-- AGENT -->section classwhy-box why--gold> h2>A WORLD-CLASS ENTERTAINMENT BETTING PLATFORM/h2> p>INR & USDT dual-currency support, choose freely./p>/section>!-- domains -->div classlines-card> h3 classlines-title>🏷 Play now/h3> ul idlinesList classlines-list aria-labelOfficial Domains>/ul>/div>!--MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-->video src/assets/bdg.mp4 autoplay playsinline controls loop stylewidth:100%;border-radius:12px;>/video>!--MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-MP4-->!-- agent 2 -->section classwhy-box why--gold> h2>Why There Have Many Members & An Agent Choose BDG GAME?/h2> p>The platform was launched in 2019 and has been running for more than 6 years. More than millions of people have chosen BDG GAME. At the same time, the latest system is adopted to ensure member information security and service quality./p>/section>section classwhy-box why--gold> h2>HOW TO REGISTER AS AN AGENT?/h2> p> Select “Promotion” Select Invitation Link Copy the Invitation Link Use Invitation Links to Invite Friends to Join /p>/section>!-- API LOGO -->div classbrand-grid> div classcell>img src./assets/1.png altmanufacturers-1>/div> div classcell>img src./assets/2.png altmanufacturers-2>/div> div classcell>img src./assets/3.png altmanufacturers-3>/div> div classcell>img src./assets/4.png altmanufacturers-4>/div> div classcell>img src./assets/5.png altmanufacturers-5>/div> div classcell>img src./assets/6.png altmanufacturers-6>/div> div classcell>img src./assets/7.png altmanufacturers-7>/div> div classcell>img src./assets/8.png altmanufacturers-8>/div> div classcell>img src./assets/9.png altmanufacturers-9>/div>/div>!-- Telegram -->div classfab-stack aria-labelquick actions> !-- APP--> a classfab fab--cover hrefhttps://bdg-ipl.org/#/downloadCenter target_blank relnoopener aria-labelApp Download> svg viewBox0 0 64 64 aria-hiddentrue roleimg> defs> radialGradient idg1 cx50% cy20% r85%> stop offset0% stop-color#74b6ff/> stop offset60% stop-color#3a86ff/> stop offset100% stop-color#1e5eff/> /radialGradient> linearGradient idg2 x10 y10 x20 y21> stop offset0% stop-colorrgba(255,255,255,.65)/> stop offset100% stop-colorrgba(255,255,255,0)/> /linearGradient> /defs> circle cx32 cy32 r28 fillurl(#g1)/> ellipse cx26 cy20 rx16 ry8 fillurl(#g2)/> path dM32 16a2 2 0 0 1 2 2v17.2l6.2-6.2a2 2 0 1 1 2.8 2.8l-10 10a2 2 0 0 1-2.8 0l-10-10a2 2 0 1 1 2.8-2.8l6.2 6.2V18a2 2 0 0 1 2-2z fill#fff/> rect x22 y44 width20 height3.6 rx1.8 fill#ffffff/> circle cx32 cy32 r28 fillnone strokergba(255,255,255,.18) stroke-width2/> /svg>/a> !-- Telegram --> a classfab fab--cover hrefhttps://t.me/bigdaddygame target_blank relnoopener aria-labelTelegram> img src./assets/telegram.webp altTelegram> /a> !-- live chat --> a classfab fab--cover hrefhttps://bdggame-service.com/?tenantid1055#/home?language target_blank relnoopener aria-labelLive Chat> img src./assets/sevice.webp altLive Chat> /a>/div>script typetext/javascript src//js.users.51.la/21988337.js>/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
]