Hostname
wir.ch
Last fetched
wir.ch resolves to 2 IPv4 addresses operated by NINE in CH.
Nutrition Label
Resolution chain
wir.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 |
|---|---|---|---|---|
| 5.148.183.61 | 5.148.160.0/19 | AS29691 | NINE | CH |
| 185.169.86.31 | 185.169.84.0/22 | AS198249 | OPSONE | CH |
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 wir.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
28 SPF mechanisms authorising senders for wir.ch.
| Mechanism | Target |
|---|---|
| SPF_A | wir.ch |
| SPF_INCLUDE | _spf.general.transactional-mail-a.com |
| SPF_INCLUDE | _spf.sui-inter.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.appmail.swisscom.com |
| SPF_INCLUDE | spf.eu.signature365.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.swisscom.com |
| SPF_INCLUDE | spf.umantis.com |
| SPF_IP | 138.188.166.110 |
| SPF_IP | 138.188.166.120 |
| SPF_IP | 185.17.70.90 |
| SPF_IP | 193.201.168.170 |
| SPF_IP | 193.201.168.171 |
| SPF_IP | 193.201.168.38/32 |
| SPF_IP | 193.222.91.160 |
| SPF_IP | 193.222.91.199 |
| SPF_IP | 194.126.200.0/24 |
| SPF_IP | 195.49.118.20 |
| SPF_IP | 195.49.118.22 |
| SPF_IP | 212.71.126.70 |
| SPF_IP | 5.44.96.201 |
| SPF_IP | 62.220.18.189 |
| SPF_IP | 84.16.68.94 |
| SPF_IP | 84.16.68.96 |
| SPF_IP | 91.198.173.104 |
| SPF_IP | 91.198.173.124 |
| SPF_MX | wir.ch |
Related pages
Pivot deeper into the graph from wir.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wir.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.