Skip to content

Hostname

time.colgate.edu

Last fetched

time.colgate.edu resolves to 8 IPv4 addresses operated by SERVERROOM - Data Room, Inc in US.

Nutrition Label

WHISPER CANON · time.colgate.eduRouting diversity4.8/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/time.colgate.edu

Resolution chain

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

IPPrefixASNOperatorCountry
162.244.81.139162.244.81.0/24AS19624SERVERROOM - Data Room, IncUS
185.234.20.134185.234.20.0/24AS216107NL
204.2.134.173204.0.0.0/14AS2914NTT-DATA-2914 - NTT America, Inc.US
207.58.172.126207.58.128.0/18AS30633LEASEWEB-USA-WDC - Leaseweb USA, Inc.US
23.149.208.423.149.208.0/24AS16925COSMB-MAIN-NET-00 - Cloud Optimized SMB LLCUS
45.55.58.10345.55.32.0/19AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
72.14.186.5972.14.176.0/20AS63949US
96.245.170.9996.245.0.0/16AS701UUNET - Verizon BusinessUS

WHOIS identity

No WHOIS records are currently associated with time.colgate.edu in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from time.colgate.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "time.colgate.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 20

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