适用对象
将此套件用于故障排查、迁移检查、基础设施研究和安全审查。
尝试搜索产品、目标、端点路径或 API 主题。
执行任何记录类型的 DNS 查询。
将此套件用于故障排查、迁移检查、基础设施研究和安全审查。
需要域名或主机的当前 DNS 记录响应和权威上下文时选择。
执行任何记录类型的 DNS 查询。
集成前,请查看支持的操作、输入、输出、执行模式和响应限制。
1-3 需要身份验证。有关确切费用和按项计费,请查看操作参考。
使用文档化的操作来收集、评估、补充、验证、比较、保护或监测公开证据。
| 参数 | 类型 | 必需 |
|---|---|---|
| domain | string | 必需 |
| type |
string
允许的值
AAAAAMXNSTXTSOACNAMECAAPTRSRV
默认值
A
|
可选 |
| 字段 | 类型 |
|---|---|
domain |
string |
record_type |
string |
records[] |
object[] |
records[] |
object |
records[].type |
string |
records[].name |
string |
records[].data |
string |
records[].ttl |
integer |
records[].priority |
integer |
records[].classification |
string |
status |
string |
dnssec_validated |
boolean |
query_time_ms |
integer |
checked_at |
string |
warnings[] |
object[] |
warnings[] |
object |
warnings[].code |
string |
warnings[].message |
string |
warnings[].severity |
string |
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/dns?domain=example.com&type=A"
{
"domain": "google.com",
"record_type": "TXT",
"records": [
{
"type": "TXT",
"name": "google.com",
"data": "v=spf1 include:_spf.google.com ~all",
"ttl": 300,
"classification": "spf"
},
{
"type": "TXT",
"name": "google.com",
"data": "google-site-verification=abc123",
"ttl": 300,
"classification": "verification"
}
],
"status": "success",
"dnssec_validated": false,
"query_time_ms": 37,
"checked_at": "2026-04-18T21:00:00Z",
"warnings": [
{
"code": "TXT_MULTIPLE_RESPONSES",
"message": "Domain publishes multiple TXT records; use classification to isolate the security ones.",
"severity": "info"
}
],
"meta": {
"served_by": "pop=unknown country=unknown"
}
}
审核日期:2026-08-22
使用 DNS 查询 的 API 参考来查看参数、响应字段、示例、状态码和支持的操作模式。
未知或部分结果表示无法完全确定所请求的证据。在后续决策中保留结果状态、置信度、新鲜度和限制信息。
费用取决于操作和执行模式。有关当前积分费用、身份验证要求和按项规则,请查看端点参考。
被出色公司的人们使用