AmazonS3
tcp/443 tcp/80
CloudFront
tcp/443 tcp/80
Microsoft-IIS 10.0
tcp/443
nginx
tcp/443
openresty 1.27.1.2
tcp/443
Open service 18.239.255.89:443 · 49058.link
2026-01-08 18:25
HTTP/1.1 200 OK Content-Type: text/html;charset=UTF-8 Content-Length: 112 Connection: close Date: Thu, 08 Jan 2026 18:25:20 GMT Cache-Control: public, max-age=600 Server: openresty/1.27.1.2 x-who-are-you: zlz-03-zu_baobao3 x-cache-level-first: HIT x-debug-cache-host: 49058.link X-Cache: Hit from cloudfront Via: 1.1 2126c35feac8dffdd7b702d18ed330de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: hX_AFYzsbnEe78Pwv4RlRsry55kZPm2WPbjg4HVu0ZqgO9VKBOiSkQ== Age: 2 <html><head><meta http-equiv="refresh" content="0;url=https://www.baidu.com/s?wd=域名未配置"></head></html>
Open service 18.239.255.89:80 · 49058.link
2026-01-08 18:25
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 08 Jan 2026 18:25:21 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://49058.link/ X-Cache: Redirect from cloudfront Via: 1.1 112af6caec455bc87ccd64be7980d686.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: B20HZjG6ZL3MyCGAmXerC4UeE-IaILscj7N-lrxiGpifecq1bVz57A== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.89:443 · fisherslot.vip
2026-01-08 18:00
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 19243
Connection: close
Server: nginx
Date: Thu, 08 Jan 2026 18:00:24 GMT
Last-Modified: Tue, 06 Jan 2026 06:21:36 GMT
Accept-Ranges: bytes
ETag: "695ca9f0-4b2b"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 8835108f14bb8358c793e5fec64df5ac.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
X-Amz-Cf-Id: HGRwolXi7tz4fgGNdTnGj3XJ5Y-m5-3oxTbsCPHs9A2EUMdBm61kWw==
Page title: FisherSlot - Bônus de R$1000
<html lang="pt-BR" data-critters-container><head><meta charset="UTF-8"><meta http-equiv="Cache-Control" content="max-age=0"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5brfs002'; // 默认值
if (window.location.origin.includes('localhost')) {
channel = 'ch_h5brmain';
}
// 优先从URL路径中提取渠道信息
if (pathSegments.length > 0 && /^ch_h5br/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
// 没有渠道信息时,从localstorage中获取
const storedSource = window.localStorage.getItem('br_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
// 没有渠道信息时才处理JWT
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
// 生成标准化URL
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
history.replaceState({}, '', newUrl);
return;
})();
function applyTheme(theme = {}) {
// 设置body html的背景色
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
// 应用主题变量
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
// 工具函数
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
// JWT 处理函数
async function handleJwt() {
/* 非apk包或ipa包,需要判断链接是否有jwt参数 */
/** 解码jwt参数, 加解密的算法是对json进行base64编码
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5BR_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429ae09b0d556ef64c8bf9e15e395",
Open service 18.239.255.89:443 · cloudbyte.ai
2026-01-02 20:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 25766
Connection: close
Date: Fri, 02 Jan 2026 20:42:12 GMT
Last-Modified: Sat, 14 Sep 2024 06:51:25 GMT
x-amz-version-id: tCYXNHP6pZ652KQf0zOIM4G_m311xbNf
ETag: "7da0dbf5d8b0d903563c8e6904393416"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 55b7fa166afd0185d69a2b66099edb5e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
X-Amz-Cf-Id: m8EelwfopHItTbxJpLTwnBq6tgQXCVrJsD_JpDyoWumbB01PcnVYDw==
Page title: CloudByte - Ignite Your AI Journey
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>CloudByte - Ignite Your AI Journey</title>
<link rel="icon" type="image/x-icon" href="assets/img/Path 5144.svg" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,600;1,600&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&display=swap" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top shadow-sm" id="mainNav">
<div class="container px-5">
<a class="navbar-brand fw-bold" href="#page-top"><img src="assets/img/logo-tagline.png" class="logo"/></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="bi-list"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto me-4 my-3 my-lg-0">
<li class="nav-item"><a class="nav-link me-lg-3" href="#page-top">HOME</a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#product">PRODUCTS</a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#features">FEATURES </a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#usecase">USE CASES </a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#works">HOW IT WORKS </a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#about">ABOUT US</a></li>
</ul>
<a class="btn btn-primary rounded-pill px-3 mb-2 mb-lg-0 custom_button_tile" href="#contact"> <!-- data-bs-toggle="modal" data-bs-target="#feedbackModal" -->
<span class="d-flex align-items-center">
<span class="small">CONTACT US</span>
</span>
</a>
</div>
</div>
</nav>
<!-- Mashead header-->
<header class="masthead">
<div class="container px-5">
<div class="row gx-5 align-items-center justify-content-center">
<div class="col-lg-7 col-xs-12">
<!-- Mashead text and app badges-->
<div class="mb-5 mb-lg-0 text-center text-lg-start">
<h1 class="lh-1 mb-3">The Best AI Solutions for Every Prompt</h1>
<p class="lead fw-normal mb-5">Combine All Models for Faster, Cheaper, and Better Responses Than Any Single Model.</p>
<div class="btn btn-primary rounded-pill px-3 mb-2 mb-lg-0 custom_button_tile">
<a href="#contact">CONTACT US</a>
</div>
</div>
</div>
<div class="col-lg-5 col-xs-12 hide-mobile">
<img src="assets/img/img-banner-right.png" />
</div>
</div>
</div>
</header>
<section id="product">
<div class
Open service 18.239.255.89:80 · cloudbyte.ai
2026-01-02 20:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 20:42:11 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cloudbyte.ai/ X-Cache: Redirect from cloudfront Via: 1.1 c86ce22b0eb9c515ada5a3082585ceb8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: mOmhEHPHdALTlG-tUnZU_9QzmL-LV-AXNBmO151YFar0uqo3WIGzCQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.89:443 · nufp.org
2026-01-01 02:40
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4287
Connection: close
Date: Thu, 01 Jan 2026 02:40:40 GMT
Last-Modified: Fri, 19 Sep 2025 21:21:08 GMT
ETag: "7f93a1ff34e7b5d374545bbea74423cb"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 993a5240d468cdeab30f1c27e1cccf36.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
X-Amz-Cf-Id: PY17qltngg0jhEfaCHdd2ZeAR114WSx2G9A7BBlUMHbbBrBjfx423Q==
Page title: Nations United For Peace
<!doctype html>
<html>
<head>
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Nations United For Peace"><meta data-n-head="1" data-hid="title" name="title" content="Nations United For Peace"><meta data-n-head="1" property="og:title" content="Nations United For Peace"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:description" content="Nations United For Peace"><meta data-n-head="1" property="og:image" content="https://nufp-assets.s3.us-east-1.amazonaws.com/nufp-flag.jpeg"><meta data-n-head="1" property="og:logo" content="https://nufp-assets.s3.us-east-1.amazonaws.com/nufp-flag.jpeg"><meta data-n-head="1" property="og:url" content="undefined"><meta data-n-head="1" property="og:locale" content="en_US"><meta data-n-head="1" property="twitter:card" content="summary_large_image"><meta data-n-head="1" property="twitter:domain" content="nufp.org"><meta data-n-head="1" property="twitter:url" content="undefined"><meta data-n-head="1" property="twitter:description" content="Nations United For Peace"><meta data-n-head="1" property="twitter:image" content="https://nufp-assets.s3.us-east-1.amazonaws.com/nufp-flag.jpeg"><title>Nations United For Peace</title><link data-n-head="1" data-hid="icon" rel="icon" type="image/x-icon" href="/favicon.ico"><link data-n-head="1" data-hid="icon" rel="icon" type="image/png" href="/favicon.ico-16x16.png" sizes="16x16"><link data-n-head="1" data-hid="icon" rel="icon" type="image/png" href="/favicon.ico-32x32.png" sizes="32x32"><link data-n-head="1" data-hid="icon" rel="apple touch icon" href="/apple-touch-icon.png" sizes="180x180"><link data-n-head="1" rel="preconnect" href='href="https://fonts.googleapis.com'><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com" crossorigin="true"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,400;0,700;1,400;1,700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Source+Sans+3:ital,wght@0,400..900;1,400..900&family=Balthazar&Rubik:ital,wght@0,300..900;1,300..900&family=Mea+Culpa&family=Ephesis&family=Cedarville+Cursive&family=Alex+Brush&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kaushan+Script&display=swap"><link data-n-head="1" rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@mdi/font@7.1.96/css/materialdesignicons.min.css"><link data-n-head="1" rel="manifest" href="/site.webmanifest"><script data-n-head="1" src="https://sandbox.web.squarecdn.com/v1/square.js"></script>
<link href="/_nuxt/css/c7587be.css?v=1.0.2.0" rel="stylesheet"><link href="/_nuxt/css/e660764.css?v=1.0.2.0" rel="stylesheet"></head>
<body>
<div id="__nuxt"><style>body,html{background:#555}.loader,.loader::after{border-radius:50%;width:10em;height:10em}.loader{position:fixed;margin:auto;top:0;left:0;bottom:0;right:0;font-size:10px;text-indent:-9999em;border-top:1.1em solid var(--primary-blue-color);border-right:1.1em solid var(--primary-blue-color);border-bottom:1.1em solid var(--primary-blue-color);border-left:1.1em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style> <div class="loader">Loading...</div> </div><script>window.__NUXT__={config:{API_URL:"https://nufp.io/",_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script>
<script src="/_nuxt/8c94d9c352cb.js?v=1.0.2.0"></
Open service 18.239.255.89:80 · nufp.org
2026-01-01 02:40
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4287
Connection: close
Date: Thu, 01 Jan 2026 02:40:39 GMT
Last-Modified: Fri, 19 Sep 2025 21:21:08 GMT
ETag: "7f93a1ff34e7b5d374545bbea74423cb"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 55b7fa166afd0185d69a2b66099edb5e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
X-Amz-Cf-Id: gXLFXtCc9Ds5INDuMiDvpxuuy3KIi3MpK8BYlDVqTyzs90qYZwoctA==
Page title: Nations United For Peace
<!doctype html>
<html>
<head>
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Nations United For Peace"><meta data-n-head="1" data-hid="title" name="title" content="Nations United For Peace"><meta data-n-head="1" property="og:title" content="Nations United For Peace"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:description" content="Nations United For Peace"><meta data-n-head="1" property="og:image" content="https://nufp-assets.s3.us-east-1.amazonaws.com/nufp-flag.jpeg"><meta data-n-head="1" property="og:logo" content="https://nufp-assets.s3.us-east-1.amazonaws.com/nufp-flag.jpeg"><meta data-n-head="1" property="og:url" content="undefined"><meta data-n-head="1" property="og:locale" content="en_US"><meta data-n-head="1" property="twitter:card" content="summary_large_image"><meta data-n-head="1" property="twitter:domain" content="nufp.org"><meta data-n-head="1" property="twitter:url" content="undefined"><meta data-n-head="1" property="twitter:description" content="Nations United For Peace"><meta data-n-head="1" property="twitter:image" content="https://nufp-assets.s3.us-east-1.amazonaws.com/nufp-flag.jpeg"><title>Nations United For Peace</title><link data-n-head="1" data-hid="icon" rel="icon" type="image/x-icon" href="/favicon.ico"><link data-n-head="1" data-hid="icon" rel="icon" type="image/png" href="/favicon.ico-16x16.png" sizes="16x16"><link data-n-head="1" data-hid="icon" rel="icon" type="image/png" href="/favicon.ico-32x32.png" sizes="32x32"><link data-n-head="1" data-hid="icon" rel="apple touch icon" href="/apple-touch-icon.png" sizes="180x180"><link data-n-head="1" rel="preconnect" href='href="https://fonts.googleapis.com'><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com" crossorigin="true"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,400;0,700;1,400;1,700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Source+Sans+3:ital,wght@0,400..900;1,400..900&family=Balthazar&Rubik:ital,wght@0,300..900;1,300..900&family=Mea+Culpa&family=Ephesis&family=Cedarville+Cursive&family=Alex+Brush&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kaushan+Script&display=swap"><link data-n-head="1" rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@mdi/font@7.1.96/css/materialdesignicons.min.css"><link data-n-head="1" rel="manifest" href="/site.webmanifest"><script data-n-head="1" src="https://sandbox.web.squarecdn.com/v1/square.js"></script>
<link href="/_nuxt/css/c7587be.css?v=1.0.2.0" rel="stylesheet"><link href="/_nuxt/css/e660764.css?v=1.0.2.0" rel="stylesheet"></head>
<body>
<div id="__nuxt"><style>body,html{background:#555}.loader,.loader::after{border-radius:50%;width:10em;height:10em}.loader{position:fixed;margin:auto;top:0;left:0;bottom:0;right:0;font-size:10px;text-indent:-9999em;border-top:1.1em solid var(--primary-blue-color);border-right:1.1em solid var(--primary-blue-color);border-bottom:1.1em solid var(--primary-blue-color);border-left:1.1em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style> <div class="loader">Loading...</div> </div><script>window.__NUXT__={config:{API_URL:"https://nufp.io/",_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script>
<script src="/_nuxt/8c94d9c352cb.js?v=1.0.2.0"></
Open service 18.239.255.89:443 · designershops.com.au
2025-12-30 19:31
HTTP/1.1 308 Permanent Redirect Transfer-Encoding: chunked Connection: close Date: Tue, 30 Dec 2025 19:31:26 GMT Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Set-Cookie: AWSALB=hDqHmWb4auMcxQKz1zmRLc9iAsTK/2jBrUyhJCUMW/uCs6h+aVELatra4SVGZVN/M+ffPUc12rnJt1y/6aWYKT/r44iKzQl0EgMaiqnzJZa44vfwggNS2fu8sW9o; Expires=Tue, 06 Jan 2026 19:31:26 GMT; Path=/ Set-Cookie: AWSALBCORS=hDqHmWb4auMcxQKz1zmRLc9iAsTK/2jBrUyhJCUMW/uCs6h+aVELatra4SVGZVN/M+ffPUc12rnJt1y/6aWYKT/r44iKzQl0EgMaiqnzJZa44vfwggNS2fu8sW9o; Expires=Tue, 06 Jan 2026 19:31:26 GMT; Path=/; SameSite=None Location: http://www.designershops.com.au/ X-Cache: Miss from cloudfront Via: 1.1 127c89330f3094f2dba1d7a030f2ea82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: n-glyxO-Ytvu7FXw8_yREdK76sWLO7tC6nZDz9ODtpalKh6Q8-9C1w==
Open service 18.239.255.89:80 · designershops.com.au
2025-12-30 19:31
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 19:31:25 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://designershops.com.au/ X-Cache: Redirect from cloudfront Via: 1.1 2126c35feac8dffdd7b702d18ed330de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: dtHmu36bIZwj8lu27v38G-n5WPKotu28XeW02CYHoZ87dFdcgEZLzw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.89:443 · jayacefashion.com
2025-12-30 05:55
HTTP/1.1 301 Redirecting Server: CloudFront Date: Tue, 30 Dec 2025 05:55:44 GMT Content-Length: 0 Connection: close Location: https://www.jayacefashion.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 958678c8b28f579ac2dae5a06f183e02.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: c6ipTujbgwnd2v9YcOPrG9GTAMz6EX3-pWZZRXlIXE9oyVdou2l2fg==
Open service 18.239.255.89:80 · jayacefashion.com
2025-12-30 05:55
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 05:55:44 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://jayacefashion.com/ X-Cache: Redirect from cloudfront Via: 1.1 2126c35feac8dffdd7b702d18ed330de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: CrIIoiiKxeydXq5st9nWtlk8Y0jqfDANzO3Fkoz9XNDJjocq7oUt4w== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.89:80 · rkbook.com
2025-12-19 09:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 09:07:17 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://rkbook.com/ X-Cache: Redirect from cloudfront Via: 1.1 d833345b041d06a76c4a0e5211cc8a80.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 3laOyVRfSZe4Ng38yayUc01Mo6N0aLGvLk2n-8A3zPCxiGpc8hjttg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.89:443 · rkbook.com
2025-12-19 09:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 19811
Connection: close
Date: Thu, 18 Dec 2025 19:29:18 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "647502d542bc33272f53fb2c62d063ad"
Last-Modified: Thu, 18 Dec 2025 09:40:06 GMT
X-Cache: Hit from cloudfront
Via: 1.1 958678c8b28f579ac2dae5a06f183e02.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: K6XMK9TFrBgdCvgUjBldAkxRb0Wah_rju_Eo4uQENJ7GxY3AInf7bQ==
Age: 49078
Page title: domain_name
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>domain_name</title><base href="/"/><meta name="viewport" content="viewport-fit=cover,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no"/><meta name="msapplication-tap-highlight" content="noindex"/><meta name="title" content="India's First Legal and Fastest Sports exchange and Casino Platform."/><meta name="description" content="Bet with the most trusted online betting exchange in India. Get the best odds, instant withdrawals & deposits, 24/7 customer service and refer bonus. Enjoy safe and secure betting with domain_name."/><meta name="keywords" content="Best Casino Games , Best Cricket Games, Get Sports ID"/><meta name="google-site-verification" content="Bzgns3acY0-eGggi9RjPT0EAeKR_wosR1G0kMivFSjs"/><meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"/><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" type="image/png" href="/assets/icon/favicon.png"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="domain_name"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><script>window.location.hostname.includes("ultrawin.co")&&(!function(e,n,t,o,c,a,s){e.fbq||(c=e.fbq=function(){c.callMethod?c.callMethod.apply(c,arguments):c.queue.push(arguments)},e._fbq||(e._fbq=c),c.push=c,c.loaded=!0,c.version="2.0",c.queue=[],(a=n.createElement(t)).async=!0,a.src="https://connect.facebook.net/en_US/fbevents.js",(s=n.getElementsByTagName(t)[0]).parentNode.insertBefore(a,s))}(window,document,"script"),fbq("init","577114948328583"))</script><noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=577114948328583&ev=PageView&noscript=1"/></noscript><script>window.location.hostname.includes("ultrawin.games")&&window.location.search.includes("Jack7773")&&(!function(e,n,t,o,a,c,i){e.fbq||(a=e.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},e._fbq||(e._fbq=a),a.push=a,a.loaded=!0,a.version="2.0",a.queue=[],(c=n.createElement(t)).async=!0,c.src="https://connect.facebook.net/en_US/fbevents.js",(i=n.getElementsByTagName(t)[0]).parentNode.insertBefore(c,i))}(window,document,"script"),fbq("init","1036803477446949"),fbq("track","PageView"))</script><script>window.location.hostname.includes("royalbaazi247.com")&&(!function(e,n,t,o,a,c,i){e.fbq||(a=e.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},e._fbq||(e._fbq=a),a.push=a,a.loaded=!0,a.version="2.0",a.queue=[],(c=n.createElement(t)).async=!0,c.src="https://connect.facebook.net/en_US/fbevents.js",(i=n.getElementsByTagName(t)[0]).parentNode.insertBefore(c,i))}(window,document,"script"),fbq("init","530603660098970"),fbq("track","PageView"))</script><noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=530603660098970&ev=PageView&noscript=1"/></noscript><script>window.location.hostname.includes("reddyclub365.com")&&(!function(e,n,t,o,c,a,s){e.fbq||(c=e.fbq=function(){c.callMethod?c.callMethod.apply(c,arguments):c.queue.push(arguments)},e._fbq||(e._fbq=c),c.push=c,c.loaded=!0,c.version="2.0",c.queue=[],(a=n.createElement(t)).async=!0,a.src="https://connect.facebook.net/en_US/fbevents.js",(s=n.getElementsByTagName(t)[0]).parentNode.insertBefore(a,s))}(window,document,"script"),fbq("init","1296396998768004"),fbq("track","PageView"))</script><noscript><img height="1" width="1" style="display:none" src="htt
Open service 18.239.255.89:80 · blftrade.com
2025-12-19 08:53
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 08:53:28 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://blftrade.com/ X-Cache: Redirect from cloudfront Via: 1.1 7c5a62c7d17ef0da2fddb0ebbf1f140a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: -h2ZfVSmC0sf6krSdUNfwKbWIkDn9iPNMCpuRa-FiLPUZr4WNaI2Rw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.89:443 · blftrade.com
2025-12-19 08:53
HTTP/1.1 404 Not Found Server: CloudFront Date: Fri, 19 Dec 2025 08:53:27 GMT Content-Length: 0 Connection: close x-block-rule: not-jp X-Cache: Error from cloudfront Via: 1.1 aa5ce5406e93a054b1ef72da214287cc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: scazjZeGaan9LoX7Gz-OyvMouScrNlD_SN0PCHeGNhotCYmQTFf0HA==