Hostname
time.creighton.edu
Last fetched
time.creighton.edu resolves to 5 IPv4 addresses operated by US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY - National Institute of Standards and Technology in US.
Nutrition Label
Resolution chain
time.creighton.edu resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 132.163.96.3 | 132.163.96.0/24 | AS49 | US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY - National Institute of Standards and Technology | US |
| 23.150.40.242 | 23.150.40.0/24 | AS21738 | ROZINT - Rozint | US |
| 45.83.234.123 | 45.83.232.0/22 | AS206238 | — | NL |
| 50.251.160.20 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 74.208.25.46 | 74.208.0.0/16 | AS8560 | — | US |
WHOIS identity
No WHOIS records are currently associated with time.creighton.edu in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from time.creighton.edu.
- IP · 132.163.96.3
- ASN · AS49US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY - National Institute of Standards and Technology
- Country · US
- Apex domain · creighton.edu
- TLD · .edu
- Browse hostnames · ti…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "time.creighton.edu"})-[: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.