top | item 43036584

(no title)

elp | 1 year ago

I'm currently updating my organization's RDAP system up to the latest ICANN profile so please forgive me if I sound a little salty.

What ICANN aren'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.

Every whois server I ever checked while writing my org's version supported UTF8.

The data has to be publicly available so authentication and encryption doesn't matter. In any case there is currently nothing requiring RDAP servers to authenticate anything.

The amount of search ability I've seen in most rdap servers so far is pretty limited.

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.

discuss

order

mjl-|1 year ago

fwiw, i recently had a need for checking the registration date of domains (to find the "age", for reputation purposes), and getting the information from rdap was pretty simple: a few http calls and parsing the response as json. i'll admit i didn't look at implementing whois (since it seems to be on the way out).

it works well, except that some cctlds (eg .io) don't provide an rdap service yet. i think the reason being that icann doesn't authority over cctlds.

i don't know how cctlds are run. i can imagine they would want to provide this service, it seems pretty core to their business. but perhaps there are reasons why rdap is hard for them to implement?

(aside: i'm wondering why the article was posted. it isn't recent, and is light on information).

Eavolution|1 year ago

I posted it a few days ago because the date specified to move from whois to rdap was recent, and I am learning about various network protocols at the minute and I found it interesting.