Hostname
classicdb.ch
Last fetched
classicdb.ch resolves to 2 IPv4 addresses operated by BAHNHOF in SE.
Nutrition Label
Resolution chain
classicdb.ch 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 |
|---|---|---|---|---|
| 155.4.246.96 | 155.4.0.0/16 | AS8473 | BAHNHOF | SE |
| 95.183.50.55 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | CH |
WHOIS identity
- Registrar
- —
- Organization
- swiss domain trustee
- Contact emails
Subdomains
6 observed subdomains of classicdb.ch.
Web-graph footprint
Distinct hostnames that link to or from classicdb.ch in the public web crawl.
55 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for classicdb.ch.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | spf-permissive.mail.hostpoint.ch |
Related pages
Pivot deeper into the graph from classicdb.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "classicdb.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.