Hostname
hahai18.com
Last fetched
hahai18.com resolves to 2 IPv4 addresses operated by HWCLOUDS-AS-AP - HUAWEI CLOUDS in HK.
Nutrition Label
Resolution chain
hahai18.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 150.40.181.0 | 150.40.176.0/20 | AS136907 | HWCLOUDS-AS-AP - HUAWEI CLOUDS | HK |
| 45.196.236.189 | 45.196.236.0/24 | AS151407 | HNSL-AS-AP - Hytron Network Services Limited | HK |
WHOIS identity
No WHOIS records are currently associated with hahai18.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from hahai18.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hahai18.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.