Hostname
9a9cgbl.cc
Last fetched
9a9cgbl.cc resolves to 15 IPv4 addresses operated by CTGSERVERLIMITED-AS-AP - CTG Server Limited in HK.
Nutrition Label
Resolution chain
9a9cgbl.cc resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 118.107.1.54 | 118.107.1.0/24 | AS152194 | CTGSERVERLIMITED-AS-AP - CTG Server Limited | HK |
| 118.107.1.55 | 118.107.1.0/24 | AS152194 | CTGSERVERLIMITED-AS-AP - CTG Server Limited | HK |
| 118.107.1.56 | 118.107.1.0/24 | AS152194 | CTGSERVERLIMITED-AS-AP - CTG Server Limited | HK |
| 172.247.1.101 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.102 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.103 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.50.27 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.50.28 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.50.29 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.36 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.37 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.38 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.59 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.60 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.61 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
WHOIS identity
No WHOIS records are currently associated with 9a9cgbl.cc in WhisperGraph.
Subdomains
1 observed subdomain of 9a9cgbl.cc.
| Subdomain |
|---|
| www.9a9cgbl.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from 9a9cgbl.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "9a9cgbl.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.