Skip to content

Subscription bombing and how to mitigate it

8.3 relevance
Score Breakdown
technical depth
9
novelty
7
actionability
9
community
9
strategic
6
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Security attack vector with practical mitigation steps for developers.

2026-04-02 general Hacker News (100+)
Subscription bombing and how to mitigate it
Summary

Suga detected subscription bombing via inactive accounts with gibberish names, using Resend and PostHog to trace bots that sign up then request password resets within 60 seconds. Bots mimic human typing with uniformly random one-character-per-second delays and originate from diverse countries like India and Brazil. The low-volume, global pattern evades typical bot detection.

Key Takeaway

Implement adaptive bot detection and mandatory email verification before triggering any sign-up emails.

Why it matters

As a senior engineer building authentication systems, you need to design defenses against low-and-slow attacks that exploit email-based workflows and evade simple rate limiting.