Hostname
cloudt.chat
Last fetched
cloudt.chat resolves to 9 IPv4 addresses operated by COGNETCLOUD - cognetcloud INC in HK. WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
cloudt.chat resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.88.71.109 | 149.88.64.0/20 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 149.88.71.77 | 149.88.64.0/20 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 149.88.79.22 | 149.88.79.0/24 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 149.88.79.53 | 149.88.79.0/24 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 156.225.22.212 | 156.225.16.0/21 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 45.138.71.203 | 45.138.71.0/24 | AS35251 | ANTI-DDOS - NetLab Global | CA |
| 45.138.71.204 | 45.138.71.0/24 | AS35251 | ANTI-DDOS - NetLab Global | CA |
| 45.138.71.210 | 45.138.71.0/24 | AS35251 | ANTI-DDOS - NetLab Global | CA |
| 45.138.71.247 | 45.138.71.0/24 | AS35251 | ANTI-DDOS - NetLab Global | CA |
WHOIS identity
- Registrar
- iana:1697
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of cloudt.chat.
| Subdomain |
|---|
| bbs.cloudt.chat |
| www.cloudt.chat |
Threat posture
History
Related pages
Pivot deeper into the graph from cloudt.chat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudt.chat"})-[: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.