Help
RSS
API
Feed
Maltego
Contact
Domain > bl.blitzvpn-boost.top
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-23
104.21.52.52
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 23 Feb 2026 17:43:16 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Tue, 01 Apr 2025 15:02:10 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sio4NAZ7lpbpUPM1dJZr1eKHaBGdxBW%2Fs4IMLiDhPdvUQBZ%2B2cv5oBKjTd6QHtAIvo2syGQvcJxO5fc2fUJVaY1pz6CCpavN4t3%2FzJMuTv0%2BbXOAtig%3D%3D}}cf-cache-status: DYNAMICCF-RAY: 9d2886447aa11509-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Request Header Logging/title>/head>body> h1>Open the console to see the request headers!/h1> p>Network request headers will be printed in the console during page load./p> script> // 重写 fetch 方法来捕获请求头 const originalFetch window.fetch; window.fetch function(url, options {}) { console.log(`Fetching URL: ${url}`); if (options.headers) { console.log(Request Headers:); options.headers.forEach((value, key) > { console.log(`${key}: ${value}`); }); } return originalFetch(url, options) .then(response > { console.log(Response Headers:); response.headers.forEach((value, key) > { console.log(`${key}: ${value}`); }); return response; }); }; // 重写 XMLHttpRequest 捕获请求头 const originalOpen XMLHttpRequest.prototype.open; const originalSend XMLHttpRequest.prototype.send; XMLHttpRequest.prototype.open function(method, url, async, user, password) { this._url url; this._method method; return originalOpen.apply(this, arguments); }; XMLHttpRequest.prototype.send function(body) { const xhr this; xhr.onload function() { const headers xhr.getAllResponseHeaders(); console.log(`Request Headers for ${xhr._url}:`); headers.split(\r\n).forEach(header > { if (header) { const key, value header.split(: ); console.log(`${key}: ${value}`); } }); console.log(Request Method:, xhr._method); console.log(Request Body:, body); }; return originalSend.apply(this, arguments); }; // 使用 Performance API 捕获所有网络请求 window.onload function() { // 等待网页加载完成后获取所有请求 setTimeout(() > { const resources performance.getEntriesByType(resource); resources.forEach((entry) > { if (entry.initiatorType xmlhttprequest || entry.initiatorType fetch) { console.log(Captured Resource:, entry.name); } }); }, 1000); }; /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
]