Hostname
beaumont.ch
Last fetched
beaumont.ch resolves to 1 IPv4 address operated by AS12350 in CH.
Nutrition Label
Resolution chain
beaumont.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 |
|---|---|---|---|---|
| 212.147.60.253 | 212.152.56.0/24 | AS12350 | — | CH |
WHOIS identity
No WHOIS records are currently associated with beaumont.ch in WhisperGraph.
Subdomains
1 observed subdomain of beaumont.ch.
| Subdomain |
|---|
| www.beaumont.ch |
Web-graph footprint
Distinct hostnames that link to or from beaumont.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for beaumont.ch.
| Mechanism | Target |
|---|---|
| SPF_A | beaumont.ch |
| SPF_INCLUDE | spf.vtx.ch |
| SPF_IP | 213.200.236.239 |
| SPF_MX | beaumont.ch |
Related pages
Pivot deeper into the graph from beaumont.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beaumont.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.