Hostname
cmbv.fr
Last fetched
cmbv.fr resolves to 2 IPv4 addresses operated by AS29222 in CH. WHOIS lists registrar:viaduc as the registrar.
Nutrition Label
Resolution chain
cmbv.fr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.15.253.249 | 195.19.28.0/24 | AS29222 | — | CH |
| 83.228.234.104 | 83.229.30.0/24 | AS29222 | — | CH |
| 83.228.234.104 | 83.229.30.0/24 | AS29222 | — | CH |
WHOIS identity
- Registrar
- registrar:viaduc
- Organization
- centre de musique baroque de versailles
- Contact emails
Subdomains
18 observed subdomains of cmbv.fr.
Showing 17 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cmbv.fr in the public web crawl.
322 sites link to this hostname.
217 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cmbv.fr.
| Mechanism | Target |
|---|---|
| SPF_A | cmbv.fr |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.viaduc.fr |
| SPF_IP | 195.15.253.249 |
| SPF_IP | 2001:1600:10:100:0:0:0:c51 |
| SPF_MX | cmbv.fr |
Related pages
Pivot deeper into the graph from cmbv.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmbv.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.