Hostname
puuxu.com
Last fetched
puuxu.com resolves to 6 IPv4 addresses operated by AS135377 in HK. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
puuxu.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 165.154.24.139 | 165.154.24.0/24 | AS135377 | — | HK |
| 45.196.247.222 | 45.196.247.0/24 | AS18186 | NEBULA-GLOBAL - Nebula Global LLC | HK |
| 165.154.43.64 | 165.154.43.0/24 | AS135377 | — | HK |
| 165.154.65.250 | 165.154.65.0/24 | AS135377 | — | HK |
| 206.119.118.17 | 206.119.118.0/24 | AS18186 | NEBULA-GLOBAL - Nebula Global LLC | HK |
| 152.32.191.132 | 152.32.191.0/24 | AS135377 | — | HK |
WHOIS identity
- Registrar
- iana:303
- Organization
- cristi marin / domain for sale
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from puuxu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "puuxu.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.