Hostname
bcfi.be
Last fetched
bcfi.be resolves to 2 IPv4 addresses operated by OVH in BE. WHOIS lists registrar:combell nv as the registrar.
Nutrition Label
Resolution chain
bcfi.be 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 |
|---|---|---|---|---|
| 178.32.95.190 | 178.32.0.0/15 | AS16276 | OVH | BE |
| 51.254.252.140 | 51.254.0.0/15 | AS16276 | OVH | BE |
WHOIS identity
- Registrar
- registrar:combell nv
- Organization
- —
- Contact emails
- —
Subdomains
15 observed subdomains of bcfi.be.
Web-graph footprint
Distinct hostnames that link to or from bcfi.be in the public web crawl.
611 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for bcfi.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | one.zoho.eu |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 178.32.95.190 |
| SPF_IP | 217.182.30.11 |
| SPF_IP | 51.254.252.140 |
| SPF_IP | 51.255.106.122 |
Related pages
Pivot deeper into the graph from bcfi.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcfi.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.