Hostname
scb.ch
Last fetched
scb.ch resolves to 1 IPv4 address operated by HETZNER-AS in FI.
Nutrition Label
Resolution chain
scb.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 |
|---|---|---|---|---|
| 65.21.32.23 | 65.21.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
- Registrar
- —
- Organization
- claudia weber
- Contact emails
- —
Subdomains
15 observed subdomains of scb.ch.
Web-graph footprint
Distinct hostnames that link to or from scb.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for scb.ch.
| Mechanism | Target |
|---|---|
| SPF_A | mx4.eventim.de |
| SPF_A | scb.ch |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.gutknecht-net.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 178.212.254.174 |
| SPF_IP | 185.128.172.80 |
| SPF_IP | 46.140.150.234 |
| SPF_IP | 80.74.142.125 |
| SPF_IP | 94.126.17.172 |
| SPF_MX | scb.ch |
Related pages
Pivot deeper into the graph from scb.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scb.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.