Domain graphql.sbs
United States
AMAZON-02
Software information

Netlify

tcp/443

  • Git configuration and history exposed
    First seen 2025-05-25 18:23
    Last seen 2026-01-02 17:33
    Open for 221 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb89b1c304

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://learn.reboot01.com/git/mzakir/graphql
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      	vscode-merge-base = origin/master
      	vscode-merge-base = origin/master
      
      Found on 2026-01-02 17:33
      378 Bytes
  • Open service 75.2.60.5:443 · graphql.sbs

    2026-01-09 15:20

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 4
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 2241
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 15:20:49 GMT
    Etag: "6790ec74d188735d9bb6b5c9f63ef6df-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEHNH4C0CBC7ZXPZQXWVKD9G
    Connection: close
    
    Page title: GraphQL Profile Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GraphQL Profile Page</title>
        
        <!-- External Stylesheet -->
        <link rel="stylesheet" href="style/styles.css">
        
        <!-- Chartist.js for Radar Chart (SVG-based) -->
        <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
    
    </head>
    <body>
    
        <h1>Reboot 01 GraphQL Dashboard</h1>
    
        <!-- Login Section -->
        <div id="login-container" class="container">
            <h2>Login</h2>
            <p id="error" class="error"></p>
            <form id="login-form">
                <input type="text" id="email" placeholder="Email or Username" required>
                <input type="password" id="password" placeholder="Password" required>
                <button type="submit" class="button">Login</button>
            </form>
        </div>
    
        <!-- Profile Section -->
        <div id="profile-container" class="container" style="display: none;">
            <h2>Welcome, <span id="username"></span>!</h2>
    
            <div class="profile-container">
                <div class="stats-container">
                    <p>Full Name: <span id="fullName"></span></p>
                    <p>Email: <span id="contactEmail"></span></p>
                    <p>User ID: <span id="userId"></span></p>
                    <p>Campus: <span id="campus"></span></p>
                    <p>XP Amount: <span id="xpAmount">Loading...</span></p>
                </div>
            </div>
    
            <!-- Audits Ratio Section -->
            <div class="audit-container">
                <h3>Audit Ratio</h3>
                <div id="audit-svg-container">
                    <p id="audit-ratio-text"></p>
                    <p id="total-audits-text">Loading...</p>
                </div>
            </div>
    
            <!-- Skills Section -->
            <div class="skills-container container">
                <h3>Best Skills</h3>
                <p>Your skills with the highest completion rate across categories.</p>
                <div id="skillChart" style="width: 100%; max-width: 700px; margin: auto;"></div>
    
            </div>
    
            <button class="button" onclick="logout()">Logout</button>
        </div>
    
        <!-- Main Script -->
        <script type="module" src="script.js"></script>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · graphql.sbs

    2026-01-02 17:33

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 2241
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 17:33:51 GMT
    Etag: "6790ec74d188735d9bb6b5c9f63ef6df-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDZWBP6M7YXEFM27Y3GHCQ60
    Connection: close
    
    Page title: GraphQL Profile Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GraphQL Profile Page</title>
        
        <!-- External Stylesheet -->
        <link rel="stylesheet" href="style/styles.css">
        
        <!-- Chartist.js for Radar Chart (SVG-based) -->
        <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
    
    </head>
    <body>
    
        <h1>Reboot 01 GraphQL Dashboard</h1>
    
        <!-- Login Section -->
        <div id="login-container" class="container">
            <h2>Login</h2>
            <p id="error" class="error"></p>
            <form id="login-form">
                <input type="text" id="email" placeholder="Email or Username" required>
                <input type="password" id="password" placeholder="Password" required>
                <button type="submit" class="button">Login</button>
            </form>
        </div>
    
        <!-- Profile Section -->
        <div id="profile-container" class="container" style="display: none;">
            <h2>Welcome, <span id="username"></span>!</h2>
    
            <div class="profile-container">
                <div class="stats-container">
                    <p>Full Name: <span id="fullName"></span></p>
                    <p>Email: <span id="contactEmail"></span></p>
                    <p>User ID: <span id="userId"></span></p>
                    <p>Campus: <span id="campus"></span></p>
                    <p>XP Amount: <span id="xpAmount">Loading...</span></p>
                </div>
            </div>
    
            <!-- Audits Ratio Section -->
            <div class="audit-container">
                <h3>Audit Ratio</h3>
                <div id="audit-svg-container">
                    <p id="audit-ratio-text"></p>
                    <p id="total-audits-text">Loading...</p>
                </div>
            </div>
    
            <!-- Skills Section -->
            <div class="skills-container container">
                <h3>Best Skills</h3>
                <p>Your skills with the highest completion rate across categories.</p>
                <div id="skillChart" style="width: 100%; max-width: 700px; margin: auto;"></div>
    
            </div>
    
            <button class="button" onclick="logout()">Logout</button>
        </div>
    
        <!-- Main Script -->
        <script type="module" src="script.js"></script>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · graphql.sbs

    2025-12-23 09:05

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 2241
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 09:05:28 GMT
    Etag: "6790ec74d188735d9bb6b5c9f63ef6df-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD579M6ZX6WAX4CATXC9340D
    Connection: close
    
    Page title: GraphQL Profile Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GraphQL Profile Page</title>
        
        <!-- External Stylesheet -->
        <link rel="stylesheet" href="style/styles.css">
        
        <!-- Chartist.js for Radar Chart (SVG-based) -->
        <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
    
    </head>
    <body>
    
        <h1>Reboot 01 GraphQL Dashboard</h1>
    
        <!-- Login Section -->
        <div id="login-container" class="container">
            <h2>Login</h2>
            <p id="error" class="error"></p>
            <form id="login-form">
                <input type="text" id="email" placeholder="Email or Username" required>
                <input type="password" id="password" placeholder="Password" required>
                <button type="submit" class="button">Login</button>
            </form>
        </div>
    
        <!-- Profile Section -->
        <div id="profile-container" class="container" style="display: none;">
            <h2>Welcome, <span id="username"></span>!</h2>
    
            <div class="profile-container">
                <div class="stats-container">
                    <p>Full Name: <span id="fullName"></span></p>
                    <p>Email: <span id="contactEmail"></span></p>
                    <p>User ID: <span id="userId"></span></p>
                    <p>Campus: <span id="campus"></span></p>
                    <p>XP Amount: <span id="xpAmount">Loading...</span></p>
                </div>
            </div>
    
            <!-- Audits Ratio Section -->
            <div class="audit-container">
                <h3>Audit Ratio</h3>
                <div id="audit-svg-container">
                    <p id="audit-ratio-text"></p>
                    <p id="total-audits-text">Loading...</p>
                </div>
            </div>
    
            <!-- Skills Section -->
            <div class="skills-container container">
                <h3>Best Skills</h3>
                <p>Your skills with the highest completion rate across categories.</p>
                <div id="skillChart" style="width: 100%; max-width: 700px; margin: auto;"></div>
    
            </div>
    
            <button class="button" onclick="logout()">Logout</button>
        </div>
    
        <!-- Main Script -->
        <script type="module" src="script.js"></script>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · graphql.sbs

    2025-12-21 11:17

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 2241
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 21 Dec 2025 11:17:49 GMT
    Etag: "6790ec74d188735d9bb6b5c9f63ef6df-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD0A2H2QSVZ19NNT12T083CS
    Connection: close
    
    Page title: GraphQL Profile Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GraphQL Profile Page</title>
        
        <!-- External Stylesheet -->
        <link rel="stylesheet" href="style/styles.css">
        
        <!-- Chartist.js for Radar Chart (SVG-based) -->
        <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
    
    </head>
    <body>
    
        <h1>Reboot 01 GraphQL Dashboard</h1>
    
        <!-- Login Section -->
        <div id="login-container" class="container">
            <h2>Login</h2>
            <p id="error" class="error"></p>
            <form id="login-form">
                <input type="text" id="email" placeholder="Email or Username" required>
                <input type="password" id="password" placeholder="Password" required>
                <button type="submit" class="button">Login</button>
            </form>
        </div>
    
        <!-- Profile Section -->
        <div id="profile-container" class="container" style="display: none;">
            <h2>Welcome, <span id="username"></span>!</h2>
    
            <div class="profile-container">
                <div class="stats-container">
                    <p>Full Name: <span id="fullName"></span></p>
                    <p>Email: <span id="contactEmail"></span></p>
                    <p>User ID: <span id="userId"></span></p>
                    <p>Campus: <span id="campus"></span></p>
                    <p>XP Amount: <span id="xpAmount">Loading...</span></p>
                </div>
            </div>
    
            <!-- Audits Ratio Section -->
            <div class="audit-container">
                <h3>Audit Ratio</h3>
                <div id="audit-svg-container">
                    <p id="audit-ratio-text"></p>
                    <p id="total-audits-text">Loading...</p>
                </div>
            </div>
    
            <!-- Skills Section -->
            <div class="skills-container container">
                <h3>Best Skills</h3>
                <p>Your skills with the highest completion rate across categories.</p>
                <div id="skillChart" style="width: 100%; max-width: 700px; margin: auto;"></div>
    
            </div>
    
            <button class="button" onclick="logout()">Logout</button>
        </div>
    
        <!-- Main Script -->
        <script type="module" src="script.js"></script>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · graphql.sbs

    2025-12-19 07:25

    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: 2241
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 07:25:54 GMT
    Etag: "6790ec74d188735d9bb6b5c9f63ef6df-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCTR0E05JCYNJFFG2QMQFME8
    Connection: close
    
    Page title: GraphQL Profile Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>GraphQL Profile Page</title>
        
        <!-- External Stylesheet -->
        <link rel="stylesheet" href="style/styles.css">
        
        <!-- Chartist.js for Radar Chart (SVG-based) -->
        <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
    
    </head>
    <body>
    
        <h1>Reboot 01 GraphQL Dashboard</h1>
    
        <!-- Login Section -->
        <div id="login-container" class="container">
            <h2>Login</h2>
            <p id="error" class="error"></p>
            <form id="login-form">
                <input type="text" id="email" placeholder="Email or Username" required>
                <input type="password" id="password" placeholder="Password" required>
                <button type="submit" class="button">Login</button>
            </form>
        </div>
    
        <!-- Profile Section -->
        <div id="profile-container" class="container" style="display: none;">
            <h2>Welcome, <span id="username"></span>!</h2>
    
            <div class="profile-container">
                <div class="stats-container">
                    <p>Full Name: <span id="fullName"></span></p>
                    <p>Email: <span id="contactEmail"></span></p>
                    <p>User ID: <span id="userId"></span></p>
                    <p>Campus: <span id="campus"></span></p>
                    <p>XP Amount: <span id="xpAmount">Loading...</span></p>
                </div>
            </div>
    
            <!-- Audits Ratio Section -->
            <div class="audit-container">
                <h3>Audit Ratio</h3>
                <div id="audit-svg-container">
                    <p id="audit-ratio-text"></p>
                    <p id="total-audits-text">Loading...</p>
                </div>
            </div>
    
            <!-- Skills Section -->
            <div class="skills-container container">
                <h3>Best Skills</h3>
                <p>Your skills with the highest completion rate across categories.</p>
                <div id="skillChart" style="width: 100%; max-width: 700px; margin: auto;"></div>
    
            </div>
    
            <button class="button" onclick="logout()">Logout</button>
        </div>
    
        <!-- Main Script -->
        <script type="module" src="script.js"></script>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
graphql.sbswww.graphql.sbs
CN:
graphql.sbs
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-23 11:23
Not after:
2026-02-21 11:23
Domain summary
IP summary