freeapis

AbuseIPDB

IP/域名/URL 信誉查询

认证方式
API Key
HTTPS
Yes
CORS
Unknown

简介

AbuseIPDB 聚合社区的 IP 滥用报告——检查 IP 的滥用置信分、举报恶意 IP、获取黑名单数据。需要免费 API 密钥(无效密钥返回 401——已实测)。

快速开始

检查 IP(替换 YOUR_KEY):

curl "https://api.abuseipdb.com/api/v2/check?ipAddress=8.8.8.8" \
  -H "Key: YOUR_KEY" \
  -H "Accept: application/json"
{
  "data": {
    "ipAddress": "8.8.8.8",
    "abuseConfidenceScore": 0,
    "countryCode": "US",
    "usageType": "Data Center/Web Hosting/Transit",
    "isp": "Google LLC",
    "domain": "google.com",
    "isWhitelisted": true,
    "totalReports": 0
  }
}

举报 IP:

curl -X POST "https://api.abuseipdb.com/api/v2/report" \
  -H "Key: YOUR_KEY" -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "ip=1.2.3.4&categories=18&comment=Port scan"

黑名单:

curl "https://api.abuseipdb.com/api/v2/blacklist?confidenceMinimum=90" \
  -H "Key: YOUR_KEY" -H "Accept: application/json"

认证方式

  • 在 abuseipdb.com 注册 → 免费 API 密钥(在账号设置里)。
  • 通过 Key 请求头携带(无效密钥返回 401——已实测)。

速率限制与注意事项

  • 免费层:1,000 次请求/天(每日刷新);付费档可扩展。
  • abuseConfidenceScore(0-100)是社区滥用分——核心信号。
  • 类别代码(18 = 端口扫描、21 = 暴力破解、15 = 网络攻击……)见文档。
  • 黑名单端点返回带分数的 CIDR 段——适合做拦截。

常见问题

AbuseIPDB 免费吗? 免费层:1,000 次/天;更多需要付费。

如何获取密钥? 在 abuseipdb.com 注册——密钥在账号设置里。

什么是滥用置信分? 0-100 的社区推导分数,表示 IP 可能滥用程度。

反恶意软件 分类更多

APIAuthHTTPSCORS
AlienVault Open Threat Exchange (OTX)

IP/domain/URL reputation

API KeyYesUnknown
CAPEsandbox

Malware execution and analysis

API KeyYesUnknown
Google Safe Browsing

Google Link/Domain Flagging

API KeyYesUnknown
IPWhois.net Blacklist

Community IP blacklist to check and report abusive IP addresses

No authYesUnknown
MalDatabase

Provide malware datasets and threat intelligence feeds

API KeyYesUnknown