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
Resolution chain
time.gov resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.6.13.35 | 129.6.12.0/23 | AS49 | US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY - National Institute of Standards and Technology | US |
| 132.163.4.22 | 132.163.0.0/18 | AS2648 | NOAA-BOULDER - National Oceanic and Atmospheric Administration | US |
WHOIS identity
No WHOIS records are currently associated with time.gov in WhisperGraph.
Subdomains
5 observed subdomains of time.gov.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from time.gov in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from time.gov.
- IP · 129.6.13.35
- ASN · AS49US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY - National Institute of Standards and Technology
- Country · US
- TLD · .gov
- Browse hostnames · ti…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.