BunnyCDN-DE1-1080
tcp/443 tcp/80
BunnyCDN-DE1-1333
tcp/443 tcp/80
BunnyCDN-DE1-755
tcp/443 tcp/80
BunnyCDN-DE1-756
tcp/443 tcp/80
Open service 2400:52e0:1e00::1080:1:443 路 loo.pw
2026-01-24 21:21
HTTP/1.1 200 OK
Date: Sat, 24 Jan 2026 21:21:51 GMT
Content-Type: text/html
Content-Length: 2862
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1080
CDN-PullZone: 4556765
CDN-RequestCountryCode: CA
Cache-Control: public, max-age=2592000
Last-Modified: Fri, 26 Sep 2025 16:35:21 GMT
CDN-StorageServer: DE-660
CDN-FileServer: 587
CDN-ProxyVer: 1.43
CDN-RequestPullSuccess: True
CDN-RequestPullCode: 206
CDN-CachedAt: 01/19/2026 13:39:54
CDN-EdgeStorageId: 752
CDN-RequestId: 3f194cc680e783529623575d30a7605d
CDN-Cache: HIT
CDN-Status: 200
CDN-RequestTime: 0
Accept-Ranges: bytes
Page title: loo.pw 馃毥
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>loo.pw 馃毥</title><style> body { font-family: Arial, sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #fafafa; color: #333; text-align: center; } .toilet { font-size: 5rem; margin-bottom: 1rem; } .message { font-size: 1.2rem; margin-bottom: 1rem; } .countdown { font-size: 1rem; color: #666; } </style></head><body><div class="toilet">馃毥</div><div class="message" id="message" style="margin-left: auto; margin-right: auto; max-width: 85vw;"></div><div class="countdown" id="countdown"></div><script> const jokes = [ "You don't know true despair until you've sat down, committed to the cause, and then realized you left your phone in the other room. Time to read the shampoo bottle ingredients for the 800th time.", "My leg fell asleep on the toilet again. Now I have to do the tingly walk of shame out of the bathroom like a baby deer learning to use its legs for the first time.", "That moment of pure, unadulterated terror when you flush the toilet and the water starts rising instead of falling. It's a horror movie in three seconds.", `"Poseidon's Kiss": The cold, unexpected splashback that makes you question all your life choices leading up to that moment.`, "Leaving the toilet seat up isn't the crime. The real crime is using the last square of toilet paper and putting the empty roll back, a betrayal of the highest order." ]; const path = window.location.pathname.slice(1); const domainRegex = /^(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/; const ipRegex = /^(\d{1,3}\.){3}\d{1,3}$/; function showJoke() { const randomJoke = jokes[Math.floor(Math.random() * jokes.length)]; document.getElementById("message").textContent = randomJoke; } function redirectTo(url) { let countdown = 4; const countdownEl = document.getElementById("countdown"); countdownEl.textContent = `Redirecting in ${countdown} seconds...`; const timer = setInterval(() => { countdown--; if (countdown > 0) { countdownEl.textContent = `Redirecting in ${countdown} seconds...`; } else { clearInterval(timer); window.location.href = url; } }, 1000); } if (!path) { showJoke(); } else if (domainRegex.test(path)) { document.getElementById("message").textContent = `Domain lookup for ${path}`; redirectTo(`https://whois.domaintools.com/${path}`); } else if (path.startsWith("_") && domainRegex.test(path.slice(1))) { const domain = path.slice(1); document.getElementById("message").textContent = `BuiltWith lookup for ${domain}`; redirectTo(`https://builtwith.com/${domain}`); } else if (ipRegex.test(path)) { document.getElementById("message").textContent = `IP lookup for ${path}`; redirectTo(`https://ipinfo.io/${path}`); } else { showJoke(); } </script></body></html>
Open service 185.111.111.159:443 路 loo.pw
2026-01-24 21:21
HTTP/1.1 200 OK
Date: Sat, 24 Jan 2026 21:21:51 GMT
Content-Type: text/html
Content-Length: 2862
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1333
CDN-PullZone: 4556765
CDN-RequestCountryCode: CA
Cache-Control: public, max-age=2592000
Last-Modified: Fri, 26 Sep 2025 16:35:21 GMT
CDN-StorageServer: DE-660
CDN-FileServer: 587
CDN-ProxyVer: 1.43
CDN-RequestPullSuccess: True
CDN-RequestPullCode: 206
CDN-CachedAt: 01/19/2026 13:39:54
CDN-EdgeStorageId: 752
CDN-RequestId: c5f2e9826f5a5fe65b9566673a0cc664
CDN-Cache: HIT
CDN-Status: 200
CDN-RequestTime: 0
Accept-Ranges: bytes
Page title: loo.pw 馃毥
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>loo.pw 馃毥</title><style> body { font-family: Arial, sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #fafafa; color: #333; text-align: center; } .toilet { font-size: 5rem; margin-bottom: 1rem; } .message { font-size: 1.2rem; margin-bottom: 1rem; } .countdown { font-size: 1rem; color: #666; } </style></head><body><div class="toilet">馃毥</div><div class="message" id="message" style="margin-left: auto; margin-right: auto; max-width: 85vw;"></div><div class="countdown" id="countdown"></div><script> const jokes = [ "You don't know true despair until you've sat down, committed to the cause, and then realized you left your phone in the other room. Time to read the shampoo bottle ingredients for the 800th time.", "My leg fell asleep on the toilet again. Now I have to do the tingly walk of shame out of the bathroom like a baby deer learning to use its legs for the first time.", "That moment of pure, unadulterated terror when you flush the toilet and the water starts rising instead of falling. It's a horror movie in three seconds.", `"Poseidon's Kiss": The cold, unexpected splashback that makes you question all your life choices leading up to that moment.`, "Leaving the toilet seat up isn't the crime. The real crime is using the last square of toilet paper and putting the empty roll back, a betrayal of the highest order." ]; const path = window.location.pathname.slice(1); const domainRegex = /^(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/; const ipRegex = /^(\d{1,3}\.){3}\d{1,3}$/; function showJoke() { const randomJoke = jokes[Math.floor(Math.random() * jokes.length)]; document.getElementById("message").textContent = randomJoke; } function redirectTo(url) { let countdown = 4; const countdownEl = document.getElementById("countdown"); countdownEl.textContent = `Redirecting in ${countdown} seconds...`; const timer = setInterval(() => { countdown--; if (countdown > 0) { countdownEl.textContent = `Redirecting in ${countdown} seconds...`; } else { clearInterval(timer); window.location.href = url; } }, 1000); } if (!path) { showJoke(); } else if (domainRegex.test(path)) { document.getElementById("message").textContent = `Domain lookup for ${path}`; redirectTo(`https://whois.domaintools.com/${path}`); } else if (path.startsWith("_") && domainRegex.test(path.slice(1))) { const domain = path.slice(1); document.getElementById("message").textContent = `BuiltWith lookup for ${domain}`; redirectTo(`https://builtwith.com/${domain}`); } else if (ipRegex.test(path)) { document.getElementById("message").textContent = `IP lookup for ${path}`; redirectTo(`https://ipinfo.io/${path}`); } else { showJoke(); } </script></body></html>
Open service 185.111.111.159:80 路 loo.pw
2026-01-24 21:21
HTTP/1.1 301 Moved Permanently Date: Sat, 24 Jan 2026 21:21:51 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-1333 CDN-PullZone: 4556765 CDN-RequestCountryCode: CA Location: https://loo.pw/ CDN-RequestId: 121409631a1a0a1bee3851b3edca6f28 CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 2400:52e0:1e00::1080:1:80 路 loo.pw
2026-01-24 21:21
HTTP/1.1 301 Moved Permanently Date: Sat, 24 Jan 2026 21:21:51 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-1080 CDN-PullZone: 4556765 CDN-RequestCountryCode: CA Location: https://loo.pw/ CDN-RequestId: d815037030cff7c26f2c88ed603f5ed5 CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 89.187.169.47:80 路 loo.pw
2025-12-23 17:03
HTTP/1.1 301 Moved Permanently Date: Tue, 23 Dec 2025 17:03:57 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-756 CDN-PullZone: 4556765 CDN-RequestCountryCode: US Location: https://loo.pw/ CDN-RequestId: fccecb97f0726b097e643e436ca86d9f CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 89.187.169.47:443 路 loo.pw
2025-12-23 17:03
HTTP/1.1 200 OK
Date: Tue, 23 Dec 2025 17:03:57 GMT
Content-Type: text/html
Content-Length: 2862
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-756
CDN-PullZone: 4556765
CDN-RequestCountryCode: DE
Cache-Control: public, max-age=2592000
Last-Modified: Fri, 26 Sep 2025 16:35:21 GMT
CDN-StorageServer: DE-635
CDN-FileServer: 587
CDN-ProxyVer: 1.41
CDN-RequestPullSuccess: True
CDN-RequestPullCode: 206
CDN-CachedAt: 12/18/2025 20:44:24
CDN-EdgeStorageId: 752
CDN-RequestId: 83eb362bab7d59c3bb0a423b0e959015
CDN-Cache: HIT
CDN-Status: 200
CDN-RequestTime: 0
Accept-Ranges: bytes
Page title: loo.pw 馃毥
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>loo.pw 馃毥</title><style> body { font-family: Arial, sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #fafafa; color: #333; text-align: center; } .toilet { font-size: 5rem; margin-bottom: 1rem; } .message { font-size: 1.2rem; margin-bottom: 1rem; } .countdown { font-size: 1rem; color: #666; } </style></head><body><div class="toilet">馃毥</div><div class="message" id="message" style="margin-left: auto; margin-right: auto; max-width: 85vw;"></div><div class="countdown" id="countdown"></div><script> const jokes = [ "You don't know true despair until you've sat down, committed to the cause, and then realized you left your phone in the other room. Time to read the shampoo bottle ingredients for the 800th time.", "My leg fell asleep on the toilet again. Now I have to do the tingly walk of shame out of the bathroom like a baby deer learning to use its legs for the first time.", "That moment of pure, unadulterated terror when you flush the toilet and the water starts rising instead of falling. It's a horror movie in three seconds.", `"Poseidon's Kiss": The cold, unexpected splashback that makes you question all your life choices leading up to that moment.`, "Leaving the toilet seat up isn't the crime. The real crime is using the last square of toilet paper and putting the empty roll back, a betrayal of the highest order." ]; const path = window.location.pathname.slice(1); const domainRegex = /^(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/; const ipRegex = /^(\d{1,3}\.){3}\d{1,3}$/; function showJoke() { const randomJoke = jokes[Math.floor(Math.random() * jokes.length)]; document.getElementById("message").textContent = randomJoke; } function redirectTo(url) { let countdown = 4; const countdownEl = document.getElementById("countdown"); countdownEl.textContent = `Redirecting in ${countdown} seconds...`; const timer = setInterval(() => { countdown--; if (countdown > 0) { countdownEl.textContent = `Redirecting in ${countdown} seconds...`; } else { clearInterval(timer); window.location.href = url; } }, 1000); } if (!path) { showJoke(); } else if (domainRegex.test(path)) { document.getElementById("message").textContent = `Domain lookup for ${path}`; redirectTo(`https://whois.domaintools.com/${path}`); } else if (path.startsWith("_") && domainRegex.test(path.slice(1))) { const domain = path.slice(1); document.getElementById("message").textContent = `BuiltWith lookup for ${domain}`; redirectTo(`https://builtwith.com/${domain}`); } else if (ipRegex.test(path)) { document.getElementById("message").textContent = `IP lookup for ${path}`; redirectTo(`https://ipinfo.io/${path}`); } else { showJoke(); } </script></body></html>
Open service 2400:52e0:1e00::755:1:443 路 loo.pw
2025-12-23 17:03
HTTP/1.1 200 OK
Date: Tue, 23 Dec 2025 17:03:57 GMT
Content-Type: text/html
Content-Length: 2862
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-755
CDN-PullZone: 4556765
CDN-RequestCountryCode: NL
Cache-Control: public, max-age=2592000
Last-Modified: Fri, 26 Sep 2025 16:35:21 GMT
CDN-StorageServer: DE-635
CDN-FileServer: 587
CDN-ProxyVer: 1.41
CDN-RequestPullSuccess: True
CDN-RequestPullCode: 206
CDN-CachedAt: 12/18/2025 20:44:24
CDN-EdgeStorageId: 752
CDN-RequestId: 08c55734c464473c87f4e57a9ec90c80
CDN-Cache: HIT
CDN-Status: 200
CDN-RequestTime: 0
Accept-Ranges: bytes
Page title: loo.pw 馃毥
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>loo.pw 馃毥</title><style> body { font-family: Arial, sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #fafafa; color: #333; text-align: center; } .toilet { font-size: 5rem; margin-bottom: 1rem; } .message { font-size: 1.2rem; margin-bottom: 1rem; } .countdown { font-size: 1rem; color: #666; } </style></head><body><div class="toilet">馃毥</div><div class="message" id="message" style="margin-left: auto; margin-right: auto; max-width: 85vw;"></div><div class="countdown" id="countdown"></div><script> const jokes = [ "You don't know true despair until you've sat down, committed to the cause, and then realized you left your phone in the other room. Time to read the shampoo bottle ingredients for the 800th time.", "My leg fell asleep on the toilet again. Now I have to do the tingly walk of shame out of the bathroom like a baby deer learning to use its legs for the first time.", "That moment of pure, unadulterated terror when you flush the toilet and the water starts rising instead of falling. It's a horror movie in three seconds.", `"Poseidon's Kiss": The cold, unexpected splashback that makes you question all your life choices leading up to that moment.`, "Leaving the toilet seat up isn't the crime. The real crime is using the last square of toilet paper and putting the empty roll back, a betrayal of the highest order." ]; const path = window.location.pathname.slice(1); const domainRegex = /^(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/; const ipRegex = /^(\d{1,3}\.){3}\d{1,3}$/; function showJoke() { const randomJoke = jokes[Math.floor(Math.random() * jokes.length)]; document.getElementById("message").textContent = randomJoke; } function redirectTo(url) { let countdown = 4; const countdownEl = document.getElementById("countdown"); countdownEl.textContent = `Redirecting in ${countdown} seconds...`; const timer = setInterval(() => { countdown--; if (countdown > 0) { countdownEl.textContent = `Redirecting in ${countdown} seconds...`; } else { clearInterval(timer); window.location.href = url; } }, 1000); } if (!path) { showJoke(); } else if (domainRegex.test(path)) { document.getElementById("message").textContent = `Domain lookup for ${path}`; redirectTo(`https://whois.domaintools.com/${path}`); } else if (path.startsWith("_") && domainRegex.test(path.slice(1))) { const domain = path.slice(1); document.getElementById("message").textContent = `BuiltWith lookup for ${domain}`; redirectTo(`https://builtwith.com/${domain}`); } else if (ipRegex.test(path)) { document.getElementById("message").textContent = `IP lookup for ${path}`; redirectTo(`https://ipinfo.io/${path}`); } else { showJoke(); } </script></body></html>
Open service 2400:52e0:1e00::755:1:80 路 loo.pw
2025-12-23 17:03
HTTP/1.1 301 Moved Permanently Date: Tue, 23 Dec 2025 17:03:57 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-755 CDN-PullZone: 4556765 CDN-RequestCountryCode: GB Location: https://loo.pw/ CDN-RequestId: fa4641e9c679ce68dfefeb98d8739d68 CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>