Help
RSS
API
Feed
Maltego
Contact
Domain > 1pass.888099.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-01
172.67.207.81
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 01 Feb 2026 06:06:53 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Tue, 03 Jun 2025 13:57:49 GMTvary: Accept-EncodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}strict-transport-security: max-age31536000Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sC0rKzSisyqDJQCv3EO959cU%2BxMHn8ZztdWVzE94HrJyLOHUgsTNxrOTSXILCJ8iC0x%2BKjRnhONdfiK4fhvgJLgWv2kb71FvdEAovzCZGzOY%3D}}cf-cache-status: DYNAMICCF-RAY: 9c6f43eadd6f758f-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen> head> meta charsetUTF-8 /> title>jump.../title> /head> body> script> // 定义要测试的域名列表 const domains my.1password.com/signin/zh-cn; // 定义备用域名 const fallbackDomain my.1password.com/signin/zh-cn; // 定义总体超时时间(毫秒) const totalTimeout 2000; // 定义单个域名的测试超时时间(毫秒) const singleDomainTimeout 1500; // 使用 Fetch API 测试单个域名 function testDomain(domain) { const controller new AbortController(); const timeoutId setTimeout(() > controller.abort(), singleDomainTimeout); const startTime performance.now(); return fetch(`https://${domain}`, { method: HEAD, mode: no-cors, signal: controller.signal, }) .then(() > { clearTimeout(timeoutId); return { domain, time: performance.now() - startTime }; }) .catch((error) > { clearTimeout(timeoutId); console.log(`Error testing ${domain}:`, error); return { domain, time: Infinity }; }); } // 主函数 function runSpeedTest() { let redirected false; // 创建一个总体超时 Promise const timeoutPromise new Promise((resolve) > { setTimeout(() > { if (!redirected) { redirected true; console.log(All tests timed out. Redirecting to fallback domain.); window.location.href `https://${fallbackDomain}`; } }, totalTimeout); }); // 对所有域名进行测速 const domainTests domains.map(testDomain); // 使用 Promise.race 来处理测速和超时逻辑 Promise.race(Promise.any(domainTests), timeoutPromise) .then((result) > { if (!redirected && result && result.domain) { redirected true; console.log(`Redirecting to fastest domain: ${result.domain} (${result.time.toFixed(2)}ms)`); window.location.href `https://${result.domain}`; } }) .catch((error) > { console.error(An error occurred during the speed test:, error); if (!redirected) { redirected true; window.location.href `https://${fallbackDomain}`; } }); } // 当页面加载完成后运行测速 window.addEventListener(load, runSpeedTest); /script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]