Hostname
thebible.ch
Last fetched
thebible.ch resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
thebible.ch resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.45.252 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 149.126.4.83 | 149.126.0.0/21 | AS47302 | — | CH |
| 172.67.221.175 | 172.67.208.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with thebible.ch in WhisperGraph.
Subdomains
2 observed subdomains of thebible.ch.
| Subdomain |
|---|
| mail.thebible.ch |
| www.thebible.ch |
Web-graph footprint
Distinct hostnames that link to or from thebible.ch in the public web crawl.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mx1.mail.hostpoint.ch
- mx2.mail.hostpoint.ch
- thebible.ch
SPF policy
4 SPF mechanisms authorising senders for thebible.ch.
| Mechanism | Target |
|---|---|
| SPF_A | thebible.ch |
| SPF_IP | 149.126.0.0/21 |
| SPF_IP | 194.126.200.0/24 |
| SPF_MX | thebible.ch |
Related pages
Pivot deeper into the graph from thebible.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thebible.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.