Deploy Fake API Endpoints
That Look Real

Every crypto exchange gets scanned by bots, MEV searchers, and exploit researchers 24/7. The Z6 Honeynet deploys polymorphic shadow endpoints that look identical to your real API — but redirect attackers into a simulated sandbox. You detect them before they find your real infrastructure.

0
Requests Intercepted
total since deploy
0
Threats Blocked
phase-violation drops
0
Current Phase
30s token window
21
Shadow Endpoints
active honeypots

🔴 Live Attack Simulator AUTO-PLAYING

This simulates what attackers see when they scan your API. Green = phase-authenticated traffic passing through. Red = attackers being blocked and logged.

Initializing shield...

🔍 Try It Yourself

Get a valid phase token, then hit a shadow endpoint. See the difference between an authenticated request and a blocked attacker.

Get a token and try hitting an endpoint.

Why Every Exchange Needs This

Your exchange API is under constant reconnaissance. Here's how the Z6 Honeynet turns that against the attackers.

🛡️ Zero-Overhead Intrusion Rejection

Traditional WAFs use regex pattern matching and rate limiting — both can be bypassed. The Z6 phase gate drops unaligned packets via simple integer arithmetic. No parsing, no latency, no false positives for legitimate clients.

🌀 Polymorphic Deception

Shadow endpoints mutate their response structure every 60 seconds. Attackers see a real-looking exchange API (balances, orders, market data) — but they're in a sandbox. Their exploit attempts are logged, not executed.

🔍 Attack Reconnaissance

Every blocked request is logged with IP, path, timestamp, and phase offset. Build threat intelligence from real scanning activity targeting your infrastructure. Export logs to your SIEM.

⚡ Quantum-Ready

Built on Z6 topological primitives — the same post-quantum lattice math used in our clearinghouse. No elliptic curve, no RSA, no quantum-vulnerable cryptography anywhere in the stack.

🔌 Drop-In Deployment

Route your exchange subdomain through the honeynet in 5 minutes. No code changes to your backend. The shield intercepts, inspects, and either passes or quarantines — your matching engine never knows the difference.

📊 Real-Time Telemetry

Live SSE feed of all shield activity. Watch attackers probe your endpoints in real time. Integrate with Grafana, Datadog, or your own dashboard via the REST API.

Architecture

The honeynet sits at the edge, before your real infrastructure.

1. Inbound
Attacker Request
2. Gate
Phase Check
3. Pass
Sham Response
3. Block
403 Collapse
4. Log
Attack Record

API Reference

GET/api/challenge
Get a time-bound phase token. Returns { token, phase, expiresAt }. Valid for 30 seconds.
GET/api/health
Service health with shield status, current phase, and shadow endpoint count.
GET/api/metrics
Full metrics: requests, blocked, quarantine count, recent attack log.
GET/api/metrics/stream
SSE real-time telemetry. Connect and receive shield state every 5 seconds.

All shadow endpoints (e.g. /api/v1/trade/order) accept X-Z6-Phase-Token or X-Z6-Phase headers. Without a valid token, requests are logged and blocked with 403.

Pricing

Deploy in minutes. Pay as you grow.

Starter
$49/mo
5 shadow endpoints · 10K requests/mo
  • Phase-gate authentication
  • Basic attack logging (7 day retention)
  • REST metrics API
  • Email alerts (daily digest)
Enterprise
Custom
Unlimited endpoints · Unlimited requests
  • All Exchange features
  • Custom shadow endpoint templates
  • Dedicated phase key rotation
  • SLA 99.99% uptime
  • On-premise deployment option
  • Priority support (24/7)

Shadow Endpoint Map

21 endpoints that mirror a real exchange API. Attackers see this instead of your real infrastructure.

/api/v1/trade/order
/api/v1/trade/cancel
/api/v1/trade/orders
/api/v1/withdraw
/api/v1/deposit
/api/v1/balance
/api/v1/user/info
/api/v1/market/ticker
/api/v1/market/depth
/api/v1/market/kline
/api/v2/trade/execute
/api/v2/auth/login
/api/v2/admin/config
/api/v2/webhook/callback
/api/v2/webhook/status
/api/v1/order/new
/api/v1/account/transfer
/api/v1/account/history
/api/v1/futures/position
/api/v1/futures/order
/api/v1/options/contract