Domain bbmassage.ch
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2025-10-23 13:32
    Last seen 2026-01-02 04:38
    Open for 70 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65221f965b55

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:Dev-Freaks/blissfulbodywork.ch.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2026-01-02 04:38
      274 Bytes
  • Git configuration and history exposed
    First seen 2025-10-23 13:32
    Last seen 2026-01-02 23:15
    Open for 71 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65221f965b55

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:Dev-Freaks/blissfulbodywork.ch.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2026-01-02 23:15
      274 Bytes
  • Open service 104.21.66.20:443 · bbmassage.ch

    2026-01-10 02:27

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 02:27:55 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=N8U9bH45c6qG%2FpSqvBo4AdfAoFsAywpIwpUCn9TfYkZ2ZJsCIXPDnymdWsA%2F5TRNCrxSuwhybJi0NJvsuoYP7t0AP4%2Fhec33e42VnA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb8bceeccc3dbdc-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 104.21.66.20:80 · bbmassage.ch

    2026-01-09 01:20

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 01:20:06 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ff%2Blg68zUvg6RWiMU1sdiDmFxensQw5B9XC5igftPWJYOSWg4jX21pLaaKARl07edGH9P3aL8qbcp3ck8aH0h5Pugs5D4JAxSKkoEQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb01c35eb7c1669-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.21.66.20:443 · bbmassage.ch

    2026-01-02 23:15

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 23:15:06 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1o%2BXohzxj09AVQl9FSb%2BUy9s%2F9jEFFA8b3L7cD2wdZ4kMjtx9BKTY0tKpbLnjQ5zq%2BOXqkoD5JtFL0LeBwTHi1H1Xi%2BN5eZohFgdgA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7df4db9a9c9f8e-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 104.21.66.20:80 · bbmassage.ch

    2026-01-02 04:38

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 04:38:24 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=119
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4xBA7ARB6z%2FfMq5KJozsRJxQKEQ9WZbUYgp83qEdakqhXsSkPfqVAL8dJ1ZP7NAWBLLqtsUieInuOC%2F52iG7wm58C56bPhUPQKS29Q%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b77911568b4ac25-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 104.21.66.20:80 · bbmassage.ch

    2025-12-30 06:52

    HTTP/1.1 200 OK
    Date: Tue, 30 Dec 2025 06:52:04 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=33,cfOrigin;dur=362
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CeMujftu7kZ3D9SVfnxH%2BzrC6Fo4XNU%2F2IechqBva0Z%2FFR5h0aWE8UbJ%2FkdvmVAucHtJjBOL%2B3NA%2Fq%2BH30J0mjwXRvvInPPn2i2xfg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b5f9cbe6f1f5fe1-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 104.21.66.20:443 · bbmassage.ch

    2025-12-23 00:01

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 00:01:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HNw6lpa6Vz2e23KWic4pBtngeeRll7DH4LS2EESaz%2B%2BoH4UN97UZZ%2FMKSMqzloh%2BZ3JR9CtO29uGhQcwHDS2qblcliMtrlzpWWgOfw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b2395e85ac2224e-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 104.21.66.20:80 · bbmassage.ch

    2025-12-22 14:17

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 14:17:02 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1doaTjFWpcT6VXPHw4qQpgwOVXn71JtASoSzzIHYUe643OiC99raxlQd7AOlhddv9Dn21fw2GwbKSZ3sUQYk%2BVIzGJGCcm9Q2xhzOw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b203d8c58392be8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.67.155.79:80 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:14 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=29,cfOrigin;dur=343
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PbBy1B16dPGP5bPR9XftrtXrYzOMWpgC2bswTCkelHZOhEswJMSMCTJrYYiQpu2yLzYkYpaAspr4y11xVy3EtVNUo8n88zARy6vPPw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b1c4e068dd18362-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:9b4f:443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:14 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=186
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=iBF%2Fv7RPcCEa7qiK9%2B32rkFsMAiA80tjubE9J9vuX7KKc5Nb3PQtOoAdQt2Rh5uoQvzlv5D4m0VaxgpT7Km7Cu8IX86cU7qIukk2%2BO87TfFFnVUIv%2Bc%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b1c4e05df450c7e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.21.66.20:443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:14 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=18,cfOrigin;dur=339
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rLyLg4LQF3IQlfOzw4fu75cbG%2B8QyIgTMLCDSNjesLG0mHEswOC4oxxzdpp5aFWFaUw3%2BVs9QaxPSKfILghUM3fG5cJqNRjKTJIUJQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b1c4e066c858956-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:4214:80 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:14 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=22,cfOrigin;dur=202
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UxQyBaMqjImmQ4HxX0kyRhptVBoIb3vNWEFFWw%2BfaTy6T24fPRi4x7Py9j5vDaLb21pVZ3%2FkbVLQgjarWBuPagfaI4t18TqwQ82wQ8DSeUh1l%2FZdmiDHag%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b1c4e05393643cb-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.21.66.20:8443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 522 <none>
    Date: Mon, 22 Dec 2025 02:49:34 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=19580,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b1c4e0a090afae7-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.21.66.20:80 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=109
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=M80898zoa4%2BhuUpKdGewnYI6FnQJe3KN5H2MkNzDbVye6EvGVnQtjqiN7dRdwfTW1UcHusaD9T3MJz9yvboJkR2gdk%2BCgk73KUbMdg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b1c4e052c07aba0-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:9b4f:80 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=n%2BQuje92hxDmFWWfn2vnn5PoiTZeZGYC%2B9tJh%2BUDqw3ZpmZGR3CQL1t4FzoHDjDhSHcsf0gFG7F2TRWSnngRI2VEO8pJG2w2cyG9pIpK7E6Sot06Yupw5g%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1c4e03bf3c0ecf-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.67.155.79:8443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 522 <none>
    Date: Mon, 22 Dec 2025 02:49:33 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: 9b1c4e09deafa040-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:9b4f:8443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 522 <none>
    Date: Mon, 22 Dec 2025 02:49:33 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=19334,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b1c4e09fd42c3f8-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:4214:443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jikSMTPbJnl49BZxPLXwYHsBLsvCK7h%2BaE0eq%2FjMb8F92rU9oGQQsnHprletKGyaSwRkyhCDGhDiwBlSmDP3XkKBsy9xai%2BvPhCANeOPhSJ9ZcIuslC48Q%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1c4e038d2d3857-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:4214:8443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 522 <none>
    Date: Mon, 22 Dec 2025 02:49:33 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: 9b1c4e0999fb372c-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.67.155.79:443 · bbmassage.ch

    2025-12-22 02:49

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 02:49:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sBgOC3vGPES51w1k4eSNCz%2FC7XvauPDvlVxr9isV%2Boujf2PLgPt9f6ndmVEFfJNWXfE8pFclnxyjrEI9rFXtB8wKfar689sEbwKCVQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1c4e035a6f4d97-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.21.66.20:443 · bbmassage.ch

    2025-12-21 07:05

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 07:05:21 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PiJh784jmRXQw4XSje55EqntX%2BXSlOgCSFnWhvjjl1CQd87jYcqiH2RvUlWu2bVZ4pZIxjssVVCNhvUOw6nfVCyBMjmPFZfe8bK1ug%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1587d73c0ddc88-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.21.66.20:80 · bbmassage.ch

    2025-12-20 14:34

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 14:34:23 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nueJzYZ0%2Fb8IQF0szYjDq8xrnXMy0%2FxZ9gWbCqpor9DztS7XR1fGqzVV4NFoxjfNMS7Yw18%2FmB0I7L9VKMNb5GnOgWSjuBdJV39Q2w%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0fdc37389cdbc1-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:4214:80 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=361
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pq5wSXNo2txgZELUK9SNv46SmmxMRGYOGKeNJ4%2FR%2B7h7yfGlCK2%2FTFbMkB8TcJVgDGnIC1JpH7GLq7HitaS3PoDyMr6n3tDEDr%2BzgIjZ6Au7NqtE3TyHsw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b0ac1f09fd8ce73-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:9b4f:8443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 522 <none>
    Date: Fri, 19 Dec 2025 23:42:57 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: 9b0ac1f24cf3975d-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:4214:443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=340
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RscXzQKeoGqD4TbF1ZDQX0cUY8ouTDqUVk16sZPQ9Z7NUKcMlPu3Agk1VwO79fWMjgemmkhSLD17pJipPDNiLo%2B6XWbwnRrmVnBtOAk%2FwCsakvkfAeoMlw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b0ac1efcab2fd9b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.21.66.20:443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=205
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BphapxgiTr2Te2gdhGgz77ib4Vog%2F7as3zVXScK3vWePGvnMAzoJMGo3dIySSp58T4Y1g7IxsyzXaYgyLzS7aKk4pCCsuL8AYgdOHw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b0ac1ecbb28247e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:9b4f:80 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fs3IaHWOcNoE8RKC%2F8JiwyReSV2h%2BYJTKxKrAG77JjZNOUaS8o%2BDKkTPt4GXxT570JjkiZHutB5Y5VfntM0BOZdnLVzi0uJqxEI8ZXVV3Slq3sCKX7R7qA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0ac1eb6da99ffb-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.67.155.79:80 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=20,cfOrigin;dur=171
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XeSSVw1dKdwypD04AZp0MP9UO%2BUrXuuVRCJNeEJXg%2Be58RzfEhVd3Xh13A5xFeS6ZgAKMjjDMGdNhX%2FMPFMoAshHcnkUKDXDXtc%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b0ac1ed8b69158a-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:4214:8443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 522 <none>
    Date: Fri, 19 Dec 2025 23:42:57 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: 9b0ac1f159eabb86-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.67.155.79:8443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 522 <none>
    Date: Fri, 19 Dec 2025 23:42:57 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=19401,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b0ac1f188db5c22-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:9b4f:443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=23,cfOrigin;dur=219
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0zCITmuCZ5OP4UD2F9BpGIeSzBzaZ9VewIFjZ3qx21HwADm7GMmarewHkDP5EW6U6vG2AS7aGNbdpZmu66cvdLj%2B81vNhugzq1TUKT2I00EKuHAjN8Kvow%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b0ac1ed0b80175c-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.67.155.79:443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sw%2FiVUMnUzj0bQfjFgIGwehyu3RXyU3U9IsQ5LdS6qLF8lVxw4dM74Zg8xx3IP2361zsms71gh8IVZaqZKkuzOT4X%2FkEbSjd58DXFA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0ac1eaeb47b94e-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.21.66.20:80 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 23:42:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=unMQsPhNcjRLm2nSbJeX8Cb7ZEA7ZA%2FoInxVuhcseBqMamG8%2FNVnOdoES5G1Iz0BYmo69tFsc%2BxfCEsLBd2%2Fa522G36cCJ32cY%2Fc0g%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0ac1ea9fb4fcd5-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.21.66.20:8443 · bbmassage.ch

    2025-12-19 23:42

    HTTP/1.1 522 <none>
    Date: Fri, 19 Dec 2025 23:42:57 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: 9b0ac1f0dcf2098f-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.21.66.20:443 · bbmassage.ch

    2025-12-19 01:10

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 01:10:04 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 20 Oct 2025 18:57:02 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CcJXyIoZpyugbkf63xT8%2Foa0N7E3Wf3vMSytEOHuMAxO7RUap9yOu%2F8DGFzzHvLFCxIypteva9lGzbwIgvyhIHiqiHh8F7tjZRz4OA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0304a70e17d22f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Blissful Bodywork - Find Your Calm
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Blissful Bodywork - Experience ultimate calm and relaxation through professional massage therapy. Find your bliss today.">
        <meta name="keywords" content="massage, bliss, calm, relaxation, bodywork, wellness, spa, therapeutic massage">
        <title>Blissful Bodywork - Find Your Calm</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            :root {
                --primary-dark: #1a1a2e;
                --secondary-dark: #16213e;
                --accent-gold: #d4af37;
                --accent-rose: #c9a690;
                --text-light: #f5f5f5;
                --text-muted: #b8b8b8;
                --glass-bg: rgba(255, 255, 255, 0.08);
                --glass-border: rgba(255, 255, 255, 0.1);
            }
    
            body {
                font-family: 'Montserrat', sans-serif;
                color: var(--text-light);
                line-height: 1.7;
                background-color: var(--primary-dark);
                overflow-x: hidden;
            }
    
            h1, h2, h3 {
                font-family: 'Cormorant Garamond', serif;
                font-weight: 300;
                letter-spacing: 3px;
            }
    
            header {
                background: rgba(26, 26, 46, 0.95);
                backdrop-filter: blur(10px);
                padding: 1.2rem 2rem;
                position: fixed;
                width: 100%;
                top: 0;
                z-index: 1000;
                border-bottom: 1px solid var(--glass-border);
            }
    
            nav {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .logo {
                display: flex;
                align-items: center;
                gap: 1rem;
                font-family: 'Cormorant Garamond', serif;
                font-size: 1.8rem;
                font-weight: 600;
                color: var(--accent-gold);
                letter-spacing: 4px;
            }
    
            .logo img {
                height: 40px;
                width: auto;
            }
    
            nav ul {
                list-style: none;
                display: flex;
                gap: 2.5rem;
            }
    
            .mobile-menu-toggle {
                display: none;
                flex-direction: column;
                cursor: pointer;
                gap: 5px;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background-color: var(--accent-gold);
                transition: all 0.3s ease;
            }
    
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(7px, 7px);
            }
    
            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }
    
            .mobile-menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
    
            nav a {
                text-decoration: none;
                color: var(--text-light);
                font-size: 0.9rem;
                letter-spacing: 2px;
                font-weight: 300;
                transition: all 0.3s ease;
                position: relative;
            }
    
            nav a::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 0;
                height: 1px;
                background: var(--accent-gold);
                transition: width 0.3s ease;
            }
    
            nav a:hover::after {
                width: 100%;
            }
    
            nav a:hover {
                color: var(--accent-gold);
            }
    
            .hero {
                height: 100vh;
                background-image:
                    linear-gradient(135deg, rgba(26, 26, 46, 0.5) 0%, rgb
    Found 2025-12-19 by HttpPlugin
    Create report
bbmassage.ch*.bbmassage.ch
CN:
bbmassage.ch
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-18 13:26
Not after:
2026-03-18 14:22