Skip to content

Hostname

nameserver.quest

Last fetched

nameserver.quest resolves to 1 IPv4 address operated by FIBERSTATE - FiberState, LLC in US. WHOIS lists iana:609 as the registrar.

Nutrition Label

WHISPER CANON · nameserver.questRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/nameserver.quest

Resolution chain

nameserver.quest resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
38.101.149.18938.101.149.0/24AS26042FIBERSTATE - FiberState, LLCUS

WHOIS identity

Registrar
iana:609
Organization
domainforsale
Contact emails

Subdomains

5 observed subdomains of nameserver.quest.

Web-graph footprint

Distinct hostnames that link to or from nameserver.quest in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for nameserver.quest.

MechanismTarget
SPF_Anameserver.quest
SPF_IP38.101.149.189
SPF_MXnameserver.quest

Related pages

Pivot deeper into the graph from nameserver.quest.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "nameserver.quest"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.