OSINTverse

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 _domain and lastip types

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 typeQueryNotes
email[email protected]Credential exposure check
domainexample.comDomain-wide leak footprint
ip203.0.113.45IP-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.

Sample data
Investigation results
completed

Snusbase · email · [email protected]

Records

3

Breach rows returned

Databases

2

Distinct breach sources

Upstream

31714ms

Search latency

Breach records
2 databases
2023-12-01

Username

arivera

Password

••••••••

Leaked At

2023-12-01

Host

mail.example.com

[email protected]

0001_STEALERLOGS_NA_121M_MALWARE_2023

2023-12-01

Domain

example.com

Leaked At

2023-12-01

2024-10-19

Username

arivera

Hashed Password

••••••••

Ip Address

203.0.113.45

Leaked At

2024-10-19

Created

2024-10-19

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.

On this page