Domain blockchain-sage.com
Germany
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

  • Open service 35.157.26.135:80 · blockchain-sage.com

    2026-01-13 00:36

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Tue, 13 Jan 2026 00:36:40 GMT
    Location: https://blockchain-sage.com/
    Server: Netlify
    X-Nf-Request-Id: 01KETCH2SFNHNJ5SZ1ZZH4EMGA
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://blockchain-sage.com/
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 63.176.8.218:80 · blockchain-sage.com

    2026-01-13 00:36

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Tue, 13 Jan 2026 00:36:40 GMT
    Location: https://blockchain-sage.com/
    Server: Netlify
    X-Nf-Request-Id: 01KETCH2Q4FQ7VKA40JSC2WP7D
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://blockchain-sage.com/
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · blockchain-sage.com

    2026-01-13 00:36

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 7724
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 13 Jan 2026 00:36:32 GMT
    Etag: "9b26556cf6470749f618cf8af9dca76a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KETCGTY7MDJ6NZSD0T1YEB9J
    Connection: close
    
    Page title: Blockchain Sage
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="icon" type="image/png" href="favicon.png">
      <title>Blockchain Sage</title>
    
      <style>
        /* === Base Styles & Animations === */
        body {
          margin: 0;
          background: black url('images/pagecover.jpg') center/cover no-repeat fixed;
          color: white;
          font-family: Arial, sans-serif;
          text-align: center;
          overflow-x: hidden;
        }
    
        /* Animation Setup: Start Invisible */
        h1, h2, h3, h4, p, img, section, nav, footer, 
        .gallery-item, .blue-btn, .whitepaper-btn, .buy-sage-btn-full {
          opacity: 0;
          transform: translateY(20px);
          transition: all 1s ease-in-out;
        }
    
        .visible {
          opacity: 1 !important;
          transform: translateY(0) !important;
        }
    
        /* === Frosted Glass Backgrounds === */
        p, .main-content h3 {
          background: rgba(0, 0, 0, 0.45);
          border-radius: 10px;
          padding: 12px 20px;
          display: inline-block;
          line-height: 1.6;
          backdrop-filter: blur(6px);
          -webkit-backdrop-filter: blur(6px);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          max-width: 80%;
        }
    
        /* === Floating Contact Icons === */
        .fixed-icons {
          position: fixed;
          top: 50%;
          left: 20px;
          transform: translateY(-50%);
          display: flex;
          flex-direction: column;
          gap: 15px;
          z-index: 9999;
          opacity: 1; /* Keep icons visible */
        }
    
        .fixed-icons img {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          opacity: 0.6;
          transition: all 0.3s ease;
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
        }
    
        .fixed-icons img:hover {
          transform: translateX(8px) scale(1.1);
          opacity: 1;
          box-shadow: 0 0 15px rgba(173, 216, 230, 0.8);
        }
    
        /* === Buttons === */
        .cta-container {
          margin: 30px auto;
          padding: 0 20px;
        }
    
        .button-group {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 15px;
          width: 100%;
          max-width: 450px;
          margin: 20px auto;
        }
    
        .whitepaper-btn {
          background: black;
          color: #00FF00;
          border: 2px solid #00FF00;
          border-radius: 50px;
          padding: 15px 40px;
          font-size: 18px;
          font-weight: 800;
          text-decoration: none;
          display: inline-block;
          margin-bottom: 15px;
          text-transform: uppercase;
          transition: all 0.3s ease;
        }
    
        .whitepaper-btn:hover {
          background: #00FF00;
          color: black;
          box-shadow: 0 0 15px #00FF00;
        }
    
        .blue-btn {
          background: #2b67e2;
          color: white;
          text-decoration: none;
          border-radius: 50px;
          padding: 12px 30px;
          font-weight: 600;
          width: 100%;
          box-sizing: border-box;
          transition: all 0.3s ease;
        }
    
        /* Your Requested Style: White BG, Dark Green Text/Outline, Full Margin */
        .buy-sage-btn-full {
          display: block;
          width: 100%; 
          background-color: #ffffff;
          color: #006400;
          border: 2px solid #006400;
          border-radius: 50px;
          padding: 15px 0;
          font-size: 18px;
          font-weight: 800;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          box-sizing: border-box;
          transition: all 0.3s ease;
        }
    
        .buy-sage-btn-full:hover {
          background-color: #006400;
          color: #ffffff;
          box-shadow: 0 0 20px rgba(0, 100, 0, 0.4);
        }
    
        /* === Gallery Layout === */
        .gallery-container {
          display: flex;
          flex-direction: column;
          gap: 30px;
          align-items: center;
          padding: 40px 20px;
          max-width: 1000px;
          margin: 0 auto;
        }
    
        .gallery-item img {
          width: 100%;
          height: auto;
          border-radius: 12px;
          box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }
    
        .hero-image {
          max-width: 100%;
          height: auto;
          margin: 20px auto;
        }
    
        footer {
          padding: 40px;
          color: pink;
          background: rgba(0,0,0,0.6);
       
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · blockchain-sage.com

    2026-01-13 00:36

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 7724
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 13 Jan 2026 00:36:32 GMT
    Etag: "9b26556cf6470749f618cf8af9dca76a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KETCGTVNW9JHMSMV0D6CWXKD
    Connection: close
    
    Page title: Blockchain Sage
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="icon" type="image/png" href="favicon.png">
      <title>Blockchain Sage</title>
    
      <style>
        /* === Base Styles & Animations === */
        body {
          margin: 0;
          background: black url('images/pagecover.jpg') center/cover no-repeat fixed;
          color: white;
          font-family: Arial, sans-serif;
          text-align: center;
          overflow-x: hidden;
        }
    
        /* Animation Setup: Start Invisible */
        h1, h2, h3, h4, p, img, section, nav, footer, 
        .gallery-item, .blue-btn, .whitepaper-btn, .buy-sage-btn-full {
          opacity: 0;
          transform: translateY(20px);
          transition: all 1s ease-in-out;
        }
    
        .visible {
          opacity: 1 !important;
          transform: translateY(0) !important;
        }
    
        /* === Frosted Glass Backgrounds === */
        p, .main-content h3 {
          background: rgba(0, 0, 0, 0.45);
          border-radius: 10px;
          padding: 12px 20px;
          display: inline-block;
          line-height: 1.6;
          backdrop-filter: blur(6px);
          -webkit-backdrop-filter: blur(6px);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          max-width: 80%;
        }
    
        /* === Floating Contact Icons === */
        .fixed-icons {
          position: fixed;
          top: 50%;
          left: 20px;
          transform: translateY(-50%);
          display: flex;
          flex-direction: column;
          gap: 15px;
          z-index: 9999;
          opacity: 1; /* Keep icons visible */
        }
    
        .fixed-icons img {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          opacity: 0.6;
          transition: all 0.3s ease;
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
        }
    
        .fixed-icons img:hover {
          transform: translateX(8px) scale(1.1);
          opacity: 1;
          box-shadow: 0 0 15px rgba(173, 216, 230, 0.8);
        }
    
        /* === Buttons === */
        .cta-container {
          margin: 30px auto;
          padding: 0 20px;
        }
    
        .button-group {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 15px;
          width: 100%;
          max-width: 450px;
          margin: 20px auto;
        }
    
        .whitepaper-btn {
          background: black;
          color: #00FF00;
          border: 2px solid #00FF00;
          border-radius: 50px;
          padding: 15px 40px;
          font-size: 18px;
          font-weight: 800;
          text-decoration: none;
          display: inline-block;
          margin-bottom: 15px;
          text-transform: uppercase;
          transition: all 0.3s ease;
        }
    
        .whitepaper-btn:hover {
          background: #00FF00;
          color: black;
          box-shadow: 0 0 15px #00FF00;
        }
    
        .blue-btn {
          background: #2b67e2;
          color: white;
          text-decoration: none;
          border-radius: 50px;
          padding: 12px 30px;
          font-weight: 600;
          width: 100%;
          box-sizing: border-box;
          transition: all 0.3s ease;
        }
    
        /* Your Requested Style: White BG, Dark Green Text/Outline, Full Margin */
        .buy-sage-btn-full {
          display: block;
          width: 100%; 
          background-color: #ffffff;
          color: #006400;
          border: 2px solid #006400;
          border-radius: 50px;
          padding: 15px 0;
          font-size: 18px;
          font-weight: 800;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          box-sizing: border-box;
          transition: all 0.3s ease;
        }
    
        .buy-sage-btn-full:hover {
          background-color: #006400;
          color: #ffffff;
          box-shadow: 0 0 20px rgba(0, 100, 0, 0.4);
        }
    
        /* === Gallery Layout === */
        .gallery-container {
          display: flex;
          flex-direction: column;
          gap: 30px;
          align-items: center;
          padding: 40px 20px;
          max-width: 1000px;
          margin: 0 auto;
        }
    
        .gallery-item img {
          width: 100%;
          height: auto;
          border-radius: 12px;
          box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }
    
        .hero-image {
          max-width: 100%;
          height: auto;
          margin: 20px auto;
        }
    
        footer {
          padding: 40px;
          color: pink;
          background: rgba(0,0,0,0.6);
       
    Found 2 days ago by HttpPlugin
    Create report
*.blockchain-sage.comblockchain-sage.com
CN:
blockchain-sage.com
Key:
ECDSA-256
Issuer:
E8
Not before:
2026-01-12 23:36
Not after:
2026-04-12 23:36
Domain summary
IP summary