Hostname
cnas.fr
Last fetched
cnas.fr resolves to 1 IPv4 address operated by AS15401 in FR. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
cnas.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 |
|---|---|---|---|---|
| 178.237.110.175 | 178.237.110.0/24 | AS15401 | — | FR |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- comite national des actions sociales
- Contact emails
Subdomains
35 observed subdomains of cnas.fr.
Showing 24 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cnas.fr in the public web crawl.
237 sites link to this hostname.
300 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for cnas.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-paas.eolas-services.com |
| SPF_INCLUDE | fccmc-spf.orange-business.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 176.157.131.1/28 |
| SPF_IP | 20.111.54.178 |
| SPF_IP | 20.199.104.12 |
| SPF_IP | 20.40.137.237 |
| SPF_IP | 217.108.76.128/29 |
| SPF_IP | 93.17.7.132 |
Related pages
Pivot deeper into the graph from cnas.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnas.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.