Hostname
bfjxvip.com
Last fetched
bfjxvip.com resolves to 10 IPv4 addresses operated by HIVEDATALIMITED-AS-AP HiveData Limited in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bfjxvip.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 156.238.208.194 | 156.238.208.0/21 | AS150313 | HIVEDATALIMITED-AS-AP HiveData Limited | US |
| 216.180.228.251 | 216.180.224.0/20 | AS47191 | BLUETECH-WAF | VG |
| 216.180.233.66 | 216.180.224.0/20 | AS47191 | BLUETECH-WAF | VG |
| 216.180.234.122 | 216.180.224.0/20 | AS47191 | BLUETECH-WAF | VG |
| 37.77.82.130 | 37.77.82.0/23 | AS47191 | BLUETECH-WAF | VG |
| 37.77.82.2 | 37.77.82.0/23 | AS47191 | BLUETECH-WAF | VG |
| 37.77.82.50 | 37.77.82.0/23 | AS47191 | BLUETECH-WAF | VG |
| 37.77.82.74 | 37.77.82.0/23 | AS47191 | BLUETECH-WAF | VG |
| 37.77.86.58 | 37.77.86.0/23 | AS47191 | BLUETECH-WAF | HK |
| 74.113.236.2 | 74.113.236.0/23 | AS47191 | BLUETECH-WAF | HK |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from bfjxvip.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from bfjxvip.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bfjxvip.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.