Skip to content

Hostname

b6s5.com

Last fetched

b6s5.com resolves to 4 IPv4 addresses operated by ACCESS-NP Access World Tech Pvt. Ltd. in HK. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · b6s5.comRouting diversity3.5/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/b6s5.com

Resolution chain

b6s5.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
66.232.10.9666.232.10.0/24AS59371ACCESS-NP Access World Tech Pvt. Ltd.HK
66.232.4.15166.232.4.0/24AS59371ACCESS-NP Access World Tech Pvt. Ltd.HK
66.232.9.19066.232.9.0/24AS59371ACCESS-NP Access World Tech Pvt. Ltd.HK
69.160.173.22969.160.173.0/24AS59371ACCESS-NP Access World Tech Pvt. Ltd.HK

WHOIS identity

Registrar
iana:1923
Organization
wang xia
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from b6s5.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "b6s5.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.