Hostname
timeserver2.de
Last fetched
timeserver2.de resolves to 8 IPv4 addresses operated by WEST-NET-WEST - Utah Education Network in US.
Nutrition Label
Resolution chain
timeserver2.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 137.190.2.4 | 137.190.0.0/16 | AS210 | WEST-NET-WEST - Utah Education Network | US |
| 142.202.190.19 | 142.202.190.0/24 | AS398019 | DYNU - Dynu Systems Incorporated | US |
| 162.159.200.1 | 162.159.200.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 204.2.134.172 | 204.0.0.0/14 | AS2914 | NTT-DATA-2914 - NTT America, Inc. | US |
| 208.113.130.146 | 208.113.128.0/18 | AS26347 | DREAMHOST-AS - New Dream Network, LLC | US |
| 45.63.54.13 | 45.63.48.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 50.218.103.254 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 69.89.207.199 | 69.89.192.0/20 | AS33362 | WIKTEL - Wikstrom Telephone Company, Incorporated | US |
WHOIS identity
No WHOIS records are currently associated with timeserver2.de in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from timeserver2.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "timeserver2.de"})-[: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.