Hostname
cbfa.be
Last fetched
cbfa.be resolves to 1 IPv4 address operated by COLT COLT Technology Services Group Limited in NL. WHOIS lists registrar:telenet bvba as the registrar.
Nutrition Label
Resolution chain
cbfa.be 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 |
|---|---|---|---|---|
| 212.123.224.90 | 212.123.192.0/18 | AS8220 | COLT COLT Technology Services Group Limited | NL |
WHOIS identity
- Registrar
- registrar:telenet bvba
- Organization
- —
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from cbfa.be in the public web crawl.
32 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for cbfa.be.
| Mechanism | Target |
|---|---|
| SPF_A | cbfa.be |
| SPF_A | mail2.terranovasite.com |
| SPF_A | mailinfra.oodrive.com |
| SPF_INCLUDE | _spf.nrb.be |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.117.36.69 |
| SPF_IP | 217.117.36.70 |
| SPF_IP | 3.250.248.228/32 |
| SPF_IP | 34.243.30.142/32 |
| SPF_IP | 52.210.242.66/32 |
| SPF_IP | 54.216.148.164/32 |
| SPF_MX | cbfa.be |
Related pages
Pivot deeper into the graph from cbfa.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbfa.be"})-[: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.