Hostname
cnd.fr
Last fetched
cnd.fr resolves to 1 IPv4 address operated by CND-ASN in FR. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
cnd.fr 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.94.56.142 | 185.94.56.0/22 | AS200836 | CND-ASN | FR |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- centre national de la danse
- Contact emails
Subdomains
975 observed subdomains of cnd.fr.
Showing 25 of 975. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cnd.fr in the public web crawl.
1,135 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cnd.fr.
| Mechanism | Target |
|---|---|
| SPF_A | cnd.fr |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | cmail1.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.94.56.128/25 |
| SPF_IP | 2a05:f180::/29 |
| SPF_IP | 94.23.137.155/32 |
| SPF_MX | cnd.fr |
Related pages
Pivot deeper into the graph from cnd.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnd.fr"})-[: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.