Skip to content

Comment on Just type `whois Microsoft.com` in your shell

Comments

If you just want microsoft's whois, do this

whois microsoft.com.

The . at the end tells the whois server, relative to root, no wildcard matching.

    % whois microsoft.com.
    No whois server is known for this kind of object.
    whois 'domain microsoft.com'

Depends on the software you're using. Try:

    % whois \=microsoft.com
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.