Hostname
holos.ch
Last fetched
holos.ch resolves to 1 IPv4 address operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
holos.ch resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 78.46.161.20 | 78.46.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with holos.ch in WhisperGraph.
Subdomains
17 observed subdomains of holos.ch.
Web-graph footprint
Distinct hostnames that link to or from holos.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for holos.ch.
| Mechanism | Target |
|---|---|
| SPF_A | holos.ch |
| SPF_IP | 116.202.184.246 |
| SPF_IP | 138.201.14.42 |
| SPF_IP | 138.201.50.208 |
| SPF_IP | 138.201.50.252 |
| SPF_IP | 78.46.210.117 |
| SPF_IP | 78.47.58.17 |
| SPF_IP | 94.130.133.66 |
| SPF_MX | holos.ch |
Related pages
Pivot deeper into the graph from holos.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "holos.ch"})-[: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.