Skip to content

Hostname

gnarcode.com

Last fetched

gnarcode.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · gnarcode.comRouting diversity5.2/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/gnarcode.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.77.423.5.77.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.79.153.5.79.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.79.2523.5.79.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.84.2273.5.84.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.86.2183.5.86.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.152.9152.92.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.160.18752.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.179.5952.92.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.180.25152.92.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.229.13152.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.233.1152.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.233.2752.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.234.19552.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.238.352.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.242.19552.92.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
corey francis
Contact emails

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from gnarcode.com.

Cypher and MCP

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

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