Skip to content

Hostname

stockstar.cc

Last fetched

stockstar.cc resolves to 10 IPv4 addresses operated by USCLOUD INC - Uscloud Inc in US. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · stockstar.ccRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/stockstar.cc

Resolution chain

stockstar.cc resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.149.163.100107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.124107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.125107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.126107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.131107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.26107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.45107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.5107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.61107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.62107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS

WHOIS identity

Registrar
iana:1923
Organization
guo jian guang
Contact emails

Subdomains

5 observed subdomains of stockstar.cc.

Web-graph footprint

Distinct hostnames that link to or from stockstar.cc in the public web crawl.

190 sites link to this hostname.

4 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from stockstar.cc.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "stockstar.cc"})-[: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.