Hostname
gopeno.com
Last fetched
gopeno.com resolves to 1 IPv4 address operated by AS47583 in US. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
gopeno.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.93.42.72 | 147.93.40.0/21 | AS47583 | — | US |
WHOIS identity
- Registrar
- iana:1636
- Organization
- c/o whoisproxy.com
- Contact emails
- nnbp2wgc5n1yod7i3ve5@c.o-w-o.info
- xgfl4ljnex9my3brembc@d.o-w-o.info
- contact@privacyprotect.org
- 2034acaf9618c8abf650c9000f1ff2d285843a5b77ad0f773839f39210d0dc94@gopeno.com.whoisproxy.org
- 24e58cb97d4d9e4feebe3abea38aaeb49210a59d8b40a44fbd7fe06c3ff56945@gopeno.com.whoisproxy.org
- 82d5596f9e844d5749cab1fe6e94ec52fcd0cb17e64cee2a4bf54a2819de2e6f@gopeno.com.whoisproxy.org
- a780e9a9003fdbb86e16fbe021e212a0a27de05ee4a8a2e42cc5acdf51166aca@gopeno.com.whoisproxy.org
- aa21244919b482ccf4dc6c585767c8e3b71f7615db897f1fbf841e2f09cfaae8@gopeno.com.whoisproxy.org
- ee93904c2592a7cbc2621d371c967364a5b0cb66f87a640d0c4d8ada082b2b88@gopeno.com.whoisproxy.org
Subdomains
1 observed subdomain of gopeno.com.
| Subdomain |
|---|
| www.gopeno.com |
Threat posture
History
Related pages
Pivot deeper into the graph from gopeno.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gopeno.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.