Skip to content

Hostname

gopay.dev

Last fetched

gopay.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:1505 as the registrar.

Nutrition Label

WHISPER CANON · gopay.devRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.6/10canon.whisper.security/host/gopay.dev

Resolution chain

gopay.dev resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.225.117.12913.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.117.3513.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.117.5413.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.117.6313.225.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.162.125.1233.162.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.125.793.162.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.125.853.162.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.125.943.162.124.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.11852.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.2252.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.3952.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.4852.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1505
Organization
nwu s.r.o.
Contact emails

Subdomains

7 observed subdomains of gopay.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from gopay.dev.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "gopay.dev"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.