ESA
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: low
Fingerprint: 5f32cf5d6962f09c8329733f8329733fbe7e56f7ca7463ffcd93303796f7cbf2
Found 10 files trough .DS_Store spidering: /css /favicon.ico /img /img/game-treasure-of-aztec.a5c2342b.png /img/show1.jpg /img/show2.jpg /img/show3.jpg /img/wow33-static-png.2cad6ed9.png /index.html /js
Open service 163.181.131.211:443 · togame3.com
2026-01-23 15:09
HTTP/1.1 403 Forbidden
Server: ESA
Date: Fri, 23 Jan 2026 15:09:10 GMT
Content-Type: text/html
Content-Length: 4266
Connection: close
X-Tengine-Error: non-existent domain
Via: ens-cache5.de7[,0]
Timing-Allow-Origin: *
EagleId: a3b5839917691809503456477e
Page title: Document
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style> * { box-sizing: border-box; } html { height: 100%; font-style: normal; } body{ height: 100%; margin: 0; padding: 0; font-style: normal; font-family: PingFang SC; .error-page{ position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 70%; padding-top: 150px; max-width: 920px; .http-status { font-size: 68px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #FF6A00; } .title { font-size: 24px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #333333; } .desc { margin-top: 4px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: normal; color: #333333; } .request{ margin-top: 16px; width: 100%; height: 84px; border-radius: 6px; background: #F9F9F9; box-sizing: border-box; border: 1px solid #F4F4F4; padding: 16px 24px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: normal; color: #555555; .request-time { margin-top: 8px; }} .error-img { margin-top: 16px; width: 100%; img{ width: 100%; } } } .footer{ border-top: 1px solid #F4F4F4; position: fixed; text-align: center; line-height: 45px; height: 45px; width: 100%; bottom: 0; font-size: 16px; font-weight: 500; letter-spacing: normal; color: #AAAAAA; a{ color: #0064C8; text-decoration:none } } } </style>
<script>
window.__ESA_ERROR_PAGE_INFO = {
http_status: 403
,title: "Forbidden"
,desc: "This error indicates that the client's request was understood by the server but cannot be fulfilled due to insufficient permissions to access the requested resource."
,datetime: new Date().toUTCString()
,traceid: "a3b5839917691809503456477e"
,x_site_origin_resp_info: ""
};
</script>
</head>
<body>
<div class="error-page">
<div class="http-status"></div>
<div class="title"></div>
<div class="desc">
</div>
<div class="request">
<div class="request-id"></div>
<div class="request-time"></div>
</div>
<div class="error-img"></div>
</div>
<div class="footer">Performance & Security by <a href="https://www.alibabacloud.com/help/en/edge-security-acceleration/esa/product-overview/what-is-esa">ESA</a></div>
</body>
<script>
var { http_status, title, desc, traceid, datetime, x_site_origin_resp_info } = window.__ESA_ERROR_PAGE_INFO
var hundredDigit = Math.floor(http_status / 100);
var imgLinks = {
'clientError': 'https://img.alicdn.com/imgextra/i1/O1CN01UFU7Za20FcE57RuJ0_!!6000000006820-2-tps-1840-504.png',
'esaError': 'https://img.alicdn.com/imgextra/i2/O1CN01JGkrte1mu0XIkuUx2_!!6000000005013-2-tps-1840-504.png',
'serverError': 'https://img.alicdn.com/imgextra/i4/O1CN01fhinso28KfWUOinu6_!!6000000007914-2-tps-1840-504.png'
}
var imgSrc = undefined
var flag5xx = x_site_origin_resp_info.split('||')[1]
if (hundredDigit === 4) {
if (http_status === 403) {
imgSrc = undefined
} else {
imgSrc = imgLinks['clientError']
}
} else if (hundredDigit === 5) {
if (flag5xx === '2' || flag5xx === '0') {
imgSrc = imgLinks['serverError']
}else if(flag5xx === '1') {
imgSrc = imgLinks['esaError']
}else{
imgSrc = imgLinks['esaError']
}
}
window.onload = function () {
var httpStatus = document.getElementsByClassName('http-status')[0];
httpStatus.innerHTML = http_status;
var errorTitle = document.getElementsByClassName('title')[0];
errorTitle.innerHTML = title;
var subContent = document.getElementsByClassName('desc')[0];
subContent.innerHTML = desc;
var requestId = document.getElementsByClassName('request-id')[0];
requestId.innerHTML = `Request ID: ${traceid}`;
var requestTime = document.getElementsByClassName('request-time')[0];
requestTime.innerHTML = datetim