Hostname
063133.cc
Last fetched
063133.cc resolves to 7 IPv4 addresses operated by HKCICL-AS-AP - Hong Kong Communications International Co., Limited in HK.
Nutrition Label
Resolution chain
063133.cc resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.86.16.22 | 154.86.16.0/24 | AS140227 | HKCICL-AS-AP - Hong Kong Communications International Co., Limited | HK |
| 154.86.16.55 | 154.86.16.0/24 | AS140227 | HKCICL-AS-AP - Hong Kong Communications International Co., Limited | HK |
| 156.231.113.159 | 156.231.112.0/22 | AS61112 | AkileCloud - AKILE LTD | JP |
| 156.231.116.247 | 156.231.116.0/23 | AS61112 | AkileCloud - AKILE LTD | JP |
| 156.231.117.93 | 156.231.116.0/23 | AS61112 | AkileCloud - AKILE LTD | JP |
| 45.8.115.188 | 45.8.115.0/24 | AS4785 | XTOM-AS-JP - xTom | JP |
| 45.8.115.199 | 45.8.115.0/24 | AS4785 | XTOM-AS-JP - xTom | JP |
WHOIS identity
No WHOIS records are currently associated with 063133.cc in WhisperGraph.
Subdomains
1 observed subdomain of 063133.cc.
| Subdomain |
|---|
| www.063133.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from 063133.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "063133.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.