Hostname
studium-schweiz.ch
Last fetched
studium-schweiz.ch resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
studium-schweiz.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 |
|---|---|---|---|---|
| 104.21.66.245 | 104.21.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.166.134 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- bruno manz
- Contact emails
- —
Subdomains
3 observed subdomains of studium-schweiz.ch.
Web-graph footprint
Distinct hostnames that link to or from studium-schweiz.ch in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for studium-schweiz.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mymxserver.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.209.56.135 |
| SPF_IP | 188.94.249.251/32 |
| SPF_IP | 188.94.250.251/32 |
| SPF_IP | 188.94.251.251/32 |
| SPF_IP | 5.148.180.139 |
Related pages
Pivot deeper into the graph from studium-schweiz.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "studium-schweiz.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.