Email Intelligence API
Credential Exposure & Identity Risk β Delivered in Real-Time
The Email Intelligence API helps your platform instantly determine whether an identity is at risk β before fraud, account takeover, or abuse occurs.
By analyzing breach exposure, reputation signals, and attacker-side telemetry, City of Hats transforms every email lookup into an actionable trust decision.
"Has this email appeared in a breach?"
"Is this user currently risky?"
What the API Detects
Every lookup returns risk-enriched intelligence across three key dimensions.
Credential Exposure Signals
- Appears in breach datasets
- Password reuse detection
- Leak recency
- Exposure velocity
- Source confidence
Identity Reputation Signals
- Disposable / alias / masked email
- Age & stability
- Prior malicious activity
- Bot-like registration behavior
- Domain trust classification
Threat Funnel Indicators
We classify risk based on attacker lifecycle stage:
This helps teams distinguish:
Risk Model Output
Each lookup returns structured intelligence so your systems can automate decisions β not alerts.
Identity Risk Score
0β100 scale
Threat Funnel Stage
Attack lifecycle position
Exposure Confidence
Signal reliability
Risk Reason Codes
Explainable risk factors
Recommended Action
allow / step_up / block
Common Use Cases
Fraud & Trust
Stop:
- Fake account creation
- Refund abuse
- ATO-based takeover
- Bonus abuse
Authentication & IAM
Enable:
- Adaptive MFA
- Step-up verification
- Trust-based login flows
- Risk-aware password resets
SOC & Security Ops
Reduce noise:
- Score identity events
- Enrich SIEM alerts
- Accelerate investigations
- Prioritize response
Why We're Different
City of Hats goes beyond simple breach lookups to deliver real-time identity risk intelligence.
Other Tools
- Tell you if an email appeared in a breach
- Binary yes/no response
- Static, historical data
- No attacker context
- No recommended action
City of Hats
- Tells you whether the identity is risky right now
- Real-time risk score (0β100)
- Attacker-side telemetry + lifecycle analysis
- Threat funnel stage classification
- Actionable recommendations
The difference: We don't just tell you what happened β we tell you what's likely to happen next.
Example Workflow
Policy Examples:
API Reference
Simple REST API with JSON request/response.
curl -X POST "https://api.cityofhats.com/api/v1/intel/analyze" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"email": "user@example.com"
}'
{
"email": "user@example.com",
"risk_score": 78,
"threat_stage": "TEST",
"exposed": true,
"exposure_count": 12,
"last_seen": "2025-01-09",
"disposable": false,
"domain_age_days": 4521,
"risk_reasons": [
"recent credential exposure",
"password reuse risk",
"known criminal trade source"
],
"recommended_action": "step_up_auth",
"confidence": "high"
}
Response Field Reference
risk_score
integer
0β100 risk score (higher = more risky)
threat_stage
string
CLEAN | LEAKED | REPOSTED | TRADED | TESTED | ATTACKED
exposed
boolean
Whether email appears in breach data
exposure_count
integer
Number of breach sources found
last_seen
string
ISO 8601 date of most recent exposure
disposable
boolean
Whether email is from disposable provider
risk_reasons
array
Human-readable risk factor explanations
recommended_action
string
allow | step_up_auth | block | review
confidence
string
low | medium | high β signal reliability
Integrates Anywhere
π Security & Privacy
Designed for enterprise compliance environments.
- Never sells lookup data
- Never stores raw passwords
- Anonymizes processing
- Encrypts all requests (TLS 1.3)
- Supports regional routing
- SOC 2 Type II compliant
π Performance
Built for high-volume, real-time decisioning.
- β‘ Real-time API response
- π Globally distributed
- π Scales to billions of lookups
- π’ 99.9% uptime SLA
- β±οΈ <200ms p95 latency
- βΎοΈ Unlimited lookups (Enterprise)
The Email Intelligence API is designed for platforms that need
risk β not breach trivia.
Because knowing a password leaked isn't enough.
You need to know what it means.
Start Using Email Intelligence API
Transform email lookups into actionable risk decisions. Free tier available β no credit card required.