35+ 个接口:CVE 情报、域名侦察、SSL 分析、IP 信誉、IOC/恶意软件查询、漏洞利用搜索、电子邮件安全、电话号码验证和代码安全扫描。结构化 JSON + LLM 优化摘要。支持 DeepSeek、Qwen、Claude 等 MCP 兼容模型。免费使用。
也支持 stdio 方式 — 查看 llms.txt 了解配置方法。兼容 DeepSeek、Qwen(通义千问)等支持 MCP 协议的模型。
$ curl https://api.contrastcyber.com/v1/domain/example.com
{
"domain": "example.com",
"summary": "example.com resolves to 93.184.216.34. SSL grade A (DigiCert). SPF+DMARC present. No WAF. Risk: B (72/100).",
"risk_score": {"score": 72, "grade": "B"},
"dns": {
"a": ["93.184.216.34"],
"mx": [{"priority": 0, "host": "."}],
"ns": ["a.iana-servers.net", "b.iana-servers.net"]
},
"ssl": {"grade": "A", "issuer": "DigiCert", "days_remaining": 182},
"email_security": {"spf": true, "dmarc": true, "dkim": false},
"threat": {"url_count": 0, "urls_online": 0},
"reputation": {
"abuseipdb": {"abuse_score": 0, "total_reports": 0},
"shodan": {"ports": [80, 443], "org": "ICANN"}
},
"whois": {"registrar": "RESERVED-IANA"},
"subdomains": {"count": 3},
"waf": {"waf_present": false}
}
威胁情报数据(IP 信誉、Shodan、AbuseIPDB)每次查询缓存 24 小时。CVE/EPSS 数据每 2 小时同步一次。如需实时结果,请使用不同的查询。