Help
RSS
API
Feed
Maltego
Contact
Domain > www.xo268r1.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-04
52.84.217.56
(
ClassC
)
2026-02-18
18.161.6.81
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 18 Feb 2026 14:30:53 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://www.xo268r1.com/X-Cache: Redirect from cloudfrontVia: 1.1 3698a5f586d9ecca74d570e41f4c8516.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: qeG3DKTJhFyolEAZvrOnbSE_WE6HGd3Ug3Qer7-y-oXGcoyGjm2zHgVary: 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: 5805Connection: keep-aliveDate: Wed, 18 Feb 2026 14:30:55 GMTLast-Modified: Fri, 13 Feb 2026 09:15:42 GMTETag: ffc5f5b98cd15b51600f4986405d84cdx-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Error from cloudfrontVia: 1.1 17d76c2aee343249585a570f2d36d2ee.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: nUJYSaXE4TZsem1RsqA2iIEMoSJsvtkXcK2oIEHW_VT6v2oFQmYINgVary: Origin !doctype html>html langen translateno> head> link relpreconnect hrefhttps://fonts.googleapis.com /> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin /> link relpreload asimage href/brands/xo268/main_banner.webp /> link relpreload asimage href/brands/xo268/logo.png /> meta nameformat-detection contenttelephoneno; emailno; /> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>XO268/title> meta namedescription contentXO268 /> link relicon href/brands/xo268/favicon.ico /> link relapple-touch-icon href/brands/xo268/apple-touch-icon.png sizes180x180 /> meta nametheme-color content#000000 /> style> #loading-layer { display: none; } @media all and (display-mode: standalone) { #loading-layer { display: block; width: 100vw; height: 100vh; background-image: radial-gradient(51.14% 19.18% at 50% 44.47%, #1c1c1c 0%, #000 98.65%); background-repeat: no-repeat; position: absolute; top: 0; left: 0; transition: opacity 0.5s linear 0.5s; z-index: 99999; } #loading-layer > div { position: relative; width: 100%; height: 100%; } #loading-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 0.3s linear; } .hide-loading { opacity: 0; } } .display-none { display: none !important; } /style> script typemodule crossorigin src/assets/index-BBw0UDxn.js>/script> link relstylesheet crossorigin href/assets/index-DLqgQzJh.css> link relmanifest href/manifest.webmanifest>/head> body> div idloading-layer> div> img idloading-icon src/brands/xo268/logo.png altloading width120px /> /div> /div> div relpreload asimage idmain-background classfixed start-0 top-0 z--1 h-screen w-screen bg-body bg-cover bg-no-repeat >/div> div idroot>/div> script> document.addEventListener(DOMContentLoaded, function () { document.getElementById(loading-icon).classList.add(hide-loading); document.getElementById(loading-layer).classList.add(hide-loading); const timer setTimeout(() > { document.getElementById(loading-layer).classList.add(display-none); clearTimeout(timer); }, 1100); if (window.matchMedia((display-mode: standalone)).matches) { sessionStorage.setItem(display-mode, standalone); } // load theme config from local storage, fallback to env let themeId purple-stardust; const memberSettings localStorage.getItem(member-settings); if (memberSettings) { const { themeId: id } JSON.parse(memberSettings); if (id) { themeId id; } } const themeConfigs JSON.parse(`{gold-nugget:{metaThemeColor:#0A0A0A,extendedCss:.sdk-theme-gold-nugget { --bg-body: url(/images/themes/gold-nugget/misc/bg-body.svg); },className:sdk-theme-gold-nugget,id:gold-nugget},pink-pulse:{metaThemeColor:#0C0A09,extendedCss:.sdk-theme-pink-pulse { --bg-body: url(/images/themes/pink-pulse/misc/bg-body.svg); },className:sdk-theme-pink-pulse,id:pink-pulse},purple-stardust:{metaThemeColor:#0C0629,extendedCss:.sdk-theme-purple-stardust { --bg-body: url(/images/themes/purple-stardust/misc/bg-body.svg); },className:sdk-theme-purple-stardust,id:purple-stardust},amber:{metaThemeColor:#120D0D,extendedCss:.sdk-theme-amber { --bg-body: url(/images/themes/amber/misc/bg-body.svg); },className:sdk-theme-amber,id:amber},glacier-blue:{metaThemeColor:#090F15,extendedCss:.sdk-theme-glacier-blue { --bg-body: url(/images/themes/glacier-blue/misc/bg-body.svg); },className:sdk-theme-glacier-blue,id:glacier-blue},midnight-blue:{metaThemeColor:#0A0C15,extendedCss:.sdk-theme-midnight-blue { --bg-body: url(/images/themes/midnight-blue/misc/bg-body.svg); },className:sdk-theme-midnight-blue,id:midnight-blue},mint:{metaThemeColor:#0A0F0D,extendedCss:.sdk-theme-mint { --bg-body: url(/images/themes/mint/misc/bg-body.svg); },className:sdk-theme-mint,id:mint}}`); const themeConfig themeConfigsthemeId; // pre-load theme variables document.body.classList.add(themeConfig.className); // pre-load background image variables const styleEl document.createElement(style); styleEl.type text/css; styleEl.id bg-variables-style; let cssText ; for (const key in themeConfigs) { if (themeConfigskey.extendedCss) { cssText + themeConfigskey.extendedCss + ; } } styleEl.appendChild(document.createTextNode(cssText)); document.head.appendChild(styleEl); // pre-load meta theme color const metaThemeColor document.querySelector(metanametheme-color); if (metaThemeColor) { metaThemeColor.setAttribute(content, themeConfig.metaThemeColor); } }); /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
]