Help
RSS
API
Feed
Maltego
Contact
Domain > fb-subscription-plans-v1.firstblood.io
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-17
104.26.12.87
(
ClassC
)
Port 443
HTTP/1.1 503 Service UnavailableDate: Fri, 17 Oct 2025 02:14:17 GMTContent-Type: text/htmlContent-Length: 16552Connection: keep-alivePragma: no-cacheVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sBofcUg4LlyG8THv8VTTlCxblawb0y%2FFwmkUR9eU5qt31aMPTq%2BqoXY6%2FLpc4I%2BbGjdqLu1vomHok0hYRkbPl6dWPTDcg1d%2FEsdHMdF8S3cuIfOi3IPiviUE1JYoPvu8d5WFNalT%2F}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 98fc48193f2a884d-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>FirstBlood - Our Journey Ends, But The Story Continues/title> !-- SEO Meta Tags --> meta namedescription contentFirstBlood - A gaming platform that served over half a million competitive gamers worldwide since 2016. Though our service has ended, our story continues.> meta namekeywords contentFirstBlood, gaming platform, esports, competitive gaming, tournaments> meta nameauthor contentFirstBlood> !-- Open Graph / Social Media Meta Tags --> meta propertyog:title contentFirstBlood - Our Journey Ends, But The Story Continues> meta propertyog:description contentFirstBlood - A gaming platform that served over half a million competitive gamers worldwide since 2016. Though our service has ended, our story continues.> meta propertyog:type contentwebsite> !-- Inter Font --> link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700&displayswap> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; line-height: 1.6; color: #333333; background-color: #ffffff; min-height: 100vh; display: flex; flex-direction: column; } .container { max-width: 800px; margin: 0 auto; padding: 4rem 2rem; text-align: center; } .logo { width: 280px; margin: 0 auto 4rem; height: auto; object-fit: contain; } h1 { font-size: 3rem; line-height: 1.2; margin-bottom: 2.5rem; color: #1a1a1a; font-weight: 700; letter-spacing: -0.02em; } p { margin-bottom: 2rem; font-size: 1.25rem; color: #4a4a4a; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.7; } .email-form { margin-top: 4rem; padding: 3rem; background-color: #f8f9fa; border-radius: 16px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02); } .email-form h2 { font-size: 2rem; margin-bottom: 1rem; color: #1a1a1a; font-weight: 600; letter-spacing: -0.01em; } .email-form p { font-size: 1.1rem; margin-bottom: 2rem; color: #666; } .form-group { display: flex; gap: 1rem; max-width: 560px; margin: 0 auto; } inputtypeemail { flex: 1; padding: 1rem 1.5rem; border: 1px solid #e5e7eb; border-radius: 8px; background-color: #ffffff; font-size: 1rem; color: #1a1a1a; transition: border-color 0.2s ease; } inputtypeemail:focus { outline: none; border-color: #D42E2A; box-shadow: 0 0 0 3px rgba(212, 46, 42, 0.1); } button { padding: 1rem 2rem; background-color: #D42E2A; color: white; border: none; border-radius: 8px; font-size: 1rem; font-weight: 500; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; } button:hover { background-color: #B82521; transform: translateY(-1px); } button:active { transform: translateY(0); } .success-message { display: none; color: #10B981; margin-top: 1rem; font-weight: 500; } .error-message { display: none; color: #EF4444; margin-top: 1rem; font-weight: 500; } .links-section { margin-top: 3rem; padding: 2rem; border-top: 1px solid #e5e7eb; } .links-section h2 { font-size: 1.5rem; margin-bottom: 1.5rem; color: #1a1a1a; font-weight: 600; } .links-list { display: flex; flex-direction: column; gap: 1rem; max-width: 560px; margin: 0 auto; } .link-item { display: flex; align-items: center; gap: 0.5rem; color: #D42E2A; text-decoration: none; font-weight: 500; padding: 0.5rem; border-radius: 6px; transition: all 0.2s ease; } .link-item:hover { background-color: rgba(212, 46, 42, 0.1); transform: translateX(2px); } .modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; backdrop-filter: blur(4px); } .modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 2rem; border-radius: 12px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); max-width: 400px; width: 90%; z-index: 1001; } .modal h2 { font-size: 1.5rem; margin-bottom: 1rem; color: #1a1a1a; } .modal p { font-size: 1.1rem; margin-bottom: 1.5rem; } .close-modal { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; padding: 0.5rem; width: auto; color: #666; } .close-modal:hover { color: #1a1a1a; transform: none; } @media (max-width: 640px) { .container { padding: 2rem 1.5rem; } h1 { font-size: 2.25rem; } p { font-size: 1.125rem; } .email-form { padding: 2rem 1.5rem; } .form-group { flex-direction: column; } button { width: 100%; } } /style>/head> body> div classcontainer> svg xmlnshttp://www.w3.org/2000/svg fillnone classlogo viewBox0 0 139 30> mask ida width15 height30 x0 y0 maskUnitsuserSpaceOnUse> path fill#fff fill-ruleevenodd dM0 0h14.966v30H0V0z clip-ruleevenodd/> /mask> g maskurl(#a)> path fill#C42026 fill-ruleevenodd dM1.129 15h4.433c.622 0 1.126.505 1.126 1.129v6.7c0 .3.119.587.33.798l6.025 6.04c.71.711 1.923.208 1.923-.798V1.131c0-1.006-1.213-1.51-1.923-.798L.333 13.073c-.71.71-.207 1.927.796 1.927 clip-ruleevenodd/> /g> path fill#000 fill-ruleevenodd dM32.915 10.377h-4.969v3.293h3.635v2.47h-3.635v5.967h-2.833V7.64h7.802v2.737z clip-ruleevenodd/> mask idb width139 height30 x0 y0 maskUnitsuserSpaceOnUse> path fill#fff fill-ruleevenodd dM0 30h138.903V0H0v30z clip-ruleevenodd/> /mask> g fill#000 fill-ruleevenodd clip-ruleevenodd maskurl(#b)> path dM35.79 22.148h2.833V7.64H35.79v14.508zm9.239-11.791v5.35h1.416c1.232 0 2.382-.535 2.382-2.449v-.411c0-1.996-1.108-2.49-2.381-2.49h-1.417zm-2.833 11.792V7.64h4.6c2.894 0 4.845 1.872 4.845 5.247v.412c0 2.243-.965 3.745-2.526 4.445l2.443 4.404h-3.1l-1.95-3.746h-1.479v3.746h-2.833zm11.909-10.516c0-2.654 1.888-4.26 4.763-4.26 2.792 0 4.722 1.873 4.722 4.857h-2.793c0-1.543-.76-2.264-1.97-2.264-1.212 0-1.89.576-1.89 1.667 0 2.881 6.838 1.173 6.838 6.36 0 2.757-1.971 4.403-4.907 4.403-2.937 0-4.949-1.914-4.949-5.021h2.834c0 1.687.862 2.387 2.115 2.387 1.19 0 2.073-.556 2.073-1.75 0-2.757-6.836-1.234-6.836-6.379m20.388-1.256h-3.019v11.771h-2.833v-11.77h-3.018V7.64h8.87v2.737zm6.795 9.076c1.088 0 2.095-.267 2.095-1.687v-.226c0-1.235-1.007-1.565-1.992-1.565h-1.745v3.478h1.642zm.103-5.68c.924 0 1.848-.309 1.848-1.647V11.9c0-1.255-1.027-1.543-2.094-1.543h-1.5v3.416h1.746zm-4.58-6.132h4.435c2.855 0 4.805 1.275 4.805 3.95v.207c0 1.563-.677 2.572-1.828 3.066 1.233.535 1.972 1.523 1.972 3.128v.185c0 2.675-1.95 3.972-4.805 3.972h-4.579V7.64zM96.81 22.149h-7.638V7.64h2.834v11.791h4.804v2.717zm8.911-4.693v-5.144c0-1.626-.965-2.223-2.033-2.223-1.006 0-2.011.536-2.011 2.202v5.145c0 1.626.944 2.202 2.011 2.202.965 0 2.033-.515 2.033-2.182m-6.899-.103v-4.939c0-2.963 1.992-5.041 4.866-5.041 2.854 0 4.866 2.078 4.866 5.042v4.938c0 2.943-2.012 5.001-4.866 5.001-2.874 0-4.866-2.058-4.866-5m19.238.102v-5.144c0-1.626-.965-2.223-2.033-2.223-1.006 0-2.012.536-2.012 2.202v5.145c0 1.626.945 2.202 2.012 2.202.965 0 2.033-.515 2.033-2.182m-6.898-.103v-4.939c0-2.963 1.991-5.041 4.865-5.041 2.854 0 4.867 2.078 4.867 5.042v4.938c0 2.943-2.013 5.001-4.867 5.001-2.874 0-4.865-2.058-4.865-5m15.604-6.997v9.095h1.601c1.356 0 2.382-.534 2.382-3.374v-2.82c0-1.563-.41-2.901-2.382-2.901h-1.601zm-2.833 11.792V7.64h4.763c2.874 0 4.866 1.77 4.866 5.309v3.827c0 3.499-1.992 5.372-4.866 5.372h-4.763zm12.994-13.492c.21 0 .346-.137.346-.364 0-.221-.136-.346-.346-.346h-.339v.71h.339zm-.741-1.016h.82c.403 0 .675.255.675.652 0 .33-.216.522-.391.568v.011s.022.023.073.12l.408.788h-.442l-.396-.828h-.345v.828h-.402V7.64zm.69 2.763c.911 0 1.613-.737 1.613-1.685 0-.948-.702-1.686-1.613-1.686-.9 0-1.597.738-1.597 1.686s.697 1.685 1.597 1.685zm0-3.757c1.126 0 2.027.92 2.027 2.072 0 1.152-.901 2.072-2.027 2.072-1.116 0-2.011-.92-2.011-2.072 0-1.152.895-2.072 2.011-2.072z/> /g> /svg> h1>A Chapter Ends, But Our Story Continues/h1> p>Since 2016, FirstBlood has been more than just a platform—its been a passion project dedicated to competitive gamers worldwide. Weve had the privilege of serving and hosting hundreds of thousands of tournament events creating countless memories and friendships along the way./p> p>As of March 14, 2025, weve made the difficult decision to discontinue our current services. This isnt goodbye—its a transition as we work on crafting something new that we believe will better serve our community./p> p>The spirit of competition that brought us together remains unbroken. Stay strong, stay connected, and be ready for whats next./p> div classlinks-section> h2>Additional Information/h2> div classlinks-list> a hrefmailto:joe@fb.io classlink-item> svg width20 height20 fillcurrentColor viewBox0 0 20 20> path dM2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z>/path> path dM18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z>/path> /svg> Get in touch about our upcoming projects /a> a hrefmailto:joe@fb.io classlink-item> svg width20 height20 fillcurrentColor viewBox0 0 20 20> path fill-ruleevenodd dM4 4a2 2 0 012-2h8a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V4zm3 1h6v4H7V5zm6 6H7v2h6v-2z clip-ruleevenodd>/path> /svg> Licensing and acquisition inquiries /a> button onclickshowModal() classlink-item stylebackground: none; border: none; width: auto; padding: 0.5rem;> svg width20 height20 fillcurrentColor viewBox0 0 20 20> path dM10.394 2.08a1 1 0 00-.788 0l-7 3a1 1 0 000 1.84L5.25 8.051a.999.999 0 01.356-.257l4-1.714a1 1 0 11.788 1.838L7.667 9.088l1.94.831a1 1 0 00.787 0l7-3a1 1 0 000-1.838l-7-3zM3.31 9.397L5 10.12v4.102a8.969 8.969 0 00-1.05-.174 1 1 0 01-.89-.89 11.115 11.115 0 01.25-3.762zM9.3 16.573A9.026 9.026 0 007 14.935v-3.957l1.818.78a3 3 0 002.364 0l5.508-2.361a11.026 11.026 0 01.25 3.762 1 1 0 01-.89.89 8.968 8.968 0 00-5.35 2.524 1 1 0 01-1.4 0zM6 18a1 1 0 001-1v-2.065a8.935 8.935 0 00-2-.712V17a1 1 0 001 1z>/path> /svg> Check out our other projects /button> /div> /div> div classemail-form> h2>Stay Updated on Our Next Chapter/h2> p>Be the first to know about our next adventure/p> form idemailForm onsubmithandleSubmit(event)> div classform-group> input typeemail idemail placeholderEnter your email address required> button typesubmit>Keep Me Posted/button> /div> /form> div idsuccessMessage classsuccess-message>Thank you! Well keep you updated./div> div iderrorMessage classerror-message>Oops! Something went wrong. Please try again./div> /div> /div> !-- Modal --> div idprojectsModal classmodal-overlay> div classmodal> button classclose-modal onclickcloseModal()>×/button> h2>Coming Soon!/h2> p>Were working on some exciting new projects that we cant wait to share with you. Stay tuned by subscribing to our mailing list below./p> button onclickcloseModal() stylewidth: 100%;>Got it!/button> /div> /div> script> function showModal() { document.getElementById(projectsModal).style.display block; document.body.style.overflow hidden; } function closeModal() { document.getElementById(projectsModal).style.display none; document.body.style.overflow auto; } // Close modal when clicking outside document.getElementById(projectsModal).addEventListener(click, function(e) { if (e.target this) { closeModal(); } }); async function handleSubmit(event) { event.preventDefault(); const email document.getElementById(email).value; const successMessage document.getElementById(successMessage); const errorMessage document.getElementById(errorMessage); const button event.submitter; const originalButtonText button.textContent; try { button.disabled true; button.textContent Subscribing...; const response await fetch(/api/subscribe, { method: POST, headers: { Content-Type: application/json, }, body: JSON.stringify({ email }), }); if (response.ok) { successMessage.style.display block; errorMessage.style.display none; document.getElementById(email).value ; } else { throw new Error(Failed to subscribe); } } catch (error) { errorMessage.style.display block; successMessage.style.display none; } finally { button.disabled false; button.textContent originalButtonText; } } /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
]