Skip to content

Hostname

spellledgerpro.com

Last fetched

spellledgerpro.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · spellledgerpro.comRouting diversity5.6/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint2.0/10canon.whisper.security/host/spellledgerpro.com

Resolution chain

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

IPPrefixASNOperatorCountry
23.21.14.8823.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
23.22.195.25323.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.213.135.753.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.222.94.1463.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.228.156.873.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.198.188.10234.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.20.207.5452.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.54.50.22652.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.198.97.154.198.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.208.246.23754.208.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.236.246.1154.236.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.181.80100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.
98.88.5.19898.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.
100.59.135.235100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.
100.56.68.162100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.

WHOIS identity

No WHOIS records are currently associated with spellledgerpro.com in WhisperGraph.

Subdomains

1 observed subdomain of spellledgerpro.com.

Threat posture

History

Related pages

Pivot deeper into the graph from spellledgerpro.com.

Cypher and MCP

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

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