NAPTR Record Lookup — ENUM, SIP, and URI Routing
Fetch NAPTR records for telephone number mapping, SIP, and URI delegation chains
How to Use This Tool
- Enter the domain or ENUM delegation label to query.
- The tool validates the hostname and normalizes the domain string.
- A live NAPTR query runs through Google Public DNS JSON API.
- Answer data strings populate the records array unchanged.
- count reflects the number of NAPTR answers returned.
- Review status and summary when count is zero versus error.
About This Tool
NAPTR records encode ordering, preference, service labels, flags, and regular-expression replacements that steer applications toward the next lookup step — commonly in ENUM telephone-to-URI mapping, SIP routing, and dynamic URI delegation. Unlike A or MX, NAPTR is unfamiliar to most web operators until VoIP or ENUM projects land on their desk. VSPIC NAPTR record lookup issues a live type-35 query against your domain and returns every answer string with count and resolver status.
Results include normalized domain, records array with raw NAPTR_rdata, count, status, and summary text distinguishing empty NOERROR from found ENUM/SIP material. Copy strings into VoIP provisioning tickets, compare staging versus production ENUM zones, or verify that a number mapping delegation still publishes expected service paths.
Common use cases
- •View all DNS records of a domain after migration
- •Confirm DNS records after domain changes
- •Test for DNS leaks when using a VPN
- •Debug email delivery with MX and TXT records
Why use VSPIC for ?
- Dedicated NAPTR-only query without mixed record noise.
- Raw_rdata strings for VoIP engineer handoff.
- Clear count and status for empty versus error states.
- Supports ENUM and SIP audit workflows.
- Instant free lookup — no dig installation required.
- Pairs with general DNS lookup for follow-up SRV or A queries.
What NAPTR records do in modern DNS
NAPTR (Naming Authority Pointer) belongs to the DDDS framework — Dynamic Delegation Discovery System. Records specify an order and preference for trying services, flags that hint how to interpret the next step, a service parameter describing the protocol, a regular expression replacement, or a simple replacement field pointing to another domain name.
ENUM stores NAPTR under e164.arpa-style reverse mappings to translate telephone numbers into SIP URIs or other services. Application servers query NAPTR, apply ordering, then often follow with SRV or A lookups on the replacement target. Our tool returns the starting NAPTR set for the name you enter.
NAPTR syntax in raw answer strings
Typical_rdata appears as quoted fields: order preference flags service regexp replacement. Example patterns map E2U+sip to sip endpoints or use empty flags with replacement pointing to another zone for further lookups. VoIP engineers read these strings daily; web-focused admins may see them only during ENUM cutovers.
We return_rdata exactly as the resolver provides — no field splitting in the UI layer. Copy into documentation or regex validators when tuning replacement expressions. Incorrect regexp is a frequent cause of call routing failures that look like DNS outages.
ENUM and e164.arpa conventions
ENUM reverses digits of a telephone number into dot-separated labels under e164.arpa or national ENUM trees. You must query the correct fully qualified name — often many labels deep — not the marketing domain apex. Enter the precise ENUM owner name your carrier or ENUM registry published.
Empty results on a mistyped ENUM label are valid NOERROR responses. Double-check number reversal and country code inclusion. National ENUM policies differ; some numbers map only inside carrier-internal DNS.
SIP trunking and URI routing use cases
SIP providers publish NAPTR at domain labels to advertise preferred transport or next-hop resolution. Trunk migrations require verifying NAPTR still points at the new SRV cluster. Before decommissioning legacy SBC hostnames, confirm no NAPTR replacement still references them.
Pair NAPTR results with SRV record lookup on replacement targets when building a complete routing graph. NAPTR alone is one hop in a chain — not the full path to a listening socket.
When NAPTR lookup returns empty
Most consumer websites publish no NAPTR at the apex — empty results are normal for generic corporate domains. Empty NAPTR on a known ENUM label is alarming and warrants escalation to the ENUM registrar or VoIP operator.
Distinguish empty NOERROR from NXDOMAIN using status text in results. NXDOMAIN on ENUM labels may mean the number is not ported into ENUM yet.
Relationship to SRV and general DNS lookup
SRV specifies host and port for a service. NAPTR often precedes SRV in DDDS chains by naming which SRV zone to query next. Use our SRV record lookup after identifying replacement targets from NAPTR strings.
General DNS lookup returns many types at once but may bury infrequent NAPTR rows. This dedicated page keeps ENUM/SIP audits focused.
Operational change management for VoIP DNS
Treat NAPTR edits like any production VoIP change: lower TTL before updates if supported, apply during maintenance windows, verify with this lookup from public DNS, then place test calls through the ENUM path. VoIP failures often hit production before web monitors notice anything.
Document every NAPTR string in asset registers alongside trunk IDs and carrier contracts. Acquisitions frequently inherit mystery ENUM zones nobody on the IT team knew existed.
Security and abuse considerations
NAPTR regexp fields have historically been sensitive to implementation bugs in resolvers and applications. Publish only trusted regexp from reputable VoIP platforms. Monitor for unauthorized NAPTR additions after DNS panel compromises — unexpected URI mappings could redirect calls.
Read-only lookup does not mitigate bad data already published. Combine with DNS record history monitoring when available.
Limits of unparsed output
We do not sort by order and preference automatically or simulate DDDS algorithm execution. Engineers must apply RFC 3403 ordering rules manually when multiple NAPTR rows appear.
No chain walking — if replacement points to another NAPTR zone, run additional lookups on that target name separately.
Privacy and responsible use
NAPTR queries hit public DNS for names you supply. ENUM labels encode telephone number structure — handle exports carefully in support tickets. Use lookups for legitimate VoIP operations and audits on infrastructure you manage or administer.
We do not permanently store queried names or returned records.
Important notes & limitations
- Does not parse order, preference, flags, or regex fields into columns.
- Does not follow NAPTR replacement chains automatically.
- ENUM reverse zones under e164.arpa need correct label input.
- One resolver path — internal ENUM views may differ.
- No validation of regex syntax or service label correctness.
Frequently Asked Questions
Yes. VSPIC offers this NAPTR record lookup at no cost with no account required. Results load in real time.
We do not permanently store your queries on our servers. Some tools run entirely in your browser; others fetch public data for the request only.
Yes. Open the page in any modern phone or tablet browser. Results work on Wi‑Fi and mobile data.
NAPTR is DNS type 35. Our lookup queries that type exclusively for the domain you enter.
Usually no. ENUM uses reversed digit labels under e164.arpa or national trees. Enter the exact ENUM owner name from your carrier documentation.
NAPTR_rdata combines multiple DDDS fields. Raw strings match dig output and are what VoIP platforms paste into provisioning systems.
Often no. NAPTR is common in ENUM and SIP routing, not typical web hosting. Empty results on a web-only apex are normal.
No. It returns NAPTR answers for one QNAME. Query replacement targets separately if the chain continues.
Queries go through Google Public DNS JSON API for live public answers.
Next step for your check
Continue with srv record lookup on VSPIC.
Related Tools
Explore more free VSPIC tools for IP, DNS, security, and network diagnostics.
SRV Record Lookup
Service records with port, priority, weight, and target
Use Free →DNS Lookup Tool — DNS Checker
Free DNS lookup tool and DNS checker — query A, AAAA, MX, TXT, NS, CNAME, and SOA records for any domain.
Use Free →DNS Trace Lookup
Walk delegation chain from TLD to domain with NS and SOA at each step
Use Free →TXT Record Lookup
Read TXT records — SPF, DKIM, DMARC, and verification strings
Use Free →Reverse DNS Lookup
Resolve IP addresses to hostnames via PTR records
Use Free →Hostname Lookup
Resolve a domain name to its hostname and IP addresses
Use Free →
Trusted by Users Who Value Privacy
Always Free
No premium plan ever
100% Private
Files processed in browser
Instant Results
Convert in seconds
Works Everywhere
Any device, any OS