Hostname
zeiss.com.ar
Last fetched
zeiss.com.ar resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
zeiss.com.ar 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 |
|---|---|---|---|---|
| 23.215.223.199 | 23.215.223.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.215.223.204 | 23.215.223.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.55.243.72 | 23.55.243.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.55.243.81 | 23.55.243.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
No WHOIS records are currently associated with zeiss.com.ar in WhisperGraph.
Subdomains
13 observed subdomains of zeiss.com.ar.
Web-graph footprint
Distinct hostnames that link to or from zeiss.com.ar in the public web crawl.
60 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for zeiss.com.ar.
| 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.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zeiss.com.ar"})-[: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.