Hostname
psauu.com
Last fetched
psauu.com resolves to 6 IPv4 addresses operated by AS135377 in HK.
Nutrition Label
Resolution chain
psauu.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
No WHOIS records are currently associated with psauu.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from psauu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "psauu.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.