EnterpriseMonitoring

Domain Monitoring

Find every breached address across your corporate email domains in a single sweep.

Email breaches · 1 credit per lookup · no monthly fee

@acme.comScanning…
Breached addresses found14

The problem

You can check one email; your company has four thousand. Security teams need the domain-wide view, every corporate address in every known breach, without running four thousand manual lookups.

With Encrata

Sweep every address on your corporate domains in one pass and get the full exposure map: who's breached, where, and what leaked. Repeat checks within the billing window are free, so a weekly sweep is affordable insurance on your whole workforce.

How it works

1

Send the address

Call the breach endpoint with an email address, one-off for a signup check, or on a schedule for monitoring.

2

We check known breaches

Encrata searches disclosed breach data and returns every breach the address appears in, when it happened, and what leaked.

3

Respond to exposure

Alert the user, raise a risk score, force a reset or require MFA, the full breach history is one credit away.

One call, structured answer

Domain Monitoring runs on the email breaches lookup at 1 credit per lookup. Same API key, same JSON shape as every other Encrata lookup.

  • Full breach history, names, dates and exposed data classes per breach
  • 1 credit per check, so continuous monitoring stays affordable
  • New-breach detection turns a public leak into a same-day security response
  • Works for one address or your whole domain
Terminal
curl -X POST "https://encrata.com/api/agent/breaches" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "sam@corp.com"}'
response.json
{
"email": "sam@corp.com",
"breached": true,
"breach_info": {
"breach_count": 2,
"services": [
{ "name": "LinkedIn", "breach_date": "2012-05-05",
"data_types": ["Email addresses", "Passwords"] }
],
"exposed_data": ["Email addresses", "Passwords"]
},
"credits": 1
}

One sweep, every address

Enumerate addresses on your corporate domains (your IdP or directory is the source of truth), sweep them in a scheduled batch, and diff against the previous run. New hits route to security with the employee, service and exposed data attached. Free repeat checks make weekly domain-wide sweeps economical even at thousands of addresses.

The exposure map you did not have

The domain-wide view catches what individual checks miss: clusters of exposures from a single third-party breach, departments with unusual reuse patterns, and service accounts nobody remembered existed. The first full sweep is usually sobering, budget remediation time for the backlog before you turn on the weekly cadence.

More email breaches use cases

View all
Start with 500 free credits
$curl https://encrata.com/api/agent/lookup -H "Authorization: Bearer YOUR_API_KEY" -d '{"e": "satya@microsoft.com"}'