Skip to content

Hostname

my.99.com

Last fetched

my.99.com resolves to 5 IPv4 addresses operated by BUSINESS-BROADBAND-LLC - BUSINESS BROADBAND LLC in CN.

Nutrition Label

WHISPER CANON · my.99.comRouting diversity3.9/10Peering density8.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/my.99.com

Resolution chain

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

IPPrefixASNOperatorCountry
106.46.24.181106.46.24.0/23AS139018BUSINESS-BROADBAND-LLC - BUSINESS BROADBAND LLCCN
111.48.162.170111.48.162.0/24AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
111.6.247.119111.6.240.0/20AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
116.162.91.139116.162.0.0/16AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
119.36.90.211119.36.0.0/16AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN

WHOIS identity

No WHOIS records are currently associated with my.99.com in WhisperGraph.

Subdomains

13 observed subdomains of my.99.com.

Web-graph footprint

Distinct hostnames that link to or from my.99.com in the public web crawl.

58 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from my.99.com.

Cypher and MCP

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

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