Help
RSS
API
Feed
Maltego
Contact
Domain > www.okplay.ph
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-02
104.18.31.191
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sat, 02 Aug 2025 05:09:41 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveCache-Control: max-age3600Expires: Sat, 02 Aug 2025 06:09:41 GMTLocation: https://www.okplay.ph/Server: cloudflareCF-RAY: 968b10876fdfd82e-PDX html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>cloudflare/center>/body>/html>
Port 443
HTTP/1.1 403 ForbiddenDate: Sat, 02 Aug 2025 05:09:41 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-alivevary: accept-encodingcf-cache-status: DYNAMICServer: cloudflareCF-RAY: 968b1087cd4fc62a-PDX !DOCTYPE html>html> head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta http-equivX-UA-Compatible contentIEedge /> title>Prohibited Visit/title> style idstyleId> /* 引入字体 */ @font-face { font-family: Helvetica; src: url(/static/font/Helvetica-Neue.ttf) format(truetype); } html, body, h1, p, div, span, h6 { margin: 0; padding: 0; vertical-align: middle; box-sizing: border-box; font-family: Helvetica; /* 默认字体 */ font-size: 14px; } html, body { width: 100%; height: 100%; background-color: #fff; overflow: hidden; } #warp403 { width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; display: flex; align-items: center; justify-content: center; } .pc { display: none; width: 100%; height: 100%; align-items: center; justify-content: center; background-image: url(/static/images/403/403_bg.png); background-size: 100% 100%; background-repeat: no-repeat; background-position: center; } .pc .main { width: 1472px; height: 600px; display: flex; align-items: center; justify-content: space-between; margin: auto; } .pc .main .ml { width: 100%; max-width: 823px; } .pc .main .ml .body { width: 100%; } .pc .main .ml .body img { width: 100%; } .pc .main .ml .body .content { width: 100%; } .pc .main .ml .body .content h1 { color: #000; font-family: Helvetica; font-size: 36px; font-weight: 700; line-height: 41px; text-transform: capitalize; margin-bottom: 18px; } .pc .main .ml .body .content p { color: #0d2245; font-family: Helvetica; font-size: 22px; font-weight: 400; line-height: 24px; letter-spacing: 0.42px; margin-bottom: 16px; } .pc .main .ml .body .content .space { margin-bottom: 48px; } .pc .main .ml .body .content p span { color: #025be8; } .pc .main .ml .body .content p .capital { text-transform: uppercase; /* 英文全大写 */ } .pc .main .ml .foot { padding-top: 60px; } .pc .main .ml .foot .logowarp { width: 100%; height: 36px; display: flex; } .pc .main .ml .foot .logowarp i { height: 100%; width: 1px; height: 32px; background-image: linear-gradient( 180deg, rgba(217, 217, 217, 0) 0%, #d9d9d9 52.6%, rgba(217, 217, 217, 0) 100% ); margin: auto 24px; } .pc .main .ml .foot h6 { width: 273px; padding-top: 16px; color: #6d7693; text-align: center; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); font-family: Helvetica; font-size: 16px; font-weight: 400; line-height: 18px; letter-spacing: 3.2px; text-transform: uppercase; } .pc .main .ml .foot .logowarp img { height: 100%; } .pc .main .mr img { height: 600px; } /style> /head> body classbody> div idwarp403>/div> script> const webName okbet // 网站名称 用于显示在页面上。请根据实际情况修改。只能是 okbet 或者 okgames // 计算 390px 设计稿,每1px 对应的 vw 值,并且保留 4 位小数 const curVw (() > { const designWidth 390 const vw 100 / designWidth return vw.toFixed(4) })(); const getVw (px0) > { // 去掉 px 单位 const pxNum Number(px.replace(/px/g, )) // curVw * pxNum, 并且保留 4 位小数 const vw (curVw * pxNum).toFixed(4) return `${vw}vw` } // 判断是否是移动端 const checkIsMobile function () { if (/(prefpadindex)|(mobile0)|(pc1)/.test(window.location.href)) return false const ua navigator.userAgent const regular /MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/ const regular1 /AppleWebKit.*Mobile/i const regular2 /Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i const regular3 /Android|iPad/i const firefoxReg ua.toLowerCase().indexOf(firefox) > -1 const mobileReg navigator.platform.toLowerCase().indexOf(android) > -1 || regular2.test(ua) const fireFoxAndroidReg firefoxReg && mobileReg const clientWidth window.screen.height > window.screen.width ? window.screen.width : window.screen.height return regular1.test(ua) || regular.test(ua) || fireFoxAndroidReg || (regular3 && clientWidth 700) } // 切换 const check async () > { const isMobile checkIsMobile() const h5 await document.querySelector(.h5) const pc await document.querySelector(.pc) if (isMobile) { h5.style.display flex pc.style.display none } else { h5.style.display none pc.style.display flex } } // 监听窗口大小变化 将 h5 和 pc 版本切换 window.addEventListener(resize, function () { check() }) window.onload function () { // 在 style 标签中添加样式 const styleDom document.getElementById(styleId) styleDom.innerHTML + ` .h5 { width: 100%; min-height: 100%; display: none; flex-direction: column; justify-content: space-between; padding: ${getVw(16px)} ${getVw(25px)} ${getVw(29px)} ${getVw(25px)}; background-image: url(/static/images/403/403_bg.png); background-size: auto 100%; background-repeat: no-repeat; background-position: center; } .h5 .body { width: 100%; } .h5 .body img { width: 100%; } .h5 .body .content { width: 100%; } .h5 .body .content h1 { color: #000; font-family: Helvetica; font-size: ${getVw(18px)}; font-weight: 700; line-height: ${getVw(21px)}; text-transform: capitalize; margin-bottom: ${getVw(18px)}; } .h5 .body .content p { color: #0D2245; font-family: Helvetica; font-size: ${getVw(14px)}; font-weight: 400; line-height: ${getVw(24px)}; letter-spacing: 0.42px; } .h5 .body .content .space { margin-bottom: ${getVw(24px)}; } .h5 .body .content p span { color: #025BE8; } .h5 .body .content p .capital { text-transform: uppercase; /* 英文全大写 */ } .h5 .foot { width: 100%; padding-top: ${getVw(128px)}; } .h5 .foot .logowarp { width: 100%; height: ${getVw(36px)}; display: flex; align-items: center; justify-content: center; } .h5 .foot .logowarp i { height: 100%; width: 1px; height: ${getVw(32px)}; background-image: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #D9D9D9 52.6%, rgba(217, 217, 217, 0.00) 100%); margin: auto ${getVw(24px)}; } .h5 .foot .logowarp img { height: 100%; } .h5 .foot h6 { width: 100%; padding-top: ${getVw(16px)}; color: #6D7693; text-align: center; text-shadow: 0 ${getVw(4px)} ${getVw(4px)} rgba(0, 0, 0, 0.10); font-family: Helvetica; font-size: ${getVw(16px)}; font-weight: 400; line-height: ${getVw(18px)}; letter-spacing: 3.2px; text-transform: uppercase; } ` const warp403Dom document.getElementById(warp403) // 403 页面 warp403Dom.innerHTML + ` div classh5> div classbody> img src/static/images/403/403_position.png stylewidth:300px;height:300px/> div classcontent> h1>Dear Valued Customers:/h1> p>Our APP has been restricted in this location./p> p classspace>Due to legal reasons, Our APP is only allowed for use within the span>Philippines./span>/p> p>We apologize for any inconvenience caused./p> p>From span classcapital>${webName}./span>/p> /div> /div> div classfoot> div classlogowarp> img src/static/images/403/${webNameokbet?403_logo_okbet.png:403_logo_okgame.png} altlogo/> i>/i> img src/static/images/403/403_pagcor.png altlogo/> /div> h6>${webName}/h6> /div> /div> div classpc> div classmain> div classml> div classbody> div classcontent> h1>Dear Valued Customers:/h1> p>Our APP has been restricted in this location./p> p classspace>Due to legal reasons, Our APP is only allowed for use within the span>Philippines./span>/p> p>We apologize for any inconvenience caused./p> p>From span classcapital>${webName}./span>/p> /div> /div> div classfoot> div classlogowarp> img src/static/images/403/${webNameokbet?403_logo_okbet.png:403_logo_okgame.png} altlogo/> i>/i> img src/static/images/403/403_pagcor.png altlogo/> /div> h6>${webName}/h6> /div> /div> div classmr> img src/static/images/403/403_position.png/> /div> /div> /div> ` const init async () > { check() // 这个接口是获取客服信息的 但是现在没有,所以暂时注释掉,如果有了,就放开【切记不要删除。防止后面要用】start // var xhttp new XMLHttpRequest(); // try { // const response await fetch(/api/front/index/config.json); // const data await response.json(); // console.log(response, data, responseresponseresponseresponse 111) // const config data.t; // document.getElementById(cs_btn).href config?.customerServiceUrl || https://chat.okbet.com/Chat/Chat?langen&userID&userName; // document.getElementById(phone).innerHTML config?.mainPhone || +639386788888; // document.getElementById(email).innerHTML config?.mainEmail || kyc@okbet.com; // } catch (error) { // console.log(error, responseresponseresponseresponse 222) // document.getElementById(phone).innerHTML +639386788888; // document.getElementById(email).innerHTML kyc@okbet.com; // } // 这个接口是获取客服信息的 但是现在没有,所以暂时注释掉,如果有了,就放开【切记不要删除。防止后面要用】end }; init(); }; /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
]