Skip to content

Hostname

store.gunmann.com

Last fetched

store.gunmann.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · store.gunmann.comRouting diversity5.2/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/store.gunmann.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.216.224.1623.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.88.78.623.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.192.122.22634.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.170.254.18835.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.114.3752.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.214.952.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.55.167.10252.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.86.6.1852.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.166.85.18854.166.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.87.48.9954.87.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with store.gunmann.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from store.gunmann.com in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from store.gunmann.com.

Cypher and MCP

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

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