Help
RSS
API
Feed
Maltego
Contact
Domain > ballboomand.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-27
18.155.1.104
(
ClassC
)
2025-11-02
3.169.173.72
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sun, 02 Nov 2025 04:22:47 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://ballboomand.com/X-Cache: Redirect from cloudfrontVia: 1.1 6a31d7747628574e9fa26dd40efa100a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: NkByrpVEuBwTvah0hmQpg7ijH9-Z7PObx8CJSneBBQfVRFvP6DPOoQ 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: 18687Connection: keep-aliveDate: Sun, 02 Nov 2025 04:22:48 GMTLast-Modified: Wed, 24 Sep 2025 10:00:02 GMTx-amz-version-id: KBeVO1.gb0Gioo152QRiUe7cmIdxhvXOETag: aa45a678e8e205523726ef41ecfe9d91Server: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 3caf9df4ca497afd40efb87f8957a7fa.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: HljDMuJdVeWnt4rfsiuD888igQOKLkkNsFrcuRCixn7wT_yYaK-rcA !DOCTYPE html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> link relshortcut icon href./logo.png typeimage/x-icon /> title>Sport Balls: Puzzle Match - ballboomand.com/title> meta namedescription contentJump into the fun world of Sport Balls: Puzzle Match – where puzzles meet excitement! Swipe, connect, and match different sport balls to clear the board. /> script srchttps://cdn.tailwindcss.com>/script> script srchttps://unpkg.com/lucide@latest>/script> style> @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } @keyframes slideIn { from { transform: translateX(-100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } .animate-float { animation: float 3s ease-in-out infinite; } .animate-bounce { animation: bounce 2s infinite; } .animate-fadeInUp { animation: fadeInUp 0.8s ease-out forwards; } .animate-pulse { animation: pulse 2s infinite; } .animate-slideIn { animation: slideIn 0.6s ease-out forwards; } .ball-gradient { background: linear-gradient( 135deg, #ff6b6b 0%, #ffa500 50%, #32cd32 100% ); } .glass-effect { backdrop-filter: blur(10px); background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); } .text-shadow { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .hover-lift:hover { transform: translateY(-5px); transition: transform 0.3s ease; } .feature-card { background: linear-gradient( 135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100% ); border: 2px solid transparent; background-clip: padding-box; position: relative; } .feature-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, #ffcccc, #ffe0b3, #b8f4b8); border-radius: inherit; z-index: -1; margin: -2px; } /style> /head> body classbg-gradient-to-br from-orange-50 to-green-50 min-h-screen overflow-x-hidden > !-- Header --> header classfixed top-0 w-full z-50 glass-effect> div classcontainer mx-auto px-4 py-4 flex justify-between items-center > div classflex items-center space-x-2> i data-lucidevolleyball classw-8 h-8 text-orange-500 animate-bounce >/i> h1 classtext-2xl font-bold text-gray-800>Sport Balls/h1> /div> nav classhidden md:flex space-x-6> a href#features classtext-gray-700 hover:text-orange-500 transition-colors >Features/a > a href#download classtext-gray-700 hover:text-orange-500 transition-colors >Download/a > a href#contact classtext-gray-700 hover:text-orange-500 transition-colors >Contact/a > /nav> /div> /header> !-- Hero Section --> section classpt-24 pb-12 px-4 relative overflow-hidden> div classcontainer mx-auto text-center> !-- Floating Balls Background --> div classabsolute inset-0 pointer-events-none> div classabsolute top-20 left-10 w-16 h-16 bg-red-400 rounded-full opacity-20 animate-float >/div> div classabsolute top-40 right-20 w-12 h-12 bg-orange-400 rounded-full opacity-20 animate-float styleanimation-delay: 1s >/div> div classabsolute bottom-40 left-1/4 w-20 h-20 bg-green-400 rounded-full opacity-20 animate-float styleanimation-delay: 2s >/div> /div> div classrelative z-10> h2 classtext-5xl md:text-7xl font-bold text-gray-800 mb-6 text-shadow animate-fadeInUp > Sport Balls: br /> span classtext-transparent bg-clip-text bg-gradient-to-r from-orange-500 to-green-500 >Puzzle Match/span > /h2> p classtext-xl md:text-2xl text-gray-600 mb-8 max-w-3xl mx-auto animate-fadeInUp styleanimation-delay: 0.3s > Jump into the fun world where puzzles meet excitement! Swipe, connect, and match different sport balls to clear the board and advance through tons of creative levels. /p> !-- Game Preview --> div classrelative max-w-5xl mx-auto mb-16 animate-fadeInUp styleanimation-delay: 0.6s > div classbg-white rounded-3xl shadow-2xl transform hover:scale-105 transition-transform duration-300 overflow-hidden > img srcapp.png altSport Balls: Puzzle Match classw-full h-full object-cover /> /div> /div> !-- Download Buttons --> div classflex flex-col sm:flex-row gap-4 justify-center animate-fadeInUp styleanimation-delay: 0.9s > !-- a hrefhttps://www.apple.com/app-store/ target_blank classbg-black text-white px-8 py-4 rounded-full flex items-center space-x-3 hover:bg-gray-800 transition-all duration-300 transform hover:scale-105 > i data-lucideapple classw-6 h-6>/i> div> p classtext-xs>Download on the/p> p classfont-bold>App Store/p> /div> /a> --> a hrefhttps://play.google.com/store/games target_blank classbg-sky-400 text-white px-8 py-4 rounded-full flex items-center space-x-3 hover:bg-cyan-400 transition-all duration-300 transform hover:scale-105 > i data-lucidesmartphone classw-6 h-6>/i> div> p classtext-xs>Get it on/p> p classfont-bold>Google Play/p> /div> /a> /div> /div> /div> /section> !-- Features Section --> section idfeatures classpy-16 px-4> div classcontainer mx-auto> h3 classtext-4xl font-bold text-center mb-12 text-gray-800> Why Youll Love It /h3> div classgrid md:grid-cols-2 lg:grid-cols-4 gap-6> div classfeature-card rounded-2xl p-6 text-center hover-lift animate-slideIn > div classw-20 h-20 bg-gradient-to-br from-orange-400 to-orange-600 rounded-full flex items-center justify-center mx-auto mb-4 > i data-lucidesun classw-10 h-10 text-white>/i> /div> h4 classtext-xl font-bold mb-2 text-gray-800> Bright & Cheerful /h4> p classtext-gray-600> Sport ball themes that bring joy to every match /p> /div> div classfeature-card rounded-2xl p-6 text-center hover-lift animate-slideIn styleanimation-delay: 0.2s > div classw-20 h-20 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mx-auto mb-4 > i data-lucidezap classw-10 h-10 text-white>/i> /div> h4 classtext-xl font-bold mb-2 text-gray-800>Easy to Play/h4> p classtext-gray-600>Fun to master tile puzzle mechanics/p> /div> div classfeature-card rounded-2xl p-6 text-center hover-lift animate-slideIn styleanimation-delay: 0.4s > div classw-20 h-20 bg-gradient-to-br from-blue-400 to-blue-600 rounded-full flex items-center justify-center mx-auto mb-4 > i data-lucidelayers classw-10 h-10 text-white>/i> /div> h4 classtext-xl font-bold mb-2 text-gray-800> Hundreds of Levels /h4> p classtext-gray-600>Unique goals in every stage/p> /div> div classfeature-card rounded-2xl p-6 text-center hover-lift animate-slideIn styleanimation-delay: 0.6s > div classw-20 h-20 bg-gradient-to-br from-purple-400 to-purple-600 rounded-full flex items-center justify-center mx-auto mb-4 > i data-lucidegift classw-10 h-10 text-white>/i> /div> h4 classtext-xl font-bold mb-2 text-gray-800> Special Surprises /h4> p classtext-gray-600>Exciting rewards waiting for you/p> /div> /div> /div> /section> !-- Game Tools Section --> section classpy-16 px-4 bg-gradient-to-r from-orange-100 to-green-100> div classcontainer mx-auto> h3 classtext-4xl font-bold text-center mb-12 text-gray-800> Special Tools /h3> div classgrid md:grid-cols-3 gap-8 max-w-4xl mx-auto> div classbg-white rounded-2xl p-8 text-center shadow-lg hover-lift > div classw-24 h-24 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-4 animate-pulse > i data-lucidex classw-12 h-12 text-white>/i> /div> h4 classtext-2xl font-bold mb-2 text-gray-800>Remove/h4> p classtext-gray-600>Clear unwanted balls from the board/p> /div> div classbg-white rounded-2xl p-8 text-center shadow-lg hover-lift > div classw-24 h-24 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4 animate-pulse styleanimation-delay: 0.5s > i data-luciderefresh-cw classw-12 h-12 text-white>/i> /div> h4 classtext-2xl font-bold mb-2 text-gray-800>Refresh/h4> p classtext-gray-600>Shuffle the board for new opportunities/p> /div> div classbg-white rounded-2xl p-8 text-center shadow-lg hover-lift > div classw-24 h-24 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-4 animate-pulse styleanimation-delay: 1s > i data-lucidebomb classw-12 h-12 text-white>/i> /div> h4 classtext-2xl font-bold mb-2 text-gray-800>Explode/h4> p classtext-gray-600>Clear multiple balls at once/p> /div> /div> /div> /section> !-- Download Section --> section iddownload classpy-16 px-4> div classcontainer mx-auto text-center> h3 classtext-4xl font-bold mb-8 text-gray-800>Ready to Play?/h3> p classtext-xl text-gray-600 mb-12 max-w-2xl mx-auto> Start your sporty puzzle journey today with Sport Balls: Puzzle Match and see how far you can go! /p> div classflex flex-col sm:flex-row gap-6 justify-center> !-- a hrefhttps://www.apple.com/app-store/ target_blank classbg-black text-white px-10 py-5 rounded-full flex items-center space-x-4 hover:bg-gray-800 transition-all duration-300 transform hover:scale-105 > i data-lucideapple classw-8 h-8>/i> div> p classtext-sm>Download on the/p> p classfont-bold text-xl>App Store/p> /div> /a> --> a hrefhttps://play.google.com/store/games target_blank classbg-sky-400 text-white px-10 py-5 rounded-full flex items-center space-x-4 hover:bg-cyan-400 transition-all duration-300 transform hover:scale-105 > i data-lucidesmartphone classw-8 h-8>/i> div> p classtext-sm>Get it on/p> p classfont-bold text-xl>Google Play/p> /div> /a> /div> /div> /section> !-- Contact Section --> section idcontact classpy-16 px-4 bg-gradient-to-r from-green-50 to-orange-50 > div classcontainer mx-auto max-w-2xl> h3 classtext-4xl font-bold text-center mb-12 text-gray-800> Contact Us /h3> form idcontactForm classbg-white rounded-2xl shadow-xl p-8> div classmb-6> label forname classblock text-gray-700 font-medium mb-2 >Name/label > input typetext idname namename required classw-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:border-orange-500 focus:outline-none transition-colors /> /div> div classmb-6> label foremail classblock text-gray-700 font-medium mb-2 >Email/label > input typeemail idemail nameemail required classw-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:border-orange-500 focus:outline-none transition-colors /> /div> div classmb-6> label formessage classblock text-gray-700 font-medium mb-2 >Message/label > textarea idmessage namemessage rows5 required classw-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:border-orange-500 focus:outline-none transition-colors resize-none >/textarea> /div> button typesubmit classw-full bg-gradient-to-r from-orange-500 to-green-500 text-white font-bold py-4 rounded-lg hover:from-orange-600 hover:to-green-600 transition-all duration-300 transform hover:scale-105 > Send Message /button> /form> /div> /section> !-- Footer --> footer classbg-gray-800 text-white py-8 px-4> div classcontainer mx-auto text-center> div classflex justify-center items-center space-x-2 mb-4> i data-lucidevolleyball classw-6 h-6 text-orange-500>/i> span classfont-bold>Sport Balls: Puzzle Match/span> /div> p classtext-gray-400 mb-4> © 2025 ballboomand.com. All rights reserved. /p> div classflex justify-center items-center space-x-6> a hrefmailto:wuvduvv44@outlook.com classtext-gray-400 hover:text-white transition-colors > i data-lucidemail classw-5 h-5>/i> /a> a hrefprivacy.html target_blank classtext-gray-400 hover:text-white transition-colors >Privacy Policy/a > /div> /div> /footer> script> // Initialize Lucide icons lucide.createIcons(); // Form submission document .getElementById(contactForm) .addEventListener(submit, function (e) { e.preventDefault(); alert(`We have received your letter and will reply as soon as we receive it.Based on past experience, we guarantee to reply to your letter within 7 working days.If there is any special situation, we will explain the reason to you in time.`); this.reset(); }); // 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, }); } }); }); // Add scroll animation to elements const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px, }; const observer new IntersectionObserver(function (entries) { entries.forEach((entry) > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, observerOptions); // Observe all animated elements document.querySelectorAll(.feature-card, .hover-lift).forEach((el) > { el.style.opacity 0; el.style.transform translateY(20px); el.style.transition opacity 0.6s ease, transform 0.6s ease; observer.observe(el); }); /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
]