EmailRep
邮箱地址威胁与风险预测
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 安全
- 文档 / URL
- https://docs.emailrep.io/
简介
EmailRep 为邮箱地址提供声誉评分——风险等级、可疑标记和历史行为——适合反欺诈。它历史上曾有免密钥 API。
⚠️ 破坏性变更(2026-08 实测):免认证 API 现已关闭——无密钥请求返回 HTTP 429
"the unauthenticated API is currently disabled. please use an API key"。请注册免费密钥。
快速开始
声誉查询(替换 YOUR_KEY):
curl "https://emailrep.io/query/test@gmail.com" \
-H "Key: YOUR_KEY"
{
"email": "test@gmail.com",
"reputation": "high",
"suspicious": false,
"references": 12,
"details": { "blacklisted": false, "malicious_activity": false }
}
认证方式
- 在 emailrep.io 注册 → 免费 API 密钥(邮件发送)。
- 通过
Key请求头携带(缺失 → 429,已实测)。
速率限制与注意事项
- 免费层:约 100 次/天(以文档为准);付费档可扩展。
- 响应含
reputation(high/low)、suspicious、references(来源数)和details标记。 - 免密钥层在 2026 年被关闭(实测)——
auth: No标签已过时。
常见问题
EmailRep 免费吗? 免费层带每日限额;现在需要密钥(无密钥 429,已实测)。
为什么无密钥 429? 免认证 API 在 2026 年被关闭(实测)——请注册密钥。
返回什么? 邮箱地址的声誉评分加风险标记。
安全 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Application Environment Verification Android library and API to verify the safety of user devices, detect rooted devices and other risks | API Key | Yes | Yes | ↗ |
| BinaryEdge Provide access to BinaryEdge 40fy scanning platform | API Key | Yes | Yes | ↗ |
| BitWarden Best open-source password manager | OAuth | Yes | Unknown | ↗ |
| Botd Botd is a browser library for JavaScript bot detection | API Key | Yes | Yes | ↗ |
| Bugcrowd Bugcrowd API for interacting and tracking the reported issues programmatically | API Key | Yes | Unknown | ↗ |