Domain grenthanetwork.sbs
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.150.30:443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 18:21:35 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=oLXl2EvAZdaDeJIfz7ID8fDMjzxhuJiXnMBYRNfUtFcm11XmqvH4d2v5PWXnesktpu34%2FmwgOXkTLCl7Bz1da7Sx5qjqz82%2FQ7NNACfZphoBJA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9badb7287d29f886-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:6008:80 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 18:21:34 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lufjnWcJQih0DYYId%2FKRwLzUwwkJGEpEWnd9a247Hwl7CIEFp1qG%2BQ1DDBqRGJj5yQO9xjh%2BgiWc%2BXzW9J%2Bt0KuJvDpOEy18s4SAEtLLbjbs99UTlsGlDFoyXHywtw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9badb724eb461486-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.96.8:443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 18:21:35 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=yDaFupB2oTkt84g7RWtvsv25rVetZ3XQ63BEwYiSL9uEMdevFKVkpAtFOVcBT9WSspyHRzM4ekEQ295d2bnKQElkBA9jpMRLf%2FckKdbhyaQ%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9badb726eaf8bffc-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:961e:443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 18:21:34 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=ukZlVMrHezm7%2BwGqkMPxCzEBds0a0mnQCGNzrcbMeg5cm%2BNvCBaaX8WEsxv%2BLS3Z2HJxKIGHsAcLPgA%2FXq8Re5uSCZ%2FBqBvAFvAkLOsvH8%2BS0Yzn%2FBiu7pZy7%2Bukwg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9badb724eb346714-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.96.8:8443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 18:21:55 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: 9badb72a6e95d385-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:6008:8443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 18:21:55 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: 9badb72abe3aab42-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:961e:80 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 18:21:34 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XZVDQPHXOlSNPg4TX1Oa%2FBCB3n53LsTl3UC73sHf2GIO8fP9b%2BTc%2Bl5iTH4Sxv9xw5HDqOlOfY%2BEafFrhcRsHExGXh7N4Zy8NuCvwcNQnmiywlO31Ktee4ZY3TbyvA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9badb7244ec949a6-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.150.30:8443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 18:21:54 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: 9badb729fefbc3f3-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.150.30:80 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 18:21:34 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kdZfiX9KoSTBwwalUC275hFhLYnZIxhRTfVkPFQOGgkRCeBKzbdaoT5Reeardpqqy3q4ZyM1rEu8qCPb3A%2BmogTtwychxWlA1fAFmGvr05o%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9badb723a97dedf7-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:6008:443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 18:21:34 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=mvkTt1%2FVYx3XeTNUPKUGVBpa7Y8pxTzRAjARVQzkVMIjumK32vHPPOLp8A3aXTPXLZCOGBh%2FF7Cs8WIROMsaAuZv5HME3oJ6FN2zNl9PdSMeZD9ix%2BYJcdefkfc05A%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9badb7241e29dfa5-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:961e:8443 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 18:21:55 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: 9badb729c8999df9-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.96.8:80 · grenthanetwork.sbs

    2026-01-08 18:21

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 18:21:34 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nI9aio0XM2J8CFrez7f6lZp3MDyrqWrbTlNfpWJscs7cQfxj3ngO4lS2L7GIDezg7UaHMFa6k3aZlkVZ4e%2F8Ngqgwp63PrichFRde%2BKqqIvtjQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9badb7238d523038-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:6008:8443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 14:09:14 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=19726,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b7297676aa558af-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:6008:443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 14:08:54 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=213
    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=vm1dQx2t65igAVmM3ghtKVVchj%2BJv7Kg5pHGOP7RyyVFMzfrLmnUw798H0ZU8GsqzUoZfJG8Z42Wfw4Pm%2B9awqU4VB0R2TvjxJEBDDmcXk3I54IPMI%2BY8oNrECqpbQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7297626f798c75-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:6008:80 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 14:08:53 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZDr2ugvR3cnVCb3tOtNaND5TO%2Bvq3QCsxkFuXtIgLlQbxTc%2B0KxtpkLnp%2BR9FxYFhvzWTPVGYCEr2GnH%2F2Q4qZQQlQWXlOGfWGK5u7F%2Br2yt2rvrf0bT2tHC8S61HA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=19,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7297611ba96a5f-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:961e:443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 14:08:54 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=215
    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=AS5iOCANzgLPHqrg9Ptgf2fYAV0E97PChfN5Tqh7Ptt%2Fbgg%2FlKJWjF%2F4Nf2vyLl5N0UZW2JN543Qq74xrGSP5V1qYraF6VZjvOBpOvbNgEcYuJV1jAgc9hObh4WgeA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b729761fc439051-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:961e:8443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 14:09:14 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=19418,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b72976769d18c7d-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.150.30:8443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 14:09:14 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=19706,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b729767494fd92a-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:961e:80 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 14:08:53 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BrW%2FwNWGUxBCi3ClCtiY8OpNIOMlv5YEjr4IfkCuopeUQT3FHlTziJ47Gv8M38FNUOqSi2Ki2OjpokXEYWFPaQ86CIZcZ3HZd1IA50YwwlIMBit%2B5k1QDine13HTJw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7297611dbe0d00-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.150.30:443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 14:08:54 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=204
    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=TgzOl%2BfabQJQTaQTBV9VelFHO04JKMNMgd3Mh1lEIiuhEqbmqwHxGSnDzl%2F8DmMm4NsWKviuWDh5nRZb0CiFRlRIj9hapIc27FOR9sJHG8TTDw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b729761eeaeda48-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.150.30:80 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 14:08:53 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mN5eaWxjeycdM7Apovy4VoQiOYRQnhSfnPy9%2FROSfky969YkoRjXiGqd0HjaLgqzMIZxLC3anQTvMhRJEcTp4P6y5RV3TozrtzFO6wlSbWi3ng%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7297611aeb1512-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.96.8:8443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 14:09:14 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=19452,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b7297677e7ee73e-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.96.8:80 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 14:08:53 GMT
    Content-Length: 0
    Connection: close
    Location: https://grenthanetwork.sbs/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OFU0dHjtRW0IkKfchSknoKF0HrZM%2BrjVJczwcM7v4zEK0YsBoUPSCxcyg10uTpZxIUA13Zuh0EfBXX6I82o7%2BENjqUnQ1mzxHWc5GDX2O6TYpw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7297611d25c8c6-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.96.8:443 · grenthanetwork.sbs

    2026-01-01 14:08

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 14:08:54 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=207
    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=nYzsVuUYMkXYVt2k5pAfK4FPvbOd%2FB%2BLeoXxmEPUn844vUJ3htJX%2B1wsEyI71eMpgH43IG5lPR%2FKC9s%2FYCjGSgr1%2FUW5uWhKMizxzMt8Rd4NRw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7297627935efa1-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	
    
    <!DOCTYPE html>
    <html lang="de">
    	<head>
    	<meta charset="UTF-8">
    	<meta name="viewport"
    	content="width=device-width, initial-scale=1.0">
    	<title>
    	grenthanetwork - Fortgeschrittene Finanzanalyse | Professional Finance Solutions
    	</title>
    	<meta name="description"
    	content="Entdecken Sie fortgeschrittene Finanzanalyse-Techniken mit grenthanetwork. Professionelle Finanzlösungen und Expertenwissen für Ihr Unternehmen in Deutschland.">
    	<meta name="keywords"
    	content="Finanzanalyse, Finanzen, Investment, Beratung, Deutschland, Finanzdienstleistungen, Analyse, Experten">
    	<link rel="sitemap"
    	type="application/xml"
    	href="./sitemap.xml">
    	<link rel="icon"
    	type="image/x-icon"
    	href="./favicon.svg">
    	<link rel="preload"
    	href="./product_gallery/logo.svg"
    	as="image">
    	<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=Inter:wght@300;400;500;600;700&amp;display=swap"
    	rel="stylesheet">
    	<link rel="stylesheet"
    	href="https://cdnjs.cloudflare.com/ajax/libs/pavilion/2.0.1/pavilion.min.css"
    	integrity="sha512-9a0xrO/Bsnj7o4PeuF3AWCVbEBgCJfJh/Zt6hxlyUNc12DrIqgkXuO9XDOA9MCbCWmIYgds/PxQn5FW3dilTew=="
    	crossorigin="anonymous"
    	referrerpolicy="no-referrer">
    	<style>
    	:root {
    	--primary-color: #7195ae;
    	--secondary-color: #abbbc5;
    	--tertiary-color: #e8ecee;
    	--text-dark: #1a1a1a;
    	--text-light: #ffffff;
    	--shadow-soft: rgba(113, 149, 174, 0.15);
    	--shadow-medium: rgba(113, 149, 174, 0.25);
    	--gradient-primary: linear-gradient(135deg, #7195ae 0%, #abbbc5 100%);
    	--gradient-subtle: linear-gradient(135deg, #e8ecee 0%, #ffffff 100%);
    	}
    	* {
    	margin: 0;
    	padding: 0;
    	box-sizing: border-box;
    	}
    	body {
    	font-family: 'Inter', sans-serif;
    	line-height: 1.6;
    	color: var(--text-dark);
    	background: var(--gradient-subtle);
    	overflow-x: hidden;
    	}
    	.container {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0 20px;
    	}
    	header {
    	background: linear-gradient(135deg, #7195ae 0%, #abbbc5 50%, #e8ecee 100%);
    	position: relative;
    	min-height: 85px;
    	box-shadow: 0 4px 20px var(--shadow-soft);
    	backdrop-filter: blur(10px);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	}
    	header::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: repeating-linear-gradient(
    	45deg,
    	transparent,
    	transparent 10px,
    	rgba(255, 255, 255, 0.02) 10px,
    	rgba(255, 255, 255, 0.02) 20px
    	);
    	pointer-events: none;
    	}
    	.header-content {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	min-height: 85px;
    	position: relative;
    	z-index: 10;
    	}
    	.logo-container {
    	flex-shrink: 0;
    	display: flex;
    	align-items: center;
    	z-index: 20;
    	position: relative;
    	}
    	.logo-container img {
    	height: 45px;
    	width: auto;
    	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    	transition: transform 0.3s ease;
    	}
    	.logo-container img:hover {
    	transform: scale(1.05);
    	}
    	.main-nav {
    	display: flex;
    	align-items: center;
    	gap: 35px;
    	z-index: 15;
    	}
    	.nav-link {
    	color: var(--text-light);
    	text-decoration: none;
    	font-weight: 500;
    	font-size: clamp(0.9rem, 2vw, 1rem);
    	padding: 12px 18px;
    	border-radius: 8px;
    	transition: all 0.3s ease;
    	position: relative;
    	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    	white-space: nowrap;
    	}
    	.nav-link::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: rgba(255, 255, 255, 0.1);
    	border-radius: 8px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    	}
    	.nav-link:hover::before {
    	opacity: 1;
    	}
    	.nav-link:hover {
    	color: var(--text-light);
    	transform: translateY(-2px);
    	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    	}
    	footer {
    	background: linear-gradient(135deg, #7195ae 0%, #6a8ca5 100%);
    	color: var(--text-light);
    	position: relative;
    	overflow: hidden;
    	margin-top: auto;
    	}
    	footer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	height: 100%;
    	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule=
    Found 2026-01-01 by HttpPlugin
    Create report
grenthanetwork.sbs*.grenthanetwork.sbs
CN:
grenthanetwork.sbs
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-01 13:07
Not after:
2026-04-01 14:06