Domain gardenintegrityservice.shop
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3035::ac43:d8ea:8443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 521 <none>
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=145,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bb87ce0282ad8a7-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 172.67.216.234:8443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 521 <none>
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=95,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bb87cdfdd8dec72-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:d8ea:443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gIdFVjXlnZuL7ubgttKeyzGHVDOkhTDtWKYUgWQfacQZfWpozfjleplNr95WKE0t12HWPfIg9nE%2FgV4qvV%2BLkC83om%2BIK%2BBKZss0PkD3foiz4uZrYXBWlTc52OTmfQQjFYZhTn5oHA%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=306
    CF-RAY: 9bb87ce0fe7fefbd-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:5650:8443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 521 <none>
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=148,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bb87cdfc898bffc-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 172.67.216.234:80 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:12 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MEMY1ahhIzWRh6VSHhwhcKW0MjGG5t%2By2Iww%2FTW1CZSrVuzBggBPQRP7sL9ndePNmyHLOH5Lk3egjRniRo51Gnp8VjD76E%2F2%2BuUf5LMIvXzSfxUfgVUl1uicJw%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=22,cfOrigin;dur=338
    CF-RAY: 9bb87ce0ee8d3f9b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:5650:443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ooepb%2FegnALyGwGnama%2Bw3ygOOdqnnTQo%2BqkhWYHazqR%2By%2BZC6ML7ImoEataQi0PEKTUGlTcwLLKuwYF0WlB3LU9Yuy0X%2B2mVkjsx6upy0BFW5pH4fhaHHyRNuokKzvtD93TjfC8lQ%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb87cdeaaba5a40-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 172.67.216.234:443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Bf3eyGM7Jv2pOyBMca6pO1wZaHgmwM3pJJXGKXc0C0l6%2FyAYz0PL7j44OmWmOCwKi9UxqSCmEFCE953ymyWkSwnOW4mqttzj6ojED41fCZE0LK8EaPNWX4wsjw%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb87cde9fb91c97-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.21.86.80:8443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 521 <none>
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bb87cdf0dc214c4-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:d8ea:80 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XuM8LFBHIqd6rzr%2F29UO67MdF%2BKTr%2B6XRr9fYqBBrBEA4KZqVYMW7kmPaDHLsBPGbjIIxrH6KCjTU2B%2BmFOrykOEu%2FYZxPzNabhCUXyZdukguKwbvXBw26mgj9v2Q4JtFuqoQCLSVQ%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=180
    CF-RAY: 9bb87cdf7835adca-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.21.86.80:443 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0P3%2BOg2z1QBUKHJbJf24wnSt0ejtoNE7Tmz1REasvoixHks1lz3BLTR5vzBjhgH2ZzoM6YRos2TMpc2UQbFHgimvB%2FPWIBSe6aF5ElMOhdpY0PhgQ9DLdNJxoQ%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb87cde6cac3803-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.21.86.80:80 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8Gd2YcGYZeIw40HbaoH7cQDA3rgSyewCR1QImUnD9q7bE7PQskq0AqvPw6pY8VAZ5UTPIYL76OOjeiG1sTn56eqd97rhGs05E5Wsw4KZu8vPv%2FKWmjTBwzsgQA%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb87cdde9596575-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:5650:80 · gardenintegrityservice.shop

    2026-01-10 01:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:44:11 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Last-Modified: Mon, 05 Jan 2026 22:31:49 GMT
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=h1mYqyOOsD02rmp28DmpMDmyifImD99QYFjawFHWbnXdyoX7onsfaJVynS%2BYSt1Jt2h9z%2BsZydlNX0%2FmUGJgoZxWvPuOZzdo5F7ZH7TE3ksKbtCEz7C1fESqDFVrURgaM65at2ZNqA%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb87cddbace2c02-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Garden Integrity Service - Professional Gardening Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Garden Integrity Service - Professional Gardening Solutions</title>
        <link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn4+iPC90ZXh0Pjwvc3ZnPg==">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Arial', sans-serif;
                line-height: 1.6;
                color: #333;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            /* Navigation */
            nav {
                background: rgba(46, 125, 50, 0.95);
                backdrop-filter: blur(10px);
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            nav .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 1rem 20px;
            }
    
            .logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: white;
                text-decoration: none;
            }
    
            .nav-links {
                display: flex;
                list-style: none;
                gap: 2rem;
            }
    
            .nav-links a {
                color: white;
                text-decoration: none;
                transition: color 0.3s ease;
            }
    
            .nav-links a:hover {
                color: #81c784;
            }
    
            .cta-nav {
                background: #4caf50;
                color: white !important;
                padding: 0.5rem 1.5rem;
                border-radius: 25px;
                transition: all 0.3s ease;
            }
    
            .cta-nav:hover {
                background: #388e3c;
                transform: translateY(-2px);
            }
    
            /* Hero Section */
            .hero {
                background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.8)), url('https://picsum.photos/800/600?random=1767652237897922');
                background-size: cover;
                background-position: center;
                height: 100vh;
                display: flex;
                align-items: center;
                color: white;
                text-align: center;
            }
    
            .hero-content h1 {
                font-size: 3.5rem;
                margin-bottom: 1rem;
                animation: fadeInUp 1s ease;
            }
    
            .hero-content p {
                font-size: 1.3rem;
                margin-bottom: 2rem;
                animation: fadeInUp 1s ease 0.2s both;
            }
    
            .cta-button {
                display: inline-block;
                background: #4caf50;
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                border-radius: 50px;
                font-size: 1.1rem;
                transition: all 0.3s ease;
                animation: fadeInUp 1s ease 0.4s both;
                border: none;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #388e3c;
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            }
    
            /* About Section */
            .about {
                padding: 5rem 0;
                background: #f8f9fa;
            }
    
            .about-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
    
            .about-text h2 {
                font-size: 2.5rem;
                color: #2e7d32;
                margin-bottom: 1.5rem;
            }
    
            .about-text p {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
                color: #555;
            }
    
            .about-image {
                text-align: center;
            }
    
            .about-image img {
                width: 100%;
                max-width: 400px;
                height: 400px;
                object-fit: cover;
                border-radius: 15px;
       
    Found 2026-01-10 by HttpPlugin
    Create report
gardenintegrityservice.shop*.gardenintegrityservice.shop
CN:
gardenintegrityservice.shop
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-05 20:18
Not after:
2026-04-05 21:15