Hostname
cgm.sk
Last fetched
cgm.sk resolves to 2 IPv4 addresses operated by CGM - CompuGroup Medical SE & Co. KGaA in DE.
Nutrition Label
Resolution chain
cgm.sk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.77.185.75 | 194.77.185.0/24 | AS203437 | CGM - CompuGroup Medical SE & Co. KGaA | DE |
| 194.77.185.76 | 194.77.185.0/24 | AS203437 | CGM - CompuGroup Medical SE & Co. KGaA | DE |
WHOIS identity
No WHOIS records are currently associated with cgm.sk in WhisperGraph.
Subdomains
9 observed subdomains of cgm.sk.
Web-graph footprint
Distinct hostnames that link to or from cgm.sk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for cgm.sk.
| Mechanism | Target |
|---|---|
| SPF_A | cgm.sk |
| SPF_INCLUDE | _spf.dnsserver.eu |
| SPF_MX | cgm.sk |
Related pages
Pivot deeper into the graph from cgm.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cgm.sk"})-[: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.