Domain neonmountain.gg
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 2600:9000:2096:1a00:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2e1545751358065284c508c87f8e3d4c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: KMomYXj_Vdwz9Kp2qmnzZsmEJw3Y0C3J84JoIbz2mO5J_h8kTxzd7g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:8c00:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 476fd70bdb0e3f01a7cdbc322ceae0d8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: x1jgW_wLT7B63P0Wa9HdarmmKYRCGcEx1qkgDsbemeCYsDYq4ZUdrw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:aa00:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 bab0321b4bf0fd055bdfb0282cee7346.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: TDfB8iv5LgxVxP8_tId_t0eFtXFiG7IetOErKYtTFRnr0jZ9eENwGQ==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:ec00:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 23e907ff6b79ce55a7f547e682506202.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: 44jvTB33-RIZ6ZZxURE2AKYiBG2Z_opGMAZo6L9bpuvcwV8JeLauDg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.8:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 476fd70bdb0e3f01a7cdbc322ceae0d8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: m2_ww5OVG7FMNnfY2TTdzGx2B_s1wZdE9MaNJV2DkB1sI5mc3nkMoA==
    Age: 1
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:7c00:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 9ea6b2381e0606355b2273f70ed5f416.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: QLkbArCXLwmiGLnEv6Ttq6-nEZ1Oqm_Kytved4FZoVfd72LloXnfSA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.95:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 476fd70bdb0e3f01a7cdbc322ceae0d8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: Ravtgq2lvTHLaO7VlpzWRCtx6KyUq00avt51JEHOYhXjJdH5QxCbeg==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.92:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3555148cb98f4a6b38702fc0b65f2ace.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: QjlFWog8pZHr5ABFQ_bTHyiMEWeV2HKGXMH8a5kfabEjw2WlVbUdnQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:1a00:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 23e907ff6b79ce55a7f547e682506202.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: Z3KUqPr3uKWE3gA3_erQ-aGu8xoqPBeg-GamV3-vi-7DEMJ-RGlyCg==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:ce00:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 adbe45cb4997e6da65586fdd3a19215e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: YGIxDizIXCDnv6pxzY2kEMH2nbyQ67U23eHNVd72WIJqnawZ9fzzag==
    Age: 0
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:7c00:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 95f719856b35c3a7e9bc14f3202145a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: QbTWyNcEomobQT6bcGWY47JkY2dqTrblibGUr_njMrHaGsTjG7GdjA==
    Age: 1
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.41:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 adbe45cb4997e6da65586fdd3a19215e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: I8jKimGtiJzUZE4xtdlt3HT-4ZXf-4KEVWOhH8-NEigmisdSZ5KD_g==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:aa00:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 95f719856b35c3a7e9bc14f3202145a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: hTQsAhdbd6XXt4MgZHoJ7jJ-CP9yu1YbeH8fsbgsOPn3indPIg7qFw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:d400:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 def78bd9f6b4ff6109111fdb39be66f6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: iPzEgultocP8gTsULpjmCPkXo4UWPHlP9vyx6Z4zGJvsDlVxWF0loA==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:8c00:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 95f719856b35c3a7e9bc14f3202145a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: 0pGz9_QESL1Kuq45cvphMxyd_zl0XfUvQIE1l3sfS3srBfxiahFIoQ==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.92:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 95f719856b35c3a7e9bc14f3202145a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: qPwOeeHhGw4aT3-Asf3z5rt5YhJYE2y4uY8i-qV8r36NATxlgREjiQ==
    Age: 1
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:d400:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f21aebe726db54f921ea6610dfe923ba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: DrMN1AQn16tmhIZ1SciyNvG1cg_zMCCcCrQQ1-JzFI4RpweleRw8hQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:1000:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f36a38ac79be129276a50d303bcc189a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: ULKtUVyo9KqfCleJYJQC-Kqzdhd-FXakjCmuHfoy7j2NZtHF7ljXDA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.95:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b608ed0f3426ba08cff51718fbecc028.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: fF0BsESEyfQQi9nIr6owmt2jrGg1uk0fUn2dz7o5P-dd1m6ng0dHkg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.8:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 9ea6b2381e0606355b2273f70ed5f416.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: szc8ttKu0lC_HDp5x5FDnSeg8xRTRcOWZfMcDYd7S5Fmfj5c_oBQwA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:1000:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 b608ed0f3426ba08cff51718fbecc028.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: 1csb5dRPqTHIAWvDhnYRPwoHQL9-geTgbroEhPnzQ6LvhTKGvxH9Bg==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:ec00:1a:cf2b:b4c0:93a1:443 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 9567
    Connection: close
    Date: Wed, 31 Dec 2025 10:12:38 GMT
    Last-Modified: Sun, 18 May 2025 21:26:46 GMT
    ETag: "b517302e443399583fb4007cea7a38fe"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 def78bd9f6b4ff6109111fdb39be66f6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: -VOCy3jntyPjDYgttIHQpNctuv8Rdsoaugg1-6vq946xhldMtyM4aQ==
    
    Page title: Neon Mountain
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Neon Mountain</title>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                background-color: #0a0a0a;
                color: #fff;
                font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                letter-spacing: 0.5px;
            }
    
            .container {
                text-align: center;
                position: relative;
                z-index: 1;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
    
            .logo {
                font-family: 'Orbitron', sans-serif;
                font-size: 2.5rem;
                font-weight: 800;
                margin-bottom: 1rem;
                background: linear-gradient(45deg, #ff00ff, #00ffff);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                animation: glow 2s ease-in-out infinite alternate;
                position: relative;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
    
            .social-links {
                margin-top: 2rem;
                display: flex;
                gap: 1.5rem;
                justify-content: center;
                flex-wrap: wrap;
            }
    
            .social-links a {
                color: #fff;
                font-size: 1.5rem;
                transition: all 0.3s ease;
                opacity: 0.7;
                text-decoration: none;
                position: relative;
            }
    
            .social-links a:hover {
                opacity: 1;
                transform: translateY(-3px);
                color: #00ffff;
            }
    
            .social-links a.coming-soon {
                cursor: default;
            }
    
            .social-links a.coming-soon:hover {
                transform: none;
            }
    
            .tooltip {
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(0, 0, 0, 0.9);
                color: #00ffff;
                padding: 0.5rem 1rem;
                border-radius: 4px;
                font-size: 0.8rem;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                margin-bottom: 0.5rem;
                border: 1px solid rgba(0, 255, 255, 0.2);
                box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
            }
    
            .tooltip::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
            }
    
            .coming-soon:hover .tooltip {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px);
            }
    
            .mountain {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30vh;
                background: linear-gradient(45deg, #0a0a0a, #1a1a1a);
                clip-path: polygon(0 100%, 100% 100%, 100% 30%, 50% 0, 0 30%);
                
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.9.175.41:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 476fd70bdb0e3f01a7cdbc322ceae0d8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: e9CRhPW0pc-jtdAbg6LHqt1RMzDxdd9FKvxTZKvduoiFYSOM__0ebw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2600:9000:2096:ce00:1a:cf2b:b4c0:93a1:80 · neonmountain.gg

    2025-12-31 10:12

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 31 Dec 2025 10:12:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://neonmountain.gg/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b608ed0f3426ba08cff51718fbecc028.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P14
    X-Amz-Cf-Id: NEjUGDy88w3cKuTgm8X1SNJfISeFegM69TOjGrVXC_cdeozFRnVtcA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
neonmountain.coneonmountainsystems.comneonmountainsoftware.comneonmountaingames.comneonmountain.gg
CN:
neonmountain.co
Key:
RSA-2048
Issuer:
Not before:
2025-04-18 00:00
Not after:
2026-05-18 23:59