Domain www.tingens.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/443 tcp/80

  • Open service 2600:9000:225b:a600:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 c414bd1a4ce7ace94cbfdfa8efcbe5a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: DiPB3xQyp4w2Kmfmo9e-MrFYkvHUQaWT8ToUwZyP8sjzKGeTnMNPuQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:ba00:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 c414bd1a4ce7ace94cbfdfa8efcbe5a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: yUTvSh91AKdM57mM9JqmFZMvHo1MK-eRk6YGR0ENN6l7MvFindI6JQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:2200:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 badff53d2116a4b3d32a2dd1eb918a48.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 3nkiniVvFAePXp_TCIegFv4H-p0EiaMJGTzzFEq35bj5f69CoR-U4w==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:1000:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: Hit from cloudfront
    Via: 1.1 0f14828b89630f6555c6372e13fc999a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 8Cp0sKYGw9_sqIlRvmBJNjfW5n2xxYeu54FckNz-PI4rYwqb6n6H3g==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.66:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 dcfe318aa268be733627ea7884246be4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: QqesMgSfG6bEqTJ_HWQCgNKTGHBUTA1tRdYdhdRnGAVdcJXYjTr-Ew==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: QqesMgSfG6bEqTJ_HWQCgNKTGHBUTA1tRdYdhdRnGAVdcJXYjTr-Ew==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:6600:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 551f2461af0b3bf4faaad831ee6e5b1e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: uYfYX6WyiG5MIhNVo7Yw8eDEd1Bei92LpqazNojODZd8nIlIfsX2VQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:a600:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: Hit from cloudfront
    Via: 1.1 badff53d2116a4b3d32a2dd1eb918a48.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: qYxpJGjNxx1SSMDtr5KFBMfZRwmwiGuTgMsw5PgloT-evS0a8Iiz3Q==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.78:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 f8d34d99bd5a267bad6857ae101ea8e2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 3IGegPWB8vVRgKNWzuMy-ymYC4vtImAriKRVaiuV5tNDF38RY1og1A==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: 3IGegPWB8vVRgKNWzuMy-ymYC4vtImAriKRVaiuV5tNDF38RY1og1A==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:6e00:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: Hit from cloudfront
    Via: 1.1 c414bd1a4ce7ace94cbfdfa8efcbe5a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: QWMpV3tixBB6sSq_6_fH6abustszetJLbK-sZnU0VdtooGia69QMaA==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:600:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 77aa8087323921dee0b130bc0589bda8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: dcO3WuJbwyr3wEWLk3BMAc56uYIaSGaK-7JMx2r-QxHTX2wQ4nBlXA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.76:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 dcfe318aa268be733627ea7884246be4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: Z0qWPaxHjpemUhMlaJg1_ryCYtZYsJtoVjuyElhcLz_yoT_sjnEuhw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.78:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 66ce4848bcf993e3c57b596461cd0b82.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: fiWDiBW-_2esl-nMJRyyCjKmAhf0OKr5z0c7iJKO-oA5kAVBBWwT-g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.66:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 ec12d3de4ccd821a7e749609dcc62010.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: JYxOQ0oYR_bgsRPOGdcFrr4R5SfqBXf8Ji_UJM0Gghof1X7E0LSznA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:600:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: Hit from cloudfront
    Via: 1.1 2551fa016e0e39646c40c584001d7b4e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: QEF_ez8HzZXO8BV9FtoVlQwKrxs-yBTctTADntinocNMzAplQovoXQ==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:6600:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: Hit from cloudfront
    Via: 1.1 eec5ede1fdb15ceb2352a4ebfb155362.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 236gHoEIndYoYq4-WBr245C4DCrF0qdZdkpqG-3HaCgXPL_kib89xQ==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:2c00:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 6ef87569c26a159f552948d3c30a2be0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: dxL66TKW_--E-PxzF7JVLcXn1E15vINrFklbF729-_r0CF1jIPO0YQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:ba00:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: Hit from cloudfront
    Via: 1.1 dcfe318aa268be733627ea7884246be4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: rCsCSKhkKx_T8w4KZnvPdKqQ0dPNjPB1Y42nPoDY3Bgu66nFVLANrA==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:2200:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: Hit from cloudfront
    Via: 1.1 ae6c2eb8d653982f5df6a91a4b14b518.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: rnwAHxyOyHv-4JgV2_P2LgdmZoMFVaUwxRBi1_L4TnuVF2IyvuXDfA==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.12:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 32162aed20605276097da109dc97c5b0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 7M6f-qZQ-u6vRDJZaIrO5g4-t35y8hW0eWmz2imGJCFidNIRw9ZaMQ==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: 7M6f-qZQ-u6vRDJZaIrO5g4-t35y8hW0eWmz2imGJCFidNIRw9ZaMQ==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:6e00:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:53 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 355f72364b4c8f8829ae95f886a03f56.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: NWq4I0KSJAzyat5TW8X4iLboWypL9t-QbR81-qn1Pnjc2eJrSeqKaQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:1000:d:9a7d:6040:93a1:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 89efe3a7854e47cf7f1fe47e28e39348.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: JfiOx1haCfTcm2Z93jklFQXOe4I5zVxmu31iriEk0G7naahHRjS6Jw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2600:9000:225b:2c00:d:9a7d:6040:93a1:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 60573
    Connection: close
    Last-Modified: Sat, 12 Apr 2025 14:26:58 GMT
    Server: AmazonS3
    Date: Sun, 11 Jan 2026 05:49:55 GMT
    ETag: "74240ff51e222b5fc6af66a116ca572d"
    X-Cache: RefreshHit from cloudfront
    Via: 1.1 77aa8087323921dee0b130bc0589bda8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 9fRNCU0SQZuhhq5aaIzV-Tv61WvI9vAjdBvotiZQAKL1CvxsccqsfQ==
    
    Page title: 上海廷根科技 - 安全合规的AI训练数据引擎
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>上海廷根科技 - 安全合规的AI训练数据引擎</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
        />
        <script>
          tailwind.config = {
            theme: {
              extend: {
                colors: {
                  primary: "#0A369D",
                  secondary: "#FF6B35",
                },
              },
            },
          };
        </script>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap");
    
          body {
            font-family: "Noto Sans SC", sans-serif;
            scroll-behavior: smooth;
          }
    
          .hero-bg {
            background: linear-gradient(
              135deg,
              rgba(10, 54, 157, 0.9) 0%,
              rgba(0, 82, 204, 0.9) 100%
            );
          }
    
          .data-flow {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
          }
    
          .data-tag {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 0.8rem;
            animation: float 15s linear infinite;
            white-space: nowrap;
          }
    
          @keyframes float {
            0% {
              transform: translateY(100vh) translateX(0);
            }
            100% {
              transform: translateY(-100px) translateX(0);
            }
          }
    
          .floating-cta {
            animation: pulse 2s infinite;
          }
    
          @keyframes pulse {
            0% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
            }
            70% {
              box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
            }
            100% {
              box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
            }
          }
    
          .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
          }
    
          .tab-content {
            display: none;
          }
    
          .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-in-out;
          }
    
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
        </style>
      </head>
      <body class="bg-gray-50">
    
        <!-- Navigation -->
        <nav class="bg-white shadow-md sticky top-0 z-40">
          <div class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
              <div class="flex items-center">
                <div class="text-primary font-bold text-2xl mr-2">廷根科技</div>
                <span class="bg-primary text-white text-xs px-2 py-1 rounded"
                  >Singapore</span
                >
              </div>
    
              <div class="hidden md:flex items-center space-x-8">
                <a href="#home" class="text-primary font-medium">首页</a>
                <a href="#services" class="text-gray-600 hover:text-primary"
                  >产品服务</a
                >
                <a href="#compliance" class="text-gray-600 hover:text-primary"
                  >合规中心</a
                >
                <a href="#cases" class="text-gray-600 hover:text-primary"
                  >客户案例</a
                >
                <a href="#about" class="text-gray-600 hover:text-primary"
                  >关于我们</a
                >
              </div>
    
              <div class="flex items-center space-x-4">
                <button
                  class="bg-primary text-white px-4 py-2 rounded-md hover:bg-blue-900 transition"
                >
                  免费咨询
                </button>
                <button class="md:hidden text-gray-600">
                  <i class="fas fa-bars text-xl"></i>
                </button>
              </div>
            </div>
          </div>
        </nav>
    
        <!-- Hero Section -->
        <section id="home" class="hero-bg text-white relative overflow-hidden">
          <div class="data-flow" id="dataFlowContainer"></div>
          <div class="container mx-auto px
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.12:80 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://www.tingens.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 6ef87569c26a159f552948d3c30a2be0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: yDmBwYRQBqefhHjQIUerIAYu6pojS4h4KUzRRVg2J6JhIVHVGmHa9g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 18.66.192.76:443 · www.tingens.com

    2026-01-11 05:49

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Sun, 11 Jan 2026 05:49:53 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 66ce4848bcf993e3c57b596461cd0b82.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P1
    X-Amz-Cf-Id: 3fuxhPl-JyTU7cTHx1Y2TmMYNZfEa4g7QwpEcNzHyI1uX574DHA7WQ==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: 3fuxhPl-JyTU7cTHx1Y2TmMYNZfEa4g7QwpEcNzHyI1uX574DHA7WQ==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 3 days ago by HttpPlugin
    Create report
www.tingens.comtingens.com
CN:
www.tingens.com
Key:
RSA-2048
Issuer:
Not before:
2025-03-13 00:00
Not after:
2026-04-11 23:59