TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Evolution of Whois Protocol to RDAP (2019)

17 pointsby Eavolution4 months ago

3 comments

elp4 months ago
I&#x27;m currently updating my organization&#x27;s RDAP system up to the latest ICANN profile so please forgive me if I sound a little salty.<p>What ICANN aren&#x27;t admitting is that while there was no formal RFC standard to the output of WHOIS ICANN themselves had mandated the output format of the WHOIS output. To go live with your shiny new gTLD you had to pass a test of your whois server output. It was strict enough that we had to remove an extra blank line is the disclaimer at the end of the output.<p>Every whois server I ever checked while writing my org&#x27;s version supported UTF8.<p>The data has to be publicly available so authentication and encryption doesn&#x27;t matter. In any case there is currently nothing requiring RDAP servers to authenticate anything.<p>The amount of search ability I&#x27;ve seen in most rdap servers so far is pretty limited.<p>The RDAP output is json but its complicated and there are so many options that realistically everyone is developing to pass the icann profile so no different to whois, and in the end we still live in a post GDRP world so all the useful data is redacted so none of this matters anyway.
评论 #43038492 未加载
comrade12344 months ago
I’ve been using Whois every now and then to ban ip ranges outside the USA where there is suspicious activity coming from.<p>The variety of responses is a lot. And it seems like you’re not required to provide accurate information other than just one field (ipaddr or something like that). For example I’ll see an allocation that has over a million addresses but in their Whois text they say they’re a &#x2F;24 network (256 addresses). This happens with Chinese networks every single time so I have to calculate the correct network…<p>(Sorry, commuting right now so I can’t show examples here)
xiconfjs4 months ago
The big problem there is no easy and consistent way to query RDAP because there are no clients in Debian or Ubuntu. There is one in the <i>experimental</i> stage [1] in Debian, so perhaps in Debian 14?<p>And yes, I know, there are Perl-Apps [2], Go-Apps [3] and so on which can be installed within minutes. But this extra step (including debugging which happens when compiling&#x2F;installing from source) isn&#x27;t going to help RDAP to get traction.<p>[1] <a href="https:&#x2F;&#x2F;packages.debian.org&#x2F;experimental&#x2F;rdap" rel="nofollow">https:&#x2F;&#x2F;packages.debian.org&#x2F;experimental&#x2F;rdap</a> [2] <a href="https:&#x2F;&#x2F;metacpan.org&#x2F;pod&#x2F;App::rdapper" rel="nofollow">https:&#x2F;&#x2F;metacpan.org&#x2F;pod&#x2F;App::rdapper</a> [3] <a href="https:&#x2F;&#x2F;github.com&#x2F;openrdap&#x2F;rdap">https:&#x2F;&#x2F;github.com&#x2F;openrdap&#x2F;rdap</a>
评论 #43038324 未加载