Domain nieruchomosci-as.pl
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.158.33:443 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 400 Bad Request
    Date: Sun, 04 Jan 2026 23:58:17 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=547
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hxYAPkWOIyanzwN1sMzpPbPJXk2RKwYm6f3SXWwsOo0vc2JAx2vzxMAAUKDrHyBDTqPa1f0kCR0gwERnmFD3clpkdluEHtgzF5cDu57AMFrHbQs%3D"}]}
    CF-RAY: 9b8eaedd6cc86198-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 400 Bad Request
    
    <html>
    <head><title>400 Bad Request</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <hr><center>nginx/1.22.1</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"edd6744e35eb45628d1f59f62822ae87","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:443 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 23:58:17 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Content-Security-Policy: frame-ancestors 'none';
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pJetUDnnqDbk4mtzHwNW1RFA6MvWdhuVKogW8RTaQnFzWpk%2FyUwsYsAI2mhdew3I5IVQngIRPZ3bYZI5YAeNd%2B46poVLZW%2BAeElJjIuXoPqqsb4VJxE72sMXdP%2B8cag%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=351
    CF-RAY: 9b8eaedd7d02f8de-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: nieruchomosci-as.pl - Premium Domain Available
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<title>nieruchomosci-as.pl - Premium Domain Available</title>
    	<link rel="stylesheet" href="/forsale/css/style.css">
    	<style>
    		/* Премиальные улучшения дизайна */
    		body {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			min-height: 100vh;
    		}
    		
    		.container {
    			background: rgba(255, 255, 255, 0.98);
    			box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    		}
    		
    		.header {
    			background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    			padding: 3rem 2rem;
    			position: relative;
    			overflow: hidden;
    		}
    		
    		.header::before {
    			content: '';
    			position: absolute;
    			top: 0;
    			left: 0;
    			right: 0;
    			bottom: 0;
    			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M1200 120L0 16.48V0h1200z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat bottom;
    			background-size: cover;
    		}
    		
    		.domain-name {
    			color: #fff;
    			font-size: 2.5rem;
    			text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    			position: relative;
    			z-index: 1;
    		}
    		
    		.premium-badge {
    			display: inline-block;
    			background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    			color: white;
    			padding: 0.5rem 1.5rem;
    			border-radius: 50px;
    			font-weight: bold;
    			font-size: 0.9rem;
    			margin-bottom: 1rem;
    			box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    			animation: pulse 2s infinite;
    		}
    		
    		@keyframes pulse {
    			0%, 100% { transform: scale(1); }
    			50% { transform: scale(1.05); }
    		}
    		
    		.urgency-banner {
    			background: linear-gradient(90deg, #ff6b6b, #ee5a6f);
    			color: white;
    			padding: 1rem;
    			text-align: center;
    			font-weight: bold;
    			margin: -1rem -1rem 2rem -1rem;
    			box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    		}
    		
    		.urgency-banner .timer {
    			font-size: 1.2rem;
    			font-family: 'Courier New', monospace;
    			margin-left: 1rem;
    		}
    		
    		.social-proof {
    			background: #f8f9fa;
    			border-left: 4px solid #667eea;
    			padding: 1rem 1.5rem;
    			margin: 2rem 0;
    			border-radius: 8px;
    		}
    		
    		.social-proof-item {
    			display: flex;
    			align-items: center;
    			gap: 1rem;
    			margin: 0.5rem 0;
    			font-size: 0.95rem;
    		}
    		
    		.social-proof-icon {
    			font-size: 1.5rem;
    		}
    		
    		.value-proposition {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			color: white;
    			padding: 2rem;
    			border-radius: 12px;
    			margin: 2rem 0;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    		}
    		
    		.value-proposition h3 {
    			margin-top: 0;
    			font-size: 1.5rem;
    		}
    		
    		.value-list {
    			list-style: none;
    			padding: 0;
    		}
    		
    		.value-list li {
    			padding: 0.5rem 0;
    			padding-left: 2rem;
    			position: relative;
    		}
    		
    		.value-list li::before {
    			content: '💎';
    			position: absolute;
    			left: 0;
    		}
    		
    		.price-anchor {
    			text-align: center;
    			padding: 2rem;
    			background: #fff3cd;
    			border-radius: 12px;
    			margin: 2rem 0;
    			border: 2px dashed #ffc107;
    		}
    		
    		.price-anchor .old-price {
    			font-size: 1.5rem;
    			text-decoration: line-through;
    			color: #999;
    		}
    		
    		.price-anchor .new-price {
    			font-size: 2rem;
    			color: #28a745;
    			font-weight: bold;
    			margin: 0.5rem 0;
    		}
    		
    		.price-anchor .savings {
    			color: #dc3545;
    			font-weight: bold;
    		}
    		
    		.trust-badges {
    			display: flex;
    			justify-content: center;
    			gap: 2rem;
    			margin: 2rem 0;
    			flex-wrap: wrap;
    		}
    		
    		.trust-badge {
    			text-align: center;
    			padding: 1rem;
    		}
    		
    		.trust-badge-icon {
    			font-size: 2rem;
    			margin-bottom: 0.5rem;
    		}
    		
    		.trust-badge-text {
    			font-size: 0.85rem;
    			color: #666;
    		}
    		
    		.btn-submit {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			font-size: 1.2rem;
    			padding: 1rem 3rem;
    			text-transform: uppercase;
    			letter-spacing: 1px;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    			transition: all 0.3s eas
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:80 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 23:58:17 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Content-Security-Policy: frame-ancestors 'none';
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=J8xKYE0QCd0QpnkDdmBHv7Cbk8rzynuiNTI9qGbXKYhYz7bhJu1s0KP3vmlZFfRmnIYW9frjOvI2%2Bf%2BFN9uJKPLyJ3%2BUysrRQgfrYwvmTx1Pf5RSmFif27tWg33RpOU%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=607
    CF-RAY: 9b8eaedb8dbbff9f-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: nieruchomosci-as.pl - Premium Domain Available
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<title>nieruchomosci-as.pl - Premium Domain Available</title>
    	<link rel="stylesheet" href="/forsale/css/style.css">
    	<style>
    		/* Премиальные улучшения дизайна */
    		body {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			min-height: 100vh;
    		}
    		
    		.container {
    			background: rgba(255, 255, 255, 0.98);
    			box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    		}
    		
    		.header {
    			background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    			padding: 3rem 2rem;
    			position: relative;
    			overflow: hidden;
    		}
    		
    		.header::before {
    			content: '';
    			position: absolute;
    			top: 0;
    			left: 0;
    			right: 0;
    			bottom: 0;
    			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M1200 120L0 16.48V0h1200z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat bottom;
    			background-size: cover;
    		}
    		
    		.domain-name {
    			color: #fff;
    			font-size: 2.5rem;
    			text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    			position: relative;
    			z-index: 1;
    		}
    		
    		.premium-badge {
    			display: inline-block;
    			background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    			color: white;
    			padding: 0.5rem 1.5rem;
    			border-radius: 50px;
    			font-weight: bold;
    			font-size: 0.9rem;
    			margin-bottom: 1rem;
    			box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    			animation: pulse 2s infinite;
    		}
    		
    		@keyframes pulse {
    			0%, 100% { transform: scale(1); }
    			50% { transform: scale(1.05); }
    		}
    		
    		.urgency-banner {
    			background: linear-gradient(90deg, #ff6b6b, #ee5a6f);
    			color: white;
    			padding: 1rem;
    			text-align: center;
    			font-weight: bold;
    			margin: -1rem -1rem 2rem -1rem;
    			box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    		}
    		
    		.urgency-banner .timer {
    			font-size: 1.2rem;
    			font-family: 'Courier New', monospace;
    			margin-left: 1rem;
    		}
    		
    		.social-proof {
    			background: #f8f9fa;
    			border-left: 4px solid #667eea;
    			padding: 1rem 1.5rem;
    			margin: 2rem 0;
    			border-radius: 8px;
    		}
    		
    		.social-proof-item {
    			display: flex;
    			align-items: center;
    			gap: 1rem;
    			margin: 0.5rem 0;
    			font-size: 0.95rem;
    		}
    		
    		.social-proof-icon {
    			font-size: 1.5rem;
    		}
    		
    		.value-proposition {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			color: white;
    			padding: 2rem;
    			border-radius: 12px;
    			margin: 2rem 0;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    		}
    		
    		.value-proposition h3 {
    			margin-top: 0;
    			font-size: 1.5rem;
    		}
    		
    		.value-list {
    			list-style: none;
    			padding: 0;
    		}
    		
    		.value-list li {
    			padding: 0.5rem 0;
    			padding-left: 2rem;
    			position: relative;
    		}
    		
    		.value-list li::before {
    			content: '💎';
    			position: absolute;
    			left: 0;
    		}
    		
    		.price-anchor {
    			text-align: center;
    			padding: 2rem;
    			background: #fff3cd;
    			border-radius: 12px;
    			margin: 2rem 0;
    			border: 2px dashed #ffc107;
    		}
    		
    		.price-anchor .old-price {
    			font-size: 1.5rem;
    			text-decoration: line-through;
    			color: #999;
    		}
    		
    		.price-anchor .new-price {
    			font-size: 2rem;
    			color: #28a745;
    			font-weight: bold;
    			margin: 0.5rem 0;
    		}
    		
    		.price-anchor .savings {
    			color: #dc3545;
    			font-weight: bold;
    		}
    		
    		.trust-badges {
    			display: flex;
    			justify-content: center;
    			gap: 2rem;
    			margin: 2rem 0;
    			flex-wrap: wrap;
    		}
    		
    		.trust-badge {
    			text-align: center;
    			padding: 1rem;
    		}
    		
    		.trust-badge-icon {
    			font-size: 2rem;
    			margin-bottom: 0.5rem;
    		}
    		
    		.trust-badge-text {
    			font-size: 0.85rem;
    			color: #666;
    		}
    		
    		.btn-submit {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			font-size: 1.2rem;
    			padding: 1rem 3rem;
    			text-transform: uppercase;
    			letter-spacing: 1px;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    			transition: all 0.3s eas
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:8443 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 521 <none>
    Date: Sun, 04 Jan 2026 23:58:16 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=203,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b8eaedadef34015-BOM
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.67.158.33:80 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 400 Bad Request
    Date: Sun, 04 Jan 2026 23:58:16 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=191
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QIPN2n20PVf8v1BBWSeJq%2BM6RmWcfFSug1pgmKKU0GFLcMiHOyICwiywGZPIDN3d4EjjGNDOJMQAk6yhIqDLtjNW6z%2FFL4uXiwm6MMQcpjg2y8g%3D"}]}
    CF-RAY: 9b8eaeda8dc85ed0-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 400 Bad Request
    
    <html>
    <head><title>400 Bad Request</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <hr><center>nginx/1.22.1</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"edd6744e35eb45628d1f59f62822ae87","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:8443 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 521 <none>
    Date: Sun, 04 Jan 2026 23:58:16 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=108,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b8eaed978a0ef9f-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 104.21.14.63:443 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 400 Bad Request
    Date: Sun, 04 Jan 2026 23:58:16 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=251
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rWmQxNZAdMCRBCeUy2Ik01MtRxomflGjZ5hZq2BzRd6WQJLBT4GWjw4ga%2BaEqIXuiePCeg1%2B%2FZizbOE3U3VvvzC3FOTr3c5eNbL%2BoJKN1yKh3rM%3D"}]}
    CF-RAY: 9b8eaed9f879ab76-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 400 Bad Request
    
    <html>
    <head><title>400 Bad Request</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <hr><center>nginx/1.22.1</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"edd6744e35eb45628d1f59f62822ae87","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.67.158.33:8443 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 521 <none>
    Date: Sun, 04 Jan 2026 23:58:16 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=129,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b8eaed91affac99-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:80 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 23:58:17 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Content-Security-Policy: frame-ancestors 'none';
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jWw98koR6dcIM7NCCazNEKHv79yNAtlPIEc5%2F2KqhLsUv%2B5j7OPCWctZQ2EF3dc8Ru6in0YPBrjHM4qStvhWPKzR653r3rE%2FiE5Y1Fs8I3HlL%2FIX34aVen7RftPnB5c%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=596
    CF-RAY: 9b8eaedd3c93f9e6-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: nieruchomosci-as.pl - Premium Domain Available
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<title>nieruchomosci-as.pl - Premium Domain Available</title>
    	<link rel="stylesheet" href="/forsale/css/style.css">
    	<style>
    		/* Премиальные улучшения дизайна */
    		body {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			min-height: 100vh;
    		}
    		
    		.container {
    			background: rgba(255, 255, 255, 0.98);
    			box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    		}
    		
    		.header {
    			background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    			padding: 3rem 2rem;
    			position: relative;
    			overflow: hidden;
    		}
    		
    		.header::before {
    			content: '';
    			position: absolute;
    			top: 0;
    			left: 0;
    			right: 0;
    			bottom: 0;
    			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M1200 120L0 16.48V0h1200z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat bottom;
    			background-size: cover;
    		}
    		
    		.domain-name {
    			color: #fff;
    			font-size: 2.5rem;
    			text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    			position: relative;
    			z-index: 1;
    		}
    		
    		.premium-badge {
    			display: inline-block;
    			background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    			color: white;
    			padding: 0.5rem 1.5rem;
    			border-radius: 50px;
    			font-weight: bold;
    			font-size: 0.9rem;
    			margin-bottom: 1rem;
    			box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    			animation: pulse 2s infinite;
    		}
    		
    		@keyframes pulse {
    			0%, 100% { transform: scale(1); }
    			50% { transform: scale(1.05); }
    		}
    		
    		.urgency-banner {
    			background: linear-gradient(90deg, #ff6b6b, #ee5a6f);
    			color: white;
    			padding: 1rem;
    			text-align: center;
    			font-weight: bold;
    			margin: -1rem -1rem 2rem -1rem;
    			box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    		}
    		
    		.urgency-banner .timer {
    			font-size: 1.2rem;
    			font-family: 'Courier New', monospace;
    			margin-left: 1rem;
    		}
    		
    		.social-proof {
    			background: #f8f9fa;
    			border-left: 4px solid #667eea;
    			padding: 1rem 1.5rem;
    			margin: 2rem 0;
    			border-radius: 8px;
    		}
    		
    		.social-proof-item {
    			display: flex;
    			align-items: center;
    			gap: 1rem;
    			margin: 0.5rem 0;
    			font-size: 0.95rem;
    		}
    		
    		.social-proof-icon {
    			font-size: 1.5rem;
    		}
    		
    		.value-proposition {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			color: white;
    			padding: 2rem;
    			border-radius: 12px;
    			margin: 2rem 0;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    		}
    		
    		.value-proposition h3 {
    			margin-top: 0;
    			font-size: 1.5rem;
    		}
    		
    		.value-list {
    			list-style: none;
    			padding: 0;
    		}
    		
    		.value-list li {
    			padding: 0.5rem 0;
    			padding-left: 2rem;
    			position: relative;
    		}
    		
    		.value-list li::before {
    			content: '💎';
    			position: absolute;
    			left: 0;
    		}
    		
    		.price-anchor {
    			text-align: center;
    			padding: 2rem;
    			background: #fff3cd;
    			border-radius: 12px;
    			margin: 2rem 0;
    			border: 2px dashed #ffc107;
    		}
    		
    		.price-anchor .old-price {
    			font-size: 1.5rem;
    			text-decoration: line-through;
    			color: #999;
    		}
    		
    		.price-anchor .new-price {
    			font-size: 2rem;
    			color: #28a745;
    			font-weight: bold;
    			margin: 0.5rem 0;
    		}
    		
    		.price-anchor .savings {
    			color: #dc3545;
    			font-weight: bold;
    		}
    		
    		.trust-badges {
    			display: flex;
    			justify-content: center;
    			gap: 2rem;
    			margin: 2rem 0;
    			flex-wrap: wrap;
    		}
    		
    		.trust-badge {
    			text-align: center;
    			padding: 1rem;
    		}
    		
    		.trust-badge-icon {
    			font-size: 2rem;
    			margin-bottom: 0.5rem;
    		}
    		
    		.trust-badge-text {
    			font-size: 0.85rem;
    			color: #666;
    		}
    		
    		.btn-submit {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			font-size: 1.2rem;
    			padding: 1rem 3rem;
    			text-transform: uppercase;
    			letter-spacing: 1px;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    			transition: all 0.3s eas
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 104.21.14.63:80 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 400 Bad Request
    Date: Sun, 04 Jan 2026 23:58:17 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=532
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0zZQDRkez3NrZYfwFsH0i5hYFu5SqKiYVCt4h4FNJcgVQm6M3p%2BpYGG6bMRv1YZfCvxibVBHn2Qc9RISjP1LsPmYQozqb6wPCthqOa2bRJz6zcE%3D"}]}
    CF-RAY: 9b8eaeda2b1c48d7-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: 400 Bad Request
    
    <html>
    <head><title>400 Bad Request</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <hr><center>nginx/1.22.1</center>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"edd6744e35eb45628d1f59f62822ae87","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:443 · nieruchomosci-as.pl

    2026-01-04 23:58

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 23:58:16 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Content-Security-Policy: frame-ancestors 'none';
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m0qRIR2d5w6Y%2BK%2FaCn1cLb%2FAU6EjSYBwpaWjBFoU%2BN%2Bh4mCnDBHVa2hUi3U%2FnvE4ubbI5IIlVnuoAw7ls2mXkhWsTgx3Kk7sR6rApqxXQMR6dvFXd%2Fzd6xFpwYZzDUY%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=283
    CF-RAY: 9b8eaed9dd78614b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: nieruchomosci-as.pl - Premium Domain Available
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<title>nieruchomosci-as.pl - Premium Domain Available</title>
    	<link rel="stylesheet" href="/forsale/css/style.css">
    	<style>
    		/* Премиальные улучшения дизайна */
    		body {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			min-height: 100vh;
    		}
    		
    		.container {
    			background: rgba(255, 255, 255, 0.98);
    			box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    		}
    		
    		.header {
    			background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    			padding: 3rem 2rem;
    			position: relative;
    			overflow: hidden;
    		}
    		
    		.header::before {
    			content: '';
    			position: absolute;
    			top: 0;
    			left: 0;
    			right: 0;
    			bottom: 0;
    			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M1200 120L0 16.48V0h1200z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat bottom;
    			background-size: cover;
    		}
    		
    		.domain-name {
    			color: #fff;
    			font-size: 2.5rem;
    			text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    			position: relative;
    			z-index: 1;
    		}
    		
    		.premium-badge {
    			display: inline-block;
    			background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    			color: white;
    			padding: 0.5rem 1.5rem;
    			border-radius: 50px;
    			font-weight: bold;
    			font-size: 0.9rem;
    			margin-bottom: 1rem;
    			box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
    			animation: pulse 2s infinite;
    		}
    		
    		@keyframes pulse {
    			0%, 100% { transform: scale(1); }
    			50% { transform: scale(1.05); }
    		}
    		
    		.urgency-banner {
    			background: linear-gradient(90deg, #ff6b6b, #ee5a6f);
    			color: white;
    			padding: 1rem;
    			text-align: center;
    			font-weight: bold;
    			margin: -1rem -1rem 2rem -1rem;
    			box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    		}
    		
    		.urgency-banner .timer {
    			font-size: 1.2rem;
    			font-family: 'Courier New', monospace;
    			margin-left: 1rem;
    		}
    		
    		.social-proof {
    			background: #f8f9fa;
    			border-left: 4px solid #667eea;
    			padding: 1rem 1.5rem;
    			margin: 2rem 0;
    			border-radius: 8px;
    		}
    		
    		.social-proof-item {
    			display: flex;
    			align-items: center;
    			gap: 1rem;
    			margin: 0.5rem 0;
    			font-size: 0.95rem;
    		}
    		
    		.social-proof-icon {
    			font-size: 1.5rem;
    		}
    		
    		.value-proposition {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			color: white;
    			padding: 2rem;
    			border-radius: 12px;
    			margin: 2rem 0;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    		}
    		
    		.value-proposition h3 {
    			margin-top: 0;
    			font-size: 1.5rem;
    		}
    		
    		.value-list {
    			list-style: none;
    			padding: 0;
    		}
    		
    		.value-list li {
    			padding: 0.5rem 0;
    			padding-left: 2rem;
    			position: relative;
    		}
    		
    		.value-list li::before {
    			content: '💎';
    			position: absolute;
    			left: 0;
    		}
    		
    		.price-anchor {
    			text-align: center;
    			padding: 2rem;
    			background: #fff3cd;
    			border-radius: 12px;
    			margin: 2rem 0;
    			border: 2px dashed #ffc107;
    		}
    		
    		.price-anchor .old-price {
    			font-size: 1.5rem;
    			text-decoration: line-through;
    			color: #999;
    		}
    		
    		.price-anchor .new-price {
    			font-size: 2rem;
    			color: #28a745;
    			font-weight: bold;
    			margin: 0.5rem 0;
    		}
    		
    		.price-anchor .savings {
    			color: #dc3545;
    			font-weight: bold;
    		}
    		
    		.trust-badges {
    			display: flex;
    			justify-content: center;
    			gap: 2rem;
    			margin: 2rem 0;
    			flex-wrap: wrap;
    		}
    		
    		.trust-badge {
    			text-align: center;
    			padding: 1rem;
    		}
    		
    		.trust-badge-icon {
    			font-size: 2rem;
    			margin-bottom: 0.5rem;
    		}
    		
    		.trust-badge-text {
    			font-size: 0.85rem;
    			color: #666;
    		}
    		
    		.btn-submit {
    			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    			font-size: 1.2rem;
    			padding: 1rem 3rem;
    			text-transform: uppercase;
    			letter-spacing: 1px;
    			box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    			transition: all 0.3s eas
    Found 2026-01-04 by HttpPlugin
    Create report
nieruchomosci-as.pl*.nieruchomosci-as.pl
CN:
nieruchomosci-as.pl
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-04 22:58
Not after:
2026-04-04 23:55