Hostname
sh.ch
Last fetched
sh.ch resolves to 4 IPv4 addresses operated by FASTLY - Fastly, Inc. in CA.
Nutrition Label
Resolution chain
sh.ch resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 151.101.131.52 | 151.104.28.0/23 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.195.52 | 151.104.112.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.3.52 | 151.101.248.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.67.52 | 151.102.248.0/21 | AS54113 | FASTLY - Fastly, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- ksd
- Contact emails
- —
Subdomains
262 observed subdomains of sh.ch.
Showing 25 of 262. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sh.ch in the public web crawl.
842 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for sh.ch.
| Mechanism | Target |
|---|---|
| SPF_A | mail.codx.ch |
| SPF_A | smtp.trainingplus.ch |
| SPF_INCLUDE | _spf.senders.scnem.com |
| SPF_INCLUDE | spf.abxsec.com |
| SPF_INCLUDE | spf.imc-hosting.com |
| SPF_INCLUDE | spf.privasphere.com |
| SPF_INCLUDE | spf.umantis.com |
| SPF_IP | 159.144.81.1 |
| SPF_IP | 178.250.24.196 |
| SPF_IP | 192.122.254.151 |
| SPF_IP | 193.247.208.64/28 |
| SPF_IP | 212.80.96.0/21 |
| SPF_MX | mtfweb.ch |
| SPF_MX | sh.ch |
Related pages
Pivot deeper into the graph from sh.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sh.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.