Hostname
cdi.ch
Last fetched
cdi.ch resolves to 1 IPv4 address operated by DNB-AS-AP Digital Nasional Berhad in CH.
Nutrition Label
Resolution chain
cdi.ch 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.79.180.42 | 185.79.180.0/24 | AS201481 | DNB-AS-AP Digital Nasional Berhad | CH |
WHOIS identity
- Registrar
- —
- Organization
- cdi, conseils et developpements informatiques
- Contact emails
- —
Subdomains
104 observed subdomains of cdi.ch.
Showing 25 of 104. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cdi.ch in the public web crawl.
14 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for cdi.ch.
| Mechanism | Target |
|---|---|
| SPF_A | servers.mcsv.net |
| SPF_INCLUDE | _spf.odoo.com |
| SPF_INCLUDE | _spf.smtp.cdi.ch |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_MX | cdi.ch |
Related pages
Pivot deeper into the graph from cdi.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdi.ch"})-[: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.