Hostname
zeiss.it
Last fetched
zeiss.it resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists registrar:key-systems gmbh as the registrar.
Nutrition Label
Resolution chain
zeiss.it resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.24.77.33 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.5 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.10.140 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.10.149 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.201.136 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.153 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.23.151 | 23.48.23.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.48.23.187 | 23.48.23.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- registrar:key-systems gmbh
- Organization
- carl zeiss
- Contact emails
- —
Subdomains
18 observed subdomains of zeiss.it.
Web-graph footprint
Distinct hostnames that link to or from zeiss.it in the public web crawl.
426 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for zeiss.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-mx.zeiss.com |
| SPF_IP | 194.175.223.0/24 |
| SPF_IP | 194.8.120.224/27 |
| SPF_IP | 217.111.120.0/27 |
| SPF_IP | 62.134.45.32/28 |
| SPF_IP | 62.245.148.0/26 |
| SPF_IP | 82.135.18.0/23 |
| SPF_IP | 94.199.88.0/22 |
Related pages
Pivot deeper into the graph from zeiss.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zeiss.it"})-[: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.