Hostname
hicool.com
Last fetched
hicool.com resolves to 10 IPv4 addresses operated by KAOPU-HK Kaopu Cloud HK Limited in SG.
Nutrition Label
Resolution chain
hicool.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.198.200.200 | 103.198.200.0/24 | AS138915 | KAOPU-HK Kaopu Cloud HK Limited | SG |
| 103.198.200.201 | 103.198.200.0/24 | AS138915 | KAOPU-HK Kaopu Cloud HK Limited | SG |
| 148.153.240.64 | 148.153.240.0/24 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | DE |
| 148.153.240.66 | 148.153.240.0/24 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | DE |
| 199.91.74.172 | 199.91.74.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MX |
| 199.91.74.173 | 199.91.74.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MX |
| 219.76.20.208 | 219.76.0.0/19 | AS4760 | HKTIMS-AP HKT Limited | HK |
| 219.76.20.209 | 219.76.0.0/19 | AS4760 | HKTIMS-AP HKT Limited | HK |
| 98.98.253.82 | 98.98.253.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MX |
| 98.98.253.83 | 98.98.253.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MX |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from hicool.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for hicool.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.m.feishu.cn |
Related pages
Pivot deeper into the graph from hicool.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hicool.com"})-[: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.