Domain zenithwavesystems.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 3.167.227.63:80 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:27:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://zenithwavesystems.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4cbb03cab2ae98371d6d5b712148e8c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 2CDr9Q5D3IUnH7gYLBdym2K7RQNt90_CjB0MsMQABZbBZ444HWFkWg==
    
    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 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.63:443 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 46791
    Connection: close
    Date: Fri, 19 Dec 2025 03:27:43 GMT
    Last-Modified: Fri, 19 Dec 2025 03:25:07 GMT
    x-amz-version-id: 7DW6pMlDurc5trZk3QPY8RRH7vOw8e1n
    ETag: "41996c7b995c9a9804632fc0b7897654"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 e961568a7f39e8e23cb01bf72601c308.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: CJ6eW4Gj_MYm4wPW9jdq0toYGLraXTEPZEXkHhV_ZpYkEEQk8kpw8w==
    
    Page title: ZenithWave Systems - Where Innovation Meets Excellence
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZenithWave Systems - Where Innovation Meets Excellence</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <script src="https://unpkg.com/lucide@latest"></script>
        <style>
          @keyframes wave-flow {
            0%,
            100% {
              transform: translateX(0) translateY(0);
            }
            25% {
              transform: translateX(5%) translateY(-5%);
            }
            50% {
              transform: translateX(0) translateY(-8%);
            }
            75% {
              transform: translateX(-5%) translateY(-5%);
            }
          }
          @keyframes fade-in-bottom {
            from {
              opacity: 0;
              transform: translateY(40px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes fade-in-scale {
            from {
              opacity: 0;
              transform: scale(0.9);
            }
            to {
              opacity: 1;
              transform: scale(1);
            }
          }
          @keyframes slide-in-bottom {
            from {
              opacity: 0;
              transform: translateY(100px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes pulse-soft {
            0%,
            100% {
              opacity: 1;
            }
            50% {
              opacity: 0.7;
            }
          }
          @keyframes spin-slow {
            from {
              transform: rotate(0deg);
            }
            to {
              transform: rotate(360deg);
            }
          }
          @keyframes zigzag {
            0%,
            100% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(-10px);
            }
            75% {
              transform: translateX(10px);
            }
          }
    
          .wave-flow {
            animation: wave-flow 6s ease-in-out infinite;
          }
          .fade-in-bottom {
            animation: fade-in-bottom 1s ease-out forwards;
          }
          .fade-in-scale {
            animation: fade-in-scale 0.8s ease-out forwards;
          }
          .slide-in-bottom {
            animation: slide-in-bottom 0.8s ease-out forwards;
          }
          .pulse-soft {
            animation: pulse-soft 3s ease-in-out infinite;
          }
          .spin-slow {
            animation: spin-slow 25s linear infinite;
          }
          .zigzag {
            animation: zigzag 2s ease-in-out infinite;
          }
    
          .d-100 {
            animation-delay: 0.1s;
            opacity: 0;
          }
          .d-200 {
            animation-delay: 0.2s;
            opacity: 0;
          }
          .d-300 {
            animation-delay: 0.3s;
            opacity: 0;
          }
          .d-400 {
            animation-delay: 0.4s;
            opacity: 0;
          }
          .d-500 {
            animation-delay: 0.5s;
            opacity: 0;
          }
          .d-600 {
            animation-delay: 0.6s;
            opacity: 0;
          }
          .d-700 {
            animation-delay: 0.7s;
            opacity: 0;
          }
    
          .service-card {
            transition: all 0.4s ease;
            position: relative;
          }
          .service-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #ec4899, #f59e0b, #10b981);
            transition: width 0.4s ease;
          }
          .service-card:hover::after {
            width: 100%;
          }
          .service-card:hover {
            transform: translateX(10px);
            box-shadow: -10px 10px 30px rgba(236, 72, 153, 0.2);
          }
    
          .gradient-text-multi {
            background: linear-gradient(
              135deg,
              #ec4899 0%,
              #f59e0b 50%,
              #10b981 100%
            );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
          }
    
          .skew-card {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          }
          .skew-card:hover {
            transform: skewY(-2deg) scale(1.05);
          }
    
          .circle-pattern {
            background-image: radial-gradient(
              circle,
              rgba(236, 72, 153, 0.1) 
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.80:80 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:27:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://zenithwavesystems.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 321608f40a0cbef23b6add681d95b456.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: yH2pOXN0x-MhSLQMe_GrmrCLRfUjeHMCDKuEEkb37-yRXfyIEJU76w==
    
    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 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.80:443 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 46791
    Connection: close
    Date: Fri, 19 Dec 2025 03:27:43 GMT
    Last-Modified: Fri, 19 Dec 2025 03:25:07 GMT
    x-amz-version-id: 7DW6pMlDurc5trZk3QPY8RRH7vOw8e1n
    ETag: "41996c7b995c9a9804632fc0b7897654"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 e961568a7f39e8e23cb01bf72601c308.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: BHGSYk-a-xNDX685JyTXrlwzI6Cs9QDx8_wE_UfKaZHnNSQ0o6ckHQ==
    
    Page title: ZenithWave Systems - Where Innovation Meets Excellence
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZenithWave Systems - Where Innovation Meets Excellence</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <script src="https://unpkg.com/lucide@latest"></script>
        <style>
          @keyframes wave-flow {
            0%,
            100% {
              transform: translateX(0) translateY(0);
            }
            25% {
              transform: translateX(5%) translateY(-5%);
            }
            50% {
              transform: translateX(0) translateY(-8%);
            }
            75% {
              transform: translateX(-5%) translateY(-5%);
            }
          }
          @keyframes fade-in-bottom {
            from {
              opacity: 0;
              transform: translateY(40px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes fade-in-scale {
            from {
              opacity: 0;
              transform: scale(0.9);
            }
            to {
              opacity: 1;
              transform: scale(1);
            }
          }
          @keyframes slide-in-bottom {
            from {
              opacity: 0;
              transform: translateY(100px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes pulse-soft {
            0%,
            100% {
              opacity: 1;
            }
            50% {
              opacity: 0.7;
            }
          }
          @keyframes spin-slow {
            from {
              transform: rotate(0deg);
            }
            to {
              transform: rotate(360deg);
            }
          }
          @keyframes zigzag {
            0%,
            100% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(-10px);
            }
            75% {
              transform: translateX(10px);
            }
          }
    
          .wave-flow {
            animation: wave-flow 6s ease-in-out infinite;
          }
          .fade-in-bottom {
            animation: fade-in-bottom 1s ease-out forwards;
          }
          .fade-in-scale {
            animation: fade-in-scale 0.8s ease-out forwards;
          }
          .slide-in-bottom {
            animation: slide-in-bottom 0.8s ease-out forwards;
          }
          .pulse-soft {
            animation: pulse-soft 3s ease-in-out infinite;
          }
          .spin-slow {
            animation: spin-slow 25s linear infinite;
          }
          .zigzag {
            animation: zigzag 2s ease-in-out infinite;
          }
    
          .d-100 {
            animation-delay: 0.1s;
            opacity: 0;
          }
          .d-200 {
            animation-delay: 0.2s;
            opacity: 0;
          }
          .d-300 {
            animation-delay: 0.3s;
            opacity: 0;
          }
          .d-400 {
            animation-delay: 0.4s;
            opacity: 0;
          }
          .d-500 {
            animation-delay: 0.5s;
            opacity: 0;
          }
          .d-600 {
            animation-delay: 0.6s;
            opacity: 0;
          }
          .d-700 {
            animation-delay: 0.7s;
            opacity: 0;
          }
    
          .service-card {
            transition: all 0.4s ease;
            position: relative;
          }
          .service-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #ec4899, #f59e0b, #10b981);
            transition: width 0.4s ease;
          }
          .service-card:hover::after {
            width: 100%;
          }
          .service-card:hover {
            transform: translateX(10px);
            box-shadow: -10px 10px 30px rgba(236, 72, 153, 0.2);
          }
    
          .gradient-text-multi {
            background: linear-gradient(
              135deg,
              #ec4899 0%,
              #f59e0b 50%,
              #10b981 100%
            );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
          }
    
          .skew-card {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          }
          .skew-card:hover {
            transform: skewY(-2deg) scale(1.05);
          }
    
          .circle-pattern {
            background-image: radial-gradient(
              circle,
              rgba(236, 72, 153, 0.1) 
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.60:443 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 46791
    Connection: close
    Date: Fri, 19 Dec 2025 03:27:43 GMT
    Last-Modified: Fri, 19 Dec 2025 03:25:07 GMT
    x-amz-version-id: 7DW6pMlDurc5trZk3QPY8RRH7vOw8e1n
    ETag: "41996c7b995c9a9804632fc0b7897654"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 4cbb03cab2ae98371d6d5b712148e8c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: HhTmlGAAG739S8c65flHgCwWpJv3p7Ib4A2lls6CI8SA1TuIx2C2Bw==
    
    Page title: ZenithWave Systems - Where Innovation Meets Excellence
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZenithWave Systems - Where Innovation Meets Excellence</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <script src="https://unpkg.com/lucide@latest"></script>
        <style>
          @keyframes wave-flow {
            0%,
            100% {
              transform: translateX(0) translateY(0);
            }
            25% {
              transform: translateX(5%) translateY(-5%);
            }
            50% {
              transform: translateX(0) translateY(-8%);
            }
            75% {
              transform: translateX(-5%) translateY(-5%);
            }
          }
          @keyframes fade-in-bottom {
            from {
              opacity: 0;
              transform: translateY(40px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes fade-in-scale {
            from {
              opacity: 0;
              transform: scale(0.9);
            }
            to {
              opacity: 1;
              transform: scale(1);
            }
          }
          @keyframes slide-in-bottom {
            from {
              opacity: 0;
              transform: translateY(100px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes pulse-soft {
            0%,
            100% {
              opacity: 1;
            }
            50% {
              opacity: 0.7;
            }
          }
          @keyframes spin-slow {
            from {
              transform: rotate(0deg);
            }
            to {
              transform: rotate(360deg);
            }
          }
          @keyframes zigzag {
            0%,
            100% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(-10px);
            }
            75% {
              transform: translateX(10px);
            }
          }
    
          .wave-flow {
            animation: wave-flow 6s ease-in-out infinite;
          }
          .fade-in-bottom {
            animation: fade-in-bottom 1s ease-out forwards;
          }
          .fade-in-scale {
            animation: fade-in-scale 0.8s ease-out forwards;
          }
          .slide-in-bottom {
            animation: slide-in-bottom 0.8s ease-out forwards;
          }
          .pulse-soft {
            animation: pulse-soft 3s ease-in-out infinite;
          }
          .spin-slow {
            animation: spin-slow 25s linear infinite;
          }
          .zigzag {
            animation: zigzag 2s ease-in-out infinite;
          }
    
          .d-100 {
            animation-delay: 0.1s;
            opacity: 0;
          }
          .d-200 {
            animation-delay: 0.2s;
            opacity: 0;
          }
          .d-300 {
            animation-delay: 0.3s;
            opacity: 0;
          }
          .d-400 {
            animation-delay: 0.4s;
            opacity: 0;
          }
          .d-500 {
            animation-delay: 0.5s;
            opacity: 0;
          }
          .d-600 {
            animation-delay: 0.6s;
            opacity: 0;
          }
          .d-700 {
            animation-delay: 0.7s;
            opacity: 0;
          }
    
          .service-card {
            transition: all 0.4s ease;
            position: relative;
          }
          .service-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #ec4899, #f59e0b, #10b981);
            transition: width 0.4s ease;
          }
          .service-card:hover::after {
            width: 100%;
          }
          .service-card:hover {
            transform: translateX(10px);
            box-shadow: -10px 10px 30px rgba(236, 72, 153, 0.2);
          }
    
          .gradient-text-multi {
            background: linear-gradient(
              135deg,
              #ec4899 0%,
              #f59e0b 50%,
              #10b981 100%
            );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
          }
    
          .skew-card {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          }
          .skew-card:hover {
            transform: skewY(-2deg) scale(1.05);
          }
    
          .circle-pattern {
            background-image: radial-gradient(
              circle,
              rgba(236, 72, 153, 0.1) 
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.60:80 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:27:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://zenithwavesystems.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 27331d40ce87c331f48276ef8195d14c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: fY_tD1KuvfiWi5v7Q4a1w79s9hB5e0I0NT5PmTpGc_wjQkcnxfAU4w==
    
    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 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.8:80 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:27:42 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://zenithwavesystems.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 476b5932e94d78f0c3734e15c13a5018.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: miZ9GTIlgeULt2ycj9ZGKjTFDwhbzHi8PUtE-81oS9FXJCNIerNuew==
    
    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 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.8:443 · zenithwavesystems.com

    2025-12-19 03:27

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 46791
    Connection: close
    Date: Fri, 19 Dec 2025 03:27:43 GMT
    Last-Modified: Fri, 19 Dec 2025 03:25:07 GMT
    x-amz-version-id: 7DW6pMlDurc5trZk3QPY8RRH7vOw8e1n
    ETag: "41996c7b995c9a9804632fc0b7897654"
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 7bf06cbdb83121bca87d471a9c498556.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: pMTH4Y4LrEPKliKM3C2b_4iI9ZZ4Pjfm-JTvAZUcAPiGqpQm66bSMw==
    
    Page title: ZenithWave Systems - Where Innovation Meets Excellence
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZenithWave Systems - Where Innovation Meets Excellence</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <script src="https://unpkg.com/lucide@latest"></script>
        <style>
          @keyframes wave-flow {
            0%,
            100% {
              transform: translateX(0) translateY(0);
            }
            25% {
              transform: translateX(5%) translateY(-5%);
            }
            50% {
              transform: translateX(0) translateY(-8%);
            }
            75% {
              transform: translateX(-5%) translateY(-5%);
            }
          }
          @keyframes fade-in-bottom {
            from {
              opacity: 0;
              transform: translateY(40px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes fade-in-scale {
            from {
              opacity: 0;
              transform: scale(0.9);
            }
            to {
              opacity: 1;
              transform: scale(1);
            }
          }
          @keyframes slide-in-bottom {
            from {
              opacity: 0;
              transform: translateY(100px);
            }
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
          @keyframes pulse-soft {
            0%,
            100% {
              opacity: 1;
            }
            50% {
              opacity: 0.7;
            }
          }
          @keyframes spin-slow {
            from {
              transform: rotate(0deg);
            }
            to {
              transform: rotate(360deg);
            }
          }
          @keyframes zigzag {
            0%,
            100% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(-10px);
            }
            75% {
              transform: translateX(10px);
            }
          }
    
          .wave-flow {
            animation: wave-flow 6s ease-in-out infinite;
          }
          .fade-in-bottom {
            animation: fade-in-bottom 1s ease-out forwards;
          }
          .fade-in-scale {
            animation: fade-in-scale 0.8s ease-out forwards;
          }
          .slide-in-bottom {
            animation: slide-in-bottom 0.8s ease-out forwards;
          }
          .pulse-soft {
            animation: pulse-soft 3s ease-in-out infinite;
          }
          .spin-slow {
            animation: spin-slow 25s linear infinite;
          }
          .zigzag {
            animation: zigzag 2s ease-in-out infinite;
          }
    
          .d-100 {
            animation-delay: 0.1s;
            opacity: 0;
          }
          .d-200 {
            animation-delay: 0.2s;
            opacity: 0;
          }
          .d-300 {
            animation-delay: 0.3s;
            opacity: 0;
          }
          .d-400 {
            animation-delay: 0.4s;
            opacity: 0;
          }
          .d-500 {
            animation-delay: 0.5s;
            opacity: 0;
          }
          .d-600 {
            animation-delay: 0.6s;
            opacity: 0;
          }
          .d-700 {
            animation-delay: 0.7s;
            opacity: 0;
          }
    
          .service-card {
            transition: all 0.4s ease;
            position: relative;
          }
          .service-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #ec4899, #f59e0b, #10b981);
            transition: width 0.4s ease;
          }
          .service-card:hover::after {
            width: 100%;
          }
          .service-card:hover {
            transform: translateX(10px);
            box-shadow: -10px 10px 30px rgba(236, 72, 153, 0.2);
          }
    
          .gradient-text-multi {
            background: linear-gradient(
              135deg,
              #ec4899 0%,
              #f59e0b 50%,
              #10b981 100%
            );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
          }
    
          .skew-card {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          }
          .skew-card:hover {
            transform: skewY(-2deg) scale(1.05);
          }
    
          .circle-pattern {
            background-image: radial-gradient(
              circle,
              rgba(236, 72, 153, 0.1) 
    Found 2025-12-19 by HttpPlugin
    Create report
zenithwavesystems.com*.zenithwavesystems.com
CN:
zenithwavesystems.com
Key:
RSA-2048
Issuer:
Not before:
2025-12-19 00:00
Not after:
2027-01-17 23:59
Domain summary