Hostname
b2blearning.eu
Last fetched
b2blearning.eu resolves to 2 IPv4 addresses operated by CBLUE-AS in BE.
Nutrition Label
Resolution chain
b2blearning.eu 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 |
|---|---|---|---|---|
| 185.35.172.242 | 185.35.172.0/22 | AS197690 | CBLUE-AS | BE |
| 185.35.173.173 | 185.35.172.0/22 | AS197690 | CBLUE-AS | BE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from b2blearning.eu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for b2blearning.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | e-net-b.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from b2blearning.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2blearning.eu"})-[: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.