Hostname
bote.ch
Last fetched
bote.ch resolves to 2 IPv4 addresses operated by IPX-AS15598 in DE.
Nutrition Label
Resolution chain
bote.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 |
|---|---|---|---|---|
| 62.146.28.172 | 62.146.28.0/22 | AS15598 | IPX-AS15598 | DE |
| 82.211.32.57 | 82.211.0.0/18 | AS44066 | DE-FIRSTCOLO firstcolo.net | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from bote.ch in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for bote.ch.
| Mechanism | Target |
|---|---|
| SPF_A | bote.ch |
| SPF_INCLUDE | spf.fidion.de |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_IP | 84.253.60.201 |
| SPF_IP | 84.253.60.203 |
| SPF_IP | 88.99.64.201/32 |
| SPF_MX | bote.ch |
Related pages
Pivot deeper into the graph from bote.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bote.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.