Queue protected test drop
AeroFlux Runner 1
Use rapid size checks and repeated add-to-cart attempts to validate automation defenses.
Frontend test surface
Scraping scenario
Sneaker bot scenario
Queue protected test drop
Use rapid size checks and repeated add-to-cart attempts to validate automation defenses.
Checkout preparation scenario
Protected endpoint map
Use these paths as endpoint-level bot protection candidates. Each handler returns mock JSON, but when the app is served over HTTP it creates real requests that can be inspected, challenged, rate limited, and logged by an upstream bot protection layer.
| Scenario | Method | Endpoint | Triggered by | Bot behavior to test |
|---|---|---|---|---|
| Credential stuffing | POST |
/api/login |
Login form submit | Repeated email/password attempts, password spraying, session creation checks. |
| Fake registration | POST |
/api/register |
Registration form submit | Automated signup attempts, disposable email patterns, repeated request creation. |
| Catalog scraping | GET |
/api/catalog |
Direct endpoint request | High-frequency product, inventory, and price extraction. |
| Search automation | POST |
/api/catalog/search |
Price Catalog search or sort | Repeated query/filter behavior and automated catalog enumeration. |
| Catalog carting | POST |
/api/cart/add |
Price Catalog add-to-cart | Automated cart creation, product hoarding, cart preparation before checkout. |
| Sneaker bot | POST |
/api/drop/add-to-cart |
Sneaker Drop add-to-cart | Rapid size probing, queue bypass attempts, sold-out retry loops. |
| Carding | POST |
/api/payment |
Payment form submit | Repeated card submissions, expiry/CVV variation, checkout automation. |
| Gift card cracking | POST |
/api/gift-card/check |
Gift Card form submit | Balance lookup automation, card/PIN enumeration, high-velocity checks. |
| Form abuse | POST |
/api/comments |
Comments form submit | Spam posting, synthetic identity submissions, repeated content injection attempts. |
Telemetry simulator