Hostname
02129.cat
Last fetched
02129.cat resolves to 5 IPv4 addresses operated by HKCICL-AS-AP Hong Kong Communications International Co., Limited in HK. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
02129.cat resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.86.22.103 | 154.86.22.0/24 | AS140227 | HKCICL-AS-AP Hong Kong Communications International Co., Limited | HK |
| 154.86.22.238 | 154.86.22.0/24 | AS140227 | HKCICL-AS-AP Hong Kong Communications International Co., Limited | HK |
| 192.238.180.75 | 192.238.180.0/24 | AS138995 | ANTBOX1-AS-AP Antbox Networks Limited | HK |
| 20.194.192.59 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | JP |
| 45.192.214.201 | 45.192.214.0/24 | AS138995 | ANTBOX1-AS-AP Antbox Networks Limited | HK |
WHOIS identity
- Registrar
- iana:81
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of 02129.cat.
| Subdomain |
|---|
| www.02129.cat |
Threat posture
History
Related pages
Pivot deeper into the graph from 02129.cat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "02129.cat"})-[: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.