Find compromised credentials without leaking anything
A private, offline credential‑exposure appliance. Import vetted exposure bundles, query users across email/phone/username with HMAC‑salted lookups, and trigger response flows—fully within your network.
{
"accounts": [
{"id": "alice@yourco.com", "kind": "email"},
{"id": "+15551234567", "kind": "phone"},
{"id": "devops-alice", "kind": "username"}
]
}
[
{"id":"alice@yourco.com","kind":"email","exposures":[{"breach":"Vendor‑X","first_seen":"2025‑05‑02","pw_present":true}]},
{"id":"+15551234567","kind":"phone","exposures":[{"breach":"Service‑Y","first_seen":"2025‑04‑10","pw_present":false}]},
{"id":"devops-alice","kind":"username","exposures":[]}
]
curl -s http://appliance.local/v1/password-check \
-H 'Content-Type: application/json' \
-d '{"passwords":["Hunter2!2024","S0larWinds!"]}'
Why teams choose Domain Exposure Monitor
Air‑gapped by Design
Runs fully offline. Import signed exposure bundles via sneaker‑net. No outbound calls.
Privacy‑Preserving Lookups
HMAC‑salted identifier keys (email/phone/username) and optional Bloom filters. No clear identifiers or passwords at rest.
VAPT‑Native
Ships with REST API + CLI for seamless checks inside your VAPT pipelines and CI/CD.
Lean Footprint
MB‑level filters or low‑GB HMAC rows. 1–5k lookups/sec on modest hardware.
RBAC + Audit
Role‑based access, immutable audit trail, and approvals for bulk checks.
Drop‑in Password Hygiene
Local Pwned Passwords range API for sign‑up/reset checks—fully offline.
How it works
Bundle with your VAPT platform
Pipeline Hooks
- Pre‑engagement: screen client identifiers (email/phone/username) for historical exposure volume.
- Password policy checks via local Pwned Passwords range API and password‑only alerts.
- Post‑engagement: export exposure + password‑only summary for remediation reports.
Simple REST
curl -s http://appliance.local/v1/check \
-H 'Content-Type: application/json' \
-d '{"accounts":[{"id":"user@client.com","kind":"email"}]}'
What you get
- Air‑gapped import UI with signed bundle verification
- RBAC, audit trail, approval workflows
- SIEM/SOAR webhooks and JSON exports
FAQ
Ready to keep exposures private?
Book a walkthrough or request a trial build for your lab. Email sales@yourco.com.