Skip to content

Hostname

5k5b.com

Last fetched

5k5b.com resolves to 2 IPv4 addresses operated by FXNET Hubei Feixun Network Co., Ltd in CN. WHOIS lists iana:1556 as the registrar.

Nutrition Label

WHISPER CANON · 5k5b.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/5k5b.com

Resolution chain

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

IPPrefixASNOperatorCountry
160.202.240.142160.202.240.0/22AS146817FXNET Hubei Feixun Network Co., LtdCN
47.119.120.6947.119.0.0/17AS37963ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd.CN

WHOIS identity

Registrar
iana:1556
Organization
domain whois privacy protection service
Contact emails

Subdomains

1 observed subdomain of 5k5b.com.

Subdomain
www.5k5b.com

Web-graph footprint

Distinct hostnames that link to or from 5k5b.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from 5k5b.com.

Cypher and MCP

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

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