Help
RSS
API
Feed
Maltego
Contact
Domain > jump.commark.space
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-10-07
13.32.208.51
(
ClassC
)
2026-02-16
3.169.173.59
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 3606Connection: keep-aliveDate: Mon, 16 Feb 2026 12:45:52 GMTLast-Modified: Tue, 07 Nov 2023 09:52:07 GMTETag: 35e32b89a8175830be4997c31fcc5fa1x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 5ec2b95241693f962e2ff4afc726b38e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 3rAqjPfLEuKxTFGf7XnUXzQ6wsvbWz7lRNTzD7nN-9_Y8N-wbI8G4g !DOCTYPE html>html manifestoffline.appcache>head> meta charsetUTF-8 /> meta http-equivX-UA-Compatible contentIEedge,chrome1 /> title>Juice Jump/title> !-- Allow fullscreen mode on iOS devices. (These are Apple specific meta tags.) --> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, minimum-scale1.0, user-scalableno, minimal-ui /> meta nameapple-mobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-status-bar-style contentblack /> link relapple-touch-icon sizes256x256 hreficon-256.png /> meta nameHandheldFriendly contenttrue /> !-- Chrome for Android web app tags --> meta namemobile-web-app-capable contentyes /> link relshortcut icon sizes256x256 hreficon-256.png /> !-- All margins and padding must be zero for the canvas to fill the screen. --> style typetext/css> * { padding: 0; margin: 0; } html, body { background: #000; color: #fff; overflow: hidden; touch-action: none; -ms-touch-action: none; } canvas { touch-action-delay: none; touch-action: none; -ms-touch-action: none; } /style> /head> body> div idfb-root>/div> !-- The canvas must be inside a div called c2canvasdiv --> div idc2canvasdiv> !-- The canvas the project will render to. If you change its ID, dont forget to change the ID the runtime looks for in the jQuery events above (ready() and cr_sizeCanvas()). --> canvas idc2canvas width640 height1136> /canvas> /div> !-- Pages load faster with scripts at the bottom --> !-- Construct 2 exported games require jQuery. --> script srcjquery-2.1.1.min.js>/script> !-- The runtime script. You can rename it, but dont forget to rename the reference here as well. This file will have been minified and obfuscated if you enabled Minify script during export. --> script srcc2runtime.js>/script> script> // Start the Construct 2 project running on window load. jQuery(document).ready(function () { // Create new runtime using the c2canvas cr_createRuntime(c2canvas); }); // Pause and resume on page becoming visible/invisible function onVisibilityChanged() { if (document.hidden || document.mozHidden || document.webkitHidden || document.msHidden) cr_setSuspended(true); else cr_setSuspended(false); }; document.addEventListener(visibilitychange, onVisibilityChanged, false); document.addEventListener(mozvisibilitychange, onVisibilityChanged, false); document.addEventListener(webkitvisibilitychange, onVisibilityChanged, false); document.addEventListener(msvisibilitychange, onVisibilityChanged, false); function OnRegisterSWError(e) { console.warn(Failed to register service worker: , e); }; // Runtime calls this global method when ready to start caching (i.e. after startup). // This registers the service worker which caches resources for offline support. window.C2_RegisterSW function C2_RegisterSW() { if (!navigator.serviceWorker) return; // no SW support, ignore call try { navigator.serviceWorker.register(sw.js, { scope: ./ }) .then(function (reg) { console.log(Registered service worker on + reg.scope); }) .catch(OnRegisterSWError); } catch (e) { OnRegisterSWError(e); } }; /script>/body> /html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 3606Connection: keep-aliveDate: Mon, 16 Feb 2026 12:45:52 GMTLast-Modified: Tue, 07 Nov 2023 09:52:07 GMTETag: 35e32b89a8175830be4997c31fcc5fa1x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 93b50b5ce635a36621d7bd38d3b0d6da.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 8e1lGbhp1zh-HBo1_iHXL__x8FytAkGBTP5iP42k50-Ej62Ji0ZqSw !DOCTYPE html>html manifestoffline.appcache>head> meta charsetUTF-8 /> meta http-equivX-UA-Compatible contentIEedge,chrome1 /> title>Juice Jump/title> !-- Allow fullscreen mode on iOS devices. (These are Apple specific meta tags.) --> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, minimum-scale1.0, user-scalableno, minimal-ui /> meta nameapple-mobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-status-bar-style contentblack /> link relapple-touch-icon sizes256x256 hreficon-256.png /> meta nameHandheldFriendly contenttrue /> !-- Chrome for Android web app tags --> meta namemobile-web-app-capable contentyes /> link relshortcut icon sizes256x256 hreficon-256.png /> !-- All margins and padding must be zero for the canvas to fill the screen. --> style typetext/css> * { padding: 0; margin: 0; } html, body { background: #000; color: #fff; overflow: hidden; touch-action: none; -ms-touch-action: none; } canvas { touch-action-delay: none; touch-action: none; -ms-touch-action: none; } /style> /head> body> div idfb-root>/div> !-- The canvas must be inside a div called c2canvasdiv --> div idc2canvasdiv> !-- The canvas the project will render to. If you change its ID, dont forget to change the ID the runtime looks for in the jQuery events above (ready() and cr_sizeCanvas()). --> canvas idc2canvas width640 height1136> /canvas> /div> !-- Pages load faster with scripts at the bottom --> !-- Construct 2 exported games require jQuery. --> script srcjquery-2.1.1.min.js>/script> !-- The runtime script. You can rename it, but dont forget to rename the reference here as well. This file will have been minified and obfuscated if you enabled Minify script during export. --> script srcc2runtime.js>/script> script> // Start the Construct 2 project running on window load. jQuery(document).ready(function () { // Create new runtime using the c2canvas cr_createRuntime(c2canvas); }); // Pause and resume on page becoming visible/invisible function onVisibilityChanged() { if (document.hidden || document.mozHidden || document.webkitHidden || document.msHidden) cr_setSuspended(true); else cr_setSuspended(false); }; document.addEventListener(visibilitychange, onVisibilityChanged, false); document.addEventListener(mozvisibilitychange, onVisibilityChanged, false); document.addEventListener(webkitvisibilitychange, onVisibilityChanged, false); document.addEventListener(msvisibilitychange, onVisibilityChanged, false); function OnRegisterSWError(e) { console.warn(Failed to register service worker: , e); }; // Runtime calls this global method when ready to start caching (i.e. after startup). // This registers the service worker which caches resources for offline support. window.C2_RegisterSW function C2_RegisterSW() { if (!navigator.serviceWorker) return; // no SW support, ignore call try { navigator.serviceWorker.register(sw.js, { scope: ./ }) .then(function (reg) { console.log(Registered service worker on + reg.scope); }) .catch(OnRegisterSWError); } catch (e) { OnRegisterSWError(e); } }; /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
]