Domain leranthoquis.sbs
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3037::6815:51c6:443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=G9IvSo1iKpBC72kyiW9srnvZJbsK7a56u5tb%2BZgBsz77rOy5mCg68NwfZtMvxkpxOTI%2FabKKfhRmsPB4T1dI4M%2Bjm3AQgsFyAUVgEYAVzyX8dbI5fe3w2G9Jxxg%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c29e130093a3c8b-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart</title>
      <meta name="description" content="Erstklassige Finanzmodellierung und Analysetools für Finanzexperten. leranthoquis bietet fortschrittliche Lösungen für präzise Finanzanalysen und strategische Entscheidungen.">
      <meta name="keywords" content="Finanzmodellierung, Finanzanalyse, Financial Modeling, Analysten, Stuttgart, Finanzberatung">
      <meta name="author" content="leranthoquis">
      <link rel="preload" href="./site_media/logo.svg" as="image" type="image/svg+xml">
      <link rel="dns-prefetch" href="//fonts.googleapis.com">
      <link rel="sitemap" type="application/xml" href="./sitemap.xml">
      <link rel="icon" type="image/x-icon" href="./favicon.svg">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Primer/21.1.1/alerts.min.css" integrity="sha512-0/VpzhKXvkWtHrIsB/k0X7oAs05Ay4SM7DQdAcE9VhNCruKihlAhVne0KHuFs2S5e/2iAq8kQNnHhqzrbUpWdA==" crossorigin="anonymous" referrerpolicy="no-referrer">
      <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet">
      <style>
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      line-height: 1.6;
      color: #2c3e50;
      background: linear-gradient(135deg, #f8fafa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(132, 162, 146, 0.15);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      position: relative;
      z-index: 1000;
      min-height: 90px;
      }
      .header-content {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 2rem;
      padding: 1.2rem 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      transition: transform 0.2s ease;
      }
      .company-name {
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 700;
      color: #84A292;
      letter-spacing: -0.02em;
      }
      .nav-container {
      display: flex;
      justify-content: flex-end;
      z-index: 999;
      }
      nav ul {
      display: flex;
      list-style: none;
      gap: 1.8rem;
      align-items: center;
      flex-wrap: wrap;
      }
      nav a {
      text-decoration: none;
      color: #34495e;
      font-weight: 500;
      font-size: clamp(0.9rem, 1.5vw, 1rem);
      padding: 0.6rem 1.2rem;
      border-radius: 8px;
      transition: all 0.2s ease;
      white-space: nowrap;
      }
      nav a:hover {
      background: rgba(132, 162, 146, 0.08);
      color: #84A292;
      }
      footer {
      background: linear-gradient(135deg, #84A292 0%, #A5BEAF 100%);
      color: #ffffff;
      margin-top: auto;
      padding: 3rem 0 2rem;
      }
      .footer-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2.5rem;
      margin-bottom: 2rem;
      }
      .footer-section h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 1.2rem;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section p,
      .footer-section a {
      color: #ffffff;
      text-decoration: none;
      margin-bottom: 0.6rem;
      display: block;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section a:hover {
      text-decoration: underline;
      }
      .footer-logo {
      height: 35px;
      width: auto;
      margin-bottom: 1rem;
      }
      .footer-links {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
      }
      .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 1.5rem;
      text-align: center;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .cookie-popup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: 20px;
      max-width: 450px;
      background: #ffffff;
      border: 2px solid #84A292;
      border-radius: 12px;
      padding: 1.8rem;
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:923f:8443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 20:01:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c29e135be744889-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.81.198:80 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Length: 0
    Connection: close
    Location: https://leranthoquis.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=s1xjuEiLbW%2FMH04KwrwXmMpPd4tBfTI1iz28gMjBCzNyn7Ee8rU%2FLji9W8L8HSwV0%2Bxfae3Rt%2F0%2BuYJ3K9cvivwOO%2B11ICkYr9jxDZCetaw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c29e12f6b423a78-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:51c6:8443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 20:01:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c29e1359c60ef31-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.146.63:8443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 20:01:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c29e1359ce4f4d1-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.81.198:443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wXXf69Su%2F%2FBFjD7aD3kuhin8k8lmo72B9foryUiJ%2Fang3FEFHza%2FGKOsSN%2FMnflXcm5zK%2BknzCmeVR9mHCE4M94a%2FDyKQepjmAjN9cTYsDg%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c29e12ffeedc72a-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart</title>
      <meta name="description" content="Erstklassige Finanzmodellierung und Analysetools für Finanzexperten. leranthoquis bietet fortschrittliche Lösungen für präzise Finanzanalysen und strategische Entscheidungen.">
      <meta name="keywords" content="Finanzmodellierung, Finanzanalyse, Financial Modeling, Analysten, Stuttgart, Finanzberatung">
      <meta name="author" content="leranthoquis">
      <link rel="preload" href="./site_media/logo.svg" as="image" type="image/svg+xml">
      <link rel="dns-prefetch" href="//fonts.googleapis.com">
      <link rel="sitemap" type="application/xml" href="./sitemap.xml">
      <link rel="icon" type="image/x-icon" href="./favicon.svg">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Primer/21.1.1/alerts.min.css" integrity="sha512-0/VpzhKXvkWtHrIsB/k0X7oAs05Ay4SM7DQdAcE9VhNCruKihlAhVne0KHuFs2S5e/2iAq8kQNnHhqzrbUpWdA==" crossorigin="anonymous" referrerpolicy="no-referrer">
      <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet">
      <style>
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      line-height: 1.6;
      color: #2c3e50;
      background: linear-gradient(135deg, #f8fafa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(132, 162, 146, 0.15);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      position: relative;
      z-index: 1000;
      min-height: 90px;
      }
      .header-content {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 2rem;
      padding: 1.2rem 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      transition: transform 0.2s ease;
      }
      .company-name {
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 700;
      color: #84A292;
      letter-spacing: -0.02em;
      }
      .nav-container {
      display: flex;
      justify-content: flex-end;
      z-index: 999;
      }
      nav ul {
      display: flex;
      list-style: none;
      gap: 1.8rem;
      align-items: center;
      flex-wrap: wrap;
      }
      nav a {
      text-decoration: none;
      color: #34495e;
      font-weight: 500;
      font-size: clamp(0.9rem, 1.5vw, 1rem);
      padding: 0.6rem 1.2rem;
      border-radius: 8px;
      transition: all 0.2s ease;
      white-space: nowrap;
      }
      nav a:hover {
      background: rgba(132, 162, 146, 0.08);
      color: #84A292;
      }
      footer {
      background: linear-gradient(135deg, #84A292 0%, #A5BEAF 100%);
      color: #ffffff;
      margin-top: auto;
      padding: 3rem 0 2rem;
      }
      .footer-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2.5rem;
      margin-bottom: 2rem;
      }
      .footer-section h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 1.2rem;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section p,
      .footer-section a {
      color: #ffffff;
      text-decoration: none;
      margin-bottom: 0.6rem;
      display: block;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section a:hover {
      text-decoration: underline;
      }
      .footer-logo {
      height: 35px;
      width: auto;
      margin-bottom: 1rem;
      }
      .footer-links {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
      }
      .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 1.5rem;
      text-align: center;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .cookie-popup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: 20px;
      max-width: 450px;
      background: #ffffff;
      border: 2px solid #84A292;
      border-radius: 12px;
      padding: 1.8rem;
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.146.63:443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=i3JtfgPto4QFsh1clMCwP42o7uEUiEGA2FVZmzeDfJY57qjOv6ctCpOe2aOkoQo9DMWmH%2FPJFHVp80ZtdcKaw5R7%2FGOInGl8nVyY%2BveGCfU%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c29e12fcfbce7bc-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart</title>
      <meta name="description" content="Erstklassige Finanzmodellierung und Analysetools für Finanzexperten. leranthoquis bietet fortschrittliche Lösungen für präzise Finanzanalysen und strategische Entscheidungen.">
      <meta name="keywords" content="Finanzmodellierung, Finanzanalyse, Financial Modeling, Analysten, Stuttgart, Finanzberatung">
      <meta name="author" content="leranthoquis">
      <link rel="preload" href="./site_media/logo.svg" as="image" type="image/svg+xml">
      <link rel="dns-prefetch" href="//fonts.googleapis.com">
      <link rel="sitemap" type="application/xml" href="./sitemap.xml">
      <link rel="icon" type="image/x-icon" href="./favicon.svg">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Primer/21.1.1/alerts.min.css" integrity="sha512-0/VpzhKXvkWtHrIsB/k0X7oAs05Ay4SM7DQdAcE9VhNCruKihlAhVne0KHuFs2S5e/2iAq8kQNnHhqzrbUpWdA==" crossorigin="anonymous" referrerpolicy="no-referrer">
      <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet">
      <style>
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      line-height: 1.6;
      color: #2c3e50;
      background: linear-gradient(135deg, #f8fafa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(132, 162, 146, 0.15);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      position: relative;
      z-index: 1000;
      min-height: 90px;
      }
      .header-content {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 2rem;
      padding: 1.2rem 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      transition: transform 0.2s ease;
      }
      .company-name {
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 700;
      color: #84A292;
      letter-spacing: -0.02em;
      }
      .nav-container {
      display: flex;
      justify-content: flex-end;
      z-index: 999;
      }
      nav ul {
      display: flex;
      list-style: none;
      gap: 1.8rem;
      align-items: center;
      flex-wrap: wrap;
      }
      nav a {
      text-decoration: none;
      color: #34495e;
      font-weight: 500;
      font-size: clamp(0.9rem, 1.5vw, 1rem);
      padding: 0.6rem 1.2rem;
      border-radius: 8px;
      transition: all 0.2s ease;
      white-space: nowrap;
      }
      nav a:hover {
      background: rgba(132, 162, 146, 0.08);
      color: #84A292;
      }
      footer {
      background: linear-gradient(135deg, #84A292 0%, #A5BEAF 100%);
      color: #ffffff;
      margin-top: auto;
      padding: 3rem 0 2rem;
      }
      .footer-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2.5rem;
      margin-bottom: 2rem;
      }
      .footer-section h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 1.2rem;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section p,
      .footer-section a {
      color: #ffffff;
      text-decoration: none;
      margin-bottom: 0.6rem;
      display: block;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section a:hover {
      text-decoration: underline;
      }
      .footer-logo {
      height: 35px;
      width: auto;
      margin-bottom: 1rem;
      }
      .footer-links {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
      }
      .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 1.5rem;
      text-align: center;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .cookie-popup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: 20px;
      max-width: 450px;
      background: #ffffff;
      border: 2px solid #84A292;
      border-radius: 12px;
      padding: 1.8rem;
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:51c6:80 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Length: 0
    Connection: close
    Location: https://leranthoquis.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SDgbA2AwTjT5y8mRx%2FzhfHkQM4tnd9sO%2B3hdhRdcW2GX9L5hPQOyZEOOEdWCtbAA%2B2knP3VMYh1mFTWgBTsyc%2BjOgKN56hcXunFLA0O6wJs24phYbg8aljp0"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c29e12f2adcedeb-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.81.198:8443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 522 <none>
    Date: Fri, 23 Jan 2026 20:01:11 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c29e1354a8e1ca4-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.146.63:80 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Length: 0
    Connection: close
    Location: https://leranthoquis.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u%2F%2B7IpjSJjOWPv1W4oGgx0T%2Bnw77RgeSX05WgT0m6cdO6zzMF8XMws6QQpDgyDArdg%2BEhi5pui%2Fi6juDr%2B6O2cyXoxGqIJ%2BBnfhQDXO1mnQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c29e12f18bade32-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:923f:80 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Length: 0
    Connection: close
    Location: https://leranthoquis.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=D8e7UFABnaGlMLQfNFmIusB3sfEC3CSStcdhFtfvB8wqSBknNBKhKUYDpRnkOTGqkJilYWDnzsCrNm29aM4Q4tshjEUEVs0TSGx9ZOKb44tp%2BUWVOx0obHmcFgY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c29e12f0a314bb6-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:923f:443 · leranthoquis.sbs

    2026-01-23 20:00

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 20:00:51 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cCKVabH5ih%2FcuxutPIYZQ68M8XWfAyaXyKrA8Smcx3chmjDzxIilT2nKEBMyFSIIoCWAN2Q5g6%2F7hJwh0lubHI5AUBZ1PSgGvRGmTvip0ZKAqeHboFg2VsANbz8%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c29e12fcd8b3948-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>leranthoquis - Professionelle Finanzmodelle für Analysten | Stuttgart</title>
      <meta name="description" content="Erstklassige Finanzmodellierung und Analysetools für Finanzexperten. leranthoquis bietet fortschrittliche Lösungen für präzise Finanzanalysen und strategische Entscheidungen.">
      <meta name="keywords" content="Finanzmodellierung, Finanzanalyse, Financial Modeling, Analysten, Stuttgart, Finanzberatung">
      <meta name="author" content="leranthoquis">
      <link rel="preload" href="./site_media/logo.svg" as="image" type="image/svg+xml">
      <link rel="dns-prefetch" href="//fonts.googleapis.com">
      <link rel="sitemap" type="application/xml" href="./sitemap.xml">
      <link rel="icon" type="image/x-icon" href="./favicon.svg">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Primer/21.1.1/alerts.min.css" integrity="sha512-0/VpzhKXvkWtHrIsB/k0X7oAs05Ay4SM7DQdAcE9VhNCruKihlAhVne0KHuFs2S5e/2iAq8kQNnHhqzrbUpWdA==" crossorigin="anonymous" referrerpolicy="no-referrer">
      <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet">
      <style>
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      line-height: 1.6;
      color: #2c3e50;
      background: linear-gradient(135deg, #f8fafa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(132, 162, 146, 0.15);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      position: relative;
      z-index: 1000;
      min-height: 90px;
      }
      .header-content {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 2rem;
      padding: 1.2rem 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      transition: transform 0.2s ease;
      }
      .company-name {
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 700;
      color: #84A292;
      letter-spacing: -0.02em;
      }
      .nav-container {
      display: flex;
      justify-content: flex-end;
      z-index: 999;
      }
      nav ul {
      display: flex;
      list-style: none;
      gap: 1.8rem;
      align-items: center;
      flex-wrap: wrap;
      }
      nav a {
      text-decoration: none;
      color: #34495e;
      font-weight: 500;
      font-size: clamp(0.9rem, 1.5vw, 1rem);
      padding: 0.6rem 1.2rem;
      border-radius: 8px;
      transition: all 0.2s ease;
      white-space: nowrap;
      }
      nav a:hover {
      background: rgba(132, 162, 146, 0.08);
      color: #84A292;
      }
      footer {
      background: linear-gradient(135deg, #84A292 0%, #A5BEAF 100%);
      color: #ffffff;
      margin-top: auto;
      padding: 3rem 0 2rem;
      }
      .footer-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2.5rem;
      margin-bottom: 2rem;
      }
      .footer-section h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 1.2rem;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section p,
      .footer-section a {
      color: #ffffff;
      text-decoration: none;
      margin-bottom: 0.6rem;
      display: block;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .footer-section a:hover {
      text-decoration: underline;
      }
      .footer-logo {
      height: 35px;
      width: auto;
      margin-bottom: 1rem;
      }
      .footer-links {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
      }
      .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 1.5rem;
      text-align: center;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      }
      .cookie-popup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: 20px;
      max-width: 450px;
      background: #ffffff;
      border: 2px solid #84A292;
      border-radius: 12px;
      padding: 1.8rem;
    Found 2026-01-23 by HttpPlugin
    Create report
leranthoquis.sbs*.leranthoquis.sbs
CN:
leranthoquis.sbs
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-23 18:59
Not after:
2026-04-23 19:55