Hostname
cnidep.com
Last fetched
cnidep.com resolves to 1 IPv4 address operated by AS50818 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
cnidep.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 |
|---|---|---|---|---|
| 217.18.82.25 | 217.18.82.0/24 | AS50818 | — | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- chambre régionale de métiers et de l'artisanat du grand est
- Contact emails
Subdomains
1 observed subdomain of cnidep.com.
| Subdomain |
|---|
| www.cnidep.com |
Web-graph footprint
Distinct hostnames that link to or from cnidep.com in the public web crawl.
27 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for cnidep.com.
| Mechanism | Target |
|---|---|
| SPF_A | cnidep.com |
| SPF_A | mail1.crma-grandest.fr |
| SPF_A | static-css-ccs-200049.business.bouyguestelecom.com |
| SPF_IP | 193.242.174.0/23 |
| SPF_IP | 62.23.143.0/24 |
| SPF_IP | 85.158.139.103/32 |
| SPF_IP | 85.158.139.19 |
| SPF_IP | 89.90.207.112/28 |
| SPF_IP | 89.90.207.119 |
| SPF_IP | 91.205.116.0/23 |
| SPF_IP | 91.205.118.0/24 |
| SPF_MX | cnidep.com |
Related pages
Pivot deeper into the graph from cnidep.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnidep.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.