带有nodejs包的WHOIS请求失败

网络工程 dns
2022-02-11 15:06:33

我正在尝试对大约 7000 个域进行批量 whois 查找。我使用节点 js 包whois

这在我使用单个域进行测试时有效。

在我批量请求 50 个域后,它停止向我提供数据。

我得到的回复如下

% This is the RIPE Database query service.
% The objects are in RPSL format.
%
% The RIPE Database is subject to Terms and Conditions.
% See http://www.ripe.net/db/support/db-terms-conditions.pdf

% Note: this output has been filtered.
%       To receive output for a database update, use the "-B" flag.

%ERROR:101: no entries found
%
% No entries found in source RIPE.

% This query was served by the RIPE Database Query Service version 1.91.2 (ANGUS)

但是该请求是针对现有域运行的。

出了什么问题?现在,甚至个别请求都为我返回了这个。我被列入黑名单了吗?有速率限制吗?

1个回答

各个地区的互联网注册机构对批量 WHOIS 有不同的政策。

我知道 RIPE 对个人信息有速率限制;并且很可能有一般的查询。您可能会发现 RIPE 的其他接口之一更适合您正在做的事情,因为它有许多 API,而不仅仅是传统的 whois。https://www.ripe.net/manage-ips-and-asns/db/support/querying-the-ripe-database

编辑:RIPE 非常清楚它的政策和限制,请参阅它的Query Reference ManualAcceptable Use Policy,其中提供了详细信息。