Hostname
b2bstatic.com
Last fetched
b2bstatic.com resolves to 2 IPv4 addresses operated by AS20940 in HK. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
b2bstatic.com 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 |
|---|---|---|---|---|
| 23.200.143.73 | 23.200.143.0/24 | AS20940 | — | HK |
| 23.200.143.84 | 23.200.143.0/24 | AS20940 | — | HK |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 0148493317
- Contact emails
Subdomains
13 observed subdomains of b2bstatic.com.
Web-graph footprint
Distinct hostnames that link to or from b2bstatic.com in the public web crawl.
21 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from b2bstatic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2bstatic.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.