Help
RSS
API
Feed
Maltego
Contact
Domain > www.keystonehealth.site
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-20
93.127.179.27
(
ClassC
)
2025-11-11
147.79.120.33
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Tue, 11 Nov 2025 22:46:08 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://www.keystonehealth.site/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 145ffa2da60f94ed3a639c0ca2e8bbfa-phx-edge7x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.130 !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: Tue, 11 Nov 2025 22:46:09 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Mon, 23 Jun 2025 11:29:46 GMTEtag: W/8fa1-68593aaa-9d0f0839cbff3b09;gzplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: b95713e85a43b1df1c29eee1aa9eac1f-phx-edge8x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.235 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Keystone Health Solutions | Pharmacogenomic Testing for Personalized Medicine/title> style> /* Global Styles - Updated Color Theme */ :root { --primary: #5e35b1; /* Deep purple primary color */ --secondary: #6c757d; --dark: #263238; /* Dark blue-grey for text */ --light: #f8f9fa; --success: #43a047; /* Green for success messages */ --accent: #ff7043; /* Orange accent color */ } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { line-height: 1.6; color: var(--dark); background-color: #fff; } a { text-decoration: none; color: var(--primary); } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .btn { display: inline-block; background: var(--primary); color: white; padding: 12px 24px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; font-weight: 600; } .btn:hover { background: #4527a0; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(94, 53, 177, 0.2); } /* Header Styles */ header { background-color: white; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); position: fixed; width: 100%; top: 0; z-index: 1000; } nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; } .logo { font-size: 24px; font-weight: 700; color: var(--primary); display: flex; align-items: center; } .logo-icon { margin-right: 10px; color: var(--accent); } .nav-links { display: flex; list-style: none; } .nav-links li { margin-left: 30px; } .nav-links a { color: var(--dark); font-weight: 600; transition: color 0.3s ease; font-size: 15px; } .nav-links a:hover { color: var(--primary); } /* Hero Section */ .hero { background: linear-gradient(rgba(38, 50, 56, 0.8), rgba(38, 50, 56, 0.8)), url(https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlibrb-4.0.3&autoformat&fitcrop&w1350&q80); background-size: cover; background-position: center; height: 80vh; display: flex; align-items: center; text-align: center; color: white; margin-top: 70px; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h1 { font-size: 48px; margin-bottom: 20px; line-height: 1.2; } .hero p { font-size: 20px; margin-bottom: 30px; opacity: 0.9; } /* Sections */ section { padding: 100px 0; } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 36px; color: var(--primary); margin-bottom: 15px; position: relative; display: inline-block; } .section-title h2::after { content: ; position: absolute; width: 60px; height: 4px; background: var(--accent); bottom: -10px; left: 50%; transform: translateX(-50%); border-radius: 2px; } .section-title p { color: var(--secondary); max-width: 700px; margin: 0 auto; font-size: 18px; } /* About Section */ .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-text h3 { color: var(--primary); margin-bottom: 20px; font-size: 24px; } .about-image { flex: 1; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); } .about-image img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; } .about-image:hover img { transform: scale(1.03); } /* Services Section */ .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .service-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; border: 1px solid #eee; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); } .service-image { height: 220px; overflow: hidden; } .service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .service-card:hover .service-image img { transform: scale(1.1); } .service-content { padding: 25px; } .service-content h3 { margin-bottom: 15px; color: var(--primary); font-size: 20px; } .service-content p { color: var(--secondary); margin-bottom: 20px; } /* Form Styles */ .form-container { max-width: 600px; margin: 0 auto; padding: 40px; background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); } .form-header { text-align: center; margin-bottom: 30px; } .form-title { color: var(--primary); margin-bottom: 10px; font-size: 28px; } .form-description { color: var(--secondary); font-size: 16px; } .form-card { background: #f9fafc; padding: 30px; border-radius: 10px; border: 1px solid #eaeef5; } .form-group { margin-bottom: 25px; } .form-label { display: block; margin-bottom: 10px; font-weight: 600; color: var(--dark); } .form-input, .form-textarea { width: 100%; padding: 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; transition: all 0.3s ease; } .form-input:focus, .form-textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(94, 53, 177, 0.1); outline: none; } .form-textarea { resize: vertical; min-height: 120px; } .checkbox-group { display: flex; align-items: flex-start; margin-bottom: 15px; } .checkbox { margin-right: 12px; margin-top: 4px; accent-color: var(--primary); } .checkbox-label { font-size: 14px; color: var(--secondary); line-height: 1.5; } .checkbox-label a { color: var(--primary); text-decoration: underline; font-weight: 500; } .btn-block { display: block; width: 100%; padding: 14px; font-size: 16px; } /* Success Message */ .success-message { display: none; text-align: center; padding: 40px; background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); } .success-card { max-width: 400px; margin: 0 auto; } .icon-success { color: var(--success); margin-bottom: 25px; } .success-title { color: var(--success); margin-bottom: 15px; font-size: 28px; } .success-description { margin-bottom: 25px; color: var(--secondary); font-size: 16px; } .hidden { display: none; } /* Footer */ footer { background-color: var(--dark); color: white; padding: 70px 0 30px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; margin-bottom: 50px; } .footer-column h3 { color: white; margin-bottom: 25px; font-size: 18px; position: relative; padding-bottom: 10px; } .footer-column h3::after { content: ; position: absolute; width: 40px; height: 3px; background: var(--accent); bottom: 0; left: 0; border-radius: 2px; } .footer-column ul { list-style: none; } .footer-column ul li { margin-bottom: 12px; } .footer-column ul li a { color: #adb5bd; transition: color 0.3s ease; } .footer-column ul li a:hover { color: white; } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #adb5bd; font-size: 14px; } /* Policy Pages */ .policy-container { max-width: 800px; margin: 0 auto; padding: 50px; background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); } .policy-content h1 { color: var(--primary); margin-bottom: 30px; text-align: center; } .policy-content h2 { color: var(--primary); margin: 40px 0 20px; font-size: 24px; } .policy-content h3 { margin: 25px 0 15px; font-size: 20px; color: var(--dark); } .policy-content p { margin-bottom: 20px; line-height: 1.7; } .policy-content ul { margin-bottom: 20px; padding-left: 25px; } .policy-content ul li { margin-bottom: 10px; line-height: 1.6; } /* Responsive */ @media (max-width: 992px) { .hero h1 { font-size: 40px; } .hero p { font-size: 18px; } .about-content { flex-direction: column; } .about-image { margin-top: 40px; } } @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 36px; } section { padding: 70px 0; } .form-container { padding: 30px 20px; } .policy-container { padding: 30px 20px; } } /style>/head>body> !-- Header --> header> div classcontainer> nav> div classlogo> span classlogo-icon>🧬/span> Keystone Health Solutions /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> li>a href#privacy-policy>Privacy/a>/li> li>a href#terms>Terms/a>/li> /ul> /nav> /div> /header> !-- Hero Section --> section idhome classhero> div classcontainer> div classhero-content> h1>Precision Pharmacogenomic Testing for Personalized Medicine/h1> p>Optimize medication response and minimize adverse effects with our advanced genetic testing solutions./p> a href#contact classbtn>Schedule Your Test/a> /div> /div> /section> !-- About Section --> section idabout classabout> div classcontainer> div classsection-title> h2>About Keystone Health Solutions/h2> p>We are a leading pharmacogenomic testing provider dedicated to personalized medication management through genetic insights./p> /div> div classabout-content> div classabout-text> h3>Personalized Medicine Through Genetic Testing/h3> p>Founded in Aurora with a commitment to advancing precision medicine, Keystone Health Solutions combines cutting-edge pharmacogenomic testing with clinical expertise. Our CLIA-certified laboratory serves healthcare providers and patients throughout Colorado and nationwide./p> p>Our team of pharmacogenomic specialists, molecular biologists, and certified laboratory professionals work together to deliver accurate, clinically actionable results. Weve invested in state-of-the-art genomic analysis platforms to provide comprehensive medication response testing./p> p>At Keystone Health Solutions, we believe medication management should be both scientifically precise and personally relevant. Thats why we pair our technical excellence with clear reporting and clinical support, helping healthcare providers make informed prescribing decisions./p> /div> div classabout-image> img srchttps://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlibrb-4.0.3&autoformat&fitcrop&w1350&q80 altKeystone Health Solutions laboratory> /div> /div> /div> /section> !-- Services Section --> section idservices classservices> div classcontainer> div classsection-title> h2>Our Pharmacogenomic Testing Services/h2> p>Comprehensive genetic analysis for medication response prediction and optimization./p> /div> div classservices-grid> div classservice-card> div classservice-image> img srchttps://images.unsplash.com/photo-1587854692152-cbe660dbde88?ixlibrb-4.0.3&autoformat&fitcrop&w1350&q80 altComprehensive Medication Panel> /div> div classservice-content> h3>Comprehensive Medication Panel/h3> p>Testing for genetic variants affecting response to 200+ commonly prescribed medications across multiple therapeutic categories./p> /div> /div> div classservice-card> div classservice-image> img srchttps://images.unsplash.com/photo-1584308666744-24d5c474f2ae?ixlibrb-4.0.3&autoformat&fitcrop&w1350&q80 altPsychiatric Medication Panel> /div> div classservice-content> h3>Psychiatric Medication Panel/h3> p>Specialized testing for antidepressants, antipsychotics, and mood stabilizers to optimize mental health treatment./p> /div> /div> div classservice-card> div classservice-image> img srchttps://images.unsplash.com/photo-1631815588090-d4bfec5b1ccb?ixlibrb-4.0.3&autoformat&fitcrop&w1350&q80 altCardiovascular Medication Panel> /div> div classservice-content> h3>Cardiovascular Medication Panel/h3> p>Genetic analysis for blood thinners, statins, and other cardiovascular drugs to enhance treatment efficacy and safety./p> /div> /div> /div> /div> /section> !-- Contact Section --> section idcontact classcontact> div classcontainer> div classsection-title> h2>Contact Our Pharmacogenomic Testing Center/h2> p>Schedule your genetic testing or speak with our clinical specialists./p> /div> div classform-container> div classform-header> h2 classform-title>Request Pharmacogenomic Testing/h2> p classform-description>Complete this form and our team will contact you within 24 hours/p> /div> div classform-card> form idcontactForm classcontact-form> div classform-group> label forname classform-label>Name */label> input idname typetext classform-input placeholderEnter your full name required /> /div> div classform-group> label foremail classform-label>Email */label> input idemail typeemail classform-input placeholderEnter your email address required /> /div> div classform-group> label forphone classform-label>Phone */label> input idphone typetel classform-input placeholderEnter your phone number required /> /div> div classform-group> label formessage classform-label>Message (Optional)/label> textarea idmessage classform-textarea placeholderTell us about your testing needs... rows4 >/textarea> /div> div classform-group> div classcheckbox-group> input typecheckbox idsmsConsent classcheckbox /> label forsmsConsent classcheckbox-label> strong>Promotional SMS Messages/strong>br> Receive special offers and marketing messages via text. Reply HELP for help, STOP to opt out. /label> /div> /div> div classform-group> div classcheckbox-group> input typecheckbox idphoneConsent classcheckbox /> label forphoneConsent classcheckbox-label> strong>Phone Call Notifications/strong>br> Receive important test result notifications and appointment reminders via phone call. /label> /div> /div> div classform-group> div classcheckbox-group> input typecheckbox idtermsConsent classcheckbox required /> label fortermsConsent classcheckbox-label> I agree to the a href#terms>Terms of Service/a> and a href#privacy-policy>Privacy Policy/a>, including the communication methods selected above. /label> /div> /div> button typesubmit classbtn btn-primary btn-block>Submit Request/button> /form> /div> /div> !-- Success Message (Hidden by default) --> div idsuccessMessage classsuccess-message hidden> div classsuccess-card> svg xmlnshttp://www.w3.org/2000/svg width64 height64 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround classicon-success> path dM22 11.08V12a10 10 0 1 1-5.93-9.14>/path> polyline points22 4 12 14.01 9 11.01>/polyline> /svg> h2 classsuccess-title>Thank You for Your Request!/h2> p classsuccess-description>Weve received your pharmacogenomic testing inquiry. A member of our team will contact you within 24 hours to discuss your testing options and schedule any necessary consultations with our clinical specialists./p> button classbtn btn-primary onclickhideSuccessMessage()>Submit Another Request/button> /div> /div> /div> /section> !-- Privacy Policy Section --> section idprivacy-policy classpolicy> div classcontainer> div classpolicy-container> div classpolicy-content> h1>Privacy Policy/h1> h2>Mobile Number Collection and Opt-In:/h2> p>Upon collecting mobile numbers on our website for any purpose, be it marketing or communication, Keystone Health Solutions pledges to guarantee that you are fully informed regarding the intended use of your mobile number and that you are afforded the opportunity to explicitly consent to such usage (opt-in)./p> h2>Explicit Consent:/h2> p>By submitting your mobile number on our website, you hereby consent to the use of this information for the purposes outlined herein. This consent encompasses, but is not limited to, the dissemination of promotional messages, notifications, and other forms of communication to you./p> h2>Opt-In Mechanism:/h2> p>Keystone Health Solutions has instituted an opt-in mechanism designed to guarantee that you are afforded the opportunity to consent to receiving messages or calls from us. This could encompass a checkbox, a confirmation button, or any other affirmative action that denotes your agreement./p> h2>Revoking Consent:/h2> p>You are entitled to withdraw your consent for the utilization of your mobile number at any moment. Guidelines for revoking consent or opting out will be furnished through our communications or accessible on our website. We prioritize the privacy and preferences of our users, and are dedicated to adhering to all relevant laws and regulations concerning the collection and utilization of mobile numbers. Should you have any inquiries or concerns regarding the utilization of your mobile number, we encourage you to reach out to us via the contact information provided in this Privacy Policy./p> h2>Data Sharing and Disclosure:/h2> p>At Keystone Health Solutions, we take your privacy seriously, and we are committed to protecting your personal information. This Privacy Policy is designed to provide transparency about how we handle your data, including any sharing or disclosure practices./p> h2>Third-Party Service Providers:/h2> p>We prioritize the privacy and preferences of our users with utmost seriousness and are dedicated to adhering to all relevant legal requirements. In order to support various facets of our business operations, we may collaborate with third-party service providers. These providers will have access to your personal information, necessary only to fulfill their designated tasks. They are bound by contractual agreements to ensure the confidentiality and security of your data./p> h2>Legal Requirements:/h2> p>We may disclose your personal information if required to do so by law or in response to a valid legal request, such as a subpoena or court order./p> h2>Business Transfers:/h2> p>Should Keystone Health Solutions experience a merger, acquisition, or sale of assets, your personal information could be transferred or disclosed as a result of these transactions. Nonetheless, we will persist in safeguarding the confidentiality of your personal information and will inform you of any modifications to our Privacy Policy that impact your data rights./p> h2>Your Consent:/h2> p>We will not share or sell your personal information with third parties for marketing purposes without your explicit consent. If we ever intend to do so, we will obtain your consent and provide you with the option to opt out. No mobile information will be shared with third parties/affiliates for marketing/promotional purposes. All other categories exclude text messaging originator opt-in data and consent; this information will not be shared with any third parties./p> h2>Affiliates:/h2> p>We do not currently share your personal information with any affiliates. If this practice changes in the future, we will update this Privacy Policy accordingly and provide you with the option to opt out./p> p>Please be assured that we take appropriate measures to safeguard your personal information and only share it as necessary to fulfill our legitimate business purposes or as required by law. Your privacy is of utmost importance to us, and we are committed to maintaining the trust you place in us./p> /div> /div> /div> /section> !-- Terms of Service Section --> section idterms classpolicy> div classcontainer> div classpolicy-container> div classpolicy-content> h1>Terms of Service/h1> h2>Welcome to Keystone Health Solutions./h2> p>By opting in to our messaging services, you agree to the following terms of services:/p> h2>Service Overview/h2> p>Keystone Health Solutions provides pharmacogenomic testing services to patients and healthcare providers, offering DNA analysis that predicts medication response. By opting in, you consent to receive communications related to test ordering, result notifications, and service updates./p> h2>Message Frequency/h2> p>You may receive multiple messages per month. These messages will include details on test availability, result notifications, and relevant information regarding our pharmacogenomic testing services./p> h2>Opt-In and Opt-Out:/h2> ul> li>By submitting your phone number via our website, you opt-in to receive messages from Keystone Health Solutions./li> li>To opt-out at any time, reply STOP to any message you receive from us. After opting out, you will no longer receive SMS communications, except for confirmation of your opt-out request./li> /ul> h2>Data Privacy and Security:/h2> p>We are committed to maintaining the privacy of your information. All personal data collected, including your phone number and health information, is protected under HIPAA guidelines and will not be shared with third parties without your consent./p> h2>Cost of Messages:/h2> p>Standard message and data rates may apply based on your mobile carrier plan. Keystone Health Solutions is not responsible for any charges you incur from your carrier for receiving text messages from us./p> h2>No Medical Advice:/h2> p>The messages you receive from Keystone Health Solutions are for informational purposes only and do not constitute medical advice. For any medical concerns, please consult a healthcare professional./p> h2>Changes to Terms:/h2> p>We reserve the right to modify these terms at any time. Continued use of our messaging services constitutes your acceptance of any such changes./p> h2>Contact Us:/h2> p>If you have any questions or require further assistance, please contact us at info@keystonehealth.site or call (888) 534-8854./p> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classfooter-content> div classfooter-column> h3>Keystone Health Solutions/h3> p>Specializing in advanced pharmacogenomic testing for personalized medication management to optimize treatment outcomes./p> /div> div classfooter-column> h3>Quick Links/h3> ul> li>a href#home>Home/a>/li> li>a href#about>About Us/a>/li> li>a href#services>Services/a>/li> li>a href#contact>Contact/a>/li> /ul> /div> div classfooter-column> h3>Legal/h3> ul> li>a href#privacy-policy>Privacy Policy/a>/li> li>a href#terms>Terms of Service/a>/li> /ul> /div> div classfooter-column> h3>Contact/h3> ul> li>11111 E Mississippi Ave #112, Aurora, CO 80012, USA/li> li>(888) 534-8854/li> li>info@keystonehealth.site/li> /ul> /div> /div> div classcopyright> p>© 2023 Keystone Health Solutions. All rights reserved. /p> /div> /div> /footer> script> // Form submission handling document.getElementById(contactForm).addEventListener(submit, function(e) { e.preventDefault(); // Hide form and show success message document.getElementById(contactForm).style.display none; document.getElementById(successMessage).classList.remove(hidden); // Scroll to success message document.getElementById(successMessage).scrollIntoView({ behavior: smooth }); // Reset form after submission (optional) setTimeout(function() { document.getElementById(contactForm).reset(); document.getElementById(contactForm).style.display block; document.getElementById(successMessage).classList.add(hidden); }, 10000); // Reset after 10 seconds }); function hideSuccessMessage() { // Show form and hide success message document.getElementById(contactForm).style.display block; document.getElementById(successMessage).classList.add(hidden); // Scroll to form document.getElementById(contactForm).scrollIntoView({ behavior: smooth }); } // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const targetId this.getAttribute(href); if(targetId #) return; const targetElement document.querySelector(targetId); if(targetElement) { // Hide success message if visible document.getElementById(successMessage).classList.add(hidden); document.getElementById(contactForm).style.display block; targetElement.scrollIntoView({ behavior: smooth }); // Update URL without page jump if(targetId ! #home) { history.pushState(null, null, targetId); } else { history.pushState(null, null, ); } } }); }); // Handle browser back/forward buttons window.addEventListener(popstate, function() { const hash window.location.hash; if(hash) { const targetElement document.querySelector(hash); if(targetElement) { targetElement.scrollIntoView({ behavior: smooth }); } } else { window.scrollTo({ top: 0, behavior: smooth }); } }); /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
]