Hostname
wrgy.net
Last fetched
wrgy.net resolves to 2 IPv4 addresses operated by AS134548 in HK. WHOIS lists iana:4163 as the registrar.
Nutrition Label
Resolution chain
wrgy.net 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 |
|---|---|---|---|---|
| 122.10.43.200 | 122.10.40.0/21 | AS134548 | — | HK |
| 154.95.191.121 | 154.95.191.0/24 | AS17561 | — | MY |
WHOIS identity
- Registrar
- iana:4163
- Organization
- ???
- Contact emails
- 668304@qq.com
- 942780762@qq.com
- cyberbros@gmail.com
- wrgy.net@namebrightprivacy.com
- privacyprotectionabuse@aol.com
- qa99q@qq.com
- info@domain-contact.org
- 1ac2ca3bba704f32906237aad74df666de4ab146727ed39f268ccc68e1abafeb@wrgy.net.whoisproxy.org
- 1eb43f4ab9c40486109789aa8bc3ee7ae88db888bfde22ea4610d06b03b1f222@wrgy.net.whoisproxy.org
- 9c381322519e02f72a59c0ac137c6b549612254c8e44588e2357f0ddf13866aa@wrgy.net.whoisproxy.org
Subdomains
2 observed subdomains of wrgy.net.
| Subdomain |
|---|
| m.wrgy.net |
| www.wrgy.net |
Threat posture
History
Related pages
Pivot deeper into the graph from wrgy.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wrgy.net"})-[: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.