Domain pulsestartech.com
United States
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2025-10-25 02:05
    Last seen 2026-01-02 14:03
    Open for 69 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226e02912f

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/radixhr/company-website.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      [branch "pulse-star"]
      	remote = origin
      	merge = refs/heads/pulse-star
      	github-pr-base-branch = "radixhr#company-website#main"
      	vscode-merge-base = origin/pulse-star
      	github-pr-owner-number = "radixhr#company-website#1"
      	github-pr-owner-number = "radixhr#company-website#1"
      	github-pr-owner-number = "radixhr#company-website#1"
      [branch "image-update"]
      	remote = origin
      	merge = refs/heads/image-update
      	github-pr-base-branch = "radixhr#company-website#main"
      	vscode-merge-base = origin/image-update
      [branch "fav-icon"]
      	remote = origin
      	merge = refs/heads/fav-icon
      	github-pr-base-branch = "radixhr#company-website#main"
      	vscode-merge-base = origin/fav-icon
      	github-pr-owner-number = "radixhr#company-website#3"
      	github-pr-owner-number = "radixhr#company-website#3"
      [branch "new-version"]
      	remote = origin
      	merge = refs/heads/new-version
      	github-pr-base-branch = "radixhr#company-website#main"
      	vscode-merge-base = origin/new-version
      	github-pr-owner-number = "radixhr#company-website#4"
      	github-pr-owner-number = "radixhr#company-website#4"
      	github-pr-owner-number = "radixhr#company-website#4"
      	github-pr-owner-number = "radixhr#company-website#4"
      	github-pr-owner-number = "radixhr#company-website#4"
      
      Found on 2026-01-02 14:03
      1.5 kBytes
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65220b98ac45

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/radixhr/company-website.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      [branch "pulse-star"]
      	remote = origin
      	merge = refs/heads/pulse-star
      	github-pr-base-branch = "radixhr#company-website#main"
      	vscode-merge-base = origin/pulse-star
      
      Found on 2025-10-29 07:56
      510 Bytes
  • Git configuration and history exposed
    First seen 2024-10-28 11:15
    Last seen 2025-10-24 11:51
    Open for 361 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65220b98ac45

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/radixhr/company-website.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      [branch "pulse-star"]
      	remote = origin
      	merge = refs/heads/pulse-star
      	github-pr-base-branch = "radixhr#company-website#main"
      	vscode-merge-base = origin/pulse-star
      
      Found on 2025-10-24 11:51
      510 Bytes
  • Open service 75.2.60.5:443 · www.pulsestartech.com

    2026-01-08 22:07

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 10942
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 08 Jan 2026 22:07:14 GMT
    Etag: "1ab4bdda9964a0dddc38b7c54a95c231-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEFTCK4C0PKZ19XAH004CZZG
    Connection: close
    
    Page title: Pulse Star Technical Solutions
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Pulse Star Technical Solutions</title>
        <link
          href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
          rel="stylesheet"
        />
        <link
          href="https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap"
          rel="stylesheet"
        />
        <style>
          /* Custom CSS */
          body,
          h1,
          h2,
          h3,
          p,
          a {
            font-family: "Asap", sans-serif;
          }
          .primary-bg {
            background-color: #703a95;
          }
          .primary-text {
            color: #703a95;
          }
          .secondary-text {
            color: #b3b3b3;
          }
    
          .hover-scale:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
          }
          .fade-in {
            animation: fadeIn 1s ease-in-out;
          }
          .transition-colors {
            transition: background-color 0.3s ease, color 0.3s ease;
          }
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
    
          .btn-primary {
            background-color: #703a95;
            color: #ffffff;
            border-radius: 30px;
            padding: 10px 20px;
            transition: transform 0.3s ease, background-color 0.3s ease;
          }
          .btn-primary:hover {
            background-color: #5a2d7b;
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          }
    
          .header-text {
            animation: slideIn 1.2s ease-out;
          }
          @keyframes slideIn {
            from {
              opacity: 0;
              transform: translateY(-20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .img-animate {
            animation: fadeUp 1.2s ease-out;
          }
          @keyframes fadeUp {
            from {
              opacity: 0;
              transform: translateY(20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .icon-bg {
            background-color: rgba(112, 58, 149, 0.1);
          }
          .icon-circle {
            display: inline-block;
            padding: 10px;
            border-radius: 50%;
          }
        </style>
      </head>
      <body class="bg-white font-sans">
        <!-- Header Section -->
        <div class="relative overflow-hidden">
          <header class="relative">
            <div class="bg-gray-900 pt-6">
              <div
                class="relative mx-auto flex max-w-7xl items-center justify-between px-6"
              >
                <a href="#">
                  <img
                    class="h-12 w-auto"
                    src="logo.png"
                    alt="Pulse Star Technical Solutions Logo"
                  />
                </a>
                <div class="hidden md:flex space-x-4">
                  <a
                    target="_blank"
                    href="https://hihello.me/p/4d4200c9-b2ca-49a3-9699-ab3c1450e62d"
                    class="btn-primary"
                    >Book a Demo</a
                  >
                </div>
              </div>
            </div>
            <div
              class="bg-gray-900 pt-10 sm:pt-16 lg:overflow-hidden lg:pb-14 lg:pt-8"
            >
              <div class="mx-auto max-w-7xl lg:px-8">
                <div class="lg:grid lg:grid-cols-2 lg:gap-8">
                  <div
                    class="mx-auto max-w-md px-6 sm:max-w-2xl sm:text-center lg:flex lg:items-center lg:px-0 lg:text-left"
                  >
                    <div class="lg:py-24">
                      <h1
                        class="text-5xl font-extrabold tracking-tight text-white sm:text-6xl lg:mt-6 xl:text-6xl header-text"
                      >
                        <span class="block"
                          >Welcome to Pulse Star Technical Solutions</span
                        >
                        <span class="block primary-text"
                          >Powering Intelligent Solutions</span
                        >
                      </h1>
                      <p
                        class="mt-5 text-lg text-gray-300 sm:mt-7 sm:text-xl lg:text-lg xl:text-xl"
           
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · www.pulsestartech.com

    2026-01-02 14:03

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 10942
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 14:03:10 GMT
    Etag: "1ab4bdda9964a0dddc38b7c54a95c231-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDZG9XASPPDB341DR26ZDDYQ
    Connection: close
    
    Page title: Pulse Star Technical Solutions
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Pulse Star Technical Solutions</title>
        <link
          href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
          rel="stylesheet"
        />
        <link
          href="https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap"
          rel="stylesheet"
        />
        <style>
          /* Custom CSS */
          body,
          h1,
          h2,
          h3,
          p,
          a {
            font-family: "Asap", sans-serif;
          }
          .primary-bg {
            background-color: #703a95;
          }
          .primary-text {
            color: #703a95;
          }
          .secondary-text {
            color: #b3b3b3;
          }
    
          .hover-scale:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
          }
          .fade-in {
            animation: fadeIn 1s ease-in-out;
          }
          .transition-colors {
            transition: background-color 0.3s ease, color 0.3s ease;
          }
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
    
          .btn-primary {
            background-color: #703a95;
            color: #ffffff;
            border-radius: 30px;
            padding: 10px 20px;
            transition: transform 0.3s ease, background-color 0.3s ease;
          }
          .btn-primary:hover {
            background-color: #5a2d7b;
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          }
    
          .header-text {
            animation: slideIn 1.2s ease-out;
          }
          @keyframes slideIn {
            from {
              opacity: 0;
              transform: translateY(-20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .img-animate {
            animation: fadeUp 1.2s ease-out;
          }
          @keyframes fadeUp {
            from {
              opacity: 0;
              transform: translateY(20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .icon-bg {
            background-color: rgba(112, 58, 149, 0.1);
          }
          .icon-circle {
            display: inline-block;
            padding: 10px;
            border-radius: 50%;
          }
        </style>
      </head>
      <body class="bg-white font-sans">
        <!-- Header Section -->
        <div class="relative overflow-hidden">
          <header class="relative">
            <div class="bg-gray-900 pt-6">
              <div
                class="relative mx-auto flex max-w-7xl items-center justify-between px-6"
              >
                <a href="#">
                  <img
                    class="h-12 w-auto"
                    src="logo.png"
                    alt="Pulse Star Technical Solutions Logo"
                  />
                </a>
                <div class="hidden md:flex space-x-4">
                  <a
                    target="_blank"
                    href="https://hihello.me/p/4d4200c9-b2ca-49a3-9699-ab3c1450e62d"
                    class="btn-primary"
                    >Book a Demo</a
                  >
                </div>
              </div>
            </div>
            <div
              class="bg-gray-900 pt-10 sm:pt-16 lg:overflow-hidden lg:pb-14 lg:pt-8"
            >
              <div class="mx-auto max-w-7xl lg:px-8">
                <div class="lg:grid lg:grid-cols-2 lg:gap-8">
                  <div
                    class="mx-auto max-w-md px-6 sm:max-w-2xl sm:text-center lg:flex lg:items-center lg:px-0 lg:text-left"
                  >
                    <div class="lg:py-24">
                      <h1
                        class="text-5xl font-extrabold tracking-tight text-white sm:text-6xl lg:mt-6 xl:text-6xl header-text"
                      >
                        <span class="block"
                          >Welcome to Pulse Star Technical Solutions</span
                        >
                        <span class="block primary-text"
                          >Powering Intelligent Solutions</span
                        >
                      </h1>
                      <p
                        class="mt-5 text-lg text-gray-300 sm:mt-7 sm:text-xl lg:text-lg xl:text-xl"
           
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · www.pulsestartech.com

    2025-12-30 14:55

    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: 10942
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 30 Dec 2025 14:55:27 GMT
    Etag: "1ab4bdda9964a0dddc38b7c54a95c231-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDQW3FYB62TA10PT7Z3KCYCN
    Connection: close
    
    Page title: Pulse Star Technical Solutions
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Pulse Star Technical Solutions</title>
        <link
          href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
          rel="stylesheet"
        />
        <link
          href="https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap"
          rel="stylesheet"
        />
        <style>
          /* Custom CSS */
          body,
          h1,
          h2,
          h3,
          p,
          a {
            font-family: "Asap", sans-serif;
          }
          .primary-bg {
            background-color: #703a95;
          }
          .primary-text {
            color: #703a95;
          }
          .secondary-text {
            color: #b3b3b3;
          }
    
          .hover-scale:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
          }
          .fade-in {
            animation: fadeIn 1s ease-in-out;
          }
          .transition-colors {
            transition: background-color 0.3s ease, color 0.3s ease;
          }
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
    
          .btn-primary {
            background-color: #703a95;
            color: #ffffff;
            border-radius: 30px;
            padding: 10px 20px;
            transition: transform 0.3s ease, background-color 0.3s ease;
          }
          .btn-primary:hover {
            background-color: #5a2d7b;
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          }
    
          .header-text {
            animation: slideIn 1.2s ease-out;
          }
          @keyframes slideIn {
            from {
              opacity: 0;
              transform: translateY(-20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .img-animate {
            animation: fadeUp 1.2s ease-out;
          }
          @keyframes fadeUp {
            from {
              opacity: 0;
              transform: translateY(20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .icon-bg {
            background-color: rgba(112, 58, 149, 0.1);
          }
          .icon-circle {
            display: inline-block;
            padding: 10px;
            border-radius: 50%;
          }
        </style>
      </head>
      <body class="bg-white font-sans">
        <!-- Header Section -->
        <div class="relative overflow-hidden">
          <header class="relative">
            <div class="bg-gray-900 pt-6">
              <div
                class="relative mx-auto flex max-w-7xl items-center justify-between px-6"
              >
                <a href="#">
                  <img
                    class="h-12 w-auto"
                    src="logo.png"
                    alt="Pulse Star Technical Solutions Logo"
                  />
                </a>
                <div class="hidden md:flex space-x-4">
                  <a
                    target="_blank"
                    href="https://hihello.me/p/4d4200c9-b2ca-49a3-9699-ab3c1450e62d"
                    class="btn-primary"
                    >Book a Demo</a
                  >
                </div>
              </div>
            </div>
            <div
              class="bg-gray-900 pt-10 sm:pt-16 lg:overflow-hidden lg:pb-14 lg:pt-8"
            >
              <div class="mx-auto max-w-7xl lg:px-8">
                <div class="lg:grid lg:grid-cols-2 lg:gap-8">
                  <div
                    class="mx-auto max-w-md px-6 sm:max-w-2xl sm:text-center lg:flex lg:items-center lg:px-0 lg:text-left"
                  >
                    <div class="lg:py-24">
                      <h1
                        class="text-5xl font-extrabold tracking-tight text-white sm:text-6xl lg:mt-6 xl:text-6xl header-text"
                      >
                        <span class="block"
                          >Welcome to Pulse Star Technical Solutions</span
                        >
                        <span class="block primary-text"
                          >Powering Intelligent Solutions</span
                        >
                      </h1>
                      <p
                        class="mt-5 text-lg text-gray-300 sm:mt-7 sm:text-xl lg:text-lg xl:text-xl"
           
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · pulsestartech.com

    2025-12-24 01:13

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 24 Dec 2025 01:13:32 GMT
    Location: https://www.pulsestartech.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD6YP7HFSF7VCPP3Y2QXX2RB
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://www.pulsestartech.com/
    Found 2025-12-24 by HttpPlugin
    Create report
  • Open service 75.2.60.5:80 · www.pulsestartech.com

    2025-12-24 01:13

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 24 Dec 2025 01:13:32 GMT
    Location: https://www.pulsestartech.com/
    Server: Netlify
    X-Nf-Request-Id: 01KD6YP7FXNPGGDN955QQ09TR6
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://www.pulsestartech.com/
    Found 2025-12-24 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · www.pulsestartech.com

    2025-12-24 01:13

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 10942
    Content-Type: text/html; charset=UTF-8
    Date: Wed, 24 Dec 2025 01:13:33 GMT
    Etag: "1ab4bdda9964a0dddc38b7c54a95c231-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD6YP848EQMT822NDXFFY2DB
    Connection: close
    
    Page title: Pulse Star Technical Solutions
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Pulse Star Technical Solutions</title>
        <link
          href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
          rel="stylesheet"
        />
        <link
          href="https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap"
          rel="stylesheet"
        />
        <style>
          /* Custom CSS */
          body,
          h1,
          h2,
          h3,
          p,
          a {
            font-family: "Asap", sans-serif;
          }
          .primary-bg {
            background-color: #703a95;
          }
          .primary-text {
            color: #703a95;
          }
          .secondary-text {
            color: #b3b3b3;
          }
    
          .hover-scale:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
          }
          .fade-in {
            animation: fadeIn 1s ease-in-out;
          }
          .transition-colors {
            transition: background-color 0.3s ease, color 0.3s ease;
          }
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
    
          .btn-primary {
            background-color: #703a95;
            color: #ffffff;
            border-radius: 30px;
            padding: 10px 20px;
            transition: transform 0.3s ease, background-color 0.3s ease;
          }
          .btn-primary:hover {
            background-color: #5a2d7b;
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          }
    
          .header-text {
            animation: slideIn 1.2s ease-out;
          }
          @keyframes slideIn {
            from {
              opacity: 0;
              transform: translateY(-20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .img-animate {
            animation: fadeUp 1.2s ease-out;
          }
          @keyframes fadeUp {
            from {
              opacity: 0;
              transform: translateY(20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .icon-bg {
            background-color: rgba(112, 58, 149, 0.1);
          }
          .icon-circle {
            display: inline-block;
            padding: 10px;
            border-radius: 50%;
          }
        </style>
      </head>
      <body class="bg-white font-sans">
        <!-- Header Section -->
        <div class="relative overflow-hidden">
          <header class="relative">
            <div class="bg-gray-900 pt-6">
              <div
                class="relative mx-auto flex max-w-7xl items-center justify-between px-6"
              >
                <a href="#">
                  <img
                    class="h-12 w-auto"
                    src="logo.png"
                    alt="Pulse Star Technical Solutions Logo"
                  />
                </a>
                <div class="hidden md:flex space-x-4">
                  <a
                    target="_blank"
                    href="https://hihello.me/p/4d4200c9-b2ca-49a3-9699-ab3c1450e62d"
                    class="btn-primary"
                    >Book a Demo</a
                  >
                </div>
              </div>
            </div>
            <div
              class="bg-gray-900 pt-10 sm:pt-16 lg:overflow-hidden lg:pb-14 lg:pt-8"
            >
              <div class="mx-auto max-w-7xl lg:px-8">
                <div class="lg:grid lg:grid-cols-2 lg:gap-8">
                  <div
                    class="mx-auto max-w-md px-6 sm:max-w-2xl sm:text-center lg:flex lg:items-center lg:px-0 lg:text-left"
                  >
                    <div class="lg:py-24">
                      <h1
                        class="text-5xl font-extrabold tracking-tight text-white sm:text-6xl lg:mt-6 xl:text-6xl header-text"
                      >
                        <span class="block"
                          >Welcome to Pulse Star Technical Solutions</span
                        >
                        <span class="block primary-text"
                          >Powering Intelligent Solutions</span
                        >
                      </h1>
                      <p
                        class="mt-5 text-lg text-gray-300 sm:mt-7 sm:text-xl lg:text-lg xl:text-xl"
           
    Found 2025-12-24 by HttpPlugin
    Create report
  • Open service 75.2.60.5:80 · pulsestartech.com

    2025-12-24 01:13

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 24 Dec 2025 01:13:33 GMT
    Location: https://pulsestartech.com/
    Server: Netlify
    X-Nf-Request-Id: 01KD6YP7ZP7JMB48F6ZANARXJ9
    Content-Length: 41
    Connection: close
    
    
    Redirecting to https://pulsestartech.com/
    Found 2025-12-24 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · www.pulsestartech.com

    2025-12-22 09:56

    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: 10942
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 22 Dec 2025 09:56:03 GMT
    Etag: "d93d7e14c52c152adc7d4a88149893fa-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD2QSHK7TR7K8HBZ6BPFA266
    Connection: close
    
    Page title: Pulse Star Technical Solutions
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Pulse Star Technical Solutions</title>
        <link
          href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
          rel="stylesheet"
        />
        <link
          href="https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap"
          rel="stylesheet"
        />
        <style>
          /* Custom CSS */
          body,
          h1,
          h2,
          h3,
          p,
          a {
            font-family: "Asap", sans-serif;
          }
          .primary-bg {
            background-color: #703a95;
          }
          .primary-text {
            color: #703a95;
          }
          .secondary-text {
            color: #b3b3b3;
          }
    
          .hover-scale:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
          }
          .fade-in {
            animation: fadeIn 1s ease-in-out;
          }
          .transition-colors {
            transition: background-color 0.3s ease, color 0.3s ease;
          }
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
    
          .btn-primary {
            background-color: #703a95;
            color: #ffffff;
            border-radius: 30px;
            padding: 10px 20px;
            transition: transform 0.3s ease, background-color 0.3s ease;
          }
          .btn-primary:hover {
            background-color: #5a2d7b;
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          }
    
          .header-text {
            animation: slideIn 1.2s ease-out;
          }
          @keyframes slideIn {
            from {
              opacity: 0;
              transform: translateY(-20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .img-animate {
            animation: fadeUp 1.2s ease-out;
          }
          @keyframes fadeUp {
            from {
              opacity: 0;
              transform: translateY(20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .icon-bg {
            background-color: rgba(112, 58, 149, 0.1);
          }
          .icon-circle {
            display: inline-block;
            padding: 10px;
            border-radius: 50%;
          }
        </style>
      </head>
      <body class="bg-white font-sans">
        <!-- Header Section -->
        <div class="relative overflow-hidden">
          <header class="relative">
            <div class="bg-gray-900 pt-6">
              <div
                class="relative mx-auto flex max-w-7xl items-center justify-between px-6"
              >
                <a href="#">
                  <img
                    class="h-12 w-auto"
                    src="logo.png"
                    alt="Pulse Star Technical Solutions Logo"
                  />
                </a>
                <div class="hidden md:flex space-x-4">
                  <a
                    target="_blank"
                    href="https://hihello.me/p/4d4200c9-b2ca-49a3-9699-ab3c1450e62d"
                    class="btn-primary"
                    >Book a Demo</a
                  >
                </div>
              </div>
            </div>
            <div
              class="bg-gray-900 pt-10 sm:pt-16 lg:overflow-hidden lg:pb-14 lg:pt-8"
            >
              <div class="mx-auto max-w-7xl lg:px-8">
                <div class="lg:grid lg:grid-cols-2 lg:gap-8">
                  <div
                    class="mx-auto max-w-md px-6 sm:max-w-2xl sm:text-center lg:flex lg:items-center lg:px-0 lg:text-left"
                  >
                    <div class="lg:py-24">
                      <h1
                        class="text-5xl font-extrabold tracking-tight text-white sm:text-6xl lg:mt-6 xl:text-6xl header-text"
                      >
                        <span class="block"
                          >Welcome to Pulse Star Technical Solutions</span
                        >
                        <span class="block primary-text"
                          >Powering Intelligent Solutions</span
                        >
                      </h1>
                      <p
                        class="mt-5 text-lg text-gray-300 sm:mt-7 sm:text-xl lg:text-lg xl:text-xl"
           
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · pulsestartech.com

    2025-12-22 06:08

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Mon, 22 Dec 2025 06:08:56 GMT
    Location: https://www.pulsestartech.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD2ASNXS4A5T6GMSBY8WMVXF
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://www.pulsestartech.com/
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · www.pulsestartech.com

    2025-12-20 08:14

    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: 10942
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 20 Dec 2025 08:14:40 GMT
    Etag: "d93d7e14c52c152adc7d4a88149893fa-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCXD6EC1GYW9KS43TE3WAG07
    Connection: close
    
    Page title: Pulse Star Technical Solutions
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Pulse Star Technical Solutions</title>
        <link
          href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
          rel="stylesheet"
        />
        <link
          href="https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap"
          rel="stylesheet"
        />
        <style>
          /* Custom CSS */
          body,
          h1,
          h2,
          h3,
          p,
          a {
            font-family: "Asap", sans-serif;
          }
          .primary-bg {
            background-color: #703a95;
          }
          .primary-text {
            color: #703a95;
          }
          .secondary-text {
            color: #b3b3b3;
          }
    
          .hover-scale:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
          }
          .fade-in {
            animation: fadeIn 1s ease-in-out;
          }
          .transition-colors {
            transition: background-color 0.3s ease, color 0.3s ease;
          }
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }
    
          .btn-primary {
            background-color: #703a95;
            color: #ffffff;
            border-radius: 30px;
            padding: 10px 20px;
            transition: transform 0.3s ease, background-color 0.3s ease;
          }
          .btn-primary:hover {
            background-color: #5a2d7b;
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          }
    
          .header-text {
            animation: slideIn 1.2s ease-out;
          }
          @keyframes slideIn {
            from {
              opacity: 0;
              transform: translateY(-20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .img-animate {
            animation: fadeUp 1.2s ease-out;
          }
          @keyframes fadeUp {
            from {
              opacity: 0;
              transform: translateY(20px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
    
          .icon-bg {
            background-color: rgba(112, 58, 149, 0.1);
          }
          .icon-circle {
            display: inline-block;
            padding: 10px;
            border-radius: 50%;
          }
        </style>
      </head>
      <body class="bg-white font-sans">
        <!-- Header Section -->
        <div class="relative overflow-hidden">
          <header class="relative">
            <div class="bg-gray-900 pt-6">
              <div
                class="relative mx-auto flex max-w-7xl items-center justify-between px-6"
              >
                <a href="#">
                  <img
                    class="h-12 w-auto"
                    src="logo.png"
                    alt="Pulse Star Technical Solutions Logo"
                  />
                </a>
                <div class="hidden md:flex space-x-4">
                  <a
                    target="_blank"
                    href="https://hihello.me/p/4d4200c9-b2ca-49a3-9699-ab3c1450e62d"
                    class="btn-primary"
                    >Book a Demo</a
                  >
                </div>
              </div>
            </div>
            <div
              class="bg-gray-900 pt-10 sm:pt-16 lg:overflow-hidden lg:pb-14 lg:pt-8"
            >
              <div class="mx-auto max-w-7xl lg:px-8">
                <div class="lg:grid lg:grid-cols-2 lg:gap-8">
                  <div
                    class="mx-auto max-w-md px-6 sm:max-w-2xl sm:text-center lg:flex lg:items-center lg:px-0 lg:text-left"
                  >
                    <div class="lg:py-24">
                      <h1
                        class="text-5xl font-extrabold tracking-tight text-white sm:text-6xl lg:mt-6 xl:text-6xl header-text"
                      >
                        <span class="block"
                          >Welcome to Pulse Star Technical Solutions</span
                        >
                        <span class="block primary-text"
                          >Powering Intelligent Solutions</span
                        >
                      </h1>
                      <p
                        class="mt-5 text-lg text-gray-300 sm:mt-7 sm:text-xl lg:text-lg xl:text-xl"
           
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · pulsestartech.com

    2025-12-20 06:40

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Sat, 20 Dec 2025 06:40:48 GMT
    Location: https://www.pulsestartech.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCX7TK9VJDAS5M32MGWB2NBD
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://www.pulsestartech.com/
    Found 2025-12-20 by HttpPlugin
    Create report
pulsestartech.comwww.pulsestartech.com
CN:
www.pulsestartech.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-12-24 00:13
Not after:
2026-03-24 00:13
pulsestartech.comwww.pulsestartech.com
CN:
www.pulsestartech.com
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-10-25 01:06
Not after:
2026-01-23 01:06
Domain summary
IP summary