Hostname
eu.versace.com
Last fetched
eu.versace.com resolves to 2 IPv4 addresses operated by AS20940 in IT.
Nutrition Label
Resolution chain
eu.versace.com 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 |
|---|---|---|---|---|
| 2.22.248.184 | 2.22.248.0/24 | AS20940 | — | IT |
| 23.1.33.217 | 23.1.33.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with eu.versace.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from eu.versace.com in the public web crawl.
24 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for eu.versace.com.
| Mechanism | Target |
|---|---|
| SPF_A | production.na04.capri.demandware.net |
| SPF_A | smtp.approche-sur-mesure.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.31.253.224/27 |
| SPF_IP | 212.31.253.252/32 |
| SPF_IP | 212.31.253.254/32 |
| SPF_IP | 213.86.147.192/27 |
| SPF_IP | 82.112.204.240/29 |
Related pages
Pivot deeper into the graph from eu.versace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eu.versace.com"})-[: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.