Hostname
duni.ch
Last fetched
duni.ch resolves to 4 IPv4 addresses operated by DIGICERT - Tiggee LLC in US.
Nutrition Label
Resolution chain
duni.ch resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 96.45.82.195 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.82.30 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.107 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.136 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
WHOIS identity
No WHOIS records are currently associated with duni.ch in WhisperGraph.
Subdomains
1 observed subdomain of duni.ch.
| Subdomain |
|---|
| www.duni.ch |
Web-graph footprint
Distinct hostnames that link to or from duni.ch in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for duni.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | rnmk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 114.179.250.1 |
| SPF_IP | 13.53.142.25 |
| SPF_IP | 141.138.197.180 |
| SPF_IP | 155.56.222.0/24 |
| SPF_IP | 184.107.113.0/24 |
| SPF_IP | 192.176.5.200 |
| SPF_IP | 192.176.5.201 |
| SPF_IP | 192.71.60.24 |
| SPF_IP | 194.18.188.4 |
| SPF_IP | 194.18.188.5 |
| SPF_IP | 194.37.255.29/32 |
| SPF_IP | 213.132.104.150 |
| SPF_IP | 213.180.71.108/32 |
| SPF_IP | 217.114.80.100/32 |
| SPF_IP | 46.21.98.3 |
| SPF_IP | 80.74.64.0/24 |
| SPF_IP | 81.201.223.0/24 |
| SPF_IP | 91.198.224.29/32 |
| SPF_IP | 94.143.213.45/32 |
| SPF_IP | 94.143.213.63/32 |
Related pages
Pivot deeper into the graph from duni.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "duni.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.