Does whois work in the Mac App Store version of SSHive?+
Yes, and it is exactly the same code as the direct-download DMG. Whois needs nothing more than an outbound TCP connection to port 43, which the App Sandbox allows, so there is no feature gap here. That is not true of every tool: traceroute is genuinely unavailable in the Mac App Store build because the sandbox denies ICMP raw sockets, and ping falls back to a TCP-connect probe on port 80 outside the DMG. Whois is unaffected by any of that.
Why does whois on my iPhone show fewer fields than on my Mac?+
Because the two builds walk the chain differently. Mac and Windows keep a table of registry servers, so a lookup goes straight to Verisign or AFNIC, then chases up to three referrals to reach the sponsoring registrar. iPhone and iPad always start at IANA and follow exactly one referral, which for a .com usually ends at Verisign — a thin registry that returns only registrar, dates and name servers. Mobile also parses just those field groups; DNSSEC, status codes, registrant details and abuse contacts are desktop-only.
Why is the owner's name replaced by REDACTED FOR PRIVACY?+
GDPR. Since 2018, gTLD registries and registrars strip registrant name, address, phone and email from public whois output by default, and no client can recover them — the data is simply not sent over port 43. It is not a signal that a domain is suspicious; it applies to essentially every .com. What remains is registrar, dates, name servers, status codes and the Registrar Abuse Contact Email, which is the correct channel for a complaint. Some ccTLDs are less strict: AFNIC still publishes .fr registrations held by legal entities.
Can I run a whois on an IP address instead of a domain?+
On Mac and Windows, yes. SSHive detects a dotted-quad IPv4 address, opens the query at ARIN using ARIN's n <ip> syntax, then follows the ReferralServer line to RIPE, APNIC, LACNIC or AFRINIC when the block is allocated outside the ARIN region. You get the netblock, the CIDR range and the organisation holding it. There is no manual RIR picker — the referral chain decides. One caveat: rwhois referrals that carry a non-standard port are still dialled on port 43.
Does SSHive send my lookups through its own servers?+
No. The connection goes from your Mac, iPhone or iPad straight to the whois server run by IANA, the registry or the registrar. There is no SSHive backend in the path and no third-party REST API, which is how several iOS whois apps are actually built. Be clear-eyed about the limit of that claim: the whois server you query still sees your IP address, because that is how TCP works. What changes is that nobody in between keeps a log of what you asked.
Is the whois tool free, or does it need Pro?+
Free, on Mac, Windows, iPhone and iPad. None of SSHive's network tools — whois, DNS lookup, ping, traceroute, MX lookup, blacklist check — sits behind a licence check on any platform. SSHive Pro is a one-time purchase of about 9.99 USD, a Universal Purchase covering Mac, iPhone and iPad, with no subscription and no account, and it unlocks things like RDP and VNC sessions, tunnels and SFTP upload. The network tools are not part of that.
My query returned nothing or hung. What went wrong?+
Three common causes. The TLD may not be in SSHive's registry table, so the query starts at IANA and depends on the referral being present and well-formed. The registry may be rate-limiting you: whois servers cut off repeated queries from the same IP, and SSHive does not detect or back off from that, so you simply get a truncated or empty body. Or the server is silent — the desktop build gives up after ten seconds per hop, but on iPhone and iPad there is no per-query timer, so cancel and retry.