Skip to content

Hostname

privatecloud.imtm.cz

Last fetched

privatecloud.imtm.cz resolves to 3 IPv4 addresses operated by CESNET2 - CESNET z.s.p.o. in CZ.

Nutrition Label

WHISPER CANON · privatecloud.imtm.czRouting diversity1.5/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/privatecloud.imtm.cz

Resolution chain

privatecloud.imtm.cz resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
158.194.103.123158.194.0.0/16AS2852CESNET2 - CESNET z.s.p.o.CZ
158.194.103.124158.194.0.0/16AS2852CESNET2 - CESNET z.s.p.o.CZ
158.194.103.125158.194.0.0/16AS2852CESNET2 - CESNET z.s.p.o.CZ

WHOIS identity

No WHOIS records are currently associated with privatecloud.imtm.cz in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from privatecloud.imtm.cz in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from privatecloud.imtm.cz.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "privatecloud.imtm.cz"})-[: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.