Help
RSS
API
Feed
Maltego
Contact
Domain > combostreak.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-13
143.204.29.36
(
ClassC
)
2025-10-13
18.161.6.9
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 13 Oct 2025 04:07:54 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://combostreak.com/X-Cache: Redirect from cloudfrontVia: 1.1 288c777a01e22425da9494dad7a69734.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: yO2rFx8QWOACKRQenettGb-GKA6MAu65SPgguus7399qoCYtvn-n9w 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: 6991Connection: keep-aliveDate: Mon, 13 Oct 2025 04:07:55 GMTLast-Modified: Mon, 30 Jun 2025 09:29:51 GMTETag: be88b9792ac0d26c080e4aafcd5e172fServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 88a7ff956a5b49ec3a35abfc0027af12.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: o-5kwb39p-J1_LevRttjxOlNiBpRHREEw07Pa6z4KzbSRVR49Vcp9g html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1, minimum-scale1, maximum-scale1, user-scalableno> meta namekeywords contentmatch-3, puzzle game, competitive, strategy, magic, spells, turn-based, online battles, board game, multiplayer, mobile game> meta namedescription contentCompetitive match-3 puzzle game with spells, strategy, and dynamic battles. Master unique mechanics and challenge opponents!> title>Combo Streak/title> link relstylesheet hrefsrc/styles/global.css> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyLilita+One&familyPT+Sans:ital,wght@0,400;0,700;1,400;1,700&displayswap relstylesheet> meta nameapple-mobile-web-app-title contentCombo Streak> link relapple-touch-icon sizes180x180 hrefsrc/apple-touch-icon.png> link relicon typeimage/png hrefsrc/favicon-96x96.png sizes96x96> link relicon typeimage/svg+xml hrefsrc/favicon.svg> link relshortcut icon hrefsrc/favicon.ico> link relmanifest hrefsrc/site.webmanifest> meta propertyog:site_name contentCombo Streak/> meta propertyog:title contentCombo Streak> meta propertyog:description contentCompetitive match-3 puzzle game with spells, strategy, and dynamic battles.> meta propertyog:image contenthttps://combostreak.com/src/web-app-manifest-512x512.png> meta propertyog:url contentcombostreak.com> meta propertyog:type contentwebsite> meta nametwitter:title contentCombo Streak> meta nametwitter:description contentCompetitive match-3 puzzle game with spells, strategy, and dynamic battles.> meta nametwitter:image contenthttps://combostreak.com/src/web-app-manifest-512x512.png>/head>body> header> div classlogo> img srcsrc/icons/logo.png width350 height140 alt> /div> ul classlist-store> li> a hrefhttps://play.google.com/store/apps/details?idcom.VitaliiDanylyk.ComboStreak target_blank classbutton-store> img srcsrc/icons/play-market.svg width150 height50 alt> /a> /li> li> a hrefhttps://apps.apple.com/us/app/combo-streak/id6727011220 target_blank classbutton-store> img srcsrc/icons/app-store.svg width150 height50 alt> /a> /li> /ul> /header> main> section classsection-shadow> div idsection-form> h1>We are now in pre-release/h1> h2>Subscribe for notification and get a gift after global release/h2> form idform> input typeemail nameemail placeholderemail@example.com patterna-zA-Z0-9\+_+a-zA-Z0-9\+_\.\-*@a-zA-Z0-9+a-zA-Z0-9\-*(\.a-zA-Z0-9\-+){1,} required> button typesubmit>NOTIFY ME ABOUT GLOBAL RELEASE/button> /form> /div> div idsection-loading classsection-cover hidden> p classloader>Loading/p> /div> div idsection-success classsection-cover hidden> div classsection-window> p classh1>Success/p> p classh2>You have successfully subscribed/p> button typebutton idcontinue>Continue/button> /div> /div> div idsection-error classsection-cover hidden> div classsection-window> p classh1>Error/p> p classh2>Something went wrong/p> button typebutton idreturn>Try again/button> /div> /div> /section> /main> footer> ul classlist-social> li> a hrefhttps://www.tiktok.com/@combostreak target_blank classbutton-social> img srcsrc/icons/tiktok.svg width48 height48 alt> /a> /li> li> a hrefhttps://www.instagram.com/combostreak target_blank classbutton-social> img srcsrc/icons/instagram.svg width48 height48 alt> /a> /li> /ul> ul classlist-link> li>a hrefprivacy-policy.html target_blank classlink text-light>Privacy Policy/a>/li> li>a hrefterms-of-service.html target_blank classlink text-light>Terms of Service/a>/li> /ul> p classtext-dark>Combo Streak © 2025/p> /footer> div classvintage-top>/div> div classvintage-bottom>/div> script> async function wait(ms) { return new Promise((resolve) > { setTimeout(resolve, ms); }); } const elementForm document.getElementById(form); const elementContinue document.getElementById(continue); const elementReturn document.getElementById(return); const section_form document.getElementById(section-form); const section_loading document.getElementById(section-loading); const section_success document.getElementById(section-success); const section_error document.getElementById(section-error); elementForm.addEventListener(submit, async (e) > { e.preventDefault(); try { const data new FormData(e.target); section_form.classList.add(hidden); section_loading.classList.remove(hidden); section_success.classList.add(hidden); section_error.classList.add(hidden); const email data.get(email); await Promise.all( fetch(https://api.combostreak.com/web/create-subscription, { method: POST, body: JSON.stringify({ email, }), }), wait(400) ); section_form.classList.add(hidden); section_loading.classList.add(hidden); section_success.classList.remove(hidden); section_error.classList.add(hidden); } catch (e) { console.error(e) section_form.classList.add(hidden); section_loading.classList.add(hidden); section_success.classList.add(hidden); section_error.classList.remove(hidden); } }); elementContinue.addEventListener(click, async (e) > { e.preventDefault(); section_form.classList.remove(hidden); section_loading.classList.add(hidden); section_success.classList.add(hidden); section_error.classList.add(hidden); elementForm.reset(); }); elementReturn.addEventListener(click, async (e) > { e.preventDefault(); section_form.classList.remove(hidden); section_loading.classList.add(hidden); section_success.classList.add(hidden); section_error.classList.add(hidden); elementForm.reset(); }); /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
]