Help
RSS
API
Feed
Maltego
Contact
Domain > mystudenthealthhub.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-19
3.170.73.84
(
ClassC
)
2025-12-10
3.163.24.16
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 10 Dec 2025 02:12:18 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://mystudenthealthhub.com/X-Cache: Redirect from cloudfrontVia: 1.1 eb6e5a827e45274130b33c12b0d48aaa.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: xfdgyIjCUvpYJZ7KJ5YxziAeupZPDveBZYBTyHJkEWCNqonBDlb38g 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: 12509Connection: keep-aliveDate: Tue, 09 Dec 2025 09:42:24 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: 7145309b46cc5fc72cd94f19462c569bLast-Modified: Thu, 04 Dec 2025 20:48:19 GMTX-Cache: Hit from cloudfrontVia: 1.1 49798ef4b8dd64fece36e067d09f69ec.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: A4qpwu8SLCO5I19OhRw7p9bZWYvj85UjYu494qXjF0qHjjmE-yAuKwAge: 59394 !DOCTYPE html>html langen>head> meta charsetUTF-8 /> title>MyStudentHealthHub/title> meta nameviewport contentwidthdevice-width, initial-scale1 /> !-- Favicon / app icon --> link relicon typeimage/png href/assets/mystudenthealthhub-logo.png> link relapple-touch-icon href/assets/mystudenthealthhub-logo.png> !-- Web manifest for branding --> link relmanifest href/manifest.json> !-- Structured Data for Google to show your logo in search results --> script typeapplication/ld+json> { @context: https://schema.org, @type: Organization, name: MyStudentHealthHub, url: https://www.mystudenthealthhub.com, logo: https://www.mystudenthealthhub.com/assets/mystudenthealthhub-logo.png, sameAs: } /script> style> :root { /* Palette */ --primary: #145c4a; /* deep green */ --primary-dark: #0f4537; --primary-light: #f59e0b; /* warm gold */ --accent-yellow: #f4c571; /* strong yellow (now header bar) */ --bg: #fdf7ee; /* light page background */ --hero-bg: #f7ebd7; /* soft cream hero band */ --text: #1f2933; --card-border: #e6ddcf; } * { box-sizing: border-box; } body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif; background-color: var(--bg); color: var(--text); } /* --- HEADER --- */ .site-header-wrapper { background-color: var(--accent-yellow); /* yellow on top bar */ border-bottom: none; } .site-header { max-width: 960px; margin: 0 auto; padding: 1.1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; } .brand { display: flex; align-items: center; gap: 0.65rem; } .brand-logo { height: 74px; width: auto; border-radius: 24px; } .brand-name { font-weight: 700; font-size: 1.25rem; color: var(--primary); } .site-nav { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; font-size: 0.95rem; } .site-nav a { text-decoration: none; color: #4b3720; } .site-nav a.active { font-weight: 700; color: var(--primary-dark); } /* --- MAIN LAYOUT --- */ main { max-width: 960px; margin: 0 auto; padding: 0 1.5rem 2.4rem; } /* HERO SHELL (full-width curved band, now soft cream) */ .hero-shell { background: var(--hero-bg); border-bottom-left-radius: 50% 22%; border-bottom-right-radius: 50% 22%; margin: 0 -999px 2.4rem; padding: 2.6rem 999px 4rem; } .hero { max-width: 960px; margin: 0 auto; text-align: center; } .hero-inner { max-width: 640px; margin: 0 auto; } .hero-title { font-family: Georgia, Times New Roman, serif; font-size: clamp(2.4rem, 3.4vw, 3rem); line-height: 1.15; margin: 0 0 0.9rem; color: var(--primary-dark); } .hero-subtitle { font-size: 1rem; color: #374151; margin: 0 0 1.8rem; } .badge { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.3rem 0.95rem; border-radius: 999px; background-color: #f5a623; color: #3b2712; font-size: 0.78rem; font-weight: 600; margin-bottom: 1.1rem; } .cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem; padding: 0.75rem 1.7rem; border-radius: 999px; border: 2px solid transparent; text-decoration: none; font-weight: 600; cursor: pointer; font-size: 0.95rem; white-space: nowrap; } .btn-primary { background-color: var(--primary); border-color: var(--primary-dark); color: #ffffff; box-shadow: 0 14px 28px rgba(20, 92, 74, 0.35); } /* Make Learn More green like Parent Upload */ .btn-outline { background-color: var(--primary); border-color: var(--primary-dark); color: #ffffff; box-shadow: 0 14px 28px rgba(20, 92, 74, 0.25); } /* FEATURE SECTION */ .feature-section { margin-top: 1.7rem; } .feature-heading { text-align: center; font-family: Georgia, Times New Roman, serif; font-size: 1.4rem; /* increased size */ font-weight: 600; margin-bottom: 1.6rem; color: var(--primary-dark); } .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.2rem; } .feature-card { background-color: #ffffff; border-radius: 1.2rem; padding: 1.3rem 1.4rem; border: 1px solid var(--card-border); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.45rem; } /* Icons now green with white glyphs */ .feature-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background-color: var(--primary); color: #ffffff; font-size: 1.3rem; margin-bottom: 0.35rem; } .feature-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.1rem; } .feature-text { font-size: 0.86rem; color: #4b5563; line-height: 1.45; } /* ADMIN CARD */ ul.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; } ul.feature-list li { font-size: 0.9rem; display: flex; gap: 0.4rem; align-items: flex-start; color: #374151; } ul.feature-list span.icon { font-size: 0.95rem; margin-top: 0.1rem; } #for-schools .card { background-color: #fffaf3; border-radius: 1.4rem; border: 2px solid var(--primary-dark); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08); max-width: 720px; margin: 2.3rem auto 0; } #for-schools .card-title { font-family: Georgia, Times New Roman, serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 0.4rem; color: var(--primary-dark); } #for-schools .card-sub { font-size: 0.9rem; color: #4b5563; margin-bottom: 0.9rem; } .card { background-color: #ffffff; border-radius: 1rem; padding: 1.5rem; border: 1px solid var(--card-border); } .card-sub { font-size: 0.85rem; color: #6b7280; margin-bottom: 0.85rem; } .footer { max-width: 960px; margin: 0 auto; padding: 0.9rem 1.5rem 1.4rem; font-size: 0.8rem; color: #6b7280; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; } @media (max-width: 768px) { .site-header { flex-direction: column; align-items: flex-start; } .site-nav { gap: 0.9rem; } .hero-shell { border-bottom-left-radius: 45% 18%; border-bottom-right-radius: 45% 18%; padding-bottom: 3rem; } } /style>/head>body> !-- HEADER BAR --> div classsite-header-wrapper> header classsite-header> div classbrand> img src/assets/mystudenthealthhub-logo.png altMyStudentHealthHub Logo classbrand-logo /> span classbrand-name>MyStudentHealthHub/span> /div> nav classsite-nav> a hrefindex.html classactive>Home/a> a hrefParent.html?schoolprca>Parent Upload Portal/a> a hrefadmindash.html>Admin login/a> /nav> /header> /div> !-- HERO with curved band --> section classhero-shell> div classhero> div classhero-inner> div classbadge> span>π΅ Arizona-built/span> span>β’/span> span>For Kβ12 schools/span> /div> h1 classhero-title> Streamlining Student Health Management for Schools. /h1> p classhero-subtitle> A simple, secure upload portal for student health forms and emergency contacts. /p> div classcta-row> a hrefParent.html?schoolprca classbtn btn-primary> Parent Upload Portal /a> a hrefLearn.html classbtn btn-outline> Learn More /a> /div> /div> /div> /section> main> !-- KEY FEATURES ICON ROW --> section classfeature-section aria-labelKey features> div classfeature-heading> What families and schools can do with MyStudentHealthHub /div> div classfeature-grid> div classfeature-card> div classfeature-icon>π/div> div classfeature-title>Document Upload/div> div classfeature-text> Parents securely upload immunization records, physicals, and other health forms in minutes. /div> /div> div classfeature-card> div classfeature-icon>π/div> div classfeature-title>Online Forms/div> div classfeature-text> Complete required school and state health forms digitallyβno printing or paper packets. /div> /div> div classfeature-card> div classfeature-icon>π¨βπ©βπ§βπ¦/div> div classfeature-title>Emergency Contacts/div> div classfeature-text> Collect and update primary and secondary contacts with phone, email, and relationship fields. /div> /div> div classfeature-card> div classfeature-icon>π«/div> div classfeature-title>School-Branded Portals/div> div classfeature-text> Each school gets a clean, branded upload experience that matches their campus name and identity. /div> /div> /div> /section> !-- FOR SCHOOLS / ADMINS --> section idfor-schools> div classcard> div classcard-title>For school nurses & administrators/div> div classcard-sub> MyStudentHealthHub is designed to sit alongside your existing SIS and Blackbaud Education Management. /div> ul classfeature-list> li> span classicon>π₯/span> span>Central inbox for all student medical uploads in one secure dashboard./span> /li> li> span classicon>π«/span> span>Multi-school ready β each school can have its own upload link and branding./span> /li> li> span classicon>βοΈ/span> span>Secure, cloud-based infrastructure focused on protecting student health records./span> /li> /ul> p stylemargin-top: 1rem; font-size: 0.9rem;> Interested in using MyStudentHealthHub at your school? Email a hrefmailto:mystudenthealthhub@gmail.com>mystudenthealthhub@gmail.com/a> to learn more. /p> /div> /section> /main> footer classfooter> span>Β© span idyear>/span> MyStudentHealthHub/span> span>Built in Arizona π΅/span> /footer> script> // Footer year document.getElementById(year).textContent new Date().getFullYear(); /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
]