Hostname
ns.bdata.net
Last fetched
ns.bdata.net resolves to 2 IPv4 addresses operated by AS206834 in DE.
Nutrition Label
Resolution chain
ns.bdata.net 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.53.179.200 | 185.53.179.0/24 | AS206834 | — | DE |
| 194.145.63.2 | 194.145.63.0/24 | AS8860 | — | BG |
WHOIS identity
No WHOIS records are currently associated with ns.bdata.net in WhisperGraph.
Subdomains
2 observed subdomains of ns.bdata.net.
| Subdomain |
|---|
| vpn.ns.bdata.net |
| www.ns.bdata.net |
Threat posture
History
Related pages
Pivot deeper into the graph from ns.bdata.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns.bdata.net"})-[: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.