Skip to content

Hostname

gotaguydev.com

Last fetched

gotaguydev.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · gotaguydev.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/gotaguydev.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.164.92.113.164.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.92.1273.164.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.92.723.164.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.92.833.164.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
3.165.206.503.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
3.165.206.633.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
3.165.206.943.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
3.165.206.983.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
52.222.169.10152.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.169.5952.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.169.7252.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.169.852.222.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

Registrar
iana:468
Organization
on behalf of gotaguydev.com owner
Contact emails

Subdomains

3 observed subdomains of gotaguydev.com.

Threat posture

History

Related pages

Pivot deeper into the graph from gotaguydev.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gotaguydev.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 20

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