Domain service.prodt.opcommservice.com
United States
MICROSOFT-CORP-MSN-AS-BLOCK
Software information

Kestrel Kestrel

tcp/443

  • Open service 13.89.172.4:80 · service.prodt.opcommservice.com

    2026-01-05 08:58

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 05 Jan 2026 08:58:47 GMT
    Location: https://service.prodt.opcommservice.com/
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 13.89.172.4:443 · service.prodt.opcommservice.com

    2026-01-05 08:58

    HTTP/1.1 200 OK
    Connection: close
    Date: Mon, 05 Jan 2026 08:58:47 GMT
    Server: Kestrel
    Transfer-Encoding: chunked
    
    Page title: OpComm Hosted Worker Services
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <title>OpComm Hosted Worker Services</title>
      <link href="https://fonts.googleapis.com/css2?family=Inter:wght@500;700;900&display=swap" rel="stylesheet">
      <style>
        body {
          margin: 0;
          overflow: hidden;
          font-family: 'Inter', Tahoma, sans-serif;
          background: linear-gradient(135deg, #101621, #1a2c44, #2e4968);
          height: 100vh;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
        }
    
        .glass-panel-container {
          position: relative;
          z-index: 1;
          border-radius: 26px;
        }
    
          .glass-panel-container::before {
            content: "";
            position: absolute;
            top: -6px;
            left: -6px;
            right: -6px;
            bottom: -6px;
            border-radius: 26px;
            background: linear-gradient(45deg, #071019, #1e2f3d 60%);
            z-index: 0;
          }
    
        .glass-panel {
          position: relative;
          z-index: 1;
          background: linear-gradient(45deg, rgba(16, 24, 32, 0.95), rgba(30, 48, 64, 0.95));
          border-radius: 20px;
          padding: 40px 60px;
          text-align: center;
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
          backdrop-filter: blur(14px);
          -webkit-backdrop-filter: blur(14px);
          border: 1px solid rgba(255, 255, 255, 0.1);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
    
        .icon {
          width: 80px;
          height: 80px;
          margin-bottom: 20px;
        }
    
        .title {
          font-size: clamp(2.5rem, 6vw, 5rem);
          font-weight: 900;
          margin-bottom: 12px;
          color: white;
          text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        }
    
        .subtitle {
          font-size: clamp(1.1rem, 2vw, 1.6rem);
          font-weight: 500;
          margin-bottom: 40px;
          color: rgba(255, 255, 255, 0.85);
        }
    
        .staging {
          font-size: 0.75rem;
          color: rgba(200, 230, 255, 0.5);
          text-shadow: none;
          margin-top: auto;
        }
    
        .shimmer {
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: radial-gradient(circle, rgba(255,255,255,0.03), transparent 70%);
          animation: shimmerMove 8s linear infinite;
          pointer-events: none;
        }
    
        @keyframes shimmerMove {
          0% {
            transform: translate(0, 0) rotate(0deg);
          }
    
          100% {
            transform: translate(0, 0) rotate(360deg);
          }
        }
      </style>
    </head>
    <body>
      <div class="shimmer"></div>
    
      <div class="glass-panel-container">
        <div class="glass-panel">
          <!-- Hosted Worker Icon -->
          <svg class="icon" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none">
            <style type="text/css">
              <![CDATA[
              .rotating {
                animation: rotate 4s linear infinite;
                transform-origin: center;
              }
    
              @keyframes rotate {
                from {
                  transform: rotate(0deg);
                }
    
                to {
                  transform: rotate(360deg);
                }
              }
    
              ]]>
            </style>
    
            <!-- Outer circle -->
            <circle cx="32" cy="32" r="30" fill="#60A5FA" stroke="white" stroke-width="2" />
    
            <!-- Gear (centered and rotating) -->
            <g class="rotating">
              <path fill="white"
                    d="
            M32 26a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0-14c.5 0 .9.3 1 .8l.6 4.1a15.2 15.2 0 0 1 3.5 1.4l3.6-2.5a1 1 0 0 1 1.3.1l3.4 3.4a1 1 0 0 1 .1 1.3l-2.5 3.6c.6 1.1 1 2.3 1.4 3.5l4.1.6c.5.1.8.5.8 1v4c0 .5-.3.9-.8 1l-4.1.6a15.2 15.2 0 0 1-1.4 3.5l2.5 3.6a1 1 0 0 1-.1 1.3l-3.4 3.4a1 1 0 0 1-1.3.1l-3.6-2.5a15.2 15.2 0 0 1-3.5 1.4l-.6 4.1c-.1.5-.5.8-1 .8h-4c-.5 0-.9-.3-1-.8l-.6-4.1a15.2 15.2 0 0 1-3.5-1.4l-3.6 2.5a1 1 0 0 1-1.3-.1l-3.4-3.4a1 1 0 0 1-.1-1.3l2.5-3.6a15.2 15.2 0 0 1-1.4-3.5l-4.1-.6a1 1 0 0 1-.8-1v-4c0-.5.3-.9.8-1l4.1-.6a15.2 15.2 0 0 1 1.4-3.5l-2.5-3.6a1 1 0 0 1 .1-1
    Found 2026-01-05 by HttpPlugin
    Create report
service.prodt.opcommservice.com
CN:
service.prodt.opcommservice.com
Not before:
2025-12-30 00:00
Not after:
2026-04-14 23:59
Domain summary
IP summary