Help
RSS
API
Feed
Maltego
Contact
Domain > slogs-amex.dev.lxp.iseatz.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-06
18.164.116.35
(
ClassC
)
2025-11-15
3.163.24.123
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 15 Nov 2025 08:38:45 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://slogs-amex.dev.lxp.iseatz.com/X-Cache: Redirect from cloudfrontVia: 1.1 7f51caabae8141bdcde4283a42be2a56.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: 7Picqo5EiYUMi5EdhRKI9lJksc1fHNQAgQPAHYgLD-drs4SPX8Vpdw 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 403 ForbiddenContent-Type: text/htmlContent-Length: 7901Connection: keep-aliveDate: Sat, 15 Nov 2025 08:38:47 GMTLast-Modified: Fri, 11 Jul 2025 14:55:26 GMTETag: 308ff947f83b42bb34f013839ca9859ex-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Error from cloudfrontVia: 1.1 1f941fcf288b6d0259a0f708c955afae.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: oIht14PRvpvLj7AEIuDm4nRJ3nOvGhuk6ykxsInQEV_BT-WmFGIClw !DOCTYPE html>html langen>head>meta charSetutf-8/>meta contentwidthdevice-width, initial-scale1 nameviewport/>link relmodulepreload href/assets/manifest-7ec975fd.js/>link relmodulepreload href/assets/entry.client-BWT-pjvV.js/>link relmodulepreload href/assets/jsx-runtime-D_zvdyIk.js/>link relmodulepreload href/assets/chunk-QMGIS6GS-Cb4k02dQ.js/>link relmodulepreload href/assets/index-C2cVSWEW.js/>link relmodulepreload href/assets/root-BW2980aL.js/>link relmodulepreload href/assets/build-info-yrDbDwk9.js/>link relmodulepreload href/assets/isSafariBrowser-BDim7d1W.js/>link relmodulepreload href/assets/oidcMetadata-C01_THkz.js/>meta content1.0.0 namebuild-version/>meta content2025-07-11T14:28:39.485Z namebuild-time/>meta content7/11/2025 namebuild-date/>meta contentfont-src 'self' data: blob: https://fonts.gstatic.com; default-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src 'self' blob:; connect-src 'self' https://oauth.id.jumpcloud.com https://*.amazonaws.com; img-src 'self' data: blob:; nameContent-Security-Policy/>link relpreconnect hrefhttps://fonts.googleapis.com/>link relpreconnect hrefhttps://fonts.gstatic.com crossoriginanonymous/>link relstylesheet href/assets/root-D-yu__Yn.css/>link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyInter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&familySpace+Mono:wght@400;700&displayswap/>/head>body>style> :root { --error-delay: 15s; } body { margin: 0; padding: 0; height: 100vh; background: #1a1a1a; } .hydrate-fallback { min-height: 100%; display: flex; flex-direction: column; align-items: center; padding: 1.25rem 1rem; box-sizing: border-box; } .iseatz-logo { position: relative; width: 3.75rem; height: 3.75rem; background: #E4002B; border-radius: 0.25rem; display: flex; align-items: center; justify-content: center; } .hydrate-fallback-content { text-align: center; margin-top: 2rem; flex: 1; display: flex; flex-direction: column; justify-content: center; } .hydrate-fallback-title { color: rgb(243 244 246); font-size: 1.5rem; font-weight: 700; font-family: Space Mono, monospace; min-height: 2.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 1rem; } .loading-message { display: flex; align-items: baseline; gap: 0.5rem; animation: hideMessage 0.3s ease-out forwards; animation-delay: var(--error-delay); } .no-animation { animation: none; } .error-message { height: 0; opacity: 0; overflow: hidden; animation: showMessage 0.3s ease-in forwards; animation-delay: var(--error-delay); } .hydrate-fallback-message { color: rgb(243 244 246); font-size: 1rem; font-family: Space Mono, monospace; margin-top: 1rem; opacity: 0; animation: fadeIn 0.3s ease-in forwards; animation-delay: 5s; } .hydrate-fallback-message span { display: block; animation: messageSwap 0.3s ease-in forwards; animation-delay: var(--error-delay); max-width: 600px; margin: 0 auto; } .hydrate-fallback-message span:first-child { animation: hideMessage 0.3s ease-out forwards; animation-delay: var(--error-delay); } .hydrate-fallback-message span:last-child { height: 0; opacity: 0; overflow: hidden; animation: showMessage 0.3s ease-in forwards; animation-delay: var(--error-delay); } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes hideMessage { from { height: auto; opacity: 1; } to { height: 0; opacity: 0; overflow: hidden; } } @keyframes showMessage { from { height: 0; opacity: 0; } to { height: auto; opacity: 1; } } .dots { display: inline-flex; align-items: baseline; } .dots span { display: inline-block; width: 4px; height: 4px; background-color: rgb(243 244 246); border-radius: 50%; margin: 0 2px; opacity: 0; animation: dotAnimation 1.4s infinite; } .dots span:nth-child(2) { animation-delay: 0.2s; } .dots span:nth-child(3) { animation-delay: 0.4s; } @keyframes dotAnimation { 0%, 20% { opacity: 0; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-4px); } 80%, 100% { opacity: 0; transform: translateY(0); } } .iseatz-text { color: white; font-family: Inter, sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: -0.5px; position: relative; } .iseatz-text::after { content: ®; position: absolute; top: 0; right: -6px; font-size: 0.3rem; } /style>div classhydrate-fallback>div classiseatz-logo>div classiseatz-text>iSeatz/div>/div>div classhydrate-fallback-content>h1 aria-labelLoading message classhydrate-fallback-title>div classloading-message>The Slog View is on the wayspan classdots>span>/span>span>/span>span>/span>/span>/div>div classerror-message>Something has prevented the Slog View from loading./div>/h1>p classhydrate-fallback-message>span>It's taking longer than expected.br/>Double check your VPN connection./span>span>If your VPN is connected i>try refreshing the page./i>br/>If the issue persists, reach out to the iSeatz frontend team./span>/p>/div>/div>script>window.__reactRouterContext {basename:/,future:{unstable_middleware:false,unstable_optimizeDeps:false,unstable_splitRouteModules:true,unstable_subResourceIntegrity:false,unstable_viteEnvironmentApi:false},routeDiscovery:{mode:initial},ssr:false,isSpaMode:true};window.__reactRouterContext.stream new ReadableStream({start(controller){window.__reactRouterContext.streamController controller;}}).pipeThrough(new TextEncoderStream());/script>script typemodule async>import /assets/manifest-7ec975fd.js;import * as route0 from /assets/root-BW2980aL.js; window.__reactRouterRouteModules {root:route0};import(/assets/entry.client-BWT-pjvV.js);/script>!--$-->script>window.__reactRouterContext.streamController.enqueue({\_1\:2,\_3\:-5,\_4\:-5},\loaderData\,{},\actionData\,\errors\\n);/script>!--$-->script>window.__reactRouterContext.streamController.close();/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
]