钓鱼域名查 · 开放 API

这个网站,是钓鱼站吗?

连上钱包前先查一眼。DuoLaSafe 威胁情报库持续监控,已收录 82 万+ 钓鱼/恶意域名, 支持父域名命中(evil.uniswap-airdrop.com 会因 uniswap-airdrop.com 命中)。 数据实时、开放 API、不延迟。

只查域名是否在公开/自有钓鱼黑库中。命中=危险;未命中≠安全(新站可能还没被收录)。

🔌 免费开放 API

钱包、DApp、风控系统可直接接入。无需 key,CORS 全开。请合理调用(批量≤100/次)。

单条查询 GET
curl "https://safecheck.manyaitool.com/api/phishing?domain=uniswaq.org"

# 返回
{
  "ok": true,
  "domain": "uniswaq.org",
  "phishing": true,
  "verdict": "已知钓鱼域名",
  "match": { "matched": "uniswaq.org", "match_type": "exact", "source": "DuoLaSafe 威胁情报库" }
}
批量查询 POST(≤100)
curl -X POST "https://safecheck.manyaitool.com/api/phishing/bulk" \
  -H "Content-Type: application/json" \
  -d '{"domains":["uniswaq.org","good-site.com"]}'

# 返回 { "ok":true, "count":2, "results":[ {domain, phishing, match}, ... ] }

其它端点:/api/token?addr=(代币真伪)、/api/check?q=(地址/域名综合风险)。

想要更深的威胁情报 / 定制数据源?

地址级风险标签、假稳定币扫描、定向监测某个钓鱼活动——DuoLaSafe 可按需供数据或出报告。