Domain boards.fishnet.gg
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443

  • GraphQL introspection is enabled.
    First seen 2025-10-28 01:46
    Last seen 2026-01-01 22:13
    Open for 65 days
    • Severity: medium
      Fingerprint: c2db3a1c40d490db2337d3d615a7ce47725a717528f1c71b2ca310f9c158c049

      GraphQL introspection enabled at /api/graphql
      Types: 183 (by kind: ENUM: 43, INPUT_OBJECT: 11, INTERFACE: 5, OBJECT: 116, SCALAR: 7, UNION: 1)
      Operations:
      - Query: Query | fields: config, featuredEntities, multiTenantConfig, multiTenantDomain, tenants
      - Mutation: Mutation | fields: createMultiTenantDomain, createNetworkRootUser, createTenant, deleteFeaturedEntity, storeFeaturedEntity
      Directives: deprecated, include, skip (total: 3)
      
      Found on 2026-01-01 22:13
      256.9 kBytes
  • Open service 104.18.40.51:443 · boards.fishnet.gg

    2026-01-08 23:22

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 23:22:38 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9baf701eecb003f0-FRA
    content-security-policy: default-src blob: 'self' *.minds.com; script-src blob: data: 'self' *.minds.com 'sha256-vVbHgirIBntVQFzMb5A2pHMuUeV4ODC0qhmiEQgVMo0='; style-src *.minds.com data: 'self' 'unsafe-inline'; frame-src *; connect-src data: 'self' *.minds.com *.cloudflarestream.com idgmyygwvm9a.objectstorage.us-ashburn-1.oci.customer-oci.com; img-src data: blob: 'self' *.minds.com; block-all-mixed-content; upgrade-insecure-requests; report-uri https://www.minds.com/p/contact;
    permissions-policy: autoplay=(), camera=(self), clipboard-read=(self), clipboard-write=(self), fullscreen=(self), geolocation=(self), microphone=(self), payment=(), picture-in-picture=(self);
    referrer-policy: strict-origin-when-cross-origin
    strict-transport-security: max-age=31536000; includeSubdomains; preload
    vary: Accept-Encoding
    x-content-type-options: nosniff
    x-powered-by: Express
    cf-cache-status: DYNAMIC
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.18.40.51:443 · boards.fishnet.gg

    2026-01-01 22:13

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 22:13:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9b755d4f4c054b9f-EWR
    Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
    last-modified: Thu, 01 Jan 2026 22:12:03 GMT
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    
    Page title: Minds
    
    <html lang="en" dir="ltr">
      <head>
        <base href="/static/en/"/>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"/>
        <link rel="icon" type="image/svg" id="favicon" href="/static/en/assets/logos/bulb.svg"/>
        <link rel="apple-touch-icon" type="image/png" sizes="192x192" id="appleTouchIcon" href="/static/en/assets/logos/logo-ios.png"/>
        <link rel="icon" type="image/png" sizes="32x32" id="icon32" href="/static/en/assets/logos/bulb-32x32.png"/>
        <link rel="icon" type="image/png" sizes="16x16" id="icon16" href="/static/en/assets/logos/bulb-16x16.png"/>
        <link rel="preload" href="https://cdn-assets.minds.com/front/fonts/material-icons-v2.woff2" as="font" type="font/woff2" crossorigin=""/>
        <link rel="manifest" href="/manifest.webmanifest"/>
        <style type="text/css">
          .m-app__loadingContainer {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
          }
    
          .m-app__loadingContainer--fadeAnimated {
            animation: fadein 2s;
            animation-iteration-count: infinite;
          }
    
          .m-app__loadingLogo {
            max-width: 60px;
          }
    
          .m-app__genericLoadingSpinner {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border-width: 6px;
            border-style: solid;
            border-color: #000 #e8e8ea #e8e8ea #e8e8ea;
            animation: spin 1s linear infinite;
            -webkit-animation: spin 1s linear infinite;
          }
    
          @keyframes fadein {
            0% {
              opacity: 0;
            }
            50% {
              opacity: 1;
            }
            100% {
              opacity: 0;
            }
          }
    
          @keyframes spin {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
        </style>
        <title>Minds</title>
      <link rel="stylesheet" href="styles.e9cbf231c8fff2a6.css"></head>
      <body class="m-theme__light">
        <!-- The app component created in app.ts -->
        <m-app>
          <div class="m-app__loadingContainer m-app__loadingContainer--fadeAnimated" id="minds-loading-logo-container" style="display: none">
            <img class="m-app__loadingLogo" src="/static/en/assets/logos/bulb.svg"/>
          </div>
          <div class="m-app__loadingContainer" id="generic-loading-logo-container" style="display: none">
            <div class="m-app__genericLoadingSpinner"></div>
          </div>
        </m-app>
    
        <script>
          function module() {} // Fixes undefined module function in SystemJS bundle
          if (window.location.href.includes('www.minds.com')) {
            document.getElementById(
              'generic-loading-logo-container'
            ).style.display = 'none';
            document.getElementById('minds-loading-logo-container').style.display =
              'flex';
          } else {
            document.getElementById('minds-loading-logo-container').style.display =
              'none';
            document.getElementById(
              'generic-loading-logo-container'
            ).style.display = 'flex';
          }
        </script>
    
        <!-- shims:js -->
        <!-- endinject -->
    
        <noscript>Please enable JavaScript to continue using this application.</noscript>
      <script src="runtime.b4790431142123c0.js" type="module"></script><script src="polyfills.73dee22b4c6c0d3c.js" type="module"></script><script src="scripts.c00b4429494545b8.js" defer></script><script src="vendor.f9b0c26ef5b28024.js" type="module"></script><script src="main.a556d0fef094ba80.js" type="module"></script></body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.18.40.51:443 · boards.fishnet.gg

    2025-12-30 05:46

    HTTP/1.1 200 OK
    Date: Tue, 30 Dec 2025 05:46:11 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9b5f3c1cac1ec4d8-FRA
    content-security-policy: default-src blob: 'self' *.minds.com; script-src blob: data: 'self' *.minds.com 'sha256-vVbHgirIBntVQFzMb5A2pHMuUeV4ODC0qhmiEQgVMo0='; style-src *.minds.com data: 'self' 'unsafe-inline'; frame-src *; connect-src data: 'self' *.minds.com *.cloudflarestream.com idgmyygwvm9a.objectstorage.us-ashburn-1.oci.customer-oci.com; img-src data: blob: 'self' *.minds.com; block-all-mixed-content; upgrade-insecure-requests; report-uri https://www.minds.com/p/contact;
    permissions-policy: autoplay=(), camera=(self), clipboard-read=(self), clipboard-write=(self), fullscreen=(self), geolocation=(self), microphone=(self), payment=(), picture-in-picture=(self);
    referrer-policy: strict-origin-when-cross-origin
    strict-transport-security: max-age=31536000; includeSubdomains; preload
    vary: Accept-Encoding
    x-content-type-options: nosniff
    x-powered-by: Express
    cf-cache-status: DYNAMIC
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 104.18.40.51:443 · boards.fishnet.gg

    2025-12-22 19:04

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 19:04:05 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9b21e204089d9dfd-BLR
    content-security-policy: default-src blob: 'self' *.minds.com; script-src blob: data: 'self' *.minds.com 'sha256-vVbHgirIBntVQFzMb5A2pHMuUeV4ODC0qhmiEQgVMo0='; style-src *.minds.com data: 'self' 'unsafe-inline'; frame-src *; connect-src data: 'self' *.minds.com *.cloudflarestream.com idgmyygwvm9a.objectstorage.us-ashburn-1.oci.customer-oci.com; img-src data: blob: 'self' *.minds.com; block-all-mixed-content; upgrade-insecure-requests; report-uri https://www.minds.com/p/contact;
    permissions-policy: autoplay=(), camera=(self), clipboard-read=(self), clipboard-write=(self), fullscreen=(self), geolocation=(self), microphone=(self), payment=(), picture-in-picture=(self);
    referrer-policy: strict-origin-when-cross-origin
    strict-transport-security: max-age=31536000; includeSubdomains; preload
    vary: Accept-Encoding
    x-content-type-options: nosniff
    x-powered-by: Express
    cf-cache-status: DYNAMIC
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.18.40.51:443 · boards.fishnet.gg

    2025-12-20 19:40

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 19:40:52 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9b119d0abce9c19f-BLR
    Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
    last-modified: Sat, 20 Dec 2025 19:36:45 GMT
    vary: accept-encoding
    cf-cache-status: DYNAMIC
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    
    Page title: Minds
    
    <html lang="en" dir="ltr">
      <head>
        <base href="/static/en/"/>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"/>
        <link rel="icon" type="image/svg" id="favicon" href="/static/en/assets/logos/bulb.svg"/>
        <link rel="apple-touch-icon" type="image/png" sizes="192x192" id="appleTouchIcon" href="/static/en/assets/logos/logo-ios.png"/>
        <link rel="icon" type="image/png" sizes="32x32" id="icon32" href="/static/en/assets/logos/bulb-32x32.png"/>
        <link rel="icon" type="image/png" sizes="16x16" id="icon16" href="/static/en/assets/logos/bulb-16x16.png"/>
        <link rel="preload" href="https://cdn-assets.minds.com/front/fonts/material-icons-v2.woff2" as="font" type="font/woff2" crossorigin=""/>
        <link rel="manifest" href="/manifest.webmanifest"/>
        <style type="text/css">
          .m-app__loadingContainer {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
          }
    
          .m-app__loadingContainer--fadeAnimated {
            animation: fadein 2s;
            animation-iteration-count: infinite;
          }
    
          .m-app__loadingLogo {
            max-width: 60px;
          }
    
          .m-app__genericLoadingSpinner {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border-width: 6px;
            border-style: solid;
            border-color: #000 #e8e8ea #e8e8ea #e8e8ea;
            animation: spin 1s linear infinite;
            -webkit-animation: spin 1s linear infinite;
          }
    
          @keyframes fadein {
            0% {
              opacity: 0;
            }
            50% {
              opacity: 1;
            }
            100% {
              opacity: 0;
            }
          }
    
          @keyframes spin {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
        </style>
        <title>Minds</title>
      <link rel="stylesheet" href="styles.e9cbf231c8fff2a6.css"></head>
      <body class="m-theme__light">
        <!-- The app component created in app.ts -->
        <m-app>
          <div class="m-app__loadingContainer m-app__loadingContainer--fadeAnimated" id="minds-loading-logo-container" style="display: none">
            <img class="m-app__loadingLogo" src="/static/en/assets/logos/bulb.svg"/>
          </div>
          <div class="m-app__loadingContainer" id="generic-loading-logo-container" style="display: none">
            <div class="m-app__genericLoadingSpinner"></div>
          </div>
        </m-app>
    
        <script>
          function module() {} // Fixes undefined module function in SystemJS bundle
          if (window.location.href.includes('www.minds.com')) {
            document.getElementById(
              'generic-loading-logo-container'
            ).style.display = 'none';
            document.getElementById('minds-loading-logo-container').style.display =
              'flex';
          } else {
            document.getElementById('minds-loading-logo-container').style.display =
              'none';
            document.getElementById(
              'generic-loading-logo-container'
            ).style.display = 'flex';
          }
        </script>
    
        <!-- shims:js -->
        <!-- endinject -->
    
        <noscript>Please enable JavaScript to continue using this application.</noscript>
      <script src="runtime.b4790431142123c0.js" type="module"></script><script src="polyfills.73dee22b4c6c0d3c.js" type="module"></script><script src="scripts.c00b4429494545b8.js" defer></script><script src="vendor.f9b0c26ef5b28024.js" type="module"></script><script src="main.a556d0fef094ba80.js" type="module"></script></body>
    </html>
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 104.18.40.51:443 · boards.fishnet.gg

    2025-12-19 01:40

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 01:40:05 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9b03309d186fd3a0-FRA
    Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
    last-modified: Fri, 19 Dec 2025 01:38:48 GMT
    vary: accept-encoding
    cf-cache-status: DYNAMIC
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    
    Page title: Minds
    
    <html lang="en" dir="ltr">
      <head>
        <base href="/static/en/"/>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"/>
        <link rel="icon" type="image/svg" id="favicon" href="/static/en/assets/logos/bulb.svg"/>
        <link rel="apple-touch-icon" type="image/png" sizes="192x192" id="appleTouchIcon" href="/static/en/assets/logos/logo-ios.png"/>
        <link rel="icon" type="image/png" sizes="32x32" id="icon32" href="/static/en/assets/logos/bulb-32x32.png"/>
        <link rel="icon" type="image/png" sizes="16x16" id="icon16" href="/static/en/assets/logos/bulb-16x16.png"/>
        <link rel="preload" href="https://cdn-assets.minds.com/front/fonts/material-icons-v2.woff2" as="font" type="font/woff2" crossorigin=""/>
        <link rel="manifest" href="/manifest.webmanifest"/>
        <style type="text/css">
          .m-app__loadingContainer {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
          }
    
          .m-app__loadingContainer--fadeAnimated {
            animation: fadein 2s;
            animation-iteration-count: infinite;
          }
    
          .m-app__loadingLogo {
            max-width: 60px;
          }
    
          .m-app__genericLoadingSpinner {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border-width: 6px;
            border-style: solid;
            border-color: #000 #e8e8ea #e8e8ea #e8e8ea;
            animation: spin 1s linear infinite;
            -webkit-animation: spin 1s linear infinite;
          }
    
          @keyframes fadein {
            0% {
              opacity: 0;
            }
            50% {
              opacity: 1;
            }
            100% {
              opacity: 0;
            }
          }
    
          @keyframes spin {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
        </style>
        <title>Minds</title>
      <link rel="stylesheet" href="styles.e9cbf231c8fff2a6.css"></head>
      <body class="m-theme__light">
        <!-- The app component created in app.ts -->
        <m-app>
          <div class="m-app__loadingContainer m-app__loadingContainer--fadeAnimated" id="minds-loading-logo-container" style="display: none">
            <img class="m-app__loadingLogo" src="/static/en/assets/logos/bulb.svg"/>
          </div>
          <div class="m-app__loadingContainer" id="generic-loading-logo-container" style="display: none">
            <div class="m-app__genericLoadingSpinner"></div>
          </div>
        </m-app>
    
        <script>
          function module() {} // Fixes undefined module function in SystemJS bundle
          if (window.location.href.includes('www.minds.com')) {
            document.getElementById(
              'generic-loading-logo-container'
            ).style.display = 'none';
            document.getElementById('minds-loading-logo-container').style.display =
              'flex';
          } else {
            document.getElementById('minds-loading-logo-container').style.display =
              'none';
            document.getElementById(
              'generic-loading-logo-container'
            ).style.display = 'flex';
          }
        </script>
    
        <!-- shims:js -->
        <!-- endinject -->
    
        <noscript>Please enable JavaScript to continue using this application.</noscript>
      <script src="runtime.b4790431142123c0.js" type="module"></script><script src="polyfills.73dee22b4c6c0d3c.js" type="module"></script><script src="scripts.c00b4429494545b8.js" defer></script><script src="vendor.f9b0c26ef5b28024.js" type="module"></script><script src="main.a556d0fef094ba80.js" type="module"></script></body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
boards.fishnet.gg
CN:
boards.fishnet.gg
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-26 02:08
Not after:
2026-03-26 03:08
boards.fishnet.gg
CN:
boards.fishnet.gg
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-10-28 00:46
Not after:
2026-01-26 01:46
Domain summary
IP summary