Help
RSS
API
Feed
Maltego
Contact
Domain > dragonsbane.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-10-06
199.188.200.230
(
ClassC
)
2026-01-23
192.254.250.170
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Fri, 23 Jan 2026 00:21:17 GMTServer: ApacheCache-Control: no-cache, privateSet-Cookie: XSRF-TOKENeyJpdiI6InQvTTgvSy9GQzNRWWQ2Z1hkTXVjSWc9PSIsInZhbHVlIjoicFFqWlc2dktuVWhaTGdjaUpyY1dwYjRwK3VYVHhZanZRUVJUSjhxNFVTOFBOUklXbWZVMDNjNWM3UGtrcU1ZUCtUaWRGcXRGYmI2ZzdQR3ZNeHhhaVN3V0VncFBTUlB1aExuZFpWakN6ZEdhaG5nV28xeHUrQWZ3d2kxUkthMSsiLCJtYWMiOiI5OTE4YmFmOGQ4MTAyMmUyZTY3YWI4NTZmMTVlN2I5YThkNDAzZTFlZmIzNzg4YmFhMWNjODljNTQ3MTc5ZGMzIiwidGFnIjoiIn0%3D; expiresFri, 23 Jan 2026 02:21:17 GMT; Max-Age7199; path/; samesitelaxSet-Cookie: laravel_sessioneyJpdiI6ImlHMWxSdkdTQUZVRWxTKzBjOFk1S0E9PSIsInZhbHVlIjoidjB4OVBHai9rNTZjZ05QNEQrVyt3MnZvRHhFSU9rZG9CZURzS291OEEvcTczNGJrNzVyVGlrSW44bm9RSEYraXZjWlJaa0U1TUpEV01HVTBoQzAxdTAya1U3WkNTNURSeC8zcmdNcG85RXZoUUI2VmRZaU5FNVJlNmNNclh0aTQiLCJtYWMiOiJlOWJhNzk2YmU4ZDQzMWMwMDYxMGY4MWRkMDhlMzkyZjNjNDIwYmEzN2Y1YjAzNjEwYjBhNTBjNjEzMDBlMzZhIiwidGFnIjoiIn0%3D; expiresFri, 23 Jan 2026 02:21:17 GMT; Max-Age7199; path/; httponly; samesitelaxUpgrade: h2,h2cConnection: UpgradeVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Khejan - Inventing Tomorrow, Today/title> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@300;400;500;600;700&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Montserrat, sans-serif; background: #0a0a0a; color: #ffffff; overflow-x: hidden; min-height: 100vh; position: relative; } /* Animated background particles */ .particles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; } .particle { position: absolute; width: 2px; height: 2px; background: #00d4ff; border-radius: 50%; opacity: 0.6; animation: float 8s infinite linear; } @keyframes float { 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; } 10% { opacity: 0.6; } 90% { opacity: 0.6; } 100% { transform: translateY(-100px) rotate(360deg); opacity: 0; } } /* Grid overlay */ .grid-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px); background-size: 50px 50px; pointer-events: none; z-index: 2; } /* Main container */ .container { position: relative; z-index: 10; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; } /* Logo/Brand */ .logo-section { text-align: center; margin-bottom: 60px; } .logo { font-size: 4rem; font-weight: 700; letter-spacing: 8px; background: linear-gradient(135deg, #00d4ff, #0099cc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; position: relative; animation: glow 3s ease-in-out infinite alternate; } @keyframes glow { from { filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.3)); } to { filter: drop-shadow(0 0 30px rgba(0, 212, 255, 0.6)); } } .logo::after { content: ; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: linear-gradient(45deg, transparent, rgba(0, 212, 255, 0.1), transparent); border-radius: 10px; z-index: -1; animation: rotate 4s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Tagline */ .tagline { font-size: 1.5rem; font-weight: 300; color: #00d4ff; margin-bottom: 30px; text-align: center; animation: fadeInUp 1s ease-out 0.5s both; } /* Description */ .description { max-width: 600px; text-align: center; font-size: 1.1rem; line-height: 1.6; color: #cccccc; margin-bottom: 60px; animation: fadeInUp 1s ease-out 1s both; } /* Reactor/Progress Element */ .reactor { width: 200px; height: 200px; position: relative; margin: 40px auto; animation: fadeInUp 1s ease-out 1.5s both; } .reactor-core { width: 100%; height: 100%; border: 2px solid #00d4ff; border-radius: 50%; position: relative; animation: pulse 2s ease-in-out infinite; } .reactor-core::before { content: ; position: absolute; top: 50%; left: 50%; width: 60%; height: 60%; background: radial-gradient(circle, rgba(0, 212, 255, 0.3), transparent); border-radius: 50%; transform: translate(-50%, -50%); animation: innerPulse 1.5s ease-in-out infinite alternate; } .reactor-ring { position: absolute; border: 1px solid rgba(0, 212, 255, 0.3); border-radius: 50%; animation: spin 10s linear infinite; } .reactor-ring:nth-child(2) { top: -20px; left: -20px; right: -20px; bottom: -20px; } .reactor-ring:nth-child(3) { top: -40px; left: -40px; right: -40px; bottom: -40px; animation-duration: 15s; animation-direction: reverse; } @keyframes pulse { 0%, 100% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.5); } 50% { box-shadow: 0 0 40px rgba(0, 212, 255, 0.8), 0 0 60px rgba(0, 212, 255, 0.3); } } @keyframes innerPulse { 0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); } 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Status indicator */ .status { text-align: center; margin-top: 40px; animation: fadeInUp 1s ease-out 2s both; } .status-text { font-size: 0.9rem; color: #00d4ff; font-weight: 500; margin-bottom: 10px; } .status-bar { width: 300px; height: 2px; background: rgba(0, 212, 255, 0.2); margin: 0 auto; border-radius: 1px; overflow: hidden; } .status-progress { width: 0%; height: 100%; background: linear-gradient(90deg, #00d4ff, #0099cc); border-radius: 1px; animation: loading 3s ease-in-out infinite; } @keyframes loading { 0%, 100% { width: 0%; } 50% { width: 100%; } } /* Footer */ .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; text-align: center; background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); } .contact-btn { background: linear-gradient(135deg, #00d4ff, #0099cc); color: #000; border: none; padding: 12px 30px; border-radius: 25px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s ease; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; } .contact-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3); } .footer-text { font-size: 0.8rem; color: #666; margin-top: 20px; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Responsive */ @media (max-width: 768px) { .logo { font-size: 3rem; letter-spacing: 4px; } .tagline { font-size: 1.2rem; } .description { font-size: 1rem; padding: 0 20px; } .reactor { width: 150px; height: 150px; } .status-bar { width: 200px; } } @media (max-width: 480px) { .logo { font-size: 2.5rem; letter-spacing: 2px; } .container { padding: 15px; } } /style>/head>body> !-- Animated background particles --> div classparticles idparticles>/div> !-- Grid overlay --> div classgrid-overlay>/div> !-- Main content --> div classcontainer> div classlogo-section> div classlogo>KHEJAN/div> div classtagline>Inventing Tomorrow, Today/div> /div> div classdescription> This domain is part of the Khejan innovation network—a nexus of technology, creativity, and the impossible made real. /div> div classreactor> div classreactor-core>/div> div classreactor-ring>/div> div classreactor-ring>/div> /div> div classstatus> div classstatus-text>Phase 1: Initialization/div> div classstatus-bar> div classstatus-progress>/div> /div> /div> /div> !-- Footer --> div classfooter> div classfooter-text> © 2025 Khejan Network. All rights reserved. /div> /div> script> // Generate floating particles function createParticles() { const particlesContainer document.getElementById(particles); const particleCount 50; for (let i 0; i particleCount; i++) { const particle document.createElement(div); particle.className particle; particle.style.left Math.random() * 100 + %; particle.style.animationDelay Math.random() * 8 + s; particle.style.animationDuration (Math.random() * 3 + 5) + s; particlesContainer.appendChild(particle); } } // Initialize particles on load window.addEventListener(load, createParticles); // Add subtle mouse interaction document.addEventListener(mousemove, (e) > { const reactor document.querySelector(.reactor-core); const rect reactor.getBoundingClientRect(); const centerX rect.left + rect.width / 2; const centerY rect.top + rect.height / 2; const deltaX (e.clientX - centerX) / 10; const deltaY (e.clientY - centerY) / 10; reactor.style.transform `translate(${deltaX}px, ${deltaY}px)`; }); // Reset reactor position when mouse leaves document.addEventListener(mouseleave, () > { const reactor document.querySelector(.reactor-core); reactor.style.transform translate(0, 0); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 23 Jan 2026 00:21:18 GMTServer: ApacheCache-Control: no-cache, privateSet-Cookie: XSRF-TOKENeyJpdiI6Img0K0NhOTEzY1E1dTF5eThLaFp5VlE9PSIsInZhbHVlIjoiaENKV3IxVUdHZ05aOGEyVEJrOTcxcFhBLzFyWkVVd2xIcmt5ZzREQXIrdEhhbTZTWkFHeXA3NTFrSTNmWVo1TW5ZWGN1N1A3LzN3NEMxaStTdDZSWVM5UjE3TUNBMjBzTUFTWFJ6dWlNSDNtQzJWVWgxZnArbUFGUnh2TFNHUTIiLCJtYWMiOiI1NDMxNjdlMDhiMDNlYjA4M2I4YjFmOTY1MDUwMDA4YTFlZjk3MmJmNWU1NGQ2YjQ3YmJmZjUzZDUzYmNjYzZkIiwidGFnIjoiIn0%3D; expiresFri, 23 Jan 2026 02:21:18 GMT; Max-Age7200; path/; secure; samesitelaxSet-Cookie: laravel_sessioneyJpdiI6IkI4Y1dXVUZsUC9vTmQrVmJ0SDY4T0E9PSIsInZhbHVlIjoiSDRTa2J0aFZkcm1naFNWTVNFN0lsYnZYVHFoaWFybUFMYWQ3Rm1DMzBaWWZXTkVvZmNzWFRVTXVrQjBJcEhRNFM2RjlnbG5QMkFFQjRhWlhHaWJoZVUvM0dPSFVOUnhQNzMzbjU0TjRMTlRySHcyQW1SSVJKcjI2L283VVI3UlEiLCJtYWMiOiI2MWIwMTVhNGNlNGYzNWUxNGYyMWQ5NTExOTQzYmJmMjU1MzRhZDdhNDA3MTRmOGM3NmMyZTQyYjM1NzliNDllIiwidGFnIjoiIn0%3D; expiresFri, 23 Jan 2026 02:21:18 GMT; Max-Age7200; path/; secure; httponly; samesitelaxUpgrade: h2,h2cConnection: UpgradeVary: Accept-EncodingAccept-Ranges: noneTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Khejan - Inventing Tomorrow, Today/title> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@300;400;500;600;700&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Montserrat, sans-serif; background: #0a0a0a; color: #ffffff; overflow-x: hidden; min-height: 100vh; position: relative; } /* Animated background particles */ .particles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; } .particle { position: absolute; width: 2px; height: 2px; background: #00d4ff; border-radius: 50%; opacity: 0.6; animation: float 8s infinite linear; } @keyframes float { 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; } 10% { opacity: 0.6; } 90% { opacity: 0.6; } 100% { transform: translateY(-100px) rotate(360deg); opacity: 0; } } /* Grid overlay */ .grid-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px); background-size: 50px 50px; pointer-events: none; z-index: 2; } /* Main container */ .container { position: relative; z-index: 10; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; } /* Logo/Brand */ .logo-section { text-align: center; margin-bottom: 60px; } .logo { font-size: 4rem; font-weight: 700; letter-spacing: 8px; background: linear-gradient(135deg, #00d4ff, #0099cc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; position: relative; animation: glow 3s ease-in-out infinite alternate; } @keyframes glow { from { filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.3)); } to { filter: drop-shadow(0 0 30px rgba(0, 212, 255, 0.6)); } } .logo::after { content: ; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: linear-gradient(45deg, transparent, rgba(0, 212, 255, 0.1), transparent); border-radius: 10px; z-index: -1; animation: rotate 4s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Tagline */ .tagline { font-size: 1.5rem; font-weight: 300; color: #00d4ff; margin-bottom: 30px; text-align: center; animation: fadeInUp 1s ease-out 0.5s both; } /* Description */ .description { max-width: 600px; text-align: center; font-size: 1.1rem; line-height: 1.6; color: #cccccc; margin-bottom: 60px; animation: fadeInUp 1s ease-out 1s both; } /* Reactor/Progress Element */ .reactor { width: 200px; height: 200px; position: relative; margin: 40px auto; animation: fadeInUp 1s ease-out 1.5s both; } .reactor-core { width: 100%; height: 100%; border: 2px solid #00d4ff; border-radius: 50%; position: relative; animation: pulse 2s ease-in-out infinite; } .reactor-core::before { content: ; position: absolute; top: 50%; left: 50%; width: 60%; height: 60%; background: radial-gradient(circle, rgba(0, 212, 255, 0.3), transparent); border-radius: 50%; transform: translate(-50%, -50%); animation: innerPulse 1.5s ease-in-out infinite alternate; } .reactor-ring { position: absolute; border: 1px solid rgba(0, 212, 255, 0.3); border-radius: 50%; animation: spin 10s linear infinite; } .reactor-ring:nth-child(2) { top: -20px; left: -20px; right: -20px; bottom: -20px; } .reactor-ring:nth-child(3) { top: -40px; left: -40px; right: -40px; bottom: -40px; animation-duration: 15s; animation-direction: reverse; } @keyframes pulse { 0%, 100% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.5); } 50% { box-shadow: 0 0 40px rgba(0, 212, 255, 0.8), 0 0 60px rgba(0, 212, 255, 0.3); } } @keyframes innerPulse { 0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); } 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Status indicator */ .status { text-align: center; margin-top: 40px; animation: fadeInUp 1s ease-out 2s both; } .status-text { font-size: 0.9rem; color: #00d4ff; font-weight: 500; margin-bottom: 10px; } .status-bar { width: 300px; height: 2px; background: rgba(0, 212, 255, 0.2); margin: 0 auto; border-radius: 1px; overflow: hidden; } .status-progress { width: 0%; height: 100%; background: linear-gradient(90deg, #00d4ff, #0099cc); border-radius: 1px; animation: loading 3s ease-in-out infinite; } @keyframes loading { 0%, 100% { width: 0%; } 50% { width: 100%; } } /* Footer */ .footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; text-align: center; background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); } .contact-btn { background: linear-gradient(135deg, #00d4ff, #0099cc); color: #000; border: none; padding: 12px 30px; border-radius: 25px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s ease; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; } .contact-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3); } .footer-text { font-size: 0.8rem; color: #666; margin-top: 20px; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Responsive */ @media (max-width: 768px) { .logo { font-size: 3rem; letter-spacing: 4px; } .tagline { font-size: 1.2rem; } .description { font-size: 1rem; padding: 0 20px; } .reactor { width: 150px; height: 150px; } .status-bar { width: 200px; } } @media (max-width: 480px) { .logo { font-size: 2.5rem; letter-spacing: 2px; } .container { padding: 15px; } } /style>/head>body> !-- Animated background particles --> div classparticles idparticles>/div> !-- Grid overlay --> div classgrid-overlay>/div> !-- Main content --> div classcontainer> div classlogo-section> div classlogo>KHEJAN/div> div classtagline>Inventing Tomorrow, Today/div> /div> div classdescription> This domain is part of the Khejan innovation network—a nexus of technology, creativity, and the impossible made real. /div> div classreactor> div classreactor-core>/div> div classreactor-ring>/div> div classreactor-ring>/div> /div> div classstatus> div classstatus-text>Phase 1: Initialization/div> div classstatus-bar> div classstatus-progress>/div> /div> /div> /div> !-- Footer --> div classfooter> div classfooter-text> © 2025 Khejan Network. All rights reserved. /div> /div> script> // Generate floating particles function createParticles() { const particlesContainer document.getElementById(particles); const particleCount 50; for (let i 0; i particleCount; i++) { const particle document.createElement(div); particle.className particle; particle.style.left Math.random() * 100 + %; particle.style.animationDelay Math.random() * 8 + s; particle.style.animationDuration (Math.random() * 3 + 5) + s; particlesContainer.appendChild(particle); } } // Initialize particles on load window.addEventListener(load, createParticles); // Add subtle mouse interaction document.addEventListener(mousemove, (e) > { const reactor document.querySelector(.reactor-core); const rect reactor.getBoundingClientRect(); const centerX rect.left + rect.width / 2; const centerY rect.top + rect.height / 2; const deltaX (e.clientX - centerX) / 10; const deltaY (e.clientY - centerY) / 10; reactor.style.transform `translate(${deltaX}px, ${deltaY}px)`; }); // Reset reactor position when mouse leaves document.addEventListener(mouseleave, () > { const reactor document.querySelector(.reactor-core); reactor.style.transform translate(0, 0); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]