How It Works

Hosting Details is three free lookup tools in one place: a general domain/IP/e-mail check, a raw DNS query tool, and a website security scanner. No account, no ads, nothing tracked. This page walks through what each one actually does.

1. The homepage: domain, IP, and e-mail lookup

Type a domain (example.com), an IP address (8.8.8.8), or an e-mail address (name@example.com) into the box on the homepage and press Check. Depending on what you entered, you'll get some or all of the following, side by side:

Paste an e-mail address and the site checks the domain after the @ - it never does anything with the part before it.

2. DNS Lookup Tool

The DNS Lookup Tool is for when you want to see the raw records yourself, the way dig would show them, rather than a summarised version. A few things it can do that the homepage doesn't:

The DNS resolver behind this tool is written from scratch - it speaks the DNS wire protocol directly rather than leaning on a third-party library, which is also why it can offer things like Trace mode and custom nameservers in the first place.

3. Security Scanner

The Security Scanner takes a domain and scores three things independently:

Choosing a mail port hides the Header Security card (HTTP headers don't apply to a mail server) but keeps Email Security visible, since the two are related.

A note on what this scanner can't tell you

Neither the certificate check nor anything else on this site claims a certificate is "trusted" in the browser sense - that requires validating the full certificate chain against a trust store, which this tool deliberately doesn't do, since it's built to let you inspect broken, expired, or self-signed certificates too, not just ones a browser would silently accept. What it does check, and reports honestly: whether the certificate's dates are currently valid, and whether it actually matches the hostname you asked about.

Why this exists

This is a solo-built, dependency-free project: no third-party PHP libraries, no tracking or analytics, self-hosted fonts, and a DNS resolver written from the ground up rather than wrapped around someone else's. If you're curious how your data is (and isn't) handled, that's covered in full in the Privacy Policy.