Help
RSS
API
Feed
Maltego
Contact
Domain > gamelockerhub.click
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-19
13.225.205.120
(
ClassC
)
2026-02-14
18.161.6.3
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 14 Feb 2026 05:44:48 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://gamelockerhub.click/X-Cache: Redirect from cloudfrontVia: 1.1 8f251d23da31b683c3c9d6fad6ca944c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: ySaJdxPWrvjXVQSMucUIL_f9P1RMwvr4h8OL3dIVLvCa046cmgBl0A 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: 6777Connection: keep-aliveDate: Sat, 14 Feb 2026 05:44:48 GMTAccept-Ranges: bytesServer: nginxLast-Modified: Wed, 16 Jul 2025 09:06:41 GMTETag: 68776ba1-1a79Expires: Sat, 14 Feb 2026 05:44:49 GMTCache-Control: max-age1Cache-Control: no-cacheVary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 ffc1e24c06bfbb135c0a4d240b382048.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: yOosis8ak4YkJbXfzuQKxbUn-RtA4k6PIqc5czl_XCv0rzU5eiaOQA !DOCTYPE html>html> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> link href./styles.css relstylesheet /> link relshortcut icon href./assets/logo.png /> script src./js/tailwind.js>/script> title>Lockerhub/title> style> v-cloak { display: none; } /style> /head> body> div idapp v-cloak> !-- 容器 --> div classfx-h fx-ac> !-- 顶部 --> div classjustify-between gap-3 p-4 fx-r fx-bc> div classgap-3 cursor-pointer fx-r fx-bc @clicktoHome> img classnavLogo src./assets/logo.png altLockerhub Logo /> div classtext-#002a41 navTitle>Lockerhub/div> /div> div> img stylewidth: 32px; aspect-ratio: square; cursor: pointer src./assets/menunav.png alt loadinglazy @clicktoggleMenu /> /div> /div> !-- 菜单面板 --> div classmenu-panel :class{ show: showMenu } @click.selftoggleMenu> div classmenu-content> div classmenu-header> h2>Menu/h2> img classinvert filter stylewidth: 24px; aspect-ratio: square; cursor: pointer src./assets/close.png alt loadinglazy @clicktoggleMenu /> /div> ul classmenu-items> li>a hrefindex.html>Home/a>/li> li>a hrefallList.html>All Games/a>/li> li>a hrefallList.html?cateRacing>Racing Games/a>/li> li>a hrefallList.html?cateSports>Sports Games/a>/li> li>a hrefallList.html?cateShooting>Shooting Games/a>/li> li>a hrefallList.html?cateAction>Action Games/a>/li> li>a hrefallList.html?cateAdventure>Adventure Games/a>/li> /ul> /div> /div> !-- 内容 --> div classmx-auto md:w-80% fx-h fx-bc fx-ac game-container> h2 classmy-4 w-full font-bold text-2xl text-start section-title>Top Games/h2> !-- 区域1 --> div classtop-games flex-wrap gap-5 grid grid-cols-3 md:grid-cols-6 bg-#fff p-5 rounded-lg fx-r> div v-foritem in list.slice(0,6) :keyitem.id classtop-card game-card @clicktoDetail(item)> img :srcitem.image :altitem.title loadinglazy classgame-img /> h3 classtext-center truncate game-title>{{item.title}}/h3> /div> /div> !-- 区域2 --> h2 classmy-4 w-full font-bold text-2xl text-start section-title>New Games/h2> div classflex-wrap gap-4 grid grid-cols-3 fx-r all-games> div v-foritem in list.slice(6,12) :keyitem.id classgrid grid-flow-row game-card @clicktoDetail(item)> div classgame-img-container> img :srcitem.image :altitem.title loadinglazy classgame-img /> h3 classtext-center truncate game-title>{{item.title}}/h3> /div> /div> /div> !-- 区域3 --> h2 classmy-4 w-full font-bold text-2xl text-start section-title>All Games/h2> div classflex-wrap gap-2 fx-r fx-ac fx-bc third-section> div v-foritem in list.slice(13,25) :keyitem.id classgame-card @clicktoDetail(item)> div classgame-img-container> img :srcitem.image :altitem.title loadinglazy classgame-img styleaspect-ratio: 1/1 /> h3 classtext-center truncate game-title>{{item.title}}/h3> /div> /div> /div> div classload-more-btn @clicktoAllList>More/div> !-- 页脚 --> footer classbg-var(--footer) md:mx-auto mt-4 py-6 border-#e82e2f border-t w-full> div classmx-auto px-4 container> div classflex md:flex-row flex-col justify-between items-center space-y-4 md:space-y-0> ul classflex md:flex-row flex-col md:space-x-6 space-y-2 md:space-y-0> li> a href./PrivacyPolicy/index.html classhover:text-var(--font) transition-colors duration-300>Privacy Policy/a> /li> li>a href./TermsOfUse/index.html classhover:text-var(--font) transition-colors duration-300>Terms of Use/a>/li> /ul> p classopacity-75 mt-2 font-medium>Copyright © {{date}} Lockerhub ./p> /div> /div> /footer> /div> /div> !-- 回到顶部按钮 --> button idback-to-top @clickscrollToTop>↑/button> /div> script src./js/vue/vue.js>/script> script src./js/game/gamedata.js>/script> script> new Vue({ el: #app, data: { list: , date: , showMenu: false, }, mounted() { // 监听滚动事件,控制按钮显示与隐藏 window.addEventListener(scroll, this.handleScroll); this.getData(); this.date new Date().getFullYear(); }, beforeDestroy() { // 组件销毁前移除滚动事件监听 window.removeEventListener(scroll, this.handleScroll); }, methods: { toggleMenu() { this.showMenu !this.showMenu; }, toHome() { window.location.href ./index.html; }, toDetail(item) { window.location.href ./detail.html?id + item.id; }, toAllList() { window.location.href ./allList.html; }, // 处理滚动事件 handleScroll() { const backToTopButton document.getElementById(back-to-top); if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { backToTopButton.style.display flex; } else { backToTopButton.style.display none; } }, // 回到顶部 scrollToTop() { window.scrollTo({ top: 0, behavior: smooth, }); }, getData() { this.list games.list.sort(() > { return Math.random() - 0.5; }); }, }, }); /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
]