Hostname
cbf-da.de
Last fetched
cbf-da.de resolves to 1 IPv4 address operated by BLACKPOINT in NL.
Nutrition Label
Resolution chain
cbf-da.de 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 |
|---|---|---|---|---|
| 154.56.106.162 | 154.56.106.0/24 | AS214319 | BLACKPOINT | NL |
WHOIS identity
No WHOIS records are currently associated with cbf-da.de in WhisperGraph.
Subdomains
5 observed subdomains of cbf-da.de.
Web-graph footprint
Distinct hostnames that link to or from cbf-da.de in the public web crawl.
405 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cbf-da.de.
| Mechanism | Target |
|---|---|
| SPF_A | cbfda1.bpaserver.net |
| SPF_A | mail.cbf-da.de |
| SPF_A | mail2.cbf-da.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 154.56.106.162 |
| SPF_MX | cbf-da.de |
Related pages
Pivot deeper into the graph from cbf-da.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbf-da.de"})-[: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.