Help
RSS
API
Feed
Maltego
Contact
Domain > berlanamilow.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-26
172.67.144.16
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Mon, 26 Jan 2026 00:35:10 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarecf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Last-Modified: Mon, 30 Jun 2025 10:54:49 GMTVary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sLDLTUcP55bgf4267pcn1wa3CmQiu3IKENIxv%2FrQz1B0%2BdidEtHAcQtnGKm7xcCRODP0rMUxMmhZCtvBWBnONlTOwneTQC%2BYtfQ%2BMFafs}}CF-RAY: 9c3bedc1ee69efa4-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Berlana Milow - Premium Board Games Collection/title> meta namedescription contentDiscover the ultimate collection of premium board games at Berlana Milow. From strategy to family fun, we have everything for your gaming adventure.> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #9b59b6, #8e44ad, #663399); color: #2c3e50; line-height: 1.6; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ header { background: rgba(139, 69, 190, 0.95); backdrop-filter: blur(10px); position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 4px 20px rgba(155, 89, 182, 0.3); } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; } .logo { font-size: 2rem; font-weight: bold; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #fff; text-decoration: none; font-weight: 500; transition: all 0.3s ease; padding: 0.5rem 1rem; border-radius: 25px; } .nav-links a:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-2px); } /* Hero Section */ .hero { margin-top: 80px; min-height: 90vh; display: flex; align-items: center; background: linear-gradient(45deg, rgba(155, 89, 182, 0.1), rgba(142, 68, 173, 0.1)); position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; width: 200%; height: 200%; background: radial-gradient(ellipse at center, rgba(186, 85, 211, 0.1) 0%, transparent 70%); animation: pulse 4s ease-in-out infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 0.8; } } .hero-content { position: relative; z-index: 2; text-align: center; color: #fff; } .hero h1 { font-size: 4rem; margin-bottom: 1rem; text-shadow: 3px 3px 6px rgba(0,0,0,0.4); animation: slideInDown 1s ease-out; } @keyframes slideInDown { from { opacity: 0; transform: translateY(-50px); } to { opacity: 1; transform: translateY(0); } } .hero p { font-size: 1.5rem; margin-bottom: 2rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); animation: slideInUp 1s ease-out 0.3s both; } @keyframes slideInUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } .cta-button { display: inline-block; background: linear-gradient(45deg, #e74c3c, #c0392b); color: #fff; padding: 1rem 2rem; text-decoration: none; border-radius: 50px; font-size: 1.2rem; font-weight: bold; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3); animation: fadeIn 1s ease-out 0.6s both; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 35px rgba(231, 76, 60, 0.4); } /* Features Section */ .features { padding: 5rem 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); } .features h2 { text-align: center; font-size: 3rem; margin-bottom: 3rem; color: #8e44ad; text-shadow: 1px 1px 3px rgba(0,0,0,0.1); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .feature-card { background: linear-gradient(135deg, rgba(155, 89, 182, 0.1), rgba(186, 85, 211, 0.1)); padding: 2rem; border-radius: 20px; text-align: center; transition: all 0.3s ease; border: 2px solid rgba(155, 89, 182, 0.2); box-shadow: 0 10px 30px rgba(155, 89, 182, 0.1); } .feature-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 40px rgba(155, 89, 182, 0.2); border-color: rgba(155, 89, 182, 0.4); } .feature-icon { font-size: 3rem; margin-bottom: 1rem; color: #9b59b6; } .feature-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #8e44ad; } .feature-card p { color: #555; line-height: 1.8; } /* Games Showcase */ .games-showcase { padding: 5rem 0; background: linear-gradient(45deg, rgba(142, 68, 173, 0.1), rgba(155, 89, 182, 0.1)); } .games-showcase h2 { text-align: center; font-size: 3rem; margin-bottom: 3rem; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .game-card { background: rgba(255, 255, 255, 0.95); border-radius: 20px; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 15px 35px rgba(0,0,0,0.1); } .game-card:hover { transform: translateY(-15px) rotate(2deg); box-shadow: 0 25px 50px rgba(155, 89, 182, 0.2); } .game-image { height: 200px; background: linear-gradient(45deg, #9b59b6, #ba55d3); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 3rem; font-weight: bold; } .game-info { padding: 1.5rem; } .game-info h3 { font-size: 1.3rem; margin-bottom: 0.5rem; color: #8e44ad; } .game-info p { color: #666; margin-bottom: 1rem; } .game-price { font-size: 1.2rem; font-weight: bold; color: #e74c3c; } /* Footer */ footer { background: #2c3e50; color: #ecf0f1; text-align: center; padding: 3rem 0; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { color: #ba55d3; margin-bottom: 1rem; } .footer-section a { color: #ecf0f1; text-decoration: none; transition: color 0.3s ease; } .footer-section a:hover { color: #ba55d3; } .image-gallery { padding: 5rem 0; background: #f9f9f9; text-align: center;}.image-gallery h2 { font-size: 2.5rem; color: #8e44ad; margin-bottom: 2rem; text-shadow: 1px 1px 2px rgba(0,0,0,0.05);}.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem;}.gallery-item img { width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;}.gallery-item img:hover { transform: scale(1.05); box-shadow: 0 15px 35px rgba(155, 89, 182, 0.2);} /* Responsive */ @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1.2rem; } .nav-links { gap: 1rem; } .features h2, .games-showcase h2 { font-size: 2rem; } } /style>/head>body> header> nav classcontainer> div classlogo>Berlana Milow/div> ul classnav-links> li>a href/>Home/a>/li> li>a href/about>About Us/a>/li> li>a href/contact>Contact/a>/li> /ul> /nav> /header> section classhero> div classcontainer> div classhero-content> h1>Welcome to Berlana Milow/h1> p>Your Ultimate Destination for Premium Board Games/p> a href/about classcta-button>Discover Our Collection/a> /div> /div> /section> section classfeatures> div classcontainer> h2>Why Choose Berlana Milow?/h2> div classfeatures-grid> div classfeature-card> div classfeature-icon>🎲/div> h3>Premium Quality Games/h3> p>We carefully select only the finest board games from renowned publishers worldwide, ensuring exceptional quality and endless entertainment for players of all ages and skill levels./p> /div> div classfeature-card> div classfeature-icon>🚚/div> h3>Fast Worldwide Shipping/h3> p>Enjoy lightning-fast delivery to your doorstep with our reliable shipping partners. We ensure your games arrive safely and quickly, no matter where you are in the world./p> /div> div classfeature-card> div classfeature-icon>🏆/div> h3>Expert Recommendations/h3> p>Our team of board game enthusiasts provides personalized recommendations based on your preferences, group size, and gaming experience to help you find your perfect match./p> /div> div classfeature-card> div classfeature-icon>💝/div> h3>Exclusive Collections/h3> p>Access limited edition games and exclusive releases that you wont find anywhere else. Be the first to experience the latest innovations in board gaming./p> /div> div classfeature-card> div classfeature-icon>🌟/div> h3>Customer Satisfaction/h3> p>Our commitment to excellence means 100% customer satisfaction guaranteed. If youre not completely happy with your purchase, well make it right./p> /div> div classfeature-card> div classfeature-icon>🎯/div> h3>Gaming Community/h3> p>Join our vibrant community of board game enthusiasts. Share strategies, discover new games, and connect with fellow players who share your passion./p> /div> /div> /div> /section> section classimage-gallery> div classcontainer> h2>Game Moments/h2> div classgallery-grid> div classgallery-item> img srcassorted-board-games.jpg altBoard game moment 1> /div> div classgallery-item> img srcboard-games-games-fair-nuremberg-essen-germany.jpg altBoard game moment 2> /div> div classgallery-item> img srcPandemic_Lifestyle-1024x683.png altBoard game moment 3> /div> div classgallery-item> img srcStomp-the-Plank-Blue-Green-Elephants-1000x667.jpg altBoard game moment 4> /div> /div> /div>/section> section classgames-showcase> div classcontainer> h2>Featured Games Collection/h2> div classgames-grid> div classgame-card> div classgame-image>STRATEGY/div> div classgame-info> h3>Strategic Masterpieces/h3> p>Challenge your mind with complex strategy games that require tactical thinking and long-term planning./p> div classgame-price>From $45.99/div> /div> /div> div classgame-card> div classgame-image>FAMILY/div> div classgame-info> h3>Family Adventures/h3> p>Perfect games for family game nights that bring everyone together for hours of fun and laughter./p> div classgame-price>From $29.99/div> /div> /div> div classgame-card> div classgame-image>PARTY/div> div classgame-info> h3>Party Favorites/h3> p>Energetic and engaging games perfect for parties and large groups of friends./p> div classgame-price>From $24.99/div> /div> /div> div classgame-card> div classgame-image>PUZZLE/div> div classgame-info> h3>Mind Benders/h3> p>Challenging puzzle games that test your problem-solving skills and creativity./p> div classgame-price>From $34.99/div> /div> /div> /div> /div> /section> footer> div classcontainer> div classfooter-content> div classfooter-section> h3>Berlana Milow/h3> p>Your trusted partner in board gaming excellence since our founding. Were passionate about bringing people together through the joy of gaming./p> /div> div classfooter-section> h3>Quick Links/h3> p>a href/>Home/a>/p> p>a href/about>About Us/a>/p> p>a href/contact>Contact/a>/p> /div> div classfooter-section> h3>Customer Care/h3> p>Email: a href/cdn-cgi/l/email-protection class__cf_email__ data-cfemailf3808683839c8187b39196819f929d929e9a9f9c84dd909c9e>email protected/a>/p> p>Phone: +61 2 9240 3000/p> p>Hours: 24/7 Support Available/p> /div> /div> p>© 2025 Berlana Milow. All rights reserved. Crafted with passion for board game enthusiasts worldwide./p> /div> /footer>script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 26 Jan 2026 00:35:10 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarecf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Last-Modified: Mon, 30 Jun 2025 10:54:49 GMTVary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sXdqW7JeXZqYWAOgvQzSokH7T3bk3KxFCCsHB56kFv%2BiAtvj3ctvBVWkXNArBGFbUhy%2BUyrpd5j660TWvLjMDIub40cK2O7YIIzcRMfy1bP8%3D}}CF-RAY: 9c3bedc47bea1c37-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Berlana Milow - Premium Board Games Collection/title> meta namedescription contentDiscover the ultimate collection of premium board games at Berlana Milow. From strategy to family fun, we have everything for your gaming adventure.> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #9b59b6, #8e44ad, #663399); color: #2c3e50; line-height: 1.6; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ header { background: rgba(139, 69, 190, 0.95); backdrop-filter: blur(10px); position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 4px 20px rgba(155, 89, 182, 0.3); } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; } .logo { font-size: 2rem; font-weight: bold; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #fff; text-decoration: none; font-weight: 500; transition: all 0.3s ease; padding: 0.5rem 1rem; border-radius: 25px; } .nav-links a:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-2px); } /* Hero Section */ .hero { margin-top: 80px; min-height: 90vh; display: flex; align-items: center; background: linear-gradient(45deg, rgba(155, 89, 182, 0.1), rgba(142, 68, 173, 0.1)); position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; width: 200%; height: 200%; background: radial-gradient(ellipse at center, rgba(186, 85, 211, 0.1) 0%, transparent 70%); animation: pulse 4s ease-in-out infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 0.8; } } .hero-content { position: relative; z-index: 2; text-align: center; color: #fff; } .hero h1 { font-size: 4rem; margin-bottom: 1rem; text-shadow: 3px 3px 6px rgba(0,0,0,0.4); animation: slideInDown 1s ease-out; } @keyframes slideInDown { from { opacity: 0; transform: translateY(-50px); } to { opacity: 1; transform: translateY(0); } } .hero p { font-size: 1.5rem; margin-bottom: 2rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); animation: slideInUp 1s ease-out 0.3s both; } @keyframes slideInUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } .cta-button { display: inline-block; background: linear-gradient(45deg, #e74c3c, #c0392b); color: #fff; padding: 1rem 2rem; text-decoration: none; border-radius: 50px; font-size: 1.2rem; font-weight: bold; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3); animation: fadeIn 1s ease-out 0.6s both; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 35px rgba(231, 76, 60, 0.4); } /* Features Section */ .features { padding: 5rem 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); } .features h2 { text-align: center; font-size: 3rem; margin-bottom: 3rem; color: #8e44ad; text-shadow: 1px 1px 3px rgba(0,0,0,0.1); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .feature-card { background: linear-gradient(135deg, rgba(155, 89, 182, 0.1), rgba(186, 85, 211, 0.1)); padding: 2rem; border-radius: 20px; text-align: center; transition: all 0.3s ease; border: 2px solid rgba(155, 89, 182, 0.2); box-shadow: 0 10px 30px rgba(155, 89, 182, 0.1); } .feature-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 40px rgba(155, 89, 182, 0.2); border-color: rgba(155, 89, 182, 0.4); } .feature-icon { font-size: 3rem; margin-bottom: 1rem; color: #9b59b6; } .feature-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #8e44ad; } .feature-card p { color: #555; line-height: 1.8; } /* Games Showcase */ .games-showcase { padding: 5rem 0; background: linear-gradient(45deg, rgba(142, 68, 173, 0.1), rgba(155, 89, 182, 0.1)); } .games-showcase h2 { text-align: center; font-size: 3rem; margin-bottom: 3rem; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .game-card { background: rgba(255, 255, 255, 0.95); border-radius: 20px; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 15px 35px rgba(0,0,0,0.1); } .game-card:hover { transform: translateY(-15px) rotate(2deg); box-shadow: 0 25px 50px rgba(155, 89, 182, 0.2); } .game-image { height: 200px; background: linear-gradient(45deg, #9b59b6, #ba55d3); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 3rem; font-weight: bold; } .game-info { padding: 1.5rem; } .game-info h3 { font-size: 1.3rem; margin-bottom: 0.5rem; color: #8e44ad; } .game-info p { color: #666; margin-bottom: 1rem; } .game-price { font-size: 1.2rem; font-weight: bold; color: #e74c3c; } /* Footer */ footer { background: #2c3e50; color: #ecf0f1; text-align: center; padding: 3rem 0; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { color: #ba55d3; margin-bottom: 1rem; } .footer-section a { color: #ecf0f1; text-decoration: none; transition: color 0.3s ease; } .footer-section a:hover { color: #ba55d3; } .image-gallery { padding: 5rem 0; background: #f9f9f9; text-align: center;}.image-gallery h2 { font-size: 2.5rem; color: #8e44ad; margin-bottom: 2rem; text-shadow: 1px 1px 2px rgba(0,0,0,0.05);}.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem;}.gallery-item img { width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;}.gallery-item img:hover { transform: scale(1.05); box-shadow: 0 15px 35px rgba(155, 89, 182, 0.2);} /* Responsive */ @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1.2rem; } .nav-links { gap: 1rem; } .features h2, .games-showcase h2 { font-size: 2rem; } } /style>/head>body> header> nav classcontainer> div classlogo>Berlana Milow/div> ul classnav-links> li>a href/>Home/a>/li> li>a href/about>About Us/a>/li> li>a href/contact>Contact/a>/li> /ul> /nav> /header> section classhero> div classcontainer> div classhero-content> h1>Welcome to Berlana Milow/h1> p>Your Ultimate Destination for Premium Board Games/p> a href/about classcta-button>Discover Our Collection/a> /div> /div> /section> section classfeatures> div classcontainer> h2>Why Choose Berlana Milow?/h2> div classfeatures-grid> div classfeature-card> div classfeature-icon>🎲/div> h3>Premium Quality Games/h3> p>We carefully select only the finest board games from renowned publishers worldwide, ensuring exceptional quality and endless entertainment for players of all ages and skill levels./p> /div> div classfeature-card> div classfeature-icon>🚚/div> h3>Fast Worldwide Shipping/h3> p>Enjoy lightning-fast delivery to your doorstep with our reliable shipping partners. We ensure your games arrive safely and quickly, no matter where you are in the world./p> /div> div classfeature-card> div classfeature-icon>🏆/div> h3>Expert Recommendations/h3> p>Our team of board game enthusiasts provides personalized recommendations based on your preferences, group size, and gaming experience to help you find your perfect match./p> /div> div classfeature-card> div classfeature-icon>💝/div> h3>Exclusive Collections/h3> p>Access limited edition games and exclusive releases that you wont find anywhere else. Be the first to experience the latest innovations in board gaming./p> /div> div classfeature-card> div classfeature-icon>🌟/div> h3>Customer Satisfaction/h3> p>Our commitment to excellence means 100% customer satisfaction guaranteed. If youre not completely happy with your purchase, well make it right./p> /div> div classfeature-card> div classfeature-icon>🎯/div> h3>Gaming Community/h3> p>Join our vibrant community of board game enthusiasts. Share strategies, discover new games, and connect with fellow players who share your passion./p> /div> /div> /div> /section> section classimage-gallery> div classcontainer> h2>Game Moments/h2> div classgallery-grid> div classgallery-item> img srcassorted-board-games.jpg altBoard game moment 1> /div> div classgallery-item> img srcboard-games-games-fair-nuremberg-essen-germany.jpg altBoard game moment 2> /div> div classgallery-item> img srcPandemic_Lifestyle-1024x683.png altBoard game moment 3> /div> div classgallery-item> img srcStomp-the-Plank-Blue-Green-Elephants-1000x667.jpg altBoard game moment 4> /div> /div> /div>/section> section classgames-showcase> div classcontainer> h2>Featured Games Collection/h2> div classgames-grid> div classgame-card> div classgame-image>STRATEGY/div> div classgame-info> h3>Strategic Masterpieces/h3> p>Challenge your mind with complex strategy games that require tactical thinking and long-term planning./p> div classgame-price>From $45.99/div> /div> /div> div classgame-card> div classgame-image>FAMILY/div> div classgame-info> h3>Family Adventures/h3> p>Perfect games for family game nights that bring everyone together for hours of fun and laughter./p> div classgame-price>From $29.99/div> /div> /div> div classgame-card> div classgame-image>PARTY/div> div classgame-info> h3>Party Favorites/h3> p>Energetic and engaging games perfect for parties and large groups of friends./p> div classgame-price>From $24.99/div> /div> /div> div classgame-card> div classgame-image>PUZZLE/div> div classgame-info> h3>Mind Benders/h3> p>Challenging puzzle games that test your problem-solving skills and creativity./p> div classgame-price>From $34.99/div> /div> /div> /div> /div> /section> footer> div classcontainer> div classfooter-content> div classfooter-section> h3>Berlana Milow/h3> p>Your trusted partner in board gaming excellence since our founding. Were passionate about bringing people together through the joy of gaming./p> /div> div classfooter-section> h3>Quick Links/h3> p>a href/>Home/a>/p> p>a href/about>About Us/a>/p> p>a href/contact>Contact/a>/p> /div> div classfooter-section> h3>Customer Care/h3> p>Email: a href/cdn-cgi/l/email-protection class__cf_email__ data-cfemail1a696f6a6a75686e5a787f68767b747b777376756d34797577>email protected/a>/p> p>Phone: +61 2 9240 3000/p> p>Hours: 24/7 Support Available/p> /div> /div> p>© 2025 Berlana Milow. All rights reserved. Crafted with passion for board game enthusiasts worldwide./p> /div> /footer>script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/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
]