Hostname
yourchoice.ch
Last fetched
yourchoice.ch resolves to 1 IPv4 address operated by AS21069 in CH.
Nutrition Label
Resolution chain
yourchoice.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 |
|---|---|---|---|---|
| 46.231.200.91 | 46.231.200.0/21 | AS21069 | — | CH |
WHOIS identity
No WHOIS records are currently associated with yourchoice.ch in WhisperGraph.
Subdomains
19 observed subdomains of yourchoice.ch.
Showing 18 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from yourchoice.ch in the public web crawl.
15 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for yourchoice.ch.
| Mechanism | Target |
|---|---|
| SPF_A | mx3.post.ch |
| SPF_A | relay1.postfinance.ch |
| SPF_A | relay2.postfinance.ch |
| SPF_A | yourchoice.ch |
| SPF_INCLUDE | _edge.post.ch |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.sui-inter.net |
| SPF_INCLUDE | email.smallinvoice.com |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | sendgrid.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.qb-feedback.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_MX | yourchoice.ch |
Related pages
Pivot deeper into the graph from yourchoice.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yourchoice.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.