How to lookup the registry information of a website from Studio?

Hi there,

I need to find a way to retrieve the registry information for a list of URLs that I have. From what I saw, it should be something like this ICANN website. But I need some sort of library or script that can do it via API call on the background. Has anybody done that before?

How about the “whois” command line tool by Microsoft?

That command is not installed on our target VDIs.

It’s installable from the provided link.

One option could also be to use a library for the purpose, for instance jsakamoto/WhoisClient.NET: Fork of the project https://whoisclient.codeplex.com - https://github.com/.