Domain maplehillgroup.sbs
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3037::6815:54a:443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 15:57:23 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=7q9akkq59n20o7n2uvjqmoaal6; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NFkfe0Dj8M9BRq9389h7IDsAQyCoATp6ff4XD8dHhecgE8t6NXAqsQRMf7nrYSW708t%2Bkjj%2B455qYV7ciTB2gz0GJzPrhKxUhPgn4bIzBdoP1dMKRoKcko1tBT1TYw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=509
    CF-RAY: 9b7b73aa0d1a4400-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Startseite - Sirocco Studio
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Startseite - Sirocco Studio</title>
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css">
      
      <style>
        :root {
          --primary: #D1A377;
          --secondary: #4A423B;
          --accent: #E67E22;
          --background-light: #FDFBF7;
          --background-dark: #2C2825;
          --text-on-light: #4A423B;
          --text-on-dark: #FDFBF7;
        }
        body {
          font-family: 'Lato', sans-serif;
          background-color: var(--background-light);
          color: var(--text-on-light);
          padding-top: 70px; /* Offset for fixed navbar */
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
        }
        .navbar-default {
          background-color: var(--background-light);
          border-color: #e7e7e7;
        }
        .navbar-default .navbar-brand {
          color: var(--secondary);
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          font-size: 24px;
        }
        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
          color: var(--primary);
        }
        .navbar-default .navbar-nav > li > a {
          color: var(--text-on-light);
          font-weight: 600;
        }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a {
          color: var(--primary);
          background-color: transparent;
        }
        .btn-primary-custom {
            background-color: var(--accent);
            border-color: var(--accent);
            color: #fff;
            margin-left: 15px;
        }
        .btn-primary-custom:hover {
            background-color: #d35400; /* Darker accent */
            border-color: #d35400;
            color: #fff;
        }
        .navbar-toggle {
          border-color: var(--primary);
        }
        .navbar-toggle .icon-bar {
          background-color: var(--primary);
        }
    
        /* Custom Styles for Sirocco Studio */
        .hero-banner {
          position: relative;
          height: 600px; /* Adjust as needed */
          background-color: var(--background-dark);
          color: var(--text-on-dark);
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          overflow: hidden;
          padding: 20px;
        }
        .hero-banner img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: 0.7;
          z-index: 0;
        }
        .hero-banner-content {
          position: relative;
          z-index: 1;
          max-width: 800px;
        }
        .hero-banner h1 {
          font-size: 4em;
          margin-bottom: 20px;
          color: var(--text-on-dark);
          line-height: 1.1;
        }
        .hero-banner p {
          font-size: 1.5em;
          margin-bottom: 30px;
          color: var(--text-on-dark);
        }
        .section-title {
          color: var(--secondary);
          margin-bottom: 40px;
          text-align: center;
          font-size: 3em;
        }
        .card {
          background-color: var(--background-light);
          border: 1px solid var(--primary);
          border-radius: 8px;
          box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          margin-bottom: 30px;
          overflow: hidden;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          height: 100%; /* Ensure cards in a row have equal height */
        }
        .card:hover {
          transform: translateY(-5px);
          box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        .card-body {
          padding: 20px;
        }
        .card-title {
          color: var(--accent);
          font-size: 1.8em;
          margin-top: 0;
          margin-bottom: 10px;
        }
        .card-text {
          color: var(--text-on-light);
          font-size: 1.1em;
          line-height: 1.6;
          margin-bottom: 20px;
        }
        .card-img-top {
          width: 100%;
          height: 200px;
          object-fit: cover;
          border-bottom: 1px solid var(--primary);
        }
        .btn-outline-primary-custom {
          color: var(--primary);
          border-color: var(--primary);
          background-
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:80 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 15:57:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://maplehillgroup.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1Ipe89gCNzg8VIM6AQKy1sAeEvOskUVzNNqKPwlJRXJT2X6kyyyLotCUQcHEOE2PjJ51%2Bgxqy0uz9XHCGmNXRq77hrcsEMHqUn84DEbQ%2FAEsS%2B9MHxO2AGfR4nI4xQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7b73a638888815-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.133.43:80 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 15:57:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://maplehillgroup.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=l2BRaYzNtYNgpk%2BSvaKaHgHjhZkRQMzRDgI0ztcPJGSR8bgJQjPbJ2rF%2FREbKKwQAN34E%2B8R6EFUQqe%2BNbXzV8t948j2%2FpSaU0Ml7E7jehxebA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b7b73a62c93dc86-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.133.43:443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 15:57:22 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=cmat5k4n3cgbjnjv1ueg5f7ful; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=peUKkus8xSYVBwv0hekjnHvDv9yGiszEK3t0DtY9QlnqFJObkG3bXEQ6H0287LyqlK0QcyNa0CykOLoYqujk9XyMURKfxafks6QEgU1yfYMXxg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b7b73a85e309887-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Startseite - Sirocco Studio
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Startseite - Sirocco Studio</title>
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css">
      
      <style>
        :root {
          --primary: #D1A377;
          --secondary: #4A423B;
          --accent: #E67E22;
          --background-light: #FDFBF7;
          --background-dark: #2C2825;
          --text-on-light: #4A423B;
          --text-on-dark: #FDFBF7;
        }
        body {
          font-family: 'Lato', sans-serif;
          background-color: var(--background-light);
          color: var(--text-on-light);
          padding-top: 70px; /* Offset for fixed navbar */
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
        }
        .navbar-default {
          background-color: var(--background-light);
          border-color: #e7e7e7;
        }
        .navbar-default .navbar-brand {
          color: var(--secondary);
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          font-size: 24px;
        }
        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
          color: var(--primary);
        }
        .navbar-default .navbar-nav > li > a {
          color: var(--text-on-light);
          font-weight: 600;
        }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a {
          color: var(--primary);
          background-color: transparent;
        }
        .btn-primary-custom {
            background-color: var(--accent);
            border-color: var(--accent);
            color: #fff;
            margin-left: 15px;
        }
        .btn-primary-custom:hover {
            background-color: #d35400; /* Darker accent */
            border-color: #d35400;
            color: #fff;
        }
        .navbar-toggle {
          border-color: var(--primary);
        }
        .navbar-toggle .icon-bar {
          background-color: var(--primary);
        }
    
        /* Custom Styles for Sirocco Studio */
        .hero-banner {
          position: relative;
          height: 600px; /* Adjust as needed */
          background-color: var(--background-dark);
          color: var(--text-on-dark);
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          overflow: hidden;
          padding: 20px;
        }
        .hero-banner img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: 0.7;
          z-index: 0;
        }
        .hero-banner-content {
          position: relative;
          z-index: 1;
          max-width: 800px;
        }
        .hero-banner h1 {
          font-size: 4em;
          margin-bottom: 20px;
          color: var(--text-on-dark);
          line-height: 1.1;
        }
        .hero-banner p {
          font-size: 1.5em;
          margin-bottom: 30px;
          color: var(--text-on-dark);
        }
        .section-title {
          color: var(--secondary);
          margin-bottom: 40px;
          text-align: center;
          font-size: 3em;
        }
        .card {
          background-color: var(--background-light);
          border: 1px solid var(--primary);
          border-radius: 8px;
          box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          margin-bottom: 30px;
          overflow: hidden;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          height: 100%; /* Ensure cards in a row have equal height */
        }
        .card:hover {
          transform: translateY(-5px);
          box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        .card-body {
          padding: 20px;
        }
        .card-title {
          color: var(--accent);
          font-size: 1.8em;
          margin-top: 0;
          margin-bottom: 10px;
        }
        .card-text {
          color: var(--text-on-light);
          font-size: 1.1em;
          line-height: 1.6;
          margin-bottom: 20px;
        }
        .card-img-top {
          width: 100%;
          height: 200px;
          object-fit: cover;
          border-bottom: 1px solid var(--primary);
        }
        .btn-outline-primary-custom {
          color: var(--primary);
          border-color: var(--primary);
          background-
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:8443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 522 <none>
    Date: Fri, 02 Jan 2026 15:57:42 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=19563,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b7b73ac2ad3abcd-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 104.21.5.74:443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 15:57:23 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=28p8bubihmfnhvs9gu88l44ifo; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2P%2BLTl%2BXYLfKO%2BB4l2LiAYZQ2IUTvZq5caodV73JAQLyIJ0CYaji7I4TNQL664wRv2WbYCETY%2BnzQ8Q16%2BpnbEu7FauWSfk%2BXK3eZx7PxHFmXw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=670
    CF-RAY: 9b7b73a9bf91cfd5-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Startseite - Sirocco Studio
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Startseite - Sirocco Studio</title>
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css">
      
      <style>
        :root {
          --primary: #D1A377;
          --secondary: #4A423B;
          --accent: #E67E22;
          --background-light: #FDFBF7;
          --background-dark: #2C2825;
          --text-on-light: #4A423B;
          --text-on-dark: #FDFBF7;
        }
        body {
          font-family: 'Lato', sans-serif;
          background-color: var(--background-light);
          color: var(--text-on-light);
          padding-top: 70px; /* Offset for fixed navbar */
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
        }
        .navbar-default {
          background-color: var(--background-light);
          border-color: #e7e7e7;
        }
        .navbar-default .navbar-brand {
          color: var(--secondary);
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          font-size: 24px;
        }
        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
          color: var(--primary);
        }
        .navbar-default .navbar-nav > li > a {
          color: var(--text-on-light);
          font-weight: 600;
        }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a {
          color: var(--primary);
          background-color: transparent;
        }
        .btn-primary-custom {
            background-color: var(--accent);
            border-color: var(--accent);
            color: #fff;
            margin-left: 15px;
        }
        .btn-primary-custom:hover {
            background-color: #d35400; /* Darker accent */
            border-color: #d35400;
            color: #fff;
        }
        .navbar-toggle {
          border-color: var(--primary);
        }
        .navbar-toggle .icon-bar {
          background-color: var(--primary);
        }
    
        /* Custom Styles for Sirocco Studio */
        .hero-banner {
          position: relative;
          height: 600px; /* Adjust as needed */
          background-color: var(--background-dark);
          color: var(--text-on-dark);
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          overflow: hidden;
          padding: 20px;
        }
        .hero-banner img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: 0.7;
          z-index: 0;
        }
        .hero-banner-content {
          position: relative;
          z-index: 1;
          max-width: 800px;
        }
        .hero-banner h1 {
          font-size: 4em;
          margin-bottom: 20px;
          color: var(--text-on-dark);
          line-height: 1.1;
        }
        .hero-banner p {
          font-size: 1.5em;
          margin-bottom: 30px;
          color: var(--text-on-dark);
        }
        .section-title {
          color: var(--secondary);
          margin-bottom: 40px;
          text-align: center;
          font-size: 3em;
        }
        .card {
          background-color: var(--background-light);
          border: 1px solid var(--primary);
          border-radius: 8px;
          box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          margin-bottom: 30px;
          overflow: hidden;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          height: 100%; /* Ensure cards in a row have equal height */
        }
        .card:hover {
          transform: translateY(-5px);
          box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        .card-body {
          padding: 20px;
        }
        .card-title {
          color: var(--accent);
          font-size: 1.8em;
          margin-top: 0;
          margin-bottom: 10px;
        }
        .card-text {
          color: var(--text-on-light);
          font-size: 1.1em;
          line-height: 1.6;
          margin-bottom: 20px;
        }
        .card-img-top {
          width: 100%;
          height: 200px;
          object-fit: cover;
          border-bottom: 1px solid var(--primary);
        }
        .btn-outline-primary-custom {
          color: var(--primary);
          border-color: var(--primary);
          background-
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 15:57:23 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: PHPSESSID=lai9dv0dkkutjes6o58dg5gaqi; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m7An37jWxYjJ%2F0h5DWJzcTvRFytnsG%2FnqHhIEdBm7xbgqIH6sbsi7RbzFQ%2B3lcAQC7uGQA8b5OERECYEcdC3LbLGWT9Lo7ZYGvPtlo22xcbxxgA1PcHsELk2%2BDMDRw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b7b73a7fbdbbd98-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Startseite - Sirocco Studio
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Startseite - Sirocco Studio</title>
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css">
      
      <style>
        :root {
          --primary: #D1A377;
          --secondary: #4A423B;
          --accent: #E67E22;
          --background-light: #FDFBF7;
          --background-dark: #2C2825;
          --text-on-light: #4A423B;
          --text-on-dark: #FDFBF7;
        }
        body {
          font-family: 'Lato', sans-serif;
          background-color: var(--background-light);
          color: var(--text-on-light);
          padding-top: 70px; /* Offset for fixed navbar */
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
        }
        .navbar-default {
          background-color: var(--background-light);
          border-color: #e7e7e7;
        }
        .navbar-default .navbar-brand {
          color: var(--secondary);
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          font-size: 24px;
        }
        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
          color: var(--primary);
        }
        .navbar-default .navbar-nav > li > a {
          color: var(--text-on-light);
          font-weight: 600;
        }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a {
          color: var(--primary);
          background-color: transparent;
        }
        .btn-primary-custom {
            background-color: var(--accent);
            border-color: var(--accent);
            color: #fff;
            margin-left: 15px;
        }
        .btn-primary-custom:hover {
            background-color: #d35400; /* Darker accent */
            border-color: #d35400;
            color: #fff;
        }
        .navbar-toggle {
          border-color: var(--primary);
        }
        .navbar-toggle .icon-bar {
          background-color: var(--primary);
        }
    
        /* Custom Styles for Sirocco Studio */
        .hero-banner {
          position: relative;
          height: 600px; /* Adjust as needed */
          background-color: var(--background-dark);
          color: var(--text-on-dark);
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          overflow: hidden;
          padding: 20px;
        }
        .hero-banner img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: 0.7;
          z-index: 0;
        }
        .hero-banner-content {
          position: relative;
          z-index: 1;
          max-width: 800px;
        }
        .hero-banner h1 {
          font-size: 4em;
          margin-bottom: 20px;
          color: var(--text-on-dark);
          line-height: 1.1;
        }
        .hero-banner p {
          font-size: 1.5em;
          margin-bottom: 30px;
          color: var(--text-on-dark);
        }
        .section-title {
          color: var(--secondary);
          margin-bottom: 40px;
          text-align: center;
          font-size: 3em;
        }
        .card {
          background-color: var(--background-light);
          border: 1px solid var(--primary);
          border-radius: 8px;
          box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          margin-bottom: 30px;
          overflow: hidden;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          height: 100%; /* Ensure cards in a row have equal height */
        }
        .card:hover {
          transform: translateY(-5px);
          box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        .card-body {
          padding: 20px;
        }
        .card-title {
          color: var(--accent);
          font-size: 1.8em;
          margin-top: 0;
          margin-bottom: 10px;
        }
        .card-text {
          color: var(--text-on-light);
          font-size: 1.1em;
          line-height: 1.6;
          margin-bottom: 20px;
        }
        .card-img-top {
          width: 100%;
          height: 200px;
          object-fit: cover;
          border-bottom: 1px solid var(--primary);
        }
        .btn-outline-primary-custom {
          color: var(--primary);
          border-color: var(--primary);
          background-
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:54a:8443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 522 <none>
    Date: Fri, 02 Jan 2026 15:57:42 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: 9b7b73abd8ab0ac2-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 104.21.5.74:8443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 522 <none>
    Date: Fri, 02 Jan 2026 15:57:42 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: 9b7b73abdccc71d0-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:54a:80 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 15:57:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://maplehillgroup.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=k%2FCQNOLiH4ysyxBjKWP4ft%2FPffBHNeV4cuKaMqudmEjfgnVjQm7RWmzCEF5AArbrEFHsJBEXvN%2FTdi32ibMJohL1IEMQZZ%2BXMt9UgEilEuxxG7ty8Nt3fvVar9wbPg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7b73a569e70c60-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.67.133.43:8443 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 522 <none>
    Date: Fri, 02 Jan 2026 15:57:42 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: 9b7b73ab3acf1b03-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 104.21.5.74:80 · maplehillgroup.sbs

    2026-01-02 15:57

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 02 Jan 2026 15:57:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://maplehillgroup.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=G6Mh09piLiBmpEtgd5qnWz2nTJZhH%2BdwKza5mRXRUnn1eK2%2FiaR34tqzowH8GYMgTi%2BMweLxld2C7Kmq73Lj7cu3WqxC6o6dJt5MZ0yUp4Xpug%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b7b73a4dbe91b03-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-02 by HttpPlugin
    Create report
maplehillgroup.sbs*.maplehillgroup.sbs
CN:
maplehillgroup.sbs
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-04 11:56
Not after:
2026-02-02 12:55