Hostname
carfantasy.be
Last fetched
carfantasy.be resolves to 4 IPv4 addresses operated by NL-BIT - BIT BV in NL. WHOIS lists registrar:easyhosting bv as the registrar.
Nutrition Label
Resolution chain
carfantasy.be resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.22.57.23 | 178.22.56.0/21 | AS12859 | NL-BIT - BIT BV | NL |
| 185.111.111.154 | 185.111.111.0/24 | AS212238 | CDNEXT - Datacamp Limited | DE |
| 185.111.111.156 | 185.111.111.0/24 | AS212238 | CDNEXT - Datacamp Limited | DE |
| 185.111.111.158 | 185.111.111.0/24 | AS212238 | CDNEXT - Datacamp Limited | DE |
WHOIS identity
- Registrar
- registrar:easyhosting bv
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of carfantasy.be.
| Subdomain |
|---|
| mail.carfantasy.be |
| www.carfantasy.be |
Web-graph footprint
Distinct hostnames that link to or from carfantasy.be in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for carfantasy.be.
| Mechanism | Target |
|---|---|
| SPF_A | carfantasy.be |
| SPF_INCLUDE | _spf.exonet.nl |
| SPF_MX | carfantasy.be |
Related pages
Pivot deeper into the graph from carfantasy.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "carfantasy.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.