Host 172.237.80.81
Singapore
Akamai Connected Cloud
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 172.237.80.81:443 · storage.dm-services.id

    2026-01-25 01:10

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 25 Jan 2026 01:10:38 GMT
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 311
    Connection: close
    Location: https://storage.dm-services.id/
    Cache-Control: no-cache
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://storage.dm-services.id/">here</a>.</p>
    <hr>
    <address>Apache Server at storage.dm-services.id Port 80</address>
    </body></html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.237.80.81:80 · storage.dm-services.id

    2026-01-25 01:10

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Sun, 25 Jan 2026 01:10:38 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://storage.dm-services.id/
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 172.237.80.81:443 · dmstg.com

    2026-01-23 01:07

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 23 Jan 2026 01:07:28 GMT
    Content-Type: text/html
    Content-Length: 2799
    Last-Modified: Fri, 05 Dec 2025 09:17:14 GMT
    Connection: close
    Vary: Accept-Encoding
    ETag: "6932a31a-aef"
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
    Accept-Ranges: bytes
    
    Page title: Ready to Serve
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Ready to Serve</title>
      <style>
        :root {
          --bg: #0d1117;
          --text: #e6edf3;
          --accent: #00d4ff;
        }
    
        * { margin: 0; padding: 0; box-sizing: border-box; }
    
        body {
          font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
          background: var(--bg);
          color: var(--text);
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          position: relative;
          overflow: hidden;
        }
    
        /* Subtle animated background */
        body::before {
          content: "";
          position: absolute;
          inset: 0;
          background: linear-gradient(135deg, #161b22 0%, #0d1117 100%);
          background-size: 200% 200%;
          animation: drift 30s ease infinite;
          z-index: -1;
        }
    
        body::after {
          content: "";
          position: absolute;
          width: 600px;
          height: 600px;
          background: radial-gradient(circle, rgba(0, 212, 255, 0.15) 0%, transparent 70%);
          border-radius: 50%;
          filter: blur(100px);
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          animation: pulse 20s infinite;
        }
    
        @keyframes drift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
        @keyframes pulse { 0%,100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); } }
    
        .content {
          z-index: 10;
          padding: 2rem;
        }
    
        .status {
          display: inline-block;
          background: rgba(0, 212, 255, 0.15);
          color: var(--accent);
          padding: 0.4rem 1rem;
          border-radius: 2rem;
          font-size: 0.9rem;
          font-weight: 600;
          letter-spacing: 0.08em;
          margin-bottom: 2rem;
          border: 1px solid rgba(0, 212, 255, 0.3);
        }
    
        h1 {
          font-size: 4.5rem;
          font-weight: 700;
          margin-bottom: 1rem;
          background: linear-gradient(90deg, #e6edf3, var(--accent));
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
        }
    
        p {
          font-size: 1.4rem;
          color: #8b949e;
          max-width: 600px;
          margin: 0 auto;
          line-height: 1.6;
        }
    
        footer {
          margin-top: 4rem;
          font-size: 0.9rem;
          color: #586069;
        }
    
        @media (max-width: 640px) {
          h1 { font-size: 3rem; }
          p { font-size: 1.2rem; }
        }
      </style>
    </head>
    <body>
    
      <div class="content">
        <div class="status">NO, YOU ARE NOT WRONG!</div>
        <h1>It Works!</h1>
        <p>There are nothing, it just work as it is.</p>
      </div>
    </body>
    </html>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.237.80.81:80 · dmstg.com

    2026-01-23 01:07

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 23 Jan 2026 01:07:28 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://dmstg.com/
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
storage.dm-services.id
CN:
storage.dm-services.id
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-25 00:11
Not after:
2026-04-25 00:11
*.dmstg.comdmstg.com
CN:
*.dmstg.com
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-23 00:08
Not after:
2026-04-23 00:08
Domain summary