Hostname
dior.com
Last fetched
dior.com resolves to 1 IPv4 address operated by FSRAR-AS in FR. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
dior.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.16.44.89 | 185.16.44.0/24 | AS61168 | FSRAR-AS | FR |
WHOIS identity
- Registrar
- iana:9
- Organization
- christian dior
- Contact emails
Subdomains
200 observed subdomains of dior.com.
Showing 25 of 200. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dior.com in the public web crawl.
12,936 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for dior.com.
| Mechanism | Target |
|---|---|
| SPF_A | emailing.christiandior.fr |
| SPF_A | production.eu01.dior.demandware.net |
| SPF_A | production.eu02.dior.demandware.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 104.161.152.5 |
| SPF_IP | 151.106.145.158 |
| SPF_IP | 160.8.96.30 |
| SPF_IP | 18.196.215.67/32 |
| SPF_IP | 46.18.135.73 |
| SPF_IP | 83.167.45.110 |
| SPF_IP | 90.83.117.241 |
| SPF_IP | 91.216.209.209 |
| SPF_MX | dior.com |
Related pages
Pivot deeper into the graph from dior.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dior.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.