Hostname
www.buchi.com
Last fetched
www.buchi.com resolves to 1 IPv4 address operated by FLOW Switzerland in CH.
Nutrition Label
Resolution chain
www.buchi.com 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 |
|---|---|---|---|---|
| 185.90.38.132 | 185.90.36.0/22 | AS200759 | FLOW Switzerland | CH |
WHOIS identity
No WHOIS records are currently associated with www.buchi.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for www.buchi.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.buchi.com |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | inx.ch |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.vizito.be |
| SPF_IP | 193.238.142.67/32 |
| SPF_IP | 194.209.24.231 |
| SPF_IP | 20.160.208.125 |
| SPF_IP | 20.71.51.145 |
| SPF_IP | 20.76.29.120 |
| SPF_IP | 220.110.65.176 |
| SPF_IP | 4.245.48.26 |
| SPF_IP | 51.144.21.166 |
| SPF_IP | 80.72.128.73 |
Related pages
Pivot deeper into the graph from www.buchi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.buchi.com"})-[: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.