Hostname
cba.fr
Last fetched
cba.fr has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:hosteur as the registrar.
Nutrition Label
Resolution chain
cba.fr has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:hosteur
- Organization
- —
- Contact emails
Subdomains
33 observed subdomains of cba.fr.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cba.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cba.fr.
| Mechanism | Target |
|---|---|
| SPF_A | cba.fr |
| SPF_INCLUDE | spf.akio.cloud |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | splio.com |
| SPF_IP | 46.29.127.25 |
| SPF_IP | 46.29.127.4/32 |
| SPF_IP | 79.99.33.8 |
| SPF_MX | cba.fr |
Related pages
Pivot deeper into the graph from cba.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cba.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.