Snusbase
Breach and stealer-log search across Snusbase leak tables.
Snusbase searches leaked databases and stealer logs for emails, usernames, names, domains, and IPs — returning credential rows grouped by dump, with hashes, hosts, and related identity fields when present.
Capabilities
- Field-scoped search across email, username, name, domain, and IP
- Return records grouped by Snusbase table / dump name
- Surface plaintext passwords, hashes, hosts, and last-seen IPs
- Map SearchIn domain and IP queries to Snusbase
_domainandlastiptypes
What you get back
- Records grouped by leak table
- Masked password and hash fields with reveal toggle
- Filter across dumps and record fields
- Upstream hit count and latency metadata
UI workflow
Choose Email, Username, Domain, Name, or IP.
Select Snusbase.
Review grouped leak records and expand sensitive fields as needed.
Sample queries
| Input type | Query | Notes |
|---|---|---|
email | [email protected] | Credential exposure check |
domain | example.com | Domain-wide leak footprint |
ip | 203.0.113.45 | IP-linked stealer / leak records |
Pricing
email $0.30 · username $0.30 · domain $0.30 · name $0.30 · ip $0.30
Best for
- Credential stuffing and account takeover assessments
- Stealer-log and combo-dump investigations
- Complementing DeHashed and LeakRadar breach views
API example
$0.30 per query. Live runs charge the active workspace wallet — the same rates as the dashboard.
Records
3
Breach rows returned
Databases
2
Distinct breach sources
Upstream
31714ms
Search latency
curl -X POST "https://apiv1.osintverse.com/v1/search" \ -H "Content-Type: application/json" \ -H "x-api-key: ov_your_api_key" \ -d '{"provider":"snusbase","input_type":"email","query":"[email protected]"}'Invalid provider + input_type pairs return HTTP 422. Confirm combinations with GET /v1/providers or the pricing matrix.
Run this in the SearchIn UI or create an API key. Full HTTP reference: search workflow. Marketing overview: Snusbase integration.