Hostname
b-data.com
Last fetched
b-data.com resolves to 1 IPv4 address operated by AS8560 in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
b-data.com 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.227.233.230 | 212.227.0.0/16 | AS8560 | — | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- business data management
- Contact emails
Subdomains
8 observed subdomains of b-data.com.
Web-graph footprint
Distinct hostnames that link to or from b-data.com in the public web crawl.
3 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for b-data.com.
| Mechanism | Target |
|---|---|
| SPF_A | b-data.com |
| SPF_A | eu3.iqdox.com |
| SPF_A | mx001.netsol.xion.oxcs.net |
| SPF_A | mx002.netsol.xion.oxcs.net |
| SPF_A | mx003.netsol.xion.oxcs.net |
| SPF_A | mx004.netsol.xion.oxcs.net |
| SPF_A | mx1.netsolmail.net |
| SPF_IP | 157.97.108.106 |
| SPF_IP | 162.254.24.133 |
| SPF_IP | 185.132.45.124 |
| SPF_IP | 192.96.159.77 |
| SPF_IP | 209.17.115.111 |
| SPF_IP | 209.17.115.52/32 |
| SPF_IP | 31.168.106.107 |
| SPF_IP | 87.106.112.62 |
| SPF_IP | 87.106.115.193/32 |
| SPF_MX | b-data.com |
Related pages
Pivot deeper into the graph from b-data.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-data.com"})-[: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.