Help
RSS
API
Feed
Maltego
Contact
Domain > bright7quest.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-11
172.67.164.211
(
ClassC
)
2025-12-10
104.21.10.240
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Wed, 10 Dec 2025 00:01:06 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://bright7quest.com/cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?swEZtoTIwelAnmi6wUQuaDBZ5JSefcLZKRv7jE7uY33y8UPOvADR1paoxP%2B9Nma19iVNh6kmEMVzRtmSl9X%2BVu%2BX%2BuL5jd%2BZ%2B3xn499Wy}}CF-RAY: 9ab87740fba3148b-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 10 Dec 2025 00:01:07 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Mon, 11 Nov 2024 12:21:00 GMTvary: Accept-Encodingx-frame-options: SAMEORIGINx-xss-protection: 1; modeblockx-content-type-options: nosniffNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sOfqPsZpyGAzaxAJWVCueqFjtAZVCi%2BTjCPtmlOwu9aWw5r%2BZKvlFUWrRYwbGE7dic8Gb74N46hS7XCWIiJKG9kNHV8qI5O9zvtCeUNMyhh8%3D}}cf-cache-status: DYNAMICCF-RAY: 9ab87742fb30fc1e-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head>meta charsetutf-8/>meta contentwidthdevice-width, initial-scale1.0 nameviewport/>meta contentBright7Quest: Your journey to the perfect flight begins here. Discover and book your dream trip with ease. namedescription/>meta contentflights, travel, Bright7Quest, journey, dream trip, booking namekeywords/>title>Bright7Quest - A journey to a dream: Choosing the perfect flight for your trip/title>link crossoriginanonymous hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css integritysha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN relstylesheet/>link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css relstylesheet/>link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@600;700&familyOpen+Sans:wght@400;600&displayswap relstylesheet/>style> :root { --primary-light: #87CEEB; --primary-medium: #4682B4; --secondary: #F0F8FF; --accent: #000080; --highlight: #FFA500; } body { font-family: Open Sans, sans-serif; font-size: 16px; line-height: 1.5; color: var(--accent); background: linear-gradient(to bottom, var(--primary-light), var(--primary-medium)); } h1, h2, h3, h4, h5, h6 { font-family: Montserrat, sans-serif; font-weight: 700; line-height: 1.2; letter-spacing: 0.5px; } h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } .navbar { font-family: Open Sans, sans-serif; font-weight: 600; font-size: 14px; } .btn-primary { background-color: var(--highlight); border-color: var(--highlight); color: var(--accent); border-radius: 6px; transition: all 0.3s ease; } .btn-primary:hover { transform: scale(1.05); } .card { border-radius: 6px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { body { font-size: 14px; } h1 { font-size: 28px; } h2 { font-size: 24px; } h3 { font-size: 20px; } }/style>script> document.addEventListener(DOMContentLoaded, function() { // Smooth scroll for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); }); }); // Add parallax effect to hero image window.addEventListener(scroll, function() { const parallax document.querySelector(.parallax-bg); if (parallax) { let scrollPosition window.pageYOffset; parallax.style.transform translateY( + scrollPosition * 0.5 + px); } }); });/script>div classposition-fixed bottom-0 start-0 end-0 p-3 bg-primary text-white idcookie-consent stylez-index: 1050; display: none;>div classcontainer>div classrow align-items-center>div classcol-md-8>p classmb-0>We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies./p>/div>div classcol-md-4 text-md-end mt-2 mt-md-0>button classbtn btn-outline-light me-2 idaccept-cookies>Accept/button>button classbtn btn-outline-light iddecline-cookies>Decline/button>/div>/div>/div>/div>script>document.addEventListener(DOMContentLoaded, function() { const cookieConsent document.getElementById(cookie-consent); const acceptBtn document.getElementById(accept-cookies); const declineBtn document.getElementById(decline-cookies); function setCookie(name, value, days) { let expires ; if (days) { const date new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires ; expires + date.toUTCString(); } document.cookie name + + (value || ) + expires + ; path/; } function getCookie(name) { const nameEQ name + ; const ca document.cookie.split(;); for(let i 0; i ca.length; i++) { let c cai; while (c.charAt(0) ) c c.substring(1, c.length); if (c.indexOf(nameEQ) 0) return c.substring(nameEQ.length, c.length); } return null; } function showCookieConsent() { if (!localStorage.getItem(cookieConsentShown)) { cookieConsent.style.display block; } } function hideCookieConsent() { cookieConsent.style.display none; localStorage.setItem(cookieConsentShown, true); } acceptBtn.addEventListener(click, function() { setCookie(cookieConsent, accepted, 365); hideCookieConsent(); }); declineBtn.addEventListener(click, function() { setCookie(cookieConsent, declined, 365); hideCookieConsent(); }); showCookieConsent();});/script>/head>body styledisplay: flex; flex-direction: column; min-height: 100vh;>div styleflex: 1;>header>header classbg-gradient-primary py-3>div classcontainer>nav classnavbar navbar-expand-lg navbar-light>a classnavbar-brand href/ stylefont-family: Montserrat, sans-serif; font-weight: bold; font-size: 28px; color: #000080;> Bright7Quest /a>button aria-controlsnavbarNav aria-expandedfalse aria-labelToggle navigation classnavbar-toggler data-bs-target#navbarNav data-bs-togglecollapse typebutton>span classnavbar-toggler-icon>/span>/button>div classcollapse navbar-collapse justify-content-center idnavbarNav>ul classnavbar-nav>li classnav-item>a classnav-link hrefposts.html stylefont-family: Open Sans, sans-serif; font-weight: 600; font-size: 14px; color: #000080;>Posts/a>/li>li classnav-item>a classnav-link hrefabout.html stylefont-family: Open Sans, sans-serif; font-weight: 600; font-size: 14px; color: #000080;>About/a>/li>li classnav-item>a classnav-link hrefcontacts.html stylefont-family: Open Sans, sans-serif; font-weight: 600; font-size: 14px; color: #000080;>Contacts/a>/li>li classnav-item>a classnav-link hrefprivacy_policy.html stylefont-family: Open Sans, sans-serif; font-weight: 600; font-size: 14px; color: #000080;>Privacy Policy/a>/li>/ul>/div>/nav>/div>/header>style> .bg-gradient-primary { background: linear-gradient(to right, #87CEEB, #4682B4); } .navbar-light .navbar-nav .nav-link:hover { color: #FFA500; text-decoration: underline; transition: all 0.3s ease; } @media (max-width: 991px) { .navbar-collapse { background-color: #F0F8FF; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } }/style>script> document.addEventListener(DOMContentLoaded, function() { var navLinks document.querySelectorAll(.nav-link); navLinks.forEach(function(link) { link.addEventListener(mouseover, function() { this.style.transform scale(1.05); }); link.addEventListener(mouseout, function() { this.style.transform scale(1); }); }); var navbarToggler document.querySelector(.navbar-toggler); var navbarCollapse document.querySelector(.navbar-collapse); navbarToggler.addEventListener(click, function() { navbarCollapse.classList.toggle(show); }); });/script>/header>div classcontainer-fluid py-5 stylebackground: linear-gradient(to bottom, #87CEEB, #4682B4);>div classcontainer>div classrow>div classcol-lg-8 mx-auto text-center>h1 classdisplay-4 mb-4 stylefont-family: Montserrat, sans-serif; font-weight: bold; color: #F0F8FF;>Welcome to Bright7Quest/h1>p classlead mb-4 stylefont-family: Open Sans, sans-serif; color: #F0F8FF;>Embark on a journey to your dream destination with the perfect flight./p>/div>/div>/div>/div>div classcontainer my-5>div classrow>div classcol-lg-6>h2 classmb-4 stylefont-family: Montserrat, sans-serif; font-weight: 600; color: #000080;>Your Gateway to Adventure/h2>p stylefont-family: Open Sans, sans-serif; color: #000080; line-height: 1.5;>At Bright7Quest, we understand that choosing the right flight is the first step towards an unforgettable travel experience. Our mission is to guide you through the process of finding and booking the perfect flight for your journey, ensuring that your adventure begins the moment you step on board./p>p stylefont-family: Open Sans, sans-serif; color: #000080; line-height: 1.5;>Whether youre planning a relaxing beach getaway, an exciting city exploration, or a business trip, were here to make your flight selection process smooth and enjoyable./p>/div>div classcol-lg-6>img altA collage of travel destinations featuring a sandy beach, a bustling city skyline, and a serene mountain landscape, symbolizing the diverse travel options available through Bright7Quest classimg-fluid rounded shadow-sm srcimages/image_0_index.png/>/div>/div>div classrow mt-5>div classcol-md-4 mb-4>div classcard h-100 shadow-sm>div classcard-body>h3 classcard-title stylefont-family: Montserrat, sans-serif; font-weight: 600; color: #000080;>Extensive Flight Options/h3>p classcard-text stylefont-family: Open Sans, sans-serif; color: #000080;>Access a wide range of flights from top airlines, ensuring you find the perfect match for your travel needs and preferences./p>/div>/div>/div>div classcol-md-4 mb-4>div classcard h-100 shadow-sm>div classcard-body>h3 classcard-title stylefont-family: Montserrat, sans-serif; font-weight: 600; color: #000080;>Expert Travel Insights/h3>p classcard-text stylefont-family: Open Sans, sans-serif; color: #000080;>Benefit from our travel expertise and insider tips to make informed decisions about your flight and overall trip planning./p>/div>/div>/div>div classcol-md-4 mb-4>div classcard h-100 shadow-sm>div classcard-body>h3 classcard-title stylefont-family: Montserrat, sans-serif; font-weight: 600; color: #000080;>Personalized Experience/h3>p classcard-text stylefont-family: Open Sans, sans-serif; color: #000080;>Enjoy a tailored flight search experience that takes into account your preferences, budget, and travel style./p>/div>/div>/div>/div>div classtext-center mt-5>a classbtn btn-lg href#latest-posts stylebackground-color: #FFA500; color: #F0F8FF; font-family: Open Sans, sans-serif; font-weight: 600;>Explore Our Latest Travel Insights/a>/div>/div>div classcontainer mt-5>h2 classmb-4 text-navy>Latest Posts/h2>div classrow>div classcol-md-4 mb-4>div classcard h-100 shadow-sm>img altCollage of budget airline logos and a plane taking off, representing affordable air travel options classcard-img-top srcimages/image_1_index.png/>div classcard-body d-flex flex-column>h5 classcard-title>Top 10 Budget Airlines for Savvy Travelers/h5>p classcard-text flex-grow-1>Discover the best low-cost carriers that offer great value without compromising on quality or safety./p>a classbtn btn-orange mt-auto hrefposts_1.html>Read More/a>/div>/div>/div>div classcol-md-4 mb-4>div classcard h-100 shadow-sm>img altScenic view of a lesser-known tropical beach with crystal clear water and lush vegetation, symbolizing hidden travel gems classcard-img-top srcimages/image_2_index.png/>div classcard-body d-flex flex-column>h5 classcard-title>How to Find Hidden Gem Destinations Using Flight Search Engines/h5>p classcard-text flex-grow-1>Learn tips and tricks to uncover lesser-known but amazing travel spots by creatively using flight search tools./p>a classbtn btn-orange mt-auto hrefposts_2.html>Read More/a>/div>/div>/div>div classcol-md-4 mb-4>div classcard h-100 shadow-sm>img altCollage of various airline loyalty cards, points, and a first-class cabin, representing the perks of airline loyalty programs classcard-img-top srcimages/image_3_index.png/>div classcard-body d-flex flex-column>h5 classcard-title>The Ultimate Guide to Airline Loyalty Programs/h5>p classcard-text flex-grow-1>Maximize your travel rewards and perks by understanding the ins and outs of various airline loyalty schemes./p>a classbtn btn-orange mt-auto hrefposts_3.html>Read More/a>/div>/div>/div>/div>/div>style> .card { transition: transform 0.3s ease-in-out; } .card:hover { transform: translateY(-5px); } .btn-orange { background-color: #FFA500; border-color: #FFA500; color: white; } .btn-orange:hover { background-color: #FF8C00; border-color: #FF8C00; color: white; } .text-navy { color: #000080; }/style>script>document.addEventListener(DOMContentLoaded, function() { const cards document.querySelectorAll(.card); cards.forEach(card > { card.addEventListener(mouseenter, function() { this.style.boxShadow 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }); card.addEventListener(mouseleave, function() { this.style.boxShadow 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }); });});/script>/div>footer stylewidth: 100%; z-index: 1000;>div classfooter bg-primary text-white py-4>div classcontainer>div classrow>div classcol-md-4 mb-3 mb-md-0>h5 classmb-3 font-weight-bold>Bright7Quest/h5>p classmb-0>Your journey to a dream starts here. Let us help you choose the perfect flight for your trip./p>/div>div classcol-md-4 mb-3 mb-md-0>h5 classmb-3 font-weight-bold>Quick Links/h5>ul classlist-unstyled>li>a classtext-white hrefposts.html>Latest Posts/a>/li>li>a classtext-white hrefabout.html>About Us/a>/li>li>a classtext-white hrefcontacts.html>Contact/a>/li>li>a classtext-white hrefprivacy_policy.html>Privacy Policy/a>/li>/ul>/div>div classcol-md-4>h5 classmb-3 font-weight-bold>Connect With Us/h5>div classd-flex>a classtext-white me-3 href#>i classfab fa-facebook-f>/i>/a>a classtext-white me-3 href#>i classfab fa-twitter>/i>/a>a classtext-white me-3 href#>i classfab fa-instagram>/i>/a>a classtext-white href#>i classfab fa-linkedin-in>/i>/a>/div>/div>/div>hr classmy-4 bg-white/>div classrow>div classcol-md-6 text-center text-md-start>p classmb-0>© 2024 Bright7Quest. All rights reserved./p>/div>div classcol-md-6 text-center text-md-end>p classmb-0>123 Sky High St, Cloud City, CC 12345 | +1 (555) 123-4567/p>/div>/div>/div>/div>style> .footer { background: linear-gradient(to bottom, #87CEEB, #4682B4); font-family: Open Sans, sans-serif; } .footer h5 { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 18px; } .footer a { transition: color 0.3s ease; } .footer a:hover { color: #FFA500 !important; } .footer .fab { font-size: 20px; }/style>/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
]