CybersecurityProtection

Identity Protection

Continuously monitor consumer emails and alert on every new breach appearance.

Email breaches · 1 credit per lookup · no monthly fee

Monitoring active

2 addresses watched

No new exposures this month

The problem

Consumers can't watch the dark web themselves. Identity-protection products live or die on catching new exposures fast and explaining them clearly, 'you were in a breach' with no details is anxiety, not protection.

With Encrata

Build continuous monitoring on the breach endpoint: check monitored addresses on your cadence, diff against the last result, and alert on anything new. Full breach detail, service, date, exposed data, turns your alert into an actionable to-do list for the customer.

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

Identity Protection 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
}

The monitor-diff-alert loop

The product loop is monitor-diff-alert: check each protected address on your cadence, compare against the stored exposure history, and push a notification for anything new. The response's per-service detail, name, date, exposed data classes, is what turns your alert from anxiety into a checklist: change this password, watch this account, ignore that old one.

Alert quality is retention

Alert quality is your retention lever: customers judge protection products on the first real alert they receive. Make it specific, make it actionable, and make the quiet weeks visible too, a 'no new exposures this month' status is proof of monitoring that justifies the subscription between incidents.

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