Domain sp-bounce.nbindo.com
United States
AMAZON-AES
Software information

openresty openresty

tcp/443 tcp/80

  • Open service 54.92.251.90:443 · sp-bounce.nbindo.com

    2026-01-25 12:35

    HTTP/1.1 404 Not Found
    Server: openresty
    Date: Sun, 25 Jan 2026 12:35:58 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2010
    Connection: close
    
    Page title: Page Not Found
    
    
    <!DOCTYPE html>
    <html lang="en">
    	<head>
    		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    		<title>Page Not Found</title>
    		<style type="text/css">
    			* {
    				margin:0;
    				padding:0;
    			}
    
    			body {
    				background-color:#EFEFEF;
    				font: .9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    			}
    
    			#wrapper{
    				width:600px;
    				margin:40px auto 0;
    				text-align:center;
    				-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    				-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    				box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    			}
    
    			#wrapper h1{
    				color:#FFF;
    				text-align:center;
    				margin-bottom:20px;
    			}
    
    			#wrapper a{
    				display:block;
    				font-size:.9em;
    				padding-top:20px;
    				color:#FFF;
    				text-decoration:none;
    				text-align:center;
    			}
    
    			#container {
    				width:600px;
    				padding-bottom:15px;
    				background-color:#FFFFFF;
    			}
    
    			.navtop{
    				height:40px;
    				background-color:#24B2EB;
    				padding:13px;
    			}
    
    			.content {
    				padding:10px 10px 25px;
    				background: #FFFFFF;
    				margin:;
    				color:#333;
    			}
    
    			a.button{
    				color:white;
    				padding:15px 20px;
    				text-shadow:1px 1px 0 #00A5FF;
    				font-weight:bold;
    				text-align:center;
    				border:1px solid #24B2EB;
    				margin:0px 200px;
    				clear:both;
    				background-color: #24B2EB;
    				border-radius:100px;
    				-moz-border-radius:100px;
    				-webkit-border-radius:100px;
    			}
    
    			a.button:hover{
    				text-decoration:none;
    				background-color: #24B2EB;
    			}
    
    		</style>
    	</head>
    	<body>
    		<div id="wrapper">
    			<div id="container">
    				<div class="navtop">
    					<h1>Page Not Found</h1>
    				</div>
    				<div id="content">
    					<br>The page you have requested has flown the coop.<br>Perhaps you are here because:<br><br><ul><br>The page has moved<br>The page no longer exists<br>You were looking for your puppy and got lost<br>You like 404 pages</ul>
    					<a href="/" title="Home" class="button">Go Home</a><br />
    
    					<br>Powered by beego 1.4.3
    				</div>
    			</div>
    		</div>
    	</body>
    </html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 54.92.251.90:80 · sp-bounce.nbindo.com

    2026-01-25 12:35

    HTTP/1.1 200 OK
    Server: openresty
    Date: Sun, 25 Jan 2026 12:35:57 GMT
    Content-Type: text/html
    Content-Length: 128646
    Last-Modified: Mon, 19 Aug 2024 04:25:18 GMT
    Connection: close
    ETag: "66c2c92e-1f686"
    Accept-Ranges: bytes
    
    Page title: Welcome to OpenResty!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
      <title>Welcome to OpenResty!</title>
      <style>
        :root {
          --main-bg-color: rgb(82, 172, 66);
          --secondary-bg-color: rgb(213, 234, 201);
          --main-text-color: rgb(74, 124, 67);
          --secondary-text-color: #fff;
        }
        * {padding: 0; margin: 0;}
        html,body {font-size: 14px; font-family: Lato, sans-serif}
        body {text-align: center; background: var(--secondary-bg-color);}
        ul {list-style: none;}
        .flex {display: flex; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox;}
        .justify-content-center {-webkit-box-pack: center; -ms-justify-content: center; -moz-justify-content: center; -o-justify-content: center; -webkit-justify-content: center; justify-content: center;}
        .align-items-center {-webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; -o-align-items: center; align-items: center;}
        .text-decoration-no {text-decoration: none !important;}
        ul li, .products-list a {display: inline-block;}
        .main-theme {background: var(--main-bg-color); color: var(--secondary-text-color);}
        .light-theme {background: var(--secondary-bg-color);}
        .white-theme {background: #fff; color: var(--main-text-color);}
        .main-theme a {color: #effc67; text-decoration: underline;}
        section {max-width: 1200px; margin: 0 auto; padding: 2.14rem; box-sizing: border-box;}
        section h1 {font-size: 3rem; margin-bottom: 16px;}
        section h2 {font-size: 1.8rem; margin-bottom: 16px;}
        section p {line-height: 1.5; font-size: 1.3rem;}
        .main {position: relative;}
        .products-list {margin-top: 20px;}
        .products-list a {background: #fff; color: var(--main-text-color); padding: 10px 15px; border-radius: 4px; margin-left: 40px; min-width: 185px;}
        .products-list a:first-child {margin-left: 0;}
        .products img {width: 40px; height: 40px;}
        .products h3 {font-size: 1.15rem; font-weight: normal; margin: 4px 0;}
        .products a p {font-size: 0.92rem;}
        .social a {border-radius: 10px; background-color: var(--main-text-color); box-shadow: rgb(0 0 0 / 10%) -2px 2px 2px 1px; color: var(--secondary-text-color); border: none; padding: 6px 0; line-height: 24px; min-width: 250px; text-align: center; font-size: 1.1rem;}
        .social a img, .social a svg {width: 16px; height: 16px; vertical-align: middle; margin-right: 5px;}
        .social li {margin-left: 40px;}
        .social li:first-child {margin-left: 0;}
        .blogs {position: relative; margin-bottom: 20px; padding-left: 10px; padding-right: 10px;}
        .blogs .title {margin-bottom: 30px; color: var(--main-text-color); font-size: 1.5rem;}
        .blogs .swiper-wrapper {margin: 0 0 10px;}
        .blogs-slider .swiper-slide {width: 20%; display: inline-block; vertical-align: top; margin-right: 40px; }
        .blogs-slider .swiper-slide:last-child {margin-right: 0 !important;}
        .blogs-slider .img-wrapper {font-size: 0; border-radius: 4px; margin-bottom: 10px; overflow: hidden; border: 2px solid #fff;}
        .blogs-slider img {width: 100%; height: 120px; border-radius: 4px; -webkit-user-select: none; -ms-user-select: none; user-select: none; object-fit: cover;}
        .blogs-slider p {font-size: 0.95rem; color: var(--main-text-color);}
        @media screen and (min-width: 1200px) {
          .blogs .swiper-wrapper {-webkit-box-pack: justify; -ms-justify-content: space-between; -moz-justify-content: space-between; -o-justify-content: space-between; -webkit-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between;}
        }
        @media screen and (max-width: 1200px) {
          .blogs {padding-left: 20px; padding-right: 20px;}
          .blogs-slider .swiper-slide {margin-right: 20px; margin-bottom: 20px;}
        }
        @media screen and (max-width: 768px) {
          htm
    Found 2026-01-25 by HttpPlugin
    Create report
sp-bounce.nbindo.com
CN:
sp-bounce.nbindo.com
Key:
RSA-4096
Issuer:
R13
Not before:
2026-01-25 11:37
Not after:
2026-04-25 11:37
Domain summary
IP summary