Hostname
hu2.pw
Last fetched
hu2.pw resolves to 7 IPv4 addresses operated by AS150623 in IN. WHOIS lists iana:1556 as the registrar.
Nutrition Label
Resolution chain
hu2.pw resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.146.222.28 | 103.146.222.0/24 | AS150623 | — | IN |
| 103.43.11.223 | 103.43.11.0/24 | AS35876 | VOLTNET-01 -03 - VoltNet inc | HK |
| 45.158.21.171 | 45.158.21.0/24 | AS35251 | ANTI-DDOS - NetLab Global | CA |
| 45.158.21.186 | 45.158.21.0/24 | AS35251 | ANTI-DDOS - NetLab Global | CA |
| 193.42.62.207 | 193.42.62.0/24 | AS29066 | — | FR |
| 154.201.75.98 | 154.201.74.0/23 | AS402506 | — | HK |
| 86.53.111.252 | 86.53.104.0/21 | AS3257 | — | DE |
WHOIS identity
- Registrar
- iana:1556
- Organization
- lin shi mo ban
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from hu2.pw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hu2.pw"})-[: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.