Hostname
de.versace.com
Last fetched
de.versace.com resolves to 2 IPv4 addresses operated by AS20940 in IT.
Nutrition Label
Resolution chain
de.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 de.versace.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from de.versace.com in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for de.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 de.versace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "de.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.