Help
RSS
API
Feed
Maltego
Contact
Domain > ahoyvpn.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-11-06
100.25.230.11
(
ClassC
)
2021-08-09
138.197.188.142
(
ClassC
)
2026-02-19
89.167.46.117
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.18.0 (Ubuntu)Date: Thu, 19 Feb 2026 22:53:05 GMTContent-Type: text/htmlContent-Length: 178Connection: keep-aliveLocation: https://ahoyvpn.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.18.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.18.0 (Ubuntu)Date: Thu, 19 Feb 2026 22:53:06 GMTContent-Type: text/htmlContent-Length: 15433Last-Modified: Thu, 19 Feb 2026 09:11:39 GMTConnection: keep-aliveETag: 6996d3cb-3c49Accept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>AhoyVPN - Secure, Private, Fast/title> style> /* AhoyVPN Color Palette - Pacific/Charcoal/Carbon Theme */ :root { --carbon-black: #0C0C0C; --charcoal-blue: #2C3E50; --pacific-blue: #1CA3EC; --powder-blue: #B0E0E6; --alabaster-grey: #F8F8F8; --charcoal-blue-light: #3A506B; --pacific-blue-dark: #0F8BD6; --powder-blue-dark: #9BCFD9; --carbon-black-light: #1A1A1A; --bg-primary: var(--carbon-black); --bg-secondary: var(--carbon-black-light); --bg-card: var(--charcoal-blue); --bg-header: var(--charcoal-blue); --text-primary: var(--alabaster-grey); --text-secondary: #CCCCCC; --text-muted: #999999; --border-color: #333333; --accent-primary: var(--pacific-blue); --accent-secondary: var(--powder-blue); --button-primary: var(--powder-blue); --button-primary-text: var(--charcoal-blue); --button-secondary: var(--charcoal-blue-light); --button-secondary-text: var(--alabaster-grey); } /* Minimal reset & base */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: var(--text-primary); background: var(--bg-primary); } .container { max-width: 1000px; margin: 0 auto; padding: 0 20px; } /* Header */ header { padding: 20px 0; border-bottom: 1px solid var(--border-color); background: var(--bg-header); position: sticky; top: 0; z-index: 100; } .header-inner { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 24px; font-weight: 800; color: var(--accent-primary); text-decoration: none; } .logo span { color: var(--accent-secondary); } .nav { display: flex; gap: 2rem; align-items: center; } .nav a { text-decoration: none; color: var(--text-secondary); font-weight: 500; transition: color 0.2s; } .nav a:hover { color: var(--accent-primary); } .nav .active { color: var(--accent-primary); font-weight: 600; } /* Hero */ .hero { padding: 80px 0 40px; text-align: center; } .hero h1 { font-size: 2.5rem; margin-bottom: 1rem; color: var(--text-primary); } @media (min-width: 768px) { .hero h1 { font-size: 3.5rem; } } .hero p { font-size: 1.2rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto 2rem; } .highlight { color: var(--accent-primary); } /* Signup form */ .signup-card { background: var(--bg-card); border-radius: 12px; padding: 2rem; max-width: 500px; margin: 2rem auto; border: 1px solid var(--border-color); } .signup-card h2 { margin-bottom: 1.5rem; color: var(--text-primary); font-size: 1.8rem; } .form-group { margin-bottom: 1.5rem; } label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--text-secondary); } input, select { width: 100%; padding: 12px 16px; border: 1px solid var(--border-color); border-radius: 8px; font-size: 1rem; transition: border 0.2s; background: var(--bg-secondary); color: var(--text-primary); } input:focus, select:focus { outline: none; border-color: var(--accent-primary); box-shadow: 0 0 0 3px rgba(28, 163, 236, 0.15); } option { background: var(--bg-secondary); color: var(--text-primary); } .btn { display: block; width: 100%; padding: 14px; background: var(--button-primary); color: var(--button-primary-text); border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; } .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(176, 224, 230, 0.3); } .login-link { text-align: center; margin-top: 1.5rem; color: var(--text-muted); } .login-link a { color: var(--accent-primary); text-decoration: none; font-weight: 600; } /* Features mini */ .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin: 4rem 0; } .feature { text-align: center; padding: 1.5rem; background: var(--bg-card); border-radius: 10px; border: 1px solid var(--border-color); } .feature h3 { margin: 1rem 0 0.5rem; color: var(--text-primary); } .feature p { color: var(--text-secondary); font-size: 0.95rem; } /* CTA bar */ .cta-bar { display: flex; justify-content: center; gap: 1.5rem; margin: 2rem 0 4rem; flex-wrap: wrap; } .cta-link { padding: 12px 24px; background: var(--button-secondary); color: var(--button-secondary-text); border-radius: 8px; text-decoration: none; font-weight: 600; transition: background 0.2s; } .cta-link:hover { background: var(--charcoal-blue); } .cta-link.primary { background: var(--button-primary); color: var(--button-primary-text); } /* Footer */ footer { text-align: center; padding: 3rem 0; color: var(--text-muted); font-size: 0.9rem; border-top: 1px solid var(--border-color); margin-top: 3rem; } .footer-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1.5rem; flex-wrap: wrap; } .footer-links a { color: var(--text-secondary); text-decoration: none; } .footer-links a:hover { color: var(--accent-primary); } /* Plan cards */ .plan-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 1.5rem; } .plan-card { background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: 10px; padding: 1.5rem; transition: border-color 0.2s, transform 0.2s; } .plan-card:hover { border-color: var(--accent-primary); transform: translateY(-2px); } .plan-card.current { border-color: var(--accent-primary); background: rgba(28, 163, 236, 0.1); } .plan-price { font-size: 1.8rem; font-weight: 800; color: var(--accent-primary); margin: 0.5rem 0; } .plan-price span { font-size: 0.9rem; color: var(--text-secondary); font-weight: 500; } /* Responsive */ @media (max-width: 768px) { .header-inner { flex-direction: column; gap: 1rem; } .nav { gap: 1rem; flex-wrap: wrap; justify-content: center; } .hero h1 { font-size: 2rem; } .hero p { font-size: 1rem; } .signup-card { padding: 1.5rem; } } /* Global link styles */ a { color: var(--accent-primary); text-decoration: none; transition: color 0.2s, text-decoration 0.2s; } a:hover { color: var(--accent-secondary); text-decoration: underline; } /* Plan cards (homepage showcase) */ .plan-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 1.5rem; } .plan-card { background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: 10px; padding: 1.5rem; transition: border-color 0.2s, transform 0.2s; text-align: center; } .plan-card:hover { border-color: var(--accent-primary); transform: translateY(-2px); } .plan-card.current { border-color: var(--accent-primary); background: rgba(28, 163, 236, 0.1); } .plan-price { font-size: 1.8rem; font-weight: 800; color: var(--accent-primary); margin: 0.5rem 0; } .plan-price span { font-size: 0.9rem; color: var(--text-secondary); font-weight: 500; } /style>/head>body> header> div classcontainer header-inner> a hrefindex.html classlogo>img srcimages/goodahoy.png altAhoyVPN styleheight: 36px; vertical-align: middle;>/a> nav classnav> a hrefindex.html classactive>Home/a> a hrefdownloads.html>Downloads/a> a hreffaq.html>FAQ/a> a hrefaffiliate.html>Affiliate Program/a> /nav> /div> /header> main classcontainer> section classhero> h1>Privacy that travels with you. span classhighlight>Everywhere./span>/h1> p>Quantum‑Resistant Encryption, Strict No‑Logs Policy, Global Privacy Protection. Stay secure on any device, anywhere./p> /section> section classsignup-card> h2>Choose Your Plan/h2> div classplan-cards> div classplan-card> img srcimages/goodahoy.png altMonthly Plan stylewidth: 80px; height: auto; margin-bottom: 10px;> h3>Monthly/h3> div classplan-price>$5.50span>/mo/span>/div>/div> div classplan-card> img srcimages/quarterlyblue.png altQuarterly Plan stylewidth: 80px; height: auto; margin-bottom: 10px;> h3>Quarterly/h3> div classplan-price>$16.50/div> div stylecolor: var(--text-secondary); font-size: 0.9rem; margin-bottom: 10px;>$5.50/month/div>/div> div classplan-card> img srcimages/semiannualblue.png altSemi‑Annual Plan stylewidth: 80px; height: auto; margin-bottom: 10px;> h3>Semi‑Annual/h3> div classplan-price>$33/div> div stylecolor: var(--text-secondary); font-size: 0.9rem; margin-bottom: 10px;>$5.50/month/div>/div> div classplan-card> img srcimages/goodannual.png altAnnual Plan stylewidth: 80px; height: auto; margin-bottom: 10px;> h3>Annual/h3> div classplan-price>$55/div> div stylecolor: var(--text-secondary); font-size: 0.9rem; margin-bottom: 10px;>$4.58/month/div>/div> /div> div styletext-align: center; margin-top: 2rem;> a hrefsignup.html classbtn styledisplay: inline-block; padding: 14px 40px; font-size: 1.1rem;>Sign Up/a> /div> p classlogin-link>Already have an account? a hrefdashboard.html>Log in/a>/p> /section> div classcta-bar> a hrefdownloads.html classcta-link primary>📲 Download Client/a> a hreffaq.html classcta-link>❓ FAQ/a> /div> section classfeatures> div classfeature> svg width40 height40 viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM13 10V3L4 14H11V21L20 10H13Z stroke#1CA3EC stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> h3>Quantum‑Resistant Encryption/h3> p>Military‑grade encryption that withstands future quantum attacks./p> /div> div classfeature> svg width40 height40 viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z stroke#1CA3EC stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> h3>Strict No‑Logs Policy/h3> p>We never track or store your data. Verified by independent audits./p> /div> div classfeature> svg width40 height40 viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> circle cx12 cy12 r10 stroke#1CA3EC stroke-width2/> path dM2 12h20M12 2c2.5 2.5 4 6 4 10s-1.5 7.5-4 10c-2.5-2.5-4-6-4-10s1.5-7.5 4-10z stroke#1CA3EC stroke-width2/> /svg> h3>Automatic Kill‑Switch/h3> p>Instant protection if your VPN connection drops, keeping your data safe./p> /div> /section> /main> footer> div classcontainer> div classfooter-links> a hrefindex.html>Home/a> a hrefdownloads.html>Downloads/a> a hreffaq.html>FAQ/a> a hrefaffiliate.html>Affiliate Program/a> a hrefterms-of-service.html>Terms of Service/a> a hrefprivacy-policy.html>Privacy Policy/a> /div> p>© 2026 AhoyVPN. All rights reserved./p> p>Privacy that travels with you. Everywhere./p> /div> /footer>/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
]