All integrations
Breach intelligence

Snusbase OSINT integration

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
What this integration is designed to return.
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
Best for
Typical investigation fits.
Credential stuffing and account takeover assessments
Stealer-log and combo-dump investigations
Complementing DeHashed and LeakRadar breach views

Supported inputs & pricing

Prices are USD. LeakRadar tiers include unlock ceilings; other integrations are flat per query.

Snusbase SearchIn pricing by input type
Input typePrice
Emailemail$0.30
Usernameusername$0.30
Domaindomain$0.30
Namename$0.30
IP addressip$0.30

How to access Snusbase

Access via SearchIn UI
Run the integration without leaving the dashboard.
  1. Choose Email, Username, Domain, Name, or IP.
  2. Select Snusbase.
  3. Review grouped leak records and expand sensitive fields as needed.

What you'll see

  • ·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
Open with this integration
Access via API
Authenticate with x-api-key, then create a search job.

Use POST /v1/search with provider snusbase. Poll GET /v1/search/{id} when status is running (FaceCheck).

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]"}'

Sample queries

email
Credential exposure check
domain
example.com
Domain-wide leak footprint
ip
203.0.113.45
IP-linked stealer / leak records

FAQ

How do I use Snusbase in SearchIn?

Choose Email, Username, Domain, Name, or IP. Select Snusbase. Review grouped leak records and expand sensitive fields as needed.

How do I call Snusbase from the API?

Send POST /v1/search with provider: "snusbase" and a supported input_type. Create an API key in the dashboard first.

What does it cost?

Email: $0.30. Username: $0.30. Domain: $0.30. Name: $0.30. IP address: $0.30.