Help
RSS
API
Feed
Maltego
Contact
Domain > letsplay.locgame.io
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-09
18.164.116.54
(
ClassC
)
2025-10-16
3.163.24.88
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Thu, 16 Oct 2025 00:22:12 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://letsplay.locgame.io/X-Cache: Redirect from cloudfrontVia: 1.1 049ca50de603d43d8c9d0f7716efb414.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: wA9s8qM6XWAzOv--yBoW4TcNsYVNzWbPXPiwcL2xSaMiAhg4eyEZrgVary: Origin 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: 9883Connection: keep-aliveDate: Thu, 16 Oct 2025 00:22:14 GMTLast-Modified: Tue, 01 Apr 2025 20:07:55 GMTETag: dfb2930ef7ae33b63cf786aaf50454cbx-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 5b69cd230a06f482da15abd9c53bb694.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: Ob7AzmdENNxVNdhLUI8BcaYlkNuyrC3Qb45gq0v7nS8ESkpgJENQAwVary: Origin !DOCTYPE html>html langen-us>head> meta charsetutf-8> meta http-equivContent-Type contenttext/html; charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, user-scalableno> title>LoCGame/title> link relshortcut icon hrefTemplateData/favicon.ico> link relstylesheet hrefTemplateData/style.css>/head>body classdark> div idunity-container classunity-desktop> canvas idunity-canvas>/canvas> /div> div idloading-cover styledisplay:none;> div idunity-loading-bar> div idunity-logo>/div> div idtips-container> img nametipImg>/img> /div> div idunity-progress-bar-empty styledisplay: none;> div idunity-progress-bar-full>/div> /div> div classspinner>/div> /div> /div> div idunity-fullscreen-button styledisplay: none;>/div> script srchttps://apis.google.com/js/api.js>/script> script srchttps://unpkg.com/@metamask/detect-provider/dist/detect-provider.min.js>/script> script srcweb3provider/index.js>/script> script srcweb3provider/chainParams.js>/script> script srchttps://cdnjs.cloudflare.com/ajax/libs/ethers/5.2.0/ethers.umd.min.js typeapplication/javascript>/script> script src./js/bundle.js>/script> script> var tipsShow true; var tipTime 7000; var tipImages tips/joke1.png, //tips/tip1.png, tips/joke2.png, //tips/tip2.png, tips/joke3.png, //tips/tip3.png, tips/joke4.png, //tips/tip4.png, tips/joke5.png, //tips/tip5.png, //tips/tip6.png, //tips/tip7.png ; var tipCounter Math.floor(Math.random() * tipImages.length); function nextTip() { if (!tipsShow) return; document.tipImg.src tipImagestipCounter; tipCounter tipCounter tipImages.length - 1 ? tipCounter + 1 : 0; setTimeout(nextTip(), tipTime); } var _unityInstance null; function SendMessage(objectName, methodName, value) { _unityInstance?.SendMessage(objectName, methodName, value); } fetch(build_version.txt) .then(response > response.text()) .then(actualBuildVersion > { let cookieName build_version; let decodedCookie decodeURIComponent(document.cookie); let cookiesBuildVersion 0; let ca decodedCookie.split(;); for (let i 0; i ca.length; i++) { let c cai; while (c.charAt(0) ) { c c.substring(1); } if (c.indexOf(cookieName) 0) { cookiesBuildVersion c.substring(cookieName.length, c.length); break; } } document.cookie cookieName + actualBuildVersion + ; + ;path/; if (cookiesBuildVersion.length 0 || parseInt(cookiesBuildVersion) parseInt(actualBuildVersion)) { var request1 indexedDB.deleteDatabase(/idbfs); request1.onsuccess function () { console.log(idbfs Deleted database successfully); var request2 indexedDB.deleteDatabase(UnityCache); request2.onsuccess function () { console.log(UnityCache Deleted database successfully); loadEngine(); } request2.onerror function () { console.log(UnityCache Couldnt delete database); } request2.onblocked function () { console.log(UnityCache Couldnt delete database due to the operation being blocked); }; } request1.onerror function () { console.log(idbfs Couldnt delete database); } request1.onblocked function () { console.log(idbfs Couldnt delete database due to the operation being blocked); }; } else loadEngine(); }); function loadEngine() { let mainUnityInstance; const hideFullScreenButton ; const buildUrl Build; const loaderUrl buildUrl + /web17.loader.js; const config { dataUrl: buildUrl + /web17.data, frameworkUrl: buildUrl + /web17.framework.js, codeUrl: buildUrl + /web17.wasm, streamingAssetsUrl: StreamingAssets, companyName: RBL-Labs, productName: LoCGame, productVersion: 3.2.69, }; const container document.querySelector(#unity-container); const canvas document.querySelector(#unity-canvas); const loadingCover document.querySelector(#loading-cover); const progressBarEmpty document.querySelector(#unity-progress-bar-empty); const progressBarFull document.querySelector(#unity-progress-bar-full); const fullscreenButton document.querySelector(#unity-fullscreen-button); const spinner document.querySelector(.spinner); const isMobile /Mobi|iPhone|iPad|iPod|Android/i.test(window.navigator.userAgent); const canFullscreen (function () { for (const key of exitFullscreen, webkitExitFullscreen, webkitCancelFullScreen, mozCancelFullScreen, msExitFullscreen, ) { if (key in document) { return true; } } return false; }()); if (isMobile) { container.className unity-mobile; config.devicePixelRatio 1; } loadingCover.style.display ; const script document.createElement(script); script.src loaderUrl; script.onload () > { createUnityInstance(canvas, config, (progress) > { spinner.style.display none; progressBarEmpty.style.display ; progressBarFull.style.width `${100 * progress}%`; }).then((unityInstance) > { tipsShow false; mainUnityInstance unityInstance; _unityInstance unityInstance; // Fix for virtual keyboard issue on mobile const input document.createElement(input); input.type text; input.id dummy-input; input.oninput () > { if (input.IsSyncing) return; //unityInstance.Module.ccall(OnExternalInputUpdate, null); let json { \Value\: \ + escape(input.value) + \, \SelectionStart\: + input.selectionStart + , \SelectionEnd\: + input.selectionEnd + }; unityInstance.SendMessage(EventSystem, ExternalInputUpdated, json); } input.onblur () > { //unityInstance.Module.ccall(OnExternalInputBlur, null); unityInstance.SendMessage(EventSystem, ExternalInputBlurred); } const form document.createElement(form); form.id dummy-form; form.autocomplete off; form.onsubmit (e) > { input.blur(); e.preventDefault(); } form.appendChild(input); document.body.appendChild(form); // Other code loadingCover.style.display none; if (canFullscreen) { if (!hideFullScreenButton) { fullscreenButton.style.display ; } fullscreenButton.onclick async () > { document.makeFullscreen(unity-container); // Lock orientation to landscape try { await screen.orientation.lock(landscape-primary); // Chrome, IE, Firefox and Opera } catch (err) { // if (orientation in screen){ // if (lock in screen.orientation) // else{ // Safari // console.log(No support for orientation lock); // // function deviceOrientation() { // // let body document.body; // // body.classList.remove(rotation90); // // body.classList.remove(rotation-90); // // body.classList.remove(portrait); // // // // switch(screen.orientation.angle) { // // case 90: // // body.classList.add(rotation90); // // break; // // case -90: // // body.classList.add(rotation-90); // // break; // // default: // // body.classList.add(portrait); // // break; // // } // // } // // // // window.addEventListener(orientationchange, deviceOrientation); // // deviceOrientation(); // } // } console.log(Error when locking orientation); console.error(err); } }; } }).catch((message) > { alert(message); }); }; document.body.appendChild(script); const MbjVFZ fn > document.readyState complete || document.readyState interactive ? setTimeout(fn, 1) : document.addEventListener(DOMContentLoaded, fn); MbjVFZ(() > { const elem document.createElement(img); // elem.setAttribute(src, `logos/${Math.random() * 8 | 0}.jpg`); elem.setAttribute(src, `logo.png`); document.getElementById(unity-logo).appendChild(elem); setTimeout(nextTip(), 5000); }); } /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
]