Breach detection, SIM swap monitoring, infostealer exposure, and domain lookalike scanning — REST API, metered billing, no commitments.
Enter your email to get started. You'll be redirected to a secure checkout to save a card. Your API key arrives by email instantly.
Metered billing · No monthly minimum · Cancel anytime
On-demand IOC lookup against RelayShield's live Telegram-sourced criminal channel intelligence — 24–72 hours ahead of public breach databases. Emails, domains, phone numbers, and wallet addresses matched in real time against infostealer log markets, credential dump channels, and SIM swap service listings.
| MSP — $499/mo | MSSP — $999/mo | |
|---|---|---|
| Calls / month | 10,000 | Unlimited |
| IOC types | Email · Phone · Domain · Wallet | |
| Intel sources | 31 criminal Telegram channels (infostealer, credential dumps, SIM swap, crypto drainers) | |
| Lead time vs HIBP | 24–72 hours | |
| Rate limit | ~333 calls/day | None |
| Support | Standard email | Priority + SLA |
| Best for | SOC teams, SOAR playbooks, incident response | MSSPs with continuous multi-client monitoring |
# Breach check curl -X POST https://atq6wtkp6k.execute-api.us-east-1.amazonaws.com/prod/v1/metered/breach \ -H "X-RS-API-KEY: rs_live_your_key_here" \ -H "Content-Type: application/json" \ -d '{"email": "user@example.com"}' # Response { "ok": true, "data": { "email": "user@example.com", "breach_count": 3, "breaches": [{ "name": "LinkedIn", "breach_date": "2021-06-22", ... }] } }