Skip to content

Hostname

time.gov

Last fetched

time.gov resolves to 2 IPv4 addresses operated by US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY - National Institute of Standards and Technology in US.

Nutrition Label

WHISPER CANON · time.govRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/time.gov

Resolution chain

time.gov resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
129.6.13.35129.6.12.0/23AS49US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY - National Institute of Standards and TechnologyUS
132.163.4.22132.163.0.0/18AS2648NOAA-BOULDER - National Oceanic and Atmospheric AdministrationUS

WHOIS identity

No WHOIS records are currently associated with time.gov in WhisperGraph.

Subdomains

5 observed subdomains of time.gov.

Web-graph footprint

Distinct hostnames that link to or from time.gov in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from time.gov.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "time.gov"})-[: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.