Help
RSS
API
Feed
Maltego
Contact
Domain > hexiacloudsolutions.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-25
18.160.181.28
(
ClassC
)
2025-05-25
18.160.181.53
(
ClassC
)
2025-09-10
3.162.125.3
(
ClassC
)
2026-01-11
3.175.34.32
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sun, 11 Jan 2026 01:39:16 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://hexiacloudsolutions.com/X-Cache: Redirect from cloudfrontVia: 1.1 8f42534fa1cba6cc97a23ecd9e54c040.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: y6kyynxPGrPNU2IRw9CHCBgbBddnvdszExw9EWu-do0QJ1wMi-w9pA html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 8420Connection: keep-aliveDate: Tue, 06 Jan 2026 20:08:54 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: a5b043a44b5787edc45808c0cbab1b3aLast-Modified: Tue, 06 Jan 2026 13:18:20 GMTX-Cache: Hit from cloudfrontVia: 1.1 376563e3c1f1885f8c4a0f76c81f4b16.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: NhxQUaDyr_Q9tU7gOr2Tu3DRr4JqRkN9F1VV9w9MSK9yQ1LiHLghtwAge: 365423 !DOCTYPE html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namedescription contentHexia GPS offers real-time maps and navigation for seamless travel. /> meta namekeywords contentGPS, navigation, maps, Hexia /> title>Hexia GPS/title> link hrefhttps://fonts.googleapis.com/css2?familyRoboto:wght@700;900&displayswap relstylesheet /> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@400;600;700&displayswap relstylesheet /> style> :root { --bg-dark: #004d40; --bg-secondary: #00796b; --text-light: #ffffff; --text-muted: #e0e0e0; --btn-primary: #ff8f00; --btn-hover-primary: #e67e00; --btn-secondary: #26a69a; --btn-hover-secondary: #1e857b; --gray-light: #fffde7; --gray-text: #333; } * { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; margin: 0; } body { font-family: Poppins, sans-serif; background: var(--gray-light); color: var(--gray-text); } header { background: linear-gradient( 90deg, var(--bg-dark) 0%, var(--bg-secondary) 100% ); color: var(--text-light); padding: clamp(15px, 3vw, 25px) clamp(20px, 3vw, 40px); box-shadow: 0 2px clamp(5px, 1vw, 15px) rgba(0, 0, 0, 0.3); position: sticky; top: 0; z-index: 10; } .container { max-width: clamp(1000px, 90vw, 1400px); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .logo { font-family: Roboto, sans-serif; font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 900; color: var(--text-light); letter-spacing: clamp(0.5px, 0.5vw, 1px); text-shadow: 1px 1px clamp(2px, 0.5vw, 3px) rgba(0, 0, 0, 0.2); transition: transform 0.3s; } .logo:hover { transform: scale(1.02); } nav { display: flex; gap: clamp(15px, 2vw, 40px); transition: all 0.3s ease-in-out; } nav a { color: var(--text-light); text-decoration: none; font-family: Roboto, sans-serif; font-weight: 700; font-size: clamp(0.9rem, 1.5vw, 1.1rem); padding: clamp(8px, 1vw, 10px) clamp(12px, 1.5vw, 20px); border-radius: clamp(10px, 2vw, 25px); transition: background-color 0.3s, color 0.3s, transform 0.3s; } nav a:hover { color: var(--btn-secondary); background-color: rgba(255, 255, 255, 0.15); transform: translateY(-2px); } .menu-toggle { display: none; font-size: clamp(1.5rem, 3vw, 1.8rem); background: none; border: none; color: var(--text-light); cursor: pointer; transition: color 0.3s; } .menu-toggle:hover { color: var(--btn-secondary); } #menu-checkbox { display: none; } .hero { padding: clamp(40px, 5vw, 80px) clamp(20px, 3vw, 40px); background: linear-gradient( 135deg, var(--bg-dark) 0%, var(--btn-secondary) 50%, var(--gray-light) 100% ); display: flex; align-items: center; justify-content: space-around; gap: clamp(20px, 3vw, 50px); position: relative; color: var(--text-light); } .hero-content { max-width: 45%; z-index: 1; padding: clamp(15px, 2vw, 20px); background: rgba(0, 0, 0, 0.2); border-radius: 10px; } .hero h1 { font-family: Roboto, sans-serif; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; margin-bottom: clamp(10px, 2vw, 20px); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .hero h3 { font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 700; margin-bottom: clamp(15px, 2vw, 25px); color: var(--btn-primary); } .hero p { font-size: clamp(0.9rem, 1.5vw, 1.3rem); line-height: 1.8; margin-bottom: clamp(20px, 3vw, 30px); color: var(--text-muted); } .hero img { max-height: clamp(200px, 30vw, 400px); max-width: 100%; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); border-radius: 15px; z-index: 1; } .hero .btn-group { display: flex; gap: clamp(10px, 2vw, 15px); } .hero button { padding: clamp(10px, 1.5vw, 12px) clamp(20px, 3vw, 30px); font-size: clamp(0.9rem, 1.5vw, 1.1rem); font-weight: 700; background-color: var(--btn-primary); color: var(--text-light); border: none; border-radius: 25px; cursor: pointer; transition: transform 0.3s, background-color 0.3s; box-shadow: 0 5px 15px rgba(255, 143, 0, 0.4); } .hero button:hover { transform: scale(1.05); background-color: var(--btn-hover-primary); } @media (max-width: 768px) { nav { display: none; flex-direction: column; width: 100%; margin-top: clamp(10px, 2vw, 15px); gap: clamp(10px, 2vw, 15px); } #menu-checkbox:checked ~ nav { display: flex; } .menu-toggle { display: block; } .container { flex-direction: row; align-items: flex-start; } .hero { flex-direction: column; text-align: center; padding: clamp(30px, 5vw, 50px) clamp(10px, 2vw, 20px); gap: clamp(15px, 3vw, 30px); } .hero-content { max-width: 100%; } .hero h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); } .hero h3 { font-size: clamp(1rem, 2vw, 1.5rem); } .hero p { font-size: clamp(0.8rem, 1.2vw, 1.1rem); } .hero img { max-height: clamp(150px, 25vw, 250px); } .hero button { padding: clamp(8px, 1.5vw, 10px) clamp(15px, 3vw, 20px); font-size: clamp(0.8rem, 1.2vw, 1rem); } .hero .btn-group { flex-direction: column; gap: clamp(8px, 1.5vw, 10px); } } /style> /head> body> header> div classcontainer> div classlogo>HexiaCloud Solutions/div> input typecheckbox idmenu-checkbox /> label formenu-checkbox classmenu-toggle aria-labelToggle navigation >☰/label > nav> a href./index.html classnav-link active>Home/a> a href./contact_us.html classnav-link>Contact Us/a> /nav> /div> /header> main> section classhero> div classhero-content> h1>Navigate with HexiaCloud Solutions/h1> h3>Your Journey, Redefined/h3> p> Experience real-time maps, seamless directions, and traffic avoidance with HexiaCloud Solutions. Discover new routes, save time, and explore with confidence—your perfect travel companion awaits! /p> div classbtn-group> button onclicklocation.hrefhttps://play.google.com/store/apps/details?idcom.hexia.gps.navigation.quickroutefinderapp; > Explore Now /button> /div> /div> img src./directions-concept-illustration.png altGPS navigation illustration /> /section> /main> /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
]