Domain starqtech.co
United States
AMAZON-02
Software information

Netlify

tcp/443

  • Git configuration and history exposed
    First seen 2025-09-11 10:42
    Last seen 2026-01-02 08:06
    Open for 112 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522065fcff5

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/starqtech/StarQ-Tech.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      
      Found on 2026-01-02 08:06
      251 Bytes
  • Open service 75.2.60.5:443 · starqtech.co

    2026-01-09 09:21

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 30315
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 09:21:21 GMT
    Etag: "17cf560adfa2158ac43ea07b4bee618a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEH0YXYD3BQZB30ZEQ3V9F4E
    Connection: close
    
    Page title: 智能客服解決方案 | StarQ
    
    <!DOCTYPE html>
    <html lang="zh-TW">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>智能客服解決方案 | StarQ</title>
    
      <!-- Tailwind -->
      <script src="https://cdn.tailwindcss.com"></script>
      <!-- Font Awesome (keep for existing icons) -->
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
      <!-- Chart.js -->
      <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
      
    
      <!-- Theme: light-blue primary + soft shadow -->
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: {
                  50:  '#eff6ff',
                  100: '#dbeafe',
                  200: '#bfdbfe',
                  300: '#93c5fd',
                  400: '#60a5fa',
                  500: '#3b82f6',
                  600: '#2563eb',
                  700: '#1d4ed8',
                  800: '#1e40af',
                  900: '#1e3a8a'
                }
              },
              boxShadow: {
                soft: '0 12px 40px rgba(59,130,246,0.16)'
              }
            }
          }
        }
      </script>
    
      <style>
        .nav-link { position: relative; }
        .nav-link::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -2px; left: 0; background-color: #3b82f6; transition: width .25s ease; }
        .nav-link:hover::after { width: 100%; }
    
        /* Simple, not-busy hero background: dark overlay over photo */
        .hero-section {
          background-image: linear-gradient(rgba(2,6,23,0.55), rgba(2,6,23,0.35)), url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=2070&q=80');
          background-size: cover; background-position: center; min-height: 80vh;
        }
        @media (max-width: 768px){ .hero-section { min-height: auto; padding: 4rem 0; } }
    
        .demo-image { box-shadow: 0 25px 50px -12px rgba(2,6,23,0.5); border-radius: 1rem; transition: transform .3s ease; }
        .demo-image:hover { transform: translateY(-4px); }
        .rotate-180 { transform: rotate(180deg); }
      </style>
    </head>
    <body class="bg-white text-slate-800">
    
        <!-- ====== Navigation Bar ====== -->
    <nav class="bg-white shadow-lg sticky top-0 z-50">
      <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="flex justify-between h-16">
          <!-- 左:Logo -->
          <div class="flex items-center">
            <a class='flex-shrink-0 flex items-center' href='/'>
              <img src="photos/logo_color.png" alt="StarQ Logo" class="h-14 w-auto mr-2">
            </a>
          </div>
    
          <!-- 中:桌機版導覽 -->
          <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
            <a class='text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/features'>產品服務</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/cases'>產業案例</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/pricing'>取得報價</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/about'>關於我們</a>
    
            <!-- 語言切換下拉(桌機版) -->
            <div class="relative">
              <button id="lang-button" class="ml-4 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-soft text-white bg-primary-600 hover:bg-primary-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500">
                繁中 <i class="fas fa-chevron-down ml-2 text-xs"></i>
              </button>
              <div id="lang-menu" class="absolute right-0 mt-2 w-36 bg-white border border-gray-200 rounded-md shadow-lg hidden">
                <a href="#" data-lang="zh" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">繁中</a>
                <a href="#" data-lang="en" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Eng</a>
                <a href="#" data-lang="th" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">ภาษาไทย</a>
              </div>
            </div>
          </d
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · starqtech.co

    2026-01-02 08:06

    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: 30315
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 08:06:52 GMT
    Etag: "17cf560adfa2158ac43ea07b4bee618a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDYVXGEN1GEWWTDZYVSA70MN
    Connection: close
    
    Page title: 智能客服解決方案 | StarQ
    
    <!DOCTYPE html>
    <html lang="zh-TW">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>智能客服解決方案 | StarQ</title>
    
      <!-- Tailwind -->
      <script src="https://cdn.tailwindcss.com"></script>
      <!-- Font Awesome (keep for existing icons) -->
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
      <!-- Chart.js -->
      <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
      
    
      <!-- Theme: light-blue primary + soft shadow -->
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: {
                  50:  '#eff6ff',
                  100: '#dbeafe',
                  200: '#bfdbfe',
                  300: '#93c5fd',
                  400: '#60a5fa',
                  500: '#3b82f6',
                  600: '#2563eb',
                  700: '#1d4ed8',
                  800: '#1e40af',
                  900: '#1e3a8a'
                }
              },
              boxShadow: {
                soft: '0 12px 40px rgba(59,130,246,0.16)'
              }
            }
          }
        }
      </script>
    
      <style>
        .nav-link { position: relative; }
        .nav-link::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -2px; left: 0; background-color: #3b82f6; transition: width .25s ease; }
        .nav-link:hover::after { width: 100%; }
    
        /* Simple, not-busy hero background: dark overlay over photo */
        .hero-section {
          background-image: linear-gradient(rgba(2,6,23,0.55), rgba(2,6,23,0.35)), url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=2070&q=80');
          background-size: cover; background-position: center; min-height: 80vh;
        }
        @media (max-width: 768px){ .hero-section { min-height: auto; padding: 4rem 0; } }
    
        .demo-image { box-shadow: 0 25px 50px -12px rgba(2,6,23,0.5); border-radius: 1rem; transition: transform .3s ease; }
        .demo-image:hover { transform: translateY(-4px); }
        .rotate-180 { transform: rotate(180deg); }
      </style>
    </head>
    <body class="bg-white text-slate-800">
    
        <!-- ====== Navigation Bar ====== -->
    <nav class="bg-white shadow-lg sticky top-0 z-50">
      <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="flex justify-between h-16">
          <!-- 左:Logo -->
          <div class="flex items-center">
            <a class='flex-shrink-0 flex items-center' href='/'>
              <img src="photos/logo_color.png" alt="StarQ Logo" class="h-14 w-auto mr-2">
            </a>
          </div>
    
          <!-- 中:桌機版導覽 -->
          <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
            <a class='text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/features'>產品服務</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/cases'>產業案例</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/pricing'>取得報價</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/about'>關於我們</a>
    
            <!-- 語言切換下拉(桌機版) -->
            <div class="relative">
              <button id="lang-button" class="ml-4 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-soft text-white bg-primary-600 hover:bg-primary-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500">
                繁中 <i class="fas fa-chevron-down ml-2 text-xs"></i>
              </button>
              <div id="lang-menu" class="absolute right-0 mt-2 w-36 bg-white border border-gray-200 rounded-md shadow-lg hidden">
                <a href="#" data-lang="zh" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">繁中</a>
                <a href="#" data-lang="en" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Eng</a>
                <a href="#" data-lang="th" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">ภาษาไทย</a>
              </div>
            </div>
          </d
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · starqtech.co

    2025-12-23 01:58

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 30315
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 01:58:44 GMT
    Etag: "17cf560adfa2158ac43ea07b4bee618a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD4EW8TGFDAPDNND9J3PRASA
    Connection: close
    
    Page title: 智能客服解決方案 | StarQ
    
    <!DOCTYPE html>
    <html lang="zh-TW">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>智能客服解決方案 | StarQ</title>
    
      <!-- Tailwind -->
      <script src="https://cdn.tailwindcss.com"></script>
      <!-- Font Awesome (keep for existing icons) -->
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
      <!-- Chart.js -->
      <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
      
    
      <!-- Theme: light-blue primary + soft shadow -->
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: {
                  50:  '#eff6ff',
                  100: '#dbeafe',
                  200: '#bfdbfe',
                  300: '#93c5fd',
                  400: '#60a5fa',
                  500: '#3b82f6',
                  600: '#2563eb',
                  700: '#1d4ed8',
                  800: '#1e40af',
                  900: '#1e3a8a'
                }
              },
              boxShadow: {
                soft: '0 12px 40px rgba(59,130,246,0.16)'
              }
            }
          }
        }
      </script>
    
      <style>
        .nav-link { position: relative; }
        .nav-link::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -2px; left: 0; background-color: #3b82f6; transition: width .25s ease; }
        .nav-link:hover::after { width: 100%; }
    
        /* Simple, not-busy hero background: dark overlay over photo */
        .hero-section {
          background-image: linear-gradient(rgba(2,6,23,0.55), rgba(2,6,23,0.35)), url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=2070&q=80');
          background-size: cover; background-position: center; min-height: 80vh;
        }
        @media (max-width: 768px){ .hero-section { min-height: auto; padding: 4rem 0; } }
    
        .demo-image { box-shadow: 0 25px 50px -12px rgba(2,6,23,0.5); border-radius: 1rem; transition: transform .3s ease; }
        .demo-image:hover { transform: translateY(-4px); }
        .rotate-180 { transform: rotate(180deg); }
      </style>
    </head>
    <body class="bg-white text-slate-800">
    
        <!-- ====== Navigation Bar ====== -->
    <nav class="bg-white shadow-lg sticky top-0 z-50">
      <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="flex justify-between h-16">
          <!-- 左:Logo -->
          <div class="flex items-center">
            <a class='flex-shrink-0 flex items-center' href='/'>
              <img src="photos/logo_color.png" alt="StarQ Logo" class="h-14 w-auto mr-2">
            </a>
          </div>
    
          <!-- 中:桌機版導覽 -->
          <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
            <a class='text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/features'>產品服務</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/cases'>產業案例</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/pricing'>取得報價</a>
            <a class='nav-link text-gray-700 hover:text-blue-500 px-3 py-2 text-sm font-medium' href='/about'>關於我們</a>
    
            <!-- 語言切換下拉(桌機版) -->
            <div class="relative">
              <button id="lang-button" class="ml-4 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-soft text-white bg-primary-600 hover:bg-primary-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500">
                繁中 <i class="fas fa-chevron-down ml-2 text-xs"></i>
              </button>
              <div id="lang-menu" class="absolute right-0 mt-2 w-36 bg-white border border-gray-200 rounded-md shadow-lg hidden">
                <a href="#" data-lang="zh" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">繁中</a>
                <a href="#" data-lang="en" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Eng</a>
                <a href="#" data-lang="th" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">ภาษาไทย</a>
              </div>
            </div>
          </d
    Found 2025-12-23 by HttpPlugin
    Create report
starqtech.cowww.starqtech.co
CN:
starqtech.co
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-16 21:03
Not after:
2026-02-14 21:03
Domain summary
IP summary