AmazonS3
tcp/443 tcp/80
Apache 2.4.52
tcp/443
Apache 2
tcp/443 tcp/80
Apache
tcp/443
CloudFront
tcp/443 tcp/80
Vercel
tcp/443
cloudflare
tcp/443
nginx
tcp/443 tcp/80
nginx 1.20.1
tcp/443 tcp/80
nginx 1.27.4
tcp/443 tcp/80
nginx 1.27.3
tcp/443 tcp/80
nginx 1.18.0
tcp/443
openresty
tcp/443
openresty 1.17.8.2
tcp/443 tcp/80
openresty 1.27.1.2
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: medium
Fingerprint: 5f32cf5d6962f09c910c508a910c508aa521fdc215056f5e4f3cbade289fa216
Found 55 files trough .DS_Store spidering: /apple-touch-icon.png /assets /assets/bell.svg /assets/bell_ring.svg /assets/bposa360.png /assets/business_estimate_Indiv.svg /assets/chatbot-pic.png /assets/chatbox-bg.png /assets/checkbox-icon.png /assets/contact /assets/corporate-profile.png /assets/credit-card-icon.png /assets/dashboard /assets/docs /assets/download-icon.png /assets/emojis /assets/files /assets/form-animation-character.svg /assets/Graph.svg /assets/icon /assets/icon-default-user.png /assets/indicator-icon.png /assets/individual-partner-profile.png /assets/knowledge /assets/man_on_pencil.png /assets/mountain-icon.png /assets/notebook-icon.png /assets/notice_bg.svg /assets/overdue-icon.png /assets/partner-firm-profile.png /assets/personal-profile.png /assets/product-banner-avatar.svg /assets/product-banner-bg.svg /assets/product-service-animated-character.svg /assets/products-banner.svg /assets/projects-icon.png /assets/purpleflow.svg /assets/recurring-icon.png /assets/rocket-icon.png /assets/square-box-icon.png /assets/statistics-icon.png /assets/subscription-icon.png /assets/table-action-icon.png /assets/table-calendar-icon.png /assets/table-description-icon.png /assets/table-filename-icon.png /assets/table-remark-icon.png /assets/user-icon.png /assets/waiting.svg /dummy /favicon.ico /index.html /manifest.json /robots.txt /tinymce
GraphQL introspection is enabled.
This could leak to data leak if not properly configured.
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa36f82c0547bba719896f25e707466017174660171
GraphQL introspection enabled at /graphql Types: 91 (by kind: ENUM: 9, INPUT_OBJECT: 8, INTERFACE: 7, OBJECT: 59, SCALAR: 7, UNION: 1) Operations: - Query: Query | fields: categories, products, recommendations, refineProduct, variants Directives: defer, deprecated, include, skip, specifiedBy (total: 5)
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa31a0bbaa31a0bbaa31a0bbaa31a0bbaa31a0bbaa3
GraphQL introspection enabled at /graphql
Open service 3.174.46.18:80 · djphrases.com
2026-01-13 00:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 13 Jan 2026 00:34:18 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://djphrases.com/ X-Cache: Redirect from cloudfront Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: GMY4nw8b4O8zRtPJW6QbiS0cPZQTopCiu0u_gDix34FT0IAzF2pH_A== 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 3.174.46.18:443 · djphrases.com
2026-01-13 00:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5570
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: vdw4_9peyyNIoMQOfj1YQO3RwEZ4nYpe
Accept-Ranges: bytes
Server: AmazonS3
Date: Tue, 13 Jan 2026 00:34:15 GMT
ETag: "024a07b9a3cdcc48adc8d029faf0dba5"
X-Cache: Hit from cloudfront
Via: 1.1 849149785eb810a2bb27d4e2bd0d82b4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: iazySh2ouhNjceMTazaGCKk3dR1JITHBT5eNG1fVj0KrnHeHjX0lPg==
Age: 53946
Page title: Coming Soon - djphrases.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - djphrases.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
fon
Open service 3.174.46.18:80 · 49276.cc
2026-01-12 10:32
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 10:32:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://49276.cc/ X-Cache: Redirect from cloudfront Via: 1.1 407be30b827b135816536ec9b41a2f56.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: y_DLkHeHpKP9LUar6UnzNbjV1lG3jji0sz7UWPlWkOoeTfI4H9MyJg== 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 3.174.46.18:443 · 49276.cc
2026-01-12 10:32
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Content-Length: 39016
Connection: close
Date: Mon, 12 Jan 2026 10:32:41 GMT
Cache-Control: public, max-age=600
Server: openresty/1.27.1.2
x-who-are-you: zlz-01-zu_bobo1
x-cache-level-first: HIT
x-debug-cache-host: 49276.cc
X-Cache: Hit from cloudfront
Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: nfrEnryoMgNOgXFfoaGeBCvlvz8CIBTQahb8aeO_cFgKAnygg12LFQ==
Age: 2
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><script src="https://sahjdjvh4rt.tmei765.com/assets/js/vendor/crypto-js/4.1.1/crypto-js.min.js"></script><script src="https://sahjdjvh4rt.tmei765.com/assets/js/vendor/pako/2.0.4/pako.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.png" /></head><body><div style='width: 0;height: 0;display:none'><div><br/><p>标题:六州歌头</p><br/><p>作者:张孝祥</p><br/><p>长怀望断,关塞莽然平。</p><br/><p>征尘暗,霜风劲,悄边声。</p><br/><p>黯销凝。</p><br/><p>追想当年事,殆天数,非人力,洙泗上,弦歌地,亦膻腥。</p><br/><p>隔水毡乡,落日牛羊下,区脱纵横。</p><br/><p>看名王宵猎,骑火一川明。</p><br/><p>笳鼓悲鸣。</p><br/><p>遣人惊。</p><br/><p>念腰间箭,匣中剑,空埃蠹,竟何成。</p><br/><p>时易失,心徒壮,岁将零。</p><br/><p>渺神京。</p><br/><p>干羽方怀远,静烽燧,且休兵。</p><br/><p>冠盖使,纷驰骛,若为情。</p><br/><p>闻道中原遗老,常南望,羽葆霓旌。</p><br/><p>使行人到此,忠愤气填膺。</p><br/><p>有泪如倾。</p><br/></div><br/><div><br/><p>标题:剑器近</p><br/><p>作者:袁去华</p><br/><p>夜来雨。</p><br/><p>赖倩得、东风吹住。</p><br/><p>海棠正妖饶处。</p><br/><p>且留取。</p><br/><p>悄庭户。</p><br/><p>试细听、莺啼燕语。</p><br/><p>分明共人愁绪。</p><br/><p>怕春去。</p><br/><p>佳树。</p><br/><p>翠阴初转午。</p><br/><p>重帘未卷,乍睡起、寂寞看风絮。</p><br/><p>偷弹清泪寄烟波,见江头故人,为言憔悴如许。</p><br/><p>彩笺无数。</p><br/><p>去却寒暄,到了浑无定据。</p><br/><p>断肠落日千山暮。</p><br/></div><br/></div> <div style="display:none"><ul class="clearfix"><li><a href="http://www.people.com.cn/" target="_blank">人民网</a></li><li><a href="http://www.xinhuanet.com/" target="_blank">新华网</a></li><li><a href="http://www.china.com.cn/" target="_blank">中国网</a></li><li><a href="https://www.cri.cn/" target="_blank">国际在线</a></li><li><a href="http://cn.chinadaily.com.cn/" target="_blank">中国日报网</a></li><li><a href="https://www.cctv.com/" target="_blank">央视网</a></li><li><a href="https://www.youth.cn/" target="_blank">中国青年网</a></li><li><a href="http://www.ce.cn/" target="_blank">中国经济网</a></li><li><a href="http://www.taiwan.cn/" target="_blank">中国台湾网</a></li><li><a href="http://www.tibet.cn/" target="_blank">中国西藏网</a></li><li><a href="http://www.cnr.cn/" target="_blank">央广网</a></li><li><a href="https://www.gmw.cn/" target="_blank">光明网</a></li><li><a href="http://www.81.cn/" target="_blank">中国军网</a></li><li><a href="https://www.chinanews.com.cn/" target="_blank">中国新闻网</a></li><li><a href="http://www.rmzxb.com.cn/" target="_blank">人民政协网</a></li><li><a href="http://www.legaldaily.com.cn/" target="_blank">法治网</a></li></ul></div><div style="display:none"><ul class="clearfix"><li><a href="http://www.qstheory.cn/" target="_blank">求是网</a></li><li><a href="http://www.cntheory.com/" target="_blank">理论网</a></li><li><a href="http://www.cssn.cn/" target="_blank">中国社会科学网</a></li><li><a href="https://www.dswxyjy.org.cn/" target="_blank">中央党史和文献研究院网</a></li><li><a href="http://www.dangjian.cn/" target="_blank">党建网</a></li><li><a href="http://www.qizhiwang.org.cn/" target="_blank">旗帜网</a></li><li><a href="http://www.rmlt.com.cn/" target="_blank">人民论坛网</a></li><li><a href="http://www.theorychina.org/" target="_blank">理论中国网</a></li><li><a href="http://www.ccpph.com.cn/" target="_blank">中国理论网</a></li><li><a href="http://www.71.cn/" target="_blank">宣讲家网</a></li></ul></div></body><script> var __j8L = '{"_vgzO6a":["eJy1kktuwkAMhq8SzZpkQOpDqhJ6CS5gBpMYMg+NnQB3qbrrvouqNyrn6ACiD7q
Open service 3.174.46.18:80 · achievingpersonalgreatness.com
2026-01-12 05:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 05:30:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://achievingpersonalgreatness.com/ X-Cache: Redirect from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 8wRXIkEoo_Pmz29njJgmOpQiz2hw-Hx6gSFsLgYQ3zbYQcMUKA0TIQ== 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 3.174.46.18:443 · achievingpersonalgreatness.com
2026-01-12 05:30
HTTP/1.1 301 Redirecting Server: CloudFront Date: Mon, 12 Jan 2026 05:30:09 GMT Content-Length: 0 Connection: close Location: https://www.achievingpersonalgreatness.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: NJo7ZD4G_A6pEci6-CBE2PGmSFjdBt9trUjQo3Go-B5lpOGcdfo63w==
Open service 3.174.46.18:443 · warzonechasers.com
2026-01-12 02:13
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Mon, 12 Jan 2026 02:13:27 GMT X-Cache: Error from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: vTHqxnavdTHwsWv-1n6aLYoVvCh_-HfEEXhsWNPxovtxrOOWfW3N0Q== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>warzonechasers.com/index.html</Key><RequestId>Y2K4J7KRM4X4NPCK</RequestId><HostId>BinX2chJKdUr/zCm/f9QpmoLplyBclaM5Uz1ghLHOrKOuki2SoPPP54gwQUg3iHsfh+LyEJPPCM=</HostId></Error>
Open service 3.174.46.18:80 · warzonechasers.com
2026-01-12 02:13
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Mon, 12 Jan 2026 02:13:27 GMT X-Cache: Error from cloudfront Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: rCf1siHexi08kDmM16agyiNXc9Eh0Tvs68zhc-n2VnMBX--k1qwiRQ== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>warzonechasers.com/index.html</Key><RequestId>Y2KC01PFPFR7YEZ8</RequestId><HostId>fBFD6H4JnSVDIjWDoWI7NCg2usrempXkwI2mzVCoB1MXOv7obgghvZtSdcqEihBS+c5JMkeyqODIgzLQlRbgdh7lyHPrTouW</HostId></Error>
Open service 3.174.46.18:80 · 2anx581jikd.xyz
2026-01-11 10:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 10:23:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://2anx581jikd.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: gUdfus9GguUyU86CLl8ZlXWGIyPtVYt-aMQvIVx56-Jrp11x_t6jSQ== 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 3.174.46.18:443 · 2anx581jikd.xyz
2026-01-11 10:23
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
CF-RAY: 9bb9c00f8ae6dbb5-FRA
Server: cloudflare
Last-Modified: Thu, 24 Jul 2025 14:04:57 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atRuuJ7UKiGGqlkmfKcPae%2F69zuqAILtZ2IVB9%2Fx%2FuGpOb3Y2TPtVhZawlyGY5Cxa2dQ7HjV7WRDlXaaN%2BvC0YnjqafLN%2FUrPhSbpdZ%2BRj5y"}]}
Accept-Ranges: bytes
Date: Sun, 11 Jan 2026 06:21:15 GMT
ETag: "68823d89-12ee"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: dsmKGaDlo9R11VXDz0GGQBtElcd_OjGutc5_UQxnxjLeNKTLVCd2jA==
Age: 16677
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name="referrer" content="no-referrer"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telphone=no, email=no"><meta name="renderer" content="webkit"><meta name="HandheldFriendly" content="true"><meta name="MobileOptimized" content="320"><meta name="screen-orientation" content="portrait"><meta name="x5-orientation" content="portrait"><meta name="full-screen" content="yes"><meta name="x5-fullscreen" content="true"><meta name="browsermode" content="application"><meta name="x5-page-mode" content="app"><meta name="msapplication-tap-highlight" content="no"><link rel="icon" href="./favicon.ico"><title></title><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x74\x69\x74\x6c\x65'] = "\x50\u7ad9\u89c6\u9891"
window.parent.postMessage({ type: "child" }, '*');
var pathIndex = getCookie('pathIndex') || 0;
var hadSetNext = false;
function setCookie(name, value) {
document.cookie = name + '=' + encodeURI(value);
}
function getCookie(name) {
let arr, reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)');
if (arr = document.cookie.match(reg)) {
return decodeURI(arr[2]);
} else {
return null;
}
}
function loadError() {
if (hadSetNext) return;
if (pathIndex >= pathList.length - 1) {
if (pathList[pathIndex] == './') {
return;
}
pathIndex = 0;
} else {
pathIndex++;
}
hadSetNext = true;
setCookie('pathIndex', pathIndex);
window.location.reload();
};</script><style type="text/css">html,
body {
font-family: "Microsoft YaHei";
background-color: #000;
}
#appLoading {
font-size: 18px;
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}</style><link href="static/cdn/css/nprogress.css?v=4.6.0" rel="stylesheet"><link href="static/20250724220001/css/chunk-vendors.css" rel="stylesheet"><link href="static/20250724220001/css/styles.css" rel="stylesheet"><link href="static/20250724220001/css/app.css" rel="stylesheet"></head><body><div id="app"><div id="appLoading">页面加载中...</div></div><script src="static/cdn/js/crypto-js.min.js?v=4.6.0"></script><script src="static/cdn/js/axios.min.js?v=4.6.0"></script><script src="static/cdn/js/lodash.min.js?v=4.6.0"></script><script src="static/cdn/js/nprogress.js?v=4.6.0"></script><script src="static/cdn/js/hls.min.js?v=4.6.0"></script><script src="static/cdn/js/artplayer.js?v=4.6.0"></script><script src="static/cdn/js/DPlayer.min.js?v=4.6.0"></script><script src="static/cdn/js/jsjiami.js?v=4.6.0"></script><script>var osType = `h5`,
googletagmanager = osType === "h5" ? 'G-VSYFB4DK6Y' : 'G-403XVWWB0G',
immediately = true;
window.onload = function () {
setTimeout(() => {
loadJS("https://www.googletagmanager.com/gtag/js?id=" + googletagmanager, true)
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', googletagmanager);
}, 1000)
}
function loadJS(url, bol = false) {
var script = document.createElement('script')
script.setAttribute("src", url);
if (bol) {
script.setAttribute("async
Open service 3.174.46.18:80 · hbwwz887uvp.xyz
2026-01-11 10:06
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 10:06:18 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://hbwwz887uvp.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: b7B_mHQtyqfQO5DReodomXtCNzn1DBTgfs1kMpfiE12edSiskw6eCA== 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 3.174.46.18:443 · hbwwz887uvp.xyz
2026-01-11 10:06
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
CF-RAY: 9bb9c00f8ae6dbb5-FRA
Server: cloudflare
Last-Modified: Thu, 24 Jul 2025 14:04:57 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atRuuJ7UKiGGqlkmfKcPae%2F69zuqAILtZ2IVB9%2Fx%2FuGpOb3Y2TPtVhZawlyGY5Cxa2dQ7HjV7WRDlXaaN%2BvC0YnjqafLN%2FUrPhSbpdZ%2BRj5y"}]}
Accept-Ranges: bytes
Date: Sun, 11 Jan 2026 06:21:15 GMT
ETag: "68823d89-12ee"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: G8IgrkjFPL29nOQTQlos4oJGM5MGe2AnbgM-lIAIARaWY8wVEC2RIA==
Age: 15670
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name="referrer" content="no-referrer"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telphone=no, email=no"><meta name="renderer" content="webkit"><meta name="HandheldFriendly" content="true"><meta name="MobileOptimized" content="320"><meta name="screen-orientation" content="portrait"><meta name="x5-orientation" content="portrait"><meta name="full-screen" content="yes"><meta name="x5-fullscreen" content="true"><meta name="browsermode" content="application"><meta name="x5-page-mode" content="app"><meta name="msapplication-tap-highlight" content="no"><link rel="icon" href="./favicon.ico"><title></title><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x74\x69\x74\x6c\x65'] = "\x50\u7ad9\u89c6\u9891"
window.parent.postMessage({ type: "child" }, '*');
var pathIndex = getCookie('pathIndex') || 0;
var hadSetNext = false;
function setCookie(name, value) {
document.cookie = name + '=' + encodeURI(value);
}
function getCookie(name) {
let arr, reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)');
if (arr = document.cookie.match(reg)) {
return decodeURI(arr[2]);
} else {
return null;
}
}
function loadError() {
if (hadSetNext) return;
if (pathIndex >= pathList.length - 1) {
if (pathList[pathIndex] == './') {
return;
}
pathIndex = 0;
} else {
pathIndex++;
}
hadSetNext = true;
setCookie('pathIndex', pathIndex);
window.location.reload();
};</script><style type="text/css">html,
body {
font-family: "Microsoft YaHei";
background-color: #000;
}
#appLoading {
font-size: 18px;
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}</style><link href="static/cdn/css/nprogress.css?v=4.6.0" rel="stylesheet"><link href="static/20250724220001/css/chunk-vendors.css" rel="stylesheet"><link href="static/20250724220001/css/styles.css" rel="stylesheet"><link href="static/20250724220001/css/app.css" rel="stylesheet"></head><body><div id="app"><div id="appLoading">页面加载中...</div></div><script src="static/cdn/js/crypto-js.min.js?v=4.6.0"></script><script src="static/cdn/js/axios.min.js?v=4.6.0"></script><script src="static/cdn/js/lodash.min.js?v=4.6.0"></script><script src="static/cdn/js/nprogress.js?v=4.6.0"></script><script src="static/cdn/js/hls.min.js?v=4.6.0"></script><script src="static/cdn/js/artplayer.js?v=4.6.0"></script><script src="static/cdn/js/DPlayer.min.js?v=4.6.0"></script><script src="static/cdn/js/jsjiami.js?v=4.6.0"></script><script>var osType = `h5`,
googletagmanager = osType === "h5" ? 'G-VSYFB4DK6Y' : 'G-403XVWWB0G',
immediately = true;
window.onload = function () {
setTimeout(() => {
loadJS("https://www.googletagmanager.com/gtag/js?id=" + googletagmanager, true)
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', googletagmanager);
}, 1000)
}
function loadJS(url, bol = false) {
var script = document.createElement('script')
script.setAttribute("src", url);
if (bol) {
script.setAttribute("async
Open service 3.174.46.18:443 · 1hlnhyp3dlq.xyz
2026-01-11 08:43
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
CF-RAY: 9bb9c00f8ae6dbb5-FRA
Server: cloudflare
Last-Modified: Thu, 24 Jul 2025 14:04:57 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atRuuJ7UKiGGqlkmfKcPae%2F69zuqAILtZ2IVB9%2Fx%2FuGpOb3Y2TPtVhZawlyGY5Cxa2dQ7HjV7WRDlXaaN%2BvC0YnjqafLN%2FUrPhSbpdZ%2BRj5y"}]}
Accept-Ranges: bytes
Date: Sun, 11 Jan 2026 06:21:15 GMT
ETag: "68823d89-12ee"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: NHA8kb_EmdDpDh0I0TrO4S7iA43JZ9LWrJSWmpXq44f-4AEGgTDrtg==
Age: 10691
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name="referrer" content="no-referrer"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telphone=no, email=no"><meta name="renderer" content="webkit"><meta name="HandheldFriendly" content="true"><meta name="MobileOptimized" content="320"><meta name="screen-orientation" content="portrait"><meta name="x5-orientation" content="portrait"><meta name="full-screen" content="yes"><meta name="x5-fullscreen" content="true"><meta name="browsermode" content="application"><meta name="x5-page-mode" content="app"><meta name="msapplication-tap-highlight" content="no"><link rel="icon" href="./favicon.ico"><title></title><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x74\x69\x74\x6c\x65'] = "\x50\u7ad9\u89c6\u9891"
window.parent.postMessage({ type: "child" }, '*');
var pathIndex = getCookie('pathIndex') || 0;
var hadSetNext = false;
function setCookie(name, value) {
document.cookie = name + '=' + encodeURI(value);
}
function getCookie(name) {
let arr, reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)');
if (arr = document.cookie.match(reg)) {
return decodeURI(arr[2]);
} else {
return null;
}
}
function loadError() {
if (hadSetNext) return;
if (pathIndex >= pathList.length - 1) {
if (pathList[pathIndex] == './') {
return;
}
pathIndex = 0;
} else {
pathIndex++;
}
hadSetNext = true;
setCookie('pathIndex', pathIndex);
window.location.reload();
};</script><style type="text/css">html,
body {
font-family: "Microsoft YaHei";
background-color: #000;
}
#appLoading {
font-size: 18px;
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}</style><link href="static/cdn/css/nprogress.css?v=4.6.0" rel="stylesheet"><link href="static/20250724220001/css/chunk-vendors.css" rel="stylesheet"><link href="static/20250724220001/css/styles.css" rel="stylesheet"><link href="static/20250724220001/css/app.css" rel="stylesheet"></head><body><div id="app"><div id="appLoading">页面加载中...</div></div><script src="static/cdn/js/crypto-js.min.js?v=4.6.0"></script><script src="static/cdn/js/axios.min.js?v=4.6.0"></script><script src="static/cdn/js/lodash.min.js?v=4.6.0"></script><script src="static/cdn/js/nprogress.js?v=4.6.0"></script><script src="static/cdn/js/hls.min.js?v=4.6.0"></script><script src="static/cdn/js/artplayer.js?v=4.6.0"></script><script src="static/cdn/js/DPlayer.min.js?v=4.6.0"></script><script src="static/cdn/js/jsjiami.js?v=4.6.0"></script><script>var osType = `h5`,
googletagmanager = osType === "h5" ? 'G-VSYFB4DK6Y' : 'G-403XVWWB0G',
immediately = true;
window.onload = function () {
setTimeout(() => {
loadJS("https://www.googletagmanager.com/gtag/js?id=" + googletagmanager, true)
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', googletagmanager);
}, 1000)
}
function loadJS(url, bol = false) {
var script = document.createElement('script')
script.setAttribute("src", url);
if (bol) {
script.setAttribute("async
Open service 3.174.46.18:80 · 1hlnhyp3dlq.xyz
2026-01-11 08:43
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 08:43:19 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://1hlnhyp3dlq.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: r-ucyF1e0z5IBM3F-gojesmYWNq4uOhL-Y-4bOMX_yU0seESRUeHAA== 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 3.174.46.18:80 · 5qah05p1s24.xyz
2026-01-11 08:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 08:40:02 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://5qah05p1s24.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 60b4a5085a39ab80fa3602a95fb5aa9e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: ueYiE6FxzFRB3zG1-Bp-vQPMvlPWBvs5CUZ885SNUU1MMwZaQ9-Y1w== 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 3.174.46.18:443 · 5qah05p1s24.xyz
2026-01-11 08:39
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
CF-RAY: 9bb9c00f8ae6dbb5-FRA
Server: cloudflare
Last-Modified: Thu, 24 Jul 2025 14:04:57 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atRuuJ7UKiGGqlkmfKcPae%2F69zuqAILtZ2IVB9%2Fx%2FuGpOb3Y2TPtVhZawlyGY5Cxa2dQ7HjV7WRDlXaaN%2BvC0YnjqafLN%2FUrPhSbpdZ%2BRj5y"}]}
Accept-Ranges: bytes
Date: Sun, 11 Jan 2026 06:21:15 GMT
ETag: "68823d89-12ee"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 1N7rV3xYv6O7-DA6fJ59qQyEKddGF5JvugMA6-sA41Shzno6mYLYig==
Age: 10494
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name="referrer" content="no-referrer"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telphone=no, email=no"><meta name="renderer" content="webkit"><meta name="HandheldFriendly" content="true"><meta name="MobileOptimized" content="320"><meta name="screen-orientation" content="portrait"><meta name="x5-orientation" content="portrait"><meta name="full-screen" content="yes"><meta name="x5-fullscreen" content="true"><meta name="browsermode" content="application"><meta name="x5-page-mode" content="app"><meta name="msapplication-tap-highlight" content="no"><link rel="icon" href="./favicon.ico"><title></title><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x74\x69\x74\x6c\x65'] = "\x50\u7ad9\u89c6\u9891"
window.parent.postMessage({ type: "child" }, '*');
var pathIndex = getCookie('pathIndex') || 0;
var hadSetNext = false;
function setCookie(name, value) {
document.cookie = name + '=' + encodeURI(value);
}
function getCookie(name) {
let arr, reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)');
if (arr = document.cookie.match(reg)) {
return decodeURI(arr[2]);
} else {
return null;
}
}
function loadError() {
if (hadSetNext) return;
if (pathIndex >= pathList.length - 1) {
if (pathList[pathIndex] == './') {
return;
}
pathIndex = 0;
} else {
pathIndex++;
}
hadSetNext = true;
setCookie('pathIndex', pathIndex);
window.location.reload();
};</script><style type="text/css">html,
body {
font-family: "Microsoft YaHei";
background-color: #000;
}
#appLoading {
font-size: 18px;
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}</style><link href="static/cdn/css/nprogress.css?v=4.6.0" rel="stylesheet"><link href="static/20250724220001/css/chunk-vendors.css" rel="stylesheet"><link href="static/20250724220001/css/styles.css" rel="stylesheet"><link href="static/20250724220001/css/app.css" rel="stylesheet"></head><body><div id="app"><div id="appLoading">页面加载中...</div></div><script src="static/cdn/js/crypto-js.min.js?v=4.6.0"></script><script src="static/cdn/js/axios.min.js?v=4.6.0"></script><script src="static/cdn/js/lodash.min.js?v=4.6.0"></script><script src="static/cdn/js/nprogress.js?v=4.6.0"></script><script src="static/cdn/js/hls.min.js?v=4.6.0"></script><script src="static/cdn/js/artplayer.js?v=4.6.0"></script><script src="static/cdn/js/DPlayer.min.js?v=4.6.0"></script><script src="static/cdn/js/jsjiami.js?v=4.6.0"></script><script>var osType = `h5`,
googletagmanager = osType === "h5" ? 'G-VSYFB4DK6Y' : 'G-403XVWWB0G',
immediately = true;
window.onload = function () {
setTimeout(() => {
loadJS("https://www.googletagmanager.com/gtag/js?id=" + googletagmanager, true)
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', googletagmanager);
}, 1000)
}
function loadJS(url, bol = false) {
var script = document.createElement('script')
script.setAttribute("src", url);
if (bol) {
script.setAttribute("async
Open service 3.174.46.18:80 · 38eeektooz9.xyz
2026-01-11 08:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 08:38:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://38eeektooz9.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: apkvpYe1yUw_KFPaQwPJdwvVg6rCJKhCEWv-1mcjHsl81d3PdL_iXg== 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 3.174.46.18:443 · 38eeektooz9.xyz
2026-01-11 08:38
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
CF-RAY: 9bb9c00f8ae6dbb5-FRA
Server: cloudflare
Last-Modified: Thu, 24 Jul 2025 14:04:57 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atRuuJ7UKiGGqlkmfKcPae%2F69zuqAILtZ2IVB9%2Fx%2FuGpOb3Y2TPtVhZawlyGY5Cxa2dQ7HjV7WRDlXaaN%2BvC0YnjqafLN%2FUrPhSbpdZ%2BRj5y"}]}
Accept-Ranges: bytes
Date: Sun, 11 Jan 2026 06:21:15 GMT
ETag: "68823d89-12ee"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 7ke_973uUzak4rdlRWsPw9_DYhFJlG33ndGCPeP5gU5VYr6mQkKIrA==
Age: 10420
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name="referrer" content="no-referrer"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telphone=no, email=no"><meta name="renderer" content="webkit"><meta name="HandheldFriendly" content="true"><meta name="MobileOptimized" content="320"><meta name="screen-orientation" content="portrait"><meta name="x5-orientation" content="portrait"><meta name="full-screen" content="yes"><meta name="x5-fullscreen" content="true"><meta name="browsermode" content="application"><meta name="x5-page-mode" content="app"><meta name="msapplication-tap-highlight" content="no"><link rel="icon" href="./favicon.ico"><title></title><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x74\x69\x74\x6c\x65'] = "\x50\u7ad9\u89c6\u9891"
window.parent.postMessage({ type: "child" }, '*');
var pathIndex = getCookie('pathIndex') || 0;
var hadSetNext = false;
function setCookie(name, value) {
document.cookie = name + '=' + encodeURI(value);
}
function getCookie(name) {
let arr, reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)');
if (arr = document.cookie.match(reg)) {
return decodeURI(arr[2]);
} else {
return null;
}
}
function loadError() {
if (hadSetNext) return;
if (pathIndex >= pathList.length - 1) {
if (pathList[pathIndex] == './') {
return;
}
pathIndex = 0;
} else {
pathIndex++;
}
hadSetNext = true;
setCookie('pathIndex', pathIndex);
window.location.reload();
};</script><style type="text/css">html,
body {
font-family: "Microsoft YaHei";
background-color: #000;
}
#appLoading {
font-size: 18px;
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}</style><link href="static/cdn/css/nprogress.css?v=4.6.0" rel="stylesheet"><link href="static/20250724220001/css/chunk-vendors.css" rel="stylesheet"><link href="static/20250724220001/css/styles.css" rel="stylesheet"><link href="static/20250724220001/css/app.css" rel="stylesheet"></head><body><div id="app"><div id="appLoading">页面加载中...</div></div><script src="static/cdn/js/crypto-js.min.js?v=4.6.0"></script><script src="static/cdn/js/axios.min.js?v=4.6.0"></script><script src="static/cdn/js/lodash.min.js?v=4.6.0"></script><script src="static/cdn/js/nprogress.js?v=4.6.0"></script><script src="static/cdn/js/hls.min.js?v=4.6.0"></script><script src="static/cdn/js/artplayer.js?v=4.6.0"></script><script src="static/cdn/js/DPlayer.min.js?v=4.6.0"></script><script src="static/cdn/js/jsjiami.js?v=4.6.0"></script><script>var osType = `h5`,
googletagmanager = osType === "h5" ? 'G-VSYFB4DK6Y' : 'G-403XVWWB0G',
immediately = true;
window.onload = function () {
setTimeout(() => {
loadJS("https://www.googletagmanager.com/gtag/js?id=" + googletagmanager, true)
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', googletagmanager);
}, 1000)
}
function loadJS(url, bol = false) {
var script = document.createElement('script')
script.setAttribute("src", url);
if (bol) {
script.setAttribute("async
Open service 3.174.46.18:80 · a3g9q6no3m2.xyz
2026-01-11 08:09
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 08:09:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://a3g9q6no3m2.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: aPYiSrMVkkkSf1lFV7WzYJfIAaRur_4W7WuF7eZDTs0tMo-3G8kysg== 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 3.174.46.18:443 · a3g9q6no3m2.xyz
2026-01-11 08:09
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
CF-RAY: 9bb9c00f8ae6dbb5-FRA
Server: cloudflare
Last-Modified: Thu, 24 Jul 2025 14:04:57 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atRuuJ7UKiGGqlkmfKcPae%2F69zuqAILtZ2IVB9%2Fx%2FuGpOb3Y2TPtVhZawlyGY5Cxa2dQ7HjV7WRDlXaaN%2BvC0YnjqafLN%2FUrPhSbpdZ%2BRj5y"}]}
Accept-Ranges: bytes
Date: Sun, 11 Jan 2026 06:21:15 GMT
ETag: "68823d89-12ee"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 4T-zFTnZw_fUIg6V66BShA_jJH8J2KHXkUjByKx1UXOTZnynhC-IBg==
Age: 8672
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name="referrer" content="no-referrer"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telphone=no, email=no"><meta name="renderer" content="webkit"><meta name="HandheldFriendly" content="true"><meta name="MobileOptimized" content="320"><meta name="screen-orientation" content="portrait"><meta name="x5-orientation" content="portrait"><meta name="full-screen" content="yes"><meta name="x5-fullscreen" content="true"><meta name="browsermode" content="application"><meta name="x5-page-mode" content="app"><meta name="msapplication-tap-highlight" content="no"><link rel="icon" href="./favicon.ico"><title></title><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x74\x69\x74\x6c\x65'] = "\x50\u7ad9\u89c6\u9891"
window.parent.postMessage({ type: "child" }, '*');
var pathIndex = getCookie('pathIndex') || 0;
var hadSetNext = false;
function setCookie(name, value) {
document.cookie = name + '=' + encodeURI(value);
}
function getCookie(name) {
let arr, reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)');
if (arr = document.cookie.match(reg)) {
return decodeURI(arr[2]);
} else {
return null;
}
}
function loadError() {
if (hadSetNext) return;
if (pathIndex >= pathList.length - 1) {
if (pathList[pathIndex] == './') {
return;
}
pathIndex = 0;
} else {
pathIndex++;
}
hadSetNext = true;
setCookie('pathIndex', pathIndex);
window.location.reload();
};</script><style type="text/css">html,
body {
font-family: "Microsoft YaHei";
background-color: #000;
}
#appLoading {
font-size: 18px;
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}</style><link href="static/cdn/css/nprogress.css?v=4.6.0" rel="stylesheet"><link href="static/20250724220001/css/chunk-vendors.css" rel="stylesheet"><link href="static/20250724220001/css/styles.css" rel="stylesheet"><link href="static/20250724220001/css/app.css" rel="stylesheet"></head><body><div id="app"><div id="appLoading">页面加载中...</div></div><script src="static/cdn/js/crypto-js.min.js?v=4.6.0"></script><script src="static/cdn/js/axios.min.js?v=4.6.0"></script><script src="static/cdn/js/lodash.min.js?v=4.6.0"></script><script src="static/cdn/js/nprogress.js?v=4.6.0"></script><script src="static/cdn/js/hls.min.js?v=4.6.0"></script><script src="static/cdn/js/artplayer.js?v=4.6.0"></script><script src="static/cdn/js/DPlayer.min.js?v=4.6.0"></script><script src="static/cdn/js/jsjiami.js?v=4.6.0"></script><script>var osType = `h5`,
googletagmanager = osType === "h5" ? 'G-VSYFB4DK6Y' : 'G-403XVWWB0G',
immediately = true;
window.onload = function () {
setTimeout(() => {
loadJS("https://www.googletagmanager.com/gtag/js?id=" + googletagmanager, true)
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', googletagmanager);
}, 1000)
}
function loadJS(url, bol = false) {
var script = document.createElement('script')
script.setAttribute("src", url);
if (bol) {
script.setAttribute("async
Open service 3.174.46.18:80 · czkj3lx3um7.xyz
2026-01-11 08:08
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 08:08:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://czkj3lx3um7.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: cNnzu8bASCiXHIyc51F1cJ55GTF9vm-1yoOkGXElu3VbhvYwImhHmg== 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 3.174.46.18:443 · czkj3lx3um7.xyz
2026-01-11 08:08
HTTP/1.1 200 OK
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
cf-cache-status: DYNAMIC
CF-RAY: 9bb9c00f8ae6dbb5-FRA
Server: cloudflare
Last-Modified: Thu, 24 Jul 2025 14:04:57 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=atRuuJ7UKiGGqlkmfKcPae%2F69zuqAILtZ2IVB9%2Fx%2FuGpOb3Y2TPtVhZawlyGY5Cxa2dQ7HjV7WRDlXaaN%2BvC0YnjqafLN%2FUrPhSbpdZ%2BRj5y"}]}
Accept-Ranges: bytes
Date: Sun, 11 Jan 2026 06:21:15 GMT
ETag: "68823d89-12ee"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: fYH2V0daMIJYeHIVjadUOS-nTSbnTZtvhtQvuvW5YZlrykDq1mVW5Q==
Age: 8598
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name="referrer" content="no-referrer"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telphone=no, email=no"><meta name="renderer" content="webkit"><meta name="HandheldFriendly" content="true"><meta name="MobileOptimized" content="320"><meta name="screen-orientation" content="portrait"><meta name="x5-orientation" content="portrait"><meta name="full-screen" content="yes"><meta name="x5-fullscreen" content="true"><meta name="browsermode" content="application"><meta name="x5-page-mode" content="app"><meta name="msapplication-tap-highlight" content="no"><link rel="icon" href="./favicon.ico"><title></title><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]['\x74\x69\x74\x6c\x65'] = "\x50\u7ad9\u89c6\u9891"
window.parent.postMessage({ type: "child" }, '*');
var pathIndex = getCookie('pathIndex') || 0;
var hadSetNext = false;
function setCookie(name, value) {
document.cookie = name + '=' + encodeURI(value);
}
function getCookie(name) {
let arr, reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)');
if (arr = document.cookie.match(reg)) {
return decodeURI(arr[2]);
} else {
return null;
}
}
function loadError() {
if (hadSetNext) return;
if (pathIndex >= pathList.length - 1) {
if (pathList[pathIndex] == './') {
return;
}
pathIndex = 0;
} else {
pathIndex++;
}
hadSetNext = true;
setCookie('pathIndex', pathIndex);
window.location.reload();
};</script><style type="text/css">html,
body {
font-family: "Microsoft YaHei";
background-color: #000;
}
#appLoading {
font-size: 18px;
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}</style><link href="static/cdn/css/nprogress.css?v=4.6.0" rel="stylesheet"><link href="static/20250724220001/css/chunk-vendors.css" rel="stylesheet"><link href="static/20250724220001/css/styles.css" rel="stylesheet"><link href="static/20250724220001/css/app.css" rel="stylesheet"></head><body><div id="app"><div id="appLoading">页面加载中...</div></div><script src="static/cdn/js/crypto-js.min.js?v=4.6.0"></script><script src="static/cdn/js/axios.min.js?v=4.6.0"></script><script src="static/cdn/js/lodash.min.js?v=4.6.0"></script><script src="static/cdn/js/nprogress.js?v=4.6.0"></script><script src="static/cdn/js/hls.min.js?v=4.6.0"></script><script src="static/cdn/js/artplayer.js?v=4.6.0"></script><script src="static/cdn/js/DPlayer.min.js?v=4.6.0"></script><script src="static/cdn/js/jsjiami.js?v=4.6.0"></script><script>var osType = `h5`,
googletagmanager = osType === "h5" ? 'G-VSYFB4DK6Y' : 'G-403XVWWB0G',
immediately = true;
window.onload = function () {
setTimeout(() => {
loadJS("https://www.googletagmanager.com/gtag/js?id=" + googletagmanager, true)
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', googletagmanager);
}, 1000)
}
function loadJS(url, bol = false) {
var script = document.createElement('script')
script.setAttribute("src", url);
if (bol) {
script.setAttribute("async
Open service 3.174.46.18:443 · 408511.cc
2026-01-11 05:36
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Content-Length: 37706
Connection: close
Date: Sun, 11 Jan 2026 05:36:58 GMT
Cache-Control: public, max-age=600
Server: openresty/1.27.1.2
x-who-are-you: zlz-01-zu_bobo1
x-cache-level-first: HIT
x-debug-cache-host: 408511.cc
X-Cache: Hit from cloudfront
Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: d15pRncHiKKz2kBkdze4ZToEWDHHoj5mf8wzekPouxTgZxXBrT8fdA==
Age: 1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><script src="https://agsdhgqw-4.yqjkdy.com/assets/js/vendor/crypto-js/4.1.1/crypto-js.min.js"></script><script src="https://agsdhgqw-4.yqjkdy.com/assets/js/vendor/pako/2.0.4/pako.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.png" /></head><body><div style='width: 0;height: 0;display:none'><div><br/><p>标题:清平乐</p><br/><p>作者:王安石</p><br/><p>留春不住。</p><br/><p>费尽莺儿语。</p><br/><p>满地残红宫锦污。</p><br/><p>昨夜南园风雨。</p><br/><p>小怜初上琵琶。</p><br/><p>晓来思绕天涯。</p><br/><p>不肯画堂朱户,春风自在杨花。</p><br/></div><br/><div><br/><p>标题:水龙吟</p><br/><p>作者:苏轼</p><br/><p>似花还似非花,也无人惜从教坠。</p><br/><p>抛家傍路,思量却是,无情有思。</p><br/><p>萦损柔肠,困酣娇眼,欲开还闭。</p><br/><p>梦随风万里,寻郎去处,又还被、莺呼起。</p><br/><p>不恨此花飞尽,恨西园、落红难缀。</p><br/><p>晓来雨过,遗踪何在,一池萍碎。</p><br/><p>春色三分,二分尘土,一分流水。</p><br/><p>细看来,不是杨花点点,是离人泪。</p><br/></div><br/></div> <div style="display:none"><ul class="clearfix"><li><a href="http://www.people.com.cn/" target="_blank">人民网</a></li><li><a href="http://www.xinhuanet.com/" target="_blank">新华网</a></li><li><a href="http://www.china.com.cn/" target="_blank">中国网</a></li><li><a href="https://www.cri.cn/" target="_blank">国际在线</a></li><li><a href="http://cn.chinadaily.com.cn/" target="_blank">中国日报网</a></li><li><a href="https://www.cctv.com/" target="_blank">央视网</a></li><li><a href="https://www.youth.cn/" target="_blank">中国青年网</a></li><li><a href="http://www.ce.cn/" target="_blank">中国经济网</a></li><li><a href="http://www.taiwan.cn/" target="_blank">中国台湾网</a></li><li><a href="http://www.tibet.cn/" target="_blank">中国西藏网</a></li><li><a href="http://www.cnr.cn/" target="_blank">央广网</a></li><li><a href="https://www.gmw.cn/" target="_blank">光明网</a></li><li><a href="http://www.81.cn/" target="_blank">中国军网</a></li><li><a href="https://www.chinanews.com.cn/" target="_blank">中国新闻网</a></li><li><a href="http://www.rmzxb.com.cn/" target="_blank">人民政协网</a></li><li><a href="http://www.legaldaily.com.cn/" target="_blank">法治网</a></li></ul></div></body><script> var __jlS = '{"_vMxf0g":["eJytkktuwkAMhq8SzZpkQOqqSugluICZmMQl82Ds8DhApaqr7noClj0WnKMDiD5YtVVWI/+yP9u/p7QokOlpeX2FpMPp4en98Pp8fNsfX/alvmjlTWpWduSWWcSuUtz6KKaXjIx3KpNdwEqRhQb1Nr9obcRFpVqRwPdaQ8N126w2+V2xWz0u611hvNXAjMKabKMXsD7VFcE16rOpA5u4a8JNSP1UlhIEnVRqQ7W0VY2pBvNzMMrIkRB0ORvosJqMMgtbsr39EnrGeI5gnoSx+rmS7DrkFlH+NLth1iEBPNQYixSpW6v+z517LywRQmHJXdnDoC2Cs+j6gSdOVyM+c79NPBAbXPpggsN7MQeznPmZDyfswxojk3fVpBgX4yGtgcbRgkwefOjDsBuE6JuIzIai6fA3vn8AqgtyTA==","eJytkk9PwzAMxb9K2K4kZRv/VNYhxHUH7oxD1rhtWJpksUs3oX13sg2kUQTi0FucZ//ek+VsUBF5TJNElqiqct3yS7Fdv67UVuSuTiQiECY5YmJ1DhzBQE4i1gOWzKZG2xULYLIB0tYAVgA0YFWAIvs/uHCWHlpAV8PVU3A9w40knTvbLxVb7SHwZWOVgX7RCgrZmMOK79+ykRiJm/7gJLVptVU9b2M/egwMAbWz2VhMxPXegE0P4owNK5AKwhwKYu9MafRGblNmnQV2pmvvAklLd2zHRMOjRoULNZchuDb2FwY2fClRY8omt37zbeQglrExZY2Nobo8v+HjyPBSKW1LHnRZUcouOpQv2cSEP9UdG8YjIrA010iP8Sm1hcCEDPG8DPClcfnq4LV4vvKbxcuJ4xE5+cXwM09X3nXZ6KU97376/XJiGt7CEbN0Rv3NIXUy8wEZ+Gut","eJzFk01v2zAMhv8Km0PhALMTf8Rx4qYDCuza025FMSgSbauVJUGi1yVr//vkJNjWDgNyKNCLKBIvvx6AbUdr2Bol4EL21jhimmp4gYQ5klxhvFWGPwJ18BMaoyl+QtmelzOoM3KuZp52Cq/hynMnLV3Dd+bgW9cTbI7m+Rnu7muImkFzkkZH01B2FHV9kAjDhx41JdwhI/yicPSiybHaZFoHWeIdD9JJR2T9ejYLkS2TYki46UfnwX/OGeZVypZZ05RLzha4TNOqWGR5ns2xquaT+tDS/92xRTq18ze7r6y9ZT3+aXw3D0P7xDIXBLdGYCK1R0c32BiHUdd/Ah+me5lG4Q0UTtt/LIZqkZerNG9KPm+qslxkRZYVAles2JaNEMsPwsD34+AH8xYD/OYwnMdh+IeDLxKu9/sDhv1IQYpNmlVpURSrVXXJ/E7zTfruqw//Xf14EAnF1tjBjh8erigUgaR15jH2mtkxlMXKtMbF9INS8JbpQEJIbxXbrUFqJfXpFGt4koK6NRTYv7q/Dn8Btp1XtA==","eJyFUt1OE0EUfpVxvd5uIUBi/57BN
Open service 3.174.46.18:80 · 408511.cc
2026-01-11 05:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 05:37:00 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://408511.cc/ X-Cache: Redirect from cloudfront Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: iDRuiOZ8HeQIFu5HKP7tvA8Ek3qe279ltXQiIGlTYAAgaAKLAjYPbA== 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 3.174.46.18:443 · besame.fm
2026-01-11 00:42
HTTP/1.1 301 Moved Permanently Content-Type: text/html Content-Length: 169 Connection: close Date: Sun, 11 Jan 2026 00:42:44 GMT Location: https://www.besame.fm/ Server: nginx/1.18.0 X-Cache: Hit from cloudfront Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: UU0UtojdgSBJIG_zytBNn6TwtOFQtAtSNiLGjOtNEnw3D-idMXvLTA== Age: 3 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
Open service 3.174.46.18:80 · besame.fm
2026-01-11 00:42
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 11 Jan 2026 00:42:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://besame.fm/ X-Cache: Redirect from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: W-FphtKLsy1gJT9o8vDO9Af44KOV8rNSrZNu_Wd9Ob88nsupbYiXJA== 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 3.174.46.18:80 · d2dbclk6rdhk4y.amplifyapp.com
2026-01-10 15:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 15:57:22 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d2dbclk6rdhk4y.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 1a41G2njDPwyOt56YX3yAHXFdHvm6rWaUt3ENyuyVdMc5FpxSLyX9w== 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 3.174.46.18:443 · status.greenflux.com
2026-01-10 09:01
HTTP/1.1 405 Not Allowed
Server: CloudFront
Date: Sat, 10 Jan 2026 09:01:26 GMT
Content-Length: 2521
Connection: close
x-amzn-waf-action: captcha
Cache-Control: no-store, max-age=0
Content-Type: text/html; charset=UTF-8
Access-Control-Allow-Origin: *
Access-Control-Max-Age: 86400
Access-Control-Allow-Methods: OPTIONS,GET,POST
Access-Control-Expose-Headers: x-amzn-waf-action
X-Cache: Error from cloudfront
Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: Zx4qiv9D4QNzGGxKuymUmDf7uuzxh3xeyRt762-b2CrSv7T3Kqf-Kg==
Page title: Human Verification
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Human Verification</title>
<style>
body {
font-family: "Arial";
}
</style>
<script type="text/javascript">
window.awsWafCookieDomainList = [];
window.gokuProps = {
"key":"AQIDAHjcYu/GjX+QlghicBgQ/7bFaQZ+m5FKCMDnO+vTbNg96AGzIKzAeCJ/6HKhhUwu5nbDAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMz+OSnAIUYMEIDyNeAgEQgDuXMKWn/yJ+KAxSo7pKOsHblJePWon/S7sZc/jzJiIPsKTjpOm8YaoLkCH0z4aDnCSzYo+5d7h2/aS+hA==",
"iv":"A6xwTwF/xQAABOan",
"context":"IoNU8hWO+VplizA+gtvYDr+KaLuMThUQkCfQvp5/ERaAQ1Ahw5DjsAQ4GRQyWhYDsI10giM4P1vVqNyhkBEPkFevsE7ybLlcBaz/LLOq3slln+9H8w3yiEslmpPUBadm4uGx2O23cHy1sE2G+qPOCID4sfeLqPfhM/iMQ4OauyUHTxzJ6uGUdh9TNL91wkAWVu4BQWqviTUsdipz76oBqCujoFfXGLizMKIpw50ceLV3HmQTyZdjgzKe4pwLukIEgSkhj0jGDB9woKVS8y89wEIoYAv/yTUJc3OInrGIjcOQtZGyzuDyqimLkde2tDx22YUm69+fSDMan1eiwR2Lskmn0nvSJtgQ2VyquB0UI7cQ5EmS6CaTvtSjO7Pgo7xUS15ICDLFaWeFi+jS6xNexVLlaKT3UfYil1v0CxVmqBwURdlqFX5xdgaUnZJCbWzdQQaM/y7MrHk78yXh08AJekxFBgyWj93TN8sVY8zu5nxpKCz91sqXLcQSpDeS6F+qQtPqu0fVp/Zq2LRZO2+J63Dv6W3DcOTipkqh8C5CXD4GXsOFqHYZ6bHtVsbpBoubBsPd64OR6JpaAO5m7iseTQaLqvp6EidFMu1qMddPDp1/u/YYx2IhdEaSFMGeZpsQcRBJ6c5kGvmksyZdl64Z1xyxLKe1P5tTQA4EDfc1LatgHztlKtJeofigsXjkHNsvruCpah8nUWqSsVSQgVUI2ClW0zbMCu7N7pCzedEITUYYZsWCg2rH4K/SwwZ8RUcuShuR8b2Af33gHra30A=="
};
</script>
<script src="https://e6323725bee2.8827d28d.eu-central-1.token.awswaf.com/e6323725bee2/f3b4b5c8931e/1a4c47cbd0c6/challenge.js"></script>
<script src="https://e6323725bee2.8827d28d.eu-central-1.captcha.awswaf.com/e6323725bee2/f3b4b5c8931e/1a4c47cbd0c6/captcha.js"></script>
</head>
<body>
<div id="captcha-container"></div>
<script type="text/javascript">
AwsWafIntegration.saveReferrer();
window.addEventListener("load", function() {
const container = document.querySelector("#captcha-container");
CaptchaScript.renderCaptcha(container, async (voucher) => {
await ChallengeScript.submitCaptcha(voucher);
window.location.reload(true);
}
);
});
</script>
<noscript>
<h1>JavaScript is disabled</h1>
In order to continue, you need to verify that you're not a robot by solving a CAPTCHA puzzle.
The CAPTCHA puzzle requires JavaScript. Enable JavaScript and then reload the page.
</noscript>
</body>
</html>
Open service 3.174.46.18:443 · digitaljoegeorge.com
2026-01-10 07:43
HTTP/1.1 301 Redirecting Server: CloudFront Date: Sat, 10 Jan 2026 07:43:10 GMT Content-Length: 0 Connection: close Location: https://www.digitaljoegeorge.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 3DUyRmOp35HFnIovq3cH1kivsvOkbecYNeof3HA7lUFZxsP8H27DXg==
Open service 3.174.46.18:80 · digitaljoegeorge.com
2026-01-10 07:43
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 07:43:10 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://digitaljoegeorge.com/ X-Cache: Redirect from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: AxUq2Xnnf4mbzamd6nQr3RKPb20Apv88jdTktgLCcDOKBGQokvgirQ== 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 3.174.46.18:80 · staging.clickandglowtahiti.pf
2026-01-10 05:18
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 05:18:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://staging.clickandglowtahiti.pf/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: F0Poh86T8nLTFkCp8yKybri-IkvBhZO4Es8mUOhnU_P_3mvA649tMQ== 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 3.174.46.18:80 · sushicafejacksonvilletogo.com
2026-01-09 22:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 22:59:29 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://sushicafejacksonvilletogo.com/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: DozByqf1owIdFfWQpN1pujGQYWcyL1FzJMksXE4kErjINSkoTj2hMA== 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 3.174.46.18:443 · sushicafejacksonvilletogo.com
2026-01-09 22:59
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 15956
Connection: close
Date: Fri, 09 Jan 2026 04:11:49 GMT
Last-Modified: Wed, 29 Jan 2025 21:06:50 GMT
x-amz-version-id: UNesGiXCbd0R7kw2MnQjKzSg5KWLUC8E
ETag: "e06d60a0a3e2426496c78864bf3afd41"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: PGmUf1wXV-WmEXLvFR96yiEq1PsI6UvHAOUm_h-_aY6OgD4WD76Vcg==
Age: 67662
Page title: Home | Sushi Cafe
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=6.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Jacksonville, FL 32204 Japanese food for Pickup - Order from Sushi Cafe in Jacksonville, FL 32204, phone: 904-384-2888 ">
<meta name="keywords" content="Jacksonville, FL 32204 Japanese food for Pickup Order Japanese food for Pickup, Best Japanese food for Pickup">
<link rel="shortcut icon" href="/assets/images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="/assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="/assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="/assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-57-precomposed.png">
<title>Home | Sushi Cafe</title>
<link rel="canonical" href="https://sushicafejacksonvilletogo.com">
<link rel="stylesheet" href="/assets/css/main.css"/>
<script>
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
posthog.init('phc_wRTKEH4zhknRP3t80Ttjj05BeWL43PdhQQGpg0mE6OV',{api_host:'https://app.posthog.com'})
</script>
</head>
<body>
<section style="display: none;">
<a href="#header" aria-label="skip to navigation">Skip to Navigation</a>
<a href="#main" aria-label="skip to main content">Skip to Main Content</a>
</section>
<header id="header">
<nav class="navbar" aria-label="Navigation">
<ul id="navlinks" class="navbar__container"><li><a class="navbar--link" href="/#home">Home</a></li><li><a class="navbar--link" href="/order/">Order Online</a></li><li><a class="navbar--link" href="/#contact">Contact Us</a></li></ul>
</nav>
</header>
<main id="main">
<section id="home" class="hero__container">
<div class="hero__sliders-container"><img id="hero-slider1" class="hero--image" loading="lazy" src="/assets/images/slider1.jpg" alt="Chinese Food"><img id="hero-slider2" class="hero--image" loading="lazy" src="http://qmenu.us/images/slider/slider2.jpg" alt="Chinese Food"><ol class="carousel-indicators"><li tabindex="0" role="button"><span class="acsb-sr-only" aria-hidden="false">Carousel slide 1</span></li><li tabindex="0" role="button"><span class="acsb-sr-only" aria-hidden="false">Carousel slide 2</span></li></ol></div>
<div class="hero__overlay">
<h1 id="name" class="title"><span class="welcome-title">Welcome To Sushi Cafe</span></h1>
<div class="stars mt-3">★★★★★★★★★★★★★★★★★★★★</div>
<h2 id="slogan" class="slogan mt-1 mb-3">Best Food, Great Value</h2>
<a id="order_online_link" class="button button-primary" href="/order/">Order
Open service 3.174.46.18:80 · galleriesmedicalpractice.co.uk
2026-01-09 22:16
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 22:16:56 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://galleriesmedicalpractice.co.uk/ X-Cache: Redirect from cloudfront Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: KmZ12nM-S2OTk7tKKbp_614dlID2BfKd0AC9U7tRkocHHoTZ5N5Ibg== 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 3.174.46.18:443 · galleriesmedicalpractice.co.uk
2026-01-09 22:16
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Amz-Cf-Pop: FRA60-P8 Date: Fri, 09 Jan 2026 22:16:54 GMT Location: https://www.galleriesmedicalpractice.co.uk/ X-Batcache: HIT Server: nginx X-Redirect-By: WordPress Last-Modified: Fri, 09 Jan 2026 22:16:14 GMT Cache-Control: max-age=260, must-revalidate Vary: Cookie,Origin Via: 1.1 1fa5d8f57b04797d33d03ff93cb7543e.cloudfront.net (CloudFront), 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront) X-Cache: Miss from cloudfront X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: YE6KSyIsKc9CzopOJ0b2rcYB3Fq5Re1zyv0_KD_l8RyEKil3_p63Fw== Age: 2
Open service 3.174.46.18:443 · kitchen16yami.com
2026-01-09 22:01
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 20601
Connection: close
Date: Fri, 09 Jan 2026 06:33:35 GMT
Last-Modified: Wed, 18 Jun 2025 07:15:18 GMT
x-amz-version-id: yUQqDt1u5HT7pN_lt334Jim1aTiXQRU2
ETag: "55490fa759b78ca1bcccfb3f8ea2d9ed"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: pm1y8u8OxPoAyEc-Ukq0pRYm-c9Hg8quqQ_7KWqLMVPxwdGbMNLRMw==
Age: 55683
Page title: Home | Kitchen 16 & Yami
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=6.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Denham Springs, LA 70726 Chinese food for Pickup - Order from Kitchen 16 & Yami in Denham Springs, LA 70726, phone: 225-998-1212 ">
<meta name="keywords" content="Denham Springs, LA 70726 Chinese food for Pickup Order Chinese food for Pickup, Best Chinese food for Pickup">
<link rel="shortcut icon" href="/assets/images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="/assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="/assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="/assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-57-precomposed.png">
<title>Home | Kitchen 16 & Yami</title>
<link rel="canonical" href="https://kitchen16yami.com">
<link rel="stylesheet" href="/assets/css/main.css"/>
<script>
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
posthog.init('phc_wRTKEH4zhknRP3t80Ttjj05BeWL43PdhQQGpg0mE6OV',{api_host:'https://app.posthog.com'})
</script>
<script>
function copyMigratedWebsite() {
console.log('copy!')
const handleCopy = (e) => {
// clipboardData 可能是 null
if (e.clipboardData) {
e.clipboardData.setData('text/plain', 'https://www.kitchen16denhamsprings.com/tco9lv5e/kitchen-16-denham-springs-70726/order-online');
}
e.preventDefault();
// removeEventListener 要传入第二个参数
document.removeEventListener('copy', handleCopy);
};
document.addEventListener('copy', handleCopy);
document.execCommand('copy');
}
</script>
</head>
<body>
<section style="display: none;">
<a href="#header" aria-label="skip to navigation">Skip to Navigation</a>
<a href="#main" aria-label="skip to main content">Skip to Main Content</a>
</section>
<header id="header">
<nav class="navbar" aria-label="Navigation">
<ul id="navlinks" class="navbar__container"><li><a class="navbar--link" href="/#home">Home</a></li><li><a class="navbar--link" href="https://www.kitchen16denhamsprings.com/tco9lv5e/kitchen-16-denham-springs-70726/order-online">Order Online</a></li><li><a class="navbar--link" href="/#contact">Contact Us</a></li></ul>
</nav>
</header>
<main id="main">
<section id="home" class="hero__container">
<div class="hero__sliders-container"><img id="hero-slider1" class="hero--image" loading="lazy" src="/assets/images/slider1.jpg" alt="Chinese Food"><img id="hero-slider2" class="hero--image" loadin
Open service 3.174.46.18:80 · kitchen16yami.com
2026-01-09 22:01
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 22:01:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://kitchen16yami.com/ X-Cache: Redirect from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 3atj_GJQl7P2ftAHEXELIN4DTEMr8IC2H3J75BQkZYpRIH9zWqkb3w== 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 3.174.46.18:443 · dtdimsumtea.com
2026-01-09 21:35
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 16796
Connection: close
Last-Modified: Tue, 21 Jan 2025 18:08:35 GMT
x-amz-version-id: 3fyubdIEJ1wqK_5C3cmbS_Wvb7IFkRLF
Server: AmazonS3
Date: Fri, 09 Jan 2026 08:25:21 GMT
ETag: "5dde00aeffd41b2e9b017e2bce944d38"
X-Cache: Hit from cloudfront
Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: BbDTSN9XjaY7B8K8rO4V_ZtSa0_DU0mobGf1f89ra8Z9exkoUi_mCg==
Age: 47389
Page title: Home | D T Dim Sum & Tea
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=6.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="San Leandro, CA 94579 Chinese food for Pickup - Delivery Order from D T Dim Sum & Tea in San Leandro, CA 94579, phone: 510-351-8268 ">
<meta name="keywords" content="San Leandro, CA 94579 Chinese food for Pickup Delivery Order Chinese food for Pickup, Delivery Best Chinese food for Pickup">
<link rel="shortcut icon" href="/assets/images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="/assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="/assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="/assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-57-precomposed.png">
<title>Home | D T Dim Sum & Tea</title>
<link rel="canonical" href="https://dtdimsumtea.com">
<link rel="stylesheet" href="/assets/css/main.css"/>
<script>
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
posthog.init('phc_wRTKEH4zhknRP3t80Ttjj05BeWL43PdhQQGpg0mE6OV',{api_host:'https://app.posthog.com'})
</script>
</head>
<body>
<section style="display: none;">
<a href="#header" aria-label="skip to navigation">Skip to Navigation</a>
<a href="#main" aria-label="skip to main content">Skip to Main Content</a>
</section>
<header id="header">
<nav class="navbar" aria-label="Navigation">
<ul id="navlinks" class="navbar__container"><li><a class="navbar--link" href="/#home">Home</a></li><li><a class="navbar--link" href="/order/">Order Online</a></li><li><a class="navbar--link" href="/#contact">Contact Us</a></li></ul>
</nav>
</header>
<main id="main">
<section id="home" class="hero__container">
<div class="hero__sliders-container"><img id="hero-slider1" class="hero--image" loading="lazy" src="/assets/images/slider1.jpg" alt="Chinese Food"><img id="hero-slider2" class="hero--image" loading="lazy" src="/assets/images/slider2.jpg" alt="Chinese Food"><ol class="carousel-indicators"><li tabindex="0" role="button"><span class="acsb-sr-only" aria-hidden="false">Carousel slide 1</span></li><li tabindex="0" role="button"><span class="acsb-sr-only" aria-hidden="false">Carousel slide 2</span></li></ol></div>
<div class="hero__overlay">
<h1 id="name" class="title"><span class="welcome-title">Welcome To D T Dim Sum & Tea</span></h1>
<div class="stars mt-3">★★★★★★★★★★★★★★★★★★★★</div>
<h2 id="slogan" class="slogan mt-1 mb-3">Best food, Good Food</h2>
<a id="order_online_link" class="button button-primary" href="/order/"
Open service 3.174.46.18:80 · dtdimsumtea.com
2026-01-09 21:35
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 21:35:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dtdimsumtea.com/ X-Cache: Redirect from cloudfront Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: gCr9WIVTYbolUgOa2UCuuihi2-7Ce-kkxUrrvAUXoyvw8X1tw4J5Wg== 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 3.174.46.18:80 · www.galera8.com
2026-01-09 10:58
HTTP/1.1 400 Bad Request Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Fri, 09 Jan 2026 10:58:33 GMT X-Cache: Error from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: ocIpYNSVxJ4PTbYTQcLmgQeimE2vOD-V83cP9uZ7-q7WsIKKKXdh4w== Vary: Origin <?xml version="1.0" encoding="UTF-8"?> <Error><Code>InvalidRequest</Code><Message>Requests using x-amz-source-account or x-amz-source-arn must be made over HTTPS and AWS Signature Version 4</Message><RequestId>AVFXF7EPRPZ876RV</RequestId><HostId>EK6loyqAaiGi3Bd9/odLONiwSsEieBQt6zkMJgk7N7gg28eoF8vqPKvgV4EFwZyhog9qkfmNNEg=</HostId></Error>
Open service 3.174.46.18:443 · dev.bposa360.com
2026-01-09 10:56
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2430
Connection: close
Server: nginx/1.18.0 (Ubuntu)
Date: Fri, 09 Jan 2026 10:56:53 GMT
Last-Modified: Fri, 09 Jan 2026 03:18:40 GMT
Accept-Ranges: bytes
ETag: "69607390-97e"
X-Cache: Miss from cloudfront
Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: Q5UT3Uu6F4DszffJYmjMVzfdwLtEKXvcKg07KX7K6EPxPrhKg_GNlA==
Page title: bpoSA360 | Wezmart | Professional Compliance Platform
<!--
=========================================================
* Material Dashboard 2 PRO React - v2.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-pro-react
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1A73E8" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<title>bpoSA360 | Wezmart | Professional Compliance Platform</title>
<meta
name="description"
content="Unlock your work-life blending. Work smarter, live better with our automated regulatory technology platform for compliance professionals like you. Do what you do. Only better."
/>
<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=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""
/>
<link
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
rel="stylesheet"
/>
<script type="module" crossorigin src="/assets/index-Da6sNSn3.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DMOFzMrZ.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Open service 3.174.46.18:80 · 20xwicplay.com
2026-01-09 09:16
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 09:16:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://20xwicplay.com/ X-Cache: Redirect from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: nEhNbhoW5sXZ0HxQTlmmU0-tVRSPUxL0g2tKuiLCMb9IYuixPNd3TA== 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 3.174.46.18:443 · 20xwicplay.com
2026-01-09 09:16
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 12056
Connection: close
Date: Wed, 07 Jan 2026 15:51:23 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "153887f03430ef85dce269755e0af4ca"
Last-Modified: Wed, 07 Jan 2026 13:21:14 GMT
X-Cache: Hit from cloudfront
Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: 2XNS6c7f2rvF8ZZvt8xyl_Kj4CGrSY8y_lTTLM2GFuHvoRkkmil74w==
Age: 149125
Page title: TigerExch - Cricket | Football | Tennis | Live Casino
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
<base href="/">
<title>TigerExch - Cricket | Football | Tennis | Live Casino</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<style type="text/css">@font-face{font-family:'Lato';font-style:italic;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-mPCLC79U11vU.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Lato';font-style:italic;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-oPCLC79U1.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Lato';font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_FQftx9897sxZ.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Lato';font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwftx9897g.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Lato';font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Lato';font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Lato';font-style:italic;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Lato';font-style:italic;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Lato';font-style:italic;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI3wi_FQftx9897sxZ.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Lato';font-style:italic;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v
Open service 3.174.46.18:443 · merchant.sandbox.payeah.xyz
2026-01-09 08:27
HTTP/1.1 307 Temporary Redirect Transfer-Encoding: chunked Connection: close Date: Fri, 09 Jan 2026 08:27:53 GMT Set-Cookie: NEXT_LOCALE=en; Path=/; Expires=Sat, 09 Jan 2027 08:27:53 GMT; Max-Age=31536000; SameSite=lax x-pathname: / Link: <https://merchant.sandbox.payeah.xyz/en>; rel="alternate"; hreflang="en", <https://merchant.sandbox.payeah.xyz/zh_cn>; rel="alternate"; hreflang="zh_cn", <https://merchant.sandbox.payeah.xyz/>; rel="alternate"; hreflang="x-default" Location: /en X-Cache: Miss from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: oJEvRMiAha6Dhhm5EeyVEUk1h-7DvxTxQRbZlbVROcP-sxZTbQsmoQ== /en
Open service 3.174.46.18:80 · merchant.sandbox.payeah.xyz
2026-01-09 08:27
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 08:27:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://merchant.sandbox.payeah.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: GrWxQDysEnfG8rItMUi0ui4y-l7cjW6B6NR4QlfCDJGHsx_9x07csg== 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 3.174.46.18:443 · honeycomb-illustrations.hive-dev.flixbus.com
2026-01-09 07:01
HTTP/1.1 403 Forbidden Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Fri, 09 Jan 2026 07:01:28 GMT X-Cache: Error from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: n2kWZOwNN-Sb2HmJmhhHDSOWQbZk6g0rbHLQdnZTKr6XaCqofYnLgw== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
Open service 3.174.46.18:443 · 463511.com
2026-01-09 06:55
HTTP/1.1 200 OK Content-Type: text/html;charset=UTF-8 Content-Length: 112 Connection: close Date: Fri, 09 Jan 2026 06:55:15 GMT Cache-Control: public, max-age=600 Server: openresty/1.27.1.2 x-who-are-you: zlz-01-zu_bobo1 x-cache-level-first: HIT x-debug-cache-host: 463511.com X-Cache: Hit from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: PGU6cRPb1pJFyvH5WZ5W4Iq8ysLYDwxEymYAl3nS-qzgHQIyoEx-Ew== Age: 3 <html><head><meta http-equiv="refresh" content="0;url=https://www.baidu.com/s?wd=域名未配置"></head></html>
Open service 3.174.46.18:80 · 463511.com
2026-01-09 06:55
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 06:55:17 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://463511.com/ X-Cache: Redirect from cloudfront Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: xtKxAJnm5WeFwQasbbmKtWN4qEHa5hZGS4fGcF1XJ62bpwUMsWRcMw== 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 3.174.46.18:443 · etechlogixprojects.com
2026-01-09 05:47
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 454
Connection: close
Date: Fri, 09 Jan 2026 05:47:11 GMT
Server: Apache/2.4.52 (Ubuntu)
Last-Modified: Fri, 17 Sep 2021 00:32:18 GMT
ETag: "1c6-5cc26104f2880"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: EetQlh3Pfa7xKuprXpUpsMgPt3gFnISIBKnTQJIa1JH931ReB6kTow==
Page title: LM EMR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Publisher" content="Froxlor" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<meta http-equiv="refresh" content="1;url=https://lm.ebemr.com/modules/login/login.php">-->
<title>LM EMR</title>
</head>
<body></body>
</html>
Open service 3.174.46.18:443 · realtorjian.ca
2026-01-09 02:36
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 289 Connection: close Date: Fri, 09 Jan 2026 02:36:52 GMT Last-Modified: Sun, 05 Jan 2025 16:36:22 GMT ETag: "c0410b8d1ef00446a1018d07e1322914" Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 a76fa9726ee874821e5dfb7bf947ffbc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: j29qRmspYnHqJMJ48UxQRxHLmqXyzDsCwjXOT5IkDfww5yxfZ4Eh9Q== Age: 3 Page title: Elevate Ninja <html> <head> <title> Elevate Ninja </title> </head> <body> <h1> Welcome to the greatest website! </h1> <p> Thank you for stopping by! </p> <br> <img src="./images/WallArt.jpg" style="margin: 10px auto 10px auto"/> </body> </html>
Open service 3.174.46.18:80 · realtorjian.ca
2026-01-09 02:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 02:36:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://realtorjian.ca/ X-Cache: Redirect from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 1jo43I9DBMEFZB4LIcU4aoqriwbX3MYKfgRqjFtly9q26hxo5k9Mmg== 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 3.174.46.18:80 · newportleasing.ca
2026-01-09 02:02
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 09 Jan 2026 02:02:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://newportleasing.ca/ X-Cache: Redirect from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 9DoYiIw8itjCvvyzb3cvfLv0SLcuocVcLjFV8Y4Sm9I7P4TJOMYmyQ== 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 3.174.46.18:443 · newportleasing.ca
2026-01-09 02:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Fri, 09 Jan 2026 02:02:39 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: iOhWnNBJkopmWNdb1gHt7KJFMsRrVCGQgIaqzf8OycnWnFRz9a3h6A== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: iOhWnNBJkopmWNdb1gHt7KJFMsRrVCGQgIaqzf8OycnWnFRz9a3h6A== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · radiumtree.com
2026-01-09 00:27
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 202415
Connection: close
Last-Modified: Sat, 04 Oct 2025 23:48:16 GMT
Server: AmazonS3
Date: Fri, 09 Jan 2026 00:28:02 GMT
Cache-Control: public,max-age=0,must-revalidate
ETag: "fd65eacd312033184b3194d0f652dea8"
X-Cache: RefreshHit from cloudfront
Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 2oL7lbW3gnwxqWDnIRN9dIQhqOhdcRLJ6s6PsLdi4145nNSHP2ITIQ==
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="typography.js">html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{font:118.75%/1.58 'Lora',serif;box-sizing:border-box;overflow-y:scroll;}*{box-sizing:inherit;}*:before{box-sizing:inherit;}*:after{box-sizing:inherit;}body{color:hsla(0,0%,0%,0.73);font-family:'Lora',serif;font-weight:400;word-wrap:break-word;font-kerning:normal;-moz-font-feature-settings:"kern", "liga", "clig", "calt";-ms-font-feature-settings:"kern", "liga", "clig", "calt";-webkit-font-feature-settings:"kern", "liga", "clig", "calt";font-feature-settings:"kern", "liga", "clig", "calt";}img{max-width:100%;margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;margin-bottom:1.58rem;}h1{margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;margin-bottom:1.58rem;color:hsla(0,0%,0%,0.9);font-family:'Varela Round',sans-serif;font-weight:400;text-rendering:optimizeLegibility;font-size:2rem;line-height:1.1;}h2{margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;margin-bottom:1.58rem;color:hsla(0,0%,0%,0.9);font-family:'Varela Round',sans-serif;font-weight:400;text-rendering:optimizeLegibility;font-size:1.51572rem;line-height:1.1;}h3{margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;margin-bottom:1.58rem;color:hsla(0,0%,0%,0.9);font-family:'Varela Round',sans-serif;font-weight:400;text-rendering:optimizeLegibility;font-size:1.31951rem;line-height:1.1;}h4{margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;margin-bottom:1.58rem;color:hsla(0,0%,0%,0.9);font-family:'Varela Round',sans-serif;font-weight:400;text-rendering:optimi
Open service 3.174.46.18:443 · www.symbosystems.com
2026-01-07 18:58
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 44817
Connection: close
Last-Modified: Tue, 11 Nov 2025 07:08:20 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 18:58:14 GMT
ETag: "4df25b449ce3de5bfdca8017f7dec714"
X-Cache: Hit from cloudfront
Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: aEJwoGjjTzVEHFh0UdS0VuJ4kSvhncT3B-qVdoz9XZD3vyLT-L7w4Q==
Age: 3
<!-- Load Tailwind CSS from CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- *** FIX: Moved Tailwind config into its own SCRIPT tag *** -->
<script>
/* Define custom color palette for Tailwind */
tailwind.config = {
theme: {
extend: {
colors: {
'navy': {
'700': '#003366', // Brighter, primary navy
'900': '#001f3f' // Darker, for backgrounds
},
'maroon': {
'600': '#C00000', // Brighter, primary maroon
'700': '#A00000' // Darker hover
}
}
}
}
};
</script>
<!-- Custom Styles and Font -->
<style>
/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
/* Apply font to body */
body {
font-family: 'Inter', sans-serif;
}
/* *** REMOVED tailwind.config from here *** */
/* Utility class to hide/show pages */
.page {
display: none; /* All pages are hidden by default */
}
</style>
</head>
<body class="bg-white text-gray-800 antialiased">
<!-- Header & Navigation -->
<header class="bg-white shadow-md sticky top-0 z-50">
<nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-20">
<!-- Logo -->
<a href="#" onclick="showPage('home'); return false;" class="flex items-center space-x-2">
<!-- Simple SVG Logo -->
<svg class="h-8 w-8 text-navy-700" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15.93V6.07l6 4.93-6 4.93z"/>
</svg>
<span class="text-2xl font-bold text-navy-700">SymboSystems LLC</span>
</a>
<!-- Desktop Navigation -->
<div class="hidden md:flex items-center space-x-6">
<a href="#" onclick="showPage('home'); return false;" class="text-gray-600 hover:text-navy-700 font-medium transition duration-150">Home</a>
<a href="#" onclick="showPage('about'); return false;" class="text-gray-600 hover:text-navy-700 font-medium transition duration-150">About</a>
<a href="#" onclick="showPage('buy'); return false;" class="text-gray-600 hover:text-navy-700 font-medium transition duration-150">Buyers</a>
<a href="#" onclick="showPage('sell'); return false;" class="text-gray-600 hover:text-navy-700 font-medium transition duration-150">Sellers</a>
<a href="#" onclick="showPage('contact'); return false;" class="text-gray-600 hover:text-navy-700 font-medium transition duration-150">Contact</a>
<button onclick="showPage('contact');" class="bg-maroon-600 hover:bg-maroon-700 text-white font-bold py-2 px-5 rounded-lg transition duration-150">
Start Now
</button>
</div>
<!-- Mobile Menu Button -->
<div class="md:hidden">
<button id="mobile-menu-button" class="text-navy-700 focus:outline-none">
<svg class="h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path>
</svg>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu (Hidden by default) -->
<div id="mobile-menu" class="md:hidden hidden bg-white shadow-xl">
<a href="#" onclick="showPage('home'); return false;" class="block px-4 py-3 text-gray-700 hover:bg-gray-100 font-medium">Home</a>
<a href="#" onclick="showPage('about'); return false;" class="block px-4 py-3 text-gray-700 hover:bg-gray-100 font-medium">About</a>
<a href="#" onclick="showPage('buy'); return false;" class=
Open service 3.174.46.18:80 · www.symbosystems.com
2026-01-07 18:58
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 18:58:15 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.symbosystems.com/ X-Cache: Redirect from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: tIYkl83Fmq8PFGc0xpHpvTV5t3mI84dj7PZV-ZJ67bXPlc_Eq8eEkQ== 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 3.174.46.18:443 · integration.animoto.com
2026-01-07 16:26
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 765365 Connection: close Accept-Ranges: bytes Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: X-Requested-With, Content-Type, Authorization, x-nextjs-data, x-nextjs-cache, x-forwarded-*, Referer, User-Agent, purpose, x-middleware-prefetch, origin Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Access-Control-Allow-Origin: https://animoto.com Cache-Control: public, max-age=0, must-revalidate Content-Disposition: inline Date: Wed, 07 Jan 2026 16:26:06 GMT ETag: "aec2810085e9d18dba4e5e1474e6d0c9" Referrer-Policy: no-referrer-when-downgrade Server: Vercel Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Content-Type-Options: nosniff X-Frame-Options: DENY X-Matched-Path: / X-Vercel-Cache: HIT X-Vercel-Id: fra1::n8lrc-1767803166134-75551a8f1039 X-Cache: Miss from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: ZLli45TlfZq0Yg1r6GxctQscPHCPdOs_5uMfxxOW8pd-7gkZJKKmpw== Age: 5462 Page title: Free Video Maker | Create & Edit Your Videos Easily - Animoto - Animoto <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8" data-next-head=""/><title data-next-head="">Free Video Maker | Create & Edit Your Videos Easily - Animoto - Animoto</title><meta content="Create, edit, and share videos with our free video maker. Combine your photos, video clips, and music to make quality videos in minutes. Get started free!" name="description" data-next-head=""/><meta content="width=device-width, initial-scale=1.0, viewport-fit=cover" name="viewport" data-next-head=""/><meta content="https://cdn.sanity.io/images/xcatvyn0/production/3d8063781a86ca7d284f17af50f3b7fe016ffd8d-1920x1080.png?rect=0,36,1920,1008&w=1200&h=630&auto=format" name="image" data-next-head=""/><link href="https://animoto.com" rel="canonical" data-next-head=""/><meta content="https://animoto.com" property="og:url" data-next-head=""/><meta content="en_CA" property="og:locale" data-next-head=""/><meta content="website" property="og:type" data-next-head=""/><meta content="Free Video Maker | Create & Edit Your Videos Easily - Animoto - Animoto" property="og:title" data-next-head=""/><meta content="Create, edit, and share videos with our free video maker. Combine your photos, video clips, and music to make quality videos in minutes. Get started free!" property="og:description" data-next-head=""/><meta content="Animoto" property="og:site_name" data-next-head=""/><meta content="https://cdn.sanity.io/images/xcatvyn0/production/3d8063781a86ca7d284f17af50f3b7fe016ffd8d-1920x1080.png?rect=0,36,1920,1008&w=1200&h=630&auto=format" property="og:image" data-next-head=""/><meta content="630" property="og:image:height" data-next-head=""/><meta content="1200" property="og:image:width" data-next-head=""/><meta content="summary_large_image" name="twitter:card" data-next-head=""/><meta content="Free Video Maker | Create & Edit Your Videos Easily - Animoto - Animoto" name="twitter:seoTitle" data-next-head=""/><meta content="Create, edit, and share videos with our free video maker. Combine your photos, video clips, and music to make quality videos in minutes. Get started free!" name="twitter:seoDescription" data-next-head=""/><meta content="https://cdn.sanity.io/images/xcatvyn0/production/3d8063781a86ca7d284f17af50f3b7fe016ffd8d-1920x1080.png?rect=0,36,1920,1008&w=1200&h=630&auto=format" name="twitter:image" data-next-head=""/><link href="https://marketing.animoto.com/favicon/favicon.ico?v=2.0" rel="icon" sizes="32x32" data-next-head=""/><link href="https://marketing.animoto.com/favicon/favicon.svg" rel="icon" type="image/svg+xml" data-next-head=""/><link href="https://marketing.animoto.com/favicon/apple-touch-icon.png" rel="apple-touch-icon" data-next-head=""/><link href="https://marketing.animoto.com/favicon/manifest.webmanifest" rel="manifest" data-next-head=""/><link rel="preload" href="/marketing/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/marketing/_next/static/css/1f65119e1f31da31.css" as="style"/><link rel="stylesheet" href="/marketing/_next/static/css/1f65119e1f31da31.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/marketing/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script defer="" src="/marketing/_next/static/chunks/1083.5e0f69ed5813cebd.js"></script><script defer="" src="/marketing/_next/static/chunks/8202.e25d9c2c52a37a13.js"></script><script defer="" src="/marketing/_next/static/chunks/3176.42b2e297052c30f3.js"></script><script defer="" src="/marketing/_next/static/chunks/2175.114844a57abb3e28.js"></script><script defer="" src="/marketing/_next/static/chunks/9019.e9f72c04cab3184b.js"></script><script defer="" src="/marketing/_next/static/chunks/5045.56494242dc548030.js"></script><script defer="" src="/marketing/_next/static/chunks/2608.6c5b049a25192231.js"></script><script defer="" src="/marketing/_next/static/chunks/6876.6777b65d923392a6.js"></script><script defer="" src="/marketing/_next/static/chunks/2979-32a1edd153021e
Open service 3.174.46.18:80 · integration.animoto.com
2026-01-07 16:26
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 16:26:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://integration.animoto.com/ X-Cache: Redirect from cloudfront Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: OVHHaB1YXpamTq7PPXO0t-wmKJ6t6DRm-lXbJPtyf3kz3UsVRW5GAQ== 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 3.174.46.18:443 · ctd-consulting.co.uk
2026-01-07 12:36
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 9561 Connection: close Last-Modified: Sun, 23 Jan 2022 12:35:26 GMT Accept-Ranges: bytes Server: AmazonS3 Date: Wed, 07 Jan 2026 12:36:20 GMT ETag: "cfd280c9ba31df4ecf06e4803e913969" X-Cache: Hit from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: VWNo591VeQvfHz7F4lSKUBOo7KtC3phGPJgmEg7ch1-w0kNbzHgOhQ== Age: 38436 Page title: CTDC - Cyber Threat Defense Consulting <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta name="description" content=""><meta name="keywords" content=""><meta name="author" content=""><title>CTDC - Cyber Threat Defense Consulting</title><link rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-icon"><link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon.png"><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700|Roboto:400,700" rel="stylesheet"><link rel="stylesheet" type="text/css" href="/assets/dist/style.min.css?v=1.0.0"><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js?v=1.0.0"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js?v=1.0.0"></script> <![endif]--></head><body id="page-top"><div class="loader"><div class="spinner"><div class="cloud1"><img src="/assets/images/clouds/cloud-blue.svg?v=1.0.0" alt=""></div><div class="cloud2"><img src="/assets/images/clouds/cloud-green.svg?v=1.0.0" alt=""></div></div></div><!--<div class="top-header"><div class="container"><div class="row"><div class="col-md-6 col-sm-6 col-xs-12"><ul class="social list-inline ptb10"><li><a href="tel:02038972258">020-8037-2525</a></li><li><a href="https://twitter.com/ctdc_support"><i class="fa fa-twitter"></i></a></li><li><a href="#"><i class="fa fa-linkedin"></i></a></li><li><a href="#"><i class="fa fa-youtube"></i></a></li></ul></div><div class="col-md-6 col-sm-6 col-xs-12"><ul class="top-button ptb10"><li class="login"><a id="modal_trigger" class="btn btn-small btn-border-rev btn-blue" href="https://support.ctd-consulting.co.uk/servicedesk/customer/portal/2" target="_blank"><i class="fa fa-user"></i>Client Area</a></li></ul></div></div></div></div>--><header class="fixed"><nav class="navbar navbar-default navbar-static-top fluid_header centered transparent"><div class="container"><div class="col-md-2 col-sm-3 col-xs-3"><a class="navbar-brand" href="index.html"><img src="/assets/images/Logo-61-final.png" alt="logo"></a></div><div class="col-md-10 col-sm-9 col-xs-9"><div class="navbar-header page-scroll"><button type="button" class="navbar-toggle toggle-menu menu-right push-body" data-toggle="collapse" data-target="#main-nav" aria-expanded="false"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button></div><div class="collapse navbar-collapse pull-right cbp-spmenu cbp-spmenu-vertical cbp-spmenu-right" id="main-nav"><ul class="nav navbar-nav navbar-right onepage-nav"><li class="active"><a href="#home" class="page-scroll" data-wow-delay="0.1s" role="button">home</a></li><li><a href="#about" class="page-scroll" data-wow-delay="0.2s" role="button">about</a></li><li><a href="#services" class="page-scroll" data-wow-delay="0.3s" role="button">solutions</a></li><li><a href="contact.html" class="page-scroll" data-wow-delay="0.7s" role="button">contact</a></li></ul></div></div></div></nav></header><section class="demo1" id="home"><div class="swiper-container fullscreen"><div class="swiper-wrapper"><div class="swiper-slide overlay-black slide1"><div class="slider-content container"><div class="col-md-12"><h2>CYBER THREAT<br>DEFENSE <span class="text-blue">CONSULTING</span></h2><p>Unified Threat Management. Security operations center.<br>Cyber awareness training. Cyber security consulting.</p><div><a href="contact.html" class="btn btn-border btn-blue"><i class="fa fa-star"></i>Get Started Now</a> <a href="#services" class="btn btn-border-rev btn-green">Solutions</a></div></div></div><video class="video-bg" preload="auto" loop="" autoplay="" poster="/assets/video/video.jpg"><source src="/assets/video/video.mp4" type="video/mp4"><source src="/assets/video/video.webm" type="video/webm"><source src="/assets/video/video.ogv" type="video/ogg"></video></div></div><div class="swiper-pagination"></div><div class="swiper-button-pr
Open service 3.174.46.18:80 · ctd-consulting.co.uk
2026-01-07 12:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 12:36:22 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ctd-consulting.co.uk/ X-Cache: Redirect from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: MNUFhz8rIbkRza-xgaCSomIFSlP8BSmU_CMAb-AkEO6p9k0c8-PPcw== 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 3.174.46.18:80 · lastping.me
2026-01-07 08:00
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 08:00:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://lastping.me/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: pYuj6r2IqZNao2T-ZTpQGO5PVZtoPIbE2ME3gMxEg-w2HF-2DhL_vQ== 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 3.174.46.18:443 · lastping.me
2026-01-07 08:00
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2449
Connection: close
Last-Modified: Thu, 01 Jan 2026 03:44:44 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 07:09:11 GMT
ETag: "1371a3ab7c6846e22e0a699c462cc5e0"
X-Cache: Hit from cloudfront
Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: FyCjOuTcGQjwQlAsw7mHChe8KS1W3IQcSlY8y1fM8KHkA5vAYvQiyQ==
Age: 3076
Page title: lastping.me - Your Words, Delivered When You Can't Be
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>lastping.me - Your Words, Delivered When You Can't Be</title>
<meta name="description" content="A dead man's switch for the digital age. Set up periodic check-ins, and if you become unreachable, your messages automatically reach the people who matter most." />
<meta name="keywords" content="dead man's switch, digital legacy, last message, emergency contact, automated messaging" />
<meta name="author" content="lastping.me" />
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lastping.me/" />
<meta property="og:title" content="lastping.me - Your Words, Delivered When You Can't Be" />
<meta property="og:description" content="A dead man's switch for the digital age. Set up periodic check-ins, and if you become unreachable, your messages automatically reach the people who matter most." />
<meta property="og:image" content="https://lastping.me/og-image.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://lastping.me/" />
<meta name="twitter:title" content="lastping.me - Your Words, Delivered When You Can't Be" />
<meta name="twitter:description" content="A dead man's switch for the digital age. Set up periodic check-ins, and if you become unreachable, your messages automatically reach the people who matter most." />
<!-- Canonical URL -->
<link rel="canonical" href="https://lastping.me/" />
<!-- Google Analytics -->
<!-- Replace GA_MEASUREMENT_ID with your actual Google Analytics 4 Measurement ID (e.g., G-XXXXXXXXXX) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID');
</script>
<script type="module" crossorigin src="/assets/index-B_ktvOJq.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CxsanzGL.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 3.174.46.18:80 · jeuxdesprit.ca
2026-01-07 04:52
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 04:52:40 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://jeuxdesprit.ca/ X-Cache: Redirect from cloudfront Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: kHCrpDqOeDz0kqDTmUaU4aMmt5MsHxLKGckN8LRZp1NxkPOgaMwjlw== 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 3.174.46.18:443 · jeuxdesprit.ca
2026-01-07 04:52
HTTP/1.1 301 Moved Permanently Transfer-Encoding: chunked Connection: close Date: Wed, 07 Jan 2026 04:52:39 GMT Set-Cookie: AWSALB=eiF00E66aXbyr8mBX8FIS225kiF+dmi+VBGyYRtWC85XE90yGuChUUscQlpVtHVO6T9BOe43dFGn6k44ST9sXJPoKktoRE/eeYyGuGbsdUynd6tUrNfYV27a+WLI; Expires=Wed, 14 Jan 2026 04:52:39 GMT; Path=/ Set-Cookie: AWSALBCORS=eiF00E66aXbyr8mBX8FIS225kiF+dmi+VBGyYRtWC85XE90yGuChUUscQlpVtHVO6T9BOe43dFGn6k44ST9sXJPoKktoRE/eeYyGuGbsdUynd6tUrNfYV27a+WLI; Expires=Wed, 14 Jan 2026 04:52:39 GMT; Path=/; SameSite=None set-cookie: media=cn2i; Max-Age=31536000; Path=/; HttpOnly; Secure; SameSite=Lax location: /fr X-Cache: Miss from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: lIEne725lu0Oo5061fMn1bYWe3rJpuGwAElNVagIRmWBoFuElPvKgg==
Open service 3.174.46.18:80 · imainsurance.org
2026-01-05 12:55
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 05 Jan 2026 12:55:23 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://imainsurance.org/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 39g2-owwp6-Si_hjUoRRDew-L37xYxv_4YPiaSwGvIBPLd7gVcFARw== X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff 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 3.174.46.18:443 · imainsurance.org
2026-01-05 12:55
HTTP/1.1 403 Forbidden Server: CloudFront Date: Mon, 05 Jan 2026 12:55:22 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: FtMkKMi_xd-IVwC0s_M-wp7i5Lw8GRMlYDNnWbyFI4IoHZ8bgvgCgw== X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000 Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: FtMkKMi_xd-IVwC0s_M-wp7i5Lw8GRMlYDNnWbyFI4IoHZ8bgvgCgw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · 20xwicplay.com
2026-01-05 07:41
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 05 Jan 2026 07:41:19 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://20xwicplay.com/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: lNdWFSMCepDIRYD3ErYx9GmG5NMIvnYnxelZO7C3UcUaQlD6LsCE5Q== 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 3.174.46.18:443 · newportleasing.ca
2026-01-05 03:23
HTTP/1.1 403 Forbidden Server: CloudFront Date: Mon, 05 Jan 2026 03:23:03 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: rjhYHoc5d_B913w6A5NZM11FGGg2iLxqxm9gmJFCQN2W_eUuTqzYww== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: rjhYHoc5d_B913w6A5NZM11FGGg2iLxqxm9gmJFCQN2W_eUuTqzYww== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · midas99.club
2026-01-05 00:13
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 05 Jan 2026 00:13:54 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://midas99.club/ X-Cache: Redirect from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: h9UFdLjQY2pRgX1vROOs-UMNhWolcWGGx6G8MmMv46bTfuGrx26eCA== 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 3.174.46.18:443 · midas99.club
2026-01-05 00:13
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 12233
Connection: close
Date: Fri, 02 Jan 2026 08:50:23 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f2f7a0a0f86b194a95ac6c214f07cae1"
Last-Modified: Fri, 02 Jan 2026 07:38:08 GMT
X-Cache: Hit from cloudfront
Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: -qth8vT7pX9km4UeR2zNPcKgLnASDkVk7v4GAL2EwREc0F0X31FQvQ==
Age: 228211
Page title: Index
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,shrink-to-fit=no"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Index</title>
<base href="/">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link rel="shortcut icon" type="image/jpg" href="assets/img/favicon.png">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<style type="text/css">@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2) format('woff2');unicode-range:U+0370-
Open service 3.174.46.18:80 · kokorokara.store
2026-01-04 13:13
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Sun, 04 Jan 2026 13:13:38 GMT Pragma: no-cache Location: https://www.kokorokara.store/ Server: nginx P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE" Set-Cookie: IMWEBVSSID=9vm44v1qidt2es16cs9h8kbu549u2coe43fp4d08iddv4397su919pa9mi2lq66oce5lscavqnfk55682g7emcef0f8fb9b1ncv09q0; path=/; domain=kokorokara.store; HttpOnly Set-Cookie: al=KR; expires=Sat, 31-Oct-2026 13:13:38 GMT; Max-Age=25920000; path=/; domain=kokorokara.store; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate X-Cache: Miss from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: R2zYHVfc5VlOwhkGysNdsecPFHgLiRe4mdRGGi4LvbAvKnI_j-hQzw==
Open service 3.174.46.18:80 · www.kokorokara.store
2026-01-04 13:13
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Sun, 04 Jan 2026 13:13:38 GMT Pragma: no-cache Location: https://www.kokorokara.store/ Server: nginx P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE" Set-Cookie: IMWEBVSSID=el4j1qsl5s9atdu1ei1kn4u34bfg3mbs6lr5mspeurrl9k54m23geaotauhs079bab30vodh8on5rq0sk49b1kq6likk5isjb825c13; path=/; domain=kokorokara.store; HttpOnly Set-Cookie: al=KR; expires=Sat, 31-Oct-2026 13:13:38 GMT; Max-Age=25920000; path=/; domain=kokorokara.store; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate X-Cache: Miss from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: c7IgsXmWFDcCAPZBKn9liA19-cWe4TbKQjAyA1wGTc11E-L-p6HGVQ==
Open service 3.174.46.18:443 · www.kokorokara.store
2026-01-04 13:13
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Sun, 04 Jan 2026 13:13:38 GMT Cache-Control: no-store, no-cache, must-revalidate Cache-Control: post-check=0, pre-check=0 Pragma: no-cache Server: nginx Vary: Accept-Encoding P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE" Set-Cookie: IMWEBVSSID=r785mbqlri8g3e0ucf47antt7s10gve8446fqotqaofcu5adlhgrdumrbe2e62g9b90617ijirf56uql9ubmi8gdpln35h5m1irgvr3; path=/; SameSite=None; Secure=true; domain=kokorokara.store; HttpOnly Set-Cookie: al=KR; expires=Sat, 31-Oct-2026 13:13:38 GMT; Max-Age=25920000; path=/; domain=kokorokara.store; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT X-Cache: Miss from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: _-3PJP9wfLHDIKsuXDHOWP-XIljD4BmsPSAY4DiX5Q1uE9YYa-n4PA==
Open service 3.174.46.18:443 · kokorokara.store
2026-01-04 13:13
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Sun, 04 Jan 2026 13:13:37 GMT Pragma: no-cache Location: https://www.kokorokara.store/ Server: nginx P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE" Set-Cookie: IMWEBVSSID=qat1bfkm6idqr73r6elq5qvf2ttd7kf16do5idt897r2vua970836r7fqv2i8nk6kp0gd3i82g6eb0gm1raro6i4m8o1slv8rbftrr1; path=/; SameSite=None; Secure=true; domain=kokorokara.store; HttpOnly Set-Cookie: al=KR; expires=Sat, 31-Oct-2026 13:13:37 GMT; Max-Age=25920000; path=/; domain=kokorokara.store; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate X-Cache: Miss from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 1GXZ0_W9zKZiIfEQL8PjeBoNFCAkBuDRYmnD8ZrdZIeJ7pCDp_UwOw==
Open service 3.174.46.18:443 · indiagatewa.com
2026-01-03 23:57
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 20301
Connection: close
Last-Modified: Wed, 18 Jun 2025 07:03:51 GMT
x-amz-version-id: eE.RNHccGK38FQsUFHPtJxNOXKu6mYjP
Server: AmazonS3
Date: Sat, 03 Jan 2026 23:57:13 GMT
ETag: "b20dbb3c6e85318c21386d5b7a9a6e2b"
X-Cache: Hit from cloudfront
Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: ovwj4XsQFvf0DGICW_eajrEZ5gpX2TBKUFh-Jswv4xNaKmsxiPyZbg==
Age: 2516
Page title: Home | India Gate Restaurant
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=6.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Tustin, CA 92780 Indian food for Pickup - Order from India Gate Restaurant in Tustin, CA 92780, phone: 714-730-8996 ">
<meta name="keywords" content="Tustin, CA 92780 Indian food for Pickup Order Indian food for Pickup, Best Indian food for Pickup">
<link rel="shortcut icon" href="/assets/images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="/assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="/assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="/assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-57-precomposed.png">
<title>Home | India Gate Restaurant</title>
<link rel="canonical" href="https://indiagatewa.com">
<link rel="stylesheet" href="/assets/css/main.css"/>
<script>
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
posthog.init('phc_wRTKEH4zhknRP3t80Ttjj05BeWL43PdhQQGpg0mE6OV',{api_host:'https://app.posthog.com'})
</script>
<script>
function copyMigratedWebsite() {
console.log('copy!')
const handleCopy = (e) => {
// clipboardData 可能是 null
if (e.clipboardData) {
e.clipboardData.setData('text/plain', 'https://www.indiagateca.com/bvf5cocr/india-gate-restaurant-tustin-92780/order-online');
}
e.preventDefault();
// removeEventListener 要传入第二个参数
document.removeEventListener('copy', handleCopy);
};
document.addEventListener('copy', handleCopy);
document.execCommand('copy');
}
</script>
</head>
<body>
<section style="display: none;">
<a href="#header" aria-label="skip to navigation">Skip to Navigation</a>
<a href="#main" aria-label="skip to main content">Skip to Main Content</a>
</section>
<header id="header">
<nav class="navbar" aria-label="Navigation">
<ul id="navlinks" class="navbar__container"><li><a class="navbar--link" href="/#home">Home</a></li><li><a class="navbar--link" href="https://www.indiagateca.com/bvf5cocr/india-gate-restaurant-tustin-92780/order-online">Order Online</a></li><li><a class="navbar--link" href="/#contact">Contact Us</a></li></ul>
</nav>
</header>
<main id="main">
<section id="home" class="hero__container">
<div class="hero__sliders-container"><img id="hero-slider1" class="hero--image" loading="lazy" src="/assets/images/slider1.jpg" alt="Chinese Food"><img id="hero-slider2" class="hero--image" loading="lazy" src="/assets/images/slider2.j
Open service 3.174.46.18:80 · indiagatewa.com
2026-01-03 23:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 23:57:14 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://indiagatewa.com/ X-Cache: Redirect from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Fivh8lElyUODyAPuK9fdPl_JEWQiK1lgt2WG7C26mNZSd74wvrN7gQ== 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 3.174.46.18:80 · apsrchrdr.com
2026-01-03 03:16
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 03:16:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://apsrchrdr.com/ X-Cache: Redirect from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: WlV-9KDHXTX6uAX_v-vDscRKE3bnkvBOWJbDnkrYH-5y3MI4B8VTOg== 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 3.174.46.18:443 · apsrchrdr.com
2026-01-03 03:16
HTTP/1.1 302 Found Content-Length: 0 Connection: close accept-ch: Sec-CH-UA, Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Content-DPR, Device-Memory, DPR, Viewport-Width, Width, Downlink, ECT, RTT, Save-Data access-control-allow-origin: * date: Sat, 03 Jan 2026 03:16:29 GMT location: https://www.google.com/search?q= set-cookie: UserId=98CDC5B0-E852-11F0-BA0B-DB54E5133FE6; Domain=apsrchrdr.com; Path=/; Expires=Tue, 01 Jan 2036 03:16:29 GMT set-cookie: UserData=2026-01-03T03%3A16%3A29.707Z; Domain=apsrchrdr.com; Path=/; Expires=Tue, 01 Jan 2036 03:16:29 GMT x-powered-by: Express X-Cache: Miss from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: xDtPWmKyjcezMy-89y7Zpa9VO7f6hVXGcI4wSn_Wgb4F0hySjt8wmw==
Open service 3.174.46.18:443 · treomindbypromake.com
2026-01-02 18:35
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 471
Connection: close
Date: Fri, 02 Jan 2026 18:35:01 GMT
Last-Modified: Tue, 04 Nov 2025 15:33:10 GMT
ETag: "ce8ddf218071ef7d383d5c8c213228c2"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: stmnr7A2B7EuIfzOdAIiY6HTk6O_MNbZA-AYaTDe4FFLHS4hS13EyA==
Page title: Loading...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" id="favicon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loading...</title>
<script type="module" crossorigin src="/assets/index-B6-phpil.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Br0T6bz8.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 3.174.46.18:80 · fureaiigo-net.com
2026-01-02 15:08
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 15:08:00 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://fureaiigo-net.com/ X-Cache: Redirect from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: DVq4ME5h5cSsKjEAiakHTBx7W_cinXcPktLLL1t36353wWTjBufplg== 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 3.174.46.18:443 · fureaiigo-net.com
2026-01-02 15:08
HTTP/1.1 404 Not Found Server: CloudFront Date: Fri, 02 Jan 2026 15:08:00 GMT Content-Length: 0 Connection: close x-block-rule: not-jp X-Cache: Error from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: wte0oNP1uBTmBg7gtOUVHFyZsihQZiWytPIrFRGVYDUvOnt9l6ADoA==
Open service 3.174.46.18:443 · dev.bposa360.com
2026-01-02 14:48
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2430
Connection: close
Server: nginx/1.18.0 (Ubuntu)
Date: Fri, 02 Jan 2026 14:48:14 GMT
Last-Modified: Fri, 02 Jan 2026 09:17:25 GMT
Accept-Ranges: bytes
ETag: "69578d25-97e"
X-Cache: Miss from cloudfront
Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: FeJiIoW2MqHg9GICiaJUpgVN7w5LTMgfRXZxcT4M9W-UAWjRq4hosA==
Page title: bpoSA360 | Wezmart | Professional Compliance Platform
<!--
=========================================================
* Material Dashboard 2 PRO React - v2.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-pro-react
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1A73E8" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<title>bpoSA360 | Wezmart | Professional Compliance Platform</title>
<meta
name="description"
content="Unlock your work-life blending. Work smarter, live better with our automated regulatory technology platform for compliance professionals like you. Do what you do. Only better."
/>
<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=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""
/>
<link
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
rel="stylesheet"
/>
<script type="module" crossorigin src="/assets/index-DIUPyCkF.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BGZr0fGo.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Open service 3.174.46.18:443 · photoinsuranceoptions.com
2026-01-02 12:03
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 12:03:08 GMT Content-Length: 0 Connection: close Location: https://www.photoinsuranceoptions.com/?[object Object] X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: hSJv0B6eoLpjI7rrYcAUIcR2Oehek-UwWAWUBk1QdYr7zWWsrAcuJg== X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000
Open service 3.174.46.18:80 · photoinsuranceoptions.com
2026-01-02 12:03
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 12:03:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://photoinsuranceoptions.com/ X-Cache: Redirect from cloudfront Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: PAl3g-6iGxafmy0jiPI96mU0OtOabbPayxFgx3CQImOcIuOsG_DuZg== X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff 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 3.174.46.18:443 · borrowaboat.com
2026-01-02 07:25
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 07:25:57 GMT Content-Length: 0 Connection: close Location: https://www.borrowaboat.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: jcrchoHYuJFgHQeFaDkkchFyaXyYGSdq10pyghDEeXpRs3DZr_Q4Nw== X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=63113852; includeSubDomains; preload nginx-cache-key: nginx-cache-status:
Open service 3.174.46.18:80 · borrowaboat.com
2026-01-02 07:25
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 07:25:57 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://borrowaboat.com/ X-Cache: Redirect from cloudfront Via: 1.1 849149785eb810a2bb27d4e2bd0d82b4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: U-Q3HVsJOyjzQGzr-0gz6T0lGXWAHuYe_5axuxs6MMGUQPNYLgVWtQ== X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff nginx-cache-key: nginx-cache-status: 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 3.174.46.18:443 · digitaljoegeorge.com
2026-01-02 05:57
HTTP/1.1 301 Redirecting Server: CloudFront Date: Fri, 02 Jan 2026 05:57:54 GMT Content-Length: 0 Connection: close Location: https://www.digitaljoegeorge.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 6Z0ma4NliBekODh2r1tjmt2kLSgeTZU0hpHRcEfe3b9txpE1Jbyvow==
Open service 3.174.46.18:80 · digitaljoegeorge.com
2026-01-02 05:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 05:57:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://digitaljoegeorge.com/ X-Cache: Redirect from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: GVfYOs4OAgUdqj5U1Oeh0Rpopu9bshC_o2tsREkOOOMj1CTFx6xLxg== 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 3.174.46.18:443 · etechlogixprojects.com
2026-01-02 04:50
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 454
Connection: close
Date: Fri, 02 Jan 2026 04:50:29 GMT
Server: Apache/2.4.52 (Ubuntu)
Last-Modified: Fri, 17 Sep 2021 00:32:18 GMT
ETag: "1c6-5cc26104f2880"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 1ykWytdEq2VMkN-c2vGp6aNLFPvPIH4StDHF4xjbp25STARU10eeVw==
Page title: LM EMR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Publisher" content="Froxlor" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<meta http-equiv="refresh" content="1;url=https://lm.ebemr.com/modules/login/login.php">-->
<title>LM EMR</title>
</head>
<body></body>
</html>
Open service 3.174.46.18:443 · autoparts.koch33toyota.com
2026-01-01 22:55
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 01 Jan 2026 22:55:32 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 407be30b827b135816536ec9b41a2f56.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: LnlNQ1s9ceR4P4blJ0Bf5Nfdyt0UGb9JhicHp2dlVkAQuWqNYbYPUA== Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: LnlNQ1s9ceR4P4blJ0Bf5Nfdyt0UGb9JhicHp2dlVkAQuWqNYbYPUA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · 499047.com
2026-01-01 20:35
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 20:35:18 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://499047.com/ X-Cache: Redirect from cloudfront Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: P2uM92mR2v1LB1DMQLhsK73Q-zSCJq6HXwmcTXfnFeMXLnGE7jcaqw== 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 3.174.46.18:443 · 499047.com
2026-01-01 20:35
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Content-Length: 37618
Connection: close
Date: Thu, 01 Jan 2026 20:35:19 GMT
Cache-Control: public, max-age=600
Server: openresty/1.27.1.2
x-who-are-you: zlz-01-zu_bobo1
x-cache-level-first: HIT
x-debug-cache-host: 499047.com
X-Cache: Hit from cloudfront
Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: KMmYG6Ca_jO13N_RRH684LE_v7gyogOxpS2vuYXawxE2updz7e1psw==
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><script src="https://sahjdjvh4rt.tmei765.com/assets/js/vendor/crypto-js/4.1.1/crypto-js.min.js"></script><script src="https://sahjdjvh4rt.tmei765.com/assets/js/vendor/pako/2.0.4/pako.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.png" /></head><body><div style='width: 0;height: 0;display:none'><div><br/><p>标题:青玉案</p><br/><p>作者:苏轼</p><br/><p>三年枕上吴中路。</p><br/><p>遣黄耳、随君去。</p><br/><p>若到松江呼小渡。</p><br/><p>莫惊鸥鹭,四桥尽是,老子经行处。</p><br/><p>辋川图上看春暮。</p><br/><p>常记高人右丞句。</p><br/><p>作个归期天已许。</p><br/><p>春衫犹是,小蛮针线,曾湿西湖雨。</p><br/></div><br/><div><br/><p>标题:高阳台</p><br/><p>作者:韩</p><br/><p>频听银签,重燃绛蜡,年华衮衮惊心。</p><br/><p>饯旧迎新,能消几刻光阴。</p><br/><p>老来可惯通宵饮,待不眠、还怕寒侵。</p><br/><p>掩清尊。</p><br/><p>多谢梅花,伴我微吟。</p><br/><p>邻娃已试春妆了,更蜂腰簇翠,燕股横金。</p><br/><p>勾引东风,也知芳思难禁。</p><br/><p>朱颜那有年年好,逞艳游、赢取如今。</p><br/><p>恣登临。</p><br/><p>残雪楼台,迟日园林。</p><br/></div><br/></div></body><script> var __jVH = '{"_vRgS3W":["eJy1kktuwkAMhq8SzZpkQOpDqhJ6CS5gBpMYMg+NnQB3qbrrvouqNyrn6ACiD7qqmkojjfzL/mz/M6VFgUxPy/MtJC1O988v+8eHt6fXdEp90sqL1Kxsya2ziG2luPFRTCcZGe9UJruAlSILNeptftKaiMtKNSKB77RmaFaLVd9cRSnEIt3eXBfGWw3MKKzJ1noJ/aGyCK5WH20d2ETuCTchdVRZShB0UqkNLaSpFphqMD8Go4wcCUGbs4EWq8kos7Al29lPoWOMxwjmSRir70vJrkVuEOWX0xtmHRLCwwJjkSJ1addfyHPvhSVCKCy5M30ouEVwFl03+NTp9YiP5C9TD0YHlz6b4H84MgeznvmZDwfwfY+RybtqUoyL8bAGQe1oSSYPPnRh6C1C9HVEZkPRtPjT/3eOPXAV","eJytkkFPAjEQhf9KhavtCgiYlcUYrxy8i4fudpYtdNumM7AQw3+3gCa4xpN76/TNfO9lMlkP6WAAKwDqsSpAmfUqIo9pkqCs1mq9q+4DCapBTydjUbg6kYhAmBSIidUFcAQDBYlY91gynxltNyyAyf6HLp2l5wbQ1TB+Da5zvJGkC2e75mKjPQSeb60y0DVcQSm35rzqp102EAMx7RJPUptGW9X5Tk7Dl9AQUDubDcVITE4WbHYW56xfgVQQFlAS+2BKozfykDLrLLAbXXsXSFp6ZEcmtjxqVLpQcxmCa2J/aWDPc4kaUzZ68PsfI2dxFRtTtrUxVJvn93wYGV4qpe2KB72qKGV3Lcq3bGLC3+qR9eMxEVhaaKSX+JTaQmBChnhmBnhuXLE5ey3fxn6/fL9yvCBHfxh+5WnLxzYbvbS37U9/Wk5Mwxu4YHJn1BXnEzOoagU=","eJzFU8tu2zAQ/JWtenGASpYpvyDFKRCg16CH3oKioMiVRYciCXKVOGjy713ZRpug9/YikYvZndHsqIFXKGQkoyzmrfXqAUjDT+i8o/wJzb6nGlpvNXwwQ/CRpKOGe67niZ4t3sB1UtEEuoFHGeFHPxDszq+XF7j/3sCsG50i493sisdOoH5giPZqHNBRoSJKwi8Wp9ssO0/LrhqGFSkqhmY9UUj1fM6VVho9FsoP0+WQPlcSq+1CbkTXrTdKrnCzWGyXK1FVosTttsyaE2V6y7hHutCl2+dvcn8nB/xDfF+y6FQEGRlw5zUWxiWMdIudjzjrh0+QWN3r1Yyf7MLl6/+vDd1y1QotdSnWXbmupOjKUojNVohtVS3b1T+04ZyKgvLgwximg+Io8RAo9tE/5MnJMJVEbv3ex5yOtIAUpGNbtEnByucajLPGXfLYwJPR1NewxOFdCPtLOoUIxwZODe9LhEfKpTV7V4NiBRgbUN76WMPHrusaznXUGPMotRlTDaupqZXqgYWOTjOqxPUaVQPBJzMtrwbZJm9HQibEjpnKcHwninxg+mnQ3/8I8CJ3v9eYZH/Qh8d+GamgAc1mvTptVKaElOaHNE9PJrC8lrVYLAbjeNXZzRuztXkEZblhl138zsBovnw9n2U0Mu+N1ui4GEfMIHqLu0wbye5PgF9lwVmO","eJyVU9tu00AQ/RXLPJtcaB9AsX8Fbe11amXttdZraHlqSEPVFpFWaqHQFKTSgBFpGilCUNE0H9OuL0/9BXbjuOAk3N72zJ45M2d21gKKjQ2AVJkSH8qSAShQgE+xgl3oqHJpEvIoJqAKlRpcVWUXu777kAJHX/aBU51QEMbuzwSh4SLA2YvFYvFWBRCqyhnUEfaggh3FBl7tl1RC8GNP0DSpYliPJB0Bj2M65k1I1E3TtUqBU6aJhgUQ5o0RjKAqG1j3bejQGb1lCAxIZsLUogjK2sJ9NvwUdYL4w7Po8CVrBtFOI6s2r6iOHTqvikWhPRWsElxTPAe4IqkkaxWT50oeXRXtirPiWU/gg9KCu8Izw3Y3+vw63G5ej46iN+vRcDfc2r+5eJ40huHBWdR+F56+D9ubrPeWbR1yAjv5mBwfVZaIVNAkdj5grf7NRT3+sp5s7LLeJneSKgpLwXaqywnh3iUbNbh0OAg4lDKBdsCanbB7ebVWD1s70Yt+PNrgedffTnnR5FUvOT6Iz77G9b1o8J2rJvujq7WnfETCx7znyZkvi2nzAXgucDTeUKUwPklpgFvNB1izOwmkOO6d5DB3n8OsM8zj80Eet/oZ/mujfKPwn94xZaDsNXWMMFHlO6ZZFD9AWyxnI8ldi0vTFNv2zxMTZaa3dh5FoSu0lM022+b/sjuWKGcSs40LX3d1bN+2ntP+7V/JVbonnFCwhKD0A6iO1Js=","eJyNk91q1EAUx18ljhQUbDPJfLebBa+8LfgAMp+7YdNkSaKld5XSqojQC6le1gu1XhQEqdZKfZrG3X0LJ9u0VGnFgWE4Z87v/M9Jzqynph4mIIJwAQSqKI0tvQX6vVoVZsMfpd/D/tnxy+np6f3V1V7ordYz+7DXHL6dHu3PNp9eOn/9/DJ7c9BsHza7z5vTT+f+cJ6j3abfBldjmQdVvZHZBOgiK8rl285Bv0Cf8F7YXveb7S3PmTnzL8DX3RELl/GTF98n+/8ps/nqHLtSY+CD28sEIHDBK6lHg7J4nJvFy1T
Open service 3.174.46.18:443 · pxtdev.com
2026-01-01 13:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7151
Connection: close
Last-Modified: Mon, 22 Dec 2025 04:38:36 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 13:30:38 GMT
ETag: "02c3257af86d472b5a8a02c44e6d23a2"
X-Cache: Hit from cloudfront
Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 0va4xoKcv8hX_G9TC_Nf2_xcKlzqjCxxkmHnTYLVFBqrJ0BH5Qddgw==
<!DOCTYPE html>
<html lang="en" class="lg:h-full">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/kk8.svg" />
<link rel="apple-touch-icon-precomposed" href="/iospwa.png" sizes="180x180" />
<link rel="apple-touch-icon" href="/apple-touch-icon-57x57.png" sizes="57x57" />
<link rel="apple-touch-icon" href="/apple-touch-icon-72x72.png" sizes="72x72" />
<link rel="apple-touch-icon" href="/apple-touch-icon-76x76.png" sizes="76x76" />
<link rel="apple-touch-icon" href="/apple-touch-icon-120x120.png" sizes="120x120" />
<link rel="apple-touch-icon" href="/apple-touch-icon-152x152.png" sizes="152x152" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" />
<link rel="mask-icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgB7ZLPK8NhHMdfX0RxUpjyIyGR8qOU5MBNHLg4SHFwUEpOdlAKF2WUXwcHl0kuDnYgnEy0EKmJk/3M1NYmw6wYPp5tsT9gN/nUp56eer9f78/zfDTaREiiUkiy/oBB2s+hpwVe32D7FEa64OEZMjNgdR9aa6AwBy5dtwx0T6Ol21lZX8LmrlPK6C+oNllEFrZEJtZFnF6RPoPI44tISb9I5EOkdkjkyNMphf1O6ZpbltHN8ZjuN0FlUbyj1BY9DHbE780G0K+C1aFShb6Y14/h8mssGmcTb1BRAPnZ4AvCnR9cPmiqhBs3lOhUdLsybTQSfPcwYxxGl3vApwQSBlXFcVqU1Fwdn7mhAqY24PAK2hsUIO+a44t6nsIR7j2lhMK6mCaV8snJdDWI1Qm75+BWdE0Dhxd2zhTdBtlZsHdSQ2+bmdIiC2smA95AWcxA+1/l5A2+AY6fh5PIDwleAAAAAElFTkSuQmCC" />
<link rel="mask-icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM2SURBVHgB7ZZpSJRRFIafqTEzs6TMVsU2ppoSLctp0VawxYSgxdQKKguEomylhYyK6k+0ku1QYRAR7QthFkWUKdSgKaboiEuKmprOaC5f9+tOjqPOz/DPvPDx3nvOPee8c+89l9EQpih0I3rQzXAKcApwCnAK0PKfYfD/gGHyU7Qu5RizA3iftgazpV+bX9PxKV4fBgejoLoOVh2HnCIY1B/u7ge/wZBhgswC4ZsNpVUwKx5aRYbxvpC0Fzzd4dgduPZC4UbCDkINDzBVaKhvbKSntpjKKh0x27Pb6nU6gtLK1r+FAkbDSG9pOxcHc/zleMsFaG6RYib6iQQig69Y9+yIiBmlxsPVF7B33Q1CgpI5eDGWuTF5RMQWkl+oR+eXzxjfLMcCdD42U/JXOBAlf62KuPNQUAYzJsh5pkmKubxVClJ9USelb05QKuaWYt58jLFma8XdrYEBbt5U/xrkWMAsveScEggPhkPW+MO34flnOQ4cI1ktmCD8YUFyvuywtKmoqXeht6uWU7u3MtX/HVERZwnW15J4ZycVP73aVVTvQLvPVKZ0QlKKze+/WekS8Zfs8yxIeKpktfZTfijzFGNzL+WxSacsOX5N6VjPbgeGD5Tn2RHp323jKWPpEslfbONA/Sv2b4mkss7MvsRoTlw6invfPJaHx+IzNNUuzk6Azkfyt0KIFmdZUSvny0NsawzjJb9Mh20XbfaVobbxhlWbsPxuZNuRJ1x/sJ6kR7tI+RCJxSw6amAmDgUsDZY82FO0VApceGQtOg5CJlpFjpCstuCZh/DJ2lFx4eDqInZweCoeHgW8/bSQNGNYW+7KKnc0igZLwxDHAvR+kvNKJV8R7fTvkdi4EDzcIHSSnOcWS779WrJnX4gwQJ3ZC/VlGen7hiXzE/D2yiZubSTzpl2nujqQrNxFjgVorbO3RsnFFWInrAVWiC0ePQzKa+Q8PVfyrWTbzd+3GurrRmFMS2TuuLHER9/jxJ7FrJx/n6KSUE7fvEdHdHoJ+7hCk+jtpmZ7mwrV3iK+3r0QZwztI9uvUWOnT8ogQFxGs6WFjJzppGfNpCtonP+K6WY4BTgFOAV0u4A/RYZd3f7xF3gAAAAASUVORK5CYII=" />
<link rel="preload" href="/assets/animation/kk8logo/KK8_x_1.png" as="image" />
<link rel="preload" href="/assets/animation/kk8logo/KK8_x_1_2.png" as="image" />
<link rel="preload" href="/assets/animation/kk8logo/KK8_x_1_3.png" as="image" />
<link rel="preload" href="/assets/animation/kk8logo/KK8_x_0_5.png" as="image" />
<meta name="theme-color" content="#0047ff" id="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="google-site-verification" content="Hm6w0QOmwNUREJWSAPfH4hnNSgG7gcgfP2uVrp4S5tc" />
<link rel="stylesheet" href="/fonts.css" />
<meta name="google-site-verification" content="FWPhC35f5SpkfVMp_6DudwoF1bH0mz-gSNItfd-Y2NM" />
<!-- Google tag (gtag.js) -->
<style>
body.standalone {
/* height: 115vh; */
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
const isStandalone =
window.navigator.standalone || (window.matchMedia && window.matchMedia("(display-mode: standalone)").matches);
if (isStandalone) {
document.body.classList.add("standalone");
}
});
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RCW784DHD8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag
Open service 3.174.46.18:80 · pxtdev.com
2026-01-01 13:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 13:30:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://pxtdev.com/ X-Cache: Redirect from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: pDbBsh9JP-D0KsVR5v3vn0Sklt6g2L4yLtMybY8p3j24ld390yoC5A== 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 3.174.46.18:80 · merchant.sandbox.payeah.xyz
2026-01-01 02:03
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 02:03:18 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://merchant.sandbox.payeah.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 2ynMVsk_2MmOs31LkSMb4kDjv82PQ8hMqEXJbjWVk39A5tHWYy1OZA== 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 3.174.46.18:443 · merchant.sandbox.payeah.xyz
2026-01-01 02:03
HTTP/1.1 307 Temporary Redirect Transfer-Encoding: chunked Connection: close Date: Thu, 01 Jan 2026 02:03:19 GMT Set-Cookie: NEXT_LOCALE=en; Path=/; Expires=Fri, 01 Jan 2027 02:03:19 GMT; Max-Age=31536000; SameSite=lax x-pathname: / Link: <https://merchant.sandbox.payeah.xyz/en>; rel="alternate"; hreflang="en", <https://merchant.sandbox.payeah.xyz/zh_cn>; rel="alternate"; hreflang="zh_cn", <https://merchant.sandbox.payeah.xyz/>; rel="alternate"; hreflang="x-default" Location: /en X-Cache: Miss from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Mak1EFrFBvoCJztnUjjEDsrj2SRCvxcvl4VNTZGjtvRqH1b7KtN5Cw== /en
Open service 3.174.46.18:443 · ctd-consulting.co.uk
2026-01-01 00:36
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 9561 Connection: close Date: Wed, 31 Dec 2025 01:21:48 GMT Last-Modified: Sun, 23 Jan 2022 12:35:26 GMT ETag: "cfd280c9ba31df4ecf06e4803e913969" Accept-Ranges: bytes Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Bskhx_mO7M-B4vtA0lt4qyCp8GF4BiaqkzY6wfI-A9UC9YCQf7X4qA== Age: 83704 Page title: CTDC - Cyber Threat Defense Consulting <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta name="description" content=""><meta name="keywords" content=""><meta name="author" content=""><title>CTDC - Cyber Threat Defense Consulting</title><link rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-icon"><link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon.png"><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700|Roboto:400,700" rel="stylesheet"><link rel="stylesheet" type="text/css" href="/assets/dist/style.min.css?v=1.0.0"><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js?v=1.0.0"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js?v=1.0.0"></script> <![endif]--></head><body id="page-top"><div class="loader"><div class="spinner"><div class="cloud1"><img src="/assets/images/clouds/cloud-blue.svg?v=1.0.0" alt=""></div><div class="cloud2"><img src="/assets/images/clouds/cloud-green.svg?v=1.0.0" alt=""></div></div></div><!--<div class="top-header"><div class="container"><div class="row"><div class="col-md-6 col-sm-6 col-xs-12"><ul class="social list-inline ptb10"><li><a href="tel:02038972258">020-8037-2525</a></li><li><a href="https://twitter.com/ctdc_support"><i class="fa fa-twitter"></i></a></li><li><a href="#"><i class="fa fa-linkedin"></i></a></li><li><a href="#"><i class="fa fa-youtube"></i></a></li></ul></div><div class="col-md-6 col-sm-6 col-xs-12"><ul class="top-button ptb10"><li class="login"><a id="modal_trigger" class="btn btn-small btn-border-rev btn-blue" href="https://support.ctd-consulting.co.uk/servicedesk/customer/portal/2" target="_blank"><i class="fa fa-user"></i>Client Area</a></li></ul></div></div></div></div>--><header class="fixed"><nav class="navbar navbar-default navbar-static-top fluid_header centered transparent"><div class="container"><div class="col-md-2 col-sm-3 col-xs-3"><a class="navbar-brand" href="index.html"><img src="/assets/images/Logo-61-final.png" alt="logo"></a></div><div class="col-md-10 col-sm-9 col-xs-9"><div class="navbar-header page-scroll"><button type="button" class="navbar-toggle toggle-menu menu-right push-body" data-toggle="collapse" data-target="#main-nav" aria-expanded="false"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button></div><div class="collapse navbar-collapse pull-right cbp-spmenu cbp-spmenu-vertical cbp-spmenu-right" id="main-nav"><ul class="nav navbar-nav navbar-right onepage-nav"><li class="active"><a href="#home" class="page-scroll" data-wow-delay="0.1s" role="button">home</a></li><li><a href="#about" class="page-scroll" data-wow-delay="0.2s" role="button">about</a></li><li><a href="#services" class="page-scroll" data-wow-delay="0.3s" role="button">solutions</a></li><li><a href="contact.html" class="page-scroll" data-wow-delay="0.7s" role="button">contact</a></li></ul></div></div></div></nav></header><section class="demo1" id="home"><div class="swiper-container fullscreen"><div class="swiper-wrapper"><div class="swiper-slide overlay-black slide1"><div class="slider-content container"><div class="col-md-12"><h2>CYBER THREAT<br>DEFENSE <span class="text-blue">CONSULTING</span></h2><p>Unified Threat Management. Security operations center.<br>Cyber awareness training. Cyber security consulting.</p><div><a href="contact.html" class="btn btn-border btn-blue"><i class="fa fa-star"></i>Get Started Now</a> <a href="#services" class="btn btn-border-rev btn-green">Solutions</a></div></div></div><video class="video-bg" preload="auto" loop="" autoplay="" poster="/assets/video/video.jpg"><source src="/assets/video/video.mp4" type="video/mp4"><source src="/assets/video/video.webm" type="video/webm"><source src="/assets/video/video.ogv" type="video/ogg"></video></div></div><div class="swiper-pagination"></div><div class="swiper-button-pr
Open service 3.174.46.18:80 · ctd-consulting.co.uk
2026-01-01 00:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 00:36:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ctd-consulting.co.uk/ X-Cache: Redirect from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: svyP_tXnWqMVjeSClqVEfP5thaQBk2Awj2NejR-l0qkL8o5gLSHhKg== 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 3.174.46.18:443 · bordewijklaan21.nl
2025-12-31 16:58
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 635070
Connection: close
Last-Modified: Tue, 03 Jun 2025 09:06:34 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 31 Dec 2025 16:58:17 GMT
ETag: "acf17298bec68ae5919f86ca09a9087a"
X-Cache: Hit from cloudfront
Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: oCfQskFvTt90ocV_og-qCSlj7TXaAhmMczomHUbyKxlyY7_p4cNxgQ==
Page title: Te koop: Bordewijklaan 21
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<meta name="author" content="050Wonen">
<meta name="publisher" content="Eerlijk Bieden">
<meta property="description" content="Nieuw in de verkoop, de Bordewijklaan 21. Meer weten, bekijk alle info in deze digitale woningbrochure!">
<meta property="og:title" content="Te koop: Bordewijklaan 21">
<meta property="og:description" content="Nieuw in de verkoop, de Bordewijklaan 21. Meer weten, bekijk alle info in deze digitale woningbrochure!">
<meta name="og:url" content="bordewijklaan21.nl">
<meta property="og:type" content="website">
<meta name="og:image" content="https://miniwebsite-bucket.s3.eu-central-1.amazonaws.com/bordewijklaan21.nl/images/0.jpg">
<link rel="icon" type="image/x-icon" href="https://d1lh1wi2zh960q.cloudfront.net/favicon.png">
<meta property="og:locale" content="nl_NL">
<title inertia>Te koop: Bordewijklaan 21</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=manrope:400,500,600,700,800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<!-- Scripts -->
<head>
<!-- Your code -->
</head>
<script type="text/javascript">
const Ziggy = {"url":"https:\/\/woningwebsite.eerlijkbieden.nl","port":null,"defaults":{},"routes":{"sanctum.csrf-cookie":{"uri":"sanctum\/csrf-cookie","methods":["GET","HEAD"]},"ignition.healthCheck":{"uri":"_ignition\/health-check","methods":["GET","HEAD"]},"ignition.executeSolution":{"uri":"_ignition\/execute-solution","methods":["POST"]},"ignition.updateConfig":{"uri":"_ignition\/update-config","methods":["POST"]},"property.create":{"uri":"api\/property\/create","methods":["POST"]},"api.checkPassword":{"uri":"api\/{domain}\/password-check","methods":["POST"],"parameters":["domain"]},"api.contact":{"uri":"api\/contact","methods":["POST"]},"login":{"uri":"login","methods":["GET","HEAD"]},"password.confirm":{"uri":"confirm-password","methods":["GET","HEAD"]},"password.update":{"uri":"password","methods":["PUT"]},"logout":{"uri":"logout","methods":["POST"]},"dashboard":{"uri":"dashboard","methods":["GET","HEAD"]},"profile.edit":{"uri":"profile","methods":["GET","HEAD"]},"profile.update":{"uri":"profile","methods":["PATCH"]},"profile.destroy":{"uri":"profile","methods":["DELETE"]},"admin.contacts":{"uri":"contacts","methods":["GET","HEAD"]},"admin.websites.index":{"uri":"admin\/websites","methods":["GET","HEAD"]},"admin.brokers.index":{"uri":"admin\/brokers","methods":["GET","HEAD"]},"admin.brokers.stats":{"uri":"admin\/brokers\/stats","methods":["GET","HEAD"]},"admin.websites":{"uri":"admin\/websites\/{id}","methods":["GET","HEAD"],"parameters":["id"]},"admin.websites.clearCaches":{"uri":"admin\/websites\/{id}\/clear-cache","methods":["GET","HEAD"],"parameters":["id"]},"admin.eerlijkbieden":{"uri":"admin\/eerlijkbieden","methods":["GET","HEAD"]},"admin.updateWebsite":{"uri":"admin\/update\/{website_id}","methods":["GET","HEAD"],"parameters":["website_id"]},"admin.cancelDomain":{"uri":"admin\/cancel\/domain\/{id}","methods":["DELETE"],"parameters":["id"]},"admin.language.index":{"uri":"admin\/language","methods":["GET","HEAD"]},"admin.viewLanguage":{"uri":"admin\/language\/{language}","methods":["GET","HEAD"],"parameters":["language"],"bindings":{"language":"id"}},"admin.update_language"
Open service 3.174.46.18:80 · bordewijklaan21.nl
2025-12-31 16:58
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 16:58:16 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://bordewijklaan21.nl/ X-Cache: Redirect from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 9FX0l9QdI2foy-BYNO8Z8dCqTjeRxOCb-vrxOB8rz9m5j5PkHrFD7A== 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 3.174.46.18:80 · bartleygreenmedicalpractice.co.uk
2025-12-31 09:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 09:39:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://bartleygreenmedicalpractice.co.uk/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: m6dVxbpeNgZdYDbggb0lEFh-85_uX5-wEZrnBWFmGEdAGnAikxry0w== 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 3.174.46.18:443 · bartleygreenmedicalpractice.co.uk
2025-12-31 09:39
Open service 3.174.46.18:80 · telepodsee.com
2025-12-31 08:09
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 08:09:30 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: xYxR31yPVSoGoDVPc0OP7TyBcLYfYfBqir6H7XN8oxTgUtxE3maD2w== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: xYxR31yPVSoGoDVPc0OP7TyBcLYfYfBqir6H7XN8oxTgUtxE3maD2w== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · telepodsee.com
2025-12-31 08:09
HTTP/1.1 400 Bad Request Server: CloudFront Date: Wed, 31 Dec 2025 08:09:30 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 22CHvbd13qgSo41s0IsLaLEjgpcT2cjIn67Q1yxxvqpbgVH3EPc-DA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 22CHvbd13qgSo41s0IsLaLEjgpcT2cjIn67Q1yxxvqpbgVH3EPc-DA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · louis-test.unition.life
2025-12-31 07:47
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Server: nginx Date: Wed, 31 Dec 2025 07:47:50 GMT X-Mly-Id: 625fbf320773825c7d6d58f625e7a347 Location: https://service-unavailable.17mybet.com/Redirect/RestrictedPage?cip=146.190.103.103&geo=SG&requestUrl=http://louis-test.unition.life/ Timing-Allow-Origin: * Via: mly inter, 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Cache: Miss from cloudfront X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: -FI6toXnLhrOEUFyY5dybeJul7yGlpgR10CQ3TqnilhbsmfWdS0HwQ==
Open service 3.174.46.18:80 · louis-test.unition.life
2025-12-31 07:47
HTTP/1.1 302 Moved Temporarily Content-Length: 0 Connection: close Server: nginx Date: Wed, 31 Dec 2025 07:47:50 GMT X-Mly-Id: 2a36313555123504fdfae7be8fdd24d4 Location: https://service-unavailable.17mybet.com/Redirect/RestrictedPage?cip=146.190.103.103&geo=SG&requestUrl=http://louis-test.unition.life/ Timing-Allow-Origin: * Via: mly inter, 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Cache: Miss from cloudfront X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 9CfbDuQ_hAdQRJ4MFU33Z7rBIkZD8uxB-3gFrkwMMbifHPJuc4c1OA==
Open service 3.174.46.18:80 · forgelabs.net
2025-12-31 03:02
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 03:03:00 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://forgelabs.net/ X-Cache: Redirect from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: -yzSIpS8tAg5oYKUUwTbgxqhRuk1VzlODrpt2d5VVZYh7YTTouSPHA== 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 3.174.46.18:443 · forgelabs.net
2025-12-31 03:02
HTTP/1.1 301 Redirecting Server: CloudFront Date: Wed, 31 Dec 2025 03:02:58 GMT Content-Length: 0 Connection: close Location: https://www.forgelabs.net/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: twootRnEvGbR3Qr-JDeK2nEBiwAs6fB4jwJERFUbQ25NyhEb0qioPQ==
Open service 3.174.46.18:80 · okeygame.cc
2025-12-31 02:25
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 02:25:58 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://okeygame.cc/ X-Cache: Redirect from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: zHGTiGgqNqTN5B-azPliCa7s9oRLH2yWq-iAoX2yk5WJu3D3mnLBWQ== 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 3.174.46.18:443 · okeygame.cc
2025-12-31 02:25
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 12836
Connection: close
Date: Wed, 31 Dec 2025 02:25:59 GMT
x-amz-meta-ctime: 1766972523.805487019
x-amz-meta-mode: 33188
x-amz-meta-gid: 0
x-amz-meta-uid: 0
x-amz-meta-atime: 1766972523.697904425
x-amz-meta-mtime: 1766972501.376140307
Last-Modified: Mon, 29 Dec 2025 01:42:04 GMT
ETag: "29379dd23642025b221ff16867b89026"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: Tu1Qh6DvPNOPS2REonUuZtySHxRNqfi8LMFi6qCkAQGMm7WDZeOFTQ==
Page title: Loading
<!DOCTYPE html>
<html lang="en" data-beasties-container>
<head>
<meta charset="utf-8">
<title>Loading</title>
<base href="/">
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/icon-32x32.png">
<!-- add to homescreen for ios -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<style>:root{--ion-color-primary:#0054e9;--ion-color-primary-rgb:0, 84, 233;--ion-color-primary-contrast:#fff;--ion-color-primary-contrast-rgb:255, 255, 255;--ion-color-primary-shade:#004acd;--ion-color-primary-tint:#1a65eb;--ion-color-secondary:#0163aa;--ion-color-secondary-rgb:1, 99, 170;--ion-color-secondary-contrast:#fff;--ion-color-secondary-contrast-rgb:255, 255, 255;--ion-color-secondary-shade:#015796;--ion-color-secondary-tint:#1a73b3;--ion-color-tertiary:#6030ff;--ion-color-tertiary-rgb:96, 48, 255;--ion-color-tertiary-contrast:#fff;--ion-color-tertiary-contrast-rgb:255, 255, 255;--ion-color-tertiary-shade:#542ae0;--ion-color-tertiary-tint:#7045ff;--ion-color-success:#2dd55b;--ion-color-success-rgb:45, 213, 91;--ion-color-success-contrast:#000;--ion-color-success-contrast-rgb:0, 0, 0;--ion-color-success-shade:#28bb50;--ion-color-success-tint:#42d96b;--ion-color-warning:#ffc409;--ion-color-warning-rgb:255, 196, 9;--ion-color-warning-contrast:#000;--ion-color-warning-contrast-rgb:0, 0, 0;--ion-color-warning-shade:#e0ac08;--ion-color-warning-tint:#ffca22;--ion-color-danger:#c5000f;--ion-color-danger-rgb:197, 0, 15;--ion-color-danger-contrast:#fff;--ion-color-danger-contrast-rgb:255, 255, 255;--ion-color-danger-shade:#ad000d;--ion-color-danger-tint:#cb1a27;--ion-color-light:#f4f5f8;--ion-color-light-rgb:244, 245, 248;--ion-color-light-contrast:#000;--ion-color-light-contrast-rgb:0, 0, 0;--ion-color-light-shade:#d7d8da;--ion-color-light-tint:#f5f6f9;--ion-color-medium:#636469;--ion-color-medium-rgb:99, 100, 105;--ion-color-medium-contrast:#fff;--ion-color-medium-contrast-rgb:255, 255, 255;--ion-color-medium-shade:#57585c;--ion-color-medium-tint:#737478;--ion-color-dark:#222428;--ion-color-dark-rgb:34, 36, 40;--ion-color-dark-contrast:#fff;--ion-color-dark-contrast-rgb:255, 255, 255;--ion-color-dark-shade:#1e2023;--ion-color-dark-tint:#383a3e}html{--ion-dynamic-font:-apple-system-body;--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}@media (prefers-color-scheme: dark){:root{--ion-color-primary:#4d8dff;--ion-color-primary-rgb:77, 141, 255;--ion-color-primary-contrast:#000;--ion-color-
Open service 3.174.46.18:443 · snijdersberg13.nl
2025-12-31 01:41
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 650195
Connection: close
Last-Modified: Mon, 19 May 2025 08:54:22 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 31 Dec 2025 01:41:27 GMT
ETag: "8cdcb592492a23ca945f350430c904a8"
X-Cache: Hit from cloudfront
Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 6T0vz1aItiih0PY9dR076fg0H8WB-Xv9HJ6mk6ZOfsjDmbzr7Dn1qw==
Page title: Te koop: Snijdersberg 13
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<meta name="author" content="Visie Makelaardij">
<meta name="publisher" content="Eerlijk Bieden">
<meta property="description" content="Nieuw in de verkoop, de Snijdersberg 13. Meer weten, bekijk alle info in deze digitale woningbrochure!">
<meta property="og:title" content="Te koop: Snijdersberg 13">
<meta property="og:description" content="Nieuw in de verkoop, de Snijdersberg 13. Meer weten, bekijk alle info in deze digitale woningbrochure!">
<meta name="og:url" content="snijdersberg13.nl">
<meta property="og:type" content="website">
<meta name="og:image" content="https://miniwebsite-bucket.s3.eu-central-1.amazonaws.com/snijdersberg13.nl/images/0.jpg%3Fportalid%3D10383%26check%3Dapi_sha256%253A3dc59ae2fd80d3787918e71a1f4d8c84d6b89972bfd94f94ad1d6a96fd8be5f4%26resize%3D4">
<link rel="icon" type="image/x-icon" href="https://d1lh1wi2zh960q.cloudfront.net/favicon.png">
<meta property="og:locale" content="nl_NL">
<title inertia>Te koop: Snijdersberg 13</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=manrope:400,500,600,700,800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<!-- Scripts -->
<head>
<!-- Your code -->
</head>
<script type="text/javascript">
const Ziggy = {"url":"https:\/\/woningwebsite.eerlijkbieden.nl","port":null,"defaults":{},"routes":{"sanctum.csrf-cookie":{"uri":"sanctum\/csrf-cookie","methods":["GET","HEAD"]},"ignition.healthCheck":{"uri":"_ignition\/health-check","methods":["GET","HEAD"]},"ignition.executeSolution":{"uri":"_ignition\/execute-solution","methods":["POST"]},"ignition.updateConfig":{"uri":"_ignition\/update-config","methods":["POST"]},"property.create":{"uri":"api\/property\/create","methods":["POST"]},"api.checkPassword":{"uri":"api\/{domain}\/password-check","methods":["POST"],"parameters":["domain"]},"api.contact":{"uri":"api\/contact","methods":["POST"]},"login":{"uri":"login","methods":["GET","HEAD"]},"password.confirm":{"uri":"confirm-password","methods":["GET","HEAD"]},"password.update":{"uri":"password","methods":["PUT"]},"logout":{"uri":"logout","methods":["POST"]},"dashboard":{"uri":"dashboard","methods":["GET","HEAD"]},"profile.edit":{"uri":"profile","methods":["GET","HEAD"]},"profile.update":{"uri":"profile","methods":["PATCH"]},"profile.destroy":{"uri":"profile","methods":["DELETE"]},"admin.contacts":{"uri":"contacts","methods":["GET","HEAD"]},"admin.websites.index":{"uri":"admin\/websites","methods":["GET","HEAD"]},"admin.brokers.index":{"uri":"admin\/brokers","methods":["GET","HEAD"]},"admin.brokers.stats":{"uri":"admin\/brokers\/stats","methods":["GET","HEAD"]},"admin.websites":{"uri":"admin\/websites\/{id}","methods":["GET","HEAD"],"parameters":["id"]},"admin.websites.clearCaches":{"uri":"admin\/websites\/{id}\/clear-cache","methods":["GET","HEAD"],"parameters":["id"]},"admin.eerlijkbieden":{"uri":"admin\/eerlijkbieden","methods":["GET","HEAD"]},"admin.updateWebsite":{"uri":"admin\/update\/{website_id}","methods":["GET","HEAD"],"parameters":["website_id"]},"admin.cancelDomain":{"uri":"admin\/cancel\/domain\/{id}","methods":["DELETE"],"parameters":["id"]},"admin.language.index":{"uri":"admin\/language","methods":["GET","HEAD"]},"admin.viewLanguage":{"uri":"admin\/l
Open service 3.174.46.18:80 · snijdersberg13.nl
2025-12-31 01:41
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 01:41:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://snijdersberg13.nl/ X-Cache: Redirect from cloudfront Via: 1.1 60b4a5085a39ab80fa3602a95fb5aa9e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: FCaX2yZ1FqF6AKr66v3sBPnAenJVi_-qhhkqpjpcaxuxn7Y3UTaQYg== 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 3.174.46.18:443 · caiogomes.dev
2025-12-31 01:08
HTTP/1.1 400 Bad Request Server: CloudFront Date: Wed, 31 Dec 2025 01:08:29 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: g5Hj7Rdwhnc2Q9Q-qfeVmV1NCpuFk053LQOuYwKDVa_9MY-hUSc5aQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: g5Hj7Rdwhnc2Q9Q-qfeVmV1NCpuFk053LQOuYwKDVa_9MY-hUSc5aQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · caiogomes.dev
2025-12-31 01:08
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 01:08:29 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 4qeRu_8PqjNrVylzEQr23b57LsFWdQBA4GGm0fuciWlNJPgRRRn3CQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 4qeRu_8PqjNrVylzEQr23b57LsFWdQBA4GGm0fuciWlNJPgRRRn3CQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · sakiwedding.com
2025-12-30 16:32
HTTP/1.1 404 Not Found Server: CloudFront Date: Tue, 30 Dec 2025 16:32:39 GMT Content-Length: 0 Connection: close x-block-rule: not-jp X-Cache: Error from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Gz7bzhiXOV1Zhx58zG5qlIRPs1yF_UswnhkAv1NAU-KhrepY9Z5Psw==
Open service 3.174.46.18:80 · sakiwedding.com
2025-12-30 16:32
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 16:32:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://sakiwedding.com/ X-Cache: Redirect from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: MEal2O_eO5MgMGFQWAVETpCyZKLeQTUneOpq54svD13xIkWGRy0p9g== 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 3.174.46.18:443 · okeygame.fun
2025-12-30 15:52
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 12836
Connection: close
Date: Tue, 30 Dec 2025 15:52:36 GMT
x-amz-meta-ctime: 1766972523.805487019
x-amz-meta-mode: 33188
x-amz-meta-gid: 0
x-amz-meta-uid: 0
x-amz-meta-atime: 1766972523.697904425
x-amz-meta-mtime: 1766972501.376140307
Last-Modified: Mon, 29 Dec 2025 01:42:04 GMT
ETag: "29379dd23642025b221ff16867b89026"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: s5HOfP8vc8ohqzidi0U40OydVthtHHSJsakkM6UDwCVt8tHGImah7A==
Page title: Loading
<!DOCTYPE html>
<html lang="en" data-beasties-container>
<head>
<meta charset="utf-8">
<title>Loading</title>
<base href="/">
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/icon-32x32.png">
<!-- add to homescreen for ios -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<style>:root{--ion-color-primary:#0054e9;--ion-color-primary-rgb:0, 84, 233;--ion-color-primary-contrast:#fff;--ion-color-primary-contrast-rgb:255, 255, 255;--ion-color-primary-shade:#004acd;--ion-color-primary-tint:#1a65eb;--ion-color-secondary:#0163aa;--ion-color-secondary-rgb:1, 99, 170;--ion-color-secondary-contrast:#fff;--ion-color-secondary-contrast-rgb:255, 255, 255;--ion-color-secondary-shade:#015796;--ion-color-secondary-tint:#1a73b3;--ion-color-tertiary:#6030ff;--ion-color-tertiary-rgb:96, 48, 255;--ion-color-tertiary-contrast:#fff;--ion-color-tertiary-contrast-rgb:255, 255, 255;--ion-color-tertiary-shade:#542ae0;--ion-color-tertiary-tint:#7045ff;--ion-color-success:#2dd55b;--ion-color-success-rgb:45, 213, 91;--ion-color-success-contrast:#000;--ion-color-success-contrast-rgb:0, 0, 0;--ion-color-success-shade:#28bb50;--ion-color-success-tint:#42d96b;--ion-color-warning:#ffc409;--ion-color-warning-rgb:255, 196, 9;--ion-color-warning-contrast:#000;--ion-color-warning-contrast-rgb:0, 0, 0;--ion-color-warning-shade:#e0ac08;--ion-color-warning-tint:#ffca22;--ion-color-danger:#c5000f;--ion-color-danger-rgb:197, 0, 15;--ion-color-danger-contrast:#fff;--ion-color-danger-contrast-rgb:255, 255, 255;--ion-color-danger-shade:#ad000d;--ion-color-danger-tint:#cb1a27;--ion-color-light:#f4f5f8;--ion-color-light-rgb:244, 245, 248;--ion-color-light-contrast:#000;--ion-color-light-contrast-rgb:0, 0, 0;--ion-color-light-shade:#d7d8da;--ion-color-light-tint:#f5f6f9;--ion-color-medium:#636469;--ion-color-medium-rgb:99, 100, 105;--ion-color-medium-contrast:#fff;--ion-color-medium-contrast-rgb:255, 255, 255;--ion-color-medium-shade:#57585c;--ion-color-medium-tint:#737478;--ion-color-dark:#222428;--ion-color-dark-rgb:34, 36, 40;--ion-color-dark-contrast:#fff;--ion-color-dark-contrast-rgb:255, 255, 255;--ion-color-dark-shade:#1e2023;--ion-color-dark-tint:#383a3e}html{--ion-dynamic-font:-apple-system-body;--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}@media (prefers-color-scheme: dark){:root{--ion-color-primary:#4d8dff;--ion-color-primary-rgb:77, 141, 255;--ion-color-primary-contrast:#000;--ion-color-
Open service 3.174.46.18:80 · okeygame.fun
2025-12-30 15:52
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 15:52:35 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://okeygame.fun/ X-Cache: Redirect from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Kax0xKeu78fGazfyRX6ixNkKAPjSY7FFRAShBnOsLSnYvBwt0MGWfw== 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 3.174.46.18:80 · okeygame.vip
2025-12-30 15:25
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 15:25:23 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://okeygame.vip/ X-Cache: Redirect from cloudfront Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: enlTW2_FhHEHSrz68n8QfhvksFKB0dxgtdv2oyqSInrKBWi5ricGfg== 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 3.174.46.18:443 · okeygame.vip
2025-12-30 15:25
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 12836
Connection: close
Date: Tue, 30 Dec 2025 15:25:23 GMT
x-amz-meta-ctime: 1766972523.805487019
x-amz-meta-mode: 33188
x-amz-meta-gid: 0
x-amz-meta-uid: 0
x-amz-meta-atime: 1766972523.697904425
x-amz-meta-mtime: 1766972501.376140307
Last-Modified: Mon, 29 Dec 2025 01:42:04 GMT
ETag: "29379dd23642025b221ff16867b89026"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: X8p5Y5fO9IpnKSn913QrFjhN_3RR1X_t7McRZ7jQUaGTRo7s1jJnqw==
Page title: Loading
<!DOCTYPE html>
<html lang="en" data-beasties-container>
<head>
<meta charset="utf-8">
<title>Loading</title>
<base href="/">
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/icon-32x32.png">
<!-- add to homescreen for ios -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<style>:root{--ion-color-primary:#0054e9;--ion-color-primary-rgb:0, 84, 233;--ion-color-primary-contrast:#fff;--ion-color-primary-contrast-rgb:255, 255, 255;--ion-color-primary-shade:#004acd;--ion-color-primary-tint:#1a65eb;--ion-color-secondary:#0163aa;--ion-color-secondary-rgb:1, 99, 170;--ion-color-secondary-contrast:#fff;--ion-color-secondary-contrast-rgb:255, 255, 255;--ion-color-secondary-shade:#015796;--ion-color-secondary-tint:#1a73b3;--ion-color-tertiary:#6030ff;--ion-color-tertiary-rgb:96, 48, 255;--ion-color-tertiary-contrast:#fff;--ion-color-tertiary-contrast-rgb:255, 255, 255;--ion-color-tertiary-shade:#542ae0;--ion-color-tertiary-tint:#7045ff;--ion-color-success:#2dd55b;--ion-color-success-rgb:45, 213, 91;--ion-color-success-contrast:#000;--ion-color-success-contrast-rgb:0, 0, 0;--ion-color-success-shade:#28bb50;--ion-color-success-tint:#42d96b;--ion-color-warning:#ffc409;--ion-color-warning-rgb:255, 196, 9;--ion-color-warning-contrast:#000;--ion-color-warning-contrast-rgb:0, 0, 0;--ion-color-warning-shade:#e0ac08;--ion-color-warning-tint:#ffca22;--ion-color-danger:#c5000f;--ion-color-danger-rgb:197, 0, 15;--ion-color-danger-contrast:#fff;--ion-color-danger-contrast-rgb:255, 255, 255;--ion-color-danger-shade:#ad000d;--ion-color-danger-tint:#cb1a27;--ion-color-light:#f4f5f8;--ion-color-light-rgb:244, 245, 248;--ion-color-light-contrast:#000;--ion-color-light-contrast-rgb:0, 0, 0;--ion-color-light-shade:#d7d8da;--ion-color-light-tint:#f5f6f9;--ion-color-medium:#636469;--ion-color-medium-rgb:99, 100, 105;--ion-color-medium-contrast:#fff;--ion-color-medium-contrast-rgb:255, 255, 255;--ion-color-medium-shade:#57585c;--ion-color-medium-tint:#737478;--ion-color-dark:#222428;--ion-color-dark-rgb:34, 36, 40;--ion-color-dark-contrast:#fff;--ion-color-dark-contrast-rgb:255, 255, 255;--ion-color-dark-shade:#1e2023;--ion-color-dark-tint:#383a3e}html{--ion-dynamic-font:-apple-system-body;--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}@media (prefers-color-scheme: dark){:root{--ion-color-primary:#4d8dff;--ion-color-primary-rgb:77, 141, 255;--ion-color-primary-contrast:#000;--ion-color-
Open service 3.174.46.18:443 · tizzaplay.com
2025-12-30 12:23
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Tue, 30 Dec 2025 12:23:55 GMT X-Cache: Error from cloudfront Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: q389bhMnvqf5mewYakayNd5LiwsEuS57-19wnTAKzFOkYGdNO-dxNw== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>tizzaplay.com/index.html</Key><RequestId>1CDEVS22F623CARG</RequestId><HostId>MCTb+WcvztK28g5vhyNE2FWcP7Hr6VmTHAHxkx9B5IlLb8hYxU/EizEh06YKK09TdHYuBA2rzN+M1CS9gYMf9BrCwLyQbrB+</HostId></Error>
Open service 3.174.46.18:80 · tizzaplay.com
2025-12-30 12:23
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Tue, 30 Dec 2025 12:23:55 GMT X-Cache: Error from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: _ZXgBdAuaega4xqcu43Zk5A15OH45bQWCH1ihoQBATXV3yWtPWYO3A== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>tizzaplay.com/index.html</Key><RequestId>1CDEAYK2N60P0D9N</RequestId><HostId>ZAJVuChkJ6h6/Zp7FUcVjjn8Y9n//UU9oDuzZDRm5aDs9NFgG9q5EkUTntjd6YEYXS2hrzoTj+J4ZmMM8/uLAKU4gixODwN7</HostId></Error>
Open service 3.174.46.18:80 · digitaljoegeorge.com
2025-12-30 09:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 30 Dec 2025 09:56:22 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://digitaljoegeorge.com/ X-Cache: Redirect from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Y5kexKLTqVfIjHWgpSYzXs4ubUiNluW3A2PpJ6bgzbaP2JE6ABL0eg== 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 3.174.46.18:443 · digitaljoegeorge.com
2025-12-30 09:56
HTTP/1.1 301 Redirecting Server: CloudFront Date: Tue, 30 Dec 2025 09:56:21 GMT Content-Length: 0 Connection: close Location: https://www.digitaljoegeorge.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Eh5YYeJDXfVjdJ5EHQKmUnV5c_A6lByvemDlT17nSOwWSwKn2cpS0A==
Open service 3.174.46.18:443 · autoparts.koch33toyota.com
2025-12-30 06:25
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 06:25:38 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: tGRnJkWM9-hNvZ29j2F-1AmBekqJP8Bqkhy37BS0HVlvdxkg9BDiIg== Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: tGRnJkWM9-hNvZ29j2F-1AmBekqJP8Bqkhy37BS0HVlvdxkg9BDiIg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · illuslot.vip
2025-12-30 02:44
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 02:44:36 GMT Content-Type: text/html Content-Length: 986 Connection: close X-Cache: Error from cloudfront Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: tNdOfnkanz6YnqmmnzKdIIEAHWs31q_5-_ELf2muwBULMupRiRFLjA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> The Amazon CloudFront distribution is configured to block access from your country. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: tNdOfnkanz6YnqmmnzKdIIEAHWs31q_5-_ELf2muwBULMupRiRFLjA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · illuslot.vip
2025-12-30 02:44
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 02:44:36 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: n3RIdOmiVMkxJQe3s9aOvKQTgQr0zTTcZ174GskpxETTeA2tEeFg8Q== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: n3RIdOmiVMkxJQe3s9aOvKQTgQr0zTTcZ174GskpxETTeA2tEeFg8Q== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · besame.fm
2025-12-24 00:39
HTTP/1.1 301 Moved Permanently Content-Type: text/html Content-Length: 169 Connection: close Date: Wed, 24 Dec 2025 00:39:43 GMT Location: https://www.besame.fm/ Server: nginx/1.18.0 X-Cache: Hit from cloudfront Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 1oSwH69I3-0TCgelJNPY-aZz8_d0ey593OtKEyfaEj1Uf7F5hMOiew== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
Open service 3.174.46.18:80 · besame.fm
2025-12-24 00:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 24 Dec 2025 00:39:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://besame.fm/ X-Cache: Redirect from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: jjF4BOnoWHVIFMSco3gbAS-KOvU1YK2pzlK3LqkwxU_TEwMDJshjKA== 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 3.174.46.18:443 · combatmaze.com
2025-12-23 15:55
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Tue, 23 Dec 2025 15:55:43 GMT X-Cache: Error from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Y0dnX34svq8egvhlllC9xGyXBg7SPV4EQsQsmVZkOM4eaN1UpqOOQQ== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>combatmaze.com/index.html</Key><RequestId>WV4THEDNCN41S2SP</RequestId><HostId>o3E7Mg75GuKTZ95ZziYhsaISMJxBtL+PfTJ0xhHXeH8lRpGezSkqiw29yKhf0U0P1qhyHN722Wk=</HostId></Error>
Open service 3.174.46.18:80 · combatmaze.com
2025-12-23 15:55
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Tue, 23 Dec 2025 15:55:43 GMT X-Cache: Error from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: itBmtEPfdeRBEXjc8yMa-ixv3rcRwtnLPeDt5dYKPYh8aZtg1BRGdQ== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>combatmaze.com/index.html</Key><RequestId>RRME4MJ0JQRZ73S4</RequestId><HostId>8hCKLW2sAkjUY529c5IjToM55aJEUURjklrK+Ia5fY1cj5V+i2b1NLehFkJC/Q2WiHCCjfv2W8wmWWFJ+swafUOmCGpehdjZ</HostId></Error>
Open service 3.174.46.18:443 · genshindle.com
2025-12-23 15:14
HTTP/1.1 429 Too Many Requests Server: CloudFront Date: Tue, 23 Dec 2025 15:14:38 GMT Content-Length: 0 Connection: close X-Cache: Error from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Fjo08bw-U9R7Thd_26pAAu9N9QSgBlyviZnCavZYHJFRjWQConb77w==
Open service 3.174.46.18:80 · genshindle.com
2025-12-23 15:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 23 Dec 2025 15:14:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://genshindle.com/ X-Cache: Redirect from cloudfront Via: 1.1 a76fa9726ee874821e5dfb7bf947ffbc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: iTCwsc76fFKWInQp7yitEDlfLHxOtTqokc8DOMHai81br7frtUkPPg== 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 3.174.46.18:80 · testff123.whirlpoolgroup.fr
2025-12-23 10:09
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 23 Dec 2025 10:09:06 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://testff123.whirlpoolgroup.fr/ X-Cache: Redirect from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: WY4EOwnLCR7sX_3I8yMTb9R9Qsmsry1QbMjuo7ZqspAlduxXABxWcw== 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 3.174.46.18:443 · achievingpersonalgreatness.com
2025-12-23 07:58
HTTP/1.1 301 Redirecting Server: CloudFront Date: Tue, 23 Dec 2025 07:58:41 GMT Content-Length: 0 Connection: close Location: https://www.achievingpersonalgreatness.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: bgMYxW2RMCzsyHzctv5Kzo-urjWrdc_XjprlTWxPay6INsam0xB8Ww==
Open service 3.174.46.18:80 · achievingpersonalgreatness.com
2025-12-23 07:58
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Tue, 23 Dec 2025 07:58:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://achievingpersonalgreatness.com/ X-Cache: Redirect from cloudfront Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: GKyLBhhBQOZxn3mngKk1-WFdC2_KjoVl7VyOnt5PgABYXsmv_TfnLw== 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 3.174.46.18:443 · warzonechasers.com
2025-12-23 04:42
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Tue, 23 Dec 2025 04:42:42 GMT X-Cache: Error from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: pQj0A17re-IZ21xT99ymEWXmXAaMnJ7o3T_pOfSKN1NDxSK9YQ1C2Q== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>warzonechasers.com/index.html</Key><RequestId>TZ5WJX5H1S2GAM37</RequestId><HostId>JaMTkmwj3tsZoI8LIv9QsvYXe+mzx+067MV0AcPe9F8pLTsJO/BGmGi7wlLKvBSBb9+1qCdjZ34=</HostId></Error>
Open service 3.174.46.18:80 · warzonechasers.com
2025-12-23 04:42
HTTP/1.1 404 Not Found Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Tue, 23 Dec 2025 04:42:41 GMT X-Cache: Error from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: U-Gk2rL7HIJp7CibI8dbeApUoe2Zm78IBb-NeOxbIKFZG98H0mVYoQ== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>warzonechasers.com/index.html</Key><RequestId>42ND7HB51NCJ947C</RequestId><HostId>X0hG8iuQGpL9haTxan/sfJqPAox/mQ/Cyjx9D5Nz2BhWwnn/FaxP8ljuz161a5E5pHmatmogl2o1ADSMoXIufYFHx23R+Yyd</HostId></Error>
Open service 3.174.46.18:443 · dev.bposa360.com
2025-12-22 20:38
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2430
Connection: close
Server: nginx/1.18.0 (Ubuntu)
Date: Mon, 22 Dec 2025 20:38:18 GMT
Last-Modified: Thu, 18 Dec 2025 04:23:55 GMT
Accept-Ranges: bytes
ETag: "694381db-97e"
X-Cache: Miss from cloudfront
Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: GZfFQ961qXqi5cXkNYXpRLH6xVGiWNbzFmqxrYnodq09wQakHtNp8A==
Page title: bpoSA360 | Wezmart | Professional Compliance Platform
<!--
=========================================================
* Material Dashboard 2 PRO React - v2.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-pro-react
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1A73E8" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<title>bpoSA360 | Wezmart | Professional Compliance Platform</title>
<meta
name="description"
content="Unlock your work-life blending. Work smarter, live better with our automated regulatory technology platform for compliance professionals like you. Do what you do. Only better."
/>
<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=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""
/>
<link
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
rel="stylesheet"
/>
<script type="module" crossorigin src="/assets/index-DBIdaLpn.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BbKh_kBp.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Open service 3.174.46.18:443 · etechlogixprojects.com
2025-12-22 18:16
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 454
Connection: close
Date: Mon, 22 Dec 2025 18:16:32 GMT
Server: Apache/2.4.52 (Ubuntu)
Last-Modified: Fri, 17 Sep 2021 00:32:18 GMT
ETag: "1c6-5cc26104f2880"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: XubUBx4cTU-JLjX1ZFpNduY0RDJ73tlEZLkv3G3Mo66FlVjLiD25jA==
Page title: LM EMR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Publisher" content="Froxlor" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<meta http-equiv="refresh" content="1;url=https://lm.ebemr.com/modules/login/login.php">-->
<title>LM EMR</title>
</head>
<body></body>
</html>
Open service 3.174.46.18:80 · hostingpics.net
2025-12-22 15:44
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 15:44:06 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://hostingpics.net/ X-Cache: Redirect from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: duThM3PR_pX08Yfh---lsJveP2IZEZO_g7gujhcAzs2WaH6OPQikFg== 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 3.174.46.18:443 · hostingpics.net
2025-12-22 15:44
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 116443
Connection: close
Server: nginx/1.18.0 (Ubuntu)
Date: Mon, 22 Dec 2025 15:44:06 GMT
X-Powered-By: Express
Cache-Control: public, max-age=0
ETag: W/"1c6db-xsviCI5PAojXMLPsYejwd9BBWHk"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: BMqlCZ17q62ciLBTNobAFlfPHZI9JRuSt65rQNAyPozDFhphP9Famg==
Page title: Actualité photo/high-tech/lifestyle - HostingPics.net
<!DOCTYPE html>
<html lang="fr" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Actualité photo/high-tech/lifestyle - HostingPics.net</title>
<link rel="preconnect" href="https://hostingpics.net">
<link rel="preload" as="style" href="/assets/css/style.min.css?v=a2cd4a91a2">
<link rel="preload" as="script" href="/assets/js/app.bundle.min.js?v=a2cd4a91a2">
<script>
if(typeof(Storage) !== 'undefined') {
let themeMode = document.documentElement.getAttribute('data-theme');
if (themeMode !== null && themeMode === 'system') {
setSysPrefColor();
}
const theme = localStorage.getItem('selected-theme');
if (theme == 'light') {
setColorScheme('light');
}
else if (theme == 'dark') {
setColorScheme('dark');
}
}
function setSysPrefColor() {
if(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches){
setColorScheme('dark');
}
window.matchMedia('(prefers-color-scheme: dark)').addListener(e => {
if (e.matches) {
setColorScheme('dark');
} else {
setColorScheme('light');
}
});
}
function setColorScheme(scheme) {
if (scheme=='dark') {
document.documentElement.setAttribute('data-theme', 'dark');
} else {
document.documentElement.removeAttribute('data-theme');
}
}
</script>
<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=Inter:wght@400;700&display=swap" rel="preload stylesheet" as="style" onload="this.rel='stylesheet'">
<style>:root{--font-title: 'Inter', sans-serif;}</style>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="preload stylesheet" as="style" onload="this.rel='stylesheet'">
<style>:root{--font-body: 'Inter', sans-serif;}</style>
<link href="/assets/css/style.min.css?v=a2cd4a91a2" rel="stylesheet">
<style>
:root {
--gradient-color-one: var(--ghost-accent-color);
--gradient-color-two: #d697fc;
}
</style>
<meta name="description" content="Retrouvez les dernières actualités et dossiers sur nos thématiques photo, high-tech, lifestyle et voyage sur HostingPics.net">
<link rel="canonical" href="https://hostingpics.net/">
<meta name="referrer" content="no-referrer-when-downgrade">
<link rel="next" href="https://hostingpics.net/page/2/">
<meta property="og:site_name" content="Actualité photo/high-tech/lifestyle - HostingPics.net">
<meta property="og:type" content="website">
<meta property="og:title" content="Actualité photo/high-tech/lifestyle - HostingPics.net">
<meta property="og:description" content="Retrouvez les dernières actualités et dossiers sur nos thématiques photo, high-tech, lifestyle et voyage sur HostingPics.net">
<meta property="og:url" content="https://hostingpics.net/">
<meta property="og:image" content="https://static.ghost.org/v3.0.0/images/publication-cover.png">
<meta property="article:publisher" content="https://www.facebook.com/ghost">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Actualité photo/high-tech/lifestyle - HostingPics.net">
<meta name="twitter:description" content="Retrouvez les dernières actualités et dossiers sur nos thématiques photo, high-tech, lifestyle et voyage sur HostingPics.net">
<meta name="twitter:url" content="https://hostingpics.net/">
<meta name="twitter:image" content="https://static.ghost.org/v3.0.0/images/publication-cover.png">
<meta name="twitter:site" content="@ghost">
<meta property="og:image:w
Open service 3.174.46.18:80 · flippertaps.com
2025-12-22 12:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 12:57:22 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://flippertaps.com/ X-Cache: Redirect from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: CF_ax6THzen3LSrciOl40unILwJtbakeG5cLo2tHFuETz6sR12nU-A== 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 3.174.46.18:443 · flippertaps.com
2025-12-22 12:57
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 1450
Connection: close
Date: Sun, 21 Dec 2025 20:59:53 GMT
Last-Modified: Sat, 02 Sep 2023 10:59:27 GMT
ETag: "cb6c6718dad90a7f97ca75b69704bb29"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 60b4a5085a39ab80fa3602a95fb5aa9e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: gT_xmfd10YpI6OCjwEa2r1J7M8_8Nacx60QrcC18-LfiB6vTbaqvDg==
Age: 57450
Page title: Flipper Taps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flipper Taps</title>
<link rel="icon" type="image/x-icon" href="img/favicon.png">
<link rel="stylesheet" href="css/style.css">
<script type='text/javascript' src='js/script.js'></script>
<link rel="preload" href="img/Kitchen-Taps-Silver.jpg" as="image">
<link rel="preload" href="img/Kitchen-Taps-Black.jpg" as="image">
<link rel="preload" href="img/Kitchen-Taps-Gold.jpg" as="image">
<link rel="preload" href="img/tap_1_mobile.jpg" as="image">
<link rel="preload" href="img/tap_2_mobile.jpg" as="image">
<link rel="preload" href="img/tap_3_mobile.jpg" as="image">
<link rel="preload" href="img/flipper_logo_desktop.svg" as="image">
<link rel="preload" href="img/flipper_logo_mobile.svg" as="image">
<link rel="preload" href="img/f_logo_desktop.svg" as="image">
<link rel="preload" href="img/f_logo_mobile.svg" as="image">
</head>
<body>
<div id="main">
<div class="info">
<p>To purchase flipper contact</p>
<a href="mailto:hello@flippertaps.com?subject=Flipper Taps Enquiry">hello@flippertaps.com</a>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</body>
</html>
Open service 3.174.46.18:80 · shop.kobetea.co.jp
2025-12-22 09:37
HTTP/1.1 403 Forbidden Server: CloudFront Date: Mon, 22 Dec 2025 09:37:46 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: JgE7dKxZqN4s-Zamd8LbAh8zcqXSJ3khpsFzYDmJbV6TZEUZAGLIaA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: JgE7dKxZqN4s-Zamd8LbAh8zcqXSJ3khpsFzYDmJbV6TZEUZAGLIaA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · shop.kobetea.co.jp
2025-12-22 09:37
HTTP/1.1 403 Forbidden Server: CloudFront Date: Mon, 22 Dec 2025 09:37:47 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: LnbuyhInf6p6S_dNaL7BGBtt09k2ECSHRR7q2JcctS8zLjTL9quG3g== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: LnbuyhInf6p6S_dNaL7BGBtt09k2ECSHRR7q2JcctS8zLjTL9quG3g== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · www.translucia.com
2025-12-22 08:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 08:24:13 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.translucia.com/ X-Cache: Redirect from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: CTbOa_CUTjY3ze0WZBihPEzNpjLM0BEqhGt_MRv71_uD_G9UGiIuDA== 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 3.174.46.18:443 · www.translucia.com
2025-12-22 08:24
HTTP/1.1 200 OK Content-Type: text/html;charset=utf-8 Content-Length: 77420 Connection: close Date: Mon, 22 Dec 2025 08:24:14 GMT Apigw-Requestid: V-z3YiO9SQ0EPzA= Origin-Agent-Cluster: ?1 x-dns-prefetch-control: off X-Permitted-Cross-Domain-Policies: none X-Powered-By: Nuxt strict-transport-security: max-age=15552000; includeSubDomains x-frame-options: SAMEORIGIN Cross-Origin-Opener-Policy: same-origin Cross-Origin-Embedder-Policy: require-corp content-security-policy: base-uri 'self'; font-src 'self' https: data:; form-action 'self'; frame-ancestors 'self'; img-src 'self' data:; object-src 'none'; script-src-attr 'none'; style-src 'self' https: 'unsafe-inline'; upgrade-insecure-requests referrer-policy: no-referrer X-Download-Options: noopen x-xss-protection: 1 Cross-Origin-Resource-Policy: same-origin x-content-type-options: nosniff access-control-allow-origin: * X-Cache: Miss from cloudfront Via: 1.1 60b4a5085a39ab80fa3602a95fb5aa9e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: iasTYFQ27qeALf2gqrG1Khqb-I2biF_55WOE0-emidIlFPg3gF2ClQ== Page title: Welcome to <!DOCTYPE html> <html > <head><meta charset="utf-8"> <title>Welcome to</title> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no"> <meta name="Translucia" content="Translucia"> <meta name="robots" content="all"> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" async="" data-cbid="e31afd36-1441-4d91-9243-ea385d9f711b" data-blockingmode="auto" type="text/javascript"></script> <meta name="description" content="The home of happiness. An engine for change. Here, our purpose is to help you accomplish your aspirations and achieve your personal brand of happiness. Ignite the spark within you, unbounded and unrestrained by the limitations of reality. Pursue your true purpose and live your best legacy; this infinite universe is here to make it happen. The Light of Translucia Awaits Yours"> <meta property="og:type" content="website"> <meta property="og:title" content="Welcome to"> <meta property="og:image" content="https://translucia.com/static/images/translucia-social-logo.jpg"> <meta property="og:image:alt" content="Translucia"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta property="og:description" content="The home of happiness. An engine for change. Here, our purpose is to help you accomplish your aspirations and achieve your personal brand of happiness. Ignite the spark within you, unbounded and unrestrained by the limitations of reality. Pursue your true purpose and live your best legacy; this infinite universe is here to make it happen. The Light of Translucia Awaits Yours"> <meta property="og:url" content="https://translucia.com"> <meta property="twitter:title" content="Welcome to"> <meta property="twitter:image" content="https://translucia.com/static/images/translucia-social-logo.jpg"> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:creator" content="Translucia Co., Ltd"> <link rel="canonical" href="https://translucia.com"> <link rel="alternate" hreflang="th" href="https://translucia.com/th"> <link rel="alternate" hreflang="zh" href="https://translucia.com/zh"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/entry.4b2c4e9a.js"><link rel="preload" as="style" href="/_nuxt/entry.ac921112.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.6f77f9ed.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/speaker-x-mark.c33b328e.js"><link rel="preload" as="style" href="/_nuxt/speaker-x-mark.06810073.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.3e7c939c.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/uid.f9fa3ea1.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.89422888.js"><link rel="preload" as="style" href="/_nuxt/index.420f4f9a.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.5b990e13.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/classes.1610d9e6.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/default.505ff3e2.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/size.e9292e5e.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/routes.fb3cd894.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/TBackgroundTextOutline.b7ff19bb.js"><link rel="preload" as="style" href="/_nuxt/TBackgroundTextOutline.ca81a151.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.4c7c0dc2.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/breakpoints.0837b02f.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/capitalizeFirst.a9e0fe4a.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.d86e3e68.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.abc8debc.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/SButton.vue.794df040.js"><link rel="preload" as="style" href="/_nuxt/SButton.94d69e8b.css"><link rel="modulepreload" as="script" crossorigin hre
Open service 3.174.46.18:80 · translucia.com
2025-12-22 08:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 08:24:13 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://translucia.com/ X-Cache: Redirect from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: s6YLv_8gO3Z5_JIhem1EMkUbuesZfRESMNVyzHwRYTYGeyRkEtif5g== 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 3.174.46.18:443 · translucia.com
2025-12-22 08:24
HTTP/1.1 200 OK Content-Type: text/html;charset=utf-8 Content-Length: 77420 Connection: close Date: Mon, 22 Dec 2025 08:24:14 GMT Apigw-Requestid: V-z3YiyTSQ0EM3Q= Cross-Origin-Resource-Policy: same-origin Cross-Origin-Embedder-Policy: require-corp referrer-policy: no-referrer strict-transport-security: max-age=15552000; includeSubDomains X-Permitted-Cross-Domain-Policies: none x-xss-protection: 1 x-dns-prefetch-control: off Cross-Origin-Opener-Policy: same-origin content-security-policy: base-uri 'self'; font-src 'self' https: data:; form-action 'self'; frame-ancestors 'self'; img-src 'self' data:; object-src 'none'; script-src-attr 'none'; style-src 'self' https: 'unsafe-inline'; upgrade-insecure-requests Origin-Agent-Cluster: ?1 x-frame-options: SAMEORIGIN X-Powered-By: Nuxt x-content-type-options: nosniff X-Download-Options: noopen access-control-allow-origin: * X-Cache: Miss from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 4oWP6Bw9xK34bkIxk4mYbUMifpZkQq0n5LQIc-phUPwaFt-uB31yNw== Page title: Welcome to <!DOCTYPE html> <html > <head><meta charset="utf-8"> <title>Welcome to</title> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no"> <meta name="Translucia" content="Translucia"> <meta name="robots" content="all"> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" async="" data-cbid="e31afd36-1441-4d91-9243-ea385d9f711b" data-blockingmode="auto" type="text/javascript"></script> <meta name="description" content="The home of happiness. An engine for change. Here, our purpose is to help you accomplish your aspirations and achieve your personal brand of happiness. Ignite the spark within you, unbounded and unrestrained by the limitations of reality. Pursue your true purpose and live your best legacy; this infinite universe is here to make it happen. The Light of Translucia Awaits Yours"> <meta property="og:type" content="website"> <meta property="og:title" content="Welcome to"> <meta property="og:image" content="https://translucia.com/static/images/translucia-social-logo.jpg"> <meta property="og:image:alt" content="Translucia"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta property="og:description" content="The home of happiness. An engine for change. Here, our purpose is to help you accomplish your aspirations and achieve your personal brand of happiness. Ignite the spark within you, unbounded and unrestrained by the limitations of reality. Pursue your true purpose and live your best legacy; this infinite universe is here to make it happen. The Light of Translucia Awaits Yours"> <meta property="og:url" content="https://translucia.com"> <meta property="twitter:title" content="Welcome to"> <meta property="twitter:image" content="https://translucia.com/static/images/translucia-social-logo.jpg"> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:creator" content="Translucia Co., Ltd"> <link rel="canonical" href="https://translucia.com"> <link rel="alternate" hreflang="th" href="https://translucia.com/th"> <link rel="alternate" hreflang="zh" href="https://translucia.com/zh"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/entry.4b2c4e9a.js"><link rel="preload" as="style" href="/_nuxt/entry.ac921112.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.6f77f9ed.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/speaker-x-mark.c33b328e.js"><link rel="preload" as="style" href="/_nuxt/speaker-x-mark.06810073.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.3e7c939c.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/uid.f9fa3ea1.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.89422888.js"><link rel="preload" as="style" href="/_nuxt/index.420f4f9a.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.5b990e13.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/classes.1610d9e6.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/default.505ff3e2.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/size.e9292e5e.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/routes.fb3cd894.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/TBackgroundTextOutline.b7ff19bb.js"><link rel="preload" as="style" href="/_nuxt/TBackgroundTextOutline.ca81a151.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.4c7c0dc2.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/breakpoints.0837b02f.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/capitalizeFirst.a9e0fe4a.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.d86e3e68.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/index.abc8debc.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/SButton.vue.794df040.js"><link rel="preload" as="style" href="/_nuxt/SButton.94d69e8b.css"><link rel="modulepreload" as="script" crossorigin hre
Open service 3.174.46.18:443 · autoparts.koch33toyota.com
2025-12-22 07:34
HTTP/1.1 403 Forbidden Server: CloudFront Date: Mon, 22 Dec 2025 07:34:04 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: SuOYt1MdY1xb7xgMKYNNIiDMb0py-SK2HE96HQGDDaqa6RZJ75kFJg== Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: SuOYt1MdY1xb7xgMKYNNIiDMb0py-SK2HE96HQGDDaqa6RZJ75kFJg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · www.underarmour.com.br
2025-12-22 07:12
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Mon, 22 Dec 2025 07:12:36 GMT X-VTEX-Cache-Server: ip-10-203-75-181.ec2.internal X-VTEX-Cache-Time: 0.000 Server: nginx Cache-Control: public, max-age=619, s-maxage=60, stale-while-revalidate=1200, stale-if-error=3600 ETag: "BA7C8A04D70B8F65CD5DF8706C93AE19" X-VTEX-Janus-Router-Backend-App: io-production-vstore-group-3-1d-s4m X-Router-Cache: MISS X-Vtex-Io-Cluster-Id: prod-dj-iostore-eks-use1d-s4m X-Frame-Options: SAMEORIGIN x-vtex-product: store x-vtex-renderer: render@8 x-vtex-etag-control: public, max-age=619 Link: <https://underarmourbr.vtexassets.com>; rel="dns-prefetch",<https://underarmourbr.vtexassets.com>; rel="preconnect"; crossorigin,<https://www.google-analytics.com>; rel="dns-prefetch",<https://www.googletagmanager.com>; rel="dns-prefetch",<https://connect.facebook.net>; rel="dns-prefetch" X-Vtex-Router-Elapsed-Time: 00:00:00.1295933 X-Request-ID: b4f99fbfba7b4092901516b52d27dd1d X-Vtex-Router-Version: 9.17.17 X-Vtex-Backend-Elapsed-Time: 00:00:00.1267491 X-VTEX-Cache-Status: HIT X-Powered-By-VTEX-Cache: 2.6.1 Vary: Accept-Encoding,accept-encoding X-Cache: Hit from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: -DpIME-aJdWuH1eMyH7Zmv-lyh50e0v2bTcUaP7sD_CDs0rhXawRBA==
Open service 3.174.46.18:80 · www.underarmour.com.br
2025-12-22 07:12
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:12:36 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.underarmour.com.br/ X-Cache: Redirect from cloudfront Via: 1.1 60b4a5085a39ab80fa3602a95fb5aa9e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 6FZqGOVuxyA6_AT9Zjp9ZneI9xuJuv5_qudT6ylWINS6KG0eNI3bVQ== 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 3.174.46.18:443 · brandnexity.com
2025-12-22 06:23
HTTP/1.1 301 Redirecting to apex domain Server: CloudFront Date: Mon, 22 Dec 2025 06:23:43 GMT Content-Length: 0 Connection: close Location: https://www.brandnexity.com/ X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 849149785eb810a2bb27d4e2bd0d82b4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: LFYzuj2equtajctsTrhvwyaP52afWzj4VieP66uy9TqCEY6CIatM-w==
Open service 3.174.46.18:80 · brandnexity.com
2025-12-22 06:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 06:23:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://brandnexity.com/ X-Cache: Redirect from cloudfront Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: RMaJtQgIleTJ0-e6Om3IcOTBJyr21xA-u1FqTeeYvHCUjG3Yaw4vvQ== 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 3.174.46.18:80 · iq.mc-page-conditions-double.staging.dat.com
2025-12-22 05:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:24:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://iq.mc-page-conditions-double.staging.dat.com/ X-Cache: Redirect from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: DV7uxr02I-SM2vjFf7MAXRmfnlRyD1iKS75UdPlnjzB3CWMd9Dqbhw== 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 3.174.46.18:443 · iq.mc-page-conditions-double.staging.dat.com
2025-12-22 05:24
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4431
Connection: close
Date: Mon, 22 Dec 2025 05:24:53 GMT
Last-Modified: Thu, 18 Dec 2025 15:06:23 GMT
ETag: "0597cd36607b525c7368b2e92278fff4"
x-amz-server-side-encryption: AES256
Cache-Control: no-cache,no-store,must-revalidate
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: pFlBCotJ6lS-RYjZC1_LTZ1RtY6tf0OBhJj2akPd8j1g18YxrHal1w==
Page title: DAT iQ Don't Guess. Know.
<!DOCTYPE html>
<html>
<head>
<base href="/"/>
<title>DAT iQ Don't Guess. Know.</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<style>
@keyframes tire-bounce {
0% {
transform: rotate(0);
bottom: 0px;
}
50% {
transform: rotate(180deg);
bottom: 15px;
}
100% {
transform: rotate(360deg);
bottom: 0px;
}
}
@keyframes shadow-bounce {
0% {
bottom: 0;
height: 10px;
opacity: 1;
width: 32px;
}
50% {
bottom: -5px;
height: 5px;
opacity: 0.4;
width: 14px;
}
100% {
bottom: 0;
height: 10px;
opacity: 1;
width: 32px;
}
}
.datiq-init__container--loader {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
padding-top: 15vh;
}
.datiq-init__loader {
position: relative;
height: 80px;
}
.datiq-init__loader__animation {
display: flex;
justify-content: center;
}
.datiq-init__loader__wheel-container {
}
.datiq-init__loader--wheel {
height: 50px;
width: 50px;
background-image: url('./assets/lg-tires.svg');
background-repeat: none;
background-size: 100%;
position: absolute;
animation: tire-bounce 1.3s linear infinite;
}
.datiq-init__loader--shadow {
background: radial-gradient(50% 50%, #000 0%, white 100%);
height: 10px;
width: 44px;
animation: shadow-bounce 1.3s linear infinite;
}
.datiq-init__loader--message {
font-family: Sequel Sans, Helvetica, Arial, Sans-Serif;
font-size: 14px;
color: #192129;
display: inline-block;
margin-bottom: 60px;
}
</style>
<!-- Start of Nice inContact CXone Widget script -->
<script type="text/javascript" src="https://home-c37.nice-incontact.com/inContact/ChatClient/js/embed.min.js"></script>
<!-- End of Nice inContact CXone Widget script -->
<!-- Sumo Code -->
<script async="">
(function (s, u, m, o, j, v) {
j = u.createElement(m);
v = u.getElementsByTagName(m)[0];
j.async = 1;
j.src = o;
j.dataset.sumoSiteId =
'79156172ada9663f0e0173662dbd028e02ccc1c696e8ee7bbbc8a44d6a4d6276';
v.parentNode.insertBefore(j, v);
})(window, document, 'script', '//load.sumo.com/');
</script>
<!-- /.Sumo Code -->
<link rel="stylesheet" href="styles.2e3b9ce96cdf95f9.css"></head>
<body>
<datiq-root>
<div class="datiq-init__container--loader">
<div class="datiq-init__loader">
<span class="datiq-init__loader--message">
Loading DAT iQ...
</span>
<div class="datiq-init__loader__animation datiq-init__loader__wheel-container">
<div class="datiq-init__loader--wheel"></div>
</div>
<div class="datiq-init__loader__animation datiq-init__loader__shadow-container">
<div class="datiq-init__loader--shadow"></div>
</div>
</div>
</div>
</datiq-root>
<script type="text/javascript">
niceInContact = function (key) {
window.openLiveChat = !!window?.openLiveChat
? window?.openLiveChat
: {};
window.openLiveChat[key] = function (
context,
pointOfContact,
businessUnit,
niceInContactBaseUrl
) {
var niceInContactChatClient = niceInContactBaseUrl
.replace('{0}', pointOfContact)
.replace('{1}', businessUnit)
.replace('{2}', context.FullName)
.replace('{3}', context.UserName)
.replace('{4}', context.Email)
.replace('{5}', context.ContactPhone)
.replace('{6}', window.location.href);
var baseWindowOptions =
'location=no, menubar=no, status=no, resizable=no, height={0}, width={1}, top={2}, left={3}';
var width = 410;
var height = 700;
var top =
window.outerHeight / 2 + window.screenY - height / 2;
var left =
window.outerWidth / 2 + window.screenX - width / 2;
var windowOptions = baseWindowOptions
.replace('{0}', height)
.replace('{1}', widt
Open service 3.174.46.18:443 · iq.mc-page-conditions-double-staging.staging.dat.com
2025-12-22 05:24
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4431
Connection: close
Date: Mon, 22 Dec 2025 05:24:53 GMT
Last-Modified: Thu, 18 Dec 2025 15:06:23 GMT
ETag: "0597cd36607b525c7368b2e92278fff4"
x-amz-server-side-encryption: AES256
Cache-Control: no-cache,no-store,must-revalidate
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: pr_Bt8v_x2cFcqW7aCQ1ge3ZKUcpK7ccMI7FjodNTfPDnojT30ZteA==
Page title: DAT iQ Don't Guess. Know.
<!DOCTYPE html>
<html>
<head>
<base href="/"/>
<title>DAT iQ Don't Guess. Know.</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<style>
@keyframes tire-bounce {
0% {
transform: rotate(0);
bottom: 0px;
}
50% {
transform: rotate(180deg);
bottom: 15px;
}
100% {
transform: rotate(360deg);
bottom: 0px;
}
}
@keyframes shadow-bounce {
0% {
bottom: 0;
height: 10px;
opacity: 1;
width: 32px;
}
50% {
bottom: -5px;
height: 5px;
opacity: 0.4;
width: 14px;
}
100% {
bottom: 0;
height: 10px;
opacity: 1;
width: 32px;
}
}
.datiq-init__container--loader {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
padding-top: 15vh;
}
.datiq-init__loader {
position: relative;
height: 80px;
}
.datiq-init__loader__animation {
display: flex;
justify-content: center;
}
.datiq-init__loader__wheel-container {
}
.datiq-init__loader--wheel {
height: 50px;
width: 50px;
background-image: url('./assets/lg-tires.svg');
background-repeat: none;
background-size: 100%;
position: absolute;
animation: tire-bounce 1.3s linear infinite;
}
.datiq-init__loader--shadow {
background: radial-gradient(50% 50%, #000 0%, white 100%);
height: 10px;
width: 44px;
animation: shadow-bounce 1.3s linear infinite;
}
.datiq-init__loader--message {
font-family: Sequel Sans, Helvetica, Arial, Sans-Serif;
font-size: 14px;
color: #192129;
display: inline-block;
margin-bottom: 60px;
}
</style>
<!-- Start of Nice inContact CXone Widget script -->
<script type="text/javascript" src="https://home-c37.nice-incontact.com/inContact/ChatClient/js/embed.min.js"></script>
<!-- End of Nice inContact CXone Widget script -->
<!-- Sumo Code -->
<script async="">
(function (s, u, m, o, j, v) {
j = u.createElement(m);
v = u.getElementsByTagName(m)[0];
j.async = 1;
j.src = o;
j.dataset.sumoSiteId =
'79156172ada9663f0e0173662dbd028e02ccc1c696e8ee7bbbc8a44d6a4d6276';
v.parentNode.insertBefore(j, v);
})(window, document, 'script', '//load.sumo.com/');
</script>
<!-- /.Sumo Code -->
<link rel="stylesheet" href="styles.2e3b9ce96cdf95f9.css"></head>
<body>
<datiq-root>
<div class="datiq-init__container--loader">
<div class="datiq-init__loader">
<span class="datiq-init__loader--message">
Loading DAT iQ...
</span>
<div class="datiq-init__loader__animation datiq-init__loader__wheel-container">
<div class="datiq-init__loader--wheel"></div>
</div>
<div class="datiq-init__loader__animation datiq-init__loader__shadow-container">
<div class="datiq-init__loader--shadow"></div>
</div>
</div>
</div>
</datiq-root>
<script type="text/javascript">
niceInContact = function (key) {
window.openLiveChat = !!window?.openLiveChat
? window?.openLiveChat
: {};
window.openLiveChat[key] = function (
context,
pointOfContact,
businessUnit,
niceInContactBaseUrl
) {
var niceInContactChatClient = niceInContactBaseUrl
.replace('{0}', pointOfContact)
.replace('{1}', businessUnit)
.replace('{2}', context.FullName)
.replace('{3}', context.UserName)
.replace('{4}', context.Email)
.replace('{5}', context.ContactPhone)
.replace('{6}', window.location.href);
var baseWindowOptions =
'location=no, menubar=no, status=no, resizable=no, height={0}, width={1}, top={2}, left={3}';
var width = 410;
var height = 700;
var top =
window.outerHeight / 2 + window.screenY - height / 2;
var left =
window.outerWidth / 2 + window.screenX - width / 2;
var windowOptions = baseWindowOptions
.replace('{0}', height)
.replace('{1}', widt
Open service 3.174.46.18:80 · iq.mc-page-conditions-double-staging.staging.dat.com
2025-12-22 05:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:24:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://iq.mc-page-conditions-double-staging.staging.dat.com/ X-Cache: Redirect from cloudfront Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: nxhqV-vejjN2Mxie1C5snpq2DsZf2FMrGKwdXk2UaPyThqKnuzlbSQ== 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 3.174.46.18:443 · gamma-fe.multi-entity.paragon.amazon.dev
2025-12-22 05:17
HTTP/1.1 403 Forbidden
Content-Type: text/html; charset=utf-8
Content-Length: 8069
Connection: close
Date: Mon, 22 Dec 2025 05:17:52 GMT
Last-Modified: Wed, 17 Dec 2025 16:20:50 GMT
ETag: "072b3a7f7229571d88ba716b2cea34c1"
x-amz-server-side-encryption: AES256
Cache-Control: no-store
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Error from cloudfront
Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: mAuFXBb3cm55cLdCpHNIQ1xp5vDoaq-1FvFttqBur1ODxSQMxCX1UQ==
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
stringifiedAttributes += '; ' + attributeName;
if (attributes[attributeName] === true) {
continue;
}
stringifiedAttributes += '=' + attributes[attributeName];
}
return (document.cookie = key + '=' + value + stringifiedAttributes);
}
// Read
if (!key) {
result = {};
}
// To prevent the for loop in the first place assign an empty array
// in case there are no cookies at all. Also prev
Open service 3.174.46.18:80 · gamma-fe.multi-entity.paragon.amazon.dev
2025-12-22 05:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:17:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://gamma-fe.multi-entity.paragon.amazon.dev/ X-Cache: Redirect from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: SzBeWt5BGMSiHZLyKhh_82YWq_rCgoR4BgEWD5KsCLd6sLE5vkKHPg== 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 3.174.46.18:80 · signin.contenzi.com
2025-12-22 05:13
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:13:23 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://signin.contenzi.com/ X-Cache: Redirect from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 6YFs8jgeP84tvExy8dVo6DIyeyj0cNIL27VykRZ5PUQOAi4Hug2W6Q== 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 3.174.46.18:443 · signin.contenzi.com
2025-12-22 05:13
HTTP/1.1 302 Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 05:13:23 GMT Content-Language: en-US Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Security-Policy: default-src 'self'; object-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests; Location: https://contenzi.com X-Cache: Miss from cloudfront Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: JlpLjKkbsJF4-ulrng19JViOdErPVyHCCkdOT1rOkuod_z2kMJVJcg==
Open service 3.174.46.18:80 · d2buqwpn6arvuk.amplifyapp.com
2025-12-22 05:10
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:10:22 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d2buqwpn6arvuk.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: K5MwrPF1vld7EE92v_6_tRqyoipOWQXv_gK39N6BVVuGOJolNaYaTQ== 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 3.174.46.18:443 · d2buqwpn6arvuk.amplifyapp.com
2025-12-22 05:10
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 05:10:22 GMT X-Cache: Error from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: YM6AModL-2z7G7nK6nmws9WNvy0CUr0MaBBRqT-hZ79E2bHF-Eo6qQ==
Open service 3.174.46.18:443 · d26hfeqd01netf.amplifyapp.com
2025-12-22 05:00
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 05:00:50 GMT X-Cache: Error from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 9rOwL4BkVHqXxFx3T4lR1-CAnbnfJe671sDY74Wb6oVtfbEzhD2x0w==
Open service 3.174.46.18:80 · d26hfeqd01netf.amplifyapp.com
2025-12-22 05:00
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 05:00:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d26hfeqd01netf.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Zu68Mcf3WxyEl9N41Xf1Ye-0fKKPju8a2w4F0sBaV65ZF2ziL67klw== 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 3.174.46.18:80 · minordkl.com.au
2025-12-22 04:57
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 04:57:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://minordkl.com.au/ X-Cache: Redirect from cloudfront Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: W4oJLFgJw-hRAgcb-juiffWr1yHQik_63pM8XA20Sr6GeJljGjq9FA== 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 3.174.46.18:443 · minordkl.com.au
2025-12-22 04:57
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 1846
Connection: close
Last-Modified: Thu, 19 Jun 2025 02:55:19 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Sun, 21 Dec 2025 06:25:18 GMT
ETag: "5f9f6e869491ee0edc58ab4042b1bd49"
X-Cache: Error from cloudfront
Via: 1.1 407be30b827b135816536ec9b41a2f56.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: g4kU9gOvcX3hbG9xtGffzMNOy8lChYcsauBIvq0GXX_947YLGTNO8Q==
Age: 81130
Page title: Minor DKL
<!doctype html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>Minor DKL</title><link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway" rel=stylesheet><link rel=stylesheet href=https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css integrity=sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO crossorigin=anonymous><link href=/js/careers.713b5084.js rel=prefetch><link href=/js/coffeclub.cdb7162e.js rel=prefetch><link href=/js/coffeehit.a0995350.js rel=prefetch><link href=/js/contact.6db49473.js rel=prefetch><link href=/css/app.4f39d62c.css rel=preload as=style><link href=/js/app.6508ce24.js rel=preload as=script><link href=/js/chunk-vendors.b36766d3.js rel=preload as=script><link href=/css/app.4f39d62c.css rel=stylesheet></head><body><noscript><strong>We're sorry but minordkl.com.au doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=https://code.jquery.com/jquery-3.3.1.slim.min.js integrity=sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo crossorigin=anonymous></script><script src=https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js integrity=sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy crossorigin=anonymous></script><script async src="https://www.googletagmanager.com/gtag/js?id=UA-121072039-2"></script><script>window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121072039-2');</script><script src=/js/chunk-vendors.b36766d3.js></script><script src=/js/app.6508ce24.js></script></body>
Open service 3.174.46.18:443 · d6pf5f42tf0h9.amplifyapp.com
2025-12-22 04:40
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 04:40:54 GMT X-Cache: Error from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: uZymLuaf94xF3gc5qMwhKaOe-XNrYFDsTVYZT7ce0gJsnAMfrKiHpA==
Open service 3.174.46.18:80 · d6pf5f42tf0h9.amplifyapp.com
2025-12-22 04:40
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 04:40:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d6pf5f42tf0h9.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: _VfZl3dI133iDL3gntljNo_T4-dSdPJBjI_vWPNphEDNILm-McSdnA== 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 3.174.46.18:80 · d1qhe1hqvulz3o.amplifyapp.com
2025-12-22 04:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 04:39:23 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d1qhe1hqvulz3o.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 49LI5uZVS7wmIPYcoMhEUptU9rXC4cuKdWJpvNc4fpqSDWUhh3x40g== 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 3.174.46.18:443 · d1qhe1hqvulz3o.amplifyapp.com
2025-12-22 04:39
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 04:39:22 GMT X-Cache: Error from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: y0zsU3kNnwlhqMYEHQ5IWO7ldm8wAnjc-SKb9ddBDzqD4ZJGLZlVyg==
Open service 3.174.46.18:80 · janyuwa.cc
2025-12-22 04:32
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Content-Length: 14772
Connection: close
Server: nginx/1.20.1
Date: Mon, 22 Dec 2025 04:32:10 GMT
X-Cache: Hit from cloudfront
Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: W0I5D7mTRFmnHQmXtuIMF2S3he_ZhnxDjwb3OdCowtzJCEAAxEEOTg==
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body>
<style>
body
{
background-size:100% 100%;
font-size:24;
font-family:"宋体";
background-repeat:repeat-y;
COLOR: #000000;
background-image:url('https://bepic-publish-human.oss-ap-southeast-1.aliyuncs.com/bg/bg44.jpg');
}
</style>
<div style="position: absolute;left: 10%;right:10%;top: 10%; background-color:rgba(255,255,255,0.2);;align-items: center; ">
<h1>Private Policy</h1>
<p>Last Updated: January 21 , 2025</p>
<p></p>
<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>
<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the Privacy Policy Generator.</p>
<p>Interpretation and Definitions</p>
<p>Interpretation</p>
<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>
<p>Definitions</p>
<p>For the purposes of this Privacy Policy:</p>
<p>- Account means a unique account created for You to access our Service or parts of our Service.</p>
<p>- Affiliate means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</p>
<p>- Application refers to Frog Raid.</p>
<p>- Company (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) </p>
<p>- Device means any device that can access the Service such as a computer, a cellphone or a digital tablet.</p>
<p>- Personal Data is any information that relates to an identified or identifiable individual.</p>
<p>- Service refers to the Application.</p>
<p>- Service Provider means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</p>
<p>- Usage Data refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>
<p>- You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p>
<p>Collecting and Using Your Personal Data</p>
<p>Types of Data Collected</p>
<p>Personal Data 60 486 546</p>
<p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>
<p>- Usage Data</p>
<p>Usage Data</p>
<p>Usage Data is collected automatically when using the Service.</p>
<p>Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser
Open service 3.174.46.18:443 · janyuwa.cc
2025-12-22 04:32
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Content-Length: 14772
Connection: close
Server: nginx/1.20.1
Date: Mon, 22 Dec 2025 04:32:10 GMT
X-Cache: Hit from cloudfront
Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: do9Qtl8PQgRQbH4jRs58RNxTa3o0r1JqrX2XJnTqb2jM7Y8CjeFUtQ==
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body>
<style>
body
{
background-size:100% 100%;
font-size:24;
font-family:"宋体";
background-repeat:repeat-y;
COLOR: #000000;
background-image:url('https://bepic-publish-human.oss-ap-southeast-1.aliyuncs.com/bg/bg44.jpg');
}
</style>
<div style="position: absolute;left: 10%;right:10%;top: 10%; background-color:rgba(255,255,255,0.2);;align-items: center; ">
<h1>Private Policy</h1>
<p>Last Updated: January 21 , 2025</p>
<p></p>
<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>
<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the Privacy Policy Generator.</p>
<p>Interpretation and Definitions</p>
<p>Interpretation</p>
<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>
<p>Definitions</p>
<p>For the purposes of this Privacy Policy:</p>
<p>- Account means a unique account created for You to access our Service or parts of our Service.</p>
<p>- Affiliate means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</p>
<p>- Application refers to Frog Raid.</p>
<p>- Company (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) </p>
<p>- Device means any device that can access the Service such as a computer, a cellphone or a digital tablet.</p>
<p>- Personal Data is any information that relates to an identified or identifiable individual.</p>
<p>- Service refers to the Application.</p>
<p>- Service Provider means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</p>
<p>- Usage Data refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>
<p>- You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p>
<p>Collecting and Using Your Personal Data</p>
<p>Types of Data Collected</p>
<p>Personal Data 60 486 546</p>
<p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>
<p>- Usage Data</p>
<p>Usage Data</p>
<p>Usage Data is collected automatically when using the Service.</p>
<p>Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser
Open service 3.174.46.18:80 · dwyrlnthnvezq.amplifyapp.com
2025-12-22 04:32
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 04:32:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dwyrlnthnvezq.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: rVirFZzBbmhY9u55ZTpJg3ZCEzQffvLqSOyrUGmsGZsl5FrcVhVA0g== 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 3.174.46.18:443 · dwyrlnthnvezq.amplifyapp.com
2025-12-22 04:32
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 04:32:10 GMT X-Cache: Error from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: WJP9nfZZG46FF2EXfjSr4FKmZoZ0iZs5FuN4ff3x8Z1P1JHJkHilgA==
Open service 3.174.46.18:443 · qa01.instantpaytest.aptyspayments.com
2025-12-22 04:31
HTTP/1.1 401 Unauthorized
Content-Type: application/json
Content-Length: 14
Connection: close
Date: Mon, 22 Dec 2025 04:31:44 GMT
x-amz-apigw-id: V-RztGY5IAMEbzg=
x-amzn-RequestId: 2718655a-a212-4a9a-ad60-895c1499bbe9
x-amzn-ErrorType: UnauthorizedException
X-Cache: Error from cloudfront
Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: PfYUY7uvcEKshcXXa0v1j8Flw7e202Xzar6eeauUSS1Jy8DrDflmJA==
{{'message':}}
Open service 3.174.46.18:80 · qa01.instantpaytest.aptyspayments.com
2025-12-22 04:31
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 04:31:44 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qa01.instantpaytest.aptyspayments.com/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: _73_EY-7hpv3LH20f-QEtb78C91mq0TxTsFGX7ZkFOhFuugOcHYqvw== 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 3.174.46.18:443 · kitchen16yami.com
2025-12-22 04:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 20601
Connection: close
Last-Modified: Wed, 18 Jun 2025 07:15:18 GMT
x-amz-version-id: yUQqDt1u5HT7pN_lt334Jim1aTiXQRU2
Server: AmazonS3
Date: Mon, 22 Dec 2025 04:20:45 GMT
ETag: "55490fa759b78ca1bcccfb3f8ea2d9ed"
X-Cache: Hit from cloudfront
Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: FmzlntJq4NW8qif8x41gHF7YMzdhx7hBLRrak4XXXswu4vYJiBBivA==
Age: 39986
Page title: Home | Kitchen 16 & Yami
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=6.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Denham Springs, LA 70726 Chinese food for Pickup - Order from Kitchen 16 & Yami in Denham Springs, LA 70726, phone: 225-998-1212 ">
<meta name="keywords" content="Denham Springs, LA 70726 Chinese food for Pickup Order Chinese food for Pickup, Best Chinese food for Pickup">
<link rel="shortcut icon" href="/assets/images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="/assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="/assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="/assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/ico/apple-touch-icon-57-precomposed.png">
<title>Home | Kitchen 16 & Yami</title>
<link rel="canonical" href="https://kitchen16yami.com">
<link rel="stylesheet" href="/assets/css/main.css"/>
<script>
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
posthog.init('phc_wRTKEH4zhknRP3t80Ttjj05BeWL43PdhQQGpg0mE6OV',{api_host:'https://app.posthog.com'})
</script>
<script>
function copyMigratedWebsite() {
console.log('copy!')
const handleCopy = (e) => {
// clipboardData 可能是 null
if (e.clipboardData) {
e.clipboardData.setData('text/plain', 'https://www.kitchen16denhamsprings.com/tco9lv5e/kitchen-16-denham-springs-70726/order-online');
}
e.preventDefault();
// removeEventListener 要传入第二个参数
document.removeEventListener('copy', handleCopy);
};
document.addEventListener('copy', handleCopy);
document.execCommand('copy');
}
</script>
</head>
<body>
<section style="display: none;">
<a href="#header" aria-label="skip to navigation">Skip to Navigation</a>
<a href="#main" aria-label="skip to main content">Skip to Main Content</a>
</section>
<header id="header">
<nav class="navbar" aria-label="Navigation">
<ul id="navlinks" class="navbar__container"><li><a class="navbar--link" href="/#home">Home</a></li><li><a class="navbar--link" href="https://www.kitchen16denhamsprings.com/tco9lv5e/kitchen-16-denham-springs-70726/order-online">Order Online</a></li><li><a class="navbar--link" href="/#contact">Contact Us</a></li></ul>
</nav>
</header>
<main id="main">
<section id="home" class="hero__container">
<div class="hero__sliders-container"><img id="hero-slider1" class="hero--image" loading="lazy" src="/assets/images/slider1.jpg" alt="Chinese Food"><img id="hero-slider2" class="hero--image" loadin
Open service 3.174.46.18:80 · kitchen16yami.com
2025-12-22 04:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 04:20:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://kitchen16yami.com/ X-Cache: Redirect from cloudfront Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: AdBJKUddmgRhf5XOAMU-9hlfXqibtfLd7MCze9vxYmH10W2GgqplfA== 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 3.174.46.18:443 · da7bwtj03s1fp.amplifyapp.com
2025-12-22 03:25
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 03:25:33 GMT X-Cache: Error from cloudfront Via: 1.1 a76fa9726ee874821e5dfb7bf947ffbc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: ntJGCM4LhQz5MgOUNe6nacs337W99MAH1DRcltlnsAuIwDzK2aZpvQ==
Open service 3.174.46.18:80 · da7bwtj03s1fp.amplifyapp.com
2025-12-22 03:25
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 03:25:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://da7bwtj03s1fp.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: cM2hD6EeFBoMl4G93pgZQquW56SCqBUm5KEqCZKB24YaBEMfuO6kdQ== 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 3.174.46.18:443 · d20thh34bengo4.amplifyapp.com
2025-12-22 03:24
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 22 Dec 2025 03:24:36 GMT X-Cache: Error from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: ametKYFfuv-9axBgYVKAwCnddlmWiwz2EmCO9HGt-XagEWeoMXBNTw==
Open service 3.174.46.18:80 · d20thh34bengo4.amplifyapp.com
2025-12-22 03:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 03:24:35 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d20thh34bengo4.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 407be30b827b135816536ec9b41a2f56.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: mYYmjyiTvbFUrY0vlsQiwKY403rpatSJWzOA84W8oEp3J3aLZzlE3Q== 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 3.174.46.18:80 · eventos-dev.work
2025-12-22 03:11
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 03:11:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://eventos-dev.work/ X-Cache: Redirect from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Qzgs7mSK0jGVB55Jq5iAtcSC4_zEGiZ88Our3mCupDo3nbmoO5oVcA== 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 3.174.46.18:443 · eventos-dev.work
2025-12-22 03:11
HTTP/1.1 403 Forbidden Server: CloudFront Date: Mon, 22 Dec 2025 03:11:38 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: _6IefIpuioHrcQ2y2lmpFwGo3T6ADs5ihWupZQ1OTdPEOKm9C22PJQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: _6IefIpuioHrcQ2y2lmpFwGo3T6ADs5ihWupZQ1OTdPEOKm9C22PJQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · mta-sts.lampenschirm-atelier.ch
2025-12-22 02:28
HTTP/1.1 403 Forbidden Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Mon, 22 Dec 2025 02:28:20 GMT X-Cache: Error from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 9ieSStlo9GQ5D9MURMPQxPVsJUOE4YlF0sjtUtrAPDkReoLR5T2MDw== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>216GZ7P9Y5BE2TGD</RequestId><HostId>hlqVRWwbJZ1Gqz/ULKKOex2U5LYUzlGRjA4cEt9rx89DUFRqKqqHiwfGcuIG9NhdfEowe+Az7wc=</HostId></Error>
Open service 3.174.46.18:80 · mta-sts.lampenschirm-atelier.ch
2025-12-22 02:28
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 02:28:19 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://mta-sts.lampenschirm-atelier.ch/ X-Cache: Redirect from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: h4ePb3D_MD08a5Wd6m6VM_hQ-lThTczClGR179O3GcKtgyFAqgbPsQ== 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 3.174.46.18:443 · pbgb.dxp1.preprod.eu.dynp.cloud1.vv1865.com
2025-12-22 01:45
HTTP/1.1 403 Forbidden Server: CloudFront Date: Mon, 22 Dec 2025 01:45:06 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: P_V3h9XG3Z2x1CZq--iEM58sEwL9xJpS2zlGJ8rBXIgJAO_hQ2H9XQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: P_V3h9XG3Z2x1CZq--iEM58sEwL9xJpS2zlGJ8rBXIgJAO_hQ2H9XQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · pbgb.dxp1.preprod.eu.dynp.cloud1.vv1865.com
2025-12-22 01:45
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 01:45:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://pbgb.dxp1.preprod.eu.dynp.cloud1.vv1865.com/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Br0_4n8XjDmAVTic-B4rn5qfsJ9l3cdsjmcGXL7VbS3t-IcCz7Z1yQ== 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 3.174.46.18:443 · bond-seat.com
2025-12-22 01:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 8788
Connection: close
Date: Mon, 22 Dec 2025 01:06:31 GMT
Last-Modified: Sat, 20 Dec 2025 17:50:31 GMT
ETag: "2f42af9cc4ab89a2b852d945deb90ebe"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: jXszY8dbnMD_bbQfaTn6ErxLNdCYp-RV-HIgOZDVnunAefLFfQHYnQ==
Age: 10
Page title: BondSeat
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/eaead17c7dbfcd5d-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/677d07df826df20e.css" crossorigin="" data-precedence="next"/><link rel="preload" href="/_next/static/chunks/webpack-fa4fd42e6d020f59.js" as="script" fetchPriority="low" crossorigin=""/><script src="/_next/static/chunks/387e3036-dc0da75dd680f885.js" async="" crossorigin=""></script><script src="/_next/static/chunks/287-977c79312bd52973.js" async="" crossorigin=""></script><script src="/_next/static/chunks/main-app-9ede46da999c851e.js" async="" crossorigin=""></script><title>BondSeat</title><meta name="description" content="Your personal assistant"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js" crossorigin="" noModule=""></script></head><body class="__variable_f367f3 __variable_0a80b4 font-sans"><div class="min-h-screen flex items-center justify-center bg-gray-100"><div class="animate-spin rounded-full h-12 w-12 border-t-2 border-b-2 border-indigo-500"></div></div><script src="/_next/static/chunks/webpack-fa4fd42e6d020f59.js" crossorigin="" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/media/eaead17c7dbfcd5d-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n3:HL[\"/_next/static/css/677d07df826df20e.css\",\"style\",{\"crossOrigin\":\"\"}]\n0:\"$L4\"\n"])</script><script>self.__next_f.push([1,"5:I{\"id\":9211,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\n7:I{\"id\":5751,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\n8:I{\"id\":7915,\"chunks\":[\"419:static/chunks/419-85ee99c78a61f764.js\",\"982:static/chunks/982-4670b172b1c440e0.js\",\"247:static/chunks"])</script><script>self.__next_f.push([1,"/247-cc445be0c7548b2a.js\",\"402:static/chunks/402-b58953356b6fbb4a.js\",\"185:static/chunks/app/layout-e8794c6fc113ef09.js\"],\"name\":\"Providers\",\"async\":false}\n9:I{\"id\":5131,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\na:I{\"id\":5696,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"]"])</script><script>self.__next_f.push([1,",\"name\":\"\",\"async\":false}\nb:I{\"id\":4379,\"chunks\":[\"419:static/chunks/419-85ee99c78a61f764.js\",\"982:static/chunks/982-4670b172b1c440e0.js\",\"247:static/chunks/247-cc445be0c7548b2a.js\",\"59:static/chunks/59-1417ee3c554e1cec.js\",\"402:static/chunks/402-b58953356b6fbb4a.js\",\"923:static/chunks/923-38a82ae4d286270d.js\",\"648:static/chunks/app/(protected)/layout-c693c45565137414.js\"],\"name\":\"\",\"async\":false}\nd:I{\"id\":2818,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd68"])</script><script>self.__next_f.push([1,"0f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\ne:I{\"id\":7494,\"chunks\":[\"419:static/chunks/419-85ee99c78a61f764.js\",\"982:static/chunks/982-4670b172b1c440e0.js\",\"247:static/chunks/247-cc445be0c7548b2a.js\",\"59:static/chunks/59-1417ee3c554e1cec.js\",\"402:static/chunks/402-b58953356b6fbb4a.js\",\"923:static/chunks/923-38a82ae4d286270d.js\",
Open service 3.174.46.18:80 · www.bond-seat.com
2025-12-22 01:06
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 01:06:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.bond-seat.com/ X-Cache: Redirect from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: kjaM0sk3DrnlqyW8Dw7VVqBuIJ8oxtuAofAbYPSj007vKOv_qI1EHQ== 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 3.174.46.18:80 · bond-seat.com
2025-12-22 01:06
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 01:06:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://bond-seat.com/ X-Cache: Redirect from cloudfront Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: PvzoWC7FpAbQUz_wQLUYIa8y0Hxf1av_cr5QwH_eeNZSD6-aiEL-aw== 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 3.174.46.18:443 · www.bond-seat.com
2025-12-22 01:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 8788
Connection: close
Date: Mon, 22 Dec 2025 01:06:31 GMT
Last-Modified: Sat, 20 Dec 2025 17:50:31 GMT
ETag: "2f42af9cc4ab89a2b852d945deb90ebe"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: rCNFnSYRD074qDOC9dQ7R4_oVF9XIhNSVxLt-rqL93TGPyQcTQBlTg==
Age: 9
Page title: BondSeat
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/eaead17c7dbfcd5d-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/677d07df826df20e.css" crossorigin="" data-precedence="next"/><link rel="preload" href="/_next/static/chunks/webpack-fa4fd42e6d020f59.js" as="script" fetchPriority="low" crossorigin=""/><script src="/_next/static/chunks/387e3036-dc0da75dd680f885.js" async="" crossorigin=""></script><script src="/_next/static/chunks/287-977c79312bd52973.js" async="" crossorigin=""></script><script src="/_next/static/chunks/main-app-9ede46da999c851e.js" async="" crossorigin=""></script><title>BondSeat</title><meta name="description" content="Your personal assistant"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js" crossorigin="" noModule=""></script></head><body class="__variable_f367f3 __variable_0a80b4 font-sans"><div class="min-h-screen flex items-center justify-center bg-gray-100"><div class="animate-spin rounded-full h-12 w-12 border-t-2 border-b-2 border-indigo-500"></div></div><script src="/_next/static/chunks/webpack-fa4fd42e6d020f59.js" crossorigin="" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/media/eaead17c7dbfcd5d-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n3:HL[\"/_next/static/css/677d07df826df20e.css\",\"style\",{\"crossOrigin\":\"\"}]\n0:\"$L4\"\n"])</script><script>self.__next_f.push([1,"5:I{\"id\":9211,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\n7:I{\"id\":5751,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\n8:I{\"id\":7915,\"chunks\":[\"419:static/chunks/419-85ee99c78a61f764.js\",\"982:static/chunks/982-4670b172b1c440e0.js\",\"247:static/chunks"])</script><script>self.__next_f.push([1,"/247-cc445be0c7548b2a.js\",\"402:static/chunks/402-b58953356b6fbb4a.js\",\"185:static/chunks/app/layout-e8794c6fc113ef09.js\"],\"name\":\"Providers\",\"async\":false}\n9:I{\"id\":5131,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\na:I{\"id\":5696,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd680f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"]"])</script><script>self.__next_f.push([1,",\"name\":\"\",\"async\":false}\nb:I{\"id\":4379,\"chunks\":[\"419:static/chunks/419-85ee99c78a61f764.js\",\"982:static/chunks/982-4670b172b1c440e0.js\",\"247:static/chunks/247-cc445be0c7548b2a.js\",\"59:static/chunks/59-1417ee3c554e1cec.js\",\"402:static/chunks/402-b58953356b6fbb4a.js\",\"923:static/chunks/923-38a82ae4d286270d.js\",\"648:static/chunks/app/(protected)/layout-c693c45565137414.js\"],\"name\":\"\",\"async\":false}\nd:I{\"id\":2818,\"chunks\":[\"272:static/chunks/webpack-fa4fd42e6d020f59.js\",\"125:static/chunks/387e3036-dc0da75dd68"])</script><script>self.__next_f.push([1,"0f885.js\",\"287:static/chunks/287-977c79312bd52973.js\"],\"name\":\"\",\"async\":false}\ne:I{\"id\":7494,\"chunks\":[\"419:static/chunks/419-85ee99c78a61f764.js\",\"982:static/chunks/982-4670b172b1c440e0.js\",\"247:static/chunks/247-cc445be0c7548b2a.js\",\"59:static/chunks/59-1417ee3c554e1cec.js\",\"402:static/chunks/402-b58953356b6fbb4a.js\",\"923:static/chunks/923-38a82ae4d286270d.js\",
Open service 3.174.46.18:443 · development-hub.tabnine.com
2025-12-22 00:48
HTTP/1.1 403 Forbidden Content-Type: application/xml Transfer-Encoding: chunked Connection: close x-amz-bucket-region: us-east-1 Server: AmazonS3 Date: Mon, 22 Dec 2025 00:48:59 GMT X-Cache: Error from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: nYlV577UIX_IRwvPlF-dRzYdge7DJMPo3HvhoKratU-uzHWokJY2SQ== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>0GJHNA9N2N38AQEF</RequestId><HostId>aeA9GdAnZZtJBz/x3ckDfkqr6KhaFzdCMBeWerclWNvYgjbpaksDpsYoz2A8w1xzWZwPlD/bIHc=</HostId></Error>
Open service 3.174.46.18:80 · development-hub.tabnine.com
2025-12-22 00:48
HTTP/1.1 403 Forbidden Content-Type: application/xml Transfer-Encoding: chunked Connection: close x-amz-bucket-region: us-east-1 Server: AmazonS3 Date: Mon, 22 Dec 2025 00:48:59 GMT X-Cache: Error from cloudfront Via: 1.1 407be30b827b135816536ec9b41a2f56.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: rA4VAz7S2ckmxh1wENyAtvhDhGKtqEC8t8HBYsGEuXlcUjKcdDPKqw== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>0GJHTGPFD2QQRWDH</RequestId><HostId>wxBt6n0rtZqkcY3bWd6BgJ6HhV/72zsnqPgRh4WAzDtxzR/4TxkpkS45NemxJa3TNb2MZ1qLFz4=</HostId></Error>
Open service 3.174.46.18:443 · merchantportal.dash.com.sg
2025-12-22 00:22
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3220
Connection: close
Date: Mon, 22 Dec 2025 00:22:39 GMT
Last-Modified: Wed, 13 Aug 2025 16:39:34 GMT
ETag: "7c85d2cccc7dc5ea147b0a3017cf2043"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: 5mN7Wh6i-8aLeXfdI10UIt3lP1TMgWjQsBvSVShc9GBQHCIg_l1QAA==
Page title: Dash Portal
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="referrer" content="never"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="stylesheet" href="/css/index.module.css"><link rel="manifest" href="/manifest.json"/><title>Dash Portal</title><link href="/static/css/2.a1e3eec8.chunk.css" rel="stylesheet"><link href="/static/css/main.124ff72e.chunk.css" rel="stylesheet"></head><body style="margin:0;background-color:#f0f2f5"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,i=r[0],c=r[1],l=r[2],s=0,p=[];s<i.length;s++)a=i[s],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&p.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(r);p.length;)p.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{3:"7ac61cd8"}[e]+".chunk.js"}(e);var c=new Error;u=function(r){i.onerror=i.onload=null,clearTimeout(l);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,t[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(r)},a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/",a.oe=function(e){throw console.error(e),e};var i=this.webpackJsonpdashportal=this.webpackJsonpdashportal||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var l=0;l<i.length;l++)r(i[l]);var f=c;t()}([])</script><script src="/static/js/2.eae33b87.chunk.js"></script><script src="/static/js/main.db68ca27.chunk.js"></script></body></html>
Open service 3.174.46.18:80 · merchantportal.dash.com.sg
2025-12-22 00:22
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 00:22:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://merchantportal.dash.com.sg/ X-Cache: Redirect from cloudfront Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: k9IAh1foB4kGknTVRyLlxvpPxwytHufTA4-fZI4DWT3kopXzzvZdHg== 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 3.174.46.18:443 · stg-member.aurora.co.nz
2025-12-22 00:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2748
Connection: close
Date: Mon, 22 Dec 2025 00:06:54 GMT
Accept-Ranges: bytes
Server: nginx/1.27.4
Last-Modified: Thu, 18 Dec 2025 04:03:16 GMT
ETag: "69437d04-abc"
X-Cache: Miss from cloudfront
Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: k8w0pjIogJ13CFpggvbkZXN9YFX3z38PKwLOMOoX2SIDLcn4sTjc8A==
Page title: Aurora Capital Member Portal
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>Aurora Capital Member Portal</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/icons/ac-favicon.png">
<style>*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(63 131 248 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}html,body{overflow-x:hidden}</style><link rel="stylesheet" href="styles-AASQZL34.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-AASQZL34.css"></noscript></head>
<body>
<app-root></app-root>
<link rel="modulepreload" href="chunk-7PRLJRCE.js"><link rel="modulepreload" href="chunk-C5GB2DJF.js"><link rel="modulepreload" href="chunk-AIVMW5VN.js"><link rel="modulepreload" href="chunk-OEU45XKU.js"><link rel="modulepreload" href="chunk-2AXGNWJV.js"><link rel="modulepreload" href="chunk-BINIBS4F.js"><link rel="modulepreload" href="chunk-6OJAK7BD.js"><link rel="modulepreload" href="chunk-ZOFN466W.js"><link rel="modulepreload" href="chunk-6RNBXGXR.js"><link rel="modulepreload" href="chunk-UAWLVND3.js"><script src="polyfills-SCHOHYNV.js" type="module"></script><script src="main-S3RMJ63T.js" type="module"></script></body>
</html>
Open service 3.174.46.18:80 · stg-admin.aurora.co.nz
2025-12-22 00:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2719
Connection: close
Date: Mon, 22 Dec 2025 00:06:53 GMT
Accept-Ranges: bytes
Server: nginx/1.27.4
Last-Modified: Thu, 18 Dec 2025 22:41:58 GMT
ETag: "69448336-a9f"
X-Cache: Miss from cloudfront
Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: gobNSLUQTTrIVtXQ60YyvigdQU8pJxyahXS5QJyBj21HMD-i10LOow==
Page title: Aurora Capital Admin Portal
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>Aurora Capital Admin Portal</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/icons/ac-favicon.png">
<style>*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(63 131 248 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}</style><link rel="stylesheet" href="styles-L5LVBXKC.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-L5LVBXKC.css"></noscript></head>
<body>
<app-root></app-root>
<link rel="modulepreload" href="chunk-NFFOVKJ3.js"><link rel="modulepreload" href="chunk-6XJMPWW6.js"><link rel="modulepreload" href="chunk-LADERWAG.js"><link rel="modulepreload" href="chunk-O7J7ZLXP.js"><link rel="modulepreload" href="chunk-DRXZSK4O.js"><link rel="modulepreload" href="chunk-I6L6QHSV.js"><link rel="modulepreload" href="chunk-2ZM2UVXC.js"><link rel="modulepreload" href="chunk-5XGVDF2A.js"><link rel="modulepreload" href="chunk-XPGHZJFX.js"><link rel="modulepreload" href="chunk-AGFOXQHO.js"><script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-56ISNF4X.js" type="module"></script></body>
</html>
Open service 3.174.46.18:80 · stg-member.aurora.co.nz
2025-12-22 00:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2748
Connection: close
Date: Mon, 22 Dec 2025 00:06:53 GMT
Accept-Ranges: bytes
Server: nginx/1.27.4
Last-Modified: Thu, 18 Dec 2025 04:03:16 GMT
ETag: "69437d04-abc"
X-Cache: Miss from cloudfront
Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: J2MwCEk5cmazveTv1lfskpPyl661gEG1Jrd50ff81WbVP3lzEvVpQQ==
Page title: Aurora Capital Member Portal
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>Aurora Capital Member Portal</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/icons/ac-favicon.png">
<style>*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(63 131 248 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}html,body{overflow-x:hidden}</style><link rel="stylesheet" href="styles-AASQZL34.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-AASQZL34.css"></noscript></head>
<body>
<app-root></app-root>
<link rel="modulepreload" href="chunk-7PRLJRCE.js"><link rel="modulepreload" href="chunk-C5GB2DJF.js"><link rel="modulepreload" href="chunk-AIVMW5VN.js"><link rel="modulepreload" href="chunk-OEU45XKU.js"><link rel="modulepreload" href="chunk-2AXGNWJV.js"><link rel="modulepreload" href="chunk-BINIBS4F.js"><link rel="modulepreload" href="chunk-6OJAK7BD.js"><link rel="modulepreload" href="chunk-ZOFN466W.js"><link rel="modulepreload" href="chunk-6RNBXGXR.js"><link rel="modulepreload" href="chunk-UAWLVND3.js"><script src="polyfills-SCHOHYNV.js" type="module"></script><script src="main-S3RMJ63T.js" type="module"></script></body>
</html>
Open service 3.174.46.18:443 · stg-onboarding.aurora.co.nz
2025-12-22 00:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 6622
Connection: close
Date: Mon, 22 Dec 2025 00:06:53 GMT
Accept-Ranges: bytes
Server: nginx/1.27.3
Last-Modified: Thu, 18 Dec 2025 09:13:26 GMT
ETag: "6943c5b6-19de"
X-Cache: Miss from cloudfront
Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: I2gQKjbRnQsAGZtjY2rO50eTH5FoTBiKbUd4_eACoJ2HxhGuaBc7VA==
Page title: Aurora Capital Onboarding
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light only">
<title>Aurora Capital Onboarding</title>
<link rel="icon" type="image/x-icon" href="assets/images/icons/favicon.png">
<link rel="stylesheet" href="styles.scss">
<style>:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-brands-400-MDS4TU4L.woff2") format("woff2"),url("./media/fa-brands-400-CNBICIQT.ttf") format("truetype")}:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-regular-400-N56QV3DR.woff2") format("woff2"),url("./media/fa-regular-400-2FI4ICQD.ttf") format("truetype")}:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("./media/fa-solid-900-Z3HFQTXF.woff2") format("woff2"),url("./media/fa-solid-900-XVWCCN5V.ttf") format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yOqhMva.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yGqhMva.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yCqhMva.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format("woff2");unicod
Open service 3.174.46.18:443 · stg-admin.aurora.co.nz
2025-12-22 00:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2719
Connection: close
Date: Mon, 22 Dec 2025 00:06:53 GMT
Accept-Ranges: bytes
Server: nginx/1.27.4
Last-Modified: Thu, 18 Dec 2025 22:41:58 GMT
ETag: "69448336-a9f"
X-Cache: Miss from cloudfront
Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: jjsv5g5nJvqQO3TrxDAY9HUCQeA09yuDVmN7ocp0I41aJsWkhRHciQ==
Page title: Aurora Capital Admin Portal
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>Aurora Capital Admin Portal</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/icons/ac-favicon.png">
<style>*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(63 131 248 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}</style><link rel="stylesheet" href="styles-L5LVBXKC.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-L5LVBXKC.css"></noscript></head>
<body>
<app-root></app-root>
<link rel="modulepreload" href="chunk-NFFOVKJ3.js"><link rel="modulepreload" href="chunk-6XJMPWW6.js"><link rel="modulepreload" href="chunk-LADERWAG.js"><link rel="modulepreload" href="chunk-O7J7ZLXP.js"><link rel="modulepreload" href="chunk-DRXZSK4O.js"><link rel="modulepreload" href="chunk-I6L6QHSV.js"><link rel="modulepreload" href="chunk-2ZM2UVXC.js"><link rel="modulepreload" href="chunk-5XGVDF2A.js"><link rel="modulepreload" href="chunk-XPGHZJFX.js"><link rel="modulepreload" href="chunk-AGFOXQHO.js"><script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-56ISNF4X.js" type="module"></script></body>
</html>
Open service 3.174.46.18:80 · stg-onboarding.aurora.co.nz
2025-12-22 00:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 6622
Connection: close
Date: Mon, 22 Dec 2025 00:06:53 GMT
Accept-Ranges: bytes
Server: nginx/1.27.3
Last-Modified: Thu, 18 Dec 2025 09:13:26 GMT
ETag: "6943c5b6-19de"
X-Cache: Miss from cloudfront
Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: pTS-M_dCWd12AHZ6E3V7NOZ8Lbb_zLGLct2vduQ7zReLJKLn9DJrgA==
Page title: Aurora Capital Onboarding
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light only">
<title>Aurora Capital Onboarding</title>
<link rel="icon" type="image/x-icon" href="assets/images/icons/favicon.png">
<link rel="stylesheet" href="styles.scss">
<style>:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-brands-400-MDS4TU4L.woff2") format("woff2"),url("./media/fa-brands-400-CNBICIQT.ttf") format("truetype")}:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-regular-400-N56QV3DR.woff2") format("woff2"),url("./media/fa-regular-400-2FI4ICQD.ttf") format("truetype")}:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("./media/fa-solid-900-Z3HFQTXF.woff2") format("woff2"),url("./media/fa-solid-900-XVWCCN5V.ttf") format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yOqhMva.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yGqhMva.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4yCqhMva.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko70yyygA.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko50yyygA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yyygA.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2) format("woff2");unicod
Open service 3.174.46.18:443 · mta-sts.iranshahr.net
2025-12-21 21:18
HTTP/1.1 403 Forbidden Content-Type: application/xml Transfer-Encoding: chunked Connection: close Server: AmazonS3 Date: Sun, 21 Dec 2025 21:18:58 GMT X-Cache: Error from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: aXvRM1dP8LgE0PIGEBUq3Nhkp-cMMwQrT030TQZMTzPjxhhOG9jYGQ== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>3CSDQCJR23AMCTAG</RequestId><HostId>EKzfDb4buL5t/hdOoV1Tu/RKnm/nPYtuzCBqwrwomypMs1066IyQ0CofOxwm2FiwJ4vrvYkrP1A=</HostId></Error>
Open service 3.174.46.18:80 · mta-sts.iranshahr.net
2025-12-21 21:18
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 21:18:59 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://mta-sts.iranshahr.net/ X-Cache: Redirect from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: xUUKzKT05CITbwbWvAtm8A56RdGLb6quPoEyfHz-WdlAVW2Mg6T1Og== 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 3.174.46.18:80 · www.jw-bearing.com
2025-12-21 20:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 20:17:18 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.jw-bearing.com/ X-Cache: Redirect from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: K6rEr1ABIb6VIgyI2x4uF7MlkF8nQwFBi20rjI01wG9pJvW9mN8UXg== 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 3.174.46.18:443 · www.jw-bearing.com
2025-12-21 20:17
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Server: openresty Date: Sun, 21 Dec 2025 20:17:18 GMT Origin-Agent-Cluster: ?0 x-location: la Set-Cookie: realhost=www.jw-bearing.com;path=/; Cache-Control: no-store x-oversea-static: 1 Vary: Accept-Encoding X-Cache: Miss from cloudfront Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 0vR02Udxv2jIr5X2oJONMTXFV9cuuh1c8gJCzNn3XoIaGFt0EwKP0w==
Open service 3.174.46.18:443 · status.ollyolly.com
2025-12-21 19:21
HTTP/1.1 405 Not Allowed
Server: CloudFront
Date: Sun, 21 Dec 2025 19:21:16 GMT
Content-Length: 2521
Connection: close
x-amzn-waf-action: captcha
Cache-Control: no-store, max-age=0
Content-Type: text/html; charset=UTF-8
Access-Control-Allow-Origin: *
Access-Control-Max-Age: 86400
Access-Control-Allow-Methods: OPTIONS,GET,POST
Access-Control-Expose-Headers: x-amzn-waf-action
X-Cache: Error from cloudfront
Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: H-QqiV1LZBgmjuFCbqXf5ZyjvkCQ46kAqgCjZtpzm7IEs0itocxh-g==
Page title: Human Verification
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Human Verification</title>
<style>
body {
font-family: "Arial";
}
</style>
<script type="text/javascript">
window.awsWafCookieDomainList = [];
window.gokuProps = {
"key":"AQIDAHjcYu/GjX+QlghicBgQ/7bFaQZ+m5FKCMDnO+vTbNg96AH3LnuSRS5fsDUdjWjdt2DeAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQM0ng5HDE5K1MwF7LWAgEQgDsTm4cKMSpdPCuvDpgFMgKLOnh1l0BAiOVdpKBw9+M70N0ocmVuVuQ6A2sQbOM2FwOuy09YZAixOsd6Ow==",
"iv":"A6xwbgFvxAAAHrXH",
"context":"D+O2rDj64craWuab4DPBk/NC14h6inQlj2vaNguKnSkm84XjTwqwGH1efnbVXy75wwKuIb3kRqPjxM1fsK4j91rZTVlpLUIwkOlvEXAoV2A1cxO5sktsIIhU35Fw/YicAg/6WlRyivjNv4kytdaVXoVgZuPCYUMa4BWNRCbgNdiV36a/3WedQWLL+swMwEm0h7FqGTA60NwtlmBHgaFZfRwGKRKhNWY9wCNGuBL5mne/pICXbXxVhzQ+4mo81PsBMZJANBdSd1mSnqyzeCgvdEaempL1pIXkwoOKnUtntnODopeKzl9pDNhJ/KHly3P8nsMmSuutG3SqHPSzG+ZvFh5pNFczYwELYafW/ImEytBenFrL1e7VB9cKKCU2DaQeHcIB8dNhGJi1ctQGQgm4v0e1S/zNOjNcd4G9fVsg18IvluU6ywDvDd8EPgMNn4wy27VXY18mOqfD0o3UUCx01Soa28G4tKmB+WJ0WNrvw2VGM8i20Cr1lf8iYTFPgbGi9eT5ekhFniDWU+mNNYtHzRJvfqECyNZgjYJMETl8lYuespNVJZj2bHnNYThC+f4DBzDkU+67Qng35IPhDheWvIu4E5XcL3zpRGC+vjibxHinyVPdQBve6H8xlmDT46MuWl04dC9kqcO9dsZGwYCfgLF1xZA3wtzLodz5k3FaiQ2frPECDkqaWbUabOAuXBnTyGhoXyCwS5GbPBWbNvTPYWw1DyxlzkBsfRvNSjmtabmDc4Sl7aSZsHfZNy/8yTMqQ/vruBZN6IElnNtVRg=="
};
</script>
<script src="https://e6323725bee2.8827d28d.eu-central-1.token.awswaf.com/e6323725bee2/f3b4b5c8931e/981baa8a4ddc/challenge.js"></script>
<script src="https://e6323725bee2.8827d28d.eu-central-1.captcha.awswaf.com/e6323725bee2/f3b4b5c8931e/981baa8a4ddc/captcha.js"></script>
</head>
<body>
<div id="captcha-container"></div>
<script type="text/javascript">
AwsWafIntegration.saveReferrer();
window.addEventListener("load", function() {
const container = document.querySelector("#captcha-container");
CaptchaScript.renderCaptcha(container, async (voucher) => {
await ChallengeScript.submitCaptcha(voucher);
window.location.reload(true);
}
);
});
</script>
<noscript>
<h1>JavaScript is disabled</h1>
In order to continue, you need to verify that you're not a robot by solving a CAPTCHA puzzle.
The CAPTCHA puzzle requires JavaScript. Enable JavaScript and then reload the page.
</noscript>
</body>
</html>
Open service 3.174.46.18:80 · status.ollyolly.com
2025-12-21 19:21
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 19:21:16 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://status.ollyolly.com/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: ek73OkaaEJGsQLibK48x-ZKqzYCpU0KhOBWXyKUn_02kw4ssjeTC-Q== 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 3.174.46.18:443 · mounjavive.org
2025-12-21 01:01
HTTP/1.1 301 Redirecting Server: CloudFront Date: Sun, 21 Dec 2025 01:01:52 GMT Content-Length: 0 Connection: close Location: https://www.mounjavive.org/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: ePTUKGMYcs91EDdJ0FF41YpHBZk7aFyNiN0yNC4e6CpJzze_Tk3Q4w==
Open service 3.174.46.18:80 · mounjavive.org
2025-12-21 01:01
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 01:01:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://mounjavive.org/ X-Cache: Redirect from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: a2hbjunhQtOenp_OvdxjnhYoyhfccVaeCxrzXkMuqPzBwQbYqcQf_Q== 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 3.174.46.18:443 · etechlogixprojects.com
2025-12-20 21:38
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 454
Connection: close
Date: Sat, 20 Dec 2025 21:38:01 GMT
Server: Apache/2.4.52 (Ubuntu)
Last-Modified: Fri, 17 Sep 2021 00:32:18 GMT
ETag: "1c6-5cc26104f2880"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: qiplrsXL0MBqwzLLMTyTXEg14vLb4Tm4d4mry7Kv8unWs-WaxoT48A==
Page title: LM EMR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Publisher" content="Froxlor" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<meta http-equiv="refresh" content="1;url=https://lm.ebemr.com/modules/login/login.php">-->
<title>LM EMR</title>
</head>
<body></body>
</html>
Open service 3.174.46.18:443 · gangprint.co.uk
2025-12-20 18:32
HTTP/1.1 403 Forbidden - blocked by WAF Server: CloudFront Date: Sat, 20 Dec 2025 18:32:44 GMT Content-Length: 0 Connection: close X-Cache: LambdaGeneratedResponse from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: oUT2y1NXT2X2eeP0pJ7BlGDHvVNC_eBp-22C2qbJSukea5gdvc0FtQ==
Open service 3.174.46.18:80 · gangprint.co.uk
2025-12-20 18:32
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 20 Dec 2025 18:32:44 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://gangprint.co.uk/ X-Cache: Redirect from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: oWp_S7-xOwbWQnmmpCeDJoveramm3IefswPoiLo9rdVfq6Gi2-K1_w== 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 3.174.46.18:443 · autoparts.koch33toyota.com
2025-12-20 08:01
HTTP/1.1 403 Forbidden Server: CloudFront Date: Sat, 20 Dec 2025 08:01:07 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: U0dB1PXjlX7ONvCO5wm17HfJAYvrJ_ZoqOL7u5LJY3SX9ykwJmOW9Q== Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: U0dB1PXjlX7ONvCO5wm17HfJAYvrJ_ZoqOL7u5LJY3SX9ykwJmOW9Q== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · digitaljoegeorge.com
2025-12-20 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 20 Dec 2025 02:34:02 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://digitaljoegeorge.com/ X-Cache: Redirect from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: XEx-UQUO0ZRV5hGakQayLan-ccf2IuoJEj04kLNOCTlTloomLZg-tA== 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 3.174.46.18:443 · digitaljoegeorge.com
2025-12-20 02:34
HTTP/1.1 301 Redirecting Server: CloudFront Date: Sat, 20 Dec 2025 02:34:03 GMT Content-Length: 0 Connection: close Location: https://www.digitaljoegeorge.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: rwnKkBh9kouoelj05ipdqYanoGcmMq-YtSrlUtTctBKuLGz2r_3YLA==
Open service 3.174.46.18:80 · ateyfathertold.org
2025-12-20 00:46
HTTP/1.1 204 No Content Content-Type: text/plain Connection: close Date: Sat, 20 Dec 2025 00:46:02 GMT Accept-CH: DPR, Width, Viewport-Width, Device-Memory, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List Server: openresty/1.17.8.2 cache-control: no-store, no-cache, must-revalidate, no-transform Pragma: no-cache P3P: CP="NID DSP ALL COR" set-cookie: csu=8d809a4b-b25e-4047-ba9c-fe743f8c1171 X-Cache: Miss from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 2OmDuYdKQN-Kq8LPkZgWR75DAnb3XQGJ8qR7kj1ZbeDZuI65Uqiasw==
Open service 3.174.46.18:443 · ateyfathertold.org
2025-12-20 00:46
HTTP/1.1 204 No Content Content-Type: text/plain Connection: close Date: Sat, 20 Dec 2025 00:46:02 GMT Accept-CH: DPR, Width, Viewport-Width, Device-Memory, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List Server: openresty/1.17.8.2 cache-control: no-store, no-cache, must-revalidate, no-transform Pragma: no-cache P3P: CP="NID DSP ALL COR" set-cookie: csu=8c300cea-38e8-4598-9cbb-2bb5a1e955bb X-Cache: Miss from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: jLVGqclWih-VtfGrwDGo8ttNsqFSHvIo2gjLU5tSr-FLMJ0TgT98GQ==
Open service 3.174.46.18:80 · inmindmotion.com
2025-12-19 17:19
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 17:19:29 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://inmindmotion.com/ X-Cache: Redirect from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: VjUHUogdfimjQQRiJy9TkybwfgYeB-CwVFg4k9fKFXxKrKIoZqu33Q== 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 3.174.46.18:443 · inmindmotion.com
2025-12-19 17:19
HTTP/1.1 404 Not Found Server: CloudFront Date: Fri, 19 Dec 2025 17:19:28 GMT Content-Length: 0 Connection: close x-block-rule: not-jp X-Cache: Error from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 03gI-AJEdgjE7EKcjQRyDN8douoQfAIw1NwLIgH_7MAlc3R5QgqILA==
Open service 3.174.46.18:443 · www.antoniadigital.com
2025-12-19 14:51
HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Date: Fri, 19 Dec 2025 14:51:08 GMT X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff Server: nginx Cache-Control: max-age=5, must-revalidate, public, s-maxage=900 Vary: Accept-Encoding,Origin Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Cache: Hit from cloudfront X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: P7KvMPfLK2MN-IhIjRZtqYVN65MV5tOWDnqAfGfakE1ZJS41j_iIPQ== Account has been blocked
Open service 3.174.46.18:80 · www.antoniadigital.com
2025-12-19 14:51
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 14:51:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.antoniadigital.com/ X-Cache: Redirect from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: pXBMoyV9STyfENgzZzwX7zAE9d5QrO0069biEsZqffV06KajWyjkdQ== 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 3.174.46.18:80 · arctouch.com
2025-12-19 14:50
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 14:50:20 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://arctouch.com/ X-Cache: Redirect from cloudfront Via: 1.1 407be30b827b135816536ec9b41a2f56.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: -m5CrCdpzZYLLZbWaq91eBaP-VgDcY4fEkLhJ7xDe2npDX9fmToy-Q== 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 3.174.46.18:443 · arctouch.com
2025-12-19 14:50
HTTP/1.1 403 Forbidden Server: CloudFront Date: Fri, 19 Dec 2025 14:50:19 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: gNXy7Q0qrKYRbmCnYnJOW289S9J806T37f08T2FFSHvdE7AoGiIdVQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: gNXy7Q0qrKYRbmCnYnJOW289S9J806T37f08T2FFSHvdE7AoGiIdVQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:80 · zurichmass.com
2025-12-19 14:30
HTTP/1.1 403 Forbidden Server: CloudFront Date: Fri, 19 Dec 2025 14:30:31 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 a76fa9726ee874821e5dfb7bf947ffbc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: G0wmzVrd7spvzXBIffaWB8xcZtvablHexADdKhLXVIzv4cUQJBCL_A== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: G0wmzVrd7spvzXBIffaWB8xcZtvablHexADdKhLXVIzv4cUQJBCL_A== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · zurichmass.com
2025-12-19 14:30
HTTP/1.1 400 Bad Request Server: CloudFront Date: Fri, 19 Dec 2025 14:30:31 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Brij_2rUpIPQdM64pA0I2-6NUbNEOLSyV8ZaU14Vac1kanHRnVkTbg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: Brij_2rUpIPQdM64pA0I2-6NUbNEOLSyV8ZaU14Vac1kanHRnVkTbg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.18:443 · 299933.com
2025-12-19 12:38
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Content-Length: 37469
Connection: close
Date: Fri, 19 Dec 2025 12:38:24 GMT
Cache-Control: public, max-age=600
Server: openresty/1.27.1.2
x-who-are-you: zlz-01-zu_bobo1
x-cache-level-first: MISS
x-debug-cache-host: 299933.com
X-Cache: Hit from cloudfront
Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: hNz1vnBMWS5Bn_MxTNuHg8fZREwe8xGEeAp1S6PsnV9TmA1YbZQRJQ==
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><script src="https://sddjhasd1.tmei765.com/assets/js/vendor/crypto-js/4.1.1/crypto-js.min.js"></script><script src="https://sddjhasd1.tmei765.com/assets/js/vendor/pako/2.0.4/pako.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.png" /></head><body><div style='width: 0;height: 0;display:none'><div><br/><p>标题:渡江云三犯・渡江云</p><br/><p>作者:吴文英</p><br/><p>羞红颦浅恨,晚风为落,片绣点重茵。</p><br/><p>旧堤分燕尾,桂棹轻鸥,宝勒倚残云。</p><br/><p>千丝怨碧,渐路入、仙坞迷津。</p><br/><p>肠漫回,隔花时见,背面楚腰身。</p><br/><p>逡巡。</p><br/><p>题门惆怅,堕履牵萦,数幽期难准。</p><br/><p>还始觉、留情缘眼,宽带因春。</p><br/><p>明朝事与孤烟冷,做满湖、风雨愁人。</p><br/><p>山黛暝,尘波澹绿无痕。</p><br/></div><br/><div><br/><p>标题:清平乐</p><br/><p>作者:晏几道</p><br/><p>留人不住。</p><br/><p>醉解兰舟去。</p><br/><p>一棹碧涛春水路。</p><br/><p>过尽晓莺啼处。</p><br/><p>渡头杨柳青青。</p><br/><p>枝枝叶叶离情。</p><br/><p>此後锦书休寄,画楼云雨无凭。</p><br/></div><br/></div> <div style="display:none"><ul class="clearfix"><li><a href="http://www.people.com.cn/" target="_blank">人民网</a></li><li><a href="http://www.xinhuanet.com/" target="_blank">新华网</a></li><li><a href="http://www.china.com.cn/" target="_blank">中国网</a></li><li><a href="https://www.cri.cn/" target="_blank">国际在线</a></li><li><a href="http://cn.chinadaily.com.cn/" target="_blank">中国日报网</a></li><li><a href="https://www.cctv.com/" target="_blank">央视网</a></li><li><a href="https://www.youth.cn/" target="_blank">中国青年网</a></li><li><a href="http://www.ce.cn/" target="_blank">中国经济网</a></li><li><a href="http://www.taiwan.cn/" target="_blank">中国台湾网</a></li><li><a href="http://www.tibet.cn/" target="_blank">中国西藏网</a></li><li><a href="http://www.cnr.cn/" target="_blank">央广网</a></li><li><a href="https://www.gmw.cn/" target="_blank">光明网</a></li><li><a href="http://www.81.cn/" target="_blank">中国军网</a></li><li><a href="https://www.chinanews.com.cn/" target="_blank">中国新闻网</a></li><li><a href="http://www.rmzxb.com.cn/" target="_blank">人民政协网</a></li><li><a href="http://www.legaldaily.com.cn/" target="_blank">法治网</a></li></ul></div></body><script> var __jtG = '{"_vk3wbR":["eJytkktuwkAMhq8SzZpkYNFWqhJ6CS5gJiZxyTw0dngcoFLVVXc9AcseC87RAUQfrNoqq5F/2Z/t31NaFMj0tLy8QtLhdP/0vn99PrztDi+7Up+18io1KztyyyxiVylufRTTS0bGO5XJNmClyEKDepOftTbiolKtSOB7rbmuH1vgelKIRbq7vSmMtxqYUViTbfQCVse6IrhGfTZ1YBN3RbgOqZ/KUoKgk0qtqZa2qjHVYH4KRhk5EoIuZwMdVpNRZmFDtrdfQs8YTxHMkzBWP1eSbYfcIsqfZjfMOiSAhxpjkSJ1bdX/uXPvhSVCKCy5C3sYtEVwFl0/8MTpasQn7reJB2KDSx9McHgv5mCWMz/z4Yh9WGFk8q6aFONiPKQ10DhakMmDD30YdoMQfROR2VA0Hf7G9w8OFm1g","eJytkkFPAjEQhf9KhavtCgQwK4sxXjl4Fw9lO8tWum3TmXWXGP67BTTBNRoPe+v0zXzvZTLZoCTymCYJKvVaSlQjQRXo+WwqclclEhEIkxwxsToHjmAgJxHrAUuWC6PtjgUw2QBpbwBLABqwMkCR/R9cOEsPDaCrYPoUXM9wI0nnzvZLxUZ7CHxTW2WgX7SCQtbmtOL7t2wkRmLeH5ykNo22qudtHEfPgSGgdjYbi4mYHQ3Y4iQu2bAEqSCsoCD2zpRGb+Q+ZdZZYFe68i6QtHTHDkzUPGpUuFBxGYJrYn9hoOUbiRpTNrn17beRk7iNjSmrbQzV5fmWjyPDS6W03fKgtyWl7KZD+ZJNTPhTPbBhPCICSyuN9BifUlsITMgQz8sA3xiX705e6+epb9cvF45n5OQXw888XfnQZaOX9rr76Y/LiWl4A2fMxhn1N4fUxcwHNohn2Q==","eJzFkE9r3DAQxb+K6kPwQlde//dm4y0Ees2pt1CKLI3X2lqSkUYJu0m+e+RNaEILZQ+BXDSMeDPz3m834CXpzCjIF6kmY5Fp3JAnQplFyUdYdqPhvwkO5IH0RuPyHuTuvBk/njFzlTg8jLAlV45bOeGW3DFLfg0KSftSHh/J7c8NiXuvOUqj40VYO4sGFSTCcK9AI+UWGML3EeYujl62RYtNkFFneZBGA+LkLpMk/HRMCk+5UXOzd99yBnmTsjrr+6rmrIQ6TZuizPI8W0HTrKLN6aR7f3EH+HrOXR9+sN0NU/B2+HYVTDs6MRsEN0YAldqBxWvojYV4UF+JC+6eFnF4A4XX9J+LoSnzap3mfcVXfVNVZVZkWSFgzYqu6oWoPwkDP87GT+VvDOQPB38eB/8PB1dQro/HE4bjTEGKNs2atCiK9bq5YO6geZt+eHT//+gkuGzfPAqxH5gTKUUFsq7Kk1vmHKBL9i5x93ICu+y8FiNQJXXIEW3fLRXyjvAxDLQRLicz+SkiIWf0DMQrV04=","eJyVUttu00AQ/R
Open service 3.174.46.18:80 · 299933.com
2025-12-19 12:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 12:38:24 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://299933.com/ X-Cache: Redirect from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 7Lo0CNBzEMXeKLc-PaTGT5aWzlHK2O-j33FFRBse5dOt6Z0Fmajrag== 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 3.174.46.18:443 · pentest.partnerpanel.ari10.com
2025-12-19 12:38
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 584 Connection: close Date: Wed, 17 Dec 2025 11:45:00 GMT Cache-Control: public, max-age=0, s-maxage=31536000 Server: AmazonS3 Accept-Ranges: bytes ETag: "6b13cebc2a358b810638ac5b3378cfd5" Last-Modified: Wed, 19 Feb 2025 13:30:51 GMT X-Cache: Hit from cloudfront Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: IiiimlaQMzzudlcFbcjAtFmojMJ6hSr49pjJHl2zIYK2_0s95uX7hQ== Age: 175994 Page title: Ari10 Partner Panel <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Crypto. Simplified."/><link rel="manifest" href="/manifest.json"/><title>Ari10 Partner Panel</title><script defer="defer" src="/static/js/main.9db5367c.js"></script><link href="/static/css/main.d0980733.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 3.174.46.18:80 · pentest.partnerpanel.ari10.com
2025-12-19 12:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 12:38:14 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://pentest.partnerpanel.ari10.com/ X-Cache: Redirect from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: n8Laqz47etuPPWo6y7gF9OYYdoZmqR0Hqv45udZtthXncN76CtCZdQ== 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 3.174.46.18:443 · 360platform.inmarket.com
2025-12-19 09:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 1591
Connection: close
Last-Modified: Fri, 05 Dec 2025 20:16:51 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: mzM90801zBQMUPcZhN6PY3UXyj8VM3wC
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 19 Dec 2025 09:02:29 GMT
Cache-Control: max-age=0,no-cache,no-store,must-revalidate
ETag: "5e2cb5acb5e89cdc5a085a3b27898111"
X-Cache: Hit from cloudfront
Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 6wHHO6SCXoy0b9le3cYMcophSQS78uZgeuosjfDwVHFa0-sn7WpzkA==
Page title: InMarket | 360° Marketing Dashboard
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="InMarket 360° Marketing Dashboard"/><link rel="apple-touch-icon" href="logo192.png"/><link rel="manifest" href="manifest.json"/><link rel="stylesheet" href="/global.css"/><title>InMarket | 360° Marketing Dashboard</title><script>(function (apiKey) {
(function (p, e, n, d, o) {
var v, w, x, y, z;
o = p[d] = p[d] || {};
o._q = o._q || [];
v = ['initialize', 'identify', 'updateOptions', 'pageLoad', 'track'];
for (w = 0, x = v.length; w < x; ++w)
(function (m) {
o[m] =
o[m] ||
function () {
o._q[m === v[0] ? 'unshift' : 'push'](
[m].concat([].slice.call(arguments, 0)),
);
};
})(v[w]);
y = e.createElement(n);
y.async = !0;
y.src = 'https://cdn.pendo.io/agent/static/' + apiKey + '/pendo.js';
z = e.getElementsByTagName(n)[0];
z.parentNode.insertBefore(y, z);
})(window, document, 'script', 'pendo');
})('acb59268-02f4-46c1-5a6d-a85da7a3b145');</script><script defer="defer" src="/main.307f3d9c89b12418c987.js"></script></head><body style="background-color: #f9f9f9; margin: 0"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 3.174.46.18:80 · 360platform.inmarket.com
2025-12-19 09:02
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 09:02:27 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://360platform.inmarket.com/ X-Cache: Redirect from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: PMn6lj-itjaYDm_0U4ti9rvmJMRM-jPgU135qxvXbEmez8KqNeaMFw== 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 3.174.46.18:443 · www.car-x.is
2025-12-19 03:58
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Fri, 19 Dec 2025 03:58:50 GMT
Server: Apache
Set-Cookie: PHPSESSID=3e28e0e4467f1a9f74ba28d5b9610780; path=/; secure; HttpOnly; SameSite=Lax
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, public
Pragma: no-cache
Content-Language: is
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: zfa_ES14_m5lv0LPNdi2xRqAzldKnXt_CjGQNGcTe8xaUj1PCzzEhg==
Page title: CAR-X
<!DOCTYPE html>
<!--
Stefna ehf. - Moya Vefumsjónarkerfi
- - - - - - - - - - - - - - - - - -
http://www.moya.is
Moya - útgáfa 1.16.2 - - - - - - - - - - - - - - - - - -
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="is">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="author" content="" >
<meta name="generator" content="Moya 1.16.2" >
<meta name="theme-color" content="#e72427" >
<meta name="apple-mobile-web-app-title" content="CAR-X" >
<meta name="application-name" content="CAR-X" >
<meta name="msapplication-config" content="/static/files/logo/favicon/browserconfig.xml" >
<meta property="og:title" content="CAR-X">
<meta property="og:image" content="https://www.car-x.is/static/sitemap/lg/9a53f2f58c50e7d79eebad1322c38b85-og.png?v=1766114941">
<meta property="og:url" content="https://www.car-x.is/">
<meta property="og:site_name" content="CAR-X">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="is_IS">
<meta property="og:type" content="website">
<title>CAR-X</title>
<link href="/static/themes/2020/theme.css?v=788a5de9f3" rel="stylesheet" media="all" type="text/css" />
<link href="/is/moya/feed" rel="alternate" type="application/rss+xml" title="RSS - Fréttir" >
<link href="/static/files/logo/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" >
<link href="/static/files/logo/favicon/favicon-32x32.png" rel="icon" sizes="32x32" >
<link href="/static/files/logo/favicon/favicon-16x16.png" rel="icon" sizes="16x16" >
<link href="/static/files/logo/favicon/manifest.json" rel="manifest" >
<link href="/static/files/logo/favicon/safari-pinned-tab.svg" rel="mask-icon" color="#ffffff" >
<link href="/favicon.ico" rel="icon" type="image/x-icon" >
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" >
<link href="/static/files/logo/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" >
<link href="/static/files/logo/favicon/favicon-32x32.png" rel="icon" sizes="32x32" >
<link href="/static/files/logo/favicon/favicon-16x16.png" rel="icon" sizes="16x16" >
<link href="/static/files/logo/favicon/site.webmanifest" rel="manifest" >
<link href="/static/files/logo/favicon/safari-pinned-tab.svg" rel="mask-icon" color="#ffffff" >
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Hind:600" media="all" rel="stylesheet" type="text/css" >
<style type="text/css" media="screen">
<!--
:root {--banner-width:780px;--banner-height:420px;--banner-ratio:53.84615%}#strevda-item-1 .image {background-image:url('/static/strevda/xs/1603904078-shutterstock_516382738.jpg');}#strevda-item-1 .image span {background-image:url('/static/strevda/1603904078-shutterstock_516382738.jpg');}@media only screen and (max-width:767px) {#strevda-item-1 .image {background-image:url('/static/strevda/lg/1603904078-shutterstock_516382738.jpg');}}
-->
</style>
<style type="text/css" media="screen">
<!--
:root {--color-first: #e72427;--color-first-rgb: 231,36,39;--color-first-dark-rgb: 173,27,29;--color-second: #ff262a;--color-second-rgb: 255,38,42;--color-second-dark-rgb: 191,29,32;--color-third: #000000;--color-third-rgb: 0,0,0;--color-third-dark-rgb: 0,0,0;--font-family-body:Hind;--font-family-headings:Hind;--font-family-heading-weight:600;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700}
-->
</style>
</head>
<body class="forsida frontpage hasBanner bannerLayout3 hideright has-dropdown-menu" data-static-version="1766114941">
<div id="page">
<header>
<a href="#main" id="skipToMain" class="sr-only sr-only-focusable">Fara í efni</a>
<div id="siteinfo" class="hidden">
<h1>CAR-X</h1>
</div>
<div class="contentWrap">
<div class="logo">
<a href="/is">
<img src="/static/files/logo/logo.svg" alt="">
</a>
</div>
<button id=
Open service 3.174.46.18:80 · www.car-x.is
2025-12-19 03:58
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:58:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.car-x.is/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Ne1792dMqwiI8nDiIO8DNiIlKNa56MLEqANDo69a02t-lTht7pVRtg== 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 3.174.46.18:443 · scrum-cjgg.com
2025-12-19 03:54
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 03:54:46 GMT Location: https://www.scrum-cjgg.com/ X-Cache: Miss from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: jfUlyn6cOFAjUJ14l2IQJBHtEl0NDPIu7hoJPLROwSXAS9QD8ONo2g==
Open service 3.174.46.18:80 · scrum-cjgg.com
2025-12-19 03:54
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:54:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://scrum-cjgg.com/ X-Cache: Redirect from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: QHLLRBodgjrSDEy-Ah_AW_Hp3XYuQb9ZyaqwOumPCrOkCkPUFmMvMw== 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 3.174.46.18:80 · d2huqrf6rxycnm.amplifyapp.com
2025-12-19 03:49
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:49:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d2huqrf6rxycnm.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 2uQwk2RhZokVZbShsS8dMOKnApWehQYU9C_zotMs_bBTWzQd4L9qWg== 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 3.174.46.18:443 · d2huqrf6rxycnm.amplifyapp.com
2025-12-19 03:49
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 03:49:45 GMT X-Cache: Error from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: g9MCAxMHnMtuHc_Ls-tBHpAxSXnY9fGcRPRJSROX_MmkoS2v-VqnVA==
Open service 3.174.46.18:443 · www.2-1-7.com
2025-12-19 03:49
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 893
Connection: close
Last-Modified: Sun, 11 May 2025 10:43:36 GMT
x-amz-version-id: JMjQlQZsyzg5qh8jdvAUF7kV58VzROLd
Server: AmazonS3
Date: Thu, 18 Dec 2025 21:07:13 GMT
ETag: "9a637f9391b2bbbff90e643f12e241c7"
X-Cache: Hit from cloudfront
Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 1mYJXVJ1XuQSVnKUB3KsNLFxbEhA3ZcTfztm_aX1d2Dv_mvHTtXIjg==
Age: 24148
Page title: 2-1-7
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel="icon" href="/favicon.ico"><title>2-1-7</title><script async src="https://www.googletagmanager.com/gtag/js?id=G-1K03W05Z2D"></script><script>window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1K03W05Z2D');</script><script defer="defer" src="/js/chunk-vendors.abe47fa2.js"></script><script defer="defer" src="/js/app.31f0bbf3.js"></script><link href="/css/app.d66d24bd.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but 2-1-7 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
Open service 3.174.46.18:80 · 2-1-7.com
2025-12-19 03:49
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:49:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://2-1-7.com/ X-Cache: Redirect from cloudfront Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 03ippUMONKgUchGKQKPslZxaqyq52-3U0fDMsT9ifcdmR_fIab728Q== 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 3.174.46.18:443 · 2-1-7.com
2025-12-19 03:49
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 893
Connection: close
Last-Modified: Sun, 11 May 2025 10:43:36 GMT
x-amz-version-id: JMjQlQZsyzg5qh8jdvAUF7kV58VzROLd
Server: AmazonS3
Date: Thu, 18 Dec 2025 21:07:13 GMT
ETag: "9a637f9391b2bbbff90e643f12e241c7"
X-Cache: Hit from cloudfront
Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: I9MB3H5oZww4-75uZhQhjrAPwkJZnbzBtEuhwEHf0Y0ZoTbnZ-fi0Q==
Age: 24147
Page title: 2-1-7
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel="icon" href="/favicon.ico"><title>2-1-7</title><script async src="https://www.googletagmanager.com/gtag/js?id=G-1K03W05Z2D"></script><script>window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1K03W05Z2D');</script><script defer="defer" src="/js/chunk-vendors.abe47fa2.js"></script><script defer="defer" src="/js/app.31f0bbf3.js"></script><link href="/css/app.d66d24bd.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but 2-1-7 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
Open service 3.174.46.18:80 · www.2-1-7.com
2025-12-19 03:49
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:49:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.2-1-7.com/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: vg-eUMgWoWAzjugJGi5y7d15fMXHOY_W50L8nkw94pBeJuxWGVgkHg== 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 3.174.46.18:443 · www.868br06.com
2025-12-19 03:41
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 126325 Connection: close Date: Fri, 19 Dec 2025 03:41:20 GMT Cache-Control: s-maxage=600,public,max-age=0 Last-Modified: Fri, 19 Dec 2025 03:04:35 GMT ETag: "db5fc0a29543d9842546275197df1f23" Server: AmazonS3 X-Cache: Hit from cloudfront Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 97Vyu7epJqq1e3I5hyBqbZRlhMkyjfPngW983OmqRLZu51UwTWh33Q== Vary: Origin Page title: Jogue os Melhores Caça-Níqueis Online no 868BR – Ganhe Grandes Prêmios! <!DOCTYPE html><html lang=en data-version="Thu Dec 18 2025 01:47:07 GMT+0000 (Coordinated Universal Time)" data-template-type=lobby data-request-id=c6f30550b9c2109ca9578405e46da29b data-render="Fri Dec 19 2025 03:04:34 GMT+0000 (Coordinated Universal Time)" data-render-init=v6.5.133 style=--skin__ID:1-3;--skin__accent_1:#04BE02;--skin__accent_1__toRgbString:4,190,2;--skin__accent_2:#EA4E3D;--skin__accent_2__toRgbString:234,78,61;--skin__accent_3:#FFAA09;--skin__accent_3__toRgbString:255,170,9;--skin__alt_border:#C5E2D2;--skin__alt_border__toRgbString:197,226,210;--skin__alt_lead:#FFFFFF;--skin__alt_lead__toRgbString:255,255,255;--skin__alt_neutral_1:#C5E2D2;--skin__alt_neutral_1__toRgbString:197,226,210;--skin__alt_neutral_2:#7DB39E;--skin__alt_neutral_2__toRgbString:125,179,158;--skin__alt_primary:#FACF20;--skin__alt_primary__toRgbString:250,207,32;--skin__alt_text_primary:#333333;--skin__alt_text_primary__toRgbString:51,51,51;--skin__bg_1:#194C38;--skin__bg_1__toRgbString:25,76,56;--skin__bg_2:#22674B;--skin__bg_2__toRgbString:34,103,75;--skin__border:#2A815F;--skin__border__toRgbString:42,129,95;--skin__bs_topnav_bg:#22674B;--skin__bs_topnav_bg__toRgbString:34,103,75;--skin__bs_zc_an1:#194C38;--skin__bs_zc_an1__toRgbString:25,76,56;--skin__bs_zc_bg:#22674B;--skin__bs_zc_bg__toRgbString:34,103,75;--skin__btmnav_active:#FACF20;--skin__btmnav_active__toRgbString:250,207,32;--skin__btmnav_def:#C5E2D2;--skin__btmnav_def__toRgbString:197,226,210;--skin__btn_color_1:#FACF20;--skin__btn_color_1__toRgbString:250,207,32;--skin__btn_color_2:#FACF20;--skin__btn_color_2__toRgbString:250,207,32;--skin__cards_text:#C5E2D2;--skin__cards_text__toRgbString:197,226,210;--skin__ddt_bg:#2A815F;--skin__ddt_bg__toRgbString:42,129,95;--skin__ddt_icon:#22674B;--skin__ddt_icon__toRgbString:34,103,75;--skin__filter_active:#FACF20;--skin__filter_active__toRgbString:250,207,32;--skin__filter_bg:#194C38;--skin__filter_bg__toRgbString:25,76,56;--skin__home_bg:#194C38;--skin__home_bg__toRgbString:25,76,56;--skin__icon_1:#FACF20;--skin__icon_1__toRgbString:250,207,32;--skin__icon_tg_q:#C5E2D2;--skin__icon_tg_q__toRgbString:197,226,210;--skin__icon_tg_z:#C5E2D2;--skin__icon_tg_z__toRgbString:197,226,210;--skin__jackpot_text:#FFFFFF;--skin__jackpot_text__toRgbString:255,255,255;--skin__jdd_vip_bjc:#FFAA09;--skin__jdd_vip_bjc__toRgbString:255,170,9;--skin__kb_bg:#194C38;--skin__kb_bg__toRgbString:25,76,56;--skin__label_accent3:#FFAA09;--skin__label_accent3__toRgbString:255,170,9;--skin__labeltext_accent3:#FFFFFF;--skin__labeltext_accent3__toRgbString:255,255,255;--skin__lead:#FFFFFF;--skin__lead__toRgbString:255,255,255;--skin__leftnav_active:#333333;--skin__leftnav_active__toRgbString:51,51,51;--skin__leftnav_def:#C5E2D2;--skin__leftnav_def__toRgbString:197,226,210;--skin__neutral_1:#C5E2D2;--skin__neutral_1__toRgbString:197,226,210;--skin__neutral_2:#7DB39E;--skin__neutral_2__toRgbString:125,179,158;--skin__neutral_3:#7DB39E;--skin__neutral_3__toRgbString:125,179,158;--skin__primary:#FACF20;--skin__primary__toRgbString:250,207,32;--skin__profile_icon_1:#FACF20;--skin__profile_icon_1__toRgbString:250,207,32;--skin__profile_icon_2:#FACF20;--skin__profile_icon_2__toRgbString:250,207,32;--skin__profile_icon_3:#FACF20;--skin__profile_icon_3__toRgbString:250,207,32;--skin__profile_icon_4:#FACF20;--skin__profile_icon_4__toRgbString:250,207,32;--skin__profile_toptext:#FFFFFF;--skin__profile_toptext__toRgbString:255,255,255;--skin__search_icon:#FACF20;--skin__search_icon__toRgbString:250,207,32;--skin__table_bg:#194C38;--skin__table_bg__toRgbString:25,76,56;--skin__text_accent3:#FFFFFF;--skin__text_accent3__toRgbString:255,255,255;--skin__text_primary:#333333;--skin__text_primary__toRgbString:51,51,51;--skin__tg_accent_1:#B8E3C2;--skin__tg_accent_1__toRgbString:184,227,194;--skin__tg_accent_3:#FAECC9;--skin__tg_accent_3__toRgbString:250,236,201;--skin__tg_primary:#FFF9CD;--skin__tg_primary__toRgbString:255,249,205;--skin__web_bs_yj_bg:#22674B;--skin__web_bs_yj_bg__toRgbString:34,103,75;--skin__web_bs_zc_an2:#FFFFFF;--skin__web_bs_zc_an2__toRgbString:255,255,25
Open service 3.174.46.18:80 · www.868br06.com
2025-12-19 03:41
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:41:19 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.868br06.com/ X-Cache: Redirect from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: V9rsl_2kbgdCi3m-5Iyn0kP8mUg-RcsEur6qYgGqRmXUt8QCfAyyPg== Vary: Origin 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 3.174.46.18:443 · d3qvbknpb0apnr.amplifyapp.com
2025-12-19 03:36
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 03:36:45 GMT X-Cache: Error from cloudfront Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: W2kneLSYtqYoPy1tXQswibgsb08KUrwOAiobxf4DNnWhheXtqlDczQ==
Open service 3.174.46.18:80 · d3qvbknpb0apnr.amplifyapp.com
2025-12-19 03:36
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:36:44 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d3qvbknpb0apnr.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: wvQrGqJD2s0MKTKDVMivKZqv1ayFeMSZl3ki4w4z7vq_V4XjmMBSzw== 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 3.174.46.18:443 · dzfbvvkdf8xs9.amplifyapp.com
2025-12-19 03:23
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 03:23:38 GMT X-Cache: Error from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 4VEzZNgAvRedQeJcdtmDqwwZ-4yW8XO5MVRSbwAhC0nK5EEFfNnIkQ==
Open service 3.174.46.18:80 · dzfbvvkdf8xs9.amplifyapp.com
2025-12-19 03:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:23:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dzfbvvkdf8xs9.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: yPXZraQbFGFVc8-jsV6MgKWWd3Kwlo3igbHg20-O6WBvEu7d1a2Lag== 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 3.174.46.18:80 · d2aeolnsm8yfyq.amplifyapp.com
2025-12-19 03:22
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:22:12 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://d2aeolnsm8yfyq.amplifyapp.com/ X-Cache: Redirect from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: kzLZYEtnOvEYCUAjKj9WQyv5iF9Ch5bWqM0580LcflV7ymEzTSSIvA== 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 3.174.46.18:443 · d2aeolnsm8yfyq.amplifyapp.com
2025-12-19 03:22
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 03:22:12 GMT X-Cache: Error from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: DqWpwYwpKUSLhphCSB7DZl5dXogfZip-NvwajFXZXEwwurX-EFCsRg==
Open service 3.174.46.18:80 · ercp-vonage.preprod.rofim.doctor
2025-12-19 03:01
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:01:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ercp-vonage.preprod.rofim.doctor/ X-Cache: Redirect from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 1nr5M9M3JtUKaGLJvNIPxMaTaJmJUhXkHysClz8HRhL5AuwuUSUzpA== 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 3.174.46.18:443 · ercp-vonage.preprod.rofim.doctor
2025-12-19 03:01
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 716 Connection: close Last-Modified: Mon, 04 Aug 2025 10:34:29 GMT x-amz-server-side-encryption: AES256 Accept-Ranges: bytes Server: AmazonS3 Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval' https://app.satismeter.com; connect-src 'self' blob: data: https://preprod.rofim.doctor https://*.preprod.rofim.doctor wss://*.preprod.rofim.doctor https://s3.eu-west-1.amazonaws.com/rofim-preprod-uploads/ https://api.stripe.com https://*.vonage.com wss://*.vonage.com wss://*.nexmo.com https://*.nexmo.com https://localhost.iconnect.sephira.fr:9987 https://localhost.iconnect.sephira.fr:9988 https://*.tokbox.com https://*.opentok.com wss://*.tokbox.com https://app.satismeter.com; img-src 'self' https: blob: data:; media-src 'self' blob: mediastream: data: https://preprod.rofim.doctor https://*.preprod.rofim.doctor https://s3.eu-west-1.amazonaws.com/rofim-preprod-uploads/; script-src 'self' blob: https://preprod.rofim.doctor https://*.preprod.rofim.doctor https://js.stripe.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://static.opentok.com 'unsafe-inline' 'unsafe-eval' https://app.satismeter.com; script-src-elem 'self' blob: https://preprod.rofim.doctor https://*.preprod.rofim.doctor https://js.stripe.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://static.opentok.com 'unsafe-inline' 'unsafe-eval' https://app.satismeter.com; worker-src 'self' blob: https://preprod.rofim.doctor https://*.preprod.rofim.doctor https://cdn.jsdelivr.net; style-src 'self' https://preprod.rofim.doctor https://*.preprod.rofim.doctor https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://preprod.rofim.doctor https://*.preprod.rofim.doctor data: https://fonts.gstatic.com; object-src 'none'; frame-src *; frame-ancestors 'self' https://preprod.rofim.doctor https://*.preprod.rofim.doctor https://staging.novo-events.fr http://localhost:8080 http://localhost:8100 X-Frame-Options: sameorigin X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Referrer-Policy: same-origin Strict-Transport-Security: max-age=63072000; includeSubdomains; preload Date: Fri, 19 Dec 2025 03:01:39 GMT ETag: "84b807f0fbda9ad78eb9b8c879967ff2" Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: B372ejT08CL2CdOP-o2Bh8qre_QNhMNBb0ZOJCRnLBqFLqIb16ivKQ== Page title: Rofim | visio <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="theme-color" content="#fff"/><meta name="description" content="Rofim Vonage meeting"/><link rel="icon" href="/favicon.ico"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="manifest" href="/manifest.json"/><title>Rofim | visio</title><script defer="defer" src="/static/js/main.26d58c1a.js"></script><link href="/static/css/main.9b7017aa.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 3.174.46.18:443 · loannetwork.app
2025-12-19 03:01
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 60572 Connection: close Date: Wed, 17 Dec 2025 08:01:30 GMT ETag: "s8wf8c33ds1apz" x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: df2HwFDkst5FmHwNUV8fKH1MA-ibUSmWuvzUiHMlXbbUeHCIdqoDSw== Age: 154805 Page title: Home Loans, Personal Loans & Insurance | Loan Network <!DOCTYPE html><!--HuUNWjCfZQlbfrKLbaF8e--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/LufgaBlack-s.p.053cf0be.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaBlackItalic-s.p.5edb9241.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaBold-s.p.e907be54.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaBoldItalic-s.p.68462874.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaExtraBold-s.p.0aec5b0a.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaExtraBoldItalic-s.p.24bf1ec2.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaExtraLight-s.p.47c3fecc.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaExtraLightItalic-s.p.8d2c6148.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaItalic-s.p.24e09bd4.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaLight-s.p.cad8c8a1.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaLightItalic-s.p.7d595652.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaMedium-s.p.657c3b9b.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaMediumItalic-s.p.645b5d51.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaRegular-s.p.fdb89f82.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaSemiBold-s.p.574c0b59.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaSemiBoldItalic-s.p.df291335.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaThin-s.p.ad9f3700.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/LufgaThinItalic-s.p.a57c65b4.ttf" as="font" crossorigin="" type="font/ttf"/><link rel="preload" href="/_next/static/media/c41ca59f1c34ba31-s.p.e20f337c.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" as="image" href="/f-logo.png"/><link rel="preload" as="image" imageSrcSet="/_next/image?url=%2Fhero-visual.jpeg&w=384&q=75 384w, /_next/image?url=%2Fhero-visual.jpeg&w=640&q=75 640w, /_next/image?url=%2Fhero-visual.jpeg&w=750&q=75 750w, /_next/image?url=%2Fhero-visual.jpeg&w=828&q=75 828w, /_next/image?url=%2Fhero-visual.jpeg&w=1080&q=75 1080w, /_next/image?url=%2Fhero-visual.jpeg&w=1200&q=75 1200w, /_next/image?url=%2Fhero-visual.jpeg&w=1920&q=75 1920w, /_next/image?url=%2Fhero-visual.jpeg&w=2048&q=75 2048w, /_next/image?url=%2Fhero-visual.jpeg&w=3840&q=75 3840w" imageSizes="(min-width:1280px) 600px, (min-width:1024px) 540px, (min-width:768px) 48vw, 100vw"/><link rel="preload" as="image" href="/partners/bom.svg"/><link rel="preload" as="image" href="/partners/icici.svg"/><link rel="preload" as="image" href="/partners/sbi.svg"/><link rel="preload" as="image" href="/partners/axis.svg"/><link rel="preload" as="image" href="/partners/boi.svg"/><link rel="preload" as="image" href="/partners/bob.svg"/><link rel="preload" as="image" href="/partners/cbi.svg"/><link rel="preload" as="image" href="/partners/kotak.svg"/><link rel="stylesheet" href="/_next/static/chunks/05f37a00e752b843.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/7809219e573119a7.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/a2421cf30e14ff6
Open service 3.174.46.18:80 · loannetwork.app
2025-12-19 03:01
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 03:01:35 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://loannetwork.app/ X-Cache: Redirect from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: pMWYkgjkQREvsVJ5yEQNc6EsOl8aQ2qUC16oiV1aLhBBDNj_rOHSaw== 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 3.174.46.18:80 · labhouse.kr
2025-12-19 02:37
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Fri, 19 Dec 2025 02:37:14 GMT Pragma: no-cache Location: https://jaord-society.com/ Server: nginx P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE" Set-Cookie: IMWEBVSSID=e430h7om7g57d6t72pucardd7kildi5ppg4ggiv72da74q7qr7tlvj2mbc2rbgb4mcd30m96pscgcmv1a18h51u6rapf0edrcuvi0h1; path=/; domain=labhouse.kr; HttpOnly Set-Cookie: al=KR; expires=Thu, 15-Oct-2026 02:37:14 GMT; Max-Age=25920000; path=/; domain=labhouse.kr; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate X-Cache: Miss from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: qbXCGRtZ7MIc7WnCJfKFMsg_zSJKGqIXNZe8E9v63p7HljFge1uZyg==
Open service 3.174.46.18:443 · labhouse.kr
2025-12-19 02:37
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Fri, 19 Dec 2025 02:37:14 GMT Pragma: no-cache Location: https://jaord-society.com/ Server: nginx P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE" Set-Cookie: IMWEBVSSID=d0jpabak1rv5j3gdloj2aq267r4f9f03sph5gf8kglcrnrurc0s2hek1q6eslmulhulilcva77dm6580g1vp30npi5efa7gucj77fo0; path=/; SameSite=None; Secure=true; domain=labhouse.kr; HttpOnly Set-Cookie: al=KR; expires=Thu, 15-Oct-2026 02:37:14 GMT; Max-Age=25920000; path=/; domain=labhouse.kr; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate X-Cache: Miss from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: kFnmf0NYB8UGd65W9TJkcJLZ-yXBB7Ir7uZl46uxK7tfhp1Hhj_IXw==
Open service 3.174.46.18:80 · app.museu777.win
2025-12-19 02:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 02:17:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://app.museu777.win/ X-Cache: Redirect from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: jAKgObINGPpSIx59mRe_LScCmalnlaidVNXSFmk7CNLh7Jx8NfadXw== Vary: Origin 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 3.174.46.18:443 · app.museu777.win
2025-12-19 02:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 560
Connection: close
Last-Modified: Sat, 15 Feb 2025 08:04:05 GMT
Server: AmazonS3
Date: Fri, 19 Dec 2025 02:17:37 GMT
ETag: "adc9cff5fcc9bc85f7001da54035dbd2"
X-Cache: RefreshHit from cloudfront
Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: IXeTlmBxE59eLj9OR8WNBYeTn8UIOUTkZZJZM3rQ-YfFFFP0vwGAJQ==
Vary: Origin
Page title: Hello World
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
h1 {
color: #333;
}
</style>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
Open service 3.174.46.18:80 · echelonmatrix.com
2025-12-19 02:14
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 02:14:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://echelonmatrix.com/ X-Cache: Redirect from cloudfront Via: 1.1 91f9ae5c4c6ce22b44c67a0ef057a69c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 9QxMTh4HZN2seRsN9dexqAKIRQahA3lEy-T8CPK4xSVQJbh-0Gtp3g== 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 3.174.46.18:443 · echelonmatrix.com
2025-12-19 02:14
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 15254
Connection: close
Date: Fri, 19 Dec 2025 02:14:33 GMT
Last-Modified: Fri, 19 Dec 2025 02:12:14 GMT
x-amz-version-id: Fj666QQwzHfT4cL3s_7zl8wwsjW3zcm6
ETag: "fb239df266e5d7bf99052826e2a5db4e"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: A8V9Ci7qJAsuynMBwDupcaihiSStwrEvohPPcQ3Qg4JS3MKInEtrcg==
Page title:
Echelon Matrix Systems International Ltd - Transforming Tomorrow Through
Technology
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Echelon Matrix Systems International Ltd - Transforming Tomorrow Through
Technology
</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
@keyframes float {
0%,
100% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(251, 146, 60, 0.5);
}
50% {
box-shadow: 0 0 40px rgba(251, 146, 60, 0.8);
}
}
@keyframes slide-in {
from {
transform: translateX(-100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
.float-animation {
animation: float 3s ease-in-out infinite;
}
.pulse-glow {
animation: pulse-glow 2s ease-in-out infinite;
}
.slide-in {
animation: slide-in 0.6s ease-out forwards;
}
.gradient-text {
background: linear-gradient(135deg, #f97316, #fb923c, #fbbf24);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.glass-effect {
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.hover-lift {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body
class="bg-gradient-to-br from-orange-50 via-amber-50 to-yellow-50 overflow-x-hidden"
>
<!-- Navigation -->
<nav class="fixed top-0 w-full z-50 glass-effect">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<div class="flex items-center space-x-2">
<i data-lucide="cpu" class="w-8 h-8 text-orange-600"></i>
<span class="text-2xl font-bold gradient-text">ECHELON MATRIX</span>
</div>
<div class="hidden md:flex space-x-8">
<a
href="#home"
class="text-gray-700 hover:text-orange-600 transition-colors"
>Home</a
>
<a
href="#about"
class="text-gray-700 hover:text-orange-600 transition-colors"
>About</a
>
<a
href="#services"
class="text-gray-700 hover:text-orange-600 transition-colors"
>Services</a
>
<a
href="#contact"
class="text-gray-700 hover:text-orange-600 transition-colors"
>Contact</a
>
</div>
<button id="mobile-menu" class="md:hidden">
<i data-lucide="menu" class="w-6 h-6 text-gray-700"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section
id="home"
class="min-h-screen flex items-center justify-center relative overflow-hidden"
>
<div class="absolute inset-0 z-0">
<div
class="absolute top-20 left-20 w-72 h-72 bg-orange-200 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob"
></div>
<div
class="absolute top-40 right-20 w-72 h-72 bg-amber-200 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-2000"
></div>
<div
class="absolute bottom-20 left-40 w-72 h-72 bg-yellow-200 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-4000"
></div>
</div>
<div class="container mx-auto px-6 z-10">
<div class="flex flex-col lg:flex-row items-center">
Open service 3.174.46.18:80 · cdn.shoutouthtx.com
2025-12-19 02:08
HTTP/1.1 403 Forbidden Content-Type: application/xml Transfer-Encoding: chunked Connection: close x-amz-bucket-region: us-west-1 Server: AmazonS3 Date: Fri, 19 Dec 2025 02:08:35 GMT X-Cache: Error from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: fvZenckIyNReq7tqkESOPY8uZr5IgFF6nV3wNw3j8XQEGevZFQR_1Q== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
Open service 3.174.46.18:443 · cdn.shoutouthtx.com
2025-12-19 02:08
HTTP/1.1 403 Forbidden Content-Type: application/xml Transfer-Encoding: chunked Connection: close x-amz-bucket-region: us-west-1 Server: AmazonS3 Date: Fri, 19 Dec 2025 02:08:34 GMT X-Cache: Error from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: gFXC8GFcbIa8f1MZ4GEIkP_NL-ocK6ug4_1hb0Q7l9l4dRSDobDF8A== <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
Open service 3.174.46.18:80 · hauteculturepress.com
2025-12-19 01:48
HTTP/1.1 403 Forbidden Content-Type: text/html; charset=iso-8859-1 Content-Length: 199 Connection: close Date: Fri, 19 Dec 2025 01:48:28 GMT Server: Apache/2 X-Cache: Error from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: N_SnA0m3UAvEgOESbmMVE7ZwXk0D9rLVRiq8YZlqQUIXegxtotmkMw== Page title: 403 Forbidden <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> </body></html>
Open service 3.174.46.18:443 · hauteculturepress.com
2025-12-19 01:48
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=UTF-8 Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 01:48:29 GMT Server: Apache/2 X-Redirect-By: WordPress Location: https://www.hauteculturepress.com/ Vary: User-Agent X-Cache: Miss from cloudfront Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: BK0DZ27zhN5TIcKEYAM4Xo8BUPE7TUyCTQnqhkRp7C2VdAN6-MZDIg==
Open service 3.174.46.18:80 · www.loucosesantos.com.br
2025-12-19 01:22
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 19 Dec 2025 01:22:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.loucosesantos.com.br/ X-Cache: Redirect from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: pheSHGiOl1Q1bn4wWvaOG-khEjVOgHuW_VzskQu9tGEXzKgF4U37gg== 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 3.174.46.18:443 · www.loucosesantos.com.br
2025-12-19 01:22
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Date: Fri, 19 Dec 2025 01:22:08 GMT X-VTEX-Cache-Backend-Connect-Time: 0.001 X-VTEX-Cache-Backend-Header-Time: 0.240 Server: nginx Cache-Control: public, max-age=626, s-maxage=60, stale-while-revalidate=1200, stale-if-error=3600 ETag: "453DDC4648D863D064E86D25EB98339A" X-VTEX-Janus-Router-Backend-App: io-production-vstore-group-1-1a-cl4 X-Router-Cache: MISS X-Vtex-Io-Cluster-Id: prod-dj-iostore-eks-use1a-cl4 X-Frame-Options: SAMEORIGIN x-vtex-product: store x-vtex-renderer: render@8 x-vtex-etag-control: public, max-age=626 Link: <https://loucossantos.vtexassets.com>; rel="dns-prefetch",<https://loucossantos.vtexassets.com>; rel="preconnect"; crossorigin,<https://www.google-analytics.com>; rel="dns-prefetch",<https://www.googletagmanager.com>; rel="dns-prefetch",<https://connect.facebook.net>; rel="dns-prefetch" X-Vtex-Router-Elapsed-Time: 00:00:00.2367707 X-Request-ID: 1b1b8fa83f534d49acdca5c7ee0c779d X-Vtex-Router-Version: 9.17.17 X-Vtex-Backend-Elapsed-Time: 00:00:00.2343841 X-VTEX-Cache-Status: EXPIRED X-Powered-By-VTEX-Cache: 2.6.1 X-VTEX-Cache-Server: ip-10-203-63-248.ec2.internal X-VTEX-Cache-Time: 0.239 Vary: Accept-Encoding,accept-encoding X-Cache: Miss from cloudfront Via: 1.1 a76fa9726ee874821e5dfb7bf947ffbc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: CcxbLbUjHp_tdREoTO0pcxIvB2eu9tB47MwEkfXXABNyJ-4jgsc4Fg==
autoparts.koch33toyota.com 5 dev.bposa360.com 3 djphrases.com 1 49276.cc 1 achievingpersonalgreatness.com 3 warzonechasers.com 3 2anx581jikd.xyz 1 hbwwz887uvp.xyz 1 1hlnhyp3dlq.xyz 1 5qah05p1s24.xyz 1 38eeektooz9.xyz 1 a3g9q6no3m2.xyz 1 czkj3lx3um7.xyz 1 408511.cc 1 besame.fm 3 d2dbclk6rdhk4y.amplifyapp.com 0 status.greenflux.com 0 digitaljoegeorge.com 7 staging.clickandglowtahiti.pf 0 sushicafejacksonvilletogo.com 1 galleriesmedicalpractice.co.uk 1 kitchen16yami.com 3 dtdimsumtea.com 1 www.galera8.com 0 20xwicplay.com 2 merchant.sandbox.payeah.xyz 3 honeycomb-illustrations.hive-dev.flixbus.com 0 463511.com 1 etechlogixprojects.com 3 realtorjian.ca 1 newportleasing.ca 2 radiumtree.com 0 www.symbosystems.com 1 integration.animoto.com 1 ctd-consulting.co.uk 3 lastping.me 1 jeuxdesprit.ca 1 imainsurance.org 1 midas99.club 1 kokorokara.store 1 www.kokorokara.store 1 indiagatewa.com 1 apsrchrdr.com 1 treomindbypromake.com 0 fureaiigo-net.com 1 photoinsuranceoptions.com 1 borrowaboat.com 1 499047.com 1 pxtdev.com 1 bordewijklaan21.nl 1 bartleygreenmedicalpractice.co.uk 1 telepodsee.com 1 louis-test.unition.life 1 forgelabs.net 1 okeygame.cc 1 snijdersberg13.nl 1 caiogomes.dev 1 sakiwedding.com 1 okeygame.fun 1 okeygame.vip 1 tizzaplay.com 1 illuslot.vip 1 combatmaze.com 1 genshindle.com 1 testff123.whirlpoolgroup.fr 0 hostingpics.net 1 flippertaps.com 1 shop.kobetea.co.jp 1 www.translucia.com 1 translucia.com 1 www.underarmour.com.br 1 brandnexity.com 1 iq.mc-page-conditions-double.staging.dat.com 1 iq.mc-page-conditions-double-staging.staging.dat.com 1 gamma-fe.multi-entity.paragon.amazon.dev 1 signin.contenzi.com 1 d2buqwpn6arvuk.amplifyapp.com 1 d26hfeqd01netf.amplifyapp.com 1 minordkl.com.au 1 d6pf5f42tf0h9.amplifyapp.com 1 d1qhe1hqvulz3o.amplifyapp.com 1 janyuwa.cc 1 dwyrlnthnvezq.amplifyapp.com 1 qa01.instantpaytest.aptyspayments.com 1 da7bwtj03s1fp.amplifyapp.com 1 d20thh34bengo4.amplifyapp.com 1 eventos-dev.work 1 mta-sts.lampenschirm-atelier.ch 1 pbgb.dxp1.preprod.eu.dynp.cloud1.vv1865.com 1 bond-seat.com 1 www.bond-seat.com 1 development-hub.tabnine.com 1 merchantportal.dash.com.sg 1 stg-member.aurora.co.nz 1 stg-admin.aurora.co.nz 1 stg-onboarding.aurora.co.nz 1 mta-sts.iranshahr.net 1 www.jw-bearing.com 1 status.ollyolly.com 1 mounjavive.org 1 gangprint.co.uk 1 ateyfathertold.org 1 inmindmotion.com 1 www.antoniadigital.com 1 arctouch.com 1 zurichmass.com 1 299933.com 1 pentest.partnerpanel.ari10.com 1 360platform.inmarket.com 1 www.car-x.is 1 scrum-cjgg.com 1 d2huqrf6rxycnm.amplifyapp.com 1 www.2-1-7.com 1 2-1-7.com 1 www.868br06.com 1 d3qvbknpb0apnr.amplifyapp.com 1 dzfbvvkdf8xs9.amplifyapp.com 1 d2aeolnsm8yfyq.amplifyapp.com 1 ercp-vonage.preprod.rofim.doctor 1 loannetwork.app 1 labhouse.kr 1 app.museu777.win 1 echelonmatrix.com 1 cdn.shoutouthtx.com 1 hauteculturepress.com 1 www.loucosesantos.com.br 1