Help
RSS
API
Feed
Maltego
Contact
Domain > secu.mayareg.site
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-04-02
148.135.128.125
(
ClassC
)
2025-11-03
77.37.76.57
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 03 Nov 2025 10:44:20 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://secu.mayareg.site/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: c5933c3d12042fae45ac8199cf0fff08-phx-edge6x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.002 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 03 Nov 2025 10:44:20 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Thu, 07 Aug 2025 10:37:37 GMTEtag: W/36c7-689481f1-24edf970ae33d82b;gzplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 514abd6057ae6652e42c33cd6270960c-phx-edge7x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.023 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Site Maintenance | Well Be Back Soon/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> :root { --primary-color: #4a6fa5; --secondary-color: #4fc3f7; --accent-color: #64ffda; --text-color: #e0e0e0; --light-color: #121212; --dark-color: #1e1e1e; --card-bg: #1e1e1e; --progress-bg: #2d2d2d; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(--text-color); background-color: var(--light-color); height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 20px; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); overflow-x: hidden; } .maintenance-container { max-width: 800px; width: 100%; background: var(--card-bg); border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); padding: 40px; position: relative; overflow: hidden; animation: fadeIn 0.8s ease-out; border: 1px solid #333; } .maintenance-container::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 8px; background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color)); } .logo { max-width: 300px; width: 100%; margin: 0 auto 30px auto; display: block; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); transition: transform 0.3s ease; } .logo:hover { transform: scale(1.03); } h1 { color: var(--secondary-color); margin-bottom: 15px; font-size: 2.2rem; position: relative; display: inline-block; } h1::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: var(--accent-color); border-radius: 3px; } p { margin-bottom: 25px; font-size: 1.1rem; color: #b0b0b0; } .countdown { display: flex; justify-content: center; gap: 15px; margin: 30px 0; flex-wrap: wrap; } .countdown-item { background: #2a2a2a; color: white; padding: 15px 20px; border-radius: 8px; min-width: 80px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: transform 0.3s, box-shadow 0.3s; border: 1px solid #333; } .countdown-item:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0,0,0,0.3); background: #333; } .countdown-number { font-size: 2rem; font-weight: bold; margin-bottom: 5px; color: var(--accent-color); } .countdown-label { font-size: 0.8rem; opacity: 0.8; text-transform: uppercase; letter-spacing: 1px; color: #aaa; } .progress-container { width: 100%; background: var(--progress-bg); border-radius: 10px; height: 15px; margin: 30px 0; overflow: hidden; border: 1px solid #333; } .progress-bar { height: 100%; background: linear-gradient(90deg, var(--primary-color), var(--accent-color)); border-radius: 10px; width: 0%; transition: width 1s ease-in-out; position: relative; } .progress-bar::after { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 100%); animation: progressShine 2s infinite; } .social-links { display: flex; justify-content: center; gap: 20px; margin-top: 30px; } .social-link { color: var(--secondary-color); font-size: 1.5rem; transition: transform 0.3s, color 0.3s; } .social-link:hover { color: var(--accent-color); transform: translateY(-3px); } .contact-info { margin-top: 30px; font-size: 0.9rem; color: #888; } .contact-info a { color: var(--secondary-color); text-decoration: none; transition: color 0.3s; } .contact-info a:hover { color: var(--accent-color); text-decoration: underline; } .construction-icon { font-size: 3rem; color: var(--accent-color); margin-bottom: 20px; animation: bounce 2s infinite; } .floating-shapes { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; z-index: -1; overflow: hidden; } .shape { position: absolute; opacity: 0.05; border-radius: 50%; } .shape-1 { width: 100px; height: 100px; background: var(--primary-color); top: -30px; right: -30px; animation: float 15s infinite linear; } .shape-2 { width: 60px; height: 60px; background: var(--accent-color); bottom: 20%; left: -20px; animation: float 12s infinite linear reverse; } .shape-3 { width: 40px; height: 40px; background: var(--secondary-color); top: 40%; right: 10%; animation: float 8s infinite linear; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-20px); } 60% { transform: translateY(-10px); } } @keyframes progressShine { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } @keyframes float { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } 100% { transform: translateY(0) rotate(360deg); } } @media (max-width: 768px) { .maintenance-container { padding: 30px 20px; } h1 { font-size: 1.8rem; } p { font-size: 1rem; } .countdown-item { min-width: 70px; padding: 10px 15px; } .countdown-number { font-size: 1.5rem; } .construction-icon { font-size: 2.5rem; } } @media (max-width: 480px) { .maintenance-container { padding: 25px 15px; } h1 { font-size: 1.5rem; } .countdown { gap: 10px; } .countdown-item { min-width: 60px; padding: 8px 10px; } .countdown-number { font-size: 1.2rem; } .countdown-label { font-size: 0.7rem; } .social-links { gap: 15px; } .social-link { font-size: 1.2rem; } } /style>/head>body> div classfloating-shapes> div classshape shape-1>/div> div classshape shape-2>/div> div classshape shape-3>/div> /div> div classmaintenance-container> div classconstruction-icon> i classfas fa-tools>/i> /div> !-- Replace with your logo --> img srchttps://mayareg.site/xmaya.svg altMaya Creations classlogo> h1>Under Maintenance/h1> p>Were currently working hard to improve our website and provide you with a better experience. We apologize for the inconvenience and appreciate your patience./p> div classprogress-container> div classprogress-bar idprogressBar>/div> /div> p>Estimated time until completion:/p> div classcountdown idcountdown> div classcountdown-item> div classcountdown-number iddays>00/div> div classcountdown-label>Days/div> /div> div classcountdown-item> div classcountdown-number idhours>00/div> div classcountdown-label>Hours/div> /div> div classcountdown-item> div classcountdown-number idminutes>00/div> div classcountdown-label>Minutes/div> /div> div classcountdown-item> div classcountdown-number idseconds>00/div> div classcountdown-label>Seconds/div> /div> /div> p>In the meantime, you can follow us on social media for updates:/p> div classsocial-links> a hrefhttps://www.facebook.com/profile.php?id61573124824129 classsocial-link>i classfab fa-facebook>/i>/a> a hrefhttps://t.me/xPiaro classsocial-link target_blank relnoopener noreferrer> i classfab fa-telegram>/i> /a> /div> /div> script> // Set your target date and time (YYYY, MM-1, DD, HH, MM, SS) const targetDate new Date(); targetDate.setDate(targetDate.getDate() + 24); // 2 days from now targetDate.setHours(targetDate.getHours() + 5); // Plus 5 hours targetDate.setMinutes(targetDate.getMinutes() + 30); // Plus 30 minutes // Update countdown every second const countdown setInterval(function() { const now new Date().getTime(); const distance targetDate - now; // Calculate days, hours, minutes, seconds const days Math.floor(distance / (1000 * 60 * 60 * 24)); const hours Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds Math.floor((distance % (1000 * 60)) / 1000); // Display results document.getElementById(days).innerHTML days.toString().padStart(2, 0); document.getElementById(hours).innerHTML hours.toString().padStart(2, 0); document.getElementById(minutes).innerHTML minutes.toString().padStart(2, 0); document.getElementById(seconds).innerHTML seconds.toString().padStart(2, 0); // Calculate progress percentage (for demo purposes) const totalDuration targetDate - new Date(targetDate.getTime() - (2 * 24 * 60 * 60 * 1000 + 5 * 60 * 60 * 1000 + 30 * 60 * 1000)); const elapsed totalDuration - distance; const progressPercent Math.min(100, Math.max(0, (elapsed / totalDuration) * 100)); // Update progress bar document.getElementById(progressBar).style.width progressPercent + %; // If countdown is finished if (distance 0) { clearInterval(countdown); document.getElementById(countdown).innerHTML p stylecolor: var(--accent-color); font-weight: bold;>Were back online! Refresh your page./p>; document.getElementById(progressBar).style.width 100%; } }, 1000); // Animate progress bar on load setTimeout(() > { document.getElementById(progressBar).style.transition width 1.5s ease-in-out; }, 500); /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
]