Atelier Attack Lab

Console

About the attacks what each scenario does · click to collapse
s1

Card testing / carding

Fires a list of stolen or generated card numbers at the store's own payment API to find which ones validate — "card testing" before fraudsters spend. Test cards only, validated and discarded (no real charges).

Hits POST /api/payments/validate

s2

Aggressive catalog scraping

Hammers the product API and walks every product page to lift the entire catalog — prices, SKUs, stock — the recon a competitor or reseller runs before undercutting or reselling you.

Hits GET /api/products, /product/<slug>

s3

Inventory hoarding / scalping

A wave of bots across many source IPs races to buy up every unit of the scarcest, highest-value items before real shoppers can — overselling stock. The tell is volume + distribution.

Hits POST /api/payments/validate (many IPs)

s4

Account takeover / credential stuffing

Replays leaked username/password pairs against the login from many source IPs, hunting for reused passwords. Against the seeded demo users, ~8 of 100 accounts fall — the ones reusing breached passwords.

Hits /api/auth/* (login)

s5

Full end-to-end attack

A single bot runs the whole kill chain from one IP: scrape the catalog → pick the priciest item → pay with an approved card → land a real order. The tell is automation/behaviour, not volume.

Hits GET /api/productsPOST /api/payments/validate

Every run targets your own demo storefront, which sits behind the Akamai suite in monitor mode — the attack passes through while Akamai logs exactly what it detects. Review those detections in the Akamai console after a run.

New run
Advanced parameters

Live results

Configure a run and press Run to see live results here.

Run history
WhenScenarioTargetStatusFindingsBy