Hostname
016.bz
Last fetched
016.bz resolves to 12 IPv4 addresses operated by CNSERVERS - CNSERVERS LLC in US.
Nutrition Label
Resolution chain
016.bz resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.247.205.39 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.205.40 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.205.41 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.205.42 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.205.45 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.205.47 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.99.169 | 172.247.99.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.99.170 | 172.247.99.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.99.171 | 172.247.99.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.99.172 | 172.247.99.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.99.173 | 172.247.99.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.99.174 | 172.247.99.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
WHOIS identity
No WHOIS records are currently associated with 016.bz in WhisperGraph.
Subdomains
1 observed subdomain of 016.bz.
| Subdomain |
|---|
| www.016.bz |
Threat posture
History
Related pages
Pivot deeper into the graph from 016.bz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "016.bz"})-[: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.