Skip to content

Hostname

snowball.mx

Last fetched

snowball.mx resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · snowball.mxRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/snowball.mx

Resolution chain

snowball.mx resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.24.12.21352.46.10.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.43.225.25052.46.18.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.68.20.12754.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
54.71.245.17554.88.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with snowball.mx in WhisperGraph.

Subdomains

20 observed subdomains of snowball.mx.

Web-graph footprint

Distinct hostnames that link to or from snowball.mx in the public web crawl.

19 sites link to this hostname.

98 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for snowball.mx.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from snowball.mx.

Cypher and MCP

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

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