Help
RSS
API
Feed
Maltego
Contact
Domain > conventionboothsimulator.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-05
108.156.152.8
(
ClassC
)
2025-08-01
18.161.6.98
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 01 Aug 2025 19:45:26 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://conventionboothsimulator.com/X-Cache: Redirect from cloudfrontVia: 1.1 4e4278a2778e72cc34feef6db603088c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: nNtcieBmNYgwfT3jH88_U_NSrA823JfC5EdMF61hHIUN5lNR24FlzA 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: 8687Connection: keep-aliveLast-Modified: Mon, 21 Apr 2025 17:03:53 GMTx-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3Date: Fri, 01 Aug 2025 19:45:27 GMTETag: 88ea8e13fd8bda7321470c9a7c245bfaX-Cache: RefreshHit from cloudfrontVia: 1.1 ba490acb2ea716cd57876286ed686786.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: 9-tLvZepvDshlMc0BdQCfFSajSMI9j7wF15hSuvNKmskiAQzHc3dlg !DOCTYPE html>html>head> title>Convention Booth Simulator/title> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, user-scalableno> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyOutfit:wght@100..900&familyRoboto:ital,wght@0,100..900;1,100..900&displayswap relstylesheet> style> :root { --max-width: 1200px; --logo-size: min(300px, 80vw); --spacing-unit: clamp(10px, 2vw, 20px); --form-width: min(600px, 90vw); } .text-center { text-align: center; } * { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: #000; color: #fff; display: flex; flex-direction: column; min-height: 100vh; margin: 0; text-align: center; font-family: Outfit, sans-serif; padding: var(--spacing-unit); } .logo-container { flex: 1; display: flex; align-items: center; justify-content: center; width: 100%; max-width: var(--max-width); margin: var(--spacing-unit) auto; padding: var(--spacing-unit); } .logo { width: var(--logo-size); height: auto; transition: all 0.3s ease; -webkit-tap-highlight-color: transparent; } /* Logo hover animations */ @media (hover: hover) { .logo:hover { transform: scale(1.05) rotate(2deg); filter: brightness(1.2) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3)); animation: pulse 2s infinite; } } /* Touch feedback for mobile */ .logo:active { transform: scale(0.98); transition: transform 0.1s ease; } @keyframes pulse { 0% { filter: brightness(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3)); } 50% { filter: brightness(1.2) drop-shadow(0 0 15px rgba(255, 255, 255, 0.5)); } 100% { filter: brightness(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3)); } } /* Mailchimp Form Styles */ #mc_embed_signup { background: rgba(255, 255, 255, 0.1); border-radius: 8px; padding: 20px; width: var(--form-width); margin: 0 auto; color: #fff; } #mc_embed_signup h2 { color: #fff; font-size: clamp(18px, 3vw, 24px); margin-bottom: 15px; } .mc-field-group { margin-bottom: 15px; } .mc-field-group label { display: block; margin-bottom: 5px; color: #fff; } .mc-field-group inputtypeemail { width: 100%; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 4px; background: rgba(255, 255, 255, 0.1); color: #fff; font-size: 16px; } .mc-field-group inputtypeemail:focus { outline: none; border-color: rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.15); } #mc-embedded-subscribe { background: #fff; color: #000; border: none; padding: 12px 24px; border-radius: 4px; cursor: pointer; font-size: 16px; font-weight: 500; transition: all 0.3s ease; } #mc-embedded-subscribe:hover { background: rgba(255, 255, 255, 0.9); transform: translateY(-1px); } #mc-embedded-subscribe:active { transform: translateY(0); } .asterisk { color: #ff4444; } .indicates-required { font-size: 12px; margin-bottom: 15px; color: rgba(255, 255, 255, 0.7); } .refferal_badge { display: none; } #footer { width: 100%; padding: var(--spacing-unit); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; font-size: clamp(10px, 2vw, 12px); gap: 5px; } a { color: inherit; text-decoration: none; transition: color 0.3s ease; padding: 2px 4px; border-radius: 2px; } a:hover { color: silver; background-color: rgba(255, 255, 255, 0.1); } @media (max-width: 480px) { :root { --spacing-unit: 10px; } .logo-container { margin: 0 auto; } #footer { font-size: 10px; } #mc_embed_signup { padding: 15px; } #mc-embedded-subscribe { width: 100%; } } /* Landscape mode adjustments */ @media (max-height: 500px) and (orientation: landscape) { .logo-container { margin: 0 auto; } .logo { width: min(200px, 40vh); } } .waitlist-button { display: block; margin: 20px auto; padding: 15px 30px; background: linear-gradient(45deg, #FF6B6B, #4ECDC4); color: white; border: none; border-radius: 25px; font-size: 18px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); position: relative; overflow: hidden; } .waitlist-button:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); background: linear-gradient(45deg, #FF8E8E, #6EE7E0); } .waitlist-button:active { transform: translateY(1px); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .waitlist-button::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.3), transparent ); transition: 0.5s; } .waitlist-button:hover::before { left: 100%; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } .waitlist-button { animation: pulse 5s infinite; } @media (max-width: 480px) { .waitlist-button { padding: 12px 24px; font-size: 16px; width: 90%; max-width: 300px; } } /style> link relicon hreffavicon.ico typeimage/x-icon>/head>body> div classlogo-container> a hrefhttps://tally.so/r/wQE6Q8> img classlogo srchttps://conventionboothsimulator.com/images/cbs-logo.png altConvention Booth Simulator Logo> p>Take our survey for alpha access, and be one of the first to play!/p> button classwaitlist-button onclickwindow.location.hrefhttps://tally.so/r/wQE6Q8>Game Foundations - User Survey/button> /a> /div> div idfooter> p>Coming Soon./p> /div>/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
]