Help
RSS
API
Feed
Maltego
Contact
Domain > hitj.mx
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-08
3.162.125.89
(
ClassC
)
2026-02-20
3.163.24.118
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 20 Feb 2026 05:26:44 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://hitj.mx/X-Cache: Redirect from cloudfrontVia: 1.1 bafc250db6f7cbd43d1e23b2a31d8002.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: L3GOiMKULGTJeYC08cAib5ZYipj38NM8eC4F1-fhvOFrTmFmlHeHoQ 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: 7195Connection: keep-aliveDate: Fri, 20 Feb 2026 05:26:45 GMTLast-Modified: Tue, 24 Jun 2025 19:14:36 GMTETag: dc28a17bc40f6c133be2ea50060198e7x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 b7b9fc5331efc8b070db0bf27b36820e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: J1QJW-KbA1OUlgAUkozHz_FePHdq3XPNw9xXWJKlCuKEnRlUyMcyBQ !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>HiTJ - Your Urban Hub/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } .header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 1rem 0; position: fixed; width: 100%; top: 0; z-index: 1000; } .nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 2rem; } .logo { font-size: 1.8rem; font-weight: bold; } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: white; text-decoration: none; transition: opacity 0.3s; } .nav-links a:hover { opacity: 0.8; } .hero { background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 1200 600>rect fill%23f0f0f0 width1200 height600/>text x600 y300 text-anchormiddle fill%23999 font-size48>City Skyline/text>/svg>); background-size: cover; background-position: center; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; color: white; } .hero-content h1 { font-size: 3.5rem; margin-bottom: 1rem; } .hero-content p { font-size: 1.3rem; margin-bottom: 2rem; max-width: 600px; } .cta-button { background: #ff6b6b; color: white; padding: 1rem 2rem; border: none; border-radius: 50px; font-size: 1.1rem; cursor: pointer; transition: background 0.3s; text-decoration: none; display: inline-block; } .cta-button:hover { background: #ff5252; } .features { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; } .features h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #333; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .feature-card { text-align: center; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s; } .feature-card:hover { transform: translateY(-5px); } .feature-icon { font-size: 3rem; margin-bottom: 1rem; } .feature-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #667eea; } .footer { background: #333; color: white; text-align: center; padding: 2rem; } @media (max-width: 768px) { .nav-links { display: none; } .hero-content h1 { font-size: 2.5rem; } .hero-content p { font-size: 1.1rem; } } /style>/head>body> header classheader> nav classnav> div classlogo>HiTJ/div> ul classnav-links> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#services>Services/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /header> section classhero idhome> div classhero-content> h1>Welcome to HiTJ/h1> p>Your central hub for urban living, connecting communities and creating opportunities in the heart of the city./p> a href#features classcta-button>Explore More/a> /div> /section> section classfeatures idfeatures> h2>What We Offer/h2> div classfeatures-grid> div classfeature-card> div classfeature-icon>🏢/div> h3>Urban Spaces/h3> p>Discover premium locations and spaces in the heart of the city for your business or personal needs./p> /div> div classfeature-card> div classfeature-icon>🤝/div> h3>Community/h3> p>Connect with like-minded individuals and build lasting relationships in our vibrant community./p> /div> div classfeature-card> div classfeature-icon>📍/div> h3>Prime Location/h3> p>Strategically positioned at key city points with easy access to transportation and amenities./p> /div> /div> /section> footer classfooter> p>© 2025 HiTJ. All rights reserved. | Making cities more connected./p> /footer> script> // Smooth scrolling for navigation links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // Header background change on scroll window.addEventListener(scroll, function() { const header document.querySelector(.header); if (window.scrollY > 100) { header.style.background rgba(102, 126, 234, 0.95); } else { header.style.background linear-gradient(135deg, #667eea 0%, #764ba2 100%); } }); /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
]