Domain devthing.net
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 13.32.99.106:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 79272ab9b399ee696b329d4f677dca48.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: ff2qvleaWSjJMwy7Sjgrx1IiMXIo1JMfiElT_aE74k78G_ZgPcux1g==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:c400:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 18512261f9a316a229bc1979fd173098.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: JuNMGZO-TsbNVhCJq8pWeKGzLwk42Wj66MaVXibH9pWi07pmPbCXww==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.32.99.6:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 00:10:30 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d262e104d5d9dd6a4a52f090bdf9395c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: -fJYa5VAIJDTB0H_GJXZeb3liXfUaoYKNhtSo-zR27YvKwluZ7-ewA==
    Age: 84135
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.32.99.6:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 39e6266db143f6443f194d8c60e22480.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: lJEQzq0YpTpAOvYcFPcL05VYxt7FTXSCoc1HJH8IvWZzTe8OJARwNw==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.32.99.83:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 5492e1c9a06f2320204e7fcc383cff5c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: gkYbnkoBJboq6KM1HVKQuADtl6vvjyl4sxiCWwYUmROgq8PhwgqT3Q==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:ee00:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 5131ee0a7dfe8ce25bb2305b68b3f6a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: IONMrhVVO5UjATdoPUBF6--ZsGk9X45LG0sJcPLGWuUDpfRm30uMFg==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.32.99.83:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 00:10:30 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8b889e35789d2b97f2ba8771acc9a008.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: 0Zmox9sN7UTtQHnNyQUzjw7wA5M0mLkh2_5NSGRCtXTkPUHekJZSPg==
    Age: 84135
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.32.99.4:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7fd88bab22735486702d23ba4e028d86.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: fZ2qbdxrTEqwRR25Djl_td4ufbMjjvz3VoG78RA5hoQ4cQYt4slXoA==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:4400:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 95963cc3af56d1b2ae5c829e57be1424.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: jBGEN6F0ZdzRHmt7RnBvbkjN-0rBM7qIW_tr52vmBOYSPkTnfLW6qA==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.32.99.106:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 00:10:30 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 fa8c9f29fb8ef5c537a2a53f4de05240.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: XdyW15seo6Eb4vOa6uAnfRTR6QGvNECrG5wfupmuvA2eyPU-PP6Ztw==
    Age: 84136
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.32.99.4:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 00:10:30 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 b4904c5988fd0eaae341a12cc47f3766.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P3
    X-Amz-Cf-Id: ragSzDq__kxt6jkFUlv8omMG5sh0tyf6UwtnTkgTrf1r_Es29dFDxg==
    Age: 84136
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:a400:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 ff33148ac9cf3dd55bca6b8c7a42f444.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: Sx_505oLjoFRflK0VfEYuxle2oYv0M-tgexaNOsiG0mlFGaPvkR0ZQ==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:c400:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 18512261f9a316a229bc1979fd173098.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: xjbl1v7tdI6WfCzAbSc4-nDtpG04Jj85zfT81iWsl5NeZ1yztwlw-A==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:2c00:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4e9e6f7805c0c0019fa230a2ef31dcaa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: 5m3fl11jbwtTlwjrutuU_GicWlUFvHPTBlkF6O-EgZWNIfUaTPfSeA==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:2c00:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 adfb81e24c9cceca6f19d71f97ed58be.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: ZbCSzx4zjvSIsll9Z8zM-LHvTOibI2EmvL9uQUc-08h5KqCpDfggRg==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:a400:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 1e3915aafd3791390f42c77adcfb3352.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: HftWiWpR6NiGHfzZEb77cHjDSW6WDSddUi6-eLMHjLI1NE9oucA5jQ==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:6000:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8125f3278f119d79dff685f04463a968.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: pVewqyFkRruswz1wetmf2r1VX9HMuOS1MHR8hWabu-QGjNZAuVac6Q==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:6000:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3621ca50ba49ddcb4ec6b807edaab51a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: DAQpVGVZvPrKhh2ExCJf2FMKPdHGvQqqcMUq6eCCDLnEFz_nzSf4VA==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:1000:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3694c3d6ed1410ad8f4d8f79e37ad80a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: s8bGEKsPBy-FSYjIMT0wYzPqeFYBgVPgltk06Vi__rKHE6BZ_oyvLQ==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:1000:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d810ff90b115554fc8f69c667d829b82.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: eIoqIdg60orHat6ww3CkNBPDMJ5uIIYPpmSkvDrh4n4winAcw2lZ1g==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:1600:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 1e3915aafd3791390f42c77adcfb3352.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: He3bvW6J3_i4SBL2HYjdCfb8aBrlIKeCOleCcWANZV08b-mHOBiwqg==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:ee00:5:981c:8740:93a1:443 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Thu, 01 Jan 2026 23:32:45 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:17 GMT
    ETag: "b82412bf3c5f8f75d395c2b2a6d98451"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: G4.RvocFlXUjn4O3ICAbj9mFS.OafuBB
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 6f7e76153b6fdf51bfdb3e81126b917c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: inGHKSJAGf0GkPkif6zlO6LgBjewjBNM2mz5mE2V5szH4E-51oc4uQ==
    
    Page title: Coming Soon - devthing.net
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - devthing.net</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:1600:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f8b49eac10f6fd2170a77dee537ee6de.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: QqLnN72whrzR1VsztTjoRgLOF8cIIt9pZGB041fBUZ2GH9xfHgsnQA==
    
    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 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:4400:5:981c:8740:93a1:80 · devthing.net

    2026-01-01 23:32

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 23:32:44 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://devthing.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 1e3915aafd3791390f42c77adcfb3352.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: BM_Z1U6YkskzQctQaZZN7bZ9lOebrtRVAc_Z9q0yKCyAA2_5ujJ0IQ==
    
    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 2026-01-01 by HttpPlugin
    Create report
www.devthing.netdevthing.net
CN:
devthing.net
Key:
RSA-2048
Issuer:
Not before:
2025-08-10 00:00
Not after:
2026-09-08 23:59