Skip to content

Hostname

timeserver2.de

Last fetched

timeserver2.de resolves to 8 IPv4 addresses operated by WEST-NET-WEST - Utah Education Network in US.

Nutrition Label

WHISPER CANON · timeserver2.deRouting diversity4.8/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/timeserver2.de

Resolution chain

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

IPPrefixASNOperatorCountry
137.190.2.4137.190.0.0/16AS210WEST-NET-WEST - Utah Education NetworkUS
142.202.190.19142.202.190.0/24AS398019DYNU - Dynu Systems IncorporatedUS
162.159.200.1162.159.200.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
204.2.134.172204.0.0.0/14AS2914NTT-DATA-2914 - NTT America, Inc.US
208.113.130.146208.113.128.0/18AS26347DREAMHOST-AS - New Dream Network, LLCUS
45.63.54.1345.63.48.0/20AS20473AS-VULTR - The Constant Company, LLCUS
50.218.103.25450.128.0.0/9AS7922COMCAST-7922 - Comcast Cable Communications, LLCUS
69.89.207.19969.89.192.0/20AS33362WIKTEL - Wikstrom Telephone Company, IncorporatedUS

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 20

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