Help
RSS
API
Feed
Maltego
Contact
Domain > nimblemind.studio
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-01
54.210.38.174
(
ClassC
)
2025-05-16
35.175.61.147
(
ClassC
)
2026-01-19
54.174.51.144
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Mon, 19 Jan 2026 14:04:07 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://nimblemind.studio:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 19 Jan 2026 14:04:07 GMTContent-Type: text/html; charsetutf-8Content-Length: 11369Connection: keep-aliveServer: nginxLast-Modified: Fri, 31 May 2024 09:28:01 GMTETag: 66599821-2c69Accept-Ranges: bytes html> head> meta charsetutf-8 /> meta http-equivX-UA-Compatible contentIEedge,chrome1 /> meta nameviewport contentwidthdevice-width, initial-scale1, user-scalableno /> meta namegoogle-site-verification contentfD-1HOJE6KIqlf5RKZ_rw1ebWQF0mIJNAbJmWdmR-90 /> meta nametwitter:card contentsummary_large_image /> meta nametwitter:site content@Streaky_pork /> meta nametwitter:domain contentgoods.gurugame.ai> meta propertytwitter:title contentWelcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /> meta propertytwitter:image content./banner.png /> meta propertytwitter:description contentWelcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /> meta nametwitter:app:name:iphone contentWelcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /> !-- meta nametwitter:app:id:iphone content1492978794 /> --> !-- meta nametwitter:app:url:iphone contentmy-sudoku:// /> --> meta nametwitter:app:name:ipad contentWelcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /> !-- meta nametwitter:app:id:ipad content1492978794 /> --> !-- meta nametwitter:app:url:ipad contentmy-sudoku:// /> --> meta propertytwitter:app:id:googleplay contentwater.sort.puzzle.game.color.sorting.free> meta propertyfb:app_id content /> !-- meta propertyal:ios:url contentmy-sudoku:// /> --> !-- meta propertyal:ios:app_store_id content1492978794 /> --> meta propertyal:ios:app_name contentWelcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /> !-- meta propertyal:android:url contentmy-sudoku:// /> --> meta propertyal:android:package contentsudoku.puzzle.free.game.brain /> meta propertyal:android:app_name contentSudoku /> !-- meta propertyal:web:url contenthttps://my-sudoku.com/ /> --> meta propertyog:type contentwebsite /> !-- meta propertyog:url contenthttps://my-sudoku.com/ /> --> meta propertyog:title contentWelcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /> meta propertyog:description contentWelcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /> meta propertyog:image content/images/banner.png /> title>Welcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life!/title> link relicon typeimage/png sizes32x32 href/images/logo.png /> style> html, h1, h2, h3, h4, h5, h6, p, div, body { padding: 0; margin: 0; color: #000; } body { background-image: url(/images/bg.svg); background-size: cover; background-repeat: no-repeat; font-size: 10px; font-family: Lato, Helvetica, Arial, sans-serif; } * { box-sizing: border-box; } .center { text-align: center; } /style> script> var tempWidth 0; function onResize() { var width document.documentElement.clientWidth; if (tempWidth ! width) { tempWidth width; if (20 width && width 720) { document.documentElement.style.fontSize document.documentElement.clientWidth / 7.2 + px; } else if (width > 720) { document.documentElement.style.fontSize 100px; } } } window.onresize onResize; onResize(); window.download function download() { if (/iOS|iPhone|iPod|iPad/i.test(window.navigator.userAgent)) { window.location.href https://apps.apple.com/us/app/sudoku-brain-games/id1492978794?ls1&ctweb_index; } else { window.location.href https://play.google.com/store/apps/details?idsudoku.puzzle.free.game.brain&referrerutm_source%3Dweb%26utm_medium%3Dlink%26utm_campaign%3Dindex; } }; /script> style> /* html { height: 100%; } */ #home { display: flex; justify-content: flex-start; flex-direction: column; min-height: 100%; } #home .nav { padding: 0.2rem; } #home .nav .logo { height: 0.68rem; } #home .home-main { /* flex: 1; */ /* display: flex; */ padding:0 5%; /* justify-content: center; flex-direction: column; align-items: center; */ flex-grow: 1; } #home .home-main .banner { width: 100%; } #home .banner img { width: 100%; cursor: pointer; } #home .down { margin-top: 0.24rem; } #home .down .d-title { font-size: 0.31rem; font-weight: 500; line-height: 0.7rem; margin-bottom: 0.3rem; } #home .down .d-text { font-size: 0.24rem; line-height: 1.5; margin-bottom: 0.3rem; color: rgba(0, 0, 0, 0.5); } #home .store { display: flex; margin: 0 -0.1rem; justify-content: center; flex-direction: row; } #home .store img { max-height: 0.8rem; margin: 0 0.1rem; } #home .contact { width: 100%; text-align: center; color: rgba(0, 0, 0, 0.4); font-size: 0.22rem; padding: 0.2rem 0 0.4rem; } #home .contact a { color: inherit; text-decoration: none; } #home .contact.footer-links { padding: 0.2rem 0 0; } #home .footer-links .split { margin: 0 0.04rem; } #home .contact.footer-links a:hover { color: #5067ed; } .game-btn-box { width: 100%; padding: 0.3rem 0; display: flex; justify-content: center; box-sizing: border-box; } .play-btn { display: block; width: 80%; color: #fff; background: #5067ed; border-radius: 0.48rem; line-height: 0.96rem; text-align: center; text-decoration: none; font-size: 0.32rem; } @media (max-width: 720px) { #home .down .d-title { padding-left: 0.32rem; padding-right: 0.32rem; } #home .down .d-text { padding-left: 0.32rem; padding-right: 0.32rem; } } @media (min-width: 720px) { #home .nav { padding: 40px 60px; } #home .nav .logo { height: 68px; } #home .home-main { display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center; padding: 0 1rem; } #home .banner { padding-top: 20px; padding-left: 6vw; padding-right: 6vw; width: 60%; } #home .down { margin-top: 0; padding-left: 4vw; max-width: 50%; } #home .down .d-title { text-align: left; font-size: 2.5vw; line-height: 5vw; margin-bottom: 2vw; } #home .down .d-text { font-size: 1.5vw; margin-bottom: 2vw; } #home .store { display: flex; margin: 0 -14px; justify-content: flex-start; flex-direction: row; } #home .store img { height: 5vw; margin: 0 14px; } #home .play-btn { width: 80%; line-height: 7vw; font-size: 3vw; } } @media (min-width: 1500px) { #home .home-main { max-width: 1800px; margin-left: auto; margin-right: auto; /* margin-bottom: 1.56rem; */ } #home .banner { width: 54%; } #home .down { margin-top: 0.6rem; padding-left: 60px; } #home .down .d-title { font-size: 42px; line-height: 70px; margin-bottom: 40px; } #home .down .d-text { font-size: 24px; margin-bottom: 30px; } #home .store { margin: 0 -14px; } #home .store img { height: 55px; margin: 0 14px; } #home .play-btn { width: 460px; line-height: 88px; font-size: 32px; } } /style> /head> body idhome> header classnav> a href# styledisplay: inline-block;> img classlogo src./images/logo.png?v1 altSudoku /> /a> /header> section classhome-main> div classbanner> a href/ target_blank styledisplay: block;> img src./images/banner.png altSudoku /> /a> /div> div classdown> h1 classd-title> Welcome to Nimblemind Studio - Where Puzzle Gaming Comes to Life! /h1> p classd-text> We specialize in creating player-friendly puzzle games that captivate and delight. We focus on providing a seamless user experience, with clear and intuitive interfaces, enhanced visuals, and simplified controls. /p> div classstore> !-- a hrefhttps://play.google.com/store/apps/details?idsorting.games.goods.sort.triple.match3d.puzzle.stuff >img src./images/google-store.png altGoogle Play titleGoogle Play />/a> --> !-- a target_blank hrefhttps://apps.apple.com/app/id1625097467 >img src./images/apple-store.png altApple Store titleApple Store />/a> /div> --> /div> /section> section id bottom> section classcontact footer-links> a href/policy.html>Privacy Policy/a> span classsplit>|/span> a href/termsofservice.html>Terms of Service/a> /section> section classcontact> Connect: a hrefmailto:contact@nimblemind.studio >contact@nimblemind.studio/a > /section> /section> /body> /html>
Subdomains
Date
Domain
IP
sudoku.nimblemind.studio
2025-11-30
52.202.154.124
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
]