Help
RSS
API
Feed
Maltego
Contact
Domain > cherish.beauty
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-07
18.244.202.42
(
ClassC
)
2025-10-04
3.175.34.114
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 04 Oct 2025 07:33:57 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://cherish.beauty/X-Cache: Redirect from cloudfrontVia: 1.1 6eef5cc48e8050472c6d6d9862d365dc.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: DBD3sZLG36lCy6zhFop9b_6RqVVVDFYUEl2A1a8lfX6BRMixRJTbtQ 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: 23339Connection: keep-aliveDate: Sat, 04 Oct 2025 07:33:58 GMTLast-Modified: Sat, 30 Nov 2024 14:03:47 GMTETag: 17f1cd3fe605bebc02fd27b003a5a042Server: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 17220d5b0843b7d6f37da152096b8a14.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: PbbaOBRCNmPHLjjmDMm9FQ4ssw4gAtyrkSGQzSHKWNIxS-xqz37dQw !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Cherish Beauty/title> link hrefhttps://fonts.googleapis.com/css2?familyBaline+Script&familyPoppins:wght@300;400;600&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css> style> /* General Styling */ body { font-family: Poppins, sans-serif; margin: 0; padding: 0; background-color: #FFF4F2; color: #000000; } h1, h2, h3 { font-family: Poppins, sans-serif; color: #000000; } /* Navbar Styling */ nav { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 228, 225, 0.8); /* Transparent background */ padding: 1em 0; z-index: 1000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: flex; justify-content: center; /* Centered navbar items */ align-items: center; /* padding: 1em 2em; */ } nav a { color: #4A4A4A; text-decoration: none; font-size: 1.2em; padding: 1em; display: inline-block; } /* Hamburger Menu */ .hamburger { display: none; cursor: pointer; font-size: 1.8em; } /* Mobile Layout *//* Mobile Layout */@media screen and (max-width: 768px) { nav { display: flex; justify-content: space-between; /* Keeps the logo or other items aligned properly */ align-items: center; /* Vertically centers items, including the hamburger */ } .menu { display: none; flex-direction: column; position: absolute; top: 60px; left: 0; right: 0; background-color: rgba(255, 228, 225, 0.9); /* Slightly more opaque for mobile menu */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 1em 0; text-align: center; } .menu a { padding: 1em; border-bottom: 1px solid #ddd; } .hamburger { display: block; /* Ensure visibility on mobile */ font-size: 1.8em; /* Maintain the size */ cursor: pointer; margin: 0 auto; /* Center horizontally */ text-align: center; /* Align its content */ line-height: 1; /* Ensure no unnecessary spacing */ } .menu.active { display: flex; }} /* Welcome Section */ #welcome { height: 100vh; text-align: center; display: flex; justify-content: center; align-items: center; padding: 2em; background: #ffffff; flex-direction: column; /* Ensure logo is centered */ } .logo-image { width: auto; /* Default size for larger screens */ height: auto; /* Maintain aspect ratio */ object-fit: contain; } /* Mobile Layout (increase logo size for mobile) */ @media screen and (max-width: 768px) { #welcome { padding:0 ; /* Remove extra padding for mobile */ } .logo-image { width: 120%; /* Increase logo size for mobile */ height: auto; /* Ensure the aspect ratio is maintained */ } } /* About Section */ #about { padding: 4em 2em; text-align: center; color: #000000; background: #FBCCCC; } #about p { font-size: 1.0em; color: #555; margin: 1em 0 5em; /* Adjusted spacing */ max-width: 100%; margin: 0 auto; line-height: 32px; /* within paragraph */ margin-bottom: 30px; /* between paragraphs */ } .gallery-container { display: flex; justify-content: center; gap: 1em; overflow-x: auto; padding: 1em; } .gallery-container img { width: 150px; height: auto; border-radius: 8px; cursor: pointer; transition: transform 0.2s; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .gallery-container img:hover { transform: scale(1.05); } /* Modal Styling */ .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 2000; } .modal img { max-width: 90%; max-height: 80%; border-radius: 8px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .modal-close, .modal-prev, .modal-next { position: absolute; color: white; font-size: 2em; cursor: pointer; } .modal-close { top: 10px; right: 10px; } .modal-prev { left: 5%; top: 50%; transform: translateY(-50%); } .modal-next { right: 5%; top: 50%; transform: translateY(-50%); } /* Prices Section */ #prices { padding: 4em 2em; text-align: center; background: #ffffff; } table { width: 100%; margin: 2em auto; border-collapse: collapse; } table th, table td { padding: 1em; border: 1px solid #EEE; text-align: center; /* Default text alignment for table cells */ cursor: pointer; position: relative; transition: background 0.3s; } table td:first-child { text-align: left; /* Left justify the first column */ } table thcolspan3 { background-color: #D4A5A5; color: #FFF; font-size: 1.0em; text-align: center; /* Center align section headers */ padding: 0.5em 1em; } .hidden-info { display: none; background-color: #ffff; font-size: 1.0em; color: #555; } table tr:hover { background-color: #FBCCCC; } /* Contact Section */ #contact { padding: 4em 2em; text-align: center; background: #FBCCCC; } #contact .contact-details { font-size: 1.0em; margin-top: 1em; } #contact .contact-details a { color: #000000; text-decoration: none; } #contact .contact-details i { color: #D4A5A5; margin-right: 8px; } /* Testimonials Section */ #testimonials { padding: 4em 2em; text-align: center; background: #ffffff; position: relative; } .testimonial { font-size: 1.0em; color: #555; max-width: 600px; margin: 0 auto; opacity: 0; transition: opacity 0.5s ease-in-out; } .testimonial.active { opacity: 1; } .testimonial-controls { margin-top: 1em; } .testimonial-controls span { font-size: 1.5em; cursor: pointer; color: #D4A5A5; margin: 0 0.5em; } /* Footer Styling */ footer { padding: 1em; font-size: 0.9em; text-align: center; background: #FBCCCC; } /* Mobile Layout */ @media screen and (max-width: 768px) { .gallery-container { gap: 0.5em; overflow-x: scroll; } .gallery-container img { width: 120px; } } /style> script> document.addEventListener(DOMContentLoaded, function () { // Hamburger menu toggle const hamburger document.querySelector(.hamburger); const menu document.querySelector(.menu); const menuLinks document.querySelectorAll(.menu a); // Select all nav links hamburger.addEventListener(click, function () { menu.classList.toggle(active); }); // Close menu when a link is clicked menuLinks.forEach(link > { link.addEventListener(click, function () { menu.classList.remove(active); // Collapse the menu }); }); // Show logo on scroll const logo document.querySelector(.logo); let lastScrollTop 0; window.addEventListener(scroll, function () { let currentScroll window.pageYOffset || document.documentElement.scrollTop; if (currentScroll > lastScrollTop) { logo.style.display block; // Show logo when scrolling down } else { logo.style.display none; // Hide logo when scrolling up } lastScrollTop currentScroll 0 ? 0 : currentScroll; // For Mobile or negative scrolling }); // Modal functionality const modal document.querySelector(.modal); const modalImg modal.querySelector(img); const closeModal modal.querySelector(.modal-close); const nextButton modal.querySelector(.modal-next); const prevButton modal.querySelector(.modal-prev); const galleryImages document.querySelectorAll(.gallery-container img); let currentImageIndex 0; function openModal(index) { currentImageIndex index; modalImg.src galleryImagescurrentImageIndex.src; modal.style.display flex; } function closeModalFunc() { modal.style.display none; } function showNextImage() { currentImageIndex (currentImageIndex + 1) % galleryImages.length; modalImg.src galleryImagescurrentImageIndex.src; } function showPrevImage() { currentImageIndex (currentImageIndex - 1 + galleryImages.length) % galleryImages.length; modalImg.src galleryImagescurrentImageIndex.src; } galleryImages.forEach((img, index) > { img.addEventListener(click, () > { openModal(index); }); }); closeModal.addEventListener(click, closeModalFunc); nextButton.addEventListener(click, showNextImage); prevButton.addEventListener(click, showPrevImage); const rows document.querySelectorAll(table tbody tr:not(.hidden-info)); rows.forEach(row > { row.addEventListener(click, () > { console.log(Row clicked:, row); // Debug: Check if the row is being clicked const nextRow row.nextElementSibling; if (nextRow && nextRow.classList.contains(hidden-info)) { console.log(Toggling next row:, nextRow); // Debug: Check the next row nextRow.style.display nextRow.style.display table-row ? none : table-row; } }); }); // Testimonial Slider let testimonials document.querySelectorAll(.testimonial); let currentTestimonialIndex 0; function showTestimonial(index) { testimonials.forEach((t, i) > { t.classList.toggle(active, i index); }); } // Function to cycle to the next testimonial function nextTestimonial() { currentTestimonialIndex (currentTestimonialIndex + 1) % testimonials.length; showTestimonial(currentTestimonialIndex); } // Automatically cycle testimonials every 5 seconds setInterval(nextTestimonial, 5000); // Initial display of the first testimonial showTestimonial(currentTestimonialIndex); document.querySelector(.prev-testimonial).addEventListener(click, () > { currentTestimonialIndex (currentTestimonialIndex - 1 + testimonials.length) % testimonials.length; showTestimonial(currentTestimonialIndex); }); document.querySelector(.next-testimonial).addEventListener(click, () > { currentTestimonialIndex (currentTestimonialIndex + 1) % testimonials.length; showTestimonial(currentTestimonialIndex); }); showTestimonial(currentTestimonialIndex); }); /script>/head>body> !-- Navbar --> nav> div classhamburger> i classfas fa-bars>/i> /div> div classmenu> a href#welcome>Home/a> a href#about>About/a> a href#prices>Prices/a> a href#testimonials>Testimonials/a> a href#contact>Contact/a> /div> /nav> !-- Welcome Section --> section idwelcome> img srclogo.png altCherish Beauty Logo classlogo-image> /section> !-- About Section --> section idabout> h2>About Us/h2> p>At Cherish Beauty, we believe you deserve to be cherished – and with over 18 years of expertise in the beauty industry, that’s exactly what we’re here to do. Our purpose-built salon has been thoughtfully designed to create a haven of relaxation where you can unwind and let us take care of you./p> p>From the moment you step through our doors, youll be greeted by a soothing atmosphere that makes Cherish Beauty truly special. Whether youre enjoying a rejuvenating pedicure, a thorough waxing treatment, or a flawless manicure, our expert team is committed to providing services that leave you feeling radiant, refreshed, and completely cherished./p> p>Discover the difference at Cherish Beauty – where your well-being is always our priority./p> p>Book your appointment today and let us pamper you!/p> div classgallery-container> img srcimage1.jpg altService Image 1> img srcimage2.jpg altService Image 2> /div> /section> !-- Modal for Image Gallery --> div classmodal> span classmodal-close>×/span> span classmodal-prev>❮/span> img src altModal Image> span classmodal-next>❯/span> /div> !-- Prices Section --> section idprices> h2>Prices/h2> table> !-- thead> tr> th>Service/th> th>Price/th> /tr> /thead> --> tbody> !-- Waxing --> tr> th colspan3 stylebackground-color: #D4A5A5; color: white;>Body Waxing/th> /tr> tr> td>Eyebrows/td> td>£9/td> /tr> tr classhidden-info> td colspan3>Expertly sculpted eyebrows to enhance your natural features and frame your face beautifully./td> /tr> tr> td>Lip/td> td>£8/td> /tr> tr classhidden-info> td colspan3>This treatment focuses on removing unwanted hair from the upper lip, leaving the skin smooth and hair-free./td> /tr> tr> td>Chin/td> td>£8/td> /tr> tr classhidden-info> td colspan3>This treatment targets the chin area, removing any unwanted hair for a smooth and clean finish./td> /tr> tr> td>Lip + Chin/td> td>£12/td> /tr> tr classhidden-info> td colspan3>This treatment removes unwanted hair from both the upper lip and chin area, leaving your skin smooth and clean./td> /tr> tr> td>Underarm/td> td>£10/td> /tr> tr classhidden-info> td colspan3>Achieve smooth, hair-free underarms with this quick and effective waxing treatment. It provides long-lasting results, leaving your skin soft and silky, while reducing the need for frequent shaving. Ideal for a clean, fresh look./td> /tr> tr> td>1/2 Arm/td> td>£12/td> /tr> tr classhidden-info> td colspan3>This treatment targets hair removal from either the upper or lower arm, leaving the skin smooth and hair-free. Its a perfect option for those looking for a tidy, more refined look with long-lasting results./td> /tr> tr> td>Full Arm/td> td>£17/td> /tr> tr classhidden-info> td colspan3>This treatment removes hair from the entire arm, from the shoulder down to the wrist, providing smooth, hair-free skin. Ideal for those seeking long-lasting results and a clean, polished look./td> /tr> tr> td>1/2 Leg/td> td>£18/td> /tr> tr classhidden-info> td colspan3>This treatment removes hair from the lower half of the legs, from the knees down to the toes, leaving your skin smooth and hair-free. Its a great option for those looking for a quick, effective solution for the lower legs../td> /tr> tr> td>Full Leg/td> td>£26/td> /tr> tr classhidden-info> td colspan3>This treatment removes hair from the entire leg, from the thighs down to the toes, leaving your skin smooth and hair-free. Ideal for those who want a complete, long-lasting result for the legs./td> /tr> tr> td>1/2 Leg with Classic Bikini/td> td>£25/td> /tr> tr classhidden-info> td colspan3>This treatment includes a Half Leg wax, which covers from the knees down to the toes, along with a Classic Bikini wax to tidy the sides and top of the bikini line. The result is smooth, hair-free legs and a clean, defined bikini area./td> /tr> tr> td>Full Leg with Classic Bikini/td> td>£30/td> /tr> tr classhidden-info> td colspan3>This treatment combines a Full Leg wax, which removes hair from the toes to the thighs, with a Classic Bikini wax to tidy up the sides and top of the bikini line. It provides smooth, hair-free legs and a clean, well-groomed bikini area./td> /tr> tr> td>Classic Bikini/td> td>£14/td> /tr> tr classhidden-info> td colspan3>The Classic Bikini waxing treatment removes hair from the sides and top of the bikini line, creating a neat and tidy appearance./td> /tr> tr> td>Brazilian/td> td>£19/td> /tr> tr classhidden-info> td colspan3>The Brazilian waxing treatment involves the removal of hair from the bikini area, including the front, sides, and back, leaving the area completely smooth./td> /tr> tr> td>Playboy/td> td>£23/td> /tr> tr classhidden-info> td colspan3>The Playboy waxing treatment offers a clean and neat finish, removing hair from the bikini area, leaving a thin strip of hair at the front./td> /tr> tr> td>Hollywood/td> td>£25/td> /tr> tr classhidden-info> td colspan3>Experience the ultimate in smoothness with a Hollywood waxing. This treatment removes all hair from the bikini area, leaving you with a completely clean, hair-free look./td> /tr> !-- Manicures --> tr> th colspan3 stylebackground-color: #D4A5A5; color: white;>Manicures/th> /tr> tr> td>Gellux Express/td> td>£22/td> /tr> tr classhidden-info> td colspan3>A quick and efficient treatment including nail shaping and a flawless application of Gellux polish for a polished, long-lasting finish./td> /tr> tr> td>Complete Gellux Manicure/td> td>£28/td> /tr> tr classhidden-info> td colspan3>This luxurious treatment includes meticulous cuticle care, expert filing and shaping, gentle exfoliation, and a soothing hand and arm massage, leaving your hands pampered and perfectly polished./td> /tr> !-- Pedicures --> tr> th colspan3 stylebackground-color: #D4A5A5; color: white;>Pedicures/th> /tr> tr> td>Gellux Express/td> td>£22/td> /tr> tr classhidden-info> td colspan3>A quick and efficient treatment including nail shaping and a flawless application of Gellux polish for a polished, long-lasting finish./td> /tr> tr> td>Complete Gellux Pedicure/td> td>£30/td> /tr> tr classhidden-info> td colspan3>Indulge in a relaxing pedicure featuring thorough cuticle care, precise nail filing and shaping, gentle exfoliation, and a rejuvenating foot and leg massage, ensuring your feet feel refreshed and look flawless./td> /tr> !-- Lashes and Brows --> tr> th colspan3 stylebackground-color: #D4A5A5; color: white;>Lashes and Brows/th> /tr> tr> td>Eyebrow Shaping/td> td>£9/td> /tr> tr classhidden-info> td colspan3>Expertly sculpted eyebrows to enhance your natural features and frame your face beautifully./td> /tr> tr> td>Eyebrow Tint/td> td>£9.50/td> /tr> tr classhidden-info> td colspan3>Enhance your brows with a tint for a fuller, more defined look/td> /tr> tr> td>Eyebrow Shape + Tint/td> td>£17.00/td> /tr> tr classhidden-info> td colspan3>Combine expert shaping and tinting to achieve perfectly defined, fuller-looking brows./td> /tr> tr> td>Eyelash Tint/td> td>£15.00/td> /tr> tr classhidden-info> td colspan3>Enhance your lashes with a tint for a darker and more striking look/td> /tr> tr> td>Eyelash + Eyebrow Tint/td> td>£22.00/td> /tr> tr classhidden-info> td colspan3>Achieve a cohesive, polished look with tinted lashes and brows for added depth and definition./td> /tr> tr> td>Eyelash Tint + Eyebrow Shape/td> td>£20.00/td> /tr> tr classhidden-info> td colspan3>Enhance your natural beauty with expertly shaped brows and tinted lashes for a refined and defined appearance./td> /tr> /tbody> /table> /section> !-- Testimonials Section --> section idtestimonials> h2>What Our Clients Say/h2> div classtestimonial active>Cherish Beauty offers the best treatments! I always leave feeling relaxed and refreshed./div> div classtestimonial>Wonderful service and fantastic results. Highly recommend Cherish Beauty!/div> div classtestimonial>Ive never felt more pampered. Every visit is a treat!/div> div classtestimonial-controls> span classprev-testimonial>❮/span> span classnext-testimonial>❯/span> /div> /section> !-- Contact Section --> section idcontact> h2>Contact Us/h2> p>Feel free to reach out for more information or to book an appointment./p> div classcontact-details> p>a hrefmailto:info@cherish.beauty>i classfas fa-envelope>/i> Email: info@cherish.beauty/a>/p> p>a hreftel:07824778401>i classfas fa-phone>/i> Phone: (+44)07824778401/a>/p> p>a hrefhttps://wa.me/4407824778401>i classfab fa-whatsapp>/i> WhatsApp: (+44)07824778401/a>/p> p>i classfas fa-map-pin>/i> Location: Capel-le-Ferne/p> /div> /section> !-- Footer --> footer> p>© 2024 Cherish Beauty | All Rights Reserved/p> /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
]