Help
RSS
API
Feed
Maltego
Contact
Domain > astral-network.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-08
104.21.0.134
(
ClassC
)
2026-02-23
172.67.150.253
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 23 Feb 2026 19:12:11 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Age: 0Cache-Control: public,max-age0,must-revalidatecache-status: Netlify Edge; fwdmissReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sIpTC5DwDbmnuGRXGCP7WcgQ6tDaIDWvG0GlsRGp2YweVv9TP52%2F1ee36FIY%2BzWvLKRa3wmt67haEDB3LX9DuSHXDfo2jKH77nHhvNwDGXww%3D}}Server: cloudflarestrict-transport-security: max-age31536000vary: Accept-Encodingx-nf-request-id: 01KJ5YN3PNEZ7F3SB2AYD9BMBRcf-cache-status: DYNAMICCF-RAY: 9d2908837f776192-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Astral-Network/title> link relicon typeimage/png hreflogo.png> style> html { scroll-behavior: smooth; } body { margin: 0; font-family: Arial, sans-serif; background: url(galaxy-background.jpg) center/cover no-repeat fixed; color: #f5f5f5; overflow-x: hidden; } /* NAVBAR */ nav { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 0, 64, 0.25); box-shadow: 0 0 15px rgba(255, 0, 64, 0.6); display: flex; justify-content: center; gap: 40px; padding: 15px; z-index: 999; backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255, 0, 80, 0.5); } nav a { color: #ff6688; text-decoration: none; font-weight: bold; font-size: 1.1rem; letter-spacing: 0.5px; transition: 0.3s; } nav a:hover { color: #fff; text-shadow: 0 0 10px #ff0080; } header { background: rgba(0, 0, 0, 0.6); padding: 80px 20px 20px; text-align: center; } header h1 { margin: 0; font-size: 2.5rem; } header p { margin: 5px 0 0; } /* HERO */ .hero { position: relative; background: url(castle.png) center/cover no-repeat; height: 70vh; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0; } .hero::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); /* halvány sötét overlay */ } .hero h2 { position: relative; font-size: 3rem; color: #fff; text-shadow: 2px 2px 8px black; z-index: 1; } /* CONTENT */ .content { padding: 40px; text-align: center; background: rgba(0, 0, 0, 0.6); margin: 20px; border-radius: 10px; } .content img { max-width: 300px; border-radius: 15px; box-shadow: 0 0 10px #ff0080; transition: transform 0.3s, box-shadow 0.3s; } .content img:hover { transform: scale(1.05); box-shadow: 0 0 20px #ff66cc; } /* STAFF */ .staff-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; } .staff-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,0,128,0.4); border-radius: 12px; padding: 20px; width: 180px; box-shadow: 0 0 10px #ff0080; transition: 0.3s; } .staff-card:hover { transform: translateY(-5px); box-shadow: 0 0 20px #ff66cc; } .staff-card img { width: 100%; border-radius: 10px; margin-bottom: 10px; } .staff-name { font-weight: bold; color: #ff66cc; margin-bottom: 5px; } .staff-role { font-size: 0.9rem; opacity: 0.8; } /* FOOTER */ footer { background-color: rgba(0,0,0,0.7); text-align: center; padding: 15px; font-size: 0.9rem; } /* BUTTONS */ .btn { display: inline-block; width: 220px; margin: 15px; padding: 12px 25px; background: linear-gradient(90deg, #ff0040, #ff0080); border-radius: 8px; text-decoration: none; color: #fff; font-weight: bold; text-align: center; transition: 0.3s; cursor: pointer; outline: none; border: none; } .btn:hover { transform: scale(1.05); box-shadow: 0 0 15px #ff0080; } #playercount { font-size: 1.2rem; margin-top: 15px; } .sparkle { position: fixed; width: 3px; height: 3px; background: white; border-radius: 50%; pointer-events: none; animation: sparkle 2s linear forwards; } @keyframes sparkle { 0% { opacity: 0; transform: scale(0.5); } 50% { opacity: 1; transform: scale(1.5); } 100% { opacity: 0; transform: scale(0.2); } } /style>/head>body> !-- NAVBAR --> nav> a href#about>About/a> a href#gallery>Gallery/a> a href#rules>Rules/a> a href#staff>Staff/a> /nav> !-- HEADER --> header> h1>Astral-Network/h1> p>Custom RPG Minecraft Server/p> /header> !-- HERO --> section classhero> h2>Join the Adventure Today!/h2> /section> !-- ABOUT --> section idabout classcontent> h2>About the Server/h2> p>Explore a unique RPG world with custom mobs, items, and dungeons. Become part of the Astral Network community!/p> img srclogo.png altAstral Network Logo> div> button classbtn onclickcopyIP()>Join Server/button> a hrefhttps://discord.gg/btm7aSBE classbtn>Join Discord/a> a hrefhttps://shop.astral-network.net classbtn>Visit Shop/a> /div> div idplayercount>Fetching player count.../div> /section> !-- GALLERY --> section idgallery classcontent> h2>Explore Our World/h2> div styledisplay:flex; flex-wrap:wrap; justify-content:center; gap:20px;> img srcsakura.png altCherry Blossom Biome> img srcpyramid.png altCustom Pyramid> img srcendportal.png altDungeon End Portal> img srcredforest.png altCustom Biome> /div> /section> !-- RULES --> section idrules classcontent> h2>Server Rules/h2> ol styletext-align:left; max-width:600px; margin:auto; line-height:1.8;> li>Respect all players and staff members./li> li>No cheating, hacking, or unfair mods./li> li>Keep the chat clean – no spam, racism, or harassment./li> li>Do not exploit bugs or glitches – report them to staff./li> li>Have fun and play fair!/li> /ol> /section> !-- STAFF --> section idstaff classcontent> h2>Our Staff Team/h2> div classstaff-grid> div classstaff-card> img srcastralgalaxy.png altOwner> div classstaff-name>AstralGalaxy/div> div classstaff-role>Owner / Developer/div> /div> div classstaff-card> img srcthe_midnight.png altAdmin> div classstaff-name>the_midnight/div> div classstaff-role>Admin/div> /div> div classstaff-card> img srcmarki15.png altModerator> div classstaff-name>Marki15/div> div classstaff-role>Moderator/div> /div> /div> /section> !-- FOOTER --> footer> p>© 2025 Astral-Network.net All rights reserved./p> /footer> script> function copyIP() { navigator.clipboard.writeText(play.astral-network.net); alert(IP copied: play.astral-network.net); } async function fetchPlayers() { try { let res await fetch(https://api.mcstatus.io/v2/status/java/play.astral-network.net); let data await res.json(); if (data && data.players) { document.getElementById(playercount).innerText `Players Online: ${data.players.online}`; } else { document.getElementById(playercount).innerText Server offline or unreachable; } } catch (e) { document.getElementById(playercount).innerText Error fetching player count; } } fetchPlayers(); setInterval(fetchPlayers, 30000); function createSparkle() { const sparkle document.createElement(div); sparkle.classList.add(sparkle); sparkle.style.left Math.random() * window.innerWidth + px; sparkle.style.top (window.innerHeight - Math.random() * 200) + px; document.body.appendChild(sparkle); setTimeout(() > sparkle.remove(), 2000); } setInterval(createSparkle, 4000); /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
]