Help
RSS
API
Feed
Maltego
Contact
Domain > ueihinidjio.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-19
3.163.158.17
(
ClassC
)
2025-09-19
3.163.158.23
(
ClassC
)
2025-11-03
3.169.173.117
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 10004Connection: keep-aliveServer: nginx/1.20.2Date: Mon, 03 Nov 2025 00:44:21 GMTLast-Modified: Fri, 01 Aug 2025 06:51:50 GMTAccept-Ranges: bytesETag: 688c6406-2714Cache-Control: no-store, no-cache, must-revalidate, max-age0Pragma: no-cacheExpires: 0X-Cache: Miss from cloudfrontVia: 1.1 8af7e76489ae9222af2304e63d2c0520.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: A99YuMBWK0sPR54TG00qTO1sJoArpHGuJPx11bmA-BXjjI2Fc85DWA !DOCTYPE html>html>head> meta charsetutf-8> meta http-equivCache-Control contentno-cache, no-store, must-revalidate> meta http-equivPragma contentno-cache> meta http-equivCache contentno-cache> meta http-equivExpires content0> link relmanifest href./manifest.json> title>PKDB/title> !-- open graph protocol --> meta propertyog:title contentআপনার বন্ধুদের সাথে শেয়ার করুন, এক্সক্লুসিভ উপহার পান👇👇👇/> !-- meta tag description --> meta namedescription contentসুপার জ্যাকপট | অনলাইন ক্যাসিনো | অনলাইন স্লট গেম | ক্রিপ্টো থেকে রিয়েল এক্সচেঞ্জ | অ্যাভিয়েটর গেম | ফরচুন টাইগার | ফরচুন অক্স | ফরচুন র্যাবিট | আপনার ভাগ্য পরীক্ষা করে দেখুন!👇👇👇> !-- open graph description --> meta nameog:description contentসুপার জ্যাকপট | অনলাইন ক্যাসিনো | অনলাইন স্লট গেম | ক্রিপ্টো থেকে রিয়েল এক্সচেঞ্জ | অ্যাভিয়েটর গেম | ফরচুন টাইগার | ফরচুন অক্স | ফরচুন র্যাবিট | আপনার ভাগ্য পরীক্ষা করে দেখুন!👇👇👇> !-- og:img url for both meta tag and open graph --> meta nameog:image contenthttps://dby208akh1zys.cloudfront.net/H5/icon.png> !-- Twitter Card --> meta nametwitter:card contentthis is twitter card /> meta nametwitter:site contentthis is twitter site /> meta nametwitter:title contentআপনার বন্ধুদের সাথে শেয়ার করুন, এক্সক্লুসিভ উপহার পান👇👇👇 /> meta nametwitter:description contentসুপার জ্যাকপট | অনলাইন ক্যাসিনো | অনলাইন স্লট গেম | ক্রিপ্টো থেকে রিয়েল এক্সচেঞ্জ | অ্যাভিয়েটর গেম | ফরচুন টাইগার | ফরচুন অক্স | ফরচুন র্যাবিট | আপনার ভাগ্য পরীক্ষা করে দেখুন!👇👇👇/> meta nametwitter:image contenthttps://dby208akh1zys.cloudfront.net/H5/icon.png /> link relicon hreffavicon.ico> link relapple-touch-icon sizes180x180 href./favicon.ico> !--http://www.html5rocks.com/en/mobile/mobifying/--> meta nameviewport contentwidthdevice-width,user-scalableno,initial-scale1,minimum-scale1,maximum-scale1,minimal-uitrue/> !--https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html--> meta nameapple-mobile-web-app-capable contentyes> meta nameapple-mobile-web-app-status-bar-style contentblack-translucent> meta nameformat-detection contenttelephoneno> !-- force webkit on 360 --> meta namerenderer contentwebkit/> meta nameforce-rendering contentwebkit/> !-- force edge on IE --> meta http-equivX-UA-Compatible contentIEedge,chrome1/> meta namemsapplication-tap-highlight contentno> !-- force full screen on some browser --> meta namefull-screen contentyes/> meta namex5-fullscreen contenttrue/> meta name360-fullscreen contenttrue/> !--fix fireball/issues/3568 --> !--meta namebrowsermode contentapplication>--> meta namex5-page-mode contentapp> !--link relapple-touch-icon href.png />--> !--link relapple-touch-icon-precomposed href.png />--> link relstylesheet typetext/css hrefstyle.css/>/head>body> div idGameDiv cc_exact_fit_screentrue> div idCocos3dGameContainer> canvas idGameCanvas oncontextmenuevent.preventDefault() tabindex99>/canvas> /div> /div> div idsplash> div classprogress-bar stripes> span stylewidth: 0%>/span> /div> /div>script typetext/javascript> (function () { var userAgent navigator.userAgent.toLowerCase(); // isMobile var isMobile /mobile|android|iphone|ipad|phone/i.test(userAgent); var gameDiv document.getElementById(GameDiv); var body document.getElementsByTagName(body)0; let orientation 2 // 1:portrait 2:landscape let isLobby true //pc browser if (!isMobile) { function setGameDiv(){ var clientWidth document.documentElement.clientWidth; var clientHeight document.documentElement.clientHeight; var gameWidth; var gameHeight; if(isLobby) // lobby full screen { gameWidth clientWidth + px gameHeight clientHeight + px } else //game { if(orientation 1) //portrait { var widthRatio clientWidth / 750; var heightRatio clientHeight / 1334; gameWidth false ? 100% : 750 * heightRatio; gameHeight false ? 1334 * widthRatio : 100%; if(gameWidth ! 100%) { gameWidth + px; } if(gameHeight ! 100%) { gameHeight + px; } } else //landscape { gameWidth clientWidth + px gameHeight clientHeight + px } } gameDiv.style.width gameWidth gameDiv.style.height gameHeight body.style.alignItems center; body.style.justifyContent center; } setGameDiv(); window.onresize function () { setGameDiv(); } //change canvas size window.addEventListener(changeCanvasSize, (event)> { orientation event.detail.orientation; isLobby event.detail.isLobby; }); } })();/script>script> //PWA if (navigator.standalone || window.matchMedia((display-mode: standalone)).matches) { let params localStorage.getItem(pwaParam); if (params) { window.location.href `${window.location.origin}${params}`; } // window.location.href window.location.origin + localStorage.getItem(pwaParam); } else { //PWA install if (navigator.serviceWorker) { navigator.serviceWorker.register(./sw.js); } window.addEventListener(beforeinstallprompt, function (e) { //save params const params window.location.search; localStorage.setItem(pwaParam, params); // save event globalThis.dfdPrompt e; // preventDefault e.preventDefault(); return false; }); }/script>!-- Polyfills bundle. -->script srcsrc/polyfills.bundle.5adbf.js charsetutf-8> /script>!-- SystemJS support. -->script srcsrc/system.bundle.543e6.js charsetutf-8> /script>!-- Import map -->script srcsrc/import-map.c5050.json typesystemjs-importmap charsetutf-8> /script>script> System.import(./index.95105.js).catch(function(err) { console.error(err);location.reload(true); })/script>!--firebase-analytics -->script typemodule> import { initializeApp } from https://www.gstatic.com/firebasejs/11.10.0/firebase-app.js import { getAnalytics, logEvent,setUserProperties,setUserId } from https://www.gstatic.com/firebasejs/11.10.0/firebase-analytics.js //make some functions availabe to the window window.initializeApp initializeApp window.getAnalytics getAnalytics window.logEvent logEvent window.setUserProperties setUserProperties window.setUserId setUserId/script>!--firebase-analytics -->!--sentry -->script srchttps://browser.sentry-cdn.com/7.93.0/bundle.tracing.min.jsintegritysha384-SPq2en7EMouQY/MGYLYA/shBLhoyYScgNTU8crQBLY4Aa8evvIXgmB6gSnUIAd/n crossoriginanonymous>/script>script srchttps://browser.sentry-cdn.com/7.93.0/httpclient.min.js integritysha384-0dFgiaR3IklZXnDwNIepXBMqh91Drukh+ZdlvZyzBBKUA0/YwWUfWSL89FLnQ8ZP crossoriginanonymous>/script>script> //sentry dsn key const sentryDsnKey window.onload () > { if (sentryDsnKey ! null && sentryDsnKey.length > 0) { Sentry.init({ dsn: sentryDsnKey, integrations: new Sentry.Integrations.HttpClient( { failedRequestStatusCodes:404,599 } ), }); } } //error handler window.addEventListener(error, (event) > { //sentry report if (sentryDsnKey ! null && sentryDsnKey.length > 0 && window.Sentry ! null) { var msg event.message? event.message:`error ${event.target.tagName}:${event.target.src}` Sentry.captureMessage(msg, error); } }, true)/script>!--sentry -->/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 10004Connection: keep-aliveServer: nginx/1.20.2Date: Mon, 03 Nov 2025 00:44:21 GMTLast-Modified: Fri, 01 Aug 2025 06:51:50 GMTAccept-Ranges: bytesETag: 688c6406-2714Cache-Control: no-store, no-cache, must-revalidate, max-age0Pragma: no-cacheExpires: 0X-Cache: Hit from cloudfrontVia: 1.1 38789cdd14ddea5c4c609cb0e6656396.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: bce7qG175LwIU5XAaxqtZWCk5Epmsa46rS-rqYMd5fKLzRar8l30gw !DOCTYPE html>html>head> meta charsetutf-8> meta http-equivCache-Control contentno-cache, no-store, must-revalidate> meta http-equivPragma contentno-cache> meta http-equivCache contentno-cache> meta http-equivExpires content0> link relmanifest href./manifest.json> title>PKDB/title> !-- open graph protocol --> meta propertyog:title contentআপনার বন্ধুদের সাথে শেয়ার করুন, এক্সক্লুসিভ উপহার পান👇👇👇/> !-- meta tag description --> meta namedescription contentসুপার জ্যাকপট | অনলাইন ক্যাসিনো | অনলাইন স্লট গেম | ক্রিপ্টো থেকে রিয়েল এক্সচেঞ্জ | অ্যাভিয়েটর গেম | ফরচুন টাইগার | ফরচুন অক্স | ফরচুন র্যাবিট | আপনার ভাগ্য পরীক্ষা করে দেখুন!👇👇👇> !-- open graph description --> meta nameog:description contentসুপার জ্যাকপট | অনলাইন ক্যাসিনো | অনলাইন স্লট গেম | ক্রিপ্টো থেকে রিয়েল এক্সচেঞ্জ | অ্যাভিয়েটর গেম | ফরচুন টাইগার | ফরচুন অক্স | ফরচুন র্যাবিট | আপনার ভাগ্য পরীক্ষা করে দেখুন!👇👇👇> !-- og:img url for both meta tag and open graph --> meta nameog:image contenthttps://dby208akh1zys.cloudfront.net/H5/icon.png> !-- Twitter Card --> meta nametwitter:card contentthis is twitter card /> meta nametwitter:site contentthis is twitter site /> meta nametwitter:title contentআপনার বন্ধুদের সাথে শেয়ার করুন, এক্সক্লুসিভ উপহার পান👇👇👇 /> meta nametwitter:description contentসুপার জ্যাকপট | অনলাইন ক্যাসিনো | অনলাইন স্লট গেম | ক্রিপ্টো থেকে রিয়েল এক্সচেঞ্জ | অ্যাভিয়েটর গেম | ফরচুন টাইগার | ফরচুন অক্স | ফরচুন র্যাবিট | আপনার ভাগ্য পরীক্ষা করে দেখুন!👇👇👇/> meta nametwitter:image contenthttps://dby208akh1zys.cloudfront.net/H5/icon.png /> link relicon hreffavicon.ico> link relapple-touch-icon sizes180x180 href./favicon.ico> !--http://www.html5rocks.com/en/mobile/mobifying/--> meta nameviewport contentwidthdevice-width,user-scalableno,initial-scale1,minimum-scale1,maximum-scale1,minimal-uitrue/> !--https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html--> meta nameapple-mobile-web-app-capable contentyes> meta nameapple-mobile-web-app-status-bar-style contentblack-translucent> meta nameformat-detection contenttelephoneno> !-- force webkit on 360 --> meta namerenderer contentwebkit/> meta nameforce-rendering contentwebkit/> !-- force edge on IE --> meta http-equivX-UA-Compatible contentIEedge,chrome1/> meta namemsapplication-tap-highlight contentno> !-- force full screen on some browser --> meta namefull-screen contentyes/> meta namex5-fullscreen contenttrue/> meta name360-fullscreen contenttrue/> !--fix fireball/issues/3568 --> !--meta namebrowsermode contentapplication>--> meta namex5-page-mode contentapp> !--link relapple-touch-icon href.png />--> !--link relapple-touch-icon-precomposed href.png />--> link relstylesheet typetext/css hrefstyle.css/>/head>body> div idGameDiv cc_exact_fit_screentrue> div idCocos3dGameContainer> canvas idGameCanvas oncontextmenuevent.preventDefault() tabindex99>/canvas> /div> /div> div idsplash> div classprogress-bar stripes> span stylewidth: 0%>/span> /div> /div>script typetext/javascript> (function () { var userAgent navigator.userAgent.toLowerCase(); // isMobile var isMobile /mobile|android|iphone|ipad|phone/i.test(userAgent); var gameDiv document.getElementById(GameDiv); var body document.getElementsByTagName(body)0; let orientation 2 // 1:portrait 2:landscape let isLobby true //pc browser if (!isMobile) { function setGameDiv(){ var clientWidth document.documentElement.clientWidth; var clientHeight document.documentElement.clientHeight; var gameWidth; var gameHeight; if(isLobby) // lobby full screen { gameWidth clientWidth + px gameHeight clientHeight + px } else //game { if(orientation 1) //portrait { var widthRatio clientWidth / 750; var heightRatio clientHeight / 1334; gameWidth false ? 100% : 750 * heightRatio; gameHeight false ? 1334 * widthRatio : 100%; if(gameWidth ! 100%) { gameWidth + px; } if(gameHeight ! 100%) { gameHeight + px; } } else //landscape { gameWidth clientWidth + px gameHeight clientHeight + px } } gameDiv.style.width gameWidth gameDiv.style.height gameHeight body.style.alignItems center; body.style.justifyContent center; } setGameDiv(); window.onresize function () { setGameDiv(); } //change canvas size window.addEventListener(changeCanvasSize, (event)> { orientation event.detail.orientation; isLobby event.detail.isLobby; }); } })();/script>script> //PWA if (navigator.standalone || window.matchMedia((display-mode: standalone)).matches) { let params localStorage.getItem(pwaParam); if (params) { window.location.href `${window.location.origin}${params}`; } // window.location.href window.location.origin + localStorage.getItem(pwaParam); } else { //PWA install if (navigator.serviceWorker) { navigator.serviceWorker.register(./sw.js); } window.addEventListener(beforeinstallprompt, function (e) { //save params const params window.location.search; localStorage.setItem(pwaParam, params); // save event globalThis.dfdPrompt e; // preventDefault e.preventDefault(); return false; }); }/script>!-- Polyfills bundle. -->script srcsrc/polyfills.bundle.5adbf.js charsetutf-8> /script>!-- SystemJS support. -->script srcsrc/system.bundle.543e6.js charsetutf-8> /script>!-- Import map -->script srcsrc/import-map.c5050.json typesystemjs-importmap charsetutf-8> /script>script> System.import(./index.95105.js).catch(function(err) { console.error(err);location.reload(true); })/script>!--firebase-analytics -->script typemodule> import { initializeApp } from https://www.gstatic.com/firebasejs/11.10.0/firebase-app.js import { getAnalytics, logEvent,setUserProperties,setUserId } from https://www.gstatic.com/firebasejs/11.10.0/firebase-analytics.js //make some functions availabe to the window window.initializeApp initializeApp window.getAnalytics getAnalytics window.logEvent logEvent window.setUserProperties setUserProperties window.setUserId setUserId/script>!--firebase-analytics -->!--sentry -->script srchttps://browser.sentry-cdn.com/7.93.0/bundle.tracing.min.jsintegritysha384-SPq2en7EMouQY/MGYLYA/shBLhoyYScgNTU8crQBLY4Aa8evvIXgmB6gSnUIAd/n crossoriginanonymous>/script>script srchttps://browser.sentry-cdn.com/7.93.0/httpclient.min.js integritysha384-0dFgiaR3IklZXnDwNIepXBMqh91Drukh+ZdlvZyzBBKUA0/YwWUfWSL89FLnQ8ZP crossoriginanonymous>/script>script> //sentry dsn key const sentryDsnKey window.onload () > { if (sentryDsnKey ! null && sentryDsnKey.length > 0) { Sentry.init({ dsn: sentryDsnKey, integrations: new Sentry.Integrations.HttpClient( { failedRequestStatusCodes:404,599 } ), }); } } //error handler window.addEventListener(error, (event) > { //sentry report if (sentryDsnKey ! null && sentryDsnKey.length > 0 && window.Sentry ! null) { var msg event.message? event.message:`error ${event.target.tagName}:${event.target.src}` Sentry.captureMessage(msg, error); } }, true)/script>!--sentry -->/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
]