SVCB Record Lookup
Check SVCB records (RFC 9460 generic service binding) for any service. Free DNS checker.
What is an SVCB record?
An SVCB record ("service binding") is the generic version of the HTTPS record — same wire format, different type code. It lets a service publish where to reach it (host, port, ALPN protocols) and any service-specific parameters in DNS, in a single record.
When to check SVCB
- Diagnosing modern transport upgrades (HTTP/3, DoH, DoQ)
- Confirming an Encrypted Client Hello (ECH) deployment
- Querying experimental service-binding configurations for protocols other than HTTPS
Reading the results
SVCB values share the same wire format as HTTPS records: priority target params. AliasMode (priority 0) points at another name; ServiceMode (priority > 0) carries parameters describing how to reach the service.
Common errors and pitfalls
- Wrong type code — querying SVCB on something that's actually an HTTPS record returns nothing. The two types are deliberately separate.
- Resolvers that don't speak SVCB — many DoH resolvers fall back to raw bytes for unknown types. Cross-check with a modern resolver if results look garbled.
FAQ
SVCB vs HTTPS — which should I look up?
If the service is HTTPS, look up the HTTPS record. SVCB is for everything else (or for cases where a service publishes non-HTTPS bindings).
What protocols use SVCB today?
Adoption is early. Some experimental DoH and DoQ deployments use SVCB to advertise alternate transports. The HTTPS subtype is far more widely deployed.
Background reading
See the DNS Records Explained guide.
All record-type lookups
WhereIsDNS has dedicated pages for each common DNS record type. Each one defaults the tool to that record type and includes background on what the record means and what to look for.
- A Record Lookup — IPv4 addresses for a hostname
- AAAA Record Lookup — IPv6 addresses for a hostname
- CNAME Lookup — Aliases pointing one hostname to another
- MX Record Lookup — Mail servers for a domain (with priorities)
- NS Record Lookup — Authoritative nameservers for a domain
- TXT Record Lookup — SPF, DKIM, DMARC, and other text records
- SOA Record Lookup — Authority metadata for a DNS zone
- CAA Record Lookup — Which CAs may issue certs for the domain
- SRV Record Lookup — Service location records (SIP, XMPP, _autodiscover, etc.)
- DNSKEY Record Lookup — DNSSEC public keys for a zone
- DS Record Lookup — DNSSEC delegation signer at the parent zone
- HTTPS Record Lookup — Modern HTTPS service binding (ALPN, ECH, etc.)
- PTR (Reverse DNS) Lookup — Reverse DNS — IP back to a hostname
- Home (defaults to A records)