Hostname
funshop.ch
Last fetched
funshop.ch resolves to 2 IPv4 addresses operated by AS13030 in CH.
Nutrition Label
Resolution chain
funshop.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 |
|---|---|---|---|---|
| 82.197.175.180 | 82.197.160.0/20 | AS13030 | — | CH |
| 83.222.129.91 | 83.222.128.0/19 | AS31736 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- funshop
- Contact emails
- —
Subdomains
7 observed subdomains of funshop.ch.
Web-graph footprint
Distinct hostnames that link to or from funshop.ch in the public web crawl.
25 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for funshop.ch.
| Mechanism | Target |
|---|---|
| SPF_A | mail.stepping-stone.ch |
| SPF_A | smtp.stepping-stone.ch |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_MX | funshop.ch |
Related pages
Pivot deeper into the graph from funshop.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "funshop.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.