Hostname
cud.fr
Last fetched
cud.fr resolves to 1 IPv4 address operated by AS204818 in FR. WHOIS lists registrar:orange as the registrar.
Nutrition Label
Resolution chain
cud.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 |
|---|---|---|---|---|
| 46.182.7.80 | 46.182.4.0/22 | AS204818 | — | FR |
WHOIS identity
- Registrar
- registrar:orange
- Organization
- communaute urbaine de dunkerque
- Contact emails
Subdomains
30 observed subdomains of cud.fr.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cud.fr in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for cud.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | hosteurtransac.net |
| SPF_INCLUDE | spf.medtra.fr |
| SPF_INCLUDE | spf.mgdis.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfprod.keetoa.com |
| SPF_INCLUDE | spftools.keetoa.com |
| SPF_IP | 149.202.177.167 |
| SPF_IP | 164.177.4.201 |
| SPF_IP | 195.101.42.161 |
| SPF_IP | 195.101.49.44 |
| SPF_IP | 195.101.49.48 |
| SPF_IP | 195.101.49.61 |
| SPF_IP | 213.32.30.145 |
| SPF_IP | 40.89.143.69 |
| SPF_IP | 40.89.156.84 |
| SPF_IP | 46.182.7.107 |
| SPF_IP | 46.182.7.124 |
| SPF_IP | 46.182.7.91 |
| SPF_IP | 51.75.27.225 |
| SPF_IP | 81.31.205.100 |
| SPF_IP | 81.31.205.101 |
| SPF_IP | 81.31.205.102 |
| SPF_IP | 81.31.205.103 |
| SPF_IP | 92.175.133.1 |
Related pages
Pivot deeper into the graph from cud.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cud.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.