Domain decryptlabsx.com
United States
FASTLY
Software information

GitHub.com

tcp/443 tcp/80

  • Open service 2606:50c0:8001::153:443 · www.decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 3669
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 19 Jul 2025 13:03:14 GMT
    Access-Control-Allow-Origin: *
    ETag: "687b9792-e55"
    expires: Fri, 06 Feb 2026 09:17:13 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 2A10:28B8E8:AA5CA4:ACD121:6985AF41
    Accept-Ranges: bytes
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230152-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1770368833.254795,VS0,VE45
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 11081f0778b610ec0fb663d5c9ab32af65c3946e
    
    Page title: Hostinger Horizons
    
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="UTF-8" />
    		<link rel="icon" type="image/svg+xml" href="/vite.svg" />
    		<meta name="generator" content="Hostinger Horizons" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    		<title>Hostinger Horizons</title>
    		<script type="module" crossorigin src="/assets/index-27c417ef.js"></script>
    		<link rel="stylesheet" href="/assets/index-49d26335.css">
    		<script type="module">
    window.onerror = (message, source, lineno, colno, errorObj) => {
    	const errorDetails = errorObj ? JSON.stringify({
    		name: errorObj.name,
    		message: errorObj.message,
    		stack: errorObj.stack,
    		source,
    		lineno,
    		colno,
    	}) : null;
    
    	window.parent.postMessage({
    		type: 'horizons-runtime-error',
    		message,
    		error: errorDetails
    	}, '*');
    };
    </script>
    		<script type="module">
    const observer = new MutationObserver((mutations) => {
    	for (const mutation of mutations) {
    		for (const addedNode of mutation.addedNodes) {
    			if (
    				addedNode.nodeType === Node.ELEMENT_NODE &&
    				(
    					addedNode.tagName?.toLowerCase() === 'vite-error-overlay' ||
    					addedNode.classList?.contains('backdrop')
    				)
    			) {
    				handleViteOverlay(addedNode);
    			}
    		}
    	}
    });
    
    observer.observe(document.documentElement, {
    	childList: true,
    	subtree: true
    });
    
    function handleViteOverlay(node) {
    	if (!node.shadowRoot) {
    		return;
    	}
    
    	const backdrop = node.shadowRoot.querySelector('.backdrop');
    
    	if (backdrop) {
    		const overlayHtml = backdrop.outerHTML;
    		const parser = new DOMParser();
    		const doc = parser.parseFromString(overlayHtml, 'text/html');
    		const messageBodyElement = doc.querySelector('.message-body');
    		const fileElement = doc.querySelector('.file');
    		const messageText = messageBodyElement ? messageBodyElement.textContent.trim() : '';
    		const fileText = fileElement ? fileElement.textContent.trim() : '';
    		const error = messageText + (fileText ? ' File:' + fileText : '');
    
    		window.parent.postMessage({
    			type: 'horizons-vite-error',
    			error,
    		}, '*');
    	}
    }
    </script>
    		<script type="module">
    const originalConsoleError = console.error;
    console.error = function(...args) {
    	originalConsoleError.apply(console, args);
    
    	let errorString = '';
    
    	for (let i = 0; i < args.length; i++) {
    		const arg = args[i];
    		if (arg instanceof Error) {
    			errorString = arg.stack || `${arg.name}: ${arg.message}`;
    			break;
    		}
    	}
    
    	if (!errorString) {
    		errorString = args.map(arg => typeof arg === 'object' ? JSON.stringify(arg) : String(arg)).join(' ');
    	}
    
    	window.parent.postMessage({
    		type: 'horizons-console-error',
    		error: errorString
    	}, '*');
    };
    </script>
    		<script type="module">
    const originalFetch = window.fetch;
    
    window.fetch = function(...args) {
    	const url = args[0] instanceof Request ? args[0].url : args[0];
    
    	// Skip WebSocket URLs
    	if (url.startsWith('ws:') || url.startsWith('wss:')) {
    		return originalFetch.apply(this, args);
    	}
    
    	return originalFetch.apply(this, args)
    		.then(async response => {
    			const contentType = response.headers.get('Content-Type') || '';
    
    			// Exclude HTML document responses
    			const isDocumentResponse =
    				contentType.includes('text/html') ||
    				contentType.includes('application/xhtml+xml');
    
    			if (!response.ok && !isDocumentResponse) {
    					const responseClone = response.clone();
    					const errorFromRes = await responseClone.text();
    					const requestUrl = response.url;
    					console.error(`Fetch error from ${requestUrl}: ${errorFromRes}`);
    			}
    
    			return response;
    		})
    		.catch(error => {
    			if (!url.match(/.html?$/i)) {
    				console.error(error);
    			}
    
    			throw error;
    		});
    };
    </script>
    	</head>
    	<body>
    		<div id="root"></div>
    		
    	</body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:80 · www.decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: B820:A418:5DA9EE:6707F3:6985AF40
    Accept-Ranges: bytes
    Age: 0
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lga21950-LGA
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1770368833.250483,VS0,VE20
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 314a5cef762e3f4cf14d840802f249ab3720b71f
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.111.153:443 · www.decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 3669
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 19 Jul 2025 13:03:14 GMT
    Access-Control-Allow-Origin: *
    ETag: "687b9792-e55"
    expires: Fri, 06 Feb 2026 09:17:13 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 2A10:28B8E8:AA5CA4:ACD121:6985AF41
    Accept-Ranges: bytes
    Age: 0
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    X-Served-By: cache-fra-eddf8230101-FRA
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1770368833.193916,VS0,VE105
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 0d1a05a70530108edcd40e2b3334f0b74c6cce12
    
    Page title: Hostinger Horizons
    
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="UTF-8" />
    		<link rel="icon" type="image/svg+xml" href="/vite.svg" />
    		<meta name="generator" content="Hostinger Horizons" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    		<title>Hostinger Horizons</title>
    		<script type="module" crossorigin src="/assets/index-27c417ef.js"></script>
    		<link rel="stylesheet" href="/assets/index-49d26335.css">
    		<script type="module">
    window.onerror = (message, source, lineno, colno, errorObj) => {
    	const errorDetails = errorObj ? JSON.stringify({
    		name: errorObj.name,
    		message: errorObj.message,
    		stack: errorObj.stack,
    		source,
    		lineno,
    		colno,
    	}) : null;
    
    	window.parent.postMessage({
    		type: 'horizons-runtime-error',
    		message,
    		error: errorDetails
    	}, '*');
    };
    </script>
    		<script type="module">
    const observer = new MutationObserver((mutations) => {
    	for (const mutation of mutations) {
    		for (const addedNode of mutation.addedNodes) {
    			if (
    				addedNode.nodeType === Node.ELEMENT_NODE &&
    				(
    					addedNode.tagName?.toLowerCase() === 'vite-error-overlay' ||
    					addedNode.classList?.contains('backdrop')
    				)
    			) {
    				handleViteOverlay(addedNode);
    			}
    		}
    	}
    });
    
    observer.observe(document.documentElement, {
    	childList: true,
    	subtree: true
    });
    
    function handleViteOverlay(node) {
    	if (!node.shadowRoot) {
    		return;
    	}
    
    	const backdrop = node.shadowRoot.querySelector('.backdrop');
    
    	if (backdrop) {
    		const overlayHtml = backdrop.outerHTML;
    		const parser = new DOMParser();
    		const doc = parser.parseFromString(overlayHtml, 'text/html');
    		const messageBodyElement = doc.querySelector('.message-body');
    		const fileElement = doc.querySelector('.file');
    		const messageText = messageBodyElement ? messageBodyElement.textContent.trim() : '';
    		const fileText = fileElement ? fileElement.textContent.trim() : '';
    		const error = messageText + (fileText ? ' File:' + fileText : '');
    
    		window.parent.postMessage({
    			type: 'horizons-vite-error',
    			error,
    		}, '*');
    	}
    }
    </script>
    		<script type="module">
    const originalConsoleError = console.error;
    console.error = function(...args) {
    	originalConsoleError.apply(console, args);
    
    	let errorString = '';
    
    	for (let i = 0; i < args.length; i++) {
    		const arg = args[i];
    		if (arg instanceof Error) {
    			errorString = arg.stack || `${arg.name}: ${arg.message}`;
    			break;
    		}
    	}
    
    	if (!errorString) {
    		errorString = args.map(arg => typeof arg === 'object' ? JSON.stringify(arg) : String(arg)).join(' ');
    	}
    
    	window.parent.postMessage({
    		type: 'horizons-console-error',
    		error: errorString
    	}, '*');
    };
    </script>
    		<script type="module">
    const originalFetch = window.fetch;
    
    window.fetch = function(...args) {
    	const url = args[0] instanceof Request ? args[0].url : args[0];
    
    	// Skip WebSocket URLs
    	if (url.startsWith('ws:') || url.startsWith('wss:')) {
    		return originalFetch.apply(this, args);
    	}
    
    	return originalFetch.apply(this, args)
    		.then(async response => {
    			const contentType = response.headers.get('Content-Type') || '';
    
    			// Exclude HTML document responses
    			const isDocumentResponse =
    				contentType.includes('text/html') ||
    				contentType.includes('application/xhtml+xml');
    
    			if (!response.ok && !isDocumentResponse) {
    					const responseClone = response.clone();
    					const errorFromRes = await responseClone.text();
    					const requestUrl = response.url;
    					console.error(`Fetch error from ${requestUrl}: ${errorFromRes}`);
    			}
    
    			return response;
    		})
    		.catch(error => {
    			if (!url.match(/.html?$/i)) {
    				console.error(error);
    			}
    
    			throw error;
    		});
    };
    </script>
    	</head>
    	<body>
    		<div id="root"></div>
    		
    	</body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.109.153:443 · www.decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 3669
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 19 Jul 2025 13:03:14 GMT
    Access-Control-Allow-Origin: *
    ETag: "687b9792-e55"
    expires: Fri, 06 Feb 2026 09:17:13 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 3C3B:171528:263823:27943C:6985AF41
    Accept-Ranges: bytes
    Age: 0
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lcy-egml8630095-LCY
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1770368833.173615,VS0,VE95
    Vary: Accept-Encoding
    X-Fastly-Request-ID: c929e8c04af0b0961667ca337bb9dc8cb0fbf1be
    
    Page title: Hostinger Horizons
    
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="UTF-8" />
    		<link rel="icon" type="image/svg+xml" href="/vite.svg" />
    		<meta name="generator" content="Hostinger Horizons" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    		<title>Hostinger Horizons</title>
    		<script type="module" crossorigin src="/assets/index-27c417ef.js"></script>
    		<link rel="stylesheet" href="/assets/index-49d26335.css">
    		<script type="module">
    window.onerror = (message, source, lineno, colno, errorObj) => {
    	const errorDetails = errorObj ? JSON.stringify({
    		name: errorObj.name,
    		message: errorObj.message,
    		stack: errorObj.stack,
    		source,
    		lineno,
    		colno,
    	}) : null;
    
    	window.parent.postMessage({
    		type: 'horizons-runtime-error',
    		message,
    		error: errorDetails
    	}, '*');
    };
    </script>
    		<script type="module">
    const observer = new MutationObserver((mutations) => {
    	for (const mutation of mutations) {
    		for (const addedNode of mutation.addedNodes) {
    			if (
    				addedNode.nodeType === Node.ELEMENT_NODE &&
    				(
    					addedNode.tagName?.toLowerCase() === 'vite-error-overlay' ||
    					addedNode.classList?.contains('backdrop')
    				)
    			) {
    				handleViteOverlay(addedNode);
    			}
    		}
    	}
    });
    
    observer.observe(document.documentElement, {
    	childList: true,
    	subtree: true
    });
    
    function handleViteOverlay(node) {
    	if (!node.shadowRoot) {
    		return;
    	}
    
    	const backdrop = node.shadowRoot.querySelector('.backdrop');
    
    	if (backdrop) {
    		const overlayHtml = backdrop.outerHTML;
    		const parser = new DOMParser();
    		const doc = parser.parseFromString(overlayHtml, 'text/html');
    		const messageBodyElement = doc.querySelector('.message-body');
    		const fileElement = doc.querySelector('.file');
    		const messageText = messageBodyElement ? messageBodyElement.textContent.trim() : '';
    		const fileText = fileElement ? fileElement.textContent.trim() : '';
    		const error = messageText + (fileText ? ' File:' + fileText : '');
    
    		window.parent.postMessage({
    			type: 'horizons-vite-error',
    			error,
    		}, '*');
    	}
    }
    </script>
    		<script type="module">
    const originalConsoleError = console.error;
    console.error = function(...args) {
    	originalConsoleError.apply(console, args);
    
    	let errorString = '';
    
    	for (let i = 0; i < args.length; i++) {
    		const arg = args[i];
    		if (arg instanceof Error) {
    			errorString = arg.stack || `${arg.name}: ${arg.message}`;
    			break;
    		}
    	}
    
    	if (!errorString) {
    		errorString = args.map(arg => typeof arg === 'object' ? JSON.stringify(arg) : String(arg)).join(' ');
    	}
    
    	window.parent.postMessage({
    		type: 'horizons-console-error',
    		error: errorString
    	}, '*');
    };
    </script>
    		<script type="module">
    const originalFetch = window.fetch;
    
    window.fetch = function(...args) {
    	const url = args[0] instanceof Request ? args[0].url : args[0];
    
    	// Skip WebSocket URLs
    	if (url.startsWith('ws:') || url.startsWith('wss:')) {
    		return originalFetch.apply(this, args);
    	}
    
    	return originalFetch.apply(this, args)
    		.then(async response => {
    			const contentType = response.headers.get('Content-Type') || '';
    
    			// Exclude HTML document responses
    			const isDocumentResponse =
    				contentType.includes('text/html') ||
    				contentType.includes('application/xhtml+xml');
    
    			if (!response.ok && !isDocumentResponse) {
    					const responseClone = response.clone();
    					const errorFromRes = await responseClone.text();
    					const requestUrl = response.url;
    					console.error(`Fetch error from ${requestUrl}: ${errorFromRes}`);
    			}
    
    			return response;
    		})
    		.catch(error => {
    			if (!url.match(/.html?$/i)) {
    				console.error(error);
    			}
    
    			throw error;
    		});
    };
    </script>
    	</head>
    	<body>
    		<div id="root"></div>
    		
    	</body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:80 · decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: F978:1AF499:AA55B7:ACCA19:6985AF41
    Accept-Ranges: bytes
    Age: 0
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    X-Served-By: cache-vie6333-VIE
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1770368833.176002,VS0,VE114
    Vary: Accept-Encoding
    X-Fastly-Request-ID: b466c225445ac5058423c2928e62713af357e4a7
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.108.153:80 · decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: FD30:1AF499:AA5574:ACC9E5:6985AF3F
    Accept-Ranges: bytes
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230122-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1770368833.158054,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 2efcb551cc62f933ddd04e490dfb7d1b474032f3
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 185.199.110.153:80 · decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 4DFA:13BDE5:AB6DD6:ADE2BE:6985AF41
    Accept-Ranges: bytes
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-rtm-ehrd2290029-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1770368833.330173,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 2825767d25af1a2c9c48cdd3a9153b52e6f7be10
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:443 · decryptlabsx.com

    2026-02-06 09:07

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 6C11:28B8E8:AA5C6D:ACD0EC:6985AF41
    Accept-Ranges: bytes
    Age: 0
    Date: Fri, 06 Feb 2026 09:07:13 GMT
    Via: 1.1 varnish
    X-Served-By: cache-fra-eddf8230160-FRA
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1770368833.064418,VS0,VE97
    Vary: Accept-Encoding
    X-Fastly-Request-ID: e8e0d7284ac1b18bf09fc83ef32fa28278dd9b50
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 8BD3:272D88:B26155:C87CA1:6954F9F2
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-bom-vanm7210083-BOM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176692.621202,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 276d29fd46735426b170e3429bd76e59d743abbd
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 9FCF:2916CC:B24191:C85E72:6954F9F2
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-bom-vanm7210031-BOM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176692.603689,VS0,VE3
    Vary: Accept-Encoding
    X-Fastly-Request-ID: dbeb7931b46ac6b6121bd157b56dcf4496fa9e75
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 36AB:730C7:5218489:54A62C8:6954F9F2
    Accept-Ranges: bytes
    Age: 0
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    X-Served-By: cache-pao-kpao1770077-PAO
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1767176691.420313,VS0,VE89
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 704097b24244aada1f9da7a592f8c7249d8d871e
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:50c0:8001::153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 8E4B:35D5BF:983F336:9A6E303:6954F9F3
    Accept-Ranges: bytes
    Age: 0
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    X-Served-By: cache-vie6365-VIE
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1767176691.355405,VS0,VE109
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 3ec78559d54877bca8de9230213d2c26afa4fbb1
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:50c0:8001::153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 8FDE:29C303:48F34BC:4A44F60:6954F9F3
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-lon420091-LON
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.270990,VS0,VE85
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 31900740a8b5b774b560070faa84cdce70d6b59a
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 47A9:3D391:985200A:9A80D3B:6954F9F3
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-rtm-ehrd2290034-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.290723,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: a9f2231087ded169b36a22c70c5130c5ebb8834f
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 1B76:32E205:9C7AF04:9EA3176:6954F9F2
    Accept-Ranges: bytes
    Age: 0
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    X-Served-By: cache-vie6352-VIE
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1767176691.356248,VS0,VE104
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 00a4f41a303e9f97ff83505ab350961c57213d80
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: D4CF:158065:7520D1B:8312E4F:6954F9F2
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-lga21923-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.248357,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 5673a44d0c5bdd043d2478ea1f52855aafd33634
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.110.153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: F356:32E205:9C7AEE5:9EA3158:6954F9F2
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230036-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.332037,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: f249cebfa7eb7dfbff7099f790a977f582e6afed
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.108.153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: F356:32E205:9C7AEE5:9EA3158:6954F9F2
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-fra-eddf8230188-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.331743,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 36bc2fa912014310f3e162d72635c5f15360db96
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.108.153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 8E4B:35D5BF:983F336:9A6E303:6954F9F3
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-vie6378-VIE
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.358654,VS0,VE106
    Vary: Accept-Encoding
    X-Fastly-Request-ID: f32bf647497718b736ad824c844554de59627b0c
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.111.153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 8FDE:29C303:48F34BC:4A44F60:6954F9F3
    Accept-Ranges: bytes
    Age: 0
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lon4251-LON
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1767176691.261062,VS0,VE94
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 03479f7cbb459603296e71299641c34f618b9917
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.110.153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: C891:171E88:77CBCCC:85BA90F:6954F9F3
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-lga21972-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.218391,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: b8f43f5a888c55e03f14aba538538af63acb8bb7
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.111.153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: C891:171E88:77CBCCC:85BA90F:6954F9F3
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-lga21993-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.209489,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 20c877548267f9f3a87ca5c035f5cc3301ecaec8
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.109.153:443 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 47A9:3D391:985200A:9A80D3B:6954F9F3
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-rtm-ehrd2290025-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.290500,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 5f27a2c6e7ddbf8b623e5e7f2a253b2434efd803
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 185.199.109.153:80 · decryptlabsx.com

    2025-12-31 10:24

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://www.decryptlabsx.com/
    X-GitHub-Request-Id: 6B14:31906A:48E04C1:4A32034:6954F9F2
    Accept-Ranges: bytes
    Date: Wed, 31 Dec 2025 10:24:51 GMT
    Via: 1.1 varnish
    Age: 0
    X-Served-By: cache-lcy-egml8630068-LCY
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1767176691.260475,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: d9f4a9600243e2f20c7b1a89fa0c64198fd9d942
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
decryptlabsx.comwww.decryptlabsx.com
CN:
www.decryptlabsx.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-13 15:59
Not after:
2026-03-13 15:59