TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Help mitigating a relentless DDoS attack (4th day) on Onetimesecret.com

3 点作者 delano8 个月前
Hi HN, I&#x27;m Delano, the creator of Onetimesecret.com. We&#x27;re currently facing a severe DDoS attack that&#x27;s been ongoing for four days, with traffic reaching up to 4 million packets per second (packets per seconds isn&#x27;t something we&#x27;ve kept track of, but I&#x27;d estimate around 50-100 pps -- to put it a completely different way, we do about 250k+ secrets a month). Our site has been more down than up, and I&#x27;m pretty tired at this point from lack of sleep and stress.<p>Some of you might remember us from over the years. In particular I know it&#x27;s a common refrain that our encryption sucks. I can say that the reason it hasn&#x27;t been improved is that our number 1 competitor is folks doing nothing. That is, not using anything at all to protect password and other sensitive info. We are working on improvements though and will get to it, but right now, we urgently need help with DDoS mitigation strategies. We&#x27;ve tried increasing our server capacity and implementing server-level traffic filtering, which has had limited success. The ongoing attack is overwhelming though. And definitely beyond what I would consider manageable with HAProxy ACLs and fail2ban.<p>This attack is obviously impacting our ability to serve our users. Any advice on immediate actions, recommended services, or long-term strategies would be immensely appreciated. I&#x27;m open to all suggestions and willing to provide more details if needed.<p>Thank you, HN community, for any help you can provide in this tender and critical time.

3 条评论

william001798 个月前
Have you considered engaging the services of a CDN such as Cloudflare that specializes in such mitigations? Rolling anything on your own to mitigate this level of traffic is going to be a large undertaking and not something you&#x27;re going to be able to do whilst under attack.<p>Since from your post this looks to be a layer 7 attack your options would either be putting your service behind Cloudfront or Cloudflare and using their respective ddos mitigation tools. They also can provide support to get things configured and working effectively.<p>There are other similar solutions out there that I&#x27;ve not had experience with so can&#x27;t comment on, but utilizing one of the hyperscale services will be your best bet.
评论 #41527102 未加载
delano8 个月前
There&#x27;s a bit more info on our blog:<p><a href="https:&#x2F;&#x2F;docs.onetimesecret.com&#x2F;blog&#x2F;2024-09-12-ddos-day-4" rel="nofollow">https:&#x2F;&#x2F;docs.onetimesecret.com&#x2F;blog&#x2F;2024-09-12-ddos-day-4</a><p><a href="https:&#x2F;&#x2F;docs.onetimesecret.com&#x2F;blog&#x2F;2024-09-09-denial-of-service" rel="nofollow">https:&#x2F;&#x2F;docs.onetimesecret.com&#x2F;blog&#x2F;2024-09-09-denial-of-ser...</a>
mahin8 个月前
Where are your servers hosted?
评论 #41525379 未加载